/**handles:am_wp-assets-css-fancybox-css,am_wp-assets-css-swiper-min-css,am_markup-template-markup-css-root-css,am_markup-template-markup-css-style-css,am_wp-assets-css-wp-style-css,gravity_forms_theme_reset,gravity_forms_theme_foundation,gravity_forms_theme_framework**/
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23, 1, .32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face{font-display: swap;font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
:root{--rem-base:10px;--base-font-size:20px;--base-line-height:1.48;--vertical-rhythm:calc(var(--base-line-height) * 1em);--base-mixin-font:"Tiempos Text";--accent-mixin-font:"Tiempos Headline";--secondary-mixin-font:"Helvetica Now Display";--base-main-font:var(--base-mixin-font);--base-font-sans-serif:"Arial","Helvetica Neue","Helvetica",sans-serif;--base-font-serif:"Times New Roman","Times","Baskerville","Georgia",serif;--base-font:var(--base-main-font),var(--base-font-sans-serif);--accent-font:var(--accent-mixin-font),var(--base-font-sans-serif);--secondary-font:var(--secondary-mixin-font),var(--base-font-sans-serif);--color-white:#fff;--color-white--rgb:255,255,255;--color-white--darken:#e6e6e6;--color-white--lighten:white;--color-black:#333;--color-black--rgb:51,51,51;--color-black--darken:#1a1a1a;--color-black--lighten:#4d4d4d;--color-black-600:#1d1d1d;--color-black-600--rgb:29,29,29;--color-black-600--darken:#040404;--color-black-600--lighten:#373737;--color-red:#dc0539;--color-red--rgb:220,5,57;--color-red--darken:#aa042c;--color-red--lighten:#fa1a50;--color-grey:#f7f7f7;--color-grey--rgb:247,247,247;--color-grey--darken:#dedede;--color-grey--lighten:white;--color-grey-500:#adadad;--color-grey-500--rgb:173,173,173;--color-grey-500--darken:#949494;--color-grey-500--lighten:#c7c7c7;--color-green:#04b34f;--color-green--rgb:4,179,79;--color-green--darken:#038139;--color-green--lighten:#05e565;--color-dividers:rgba(var(--color-black--rgb), 0.12);--color-text:var(--color-black);--color-primary:var(--color-red);--color-bg:var(--color-grey);--color-error-bg:rgba(var(--color-red--rgb), 0.08);--animation-duration:0.3s;--animation-timing-function:ease;--container:1375px;--gutter:40px;--h1:80px;--h2:60px;--h3:36px;--h4:22px;--h5:clamp(18px, 2.4rem, 24px);--h6:clamp(16px, 2rem, 20px)}@media (max-width:1279px){:root{--h1:60px;--h2:60px;--h3:36px;--h4:22px;--h5:clamp(18px, 2.4rem, 24px);--h6:clamp(16px, 2rem, 20px)}}@media (max-width:767px){:root{--gutter:20px}}@media (max-width:666px){:root{--h1:36px;--h2:36px;--h3:36px;--h4:22px;--h5:clamp(18px, 2.4rem, 24px);--h6:clamp(16px, 2rem, 20px)}}@media (min-width:812px) and (max-height:414px) and (orientation:landscape){:root{--gutter:50px}}
@charset "UTF-8";@font-face{font-family:"Tiempos Headline";font-style:normal;font-weight:900;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-black.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-black.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:italic;font-weight:900;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-black-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-black-italic.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:normal;font-weight:700;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-bold.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-bold.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:italic;font-weight:700;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-bold-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-bold-italic.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:normal;font-weight:300;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-light.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-light.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:italic;font-weight:300;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-light-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-light-italic.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:normal;font-weight:500;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-medium.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-medium.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:italic;font-weight:500;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-medium-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-medium-italic.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:normal;font-weight:400;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-regular.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-regular.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:italic;font-weight:400;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-regular-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-regular-italic.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:normal;font-weight:600;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-semibold.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-semibold.woff") format("woff")}@font-face{font-family:"Tiempos Headline";font-style:italic;font-weight:600;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-semibold-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-headline-web-semibold-italic.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:normal;font-weight:400;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-regular.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-regular.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:italic;font-weight:400;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-regular-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-regular-italic.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:normal;font-weight:500;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-medium.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-medium.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:italic;font-weight:500;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-medium-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-medium-italic.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:normal;font-weight:600;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-semibold.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-semibold.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:italic;font-weight:600;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-semibold-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-semibold-italic.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:normal;font-weight:700;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-bold.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-bold.woff") format("woff")}@font-face{font-family:"Tiempos Text";font-style:italic;font-weight:700;font-display:swap;src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-bold-italic.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/tiempos-text-web-bold-italic.woff") format("woff")}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayHairline/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayHairline/font.woff") format("woff");font-weight:100;font-style:normal}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayHairlineItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayHairlineItalic/font.woff") format("woff");font-weight:100;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayThinItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayThinItalic/font.woff") format("woff");font-weight:200;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayExtraLight/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayExtraLight/font.woff") format("woff");font-weight:200;font-style:normal}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayExtraLightItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayExtraLightItalic/font.woff") format("woff");font-weight:200;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayLightItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayLightItalic/font.woff") format("woff");font-weight:300;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayRegular/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayRegular/font.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayItalic/font.woff") format("woff");font-weight:400;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayMedium/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayMedium/font.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayMediumItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayMediumItalic/font.woff") format("woff");font-weight:500;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBold/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBold/font.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBoldItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBoldItalic/font.woff") format("woff");font-weight:700;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayExtraBoldItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayExtraBoldItalic/font.woff") format("woff");font-weight:800;font-style:italic}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBlack/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBlack/font.woff") format("woff");font-weight:900;font-style:normal}@font-face{font-display:swap;font-family:"Helvetica Now Display";src:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBlackItalic/font.woff2") format("woff2"),url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/fonts/webFonts/HelveticaNowDisplayBlackItalic/font.woff") format("woff");font-weight:900;font-style:italic}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.widget:after{content:"";display:block;clear:both}.bg-str img{width:100%;max-width:none;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}html{font-size:var(--rem-base);-webkit-box-sizing:border-box;box-sizing:border-box;padding:constant(safe-area-inset);padding:env(safe-area-inset)}body{color:var(--base-text-color);font:400 var(--base-font-size)/var(--base-line-height) var(--base-font);min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-white)}.h,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;color:var(--color-text);font-family:var(--accent-mixin-font)}.h span:not([style]),.h1 span:not([style]),.h2 span:not([style]),.h3 span:not([style]),.h4 span:not([style]),.h5 span:not([style]),.h6 span:not([style]),h1 span:not([style]),h2 span:not([style]),h3 span:not([style]),h4 span:not([style]),h5 span:not([style]),h6 span:not([style]){color:var(--color-primary)}.h a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;font-size:inherit}.h1,h1{font-size:var(--h1);margin:0 0 20px;line-height:1.07;letter-spacing:-1.6px}.h2,h2{font-size:var(--h2);margin:0 0 20px;letter-spacing:-1.2px}.h3,h3{font-size:var(--h3);margin:0 0 20px;letter-spacing:-.72px}.h4,h4{font-size:var(--h4);margin:0 0 20px}.h5,h5{font-size:var(--h5);margin:0 0 20px}.h6,h6{font-size:var(--h6);margin:0 0 20px}p{margin-bottom:var(--vertical-rhythm);margin-top:0}a{color:var(--base-link-color);text-decoration:none;-webkit-transition:all var(--animation-duration) var(--animation-timing-function);transition:all var(--animation-duration) var(--animation-timing-function)}a:hover{text-decoration:underline}img{max-width:100%;height:auto;vertical-align:top}ol,ul{list-style:none;margin-top:0;padding-left:0}ol li,ul li{list-style:none}#sidebar ol:not([class]),#sidebar ul:not([class]),.entry ol:not([class]),.entry ul:not([class]),ol.list-style,ul.list-style{--margin-li-top:10px;margin:0 0 var(--vertical-rhythm)}#sidebar ol:not([class]) li,#sidebar ul:not([class]) li,.entry ol:not([class]) li,.entry ul:not([class]) li,ol.list-style li,ul.list-style li{padding-left:20px;position:relative}#sidebar ol:not([class]) li+li,#sidebar ul:not([class]) li+li,.entry ol:not([class]) li+li,.entry ul:not([class]) li+li,ol.list-style li+li,ul.list-style li+li{margin-top:var(--margin-li-top)}#sidebar ol:not([class]) ul,#sidebar ul:not([class]) ul,.entry ol:not([class]) ul,.entry ul:not([class]) ul,ol.list-style ul,ul.list-style ul{margin-bottom:0;margin-top:var(--margin-li-top)}#sidebar ol:not([class]) ol,#sidebar ul:not([class]) ol,.entry ol:not([class]) ol,.entry ul:not([class]) ol,ol.list-style ol,ul.list-style ol{margin-bottom:0;margin-top:var(--margin-li-top)}#sidebar ul:not([class])>li,.entry ul:not([class])>li,ul.list-style>li{padding-left:18px}#sidebar ul:not([class])>li:before,.entry ul:not([class])>li:before,ul.list-style>li:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;top:.75em;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:currentColor}#sidebar ol:not([class]),.entry ol:not([class]),ol.list-style{counter-reset:list;font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}#sidebar ol:not([class]):last-child,.entry ol:not([class]):last-child,ol.list-style:last-child{margin-bottom:0}#sidebar ol:not([class])>li,.entry ol:not([class])>li,ol.list-style>li{padding-left:60px;margin-bottom:40px}#sidebar ol:not([class])>li:last-child,.entry ol:not([class])>li:last-child,ol.list-style>li:last-child{margin-bottom:0}#sidebar ol:not([class])>li:before,.entry ol:not([class])>li:before,ol.list-style>li:before{content:counter(list);color:var(--color-primary);background-color:var(--color-white);border:1px solid currentColor;counter-increment:list;position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--secondary-mixin-font);font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px}table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:var(--vertical-rhythm)}table td,table th{font-size:var(--base-font-size);color:var(--base-text-color);padding:10px 15px;text-align:center;border-bottom:1px solid var(--brand-color)}pre{max-width:100%;background:rgba(0,0,0,.1);padding:.5em;white-space:normal}b{font-weight:700}blockquote{font-size:24px;line-height:137%;color:var(--accent-blog-color);background:0 0;border-left:6px solid #ececec;padding:10px 0 10px 30px;margin:0 0 var(--vertical-rhythm)}blockquote:not([class]) p:first-child{font-weight:700;margin-bottom:16px}blockquote:not([class]) p:first-child::before{content:"“"}blockquote:not([class]) p:first-child::after{content:"”"}blockquote:not([class]) p:last-child{color:var(--caption-color);font-weight:400;font-size:.666em;line-height:normal;margin-bottom:0}blockquote p:last-child,blockquote q:last-child{margin-bottom:0}blockquote cite{display:block;font-style:normal}dl{margin:0 0 var(--vertical-rhythm)}dl dt{float:left;clear:left;font-weight:700;padding:10px 5px}dl dd{margin-left:0;padding:10px 0}.button,.pagination .al a,.pagination .ar a,.pagination .page-numbers.next,.pagination .page-numbers.prev,.slider-results .swiper-button-next,.slider-results .swiper-button-prev,button[type=submit],input[type=button],input[type=reset],input[type=submit]{display:var(--btn-display,inline-flex);-webkit-box-align:var(--btn-align-items,center);-ms-flex-align:var(--btn-align-items,center);align-items:var(--btn-align-items,center);-webkit-box-pack:var(--btn-justify-content,center);-ms-flex-pack:var(--btn-justify-content,center);justify-content:var(--btn-justify-content,center);gap:var(--btn-gap,20px);position:var(--btn-position,relative);padding:var(--btn-padding-y,18px) var(--btn-padding-x,38px);border-width:var(--btn-border-width,1px);border-style:var(--btn-border-style,solid);border-color:var(--btn-border-color,var(--color-primary));border-radius:var(--btn-border-radius,0);background:var(--btn-background,transparent);-webkit-transition:all var(--btn-transition-duration, var(--animation-duration)) var(--btn-transition-timing, var(--animation-timing-function));transition:all var(--btn-transition-duration, var(--animation-duration)) var(--btn-transition-timing, var(--animation-timing-function));font-size:var(--btn-font-size, 20px);line-height:var(--btn-line-height, 1.1);font-weight:var(--btn-font-weight,700);text-transform:var(--btn-text-transform,unset);-webkit-text-decoration:var(--btn-text-decoration,none);text-decoration:var(--btn-text-decoration,none);text-align:var(--btn-text-align,center);color:var(--btn-color,var(--color-primary));cursor:var(--btn-cursor,pointer);font-family:var(--btn-font-family, var(--secondary-mixin-font));letter-spacing:var(--btn-letter-spacing, -.4px);min-height:var(--btn-min-height,unset)}.button:hover,.pagination .al a:hover,.pagination .ar a:hover,.pagination .page-numbers.next:hover,.pagination .page-numbers.prev:hover,.slider-results .swiper-button-next:hover,.slider-results .swiper-button-prev:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:var(--btn-hover-border-color,transparent);background:var(--btn-hover-background,var(--color-primary));-webkit-text-decoration:var(--btn-hover-text-decoration,none);text-decoration:var(--btn-hover-text-decoration,none);color:var(--btn-hover-color,var(--color-white))}.button-mail{--btn-border-color:var(--color-white);--btn-gap:10px;--btn-hover-background:var(--color-white);--btn-hover-color:var(--color-primary);--btn-color:var(--color-white)}.button-mail:before{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-envelope.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-envelope.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-arrow{--btn-background:var(--color-white)}.button-arrow:after{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.button-arrow:hover:after{-webkit-transform:translateX(8px);transform:translateX(8px)}.button-arrow-small,.slider-results .swiper-button-next,.slider-results .swiper-button-prev{--btn-background:var(--color-white)}.button-arrow-small:after,.slider-results .swiper-button-next:after,.slider-results .swiper-button-prev:after{content:" ";display:block;background-color:currentColor;width:10px;height:10px;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.button-arrow-small:hover:after,.slider-results .swiper-button-next:hover:after,.slider-results .swiper-button-prev:hover:after{-webkit-transform:translateX(8px);transform:translateX(8px)}.button-prev:before,.pagination .al a:before,.pagination .page-numbers.prev:before{content:" ";display:block;background-color:currentColor;width:10px;height:10px;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.button-prev:hover:before,.pagination .al a:hover:before,.pagination .page-numbers.prev:hover:before{-webkit-transform:translateX(-8px) rotate(180deg);transform:translateX(-8px) rotate(180deg)}.button-next:after,.pagination .ar a:after,.pagination .page-numbers.next:after{content:" ";display:block;background-color:currentColor;width:10px;height:10px;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.button-next:hover:after,.pagination .ar a:hover:after,.pagination .page-numbers.next:hover:after{-webkit-transform:translateX(8px);transform:translateX(8px)}.button-linkedin{--btn-border-color:#0a66c2;--btn-gap:10px;--btn-background:#0a66c2;--btn-hover-background:transparent;--btn-color:var(--color-white);--btn-hover-color:#0a66c2;--btn-hover-border-color:#0a66c2;--btn-font-size:20px;--btn-letter-spacing:-0.4px;--btn-font-weight:700}.button-linkedin:after{content:" ";display:block;width:115px;height:28px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-logo-linkedin.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-logo-linkedin.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-small-linkedin{--btn-border-color:#0a66c2;--btn-gap:10px;--btn-background:#0a66c2;--btn-hover-background:#0856a3;--btn-color:var(--color-white);--btn-hover-color:var(--color-white);--btn-hover-border-color:#0a66c2;--btn-font-size:20px;--btn-letter-spacing:-0.4px;--btn-font-weight:700;--btn-border-width:0}.button-youtube{--btn-border-color:#dc0539;--btn-gap:10px;--btn-background:#dc0539;--btn-hover-background:#bf0834;--btn-color:var(--color-white);--btn-hover-color:var(--color-white);--btn-hover-border-color:#dc0539;--btn-font-size:20px;--btn-letter-spacing:-0.4px;--btn-font-weight:700;--btn-border-width:0}.button-download{--btn-border-color:var(--color-primary);--btn-gap:10px;--btn-hover-background:var(--color-primary);--btn-hover-color:var(--color-white);--btn-color:var(--color-primary)}.button-download:before{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-download.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-download.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-enlarge{--btn-border-color:var(--color-white);--btn-gap:20px;--btn-background:var(--color-black);--btn-hover-background:var(--color-black);--btn-hover-color:var(--color-white);--btn-hover-border-color:var(--color-white);--btn-color:var(--color-white)}.button-enlarge:before{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-enlarge.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-enlarge.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-clear{--btn-border-color:var(--color-primary);--btn-gap:10px;--btn-hover-background:var(--color-primary);--btn-hover-color:var(--color-white);--btn-color:var(--color-primary);--btn-padding-y:7px;--btn-padding-x:20px;--btn-min-height:40px;--btn-font-size:16px;--btn-letter-spacing:-0.32px;--btn-font-weight:500}.button-clear:before{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-clear.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-clear.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-homepage{--btn-border-color:var(--color-primary);--btn-gap:10px;--btn-hover-background:transparent;--btn-background:var(--color-primary);--btn-hover-color:var(--color-primary);--btn-color:var(--color-white);--btn-hover-border-color:var(--color-primary)}.button-homepage:before{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-home.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-home.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-close{--btn-font-size:0;--btn-padding-y:28px;--btn-padding-x:28px;--btn-background:var(--color-white);--btn-color:var(--color-black);--btn-border-color:var(--color-white)}.button-close:before{content:" ";display:block;width:24px;height:24px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-close-fancy.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-close-fancy.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.button-secondary,button[type=submit],input[type=button],input[type=reset],input[type=submit]{--btn-background:var(--color-text);--btn-hover-background:var(--color-primary);--btn-color:var(--color-white);--btn-hover-color:var(--color-white);--btn-border-color:var(--color-text);--btn-hover-border-color:var(--color-primary);--btn-font-size:16px;--btn-letter-spacing:-0.32px}.button-primary{--btn-background:var(--color-primary);--btn-hover-background:transparent;--btn-color:var(--color-white);--btn-hover-color:var(--color-primary);--btn-border-color:var(--color-primary);--btn-hover-border-color:var(--color-primary)}.buttons-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}fieldset,form{border:none;display:block;padding:0;margin:0 0 var(--vertical-rhythm)}label{display:block;font-weight:500;font-size:var(--label-fz);line-height:var(--label-lh);color:var(--label-color);margin:0 0 var(--vertical-rhythm)}input[type=date],input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;outline:0;max-width:100%;width:100%;padding:var(--input-y,16px) var(--input-x,20px);margin:0;border:var(--input-border,1px) var(--input-border-style,solid) var(--input-border-color,var(--color-text));border-radius:var(--input-radius,0);background:var(--input-bg-color,var(--color-white));font-size:var(--input-fz, 15px);line-height:var(--input-lh, 1.1);font-weight:400;color:var(--input-color,var(--color-text));text-align:left;font-family:var(--secondary-mixin-font)}input[type=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=file]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--input-placeholder-color,var(--color-text));opacity:1;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}input[type=date]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=file]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder{color:var(--input-placeholder-color,var(--color-text));opacity:1;-moz-transition:opacity .15s linear;transition:opacity .15s linear}input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=file]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder{color:var(--input-placeholder-color,var(--color-text));opacity:1;-moz-transition:opacity .15s linear;transition:opacity .15s linear}input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=file]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--input-placeholder-color,var(--color-text));opacity:1;-ms-transition:opacity .15s linear;transition:opacity .15s linear}input[type=date]:focus,input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{border-color:var(--input-focus-border-color,var(--color-primary));color:var(--input-focus-color,var(--color-text))}input[type=date]:focus::-webkit-input-placeholder,input[type=email]:focus::-webkit-input-placeholder,input[type=file]:focus::-webkit-input-placeholder,input[type=number]:focus::-webkit-input-placeholder,input[type=password]:focus::-webkit-input-placeholder,input[type=search]:focus::-webkit-input-placeholder,input[type=tel]:focus::-webkit-input-placeholder,input[type=text]:focus::-webkit-input-placeholder,input[type=url]:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input[type=date]:focus:-moz-placeholder,input[type=email]:focus:-moz-placeholder,input[type=file]:focus:-moz-placeholder,input[type=number]:focus:-moz-placeholder,input[type=password]:focus:-moz-placeholder,input[type=search]:focus:-moz-placeholder,input[type=tel]:focus:-moz-placeholder,input[type=text]:focus:-moz-placeholder,input[type=url]:focus:-moz-placeholder,textarea:focus:-moz-placeholder{opacity:0}input[type=date]:focus::-moz-placeholder,input[type=email]:focus::-moz-placeholder,input[type=file]:focus::-moz-placeholder,input[type=number]:focus::-moz-placeholder,input[type=password]:focus::-moz-placeholder,input[type=search]:focus::-moz-placeholder,input[type=tel]:focus::-moz-placeholder,input[type=text]:focus::-moz-placeholder,input[type=url]:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}input[type=date]:focus:-ms-input-placeholder,input[type=email]:focus:-ms-input-placeholder,input[type=file]:focus:-ms-input-placeholder,input[type=number]:focus:-ms-input-placeholder,input[type=password]:focus:-ms-input-placeholder,input[type=search]:focus:-ms-input-placeholder,input[type=tel]:focus:-ms-input-placeholder,input[type=text]:focus:-ms-input-placeholder,input[type=url]:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0}.error input[type=date],.error input[type=email],.error input[type=file],.error input[type=number],.error input[type=password],.error input[type=search],.error input[type=tel],.error input[type=text],.error input[type=url],.error textarea{color:var(--color-red)}textarea{resize:none;vertical-align:top;width:100%;height:200px}button[type=submit],input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none}input[type=reset]{margin-bottom:13px}input[type=file]{max-width:100%}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.jcf-checkbox{vertical-align:middle;display:inline-block;position:relative;overflow:hidden;cursor:default;background:var(--input-bg-color,var(--color-white));border:1px solid var(--input-border-color,var(--color-black));margin:0 .5em 0 0;height:var(--checkbox-size,28px);width:var(--checkbox-size,28px);-webkit-box-flex:0;-ms-flex:0 0 var(--checkbox-size,28px);flex:0 0 var(--checkbox-size,28px)}.jcf-checkbox span{position:absolute;display:none;height:10px;width:18px;top:50%;left:50%;margin:-8px 0 0 -9px;border:2px solid var(--color-red);border-width:0 0 3px 3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.jcf-checkbox input[type=checkbox]{position:absolute;width:100%;height:100%;border:0;margin:0;left:0;top:0}.jcf-checkbox.jcf-checked{border-color:var(--form-theme-color);background-color:var(--form-theme-color)}.jcf-checkbox.jcf-checked span{display:block}.jcf-radio{vertical-align:middle;display:inline-block;position:relative;overflow:hidden;cursor:default;background:#fff;border:1px solid var(--input-border-color);border-radius:50%;margin:0 .5em 0 0;height:var(--radio-size);width:var(--radio-size);-webkit-box-flex:0;-ms-flex:0 0 var(--radio-size);flex:0 0 var(--radio-size)}.jcf-radio span{display:none;position:absolute;top:3px;left:3px;right:3px;bottom:3px;background:var(--form-theme-color);border-radius:100%}.jcf-radio input[type=radio]{position:absolute;height:100%;width:100%;border:0;margin:0;left:0;top:0}.jcf-radio.jcf-checked span{display:block}.jcf-select{display:inline-block;vertical-align:top;position:relative;border:var(--input-border) solid var(--input-border-color);border-width:1px;border-radius:var(--input-radius);background:var(--input-bg-color);min-width:0;width:100%;padding:var(--input-y) var(--input-x);padding-right:50px;font-size:var(--input-fz);line-height:var(--input-lh);font-weight:500;color:var(--input-color)}.jcf-select.jcf-drop-active .jcf-select-opener:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.jcf-select select{z-index:1;left:0;top:0}.jcf-select .jcf-select-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default;display:block;min-height:1.2em}.jcf-select .jcf-select-opener{position:absolute;text-align:center;width:20px;bottom:0;right:0;top:0;fill:red;color:red}.jcf-select .jcf-select-opener:before{content:"";position:absolute;top:50%;right:9px;width:8px;height:6px;-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDQuNzY4MzdlLTA3TDYgMC43NTY3NTdMMyA0TDAgMC43NTY3NTdMMC43IDQuNzY4MzdlLTA3TDMgMi40ODY0OUw1LjMgNC43NjgzN2UtMDdaIiBmaWxsPSIjMjI2RkMyIi8+Cjwvc3ZnPgo=");mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDQuNzY4MzdlLTA3TDYgMC43NTY3NTdMMyA0TDAgMC43NTY3NTdMMC43IDQuNzY4MzdlLTA3TDMgMi40ODY0OUw1LjMgNC43NjgzN2UtMDdaIiBmaWxsPSIjMjI2RkMyIi8+Cjwvc3ZnPgo=");-webkit-mask-size:100% auto;mask-size:100% auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--accent-blog-color);margin-top:-3.5px}body>.jcf-select-drop{position:absolute;margin:-1px 0 0;z-index:9999}body>.jcf-select-drop.jcf-drop-flipped{margin:1px 0 0}.jcf-select .jcf-select-drop{position:absolute;margin-top:0;z-index:9999;top:100%;left:-1px;right:-1px}.jcf-select .jcf-drop-flipped{bottom:100%;top:auto}.jcf-select-drop .jcf-select-drop-content{border:1px solid var(--input-border-color)}.jcf-list-box{overflow:hidden;display:inline-block;border:1px solid #b8c3c9;min-width:200px;margin:0 15px}.jcf-list{display:inline-block;vertical-align:top;position:relative;background:#fff;font-size:12px;line-height:1.2;width:100%}.jcf-list .jcf-list-content{vertical-align:top;display:inline-block;overflow:auto;width:100%}.jcf-list ul{list-style:none;padding:0;margin:0}.jcf-list ul li{overflow:hidden;display:block}.jcf-list .jcf-overflow{overflow:auto}.jcf-list .jcf-option{overflow:hidden;cursor:default;display:block;padding:5px var(--input-x);color:var(--input-color);height:1%}.jcf-list .jcf-disabled{background:#fff!important;color:#aaa!important}.jcf-list .jcf-optgroup-caption{white-space:nowrap;font-weight:700;display:block;padding:5px 9px;cursor:default;color:#000}.jcf-list .jcf-optgroup .jcf-option{padding-left:30px}.jcf-list-box .jcf-selected,.jcf-select-drop .jcf-hover{background:#e6e6e6;color:#000}*{-webkit-box-sizing:inherit;box-sizing:inherit;max-height:1000000px;outline-offset:5px;outline-color:transparent;outline-style:dashed;outline-width:2px;text-wrap:balance}:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}:focus-visible{outline-color:var(--color-primary)}.resize-active{-webkit-transition:none!important;transition:none!important}.resize-active *,.resize-active :after,.resize-active :before{-webkit-transition:inherit!important;transition:inherit!important}.container{width:calc(var(--container) + var(--gutter) * 2);max-width:100%;margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}body,html{height:100%}.wrapper{display:grid;grid-template-rows:1fr auto;min-height:100%;width:100%;position:relative;overflow:clip;-ms-scroll-chaining:none;overscroll-behavior:contain}.footer,.header,.main{min-width:0}.bg-str{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.bg-black{background-color:var(--color-black-600);color:var(--color-white)}.fixed-image{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10000;opacity:.5;pointer-events:none;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fixed-image img{margin-outside:auto;display:block}.offset-header{padding-top:var(--offset-header,121px)}.icon{width:40px;height:40px;display:inline-block;position:relative;max-width:unset;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transition:.3s;transition:.3s}.icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.icon-small{width:20px;height:20px}.has-background{color:var(--color-white)}.has-background .h,.has-background .h1,.has-background .h2,.has-background .h3,.has-background .h4,.has-background .h5,.has-background .h6,.has-background .section-testimonials .slider-content blockquote p,.has-background h1,.has-background h2,.has-background h3,.has-background h4,.has-background h5,.has-background h6{color:var(--color-white);margin-bottom:0!important}.rebranding-content.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.rebranding-content.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.rebranding-content.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column figure,.rebranding-content.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] figure{margin-top:0!important;margin-bottom:0!important}.rebranding-content.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:first-child,.rebranding-content.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]:first-child{-ms-flex-negative:0;flex-shrink:0}.services-icon{width:48px;height:48px}.services-icon-large{width:200px;height:200px}.services-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.link-arrow{display:inline-block;text-decoration:underline}.link-arrow:after{content:" ";display:inline-block;width:.275em;height:.55em;background-color:var(--color-primary);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-text.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-text.svg) no-repeat center;-webkit-mask-size:cover;mask-size:cover;-ms-flex-negative:0;flex-shrink:0;margin-left:10px}.link-arrow:hover{text-decoration:none}h1 .link-arrow:after,h2 .link-arrow:after,h3 .link-arrow:after,h4 .link-arrow:after,h5 .link-arrow:after,h6 .link-arrow:after{-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg) no-repeat center;margin-left:9px}h1.link-arrow:after,h2.link-arrow:after,h3.link-arrow:after,h4.link-arrow:after,h5.link-arrow:after,h6.link-arrow:after{-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg) no-repeat center;margin-left:9px}.fancybox__container{--fancybox-bg:rgba(var(--color-black--rgb), 0.6)!important}.fancybox__container.is-compact .fancybox__viewport{height:auto}.fancybox__container.is-compact .fancybox__footer{background-color:rgba(var(--color-white--rgb),.6);display:none}.fancybox__container.is-compact .fancybox__nav{display:block}.fancybox__container.is-compact .fancybox__nav .f-button.is-next,.fancybox__container.is-compact .fancybox__nav .f-button.is-prev{top:calc(50% + 25px)}.fancybox__container.is-compact .button-close{--btn-padding-y:15px;--btn-padding-x:15px}.fancybox__container.is-compact .fancybox__carousel{padding-top:55px;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.fancybox__container.is-compact .fancybox__carousel .fancybox__slide{background-color:transparent}.fancybox__container.is-compact.is-idle .fancybox__footer{pointer-events:all;-webkit-animation:none;animation:none}.fancybox__container.is-compact.is-idle .fancybox__nav{pointer-events:all;-webkit-animation:none;animation:none}.fancybox__container .fancybox__footer{max-width:95%;width:1380px;margin:0 auto auto;padding:40px;background-color:var(--color-white);border-top:1px solid var(--color-dividers);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:45}.fancybox__container .fancybox__footer .fancybox__thumbs{width:100%;-ms-flex-negative:unset;flex-shrink:unset}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__track{padding:0}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__slide{width:40px;height:40px;-webkit-transition:all .3s;transition:all .3s;--f-thumb-gap:20px}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__button{width:40px;height:2px;position:relative;background-color:var(--color-black);opacity:.3;border-radius:0}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__button img{display:none}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__button:after{content:"";display:block;width:100%;height:20px;background-color:transparent;position:absolute;top:100%;left:0}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__slide .f-thumbs__slide__button:before{content:" ";display:block;width:100%;height:20px;background-color:transparent;position:absolute;bottom:100%;left:0}.fancybox__container .fancybox__footer .fancybox__thumbs .f-thumbs__slide.is-nav-selected .f-thumbs__slide__button{opacity:1}.fancybox__container .fancybox__nav{display:none}.fancybox__container .fancybox__carousel{max-width:95%;width:1380px;max-height:680px;margin:auto auto 0;padding-top:80px;position:relative}.fancybox__container .fancybox__carousel .button-close{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__container .fancybox__carousel .fancybox__slide{padding:0!important;background-color:var(--color-white)}.fancybox__container .fancybox__carousel .fancybox__slide .fancybox__content:after,.fancybox__container .fancybox__carousel .fancybox__slide .fancybox__content:before{content:none}.fancybox__container .fancybox__carousel .fancybox__slide .fancybox__content .f-button{width:80px;height:80px;background-color:var(--color-white);top:-80px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:0;opacity:1}.pixel-perfect{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none;opacity:.5;width:1728px;z-index:500}.newsletter{padding:100px var(--gutter);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:var(--color-bg);overflow:auto;display:none}.newsletter-image{width:calc(100% + var(--gutter) * 2);margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1)}.newsletter-text{font-size:17px;line-height:1.5;font-weight:300;color:var(--color-text);letter-spacing:-.34px;padding-bottom:40px}.newsletter-text p{margin-bottom:1.2em}.newsletter-text p:last-child{margin-bottom:0}.newsletter-title{margin-bottom:20px}.newsletter-subtitle{font-family:var(--secondary-mixin-font);font-size:20px;font-weight:700;line-height:1.1;margin-bottom:20px;color:var(--color-primary)}.newsletter-form{border-bottom:1px solid var(--color-black);padding-bottom:40px;width:100%}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper{width:100%;margin-bottom:0}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors{border:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;font-size:12px;line-height:1.1;font-weight:400;color:var(--color-red);background-color:transparent;padding:3px 20px;min-height:8px;margin-top:0;font-family:var(--secondary-mixin-font)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error{font-size:14px;line-height:1.1;font-weight:400;color:var(--color-red);margin-bottom:0}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .gfield_validation_message{font-size:12px;line-height:1.1;font-weight:400;color:var(--color-white);background-color:var(--color-red);padding:3px 20px;min-height:20px;margin-top:0;font-family:var(--secondary-mixin-font)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:8px;margin-bottom:0}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form .gfield_label{display:none}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer{margin-top:0!important}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email],.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]{width:100%;padding:16px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:transparent;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);min-height:52px;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:0}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-webkit-input-placeholder,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-webkit-input-placeholder{color:var(--color-text)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-moz-placeholder,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-moz-placeholder{color:var(--color-text)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:-ms-input-placeholder,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:-ms-input-placeholder{color:var(--color-text)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-ms-input-placeholder,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-ms-input-placeholder{color:var(--color-text)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::placeholder,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::placeholder{color:var(--color-text)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:focus,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:focus{border-color:var(--color-primary)}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .al .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:100%!important;padding:16px 20px;border:none;font-size:20px;line-height:1.1;font-weight:700;letter-spacing:-.4px;color:var(--color-white);background-color:var(--color-black);cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);min-height:60px}.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .al .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .ar .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary)}.newsletter .congrats{font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px;padding-top:40px;padding-bottom:40px;padding-left:70px;position:relative}.newsletter .congrats strong{font-weight:700}.newsletter .congrats:before{content:" ";display:block;width:48px;height:48px;background-color:var(--color-primary);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-check.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-check.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}.newsletter .congrats p{margin-bottom:20px;max-width:490px}.newsletter .congrats p:last-of-type{margin-bottom:0}.newsletter .congrats h4{font-size:22px;font-style:normal;font-weight:700;line-height:1.1;color:var(--color-primary);margin-bottom:8px;font-family:var(--secondary-mixin-font)}.newsletter .congrats br{display:none}.bg-gray{background-color:var(--color-bg)}.bg-another-gray{background-color:#eee}.bg-white{background-color:var(--color-white)!important}.bg-red{background-color:var(--color-red);color:var(--color-white)}.bg-red h1,.bg-red h2,.bg-red h3,.bg-red h4,.bg-red h5,.bg-red h6{color:inherit}.subtitle{font-size:20px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);color:var(--color-primary);margin-bottom:15px}.subtitle--decorated:before{content:" ";display:block;width:41px;height:3px;background-color:var(--color-primary);margin-bottom:25px}.subscribe{width:264px;height:264px;overflow:hidden;background-color:var(--color-white);border-radius:500px;border:0;-webkit-box-shadow:0 2.77px 2.21px 0 rgba(0,0,0,.06),0 6.65px 5.32px 0 rgba(0,0,0,.09),0 12.52px 10.02px 0 rgba(0,0,0,.11),0 22.34px 17.87px 0 rgba(0,0,0,.14),0 41.78px 33.42px 0 rgba(0,0,0,.16),0 100px 80px 0 rgba(0,0,0,.23);box-shadow:0 2.77px 2.21px 0 rgba(0,0,0,.06),0 6.65px 5.32px 0 rgba(0,0,0,.09),0 12.52px 10.02px 0 rgba(0,0,0,.11),0 22.34px 17.87px 0 rgba(0,0,0,.14),0 41.78px 33.42px 0 rgba(0,0,0,.16),0 100px 80px 0 rgba(0,0,0,.23);-webkit-transition:.3s ease;transition:.3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;cursor:pointer;text-decoration:none!important;text-align:center;-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}.subscribe-title{font-weight:700;font-size:26px;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-black);margin-top:-5px}.subscribe:hover{-webkit-box-shadow:0 1.385px 1.105px 0 rgba(0,0,0,.06),0 3.325px 2.66px 0 rgba(0,0,0,.09),0 6.26px 5.01px 0 rgba(0,0,0,.11),0 11.17px 8.935px 0 rgba(0,0,0,.14),0 20.89px 16.71px 0 rgba(0,0,0,.16),0 50px 40px 0 rgba(0,0,0,.23);box-shadow:0 1.385px 1.105px 0 rgba(0,0,0,.06),0 3.325px 2.66px 0 rgba(0,0,0,.09),0 6.26px 5.01px 0 rgba(0,0,0,.11),0 11.17px 8.935px 0 rgba(0,0,0,.14),0 20.89px 16.71px 0 rgba(0,0,0,.16),0 50px 40px 0 rgba(0,0,0,.23)}.subscribe:active{-webkit-box-shadow:0 .346px .276px 0 rgba(0,0,0,.06),0 .831px .665px 0 rgba(0,0,0,.09),0 1.565px 1.252px 0 rgba(0,0,0,.11),0 2.792px 2.234px 0 rgba(0,0,0,.14),0 5.222px 4.178px 0 rgba(0,0,0,.16),0 12.5px 10px 0 rgba(0,0,0,.23);box-shadow:0 .346px .276px 0 rgba(0,0,0,.06),0 .831px .665px 0 rgba(0,0,0,.09),0 1.565px 1.252px 0 rgba(0,0,0,.11),0 2.792px 2.234px 0 rgba(0,0,0,.14),0 5.222px 4.178px 0 rgba(0,0,0,.16),0 12.5px 10px 0 rgba(0,0,0,.23);-webkit-transform:rotate(-6deg) translateY(2px);transform:rotate(-6deg) translateY(2px)}.section{color:var(--color-text)}.section.bg-gray{background-color:var(--color-bg)}.section.bg-red{background-color:var(--color-red);color:var(--color-white)}.section.bg-red h1,.section.bg-red h2,.section.bg-red h3,.section.bg-red h4,.section.bg-red h5,.section.bg-red h6{color:inherit}.section:has(.decorate-text){position:relative}.section:has(.decorate-text) .container{position:relative;z-index:5}.section .decorate-text{font-size:23vw;line-height:.6;letter-spacing:-.4px;font-weight:500;color:rgba(var(--color-black--rgb),.04);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1;pointer-events:none}.section .container{padding-top:var(--padding-top,120px);padding-bottom:var(--padding-bottom,120px)}.section ul{padding-left:0;margin-bottom:40px;list-style:none;font-size:17px;font-style:normal;font-weight:500;line-height:1.4;font-family:var(--secondary-mixin-font)}.section ul b{font-size:19px}.section ul:last-child{margin-bottom:0}.section ul li{padding-left:40px;padding-right:40px;position:relative;margin-bottom:40px}.section ul li:last-child{margin-bottom:0}.section ul li:before{content:" ";position:absolute;top:.369em;left:0;width:.632em;height:.632em;background-color:var(--color-primary);border-radius:50%;border:.13em solid rgba(var(--color-black--rgb),.2)}.section ul li b{font-size:19px}.section ul li p{font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px;font-family:var(--base-font)}.section-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-headline p{letter-spacing:-.4px}.section-headline h2,.section-headline p{margin-bottom:20px}.section-headline h2:last-child,.section-headline p:last-child{margin-bottom:0}.section-l-item-title,.section-l-subtitle,.section-subtitle,.section-w-subtitle{font-family:var(--secondary-mixin-font);font-size:22px;font-weight:700;line-height:1.1;margin-bottom:20px;color:var(--color-primary);letter-spacing:normal}.section-gallery{--padding-top:120px;--padding-bottom:200px}.section-more{--padding-top:120px;--padding-bottom:120px;background-color:var(--color-bg)}.section-more h2{margin-bottom:40px}.section-more .more-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:40px var(--gutter);border-top:1px solid var(--color-black);border-bottom:1px solid var(--color-dividers);background-color:var(--color-white)}.section-more .swiper{overflow:visible}.section-more .swiper-slide{opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:448px}.section-more .swiper-slide-active,.section-more .swiper-slide-visible{opacity:1}.section-more .swiper-slide .resources-item{margin-top:0}.section-more .swiper-slide .resources-item *{text-wrap:auto}.section-more .swiper-slide .resources-item-image{margin-bottom:0;aspect-ratio:448/280}.section-more .swiper-slide .resources-item-content{padding:40px}.section-more .swiper-slide .resources-item-content p:last-child{margin-bottom:0}.section-more .swiper-pagination{--swiper-pagination-bottom:0;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:40px;--swiper-pagination-bullet-height:2px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.2;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10}.section-more .swiper-pagination-bullet{position:relative;-webkit-transition:.3s;transition:.3s}.section-more .swiper-pagination-bullet:hover{--swiper-pagination-bullet-inactive-opacity:0.6}.section-more .swiper-pagination-bullet:before{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section-more .swiper-pagination-bullet:after{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section-hero{--padding-top:120px;--padding-bottom:120px}.section-hero:has(.section-hero-block){--padding-top:100px;--padding-bottom:150px}.section-hero-insights{border-bottom:1px solid rgba(51,51,51,.12);--padding-top:50px;--padding-bottom:50px;z-index:100;position:relative}.section-hero-insights .section-hero-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:100px;width:100%}.section-hero-insights .section-hero-holder .section-hero-content{width:auto;-ms-flex-negative:unset;flex-shrink:unset;max-width:560px}.section-hero-insights .section-hero-holder .section-hero-content p{max-width:480px}.section-hero-insights .section-hero-holder .section-hero-content .newsletter-form{max-width:400px;padding-bottom:0;margin-bottom:0;border-bottom:0}.section-hero-insights .section-hero-holder .section-hero-content .newsletter-form-headline{max-width:400px;margin-bottom:15px;font-size:16px;line-height:1.48;letter-spacing:-.4px;color:var(--color-black)}.section-hero-insights .section-hero-holder .section-hero-content .newsletter-form-headline .subtitle{font-size:20px;font-weight:700;color:var(--color-black);margin-top:90px}.section-hero-insights .section-hero-holder .section-hero-media{max-width:60%}.section-hero-insights .section-hero-holder .person{max-width:100%;width:320px}.section-hero-insights .section-hero-holder .video-featured{max-width:530px;width:100%;margin-bottom:-150px}.section-hero-insights .section-hero-holder .video-featured .subscribe{position:absolute;top:60%;left:-19%}.section-hero-insights .section-hero-holder .video-featured-media{max-width:90%;margin:0 auto}.section-hero-insights .section-hero-holder .video-featured-media .video-featured-media-holder{max-width:100%;width:53rem;aspect-ratio:530/986}.section-hero-insights .section-hero-holder .video-featured-media .video-featured-media-holder iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-hero-subtitle{color:#adadad;font-size:36px;font-weight:500;margin-bottom:15px!important;letter-spacing:-.05em}.section-hero .container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px}.section-hero .container.legacy-layout{display:grid;grid-template-columns:1fr;gap:40px}.section-hero .container.legacy-layout .section-hero-content p,.section-hero .container.legacy-layout .section-hero-content>h1{max-width:980px}.section-hero .container.legacy-layout .section-hero-media{position:relative;margin-top:0;margin-bottom:0;width:100%}.section-hero .container.legacy-layout .section-hero-media img{display:block;position:relative}.section-hero .container.legacy-layout .section-hero-media:after{content:" ";display:block;width:80px;height:80px;background-color:var(--color-primary);position:absolute;top:0;right:0}.section-hero .container.legacy-layout.no-image .section-hero-content{position:relative;width:100%}.section-hero .container.legacy-layout.no-image .section-hero-content:after{content:" ";display:block;width:80px;height:80px;background-color:var(--color-primary);position:absolute;top:0;right:0}.section-hero .container.new-layout{display:grid;grid-template-columns:repeat(2,1fr);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:40px}.section-hero .container.new-layout .float-text{display:none}.section-hero .container.new-layout .section-hero-content{position:static;width:100%;max-width:840px;-ms-flex-negative:0;flex-shrink:0}.section-hero .container.new-layout .section-hero-media{position:relative;margin-top:0;margin-bottom:0;width:100%}.section-hero .container.new-layout .section-hero-media:after{content:" ";display:block;width:80px;height:80px;background-color:var(--color-primary);position:absolute;top:0;right:0}.section-hero .container.new-layout.no-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:0}.section-hero .container.new-layout.no-image .float-text{display:block;position:absolute;-ms-flex-negative:0;flex-shrink:0;top:clamp(-190px,-14vw,-50px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-left:-30px;z-index:-1;font-size:clamp(10px, 24vw, 360px);line-height:1;letter-spacing:-.5vw;opacity:.03;font-weight:500;text-align:center}.section-hero .container.new-layout.no-image .section-hero-media{border-bottom:1px solid var(--color-dividers);border-right:1px solid var(--color-dividers)}.section-hero-img{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.section-hero-content{width:100%;-ms-flex-negative:0;flex-shrink:0;font-size:20px;font-weight:300;line-height:1.5;letter-spacing:-.4px;position:relative}.homepage .section-hero-content,.section-testing-new .section-hero-content{max-width:570px}.section-hero-content h1{margin-bottom:20px}.section-hero-content p{margin-bottom:40px}.section-hero-content p:last-child{margin-bottom:0}.section-hero-image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-top:calc(var(--padding-top) * -1);margin-bottom:calc(var(--padding-bottom) * -1)}.section-hero-image img{position:absolute;z-index:5;pointer-events:none;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-width:110%;margin:auto}.section-testing-new .section-hero-image img{position:relative}.section-hero-image .image-desc{position:absolute;bottom:80px;right:-180px;background-color:var(--color-primary);background-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/bg-image-decor.png);background-position:center left;background-repeat:no-repeat;background-size:contain;padding:80px 40px 80px 80px;color:var(--color-white);z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;text-decoration:none}.section-testing-new .section-hero-image .image-desc{bottom:-10px}.section-hero-image .image-desc:hover .link-arrow{text-decoration:underline}.section-hero-image .image-desc .link-arrow{text-decoration:none}.section-hero-image .image-desc .link-arrow:after{background-color:currentColor}.section-hero-image .image-desc p{margin-bottom:0}.section-hero-image .image-desc-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2px;font-size:20px;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font)}.section-hero-image .image-desc-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;font-family:var(--secondary-mixin-font);position:relative}.section-hero-image .image-desc-bigText{font-size:96px;font-weight:300;line-height:1.1}.section-hero-image .image-desc-smallText{font-size:20px;font-weight:500;line-height:1.4;max-width:190px}.section-hero-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px}.pagination .al .section-hero-cta a,.pagination .ar .section-hero-cta a,.pagination .section-hero-cta .page-numbers.next,.pagination .section-hero-cta .page-numbers.prev,.section-hero-cta .button,.section-hero-cta .pagination .al a,.section-hero-cta .pagination .ar a,.section-hero-cta .pagination .page-numbers.next,.section-hero-cta .pagination .page-numbers.prev,.section-hero-cta .slider-results .swiper-button-next,.section-hero-cta .slider-results .swiper-button-prev,.section-hero-cta button[type=submit],.section-hero-cta input[type=button],.section-hero-cta input[type=reset],.section-hero-cta input[type=submit],.slider-results .section-hero-cta .swiper-button-next,.slider-results .section-hero-cta .swiper-button-prev{white-space:nowrap}.section-hero-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-top:calc(var(--padding-top) * -1);margin-bottom:calc(var(--padding-bottom) * -1)}.section-hero-media-wrapper{aspect-ratio:1;position:relative;z-index:10;width:clamp(695px,54.5vw,930px)}.section-hero-media-decor{position:absolute;top:50%;left:50%;width:clamp(695px,71vw,1220px);aspect-ratio:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.section-hero-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%;min-height:590px;font-size:24px;line-height:1.48;font-weight:300;letter-spacing:-.4px;color:var(--color-black)}.section-hero-block .subscribe{position:absolute;left:29.5%;bottom:-9%;z-index:50}.section-hero-block .newsletter-form{padding-bottom:0;border-bottom:0}.section-hero-block .form-wrapper{max-width:400px;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:16px;line-height:1.48;letter-spacing:-.4px;color:var(--color-black)}.section-hero-block .form-wrapper hr{width:100%;height:1px;border:0;margin-top:30px;margin-bottom:30px;position:relative}.section-hero-block .form-wrapper hr:after{content:"";display:block;width:610px;height:1px;background-color:rgba(var(--color-black--rgb),.12);position:absolute;top:0;right:0}.section-hero-block .author{padding-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-hero-block .author-name{font-size:20px;font-weight:700;line-height:1.1;color:var(--color-black);margin-bottom:4px;font-family:var(--secondary-mixin-font)}.section-hero-block .author-position{font-size:18px;font-weight:300;line-height:1.48;letter-spacing:-.4px;color:var(--color-black);font-style:italic}.section-hero-block-right{max-width:560px;width:41%;padding-top:40px;position:relative;z-index:1}.section-hero-block-left{max-width:560px;width:41%;position:relative;z-index:5}.section-hero-block-left nav{margin-bottom:50px}.section-hero-block-media{position:absolute;bottom:0;left:52%;width:41%;height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;z-index:3}.section-hero-block-media img{margin-top:auto;display:block}.section-hero.section-hero-full-video .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.section-hero.section-hero-full-video .section-hero-block{width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-left{width:100%;max-width:980px;font-size:20px;line-height:1.4}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-left nav{margin-bottom:20px}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-left .video-tag-list{padding-bottom:20px}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-right{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:0}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-right .sign{position:absolute;bottom:-50px;right:-100px;z-index:0}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-right .christy{position:relative;z-index:5}.section-hero.section-hero-full-video .section-hero-block .section-hero-block-right .subscribe{bottom:32%;left:60%}.section-hero.section-hero-full-video .section-hero-content{position:relative;z-index:5;width:100%}.section-hero.section-hero-full-video .section-hero-content .embed-wrapper{width:100%}.section-hero.section-hero-full-video .section-hero-content .embed-wrapper .section-video_wrapper{width:100%;aspect-ratio:1828/900;background-color:var(--color-black);border-radius:20px;-webkit-box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28);box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28)}.section-hero.section-hero-full-video .section-hero-content .embed-wrapper .section-video_wrapper iframe{width:100%;height:100%}.section-hero.section-hero-short .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.section-hero.section-hero-short .section-hero-block{width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.section-hero.section-hero-short .section-hero-block .section-hero-block-left{width:100%;max-width:668px;font-size:20px;line-height:1.4}.section-hero.section-hero-short .section-hero-block .section-hero-block-left nav{margin-bottom:20px}.section-hero.section-hero-short .section-hero-block .section-hero-block-left .video-tag-list{padding-bottom:20px}.section-hero.section-hero-short .section-hero-block .section-hero-block-right{padding-top:0}.section-hero.section-hero-short .section-hero-block .section-hero-block-right .embed-wrapper{width:100%;max-width:505px}.section-hero.section-hero-short .section-hero-block .section-hero-block-right .embed-wrapper .section-video_wrapper{width:100%;position:relative;aspect-ratio:400/780;border-radius:70px;border:15px solid #000;background-color:#333;-webkit-box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28);box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28)}.section-hero.section-hero-short .section-hero-block .section-hero-block-right .embed-wrapper .section-video_wrapper iframe{width:100%;height:100%}.section-hero.section-hero-short .section-hero-content{position:relative;z-index:5;height:120px;margin-bottom:-150px;width:100%}.section-hero.section-hero-short .section-hero-content .christy{position:absolute;bottom:0;left:27%;z-index:0;height:560px}.section-hero.section-hero-short .section-hero-content .sign{position:absolute;bottom:50px;left:70px;max-width:100%}.section-hero.section-hero-short .section-hero-content .subscribe{width:264px;height:264px;bottom:126px;position:absolute;left:48%}.section-hero.section-hero-video{position:relative;border-bottom:1px solid rgba(0,0,0,.2)}.section-hero.section-404{--padding-top:220px;--padding-bottom:200px;overflow:hidden}.section-hero.section-404 .section-hero-content{max-width:690px;width:100%}.section-hero.section-404 .section-hero-content b{font-weight:700}.section-hero.section-404 .section-hero-content h1{margin-bottom:60px}.section-hero.section-404 .section-hero-content p{margin-bottom:30px}.section-hero.section-404 .section-hero-image{position:static}.section-hero.section-404 .section-hero-image-text{font-size:clamp(308px, 32vw, 528px);font-style:normal;font-weight:700;line-height:.7;color:var(--color-primary);position:absolute;top:210px;right:-210px;font-family:var(--secondary-mixin-font)}.section-hero.section-404 .section-hero-image img{width:1080px;max-width:unset;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:240px;right:-140px}.section-hero.section-about{--padding-bottom:240px;--padding-top:240px}.section-hero.section-about .section-hero-content{max-width:570px}.section-hero.section-about .section-hero-media .text-item{opacity:0;pointer-events:none;z-index:100;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.section-hero.section-about .section-hero-media .text-item.visible{opacity:1;pointer-events:auto}.section-hero.section-about .section-hero-media-mobile{display:none;width:100%}.section-hero.section-about .section-hero-media-mobile .swiper{overflow:visible;width:100%}.section-hero.section-about .section-hero-media-mobile .swiper-button-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px;width:100%;margin-top:40px}.pagination .al .section-hero.section-about .section-hero-media-mobile .swiper-button-holder a,.pagination .ar .section-hero.section-about .section-hero-media-mobile .swiper-button-holder a,.pagination .section-hero.section-about .section-hero-media-mobile .swiper-button-holder .page-numbers.next,.pagination .section-hero.section-about .section-hero-media-mobile .swiper-button-holder .page-numbers.prev,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .button,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .pagination .al a,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .pagination .ar a,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .pagination .page-numbers.next,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .pagination .page-numbers.prev,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .slider-results .swiper-button-next,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder .slider-results .swiper-button-prev,.section-hero.section-about .section-hero-media-mobile .swiper-button-holder button[type=submit],.section-hero.section-about .section-hero-media-mobile .swiper-button-holder input[type=button],.section-hero.section-about .section-hero-media-mobile .swiper-button-holder input[type=reset],.section-hero.section-about .section-hero-media-mobile .swiper-button-holder input[type=submit],.slider-results .section-hero.section-about .section-hero-media-mobile .swiper-button-holder .swiper-button-next,.slider-results .section-hero.section-about .section-hero-media-mobile .swiper-button-holder .swiper-button-prev{width:100%}@-webkit-keyframes slowRotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes slowRotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slowRotatingReverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes slowRotatingReverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.section-hero.section-about-us{--padding-top:240px;--padding-bottom:240px}.section-hero.section-about-us .section-hero-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.section-hero.section-about-us .section-hero-content-side{width:50%}.section-hero.section-result .results{font-family:vaR(--secondary-mixin-font);margin-bottom:20px;letter-spacing:-.4px}.section-hero.section-result .section-hero-content{width:100%}.section-hero.section-result .section-hero-content h1{margin-bottom:40px;word-break:break-word}.section-hero.section-result .section-hero-content p{max-width:620px}.section-hero.section-case{--padding-top:120px;--padding-bottom:0}.section-hero.section-case h1 span{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.section-hero.section-case .container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-case .section-hero-content{max-width:800px}.section-hero.section-case-new{position:relative;--padding-top:100px;--padding-bottom:130px}.section-hero.section-case-new .container{position:static}.section-hero.section-case-new .section-hero-content{max-width:625px;width:100%;position:relative;z-index:5}.section-hero.section-case-new .section-hero-content nav{margin-bottom:60px}.section-hero.section-case-new .section-hero-content h1{margin-bottom:40px}.section-hero.section-case-new .section-hero-content h1 span{color:var(--color-red);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem}.section-hero.section-case-new .section-hero-content .section-hero-logo{height:90px;margin-bottom:40px}.section-hero.section-case-new .section-hero-content .section-hero-logo img{width:auto;height:100%;margin-top:auto;margin-bottom:auto}.section-hero.section-case-new .section-hero-image{position:absolute;z-index:1;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);max-width:60%;height:100%;margin-top:0;margin-bottom:0}.section-hero.section-case-new .section-hero-image img{right:0;max-width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.section-hero.section-what .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60px}.section-hero.section-what .section-hero-content{max-width:100%;width:100%}.section-hero.section-what .section-hero-media{margin-top:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.section-hero.section-what .section-hero-media .media-wrap{width:100%}.section-hero.section-what .section-hero-media .media-wrap .lottie-animation{width:100%}.section-hero.section-what .section-hero-media .media-descr{width:100%;max-width:580px;-ms-flex-negative:0;flex-shrink:0}.section-hero.section-positioning .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.section-hero.section-positioning .section-hero-content{padding-right:50px}.section-hero.section-positioning .section-hero-content h1{margin-bottom:0}.section-hero.section-positioning .section-hero-content-icon{position:absolute;top:0;right:0}.section-hero.section-positioning .section-hero-content-icon .services-icon{width:48px;height:48px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-hero.section-positioning .section-hero-media{position:relative;margin-top:0;margin-bottom:0;padding-bottom:20px}.section-hero.section-positioning .section-hero-media-descr{position:absolute;bottom:0;left:65%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--secondary-mixin-font);gap:20px;font-size:20px;font-style:normal;font-weight:500;line-height:1.4;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:63%}.section-hero.section-positioning .section-hero-media-descr .line{position:absolute;bottom:50%;left:-50px;width:24px;height:237px;border-bottom:1px solid var(--color-primary);border-left:1px solid var(--color-primary);z-index:5}.section-hero.section-positioning .section-hero-media-descr .line:before{content:"";position:absolute;top:-3px;left:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-positioning .section-hero-media-descr .line.white{border-color:rgba(var(--color-white--rgb),.4);z-index:1;-webkit-transform:translateX(1px) translateY(1px);transform:translateX(1px) translateY(1px)}.section-hero.section-positioning .section-hero-media-descr .line.white:before{background-color:rgba(var(--color-white--rgb),.4)}.section-hero.section-positioning .section-hero-media-descr p:last-child{margin-bottom:0}.section-hero.section-positioning .section-hero-media-descr .red{color:var(--color-red);font-size:22px;font-style:normal;font-weight:700;line-height:1.1;text-align:right}.section-hero.section-positioning .section-hero-media-descr .red div{font-size:96px;font-style:normal;font-weight:300;line-height:1.1}.section-hero.section-positioning .section-hero-media img{width:105vw;max-width:unset;margin-right:-10vw}.section-hero.section-innovation .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.section-hero.section-innovation .section-hero-content{padding-right:50px}.section-hero.section-innovation .section-hero-content h1{margin-bottom:0}.section-hero.section-innovation .section-hero-content-icon{position:absolute;top:0;right:0}.section-hero.section-innovation .section-hero-content-icon .services-icon{width:48px;height:48px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-hero.section-innovation .section-hero-media{position:relative;margin-top:0;margin-bottom:0;padding-bottom:0}.section-hero.section-innovation .section-hero-media-descr{position:absolute;bottom:5%;left:67%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--secondary-mixin-font);gap:20px;font-size:20px;font-style:normal;font-weight:500;line-height:1.4;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:63%}.section-hero.section-innovation .section-hero-media-descr .line{position:absolute;bottom:50%;left:-50px;width:24px;height:200px;border-bottom:1px solid var(--color-primary);border-left:1px solid var(--color-primary);z-index:5}.section-hero.section-innovation .section-hero-media-descr .line:before{content:"";position:absolute;top:-3px;left:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-innovation .section-hero-media-descr .line.white{border-color:rgba(var(--color-white--rgb),.4);z-index:1;-webkit-transform:translateX(1px) translateY(1px);transform:translateX(1px) translateY(1px)}.section-hero.section-innovation .section-hero-media-descr .line.white:before{background-color:rgba(var(--color-white--rgb),.4)}.section-hero.section-innovation .section-hero-media-descr p:last-child{margin-bottom:0}.section-hero.section-innovation .section-hero-media-descr .red{color:var(--color-red);font-size:22px;font-style:normal;font-weight:700;line-height:1.1;text-align:right}.section-hero.section-innovation .section-hero-media-descr .red div{font-size:96px;font-style:normal;font-weight:300;line-height:1.1}.section-hero.section-innovation .section-hero-media img{width:100vw;max-width:unset}.section-hero.section-design{overflow:hidden;--padding-bottom:0}.section-hero.section-design .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-design .section-hero-content{padding-right:50px}.section-hero.section-design .section-hero-content h1{margin-bottom:0}.section-hero.section-design .section-hero-content-icon{position:absolute;top:0;right:0}.section-hero.section-design .section-hero-content-icon .services-icon{width:48px;height:48px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-hero.section-design .section-hero-media{position:relative;margin-top:0;margin-bottom:0;padding-bottom:0;aspect-ratio:1832/1243;width:100vw;min-width:1832px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-hero.section-design .section-hero-media-image{position:absolute}.section-hero.section-design .section-hero-media-image img{width:100%;height:100%;max-width:unset;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.section-hero.section-design .section-hero-media-image-1{left:3.7%;top:12.7%;aspect-ratio:639/639;width:34.9%;z-index:5}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:111%;right:34.5%;max-width:320px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .link-arrow{color:var(--color-primary);font-size:16px}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .line{width:23px;height:237px;border-bottom:1px solid var(--color-primary);border-right:1px solid var(--color-primary);position:absolute;right:-60px;bottom:153px}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .line:before{content:"";position:absolute;top:-3px;right:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-design .section-hero-media-image-2{left:30.9%;top:34.2%;aspect-ratio:690/703;width:37.7%}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr{position:absolute;top:62.5%;right:-46.5%;max-width:420px}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr .link-arrow{color:var(--color-primary);font-size:16px}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr .line{width:207px;height:23px;border-top:1px solid var(--color-primary);border-right:1px solid var(--color-primary);position:absolute;top:-28px;left:-95px}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr .line:before{content:"";position:absolute;top:-3px;left:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-design .section-hero-media-image-3{aspect-ratio:885/996;width:48.3%;right:-3.8%;top:-9%}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr{position:absolute;top:36%;left:-31%;max-width:390px}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr .line{width:489px;height:23px;border-top:1px solid var(--color-primary);border-left:1px solid var(--color-primary);position:absolute;top:-25px;left:55px}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr .line:before{content:"";position:absolute;top:-3px;right:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-design .section-hero-media-image-descr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--secondary-mixin-font);gap:20px;font-size:20px;font-style:normal;font-weight:500;line-height:1.4}.section-hero.section-design .section-hero-media-image-descr p:last-child{margin-bottom:0}.section-hero.section-design .section-hero-media-image-descr .red{color:var(--color-red);font-size:22px;font-style:normal;font-weight:700;line-height:1.1;text-align:right}.section-hero.section-design .section-hero-media-image-descr .red div{font-size:96px;font-style:normal;font-weight:300;line-height:1.1}.section-hero.section-testing .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:120px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-testing h1{max-width:1200px}.section-hero.section-testing .section-hero-content{padding-right:50px}.section-hero.section-testing .section-hero-content h1{margin-bottom:0}.section-hero.section-testing .section-hero-content-icon{position:absolute;top:0;right:0}.section-hero.section-testing .section-hero-content-icon .services-icon{width:48px;height:48px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-hero.section-testing .section-hero-media{position:relative;margin-top:0;margin-bottom:0;background-color:var(--color-grey);width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;height:880px}.section-hero.section-testing .section-hero-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-hero.section-design-interior{--padding-bottom:0}.section-hero.section-design-interior+.section{--padding-top:120px!important}.section-hero.section-design-interior+.section .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-design-interior .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-design-interior .section-hero-content{padding-right:50px}.section-hero.section-design-interior .section-hero-content h1{margin-bottom:0;max-width:1025px}.section-hero.section-design-interior .section-hero-content-icon{position:absolute;top:0;right:0}.section-hero.section-design-interior .section-hero-content-icon .services-icon{width:48px;height:48px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-hero.section-design-interior .section-hero-media{position:relative;margin-top:0;margin-bottom:0;background-color:var(--color-white);width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;height:1200px}.section-hero.section-design-interior .section-hero-media img,.section-hero.section-design-interior .section-hero-media picture{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center right;object-position:center right}.section-hero.section-design-interior .section-hero-media-descr{position:absolute;bottom:45%;right:48vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-family:var(--secondary-mixin-font);gap:20px;font-size:20px;font-style:normal;font-weight:500;line-height:1.4;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:512px}.section-hero.section-design-interior .section-hero-media-descr .line{position:absolute;bottom:100%;left:11%;width:558px;height:24px;border-top:1px solid var(--color-primary);border-left:1px solid var(--color-primary);z-index:5}.section-hero.section-design-interior .section-hero-media-descr .line:before{content:"";position:absolute;top:-3px;right:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-design-interior .section-hero-media-descr .line.white{border-color:rgba(var(--color-white--rgb),.4);z-index:1;-webkit-transform:translateX(1px) translateY(1px);transform:translateX(1px) translateY(1px)}.section-hero.section-design-interior .section-hero-media-descr .line.white:before{background-color:rgba(var(--color-white--rgb),.4)}.section-hero.section-design-interior .section-hero-media-descr p:last-child{margin-bottom:0}.section-hero.section-design-interior .section-hero-media-descr p .link-arrow{color:var(--color-primary)}.section-hero.section-design-interior .section-hero-media-descr .red{color:var(--color-red);font-size:22px;font-style:normal;font-weight:700;line-height:1.1;text-align:right}.section-hero.section-design-interior .section-hero-media-descr .red div{font-size:96px;font-style:normal;font-weight:300;line-height:1.1}.section-hero.section-design-interior+.section{--padding-top:0}.section-hero.section-testing-interior{--padding-bottom:0}.section-hero.section-testing-interior .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-hero.section-testing-interior .section-hero-content{padding-right:50px}.section-hero.section-testing-interior .section-hero-content h1{margin-bottom:0;max-width:1025px}.section-hero.section-testing-interior .section-hero-content-icon{position:absolute;top:0;right:0}.section-hero.section-testing-interior .section-hero-content-icon .services-icon{width:48px;height:48px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section-hero.section-testing-interior .section-hero-image{position:relative;width:100vw;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:calc(var(--padding-bottom) * -1)}.section-hero.section-testing-interior .section-hero-image img{position:relative;width:100%;height:100%;margin-left:0;-webkit-transform:unset;transform:unset}.section-hero.section-testing-interior .section-hero-media{position:relative;margin-top:0;margin-bottom:0;background-color:var(--color-white);width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;height:1200px}.section-hero.section-testing-interior .section-hero-media img,.section-hero.section-testing-interior .section-hero-media picture{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center right;object-position:center right}.section-hero.section-testing-interior .section-hero-media-descr{position:absolute;bottom:45%;right:48vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-family:var(--secondary-mixin-font);gap:20px;font-size:20px;font-style:normal;font-weight:500;line-height:1.4;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:512px}.section-hero.section-testing-interior .section-hero-media-descr .line{position:absolute;bottom:100%;left:11%;width:558px;height:24px;border-top:1px solid var(--color-primary);border-left:1px solid var(--color-primary);z-index:5}.section-hero.section-testing-interior .section-hero-media-descr .line:before{content:"";position:absolute;top:-3px;right:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.section-hero.section-testing-interior .section-hero-media-descr .line.white{border-color:rgba(var(--color-white--rgb),.4);z-index:1;-webkit-transform:translateX(1px) translateY(1px);transform:translateX(1px) translateY(1px)}.section-hero.section-testing-interior .section-hero-media-descr .line.white:before{background-color:rgba(var(--color-white--rgb),.4)}.section-hero.section-testing-interior .section-hero-media-descr p:last-child{margin-bottom:0}.section-hero.section-testing-interior .section-hero-media-descr p .link-arrow{color:var(--color-primary)}.section-hero.section-testing-interior .section-hero-media-descr .red{color:var(--color-red);font-size:22px;font-style:normal;font-weight:700;line-height:1.1;text-align:right}.section-hero.section-testing-interior .section-hero-media-descr .red div{font-size:96px;font-style:normal;font-weight:300;line-height:1.1}.section-scenario{position:relative;z-index:10}.section-results{--padding-top:0;--padding-bottom:0}.section-block{--padding-top:100px;--padding-bottom:100px}.section-block .container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}.section-block._reverse .container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.section-block._custom .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-block._custom .section-block-content{padding-top:240px}.section-block._custom .section-block-image img{width:114%;max-width:unset}.section-block._custom-2 .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-block._custom-2 .section-block-image{padding-bottom:0}.section-block._custom-2 .section-block-image img{width:125%;max-width:unset}.section-block._custom-3{--padding-top:240px;--padding-bottom:240px;border-bottom:1px solid var(--color-black)}.section-block._custom-3 .section-block-content{max-width:680px;width:100%;-ms-flex-negative:unset;flex-shrink:unset}.section-block._custom-4{--padding-top:240px;--padding-bottom:240px}.section-block._custom-4 .section-block-content{max-width:680px;width:100%;-ms-flex-negative:unset;flex-shrink:unset}.section-block._custom-4 .section-block-image{-ms-flex-negative:0;flex-shrink:0;max-width:600px}.section-block._custom-4 .section-block-image .scheme{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:70px 0;width:100%}.section-block._custom-4 .section-block-image .scheme-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:calc(100% - 365px);gap:20px;padding-left:0;margin-bottom:0}.section-block._custom-4 .section-block-image .scheme-list li{padding-right:0;padding-left:32px;margin-bottom:0}.section-block._custom-4 .section-block-image .scheme-list li:before{border:.13em solid rgba(51,51,51,.12)}.section-block._custom-4 .section-block-image .scheme-list li.red:before{background-color:var(--color-red)}.section-block._custom-4 .section-block-image .scheme-list li.black:before{background-color:var(--color-black)}.section-block._custom-4 .section-block-image .scheme-list li.gray-1:before{background-color:#9ba2ac}.section-block._custom-4 .section-block-image .scheme-list li.gray-2:before{background-color:#c2bcbd}.section-block._custom-4 .section-block-image .scheme-list li.gray-3:before{background-color:#d8d6d4}.section-block._custom-4 .section-block-image .scheme-text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.section-block._custom-4 .section-block-image .scheme-text-big{font-size:128px;font-style:normal;font-weight:200;line-height:1.24;font-family:var(--secondary-mixin-font);color:var(--color-primary)}.section-block._custom-4 .section-block-image .scheme-text-small{font-size:20px;font-style:normal;font-weight:700;line-height:1.24;font-family:var(--secondary-mixin-font)}.section-block._custom-4 .section-block-image .scheme-text-small span{color:var(--color-primary)}.section-block._custom-4 .section-block-image .scheme-text-small p{margin-bottom:30px}.section-block._custom-4 .section-block-image .scheme-text-small p:last-child{margin-bottom:0}.section-block._custom-4 .section-block-image .scheme-pie{width:100%;max-width:354px;position:relative;aspect-ratio:354/384}.section-block._custom-4 .section-block-image .scheme-pie iframe{width:100%;height:100%}.section-block._custom-5 .section-l-item-title,.section-block._custom-5 .section-l-subtitle,.section-block._custom-5 .section-subtitle,.section-block._custom-5 .section-w-subtitle{margin-bottom:20px;font-size:20px}.section-block._custom-5 .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-block._custom-6{--padding-top:240px;--padding-bottom:240px}.section-block._custom-6 .section-l-item-title,.section-block._custom-6 .section-l-subtitle,.section-block._custom-6 .section-subtitle,.section-block._custom-6 .section-w-subtitle{margin-bottom:20px;font-size:20px}.section-block._custom-6 .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-block._custom-6 .section-block-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;width:1024px;margin-top:120px}.section-block._custom-6 .section-block-numbers .block{position:relative;width:100%}.section-block._custom-6 .section-block-numbers .block:last-child:before{content:none}.section-block._custom-6 .section-block-numbers .block:before{content:" ";display:block;position:absolute;top:20px;left:50px;right:-6px;height:1px;background-color:var(--color-primary)}.section-block._custom-6 .section-block-numbers .block-number{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-primary);border:1px solid currentColor;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;margin-bottom:40px}.section-block._custom-6 .section-block-numbers .block-text{font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.4px;color:var(--color-text)}.section-block._custom-6 .section-block-numbers .block-text h5{font-size:22px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);margin-bottom:20px}.section-block._custom-6 .section-block-numbers-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;width:1024px;margin-top:80px;font-style:italic}.section-block._custom-6 .section-block-image{margin-top:calc(var(--padding-top) * -1)}.section-block._custom-6 .section-block-image .lottie-animation{width:115%}.section-block._custom-7{--padding-top:240px;--padding-bottom:240px}.section-block._custom-7 .section-l-item-title,.section-block._custom-7 .section-l-subtitle,.section-block._custom-7 .section-subtitle,.section-block._custom-7 .section-w-subtitle{margin-bottom:20px;font-size:20px}.section-block._custom-7 .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-block._custom-7 .section-block-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;width:1024px;margin-top:120px}.section-block._custom-7 .section-block-numbers .block{position:relative;width:100%}.section-block._custom-7 .section-block-numbers .block:last-child:before{content:none}.section-block._custom-7 .section-block-numbers .block:before{content:" ";display:block;position:absolute;top:20px;left:50px;right:-6px;height:1px;background-color:var(--color-primary)}.section-block._custom-7 .section-block-numbers .block-number{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-primary);border:1px solid currentColor;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;margin-bottom:40px}.section-block._custom-7 .section-block-numbers .block-text{font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.4px;color:var(--color-text)}.section-block._custom-7 .section-block-numbers .block-text h5{font-size:22px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);margin-bottom:20px}.section-block._custom-7 .section-block-numbers-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;width:1024px;margin-top:80px;font-style:italic}.section-block._custom-7 .section-block-image{margin-top:calc(var(--padding-top) * -1)}.section-block._custom-8 .h2,.section-block._custom-8 h2,.section-block._custom-8 p,.section-block._custom-8 ul,.section-block._custom-8 ul li{margin-bottom:30px}.section-block._custom-8 ul{font-size:inherit}.section-block._custom-9 .lottie-animation{width:130%}.section-block._custom-9 h5{margin-bottom:20px;font-size:22px;font-family:var(--secondary-mixin-font);font-weight:700}.section-block-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;gap:20px}.section-block-image:has(.image-desc){position:relative;padding-bottom:160px}.section-block-image-description{font-size:16px;font-style:italic;font-weight:300;line-height:1.4;letter-spacing:-.32px;color:rgba(var(--color-black--rgb),.6);text-align:center}.section-block-image .image-desc{position:absolute;bottom:0;right:-180px;background-color:var(--color-primary);background-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/bg-image-decor.png);background-position:center left;background-repeat:no-repeat;background-size:contain;padding:80px 40px 80px 80px;color:var(--color-white);z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px}.section-block-image .image-desc:hover .link-arrow{text-decoration:underline}.section-block-image .image-desc .link-arrow{text-decoration:none}.section-block-image .image-desc .link-arrow:after{background-color:currentColor}.section-block-image .image-desc p{margin-bottom:0}.section-block-image .image-desc-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2px;font-size:20px;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font)}.section-block-image .image-desc-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;font-family:var(--secondary-mixin-font);position:relative;z-index:10}.section-block-image .image-desc-bigText{font-size:96px;font-weight:300;line-height:1.1}.section-block-image .image-desc-smallText{font-size:20px;font-weight:500;line-height:1.4;max-width:190px}.section-block-image img{position:relative;z-index:5;pointer-events:none}.section-block-content{width:590px;-ms-flex-negative:0;flex-shrink:0;font-size:20px;font-weight:300;line-height:1.5;letter-spacing:-.4px;position:relative;z-index:10}.section-block-content h1{margin-bottom:20px}.section-block-content h2,.section-block-content h3,.section-block-content h4,.section-block-content h5,.section-block-content h6{margin-bottom:40px}.section-block-content h2:last-child,.section-block-content h3:last-child,.section-block-content h4:last-child,.section-block-content h5:last-child,.section-block-content h6:last-child{margin-bottom:0}.section-block-content p{margin-bottom:40px}.section-block-content p:last-child{margin-bottom:0}.section-testimonials{--padding-y:120px;padding-block:var(--padding-y);background-color:var(--color-black-600);color:var(--color-white)}.section-testimonials .swiper{overflow:visible}.section-testimonials .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:var(--padding-y)}.section-testimonials .swiper-slide{max-width:1036px;display:grid;grid-template-columns:30% 1fr;gap:60px;padding:20px var(--gutter);-webkit-box-sizing:border-box;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;-ms-user-select:none;user-select:none;-webkit-user-select:none;-moz-user-select:none}.section-testimonials .swiper-slide img{display:block;margin:auto}.section-testimonials .swiper-slide-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-testimonials .swiper-slide-content{padding-right:80px}.section-testimonials .swiper-slide blockquote{border-left:0;padding:0;margin-bottom:0}.section-testimonials .swiper-slide blockquote p{font-size:42px;line-height:1.1;font-weight:300;font-style:italic;letter-spacing:-1.2px;margin-bottom:48px}.section-testimonials .swiper-slide blockquote p:before{content:unset}.section-testimonials .swiper-slide blockquote p:after{content:unset}.section-testimonials .swiper-slide blockquote cite{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font)}.section-testimonials .swiper-slide blockquote cite span{display:block;font-size:16px;font-style:normal;font-weight:500;line-height:1.4;margin-top:4px}.section-testimonials .swiper-slide-next,.section-testimonials .swiper-slide-prev{opacity:.4}.section-testimonials .swiper-pagination{--swiper-pagination-bullet-horizontal-gap:6px;--swiper-pagination-bullet-width:10px;--swiper-pagination-bullet-height:10px;--swiper-pagination-bullet-border-radius:50%;--swiper-pagination-bullet-inactive-color:var(--color-white);--swiper-pagination-color:var(--color-white);--swiper-pagination-bullet-inactive-opacity:0.4;position:static;-webkit-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-contact{--padding-top:120px;--padding-bottom:120px;background-color:var(--color-bg);border-bottom:1px solid var(--color-black)}.section-contact .contact-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:80px 40px}.section-contact .contact-holder p:last-child{margin-bottom:0}.section-contact .contact-form{max-width:370px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.section-contact .contact-form .nfprivacy-field-description{font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.section-contact .contact-form .gfield_checkbox{padding:0;margin-top:10px}.section-contact .contact-form .gfield_checkbox .jcf-checkbox{display:block;width:24px;height:24px;position:relative;border:1px solid var(--color-primary)}.section-contact .contact-form .gfield_checkbox .jcf-checkbox.jcf-checked span{opacity:1}.section-contact .contact-form .gfield_checkbox .jcf-checkbox span{display:block;width:14px;height:7px;border-left:2px solid var(--color-primary);border-bottom:2px solid var(--color-primary);position:absolute;top:14px;left:13px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}.section-contact .contact-form .gfield_checkbox .jcf-checkbox input{padding:0}.section-contact .contact-form .gfield_checkbox label{font-size:15px;font-family:var(--secondary-mixin-font);font-weight:500}.section-contact .contact-form .gfield_checkbox li{padding-left:0;padding-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.section-contact .contact-form .gfield_checkbox li:before{content:none}.section-contact .contact-form .gform-theme--framework{--gf-form-gap-y:20px}.section-contact .contact-form .gform-theme--framework .gform_heading{display:none}.section-contact .contact-form .gform-theme--framework .gfield_validation_message{--gf-desc-space:0;--gf-local-color:var(--color-white);--gf-local-font-family:var(--secondary-mixin-font);--gf-local-font-size:12px;--gf-local-font-weight:400;--gf-local-line-height:1.1;padding:3px 20px;background-color:var(--color-red)}.section-contact .contact-form .gform-theme--framework .gform_validation_errors{--gf-form-validation-bg-color:var(--color-red);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-border-color:var(--color-red);--gf-form-validation-radius:0;--gf-form-validation-shadow:none;--gf-form-validation-gap:20px;--gf-form-validation-margin-y:0;--gf-form-validation-padding-y:3px;--gf-form-validation-padding-x:20px;--gf-form-validation-heading-color:var(--color-white);--gf-form-validation-heading-icon-color:var(--color-white);--gf-form-validation-heading-icon-border-color:var(--color-white);--gf-form-validation-heading-font-weight:400;--gf-form-validation-heading-font-size:12px;--gf-form-validation-heading-line-height:1.1;--gf-form-validation-heading-font-family:var(--secondary-mixin-font);margin-bottom:20px}.section-contact .contact-form .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]){--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;--gf-local-height:52px;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.section-contact .contact-form .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]):focus{--gf-local-border-color:var(--color-red)}.section-contact .contact-form .gform-theme--framework select:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.section-contact .contact-form .gform-theme--framework select[multiple]:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.section-contact .contact-form .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){resize:none;--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.section-contact .contact-form .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):focus{--gf-local-border-color:var(--color-red)}.section-contact .contact-form .gform-theme--framework .gfield_error input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.section-contact .contact-form .gform-theme--framework .gfield_error textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.section-contact .contact-form .gform-theme--framework .gfield_label{font-size:15px;font-style:normal;font-weight:400;line-height:1.1;font-family:var(--secondary-mixin-font);margin:0;position:absolute;left:0;top:0;pointer-events:none;width:100%;padding:16px 20px;-webkit-transition:.3s;transition:.3s}.section-contact .contact-form .gform-theme--framework .gfield_label .gfield_required:not(.gfield_required_asterisk){position:absolute;right:8px;top:10px;font-size:11px;font-style:normal;font-weight:700;line-height:110%;color:var(--color-primary)}.section-contact .contact-form .gform-theme--framework .gfield{position:relative}.section-contact .contact-form .gform-theme--framework .gfield.focused .gfield_label{padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section-contact .contact-form .gform-theme--framework .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select{border-bottom:1px solid var(--color-text);display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font);position:relative;min-height:52px;font-weight:400}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:50%;right:4px}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:after,.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white)}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.section-contact .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.section-contact .contact-form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){background-color:var(--color-white);border:1px solid var(--color-primary);color:var(--color-primary);font-size:20px;font-weight:700;padding:20px 40px;-webkit-transition:.3s;transition:.3s;font-family:var(--secondary-mixin-font);line-height:1.1;letter-spacing:-.4px;border-radius:0}.section-contact .contact-form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary);color:var(--color-white)}.section-contact .contact-heading{--h2:48px;max-width:330px}.section-contact .contact-heading h1,.section-contact .contact-heading h2,.section-contact .contact-heading h3,.section-contact .contact-heading h4,.section-contact .contact-heading h5,.section-contact .contact-heading h6{margin-bottom:20px}.section-contact .contact-heading h1:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-heading h2:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-heading h3:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-heading h4:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-heading h5:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-heading h6:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle){color:var(--color-primary)}.section-contact .contact-info{max-width:330px}.section-contact .contact-info h1,.section-contact .contact-info h2,.section-contact .contact-info h3,.section-contact .contact-info h4,.section-contact .contact-info h5,.section-contact .contact-info h6{margin-bottom:40px}.section-contact .contact-info h1:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-info h2:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-info h3:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-info h4:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-info h5:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact .contact-info h6:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle){color:var(--color-primary)}.section-contact .contact-info h1.section-l-item-title,.section-contact .contact-info h1.section-l-subtitle,.section-contact .contact-info h1.section-subtitle,.section-contact .contact-info h1.section-w-subtitle,.section-contact .contact-info h2.section-l-item-title,.section-contact .contact-info h2.section-l-subtitle,.section-contact .contact-info h2.section-subtitle,.section-contact .contact-info h2.section-w-subtitle,.section-contact .contact-info h3.section-l-item-title,.section-contact .contact-info h3.section-l-subtitle,.section-contact .contact-info h3.section-subtitle,.section-contact .contact-info h3.section-w-subtitle,.section-contact .contact-info h4.section-l-item-title,.section-contact .contact-info h4.section-l-subtitle,.section-contact .contact-info h4.section-subtitle,.section-contact .contact-info h4.section-w-subtitle,.section-contact .contact-info h5.section-l-item-title,.section-contact .contact-info h5.section-l-subtitle,.section-contact .contact-info h5.section-subtitle,.section-contact .contact-info h5.section-w-subtitle,.section-contact .contact-info h6.section-l-item-title,.section-contact .contact-info h6.section-l-subtitle,.section-contact .contact-info h6.section-subtitle,.section-contact .contact-info h6.section-w-subtitle{font-size:20px}.section-contact.v2{background-color:transparent}.section-contact.v2 .contact-heading{--h2:80px;max-width:370px}.section-contact.v2 .contact-heading h1:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact.v2 .contact-heading h2:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact.v2 .contact-heading h3:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact.v2 .contact-heading h4:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact.v2 .contact-heading h5:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-contact.v2 .contact-heading h6:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle){color:var(--color-text)}.section-contact.v2 .contact-heading h1{font-size:var(--h2)}.section-contact-thanks{--padding-top:80px;--padding-bottom:80px;background-color:var(--color-bg)}.section-contact-thanks .contact-thanks{max-width:560px}.section-contact-thanks .contact-thanks .contact-info{padding-top:80px;padding-right:80px}.section-contact-thanks .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-contact-thanks .newsletter{height:auto;padding:0;max-width:560px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex}.section-contact-thanks .newsletter-text{--h2:48px}.section-contact-thanks .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email],.section-contact-thanks .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]{background-color:var(--color-white)}.section-info{--padding-top:80px;--padding-bottom:80px;background-color:var(--color-grey)}.section-info .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:distribute;justify-content:space-around;gap:40px}.section-info .info-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:56px 16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:17px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.34px;color:var(--color-text);margin-right:auto}.section-info .info-contacts:first-child{width:320px}.section-info .info-contacts a:hover{text-decoration:underline}.section-info .info-contacts h5{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;color:var(--color-primary);margin-bottom:20px;font-family:var(--secondary-mixin-font)}.section-info .info-contacts p:last-child{margin-bottom:0}.section-info .info-contacts .block{min-width:216px}.section-result{--padding-top:120px;--padding-bottom:120px}.section-result .section-headline{max-width:960px}.section-result.section-more .more-slider{margin-top:100px}.homepage .section-result,.section-testing-new .section-result{--padding-top:240px;--padding-bottom:240px;background-color:var(--color-bg)}.section-result .grid{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.section-result .grid._only-horizontal .grid-item._horizontal{grid-column:span 6}.section-result .grid-item._vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section-result .grid-item._horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section-result .grid-item._horizontal .grid-item-content{width:320px;-ms-flex-negative:0;flex-shrink:0}.section-result .grid-item._sm{grid-column:span 5}.section-result .grid-item._md{grid-column:span 7}.section-result .grid-item._lg{grid-column:span 12}.section-result .grid-item:hover .grid-item-icon{background-color:var(--color-primary)}.section-result .grid-item:hover .grid-item-title{color:var(--color-primary);text-decoration:underline}.section-result .grid-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.section-result .grid-item-content p:last-child{margin-bottom:0}.section-result .grid-item-icon{margin-bottom:20px;background-color:var(--color-primary);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transition:.3s;transition:.3s}.section-result .grid-item-subtitle{font-size:20px;font-weight:700;line-height:1.1;margin-bottom:12px;color:var(--color-text);font-family:var(--secondary-mixin-font)}.section-result .grid-item-title{font-size:32px;font-weight:500;line-height:1.2;letter-spacing:-.64px;color:var(--color-text);text-decoration:none;margin-bottom:12px}.section-result .grid-item-title:last-child{margin-bottom:0}.section-result .grid-item-title:after{color:var(--color-primary)}.section-result .grid-item-image{width:100%}.section-result .grid-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-result a.grid-item{text-decoration:none}.section-insights{--padding-top:120px;--padding-bottom:120px}.section-insights .container{position:relative}.section-insights .container:before{content:" ";width:1px;height:50%;position:absolute;top:0;left:35%;background-color:var(--color-dividers)}.section-cta{--padding-top:120px;--padding-bottom:120px;background-color:var(--color-primary);color:var(--color-white)}.section-cta .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.section-cta-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:680px}.section-cta-content h2 em{font-weight:300}.section-cta-content h1,.section-cta-content h2,.section-cta-content h3,.section-cta-content h4,.section-cta-content h5,.section-cta-content h6,.section-cta-content p{color:currentColor}.section-cta-content h1:last-child,.section-cta-content h2:last-child,.section-cta-content h3:last-child,.section-cta-content h4:last-child,.section-cta-content h5:last-child,.section-cta-content h6:last-child,.section-cta-content p:last-child{margin-bottom:0}.section-partners{--padding-top:240px;--padding-bottom:240px;background-color:var(--color-black);position:relative;color:var(--color-white)}.section-partners h1:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-partners h2:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-partners h3:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-partners h4:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-partners h5:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle),.section-partners h6:not(.section-subtitle):not(.section-l-item-title):not(.section-l-subtitle):not(.section-w-subtitle){color:currentColor}.section-partners .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.section-partners .section-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.section-partners .section-content p{margin-bottom:40px}.section-partners .section-content p:last-child{margin-bottom:0}.section-partners .section-content-side{width:50%}.section-partners .section-decor{position:absolute;top:-325px;left:-600px;width:1200px;aspect-ratio:0;pointer-events:none}.section-tabs{--padding-top:0;--padding-bottom:0}.section-featured{--padding-top:0;--padding-bottom:0}.section-featured .featured-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.section-featured .featured-slider .swiper-pagination{--swiper-pagination-bottom:-120px;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:40px;--swiper-pagination-bullet-height:2px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.2;text-align:right;z-index:10}.section-featured .featured-slider .swiper-pagination-bullet{position:relative;-webkit-transition:.3s;transition:.3s}.section-featured .featured-slider .swiper-pagination-bullet:hover{--swiper-pagination-bullet-inactive-opacity:0.6}.section-featured .featured-slider .swiper-pagination-bullet:before{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section-featured .featured-slider .swiper-pagination-bullet:after{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section-featured .featured-slider-image{width:100%;height:580px;overflow:visible;margin-bottom:230px}.section-featured .featured-slider-image.swiper-initialized .swiper-slide{display:block}.section-featured .featured-slider-image .swiper-slide{display:none}.section-featured .featured-slider-image .swiper-slide:first-child{display:block}.section-featured .featured-slider-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block}.section-featured .featured-slider-content{position:relative;z-index:5;min-width:1px;max-width:690px;margin:0;margin-top:-690px;margin-left:-80px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.section-featured .featured-slider-content.swiper-initialized .swiper-slide{display:block}.section-featured .featured-slider-content .swiper-slide{display:none}.section-featured .featured-slider-content .swiper-slide:first-child{display:block}.section-featured .featured-slider-content .strategy-content{margin:0}.section-featured .featured-slider-content .strategy-content h2 .link-arrow,.section-featured .featured-slider-content .strategy-content h3 .link-arrow,.section-featured .featured-slider-content .strategy-content h4 .link-arrow,.section-featured .featured-slider-content .strategy-content h5 .link-arrow,.section-featured .featured-slider-content .strategy-content h6 .link-arrow{text-decoration:none}.section-featured .featured-slider-content .strategy-content h2 .link-arrow:hover,.section-featured .featured-slider-content .strategy-content h3 .link-arrow:hover,.section-featured .featured-slider-content .strategy-content h4 .link-arrow:hover,.section-featured .featured-slider-content .strategy-content h5 .link-arrow:hover,.section-featured .featured-slider-content .strategy-content h6 .link-arrow:hover{text-decoration:underline;color:var(--color-primary)}.section-content-insights{--padding-top:120px;--padding-bottom:120px}.section-w{--padding-top:16px;--padding-bottom:16px}.section-w .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.section-w-subtitle{margin-bottom:25px}.section-w-title{font-size:36px;font-style:normal;font-weight:500;line-height:1.1;letter-spacing:-.72px;margin-bottom:40px}.section-w-content{width:50%;-ms-flex-negative:0;flex-shrink:0;max-width:565px}.section-w-icon{margin-bottom:40px}.section-w-icon .services-icon{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:32px;height:32px}.section-w-images{width:55vw;display:grid;grid-template-columns:repeat(12,1fr);gap:16px;-ms-flex-negative:0;flex-shrink:0}.section-w-images .section-w-image{grid-row:span 1;grid-column:span 7}.section-w-images .section-w-image:nth-child(3n+2){grid-row:span 2;grid-column:span 5}.section-w-images .section-w-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-s{--padding-top:120px;--padding-bottom:120px;border-bottom:1px solid var(--color-black)}.section-s-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px 120px}.section-s-title{font-size:20px;font-style:normal;font-weight:700;line-height:1.21;-ms-flex-negative:0;flex-shrink:0;font-family:var(--secondary-mixin-font);color:var(--color-primary);margin-bottom:0}.section-s-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.section-s-list ul{width:25%;margin-bottom:0;gap:0}.section-s-list ul li{padding-right:0;padding-left:25px;margin-bottom:0;font-size:18px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.36px;font-family:var(--base-font)}.section-s-list ul li:before{content:" ";display:block;width:4px;height:4px;background-color:var(--color-text);border-radius:50%;border:0;top:12px;left:12px}.section-s-list ul:last-child{margin-right:0;margin-bottom:0}.section-l{border-bottom:1px solid var(--color-black)}.section-l-subtitle{font-size:20px}.section-l-blocks{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px 0;padding-top:40px;display:grid;grid-template-columns:repeat(4,1fr)}.section-l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:40px;font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.4px;border-bottom:1px solid var(--color-dividers);padding-right:40px}.section-l-item:nth-child(4n){padding-right:0}.section-l-item p:last-child{margin-bottom:0}.section-t{--padding-top:120px;--padding-bottom:120px}.section-t .container{position:relative}.section-t .container:before{content:" ";display:block;width:1px;height:100%;position:absolute;top:0;left:calc(var(--gutter) * -1);background-color:var(--color-dividers)}.section-t-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.section-t-container{position:relative;padding-bottom:210px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.section-t-container-line{position:absolute;width:80px;height:calc(100% + 140px);display:block;border-left:1px solid var(--color-red);border-bottom:1px solid var(--color-red);top:33px;left:calc(var(--gutter) * 2 * -1);pointer-events:none}.section-t-container-line div{position:absolute;width:40px;height:1px;background-color:var(--color-red);top:0;left:0}.section-t-container-line div:after{content:" ";display:block;width:7px;height:7px;background-color:var(--color-red);border-radius:50%;position:absolute;top:-3px;right:-6px}.section-t-title{max-width:calc(50% - 8px);width:100%}.section-t-description{max-width:calc(50% - 8px);width:100%}.section-t-description p{margin-bottom:40px}.section-t-description p:last-child{margin-bottom:0}.section-t-list{--padding-left:120px;width:100%;padding-left:var(--padding-left)}.section-t-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:120px;padding-top:120px;padding-bottom:120px;position:relative}.section-t-element-image img{-webkit-filter:drop-shadow(0px 5.84999px 17.3333px rgba(0,0,0,0.05)) drop-shadow(0px 3.10689px 9.20559px rgba(0,0,0,0.0403893)) drop-shadow(0px 1.29285px 3.83065px rgba(0,0,0,0.0281146));filter:drop-shadow(0px 5.84999px 17.3333px rgba(0, 0, 0, .05)) drop-shadow(0px 3.10689px 9.20559px rgba(0, 0, 0, .0403893)) drop-shadow(0px 1.29285px 3.83065px rgba(0, 0, 0, .0281146));max-width:unset;width:900px}.section-t-element-text{font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.4px;max-width:565px;-ms-flex-negative:0;flex-shrink:0}.section-t-element-text p{margin-bottom:40px}.section-t-element-text p:last-child{margin-bottom:0}.section-t-element-text ul{margin-bottom:40px}.section-t-element-text ul li{margin-bottom:20px;font-size:19px;font-style:normal;font-weight:500;line-height:1.4}.section-t-element-text ul li:last-child{margin-bottom:0}.section-t-element-text ul:last-child{margin-bottom:0}.section-t-element-title{margin-bottom:40px;font-size:36px}.section-t-element-subtitle{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;color:var(--color-primary);font-family:var(--secondary-mixin-font);margin-bottom:20px}.section-t-element-line{position:absolute;width:1px;height:100%;display:block;border-left:1px dashed var(--color-red);top:156px;left:calc(var(--padding-left) * -1);pointer-events:none}.section-t-element:last-child .section-t-element-line{display:none}.section-t-element-diamond{display:block;width:12px;height:12px;border:1px solid var(--color-red);background-color:var(--color-white);position:absolute;z-index:100;top:151px;left:calc(var(--padding-left) * -1 - 6px);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.3s;transition:.3s}.active .section-t-element-diamond{-webkit-box-shadow:0 0 0 8px rgba(220,5,57,.1);box-shadow:0 0 0 8px rgba(220,5,57,.1);border:4px solid var(--color-red);width:19px;height:19px;top:147px;left:calc(var(--padding-left) * -1 - 9.5px)}.section-m-list{padding-bottom:40px;border-bottom:1px solid var(--color-dividers);display:grid;grid-template-columns:repeat(3,1fr);gap:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:80px}.section-m-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0;font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.4px;font-family:var(--base-font)}.section-m-list-item-title{font-size:22px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-text);margin-bottom:20px}.section-m-list-item ul li{font-family:var(--base-font);font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px;padding-left:20px;padding-right:20px;margin-bottom:20px}.section-m-list-item ul li:before{background-color:var(--color-text);width:6px;height:6px;top:.65em;left:.35em}.section-m-list-item ul li:last-child{margin-bottom:0}.section-m-list-item p{margin-bottom:20px}.section-m-list-item p:last-child{margin-bottom:0}.section-e-title{font-family:var(--secondary-mixin-font);font-size:20px;font-style:normal;font-weight:700;line-height:1.1;padding-bottom:20px;border-bottom:1px solid currentColor;margin-bottom:80px}.section-e-item{position:relative;-webkit-box-shadow:0 100px 242px 0 rgba(0,0,0,.11),0 41.778px 101.102px 0 rgba(0,0,0,.08),0 22.336px 54.054px 0 rgba(0,0,0,.07),0 12.522px 30.302px 0 rgba(0,0,0,.05),0 6.65px 16.093px 0 rgba(0,0,0,.04),0 2.767px 6.697px 0 rgba(0,0,0,.03);box-shadow:0 100px 242px 0 rgba(0,0,0,.11),0 41.778px 101.102px 0 rgba(0,0,0,.08),0 22.336px 54.054px 0 rgba(0,0,0,.07),0 12.522px 30.302px 0 rgba(0,0,0,.05),0 6.65px 16.093px 0 rgba(0,0,0,.04),0 2.767px 6.697px 0 rgba(0,0,0,.03);overflow:hidden}.section-e-item img{-webkit-transition:.3s;transition:.3s;scale:1.01}.section-e-item:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5);-webkit-transition:.3s;transition:.3s;opacity:0;z-index:10}.pagination .al .section-e-item a,.pagination .ar .section-e-item a,.pagination .section-e-item .page-numbers.next,.pagination .section-e-item .page-numbers.prev,.section-e-item .button,.section-e-item .pagination .al a,.section-e-item .pagination .ar a,.section-e-item .pagination .page-numbers.next,.section-e-item .pagination .page-numbers.prev,.section-e-item .slider-results .swiper-button-next,.section-e-item .slider-results .swiper-button-prev,.section-e-item button[type=submit],.section-e-item input[type=button],.section-e-item input[type=reset],.section-e-item input[type=submit],.slider-results .section-e-item .swiper-button-next,.slider-results .section-e-item .swiper-button-prev{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:15;opacity:0}.section-e-item:hover img{-webkit-filter:blur(1px);filter:blur(1px)}.pagination .al .section-e-item:hover a,.pagination .ar .section-e-item:hover a,.pagination .section-e-item:hover .page-numbers.next,.pagination .section-e-item:hover .page-numbers.prev,.section-e-item:hover .button,.section-e-item:hover .pagination .al a,.section-e-item:hover .pagination .ar a,.section-e-item:hover .pagination .page-numbers.next,.section-e-item:hover .pagination .page-numbers.prev,.section-e-item:hover .slider-results .swiper-button-next,.section-e-item:hover .slider-results .swiper-button-prev,.section-e-item:hover button[type=submit],.section-e-item:hover input[type=button],.section-e-item:hover input[type=reset],.section-e-item:hover input[type=submit],.slider-results .section-e-item:hover .swiper-button-next,.slider-results .section-e-item:hover .swiper-button-prev{opacity:1}.section-e-item:hover:after{opacity:1}.section-e-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section .accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}.section .accordion-item{padding-top:40px;padding-bottom:40px;border-bottom:1px solid var(--color-dividers);width:100%;display:grid;grid-template-rows:auto 0fr;-ms-flex-line-pack:start;align-content:start;-webkit-transition:grid-template-rows .45s cubic-bezier(.4, 0, .2, 1);transition:grid-template-rows .45s cubic-bezier(.4, 0, .2, 1);transition:grid-template-rows .45s cubic-bezier(.4, 0, .2, 1),-ms-grid-rows .45s cubic-bezier(.4, 0, .2, 1)}.section .accordion-item:has(.accordion-item-content.active){grid-template-rows:auto 1fr}.section .accordion-item-title{font-size:32px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:-.64px;color:var(--color-text);padding:0;margin:0;background-color:transparent;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;text-align:left;width:100%}.section .accordion-item-title:hover{color:var(--color-primary)}.section .accordion-item-title:after{content:" ";display:block;width:40px;height:40px;background-color:currentColor;-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;-webkit-transition:-webkit-transform .45s cubic-bezier(.4, 0, .2, 1);transition:-webkit-transform .45s cubic-bezier(.4, 0, .2, 1);transition:transform .45s cubic-bezier(.4, 0, .2, 1);transition:transform .45s cubic-bezier(.4, 0, .2, 1),-webkit-transform .45s cubic-bezier(.4, 0, .2, 1);-ms-flex-negative:0;flex-shrink:0}.section .accordion-item-title.active{color:var(--color-primary)}.section .accordion-item-title.active:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.section .accordion-item-content{padding:0;font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.4px;max-width:1200px;min-height:0;overflow:hidden;-webkit-transition:.3s;transition:.3s}.section .accordion-item-content p{margin-bottom:20px}.section .accordion-item-content p:last-child{margin-bottom:0}.section .accordion-item-content.active{padding:20px 0 0}.section-q{--padding-top:240px;--padding-bottom:240px}.section-q-list{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.section-q-item-title{margin-bottom:20px;font-size:32px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:-.64px}.section-q-item p{margin-bottom:40px}.section-q-item p:last-child{margin-bottom:0}.section-q-block{margin-top:120px;width:100%}.section-q-block:first-child{margin-top:0}.section-q-block-heading{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:40px;font-family:var(--secondary-mixin-font)}.section-q-accordion{margin-top:80px}.section-q-small .accordion{gap:0}.section-q-small .accordion-item{padding-top:30px;padding-bottom:30px}.section-q-small .accordion-item-title{margin-bottom:0;font-size:28px}.section-q-small .accordion-item-content{font-size:18px}.section .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.section .breadcrumb-item{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-primary)}.section .breadcrumb-item h1,.section .breadcrumb-item h2,.section .breadcrumb-item h3,.section .breadcrumb-item h4,.section .breadcrumb-item h5,.section .breadcrumb-item h6{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-primary);display:inline-block;margin-bottom:0}.section .breadcrumb-item:not(:has(a)):before{content:"/ ";color:currentColor;margin-right:.25em}.section .breadcrumb-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--color-text)}.section .breadcrumb-item a:hover{text-decoration:underline;color:var(--color-primary)}.section .breadcrumb-item a:before{content:" ";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:20px;background-color:currentColor;margin-right:0;-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-text.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-text.svg);-webkit-mask-size:6px;mask-size:6px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.section .gallery{width:100%;display:grid;grid-template-columns:repeat(10,1fr);gap:16px}.section .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:var(--color-dividers)}.section .gallery-item:nth-child(4n+1),.section .gallery-item:nth-child(4n+5){grid-column:span 4;height:580px}.section .gallery-item:nth-child(4n+2),.section .gallery-item:nth-child(4n+4){grid-column:span 6;height:580px}.section .gallery-item:nth-child(4n+3),.section .gallery-item:nth-child(4n+8){grid-column:span 10;height:800px}.section .gallery-another{grid-template-columns:repeat(12,1fr)}.section .gallery-another .gallery-item:nth-child(5n+1){grid-column:span 5;height:580px}.section .gallery-another .gallery-item:nth-child(5n+2){grid-column:span 4;height:580px}.section .gallery-another .gallery-item:nth-child(5n+3){grid-column:span 3;height:580px}.section .gallery-another .gallery-item:nth-child(5n+4){grid-column:span 7;height:580px}.section .gallery-another .gallery-item:nth-child(5n+5){grid-column:span 5;height:580px}.section .expertise{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px 16px;margin-top:120px}.section .expertise-title{width:100%;font-size:20px;font-style:normal;font-weight:700;line-height:1.21;font-family:var(--secondary-mixin-font);color:var(--color-primary);margin-bottom:40px;margin-top:3px}.section .expertise-subtitle{font-size:22px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);color:var(--color-black);margin-bottom:20px;text-decoration:none}.section .expertise-subtitle:hover{text-decoration:underline}.section .expertise-column{width:100%}.section .expertise-list{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.section .expertise-list li{padding-left:0;position:relative;font-size:20px;font-style:normal;font-weight:300;line-height:1.1;letter-spacing:-.4px;font-family:var(--base-font);margin-bottom:0}.section .expertise-list li:before{content:none}.section .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px 120px}.section .content-header{width:50%}.section .content-header h2{font-size:36px;font-style:normal;font-weight:500;line-height:1.1;letter-spacing:-.72px;max-width:560px;width:100%}.section .content-text{max-width:680px;width:100%}.section .content-text p:last-child{margin-bottom:0}.section .content-hub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;position:relative}.section .content-hub:has(.pagination){padding-bottom:140px}.section .content-hub._opposite{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.section .content-hub h2{font-size:32px;font-style:normal;font-weight:500;line-height:1.4;letter-spacing:-.64px;margin-bottom:20px}.section .content-hub h3{font-size:24px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.48px;font-family:var(--secondary-mixin-font);margin-bottom:20px}.section .content-hub blockquote{padding:40px;border:0;border-bottom:1px solid var(--color-primary);border-top:1px solid var(--color-primary);margin-bottom:40px}.section .content-hub blockquote:last-child{margin-bottom:0}.section .content-hub blockquote:before{content:" ";display:block;width:48px;height:48px;background-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-quote-filled.svg");background-size:contain;background-repeat:no-repeat;background-position:center;margin-bottom:40px}.section .content-hub blockquote p{font-size:24px;font-style:italic;font-weight:300;line-height:1.4;letter-spacing:-.48px;margin-bottom:20px}.section .content-hub blockquote cite{font-size:16px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font)}.section .content-hub .wp-block-group{margin-bottom:40px}.section .content-hub .wp-block-group:last-child{margin-bottom:0}.section .content-hub p{margin-bottom:40px}.section .content-hub p:last-child{margin-bottom:0}.section .content-hub ol{padding-left:40px;margin-bottom:40px;counter-reset:list}.section .content-hub ol li{padding-left:26px;font-size:20px;font-style:normal;font-weight:400;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);max-width:750px;margin-bottom:20px;position:relative}.section .content-hub ol li:before{content:counter(list,decimal-leading-zero);counter-increment:list;position:absolute;right:calc(100% - 10px);text-align:left;color:var(--color-primary);font-size:16px;font-style:normal;font-weight:500;line-height:1.1;font-family:var(--secondary-mixin-font);top:3px;min-width:20px}.section .content-hub ol li p{margin-left:-30px;font-size:20px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.4px;font-family:var(--base-font);margin-top:10px;margin-bottom:40px}.section .content-hub ol li p:last-child{margin-bottom:40px}.section .content-hub ul{padding-left:40px;margin-bottom:40px}.section .content-hub ul li{padding-left:26px;max-width:750px;margin-bottom:20px;font-size:20px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.4px;font-family:var(--base-font)}.section .content-hub ul li:before{content:" ";display:block;width:6px;height:6px;background-color:var(--color-primary);border-radius:50%;position:absolute;left:0;top:12px;border:0}.section .content-hub ul li strong{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);display:inline-block;margin-bottom:10px}.section .content-hub ul li p{margin-left:-30px;font-size:20px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.4px;font-family:var(--base-font);margin-top:10px;margin-bottom:40px}.section .content-hub ul li p:last-child{margin-bottom:40px}.section .content-hub h2[id]{position:relative;cursor:pointer}.section .content-hub h2[id]:hover:before{content:"#";position:absolute;font-weight:700;color:var(--color-black);right:100%;margin-right:10px}.section .content-hub .alignnone img{height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.section .content-hub .alignnone figcaption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px;width:100%;padding:40px 0;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.32px;border-bottom:1px solid var(--color-dividers);text-align:left}.section .content-hub .alignnone figcaption:after{content:" ";display:block;width:24px;height:24px;background-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-camera.svg);background-size:contain;background-repeat:no-repeat;margin-left:auto}.section .content-hub .alignnone figcaption .icon{margin-left:auto;width:24px;height:24px}.section .content-hub .alignnone figcaption b{font-weight:700;font-family:var(--secondary-mixin-font);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.section .content-hub figure{margin-top:80px;margin-bottom:80px}.section .content-hub-aside{max-width:230px;position:sticky;top:var(--offset-header);width:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:.3s linear;transition:.3s linear}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select{padding:10px 0 10px 10px;height:40px;gap:40px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:static}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-text{font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select.jcf-focus .jcf-select-opener{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-opener{width:40px;height:40px;background-color:var(--color-primary);border:1px solid var(--color-dividers);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-opener:before{content:none}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop{width:100%!important;top:calc(100% + 1px);left:0;right:0}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop .jcf-list{background-color:var(--color-bg)}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop-content{width:100%}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul{padding-left:0;width:100%;padding:40px 80px;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul li{font-family:var(--base-font);margin-bottom:0;font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul li .jcf-hover,.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul li .jcf-selected{background-color:transparent;color:var(--color-primary)}.section .content-hub-aside .mobile-dropdown{margin-bottom:0}.section .content-hub-aside._right{max-width:330px;position:sticky;top:var(--offset-header)}.section .content-hub-aside._right .content-hub-aside-container:last-child{border-bottom:0}.section .content-hub-aside-container{border-bottom:1px solid var(--color-black);margin-bottom:20px;padding:20px 0;font-size:17px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.34px;position:relative}.section .content-hub-aside-container._no-mb{margin-bottom:0}.section .content-hub-aside-container:last-child{margin-bottom:0}.section .content-hub-aside-container:first-child{border-top:1px solid var(--color-black)}.section .content-hub-aside-container h3{font-size:36px;font-style:normal;font-weight:500;line-height:1.06;letter-spacing:-.72px;color:var(--color-primary);margin-bottom:20px;font-family:var(--accent-font)}.pagination .al .section .content-hub-aside-container a,.pagination .ar .section .content-hub-aside-container a,.pagination .section .content-hub-aside-container .page-numbers.next,.pagination .section .content-hub-aside-container .page-numbers.prev,.section .content-hub-aside-container .button,.section .content-hub-aside-container .pagination .al a,.section .content-hub-aside-container .pagination .ar a,.section .content-hub-aside-container .pagination .page-numbers.next,.section .content-hub-aside-container .pagination .page-numbers.prev,.section .content-hub-aside-container .slider-results .swiper-button-next,.section .content-hub-aside-container .slider-results .swiper-button-prev,.section .content-hub-aside-container button[type=submit],.section .content-hub-aside-container input[type=button],.section .content-hub-aside-container input[type=reset],.section .content-hub-aside-container input[type=submit],.slider-results .section .content-hub-aside-container .swiper-button-next,.slider-results .section .content-hub-aside-container .swiper-button-prev{width:100%}.section .content-hub-aside-container p{margin-bottom:20px}.section .content-hub-aside-container p:last-child{margin-bottom:0}.section .content-hub-aside-container ul{padding-left:0;min-height:32px}.section .content-hub-aside-container ul li{padding-left:0;padding-right:0;margin-bottom:20px}.section .content-hub-aside-container ul li a{font-family:var(--base-font);font-size:17px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.34px}.section .content-hub-aside-container ul li a:hover{color:var(--color-primary);text-decoration:underline}.section .content-hub-aside-container ul li:before{content:none}.section .content-hub-aside-container ul.content-hub-aside-list li{padding-left:0;padding-right:0;margin-bottom:20px}.section .content-hub-aside-container ul.content-hub-aside-list li:last-child{margin-bottom:0}.section .content-hub-aside-container ul.content-hub-aside-list li:before{content:none}.section .content-hub-aside-container ul.content-hub-aside-list li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;line-height:1.4;letter-spacing:-.34px;width:100%}.section .content-hub-aside-container ul.content-hub-aside-list li a.active,.section .content-hub-aside-container ul.content-hub-aside-list li a:hover{color:var(--color-primary);text-decoration:underline}.section .content-hub-aside-container ul.content-hub-aside-list li a.active:after,.section .content-hub-aside-container ul.content-hub-aside-list li a:hover:after{opacity:1}.section .content-hub-aside-container ul.content-hub-aside-list li a:after{content:" ";display:block;width:24px;height:24px;background-color:var(--color-text);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link.svg");margin-left:auto;opacity:0;-webkit-transition:.3s;transition:.3s}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper{margin-bottom:0;width:100%}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors{border:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;font-size:12px;line-height:1.1;font-weight:400;color:var(--color-red);background-color:transparent;padding:3px 0;min-height:8px;margin-top:0;font-family:var(--secondary-mixin-font)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error{font-size:14px;line-height:1.1;font-weight:400;color:var(--color-red);margin-bottom:0}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield_validation_message{font-size:12px;line-height:1.1;font-weight:400;color:var(--color-white);background-color:var(--color-red);padding:3px 20px;min-height:20px;margin-top:0;font-family:var(--secondary-mixin-font)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-body{width:100%}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading{display:none}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer{margin:0}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield{width:100%}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:transparent;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);position:relative;min-height:52px}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);position:absolute;top:50%;right:8px}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-opener:after,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white);border:1px solid var(--color-text)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;position:relative}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form .gfield_label{display:none}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email],.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]{width:100%;padding:16px 136px 16px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:transparent;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);min-height:52px;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:0}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-webkit-input-placeholder,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-webkit-input-placeholder{color:var(--color-text)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-moz-placeholder,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-moz-placeholder{color:var(--color-text)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:-ms-input-placeholder,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:-ms-input-placeholder{color:var(--color-text)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-ms-input-placeholder,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-ms-input-placeholder{color:var(--color-text)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::placeholder,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::placeholder{color:var(--color-text)}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:focus,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:focus{border-color:var(--color-primary)}.pagination .al .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){padding:9px 25px!important;font-size:16px!important;line-height:1.1!important;font-weight:700!important;letter-spacing:-.32px!important;color:var(--color-white);background-color:var(--color-black);cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font)!important;border:0;min-height:36px!important;margin-bottom:0;position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pagination .al .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .ar .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary)!important}.section .content-hub-aside-container .contact-form{max-width:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.section .content-hub-aside-container .contact-form .gform-theme--framework{--gf-form-gap-y:20px}.section .content-hub-aside-container .contact-form .gform-theme--framework .gform_heading{display:none}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield_validation_message{--gf-desc-space:0;--gf-local-color:var(--color-white);--gf-local-font-family:var(--secondary-mixin-font);--gf-local-font-size:12px;--gf-local-font-weight:400;--gf-local-line-height:1.1;padding:3px 20px;background-color:var(--color-red)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gform_validation_errors{--gf-form-validation-bg-color:var(--color-red);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-border-color:var(--color-red);--gf-form-validation-radius:0;--gf-form-validation-shadow:none;--gf-form-validation-gap:20px;--gf-form-validation-margin-y:0;--gf-form-validation-padding-y:3px;--gf-form-validation-padding-x:20px;--gf-form-validation-heading-color:var(--color-white);--gf-form-validation-heading-icon-color:var(--color-white);--gf-form-validation-heading-icon-border-color:var(--color-white);--gf-form-validation-heading-font-weight:400;--gf-form-validation-heading-font-size:12px;--gf-form-validation-heading-line-height:1.1;--gf-form-validation-heading-font-family:var(--secondary-mixin-font);margin-bottom:20px}.section .content-hub-aside-container .contact-form .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]){--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;--gf-local-height:52px;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.section .content-hub-aside-container .contact-form .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]):focus{--gf-local-border-color:var(--color-red)}.section .content-hub-aside-container .contact-form .gform-theme--framework select:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.section .content-hub-aside-container .contact-form .gform-theme--framework select[multiple]:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.section .content-hub-aside-container .contact-form .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){resize:none;--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.section .content-hub-aside-container .contact-form .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):focus{--gf-local-border-color:var(--color-red)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield_error input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield_error textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield_label{font-size:15px;font-style:normal;font-weight:400;line-height:1.1;font-family:var(--secondary-mixin-font);margin:0;position:absolute;left:0;top:0;pointer-events:none;width:100%;padding:16px 20px;-webkit-transition:.3s;transition:.3s}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield_label .gfield_required:not(.gfield_required_asterisk){position:absolute;right:8px;top:10px;font-size:11px;font-style:normal;font-weight:700;line-height:110%;color:var(--color-primary)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield{position:relative}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield.focused .gfield_label{padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section .content-hub-aside-container .contact-form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){background-color:var(--color-white);border:1px solid var(--color-primary);color:var(--color-primary);font-size:20px;font-weight:700;padding:20px 40px;-webkit-transition:.3s;transition:.3s;font-family:var(--secondary-mixin-font);line-height:1.1;letter-spacing:-.4px;border-radius:0;width:100%}.section .content-hub-aside-container .contact-form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary);color:var(--color-white)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select{border-bottom:1px solid var(--color-text);display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;font-size:15px;font-weight:400;line-height:1.28;font-family:var(--secondary-mixin-font);position:relative}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:50%;right:4px}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:after,.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.section .content-hub-aside-container .contact-form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.section .content-hub-aside-title{font-size:20px;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font);color:var(--color-primary);margin-bottom:20px}.section .content-hub-aside-list .services-icon{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:32px;height:32px}.section .content-hub-content{width:560px}.section .content-hub-content .button-clear:before{width:12px;height:12px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.5L1 13.5M1 1.5L13 13.5' stroke='%23DC0539' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.5L1 13.5M1 1.5L13 13.5' stroke='%23DC0539' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.section .content-hub-content a:not([class]){color:var(--color-primary)}.section .content-hub-content:first-child{width:calc(100% - 330px - 120px)}.section .content-hub-content .table-wrapper-inner{width:100%;overflow-x:auto}.section .content-hub-content table{border:1px solid var(--color-black);border-collapse:collapse}.section .content-hub-content table td,.section .content-hub-content table th{border:1px solid var(--color-black);padding:10px;background-color:var(--color-white)}.section .content-hub-content .gform-theme--framework{--gf-form-gap-y:20px}.section .content-hub-content .gform-theme--framework .gform_heading{display:none}.section .content-hub-content .gform-theme--framework .gfield_validation_message{--gf-desc-space:0;--gf-local-color:var(--color-white);--gf-local-font-family:var(--secondary-mixin-font);--gf-local-font-size:12px;--gf-local-font-weight:400;--gf-local-line-height:1.1;padding:3px 20px;background-color:var(--color-red)}.section .content-hub-content .gform-theme--framework .gform_validation_errors{--gf-form-validation-bg-color:var(--color-red);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-border-color:var(--color-red);--gf-form-validation-radius:0;--gf-form-validation-shadow:none;--gf-form-validation-gap:20px;--gf-form-validation-margin-y:0;--gf-form-validation-padding-y:3px;--gf-form-validation-padding-x:20px;--gf-form-validation-heading-color:var(--color-white);--gf-form-validation-heading-icon-color:var(--color-white);--gf-form-validation-heading-icon-border-color:var(--color-white);--gf-form-validation-heading-font-weight:400;--gf-form-validation-heading-font-size:12px;--gf-form-validation-heading-line-height:1.1;--gf-form-validation-heading-font-family:var(--secondary-mixin-font);margin-bottom:20px}.section .content-hub-content .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]){--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;--gf-local-height:52px;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.section .content-hub-content .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]):focus{--gf-local-border-color:var(--color-red)}.section .content-hub-content .gform-theme--framework select:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.section .content-hub-content .gform-theme--framework select[multiple]:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.section .content-hub-content .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){resize:none;--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.section .content-hub-content .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):focus{--gf-local-border-color:var(--color-red)}.section .content-hub-content .gform-theme--framework .gfield_error input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.section .content-hub-content .gform-theme--framework .gfield_error textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.section .content-hub-content .gform-theme--framework .gfield_label{font-size:15px;font-style:normal;font-weight:400;line-height:1.1;font-family:var(--secondary-mixin-font);margin:0;position:absolute;left:0;top:0;pointer-events:none;width:100%;padding:16px 20px;-webkit-transition:.3s;transition:.3s}.section .content-hub-content .gform-theme--framework .gfield_label .gfield_required:not(.gfield_required_asterisk){position:absolute;right:8px;top:10px;font-size:11px;font-style:normal;font-weight:700;line-height:110%;color:var(--color-primary)}.section .content-hub-content .gform-theme--framework .gfield{position:relative}.section .content-hub-content .gform-theme--framework .gfield.focused .gfield_label{padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section .content-hub-content .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){background-color:var(--color-white);border:1px solid var(--color-primary);color:var(--color-primary);font-size:20px;font-weight:700;padding:20px 40px;-webkit-transition:.3s;transition:.3s;font-family:var(--secondary-mixin-font);line-height:1.1;letter-spacing:-.4px;border-radius:0;width:100%}.section .content-hub-content .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary);color:var(--color-white)}.section .content-hub-content .gform-theme--framework .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select{border-bottom:1px solid var(--color-text);display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;font-size:15px;font-weight:400;line-height:1.28;font-family:var(--secondary-mixin-font);position:relative}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:50%;right:4px}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:after,.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white)}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.section .content-hub-content .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper{margin-bottom:0;width:100%}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform_heading{display:none}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors{border:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;font-size:12px;letter-spacing:normal;line-height:1.1;font-weight:400;color:var(--color-red);background-color:var(--color-white);padding:3px 0;min-height:8px;margin-top:0;font-family:var(--secondary-mixin-font)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error{font-size:14px;line-height:1.1;font-weight:400;color:var(--color-red);margin-bottom:0}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gfield_validation_message{font-size:12px;line-height:1.1;font-weight:400;color:var(--color-red);background-color:var(--color-white);padding:3px 20px;min-height:20px;margin-top:0;font-family:var(--secondary-mixin-font)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform-body{width:100%}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform_footer{margin:0}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gfield{width:100%}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;margin-bottom:0}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:var(--color-white);-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);position:relative;min-height:52px}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);position:absolute;top:50%;right:8px}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-opener:after,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white);border:1px solid var(--color-text)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email],.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]{width:100%;padding:16px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:var(--color-white);-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);min-height:52px;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:0}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-webkit-input-placeholder,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-webkit-input-placeholder{color:var(--color-text)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-moz-placeholder,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-moz-placeholder{color:var(--color-text)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:-ms-input-placeholder,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:-ms-input-placeholder{color:var(--color-text)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-ms-input-placeholder,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-ms-input-placeholder{color:var(--color-text)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::placeholder,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::placeholder{color:var(--color-text)}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:focus,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:focus{border-color:var(--color-primary)}.pagination .al .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:100%!important;padding:15px 40px!important;font-size:16px!important;line-height:1.1!important;font-weight:700!important;letter-spacing:-.32px!important;color:var(--color-white);background-color:var(--color-black);cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font)!important;border:0;min-height:52px!important;margin-bottom:0}.pagination .al .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .ar .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-white)!important;color:var(--color-black)!important}.section .content-hub-content h1.content-hub-content-title,.section .content-hub-content h2.content-hub-content-title,.section .content-hub-content h3.content-hub-content-title,.section .content-hub-content h4.content-hub-content-title,.section .content-hub-content h5.content-hub-content-title,.section .content-hub-content h6.content-hub-content-title{margin-bottom:0;line-height:1.06;font-size:var(--h2)}.section .content-hub-content h1.content-hub-content-subtitle,.section .content-hub-content h2.content-hub-content-subtitle,.section .content-hub-content h3.content-hub-content-subtitle,.section .content-hub-content h4.content-hub-content-subtitle,.section .content-hub-content h5.content-hub-content-subtitle,.section .content-hub-content h6.content-hub-content-subtitle{font-size:16px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.32px;margin-bottom:20px;font-family:var(--secondary-mixin-font)}.section .content-hub-content-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;padding-right:120px;position:relative;width:100%}.section .content-hub-content-head .button-clear{position:absolute;right:0;bottom:0}.section .content-hub-content-footer{border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);padding:40px;margin-top:80px}.section .content-hub-content-footer .fg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.section .content-hub-content-footer .fg>*{margin:0!important}.section .content-hub .pagination{position:absolute;bottom:0;left:0;width:100%}.section .content-hub .pagination:before{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .content-hub .pagination:after{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .content-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;width:100%;padding:20px 0;margin-bottom:80px;position:relative}.section .content-author:before{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .content-author:after{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;bottom:0;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.section .content-author-image{width:90px;-ms-flex-negative:0;flex-shrink:0}.section .content-author-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section .content-author-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto}.section .content-author-socials._fluid:last-child{margin-bottom:0}.section .content-author-socials._fluid li{-webkit-box-flex:1;-ms-flex:1;flex:1}.section .content-author-socials._fluid li a{width:100%}.section .content-author-socials li{margin:0;padding:0;border:1px solid var(--color-dividers);-webkit-transition:.3s linear;transition:.3s linear}.section .content-author-socials li:hover{border-color:var(--color-text)}.section .content-author-socials li:before{content:none}.section .content-author-socials li a{display:block;margin:0;width:80px;height:80px;color:var(--color-text);-webkit-mask-size:20px;mask-size:20px}.section .content-author-text{width:100%;padding:10px;font-size:20px;font-weight:400;line-height:1.1;color:var(--color-text);font-family:var(--secondary-mixin-font);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.section .content-author-text div>span:not(:last-of-type):after{content:"・";display:inline-block;margin-left:10px;margin-right:10px}.section .content-author-text a{margin-left:10px;margin-right:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.section .content-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;margin-bottom:80px}.section .resources-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section .resources-list .resources-item{margin-bottom:20px}.section .resources-list .resources-item *{text-wrap:auto}.section .resources-list .resources-item-subtitle{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);margin-bottom:20px}.section .resources-list .resources-item-title{font-size:36px;font-weight:500;line-height:1.2;letter-spacing:-.72px;margin-bottom:20px}.section .resources-list .resources-item-image{width:100%;aspect-ratio:562/320;overflow:hidden;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}.section .resources-list .resources-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.section .resources-list .resources-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:40px 20px}.section .resources-list .resources-item-content p{margin-bottom:20px}.section .resources-list .resources-item-content p:last-child{margin-bottom:0}.section .resources-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:40px;text-wrap:auto}.section .resources-item *{text-wrap:auto}.section .resources-item:first-child{margin-top:0}.section .resources-item-subtitle{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);margin-bottom:20px;color:var(--color-black)}.section .resources-item-subtitle a:not([class]){color:var(--color-black);text-decoration:none}.section .resources-item-subtitle a:not([class]):hover{color:var(--color-primary);text-decoration:underline}.section .resources-item-image{width:100%;aspect-ratio:330/180;overflow:hidden;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.section .resources-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.section .resources-item-title{width:100%;font-size:36px;font-weight:500;line-height:1.2;letter-spacing:-.72px;margin-bottom:20px}.section .resources-item-title .link-arrow{text-decoration:none}.section .resources-item-title .link-arrow:hover{text-decoration:underline;color:var(--color-primary)}.section .partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .partners-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:20%;border:1px solid rgba(247,247,247,.1);border-top:0;text-decoration:none}.section .partners-item:hover{background-color:rgba(255,255,255,.07)}.section .partners-item:hover .partners-item-text:before{opacity:1}.section .partners-item-image{width:calc(100% + 2px);margin-left:-1px;aspect-ratio:43/60;overflow:hidden}.section .partners-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block}.section .partners-item-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;position:relative;padding-left:60px;width:100%}.section .partners-item-name-social{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.section .partners-item-name-title{font-size:19px;font-weight:700;line-height:1.4;letter-spacing:0;font-family:var(--secondary-mixin-font)}.section .partners-item-name-subtitle{font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.section .partners-item-text{position:relative;padding:35px 20px 140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-top:1px solid rgba(247,247,247,.1);font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.section .partners-item-text:before{content:"";display:block;position:absolute;left:20px;bottom:35px;width:40px;height:40px;background-color:var(--color-white);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-link-out.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-link-out.svg");opacity:0;-webkit-transition:.3s;transition:.3s}.section .partners-item-text p:last-child{margin-bottom:0}.section .partners._cols-4 .partners-item{width:25%}.section .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.section .tabs-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:80px;letter-spacing:-.4px}.section .tabs-content .section-l-item-title,.section .tabs-content .section-l-subtitle,.section .tabs-content .section-subtitle,.section .tabs-content .section-w-subtitle{margin-bottom:40px}.section .tabs-content h1,.section .tabs-content h2,.section .tabs-content h3,.section .tabs-content h4,.section .tabs-content h5,.section .tabs-content h6{margin-bottom:40px}.section .tabs-content h1:last-child,.section .tabs-content h2:last-child,.section .tabs-content h3:last-child,.section .tabs-content h4:last-child,.section .tabs-content h5:last-child,.section .tabs-content h6:last-child{margin-bottom:0}.section .tabs-content p{margin-bottom:40px;max-width:560px}.section .tabs-content p:last-child{margin-bottom:0}.section .tabs-side{width:50%}.section .tabs-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:120px;position:relative}.section .tabs-head-mobile{display:none}.section .tabs-head-mobile:before{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .tabs-head-mobile:after{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .tabs-head-mobile .jcf-select{padding:10px 40px 10px 0;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .tabs-head-mobile .jcf-select .jcf-select-text{font-size:20px;font-weight:700;line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font)}.section .tabs-head-mobile .jcf-select.jcf-focus .jcf-select-opener{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.section .tabs-head-mobile .jcf-select .jcf-select-opener{width:40px;height:40px;background-color:var(--color-text);border:1px solid var(--color-dividers);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.section .tabs-head-mobile .jcf-select .jcf-select-opener:before{content:none}.section .tabs-head:before{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .tabs-head:after{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .tabs-head-item{border:0;background-color:transparent;color:var(--color-text);font-size:20px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);letter-spacing:-.4px;-webkit-transition:.3s;transition:.3s;cursor:pointer;position:relative;text-align:left;padding:49px 0}.section .tabs-head-item:after{content:" ";display:block;width:100%;height:5px;max-height:0;background-color:var(--color-primary);position:absolute;bottom:0;left:0;-webkit-transition:.3s;transition:.3s}.section .tabs-head-item.active,.section .tabs-head-item:hover{color:var(--color-primary)}.section .tabs-head-item.active:after,.section .tabs-head-item:hover:after{max-height:5px}.section .tabs-body{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.section .tabs-body:before{content:" ";display:block;width:100vw;height:100%;background-color:var(--color-bg);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .tabs-body .accordion-button{display:none;border:0;color:var(--color-text);font-size:20px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);letter-spacing:-.4px;-webkit-transition:.3s;transition:.3s;cursor:pointer;position:relative;text-align:left;padding:49px var(--gutter);width:calc(100% + var(--gutter) * 2);margin-left:calc(var(--gutter) * -1);background-color:var(--color-white);border-bottom:1px solid var(--color-dividers)}.section .tabs-body .accordion-button:first-child{border-top:1px solid var(--color-dividers)}.section .tabs-body .accordion-button:after{content:" ";display:block;width:40px;height:40px;background-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;right:var(--gutter);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.section .tabs-body .accordion-button.active:after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.section .tabs-body-item{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:2;padding:120px 0}.section .tabs-body-item:before{content:"";display:block;width:100vw;height:1px;background-color:var(--color-black);position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section .tabs-body-item.active{z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex}.section .text-item{padding-right:50px}.section .text-item:after{content:" ";display:block;width:140px;height:140px;background-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-quote.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;right:-14px;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.section .text-item-logo{width:180px;border-right:1px solid var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:25px 20px;-ms-flex-negative:0;flex-shrink:0}.section .text-item-name{padding:16px 16px 16px 44px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;gap:5px}.section .text-item-name-title{font-size:16px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font)}.section .text-item-name-subtitle{font-size:14px;font-weight:500;line-height:1.4;font-family:var(--secondary-mixin-font)}.section .text-item-name-social{position:absolute;left:16px;top:16px;display:-webkit-box;display:-ms-flexbox;display:flex}.section .text-item blockquote{border:0;padding:40px;margin-bottom:0;background-color:var(--color-primary);color:var(--color-white);width:520px;-webkit-box-shadow:0 100px 127px 0 rgba(0,0,0,.07),0 30.147px 38.287px 0 rgba(0,0,0,.05),0 12.522px 15.902px 0 rgba(0,0,0,.04),0 4.529px 5.752px 0 rgba(0,0,0,.02);box-shadow:0 100px 127px 0 rgba(0,0,0,.07),0 30.147px 38.287px 0 rgba(0,0,0,.05),0 12.522px 15.902px 0 rgba(0,0,0,.04),0 4.529px 5.752px 0 rgba(0,0,0,.02)}.section .text-item blockquote p{font-size:24px;line-height:1.2;font-weight:500;letter-spacing:-.48px;margin-bottom:48px}.section .text-item blockquote p:after,.section .text-item blockquote p:before{content:none!important}.section .text-item blockquote cite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid var(--color-white);margin-bottom:0;position:relative}.section .circle-item{aspect-ratio:1;position:absolute;cursor:pointer;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease;transition:.3s ease;opacity:1}.section .circle-item-holder{width:100%;aspect-ratio:1;position:relative}.section .circle-item img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;z-index:5;border-radius:50%;overflow:hidden;border:5px solid transparent;-webkit-transition:.3s ease;transition:.3s ease}.section .circle-item.hovered img,.section .circle-item:hover img{scale:1.5;border-color:var(--color-primary)}.section .circle-item-1{width:21.4%;-webkit-transform:translate(-229%,-8%);transform:translate(-229%,-8%)}.section .circle-item-2{width:13.5%;-webkit-transform:translate(-182%,-127%);transform:translate(-182%,-127%)}.section .circle-item-3{width:10.2%;-webkit-transform:translate(-48%,-358%);transform:translate(-48%,-358%)}.section .circle-item-4{width:8.9%;-webkit-transform:translate(300%,-383%);transform:translate(300%,-383%)}.section .circle-item-5{width:9.3%;-webkit-transform:translate(293%,-56%);transform:translate(293%,-56%)}.section .circle-item-6{width:17.5%;-webkit-transform:translate(94%,86%);transform:translate(94%,86%)}.section .circle-item-7{width:11%;-webkit-transform:translate(-124%,213%);transform:translate(-124%,213%)}.section .circle-item-8{width:13.5%}.section .result-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;margin-bottom:80px}.section .result-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid transparent;width:100%}.section .result-list-item:hover{border:1px solid var(--color-black)}.section .result-list-item:hover .link-arrow{text-decoration:underline;color:var(--color-primary)}.section .result-list-item .link-arrow{text-decoration:none;color:var(--color-text)}.section .result-list-item-image{width:57%;-ms-flex-negative:0;flex-shrink:0}.section .result-list-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:796/580}.section .result-list-item-content{padding:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%}.section .result-list-item-content p{margin-bottom:40px}.section .result-list-item-content p:last-child{margin-bottom:0}.section .result-list-item-subtitle{margin-bottom:20px}.section .result-list-item-subtitle a:not([class]){color:var(--color-text);text-decoration:none}.section .result-list-item-subtitle a:not([class]):hover{color:var(--color-primary);text-decoration:underline}.section .result-list-item-title{margin-bottom:40px}.section .scenario{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:40px}.section .scenario:last-child{margin-bottom:0}.section .scenario-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:40px;border-bottom:1px solid var(--color-dividers);-webkit-transition:.6s;transition:.6s}.section .scenario-content:first-child:last-child{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .scenario-content:first-child:last-child .scenario-title{width:calc(50% - 20px);margin-bottom:0}.section .scenario-content:first-child:last-child .scenario-image{height:800px}.section .scenario-content:first-child:last-child .scenario-purchase{width:calc(50% - 20px);margin-top:auto;margin-bottom:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.section .scenario-subtitle{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);color:var(--color-red);padding-bottom:20px;border-bottom:1px solid var(--color-dividers);margin-bottom:20px;width:100%}.section .scenario-title{font-size:32px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:-.72px;margin-bottom:40px}.section .scenario-purchase{margin-top:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section .scenario-purchase-score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;font-family:var(--secondary-mixin-font);font-size:20px;font-style:normal;font-weight:700;line-height:1.1;text-align:left}.section .scenario-purchase-score.red{color:var(--color-red)}.section .scenario-purchase-score.green{color:var(--color-green)}.section .scenario-purchase-score span{font-size:48px;font-style:normal;font-weight:400;line-height:1}.section .scenario-purchase-advantage{margin-bottom:0;padding-left:0}.section .scenario-purchase-advantage li{font-size:17px;font-style:normal;font-weight:300;line-height:2;letter-spacing:-.34px;margin-bottom:0;font-family:var(--base-font);padding-left:36px;padding-right:0}.section .scenario-purchase-advantage li:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;border:2px solid var(--color-primary);background-color:transparent}.section .scenario-purchase-advantage li.active:before{border-color:var(--color-green)}.section .scenario-image{width:100%;margin-bottom:40px;height:480px;padding:40px;background:var(--color-bg);border:1px solid var(--color-dividers)}.section .scenario-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.section .scenario-content{width:100%}.section .overview{position:sticky;top:0;z-index:100;border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);background-color:var(--color-white);padding:40px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:80px;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.section .overview:has(.overview-dropdown){cursor:pointer}.section .overview-name{font-size:24px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);color:var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;-ms-flex-negative:0;flex-shrink:0}.section .overview-title{white-space:nowrap;text-overflow:ellipsis;font-family:var(--secondary-font);font-size:17px;line-height:1.1;font-weight:700;letter-spacing:-.2%;color:var(--color-black);overflow:hidden}.section .overview-title .num{color:var(--color-primary);font-size:16px;font-weight:500;margin-right:10px}.section .overview-dropdown{margin-left:auto;-ms-flex-negative:0;flex-shrink:0}.section .overview .dropdown-toggle{padding:0;border:0;background-color:var(--color-primary);font-size:0;display:block;width:24px;height:24px;-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-overview-dropdown.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-overview-dropdown.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;cursor:pointer;-webkit-transition:.3s;transition:.3s}.section .overview .dropdown-toggle:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0}.section .overview .dropdown-menu{position:absolute;top:100%;width:100%;right:0;background-color:var(--color-white);border-bottom:1px solid var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 20px;visibility:hidden;-webkit-transition:.3s;transition:.3s;z-index:100;max-height:0;overflow:hidden;opacity:0;cursor:default;-webkit-box-shadow:0 100px 127px 0 rgba(0,0,0,.07);box-shadow:0 100px 127px 0 rgba(0,0,0,.07)}.section .overview .dropdown.open .dropdown-menu{visibility:visible;max-height:210px;opacity:1;overflow:auto}.section .overview .dropdown.open .dropdown-toggle{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.section .overview .dropdown-item{text-decoration:none;padding:5px 20px;display:block;width:100%;font-family:var(--secondary-font);font-weight:700}.section .overview .dropdown-item:hover{background:#e6e6e6;color:#000}.section .description{padding:0 40px;font-size:20px;line-height:1.48;letter-spacing:-.02em;font-weight:400;color:var(--color-black)}.section .description:not(:last-child){margin-bottom:80px}.section .description ol,.section .description p,.section .description ul{margin-bottom:40px;padding-left:0;padding-right:0;font-size:20px;line-height:1.48;letter-spacing:-.02em;font-weight:400;color:var(--color-black)}.section .description ol li,.section .description p li,.section .description ul li{margin-bottom:0;margin-top:0;padding-right:0}.section .description ol li:before,.section .description p li:before,.section .description ul li:before{background-color:var(--color-black);left:9px}.section .description h3{font-size:20px}.section .description h3,.section .description h4,.section .description h5{color:var(--color-red);margin-bottom:20px}.section .description-title{font-size:24px;font-weight:700!important;letter-spacing:-.02em;line-height:1.1;margin-bottom:30px;margin-left:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--color-red);font-family:var(--secondary-mixin-font)}.section .transcript{position:relative;top:0;z-index:100;border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);background-color:var(--color-white);padding:40px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:80px;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.section .transcript-icon{margin-left:30px}.section .transcript._active .transcript-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.section .transcript-name{font-size:24px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);color:var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;-ms-flex-negative:0;flex-shrink:0}.section .transcript-title{white-space:nowrap;text-overflow:ellipsis;font-family:var(--secondary-font);font-size:17px;line-height:1.1;font-weight:700;letter-spacing:-.2%;color:var(--color-black);overflow:hidden}.section .transcript-title .num{color:var(--color-primary);font-size:16px;font-weight:500;margin-right:10px}.section .transcript-dropdown{margin-left:auto;-ms-flex-negative:0;flex-shrink:0}.section .transcript .dropdown-toggle{padding:0;border:0;background-color:var(--color-primary);font-size:0;display:block;width:24px;height:24px;-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-overview-dropdown.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-overview-dropdown.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;cursor:pointer;-webkit-transition:.3s;transition:.3s}.section .transcript .dropdown-toggle:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0}.section .transcript .dropdown-menu{position:absolute;top:100%;width:100%;right:0;background-color:var(--color-white);border-bottom:1px solid var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 20px;visibility:hidden;-webkit-transition:.3s;transition:.3s;z-index:100;max-height:0;overflow:hidden;opacity:0;cursor:default;-webkit-box-shadow:0 100px 127px 0 rgba(0,0,0,.07);box-shadow:0 100px 127px 0 rgba(0,0,0,.07)}.section .transcript .dropdown.open .dropdown-menu{visibility:visible;max-height:210px;opacity:1;overflow:auto}.section .transcript .dropdown.open .dropdown-toggle{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.section .transcript .dropdown-item{text-decoration:none;padding:5px 20px;display:block;width:100%;font-family:var(--secondary-font);font-weight:700}.section .transcript .dropdown-item:hover{background:#e6e6e6;color:#000}.section._border-top{border-top:1px solid rgba(51,51,51,.12)}.section._no-pt{--padding-top:0!important}.section._no-pb{--padding-bottom:0!important}.section-colored{--padding-top:240px;--padding-bottom:240px;position:relative}.section-colored .content-header h2{font-size:var(--h2);max-width:unset}.section-colored .content-text{max-width:560px}.section-colored:before{content:"ROI";font-family:var(--secondary-mixin-font);font-size:779.85px;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,0.2);line-height:857.84px;font-weight:900;left:-11%;bottom:-13%;max-width:1387px;width:100%;position:absolute;pointer-events:none}.section-category{--padding-bottom:0}.section-category-slider-navigation{position:absolute}.section-category .container{position:relative}.section-category .container:before{content:" ";width:1px;height:100%;position:absolute;top:0;left:25%;background-color:var(--color-dividers)}.section-content-insights .container{position:relative}.section-content-insights .content-hub-aside{position:static}.section-content-insights .content-hub-aside .content-hub-aside-list li a:after{width:4px!important;height:8px!important;margin-right:auto;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.99658L5 4.99658L1 0.996582' stroke='%23DC0539' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;mask-image:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.99658L5 4.99658L1 0.996582' stroke='%23DC0539' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}.section-content-insights .content-hub-aside .content-hub-aside-list li a.active:after{background-color:currentColor}.section-content-insights .content-hub-aside .content-hub-aside-container{padding-top:40px;padding-bottom:40px;border-bottom:1px solid var(--color-dividers)}.section-content-insights .content-hub-aside .content-hub-aside-container:first-child{border-top:1px solid var(--color-dividers)}.section-content-insights .content-hub-aside .content-hub-aside-container:not(:last-child){margin-bottom:40px}.section-content-insights .content-hub-aside .content-hub-aside-container h3{font-size:48px}.section-content-insights .content-hub-aside .content-hub-aside-container .resources-item-title{font-size:32px}.section-content-insights .content-hub-aside .content-hub-aside-container .newsletter-form{padding-bottom:0;border-bottom:0;margin-bottom:0}.section-content-insights .content-hub-aside:not(._right){padding-left:80px;max-width:320px}.section-content-insights .content-hub-aside:not(._right) .content-hub-aside-title{margin-bottom:40px;font-size:20px}.section-content-insights .content-hub-aside:not(._right) .content-hub-aside-container{border-top:0;padding-top:0;padding-bottom:40px;border-bottom:1px solid var(--color-dividers)}.section-content-insights .content-hub-aside:not(._right) .content-hub-aside-container:not(:last-child){margin-bottom:120px}.section-content-insights .content-hub-aside:not(._right):after{content:"";display:block;width:1px;height:100%;position:absolute;top:calc(var(--padding-top) * -1);bottom:calc(var(--padding-bottom) * -1);background-color:var(--color-dividers);left:320px}.section-content-insights .content-hub-aside:not(._right):before{content:"";display:block;width:1px;height:100%;position:absolute;top:calc(var(--padding-top) * -1);bottom:calc(var(--padding-bottom) * -1);background-color:var(--color-dividers);left:0}.category{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;margin-top:50px;position:relative}.category .content-hub-aside-container{border-top:0!important;margin-bottom:0;margin-top:0;border-bottom:0!important;grid-column:span 2;min-width:300px}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select{padding:10px 0 10px 10px;height:40px;gap:40px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-text{font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select.jcf-focus .jcf-select-opener{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-opener{width:40px;height:40px;background-color:var(--color-primary);border:1px solid var(--color-dividers);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-opener:before{content:none}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop{width:100%!important;top:calc(100% + 1px);left:0;right:0}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop .jcf-list{background-color:var(--color-bg)}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop-content{width:100%}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul{padding-left:0;width:100%;padding:40px 80px;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul li{font-family:var(--base-font);margin-bottom:0;font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul li .jcf-hover,.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select .jcf-select-drop ul li .jcf-selected{background-color:transparent;color:var(--color-primary)}.category-slider{grid-column:5/-1;width:100%;overflow:visible!important}.category-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:0 var(--gutter);background-color:var(--color-white)}.category-slider-pagination{--swiper-pagination-bottom:0;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:40px;--swiper-pagination-bullet-height:2px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.2;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;z-index:10}.category-slider-pagination .swiper-pagination-bullet{position:relative;-webkit-transition:.3s;transition:.3s}.category-slider-pagination .swiper-pagination-bullet:hover{--swiper-pagination-bullet-inactive-opacity:0.6}.category-slider-pagination .swiper-pagination-bullet:before{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.category-slider-pagination .swiper-pagination-bullet:after{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.category-slider .swiper-slide h2{font-size:48px;max-width:625px}.category-video{aspect-ratio:1460/820;width:100%;overflow:hidden;border:0;border-radius:20px;background-color:#333;-webkit-box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28);box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28)}.category-video iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-video-slider{grid-column:1/-1;width:100%;margin-top:50px;position:relative}.category-video-slider:first-child{margin-top:0;padding-bottom:50px}.category-video-slider:before{content:"";display:block;width:100vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:10px;height:1px;background-color:var(--color-dividers);position:absolute}.category-video-slider:after{content:" ";display:block;height:125%;bottom:0;left:0;width:1px;background-color:var(--color-dividers);position:absolute}.category-video-slider.swiper{overflow:visible!important}.category-video-slider.swiper .swiper-slide{overflow:visible!important}.person{max-width:320px;width:100%;-ms-flex-negative:0;flex-shrink:0}.person-signature{max-width:100%;margin-bottom:40px}.person-photo{border-bottom:1px solid rgba(51,51,51,.12);margin-bottom:30px}.person-photo img{margin-right:auto}.person-text{max-width:200px;margin:0 auto}.person-name{font-size:24px;line-height:1.1;font-weight:700;color:var(--color-red);margin-bottom:5px;font-family:var(--secondary-font)}.person-bio{font-size:18px;line-height:1.48;letter-spacing:-.04px;font-weight:300;font-style:italic;color:var(--color-black)}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding:40px 0;position:relative}.pagination:before{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pagination:after{content:" ";display:block;width:100vw;height:1px;background-color:var(--color-dividers);position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pagination .page-numbers:not(.prev):not(.next){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0;background-color:var(--color-black);opacity:.2;width:40px;height:2px;position:relative}.pagination .page-numbers:not(.prev):not(.next):before{content:" ";display:block;width:40px;height:40px;background-color:var(--color-primary);opacity:0;-webkit-transition:.3s;transition:.3s;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pagination .page-numbers:not(.prev):not(.next):after{content:" ";display:block;width:40px;height:40px;background-color:var(--color-primary);opacity:0;-webkit-transition:.3s;transition:.3s;position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pagination .page-numbers:not(.prev):not(.next):hover{opacity:1}.pagination .page-numbers:not(.prev):not(.next).current{opacity:1}.pagination .page-numbers.prev{margin-right:auto}.pagination .page-numbers.prev span{display:none}.pagination .page-numbers.next{margin-left:auto}.pagination .page-numbers.next span{display:none}.pagination .al{margin-right:auto}.pagination .ar{margin-left:auto}.testing{position:relative}.testing-description{margin-top:80px;font-size:20px;font-style:italic;font-weight:300;line-height:1.48;letter-spacing:-.4px}.testing-scheme .lottie-animation{width:100vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:relative}.testing-image{display:none}.testing-lines{width:74vw;position:absolute;left:50%;-webkit-transform:translateX(-45.5%) translateY(-72%);transform:translateX(-45.5%) translateY(-72%)}.testing-lines img{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.testing-steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:200px;padding-right:120px;gap:65px}.testing-step{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:45px;max-width:310px}.testing-step-number{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.3px;font-family:var(--secondary-mixin-font);color:var(--color-primary);width:40px;height:40px;background-color:var(--color-white);border:1px solid var(--color-primary);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-25px;left:0}.testing-step-title{font-size:22px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);margin-bottom:15px}.testing-step-description{font-size:20px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.3px}.services{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:80px}.services-title{font-size:20px;font-style:normal;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font);color:var(--color-text);margin-bottom:20px}.services-list{display:grid;grid-template-columns:repeat(4,1fr);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px 20px;padding-top:40px;padding-bottom:40px;border-top:1px solid var(--color-dividers);border-bottom:1px solid var(--color-dividers)}.services-list ul{width:100%;margin-bottom:0}.services-list ul li{padding-right:0;padding-left:0;margin-bottom:0}.services-list ul li a{font-family:var(--base-font);font-size:17px;font-style:normal;font-weight:300;line-height:200%;letter-spacing:-.34px;color:var(--color-text)}.services-list ul li a:hover{text-decoration:underline;color:var(--color-primary)}.services-list ul li a:after{content:"";width:10px;height:10px;display:inline-block;background-color:var(--color-primary);-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-left:10px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.services-list ul li:before{content:none}.strategy-image{width:100%}.strategy-image img{width:100%;height:580px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.strategy-subtitle{font-family:var(--secondary-mixin-font);font-size:20px;font-weight:700;line-height:1.1;margin-bottom:12px;color:var(--color-primary)}.strategy a{text-decoration:none}.strategy a:hover{text-decoration:underline;color:var(--color-primary)}.strategy-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;margin-top:48px}.strategy-author-image{width:90px;-ms-flex-negative:0;flex-shrink:0}.strategy-author-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.strategy-author-text{padding:10px;font-size:20px;font-weight:400;line-height:1.1;color:var(--color-text);font-family:var(--secondary-mixin-font)}.strategy-author-text a{margin-left:10px;margin-right:10px;display:inline-block;vertical-align:middle}.strategy-content{padding:80px;background-color:var(--color-white);border:1px solid var(--color-dividers);max-width:690px;margin-bottom:-260px;z-index:10;position:relative;margin-left:120px;margin-top:120px}.social-linkedin{background-color:currentColor;-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-linkedin.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-linkedin.svg");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.social-twitter{background-color:currentColor;-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-x.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-x.svg");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.social-facebook{background-color:currentColor;-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-facebook.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-facebook.svg");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;margin-top:120px}.grid+.case-studies-slider{margin-top:100px}.grid:first-child{margin-top:0}.grid .section-headline{grid-column:6/-1}.links-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px 20px;width:920px;-ms-flex-negative:0;flex-shrink:0;z-index:10;margin-top:50px;padding-bottom:40px;border-bottom:1px solid var(--color-dividers);margin-bottom:40px}.links-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--color-text);position:relative;padding:20px 0 0;max-width:280px}.links-list-item-icon{margin-bottom:40px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transition:.3s;transition:.3s}.links-list-item:hover{color:var(--color-primary)}.links-list-item-content{color:var(--color-text)}.links-list-item-content a{margin-bottom:20px;text-decoration:none;font-size:22px;font-weight:700;line-height:1.1;font-family:var(--secondary-mixin-font)}.links-list-item-content a:after{color:var(--color-primary);margin-left:20px}.links-list-item-content a:hover{text-decoration:underline;color:var(--color-primary)}.links-list-item-content a:before{content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0}.author .inner-container{width:100%;max-width:calc(var(--container) + var(--gutter) * 2);margin:0 auto;padding:0 var(--gutter)}.author-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px 20px;font-size:18px;line-height:1.2;font-weight:400}.author-buttons a{color:var(--color-primary);text-decoration:underline;text-underline-offset:4px}.author-buttons svg{width:24px;height:24px}.author-buttons .link-arrow:after{margin-left:7px;width:.4375em;height:.6875em}.is-decor-line{position:relative}.is-decor-line:before{content:"";width:1px;height:100%;position:absolute;top:0;left:calc(50% - var(--container)/ 2 - 78px);background-color:var(--color-dividers)}.author-profile{padding-block:100px;color:var(--color-black)}.author-profile .inner-container{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 55px}.author-profile-heading .section-l-item-title,.author-profile-heading .section-l-subtitle,.author-profile-heading .section-subtitle,.author-profile-heading .section-w-subtitle{margin-bottom:10px}.author-profile-heading .h1,.author-profile-heading h1{margin-bottom:70px}.author-profile-heading .h1:last-child,.author-profile-heading h1:last-child{margin-bottom:0}.author-profile-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px 30px;font-family:var(--secondary-mixin-font);font-size:24px;line-height:1.25}.author-profile-details-photo{-ms-flex-negative:0;flex-shrink:0;width:150px}.author-profile-details-photo img{width:100%}.author-profile-details-text{width:100%;padding-block:5px}.author-profile-details__name{font-size:32px;font-weight:700}.author-profile-details p{margin-bottom:0}.author-profile-details .author-buttons{margin-top:10px}.author-profile-bio .h4,.author-profile-bio h4{font-size:inherit;line-height:inherit;font-weight:700;margin-bottom:0}.author-profile-bio ol.list-style,.author-profile-bio ol:not([class]),.author-profile-bio ul.list-style,.author-profile-bio ul:not([class]){padding-left:13px;margin:0 0 var(--vertical-rhythm)}.author-profile-bio ol.list-style>li,.author-profile-bio ol:not([class])>li,.author-profile-bio ul.list-style>li,.author-profile-bio ul:not([class])>li{padding-left:18px;position:relative}.author-profile-bio ol.list-style>li:before,.author-profile-bio ol:not([class])>li:before,.author-profile-bio ul.list-style>li:before,.author-profile-bio ul:not([class])>li:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;top:.75em;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:currentColor}.article-section{padding:80px 0;color:var(--color-black)}.author-profile+.article-section{padding-top:0!important}.article-section .h2,.article-section h2{font-size:48px;line-height:1.2;margin-bottom:50px}.article-section .h2:last-child,.article-section h2:last-child{margin-bottom:0}.article-section .pagination{margin-top:80px;margin-bottom:-80px}.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:65px 16px}.article-list-item__image{width:100%;aspect-ratio:16/10;position:relative;overflow:hidden;background:rgba(181,181,181,.4)}.article-list-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.article-list-item__text{padding:35px 40px}.article-list-item .h3,.article-list-item h3{font-size:32px;line-height:1.2;font-weight:500;margin-bottom:16px}.article-list-item .h3 .link-arrow,.article-list-item h3 .link-arrow{text-decoration:none}.article-list-item .h3 .link-arrow:after,.article-list-item h3 .link-arrow:after{width:.85em;height:.85em;-webkit-mask-size:cover;mask-size:cover;vertical-align:middle}.article-list-item .h3 a:hover,.article-list-item h3 a:hover{color:var(--color-primary)}.article-list-item p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.4px;text-wrap:initial}.article-list-item p:last-child{margin-bottom:0}.ca{font-size:20px;font-weight:400;line-height:1.25;color:var(--color-text);font-family:var(--secondary-mixin-font);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-bottom:40px}.ca-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 20px}.ca-left{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 20px}.ca-right::before{content:"・";margin-right:20px}.ca-link{text-decoration:underline}.ca-link:hover{text-decoration:none}.ca-link-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ca-link-accent{color:var(--color-primary);text-decoration:underline}.ca-link-accent:hover{text-decoration:none}.entry-box{padding-block:80px;margin-block:80px;border-style:solid;border-color:var(--color-red);border-width:1px 0 1px 0}.entry-box-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;container-type:inline-size}.entry-box-content:hover{text-decoration:none}.entry-box-content:hover .entry-box-title{text-decoration:underline;color:var(--color-red)}.entry-box-text{max-width:480px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:auto;margin-top:-10%;position:relative;z-index:1}@container (max-width:876px){.entry-box-text{margin-top:30px;margin-right:auto}}.entry-box-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-red);margin-bottom:20px}.entry-box-subtitle{font-size:20px;font-weight:700;line-height:1.1;margin-bottom:12px;color:var(--color-text);font-family:var(--secondary-mixin-font)}.entry-box-title{text-decoration:none}.entry-box-image{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@container (max-width:876px){.entry-box-image{padding-bottom:90px}}.entry-box-image-descr{position:absolute;top:95%;left:0;max-width:325px;width:100%;text-align:right}@container (max-width:876px){.entry-box-image-descr{top:auto;bottom:0}}@container (max-width:600px){.entry-box-image-descr{padding-right:50px;max-width:32.5rem}}.entry-box-image-descr .red{font-size:96px;font-style:normal;font-weight:300;line-height:1.1;letter-spacing:-.48px;color:var(--color-red);font-family:var(--secondary-mixin-font)}@container (max-width:600px){.entry-box-image-descr .red{font-size:9.6rem}}.entry-box-image-descr .red .small{font-size:22px;font-weight:700;line-height:1.1;letter-spacing:0;position:relative;display:block}.entry-box-image-descr .line{position:absolute;bottom:calc(100% - 50px);right:-15%;width:24px;height:148px;border-bottom:1px solid var(--color-primary);border-right:1px solid var(--color-primary);z-index:5}@container (max-width:600px){.entry-box-image-descr .line{right:0}}.entry-box-image-descr .line:before{content:"";position:absolute;top:-3px;right:-3px;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%}.entry-box-image-descr .line.white{border-color:var(--color-white)}.entry-box-image-descr .line.white:before{background-color:var(--color-white)}.entry-box .gform-theme--foundation .gform_footer,.entry-box .gform-theme--foundation .gform_page_footer{--gf-form-footer-margin-y-start:40px}.bn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:68px;container-type:inline-size}.bn.style_horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.bn-img{position:relative;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 1 324px;flex:0 1 324px;-webkit-box-shadow:inset 0 0 0 2px rgba(51,51,51,.12);box-shadow:inset 0 0 0 2px rgba(51,51,51,.12)}.style_horizontal .bn-img{width:100%;aspect-ratio:912/384;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;border-bottom:1px solid var(--color-red);-webkit-box-shadow:none;box-shadow:none}.bn-img img{position:relative;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.bn-content{-webkit-box-flex:0;-ms-flex:0 1 500px;flex:0 1 500px;-ms-flex-item-align:center;align-self:center}.style_horizontal .bn-content{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;padding-left:80px;padding-right:80px}@container (max-width:600px){.style_horizontal .bn-content{padding-left:40px;padding-right:40px}}@container (max-width:480px){.style_horizontal .bn-content{padding-left:0;padding-right:0}}.bn-content p{margin-bottom:20px!important}.bn-content p:last-child{margin-bottom:0!important}.bn-title{font-size:48px!important;color:var(--color-red)}.bn-subtitle{font-family:var(--secondary-font);font-size:24px;font-weight:700}.inline_form .gform-theme--framework{--gf-form-gap-y:20px}.inline_form .gform-theme--framework .gform_heading{display:none}.inline_form .gform-theme--framework .gfield_validation_message{--gf-desc-space:0;--gf-local-color:var(--color-white);--gf-local-font-family:var(--secondary-mixin-font);--gf-local-font-size:12px;--gf-local-font-weight:400;--gf-local-line-height:1.1;padding:3px 20px;background-color:var(--color-red)}.inline_form .gform-theme--framework .gform_validation_errors{--gf-form-validation-bg-color:var(--color-red);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-border-color:var(--color-red);--gf-form-validation-radius:0;--gf-form-validation-shadow:none;--gf-form-validation-gap:20px;--gf-form-validation-margin-y:0;--gf-form-validation-padding-y:3px;--gf-form-validation-padding-x:20px;--gf-form-validation-heading-color:var(--color-white);--gf-form-validation-heading-icon-color:var(--color-white);--gf-form-validation-heading-icon-border-color:var(--color-white);--gf-form-validation-heading-font-weight:400;--gf-form-validation-heading-font-size:12px;--gf-form-validation-heading-line-height:1.1;--gf-form-validation-heading-font-family:var(--secondary-mixin-font);margin-bottom:20px}.inline_form .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]){--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;--gf-local-height:52px;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.inline_form .gform-theme--framework input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):not([type=submit]):focus{--gf-local-border-color:var(--color-red)}.inline_form .gform-theme--framework select:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.inline_form .gform-theme--framework select[multiple]:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red)}.inline_form .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){resize:none;--gform-theme-local-background-color:transparent;--gform-theme-local-border-color:var(--color-text);--gform-theme-local-color:var(--color-text);--gf-local-bg-color:transparent;--gf-local-color:var(--color-text);--gf-local-font-size:15px;--gf-local-font-family:var(--secondary-mixin-font);--gf-local-padding-x:20px;--gf-local-padding-y:16px;--gf-local-shadow:none;--gf-local-line-height:1.1;--gf-local-radius:0;border-left:0;border-right:0;border-top:0;--gf-ctrl-border-color-error:var(--color-red);--gf-local-border-color:var(--color-text)}.inline_form .gform-theme--framework textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):focus{--gf-local-border-color:var(--color-red)}.inline_form .gform-theme--framework .gfield_error input[type]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.inline_form .gform-theme--framework .gfield_error textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){--gf-local-bg-color:var(--color-error-bg)}.inline_form .gform-theme--framework .gfield_label{font-size:15px;font-style:normal;font-weight:400;line-height:1.1;font-family:var(--secondary-mixin-font);margin:0;position:absolute;left:0;top:0;pointer-events:none;width:100%;padding:16px 20px;-webkit-transition:.3s;transition:.3s}.inline_form .gform-theme--framework .gfield_label .gfield_required:not(.gfield_required_asterisk){position:absolute;right:8px;top:10px;font-size:11px;font-style:normal;font-weight:700;line-height:110%;color:var(--color-primary)}.inline_form .gform-theme--framework .gfield--type-checkbox .gfield_label{font-size:16px!important;font-style:normal;font-weight:500!important;line-height:1.375!important;font-family:var(--secondary-mixin-font);padding-left:80px!important;margin:0;color:var(--color-black)!important;position:relative!important;left:0;top:0;pointer-events:none;width:100%;-webkit-transition:.3s;transition:.3s}.inline_form .gform-theme--framework .gfield--type-checkbox .gform-field-label{margin-left:0;font-size:14px;font-style:italic;font-weight:300;line-height:1.25;font-family:var(--secondary-mixin-font);color:var(--color-black);padding-top:8px}.inline_form .gform-theme--framework .gfield--type-checkbox .gchoice{position:relative;padding-left:80px;padding-right:20px}.inline_form .gform-theme--framework .gfield--type-checkbox .gchoice{position:relative}.inline_form .gform-theme--framework .gfield--type-checkbox .jcf-checkbox{border:1px solid var(--color-black);width:28px;height:28px;position:absolute;left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.inline_form .gform-theme--framework .gfield{position:relative}.inline_form .gform-theme--framework .gfield.focused .gfield_label{padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.inline_form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){background-color:var(--color-white);border:1px solid var(--color-primary);color:var(--color-primary);font-size:20px;font-weight:700;padding:20px 40px;-webkit-transition:.3s;transition:.3s;font-family:var(--secondary-mixin-font);line-height:1.1;letter-spacing:-.4px;border-radius:0;width:auto}.inline_form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary);color:var(--color-white)}.inline_form .gform-theme--framework .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.inline_form .gform-theme--framework .gfield--type-select .jcf-select{border-bottom:1px solid var(--color-text);display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;font-size:15px;font-weight:400;line-height:1.28;font-family:var(--secondary-mixin-font);position:relative}.inline_form .gform-theme--framework .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:50%;right:4px}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:after,.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white)}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.inline_form .gform-theme--framework .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.info-box{padding:10px 20px;background-color:var(--color-primary);color:var(--color-white);font-size:16px;font-weight:700;line-height:1.25;font-family:var(--secondary-mixin-font);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;letter-spacing:.4px}.info-box:before{content:" ";display:block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid var(--color-primary);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.faq{padding-top:80px;padding-bottom:80px;border-top:1px solid var(--color-red);margin-top:80px;margin-bottom:80px}.faq-subtitle{font-family:var(--secondary-mixin-font);font-size:20px;font-weight:700;line-height:1.1;margin-bottom:20px;color:var(--color-primary)}.faq-title{font-size:60px!important;font-style:normal!important;font-weight:500!important;line-height:1.1!important;letter-spacing:-.02em!important;margin-bottom:40px!important}.faq-elem{margin-bottom:40px;color:var(--color-black)}.faq-elem-question{font-size:32px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:-.02em!important;font-family:var(--accent-mixin-font)!important}.faq-elem-answer{margin-top:20px;font-size:20px;font-weight:300;line-height:1.48;letter-spacing:-.02em}.faq-elem-answer p{margin-bottom:1.2em!important}.faq-elem-answer p:last-child{margin-bottom:0!important}.faq-elem:last-child{margin-bottom:0}.section-video_wrapper{overflow:hidden;position:relative;background:var(--color-bg);aspect-ratio:1828/900;font-size:0;line-height:0}.section-video_wrapper .js-youtube-video{position:absolute;inset:0;width:100%;height:100%}.section-video_wrapper .js-youtube-video .yt-thumbnail{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-video_wrapper .js-youtube-video .yt-thumbnail:after{content:" ";display:block;position:absolute;inset:0;width:100%;height:100%;background-color:rgba(51,51,51,.8);z-index:1;pointer-events:none}.section-video_wrapper .js-youtube-video .yt-play-btn{width:134px;height:134px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.3685 17.1071L8.97334 2.44471C6.74522 1.15879 3.96094 2.76659 3.96094 5.33847V34.6633C3.96094 37.2352 6.7453 38.8429 8.97334 37.557L34.3685 22.8946C36.5967 21.6087 36.5967 18.3931 34.3685 17.1071Z' fill='white'/%3E%3C/svg%3E%0A");background-position:48px center;background-repeat:no-repeat;background-color:rgba(217,217,217,.27);border:3px solid rgba(255,255,255,.6);border-radius:50%;cursor:pointer;z-index:10;-webkit-transition:.3s;transition:.3s}.section-video_wrapper .js-youtube-video .yt-play-btn:hover{background-color:var(--color-primary)}.section-video iframe{position:absolute;inset:0;width:100%;height:100%}.section-video iframe:focus{outline:0}.section-video--full h2,.section-video--shorts h2{color:var(--color-primary);font-size:80px;margin-bottom:60px}.section-video--full h4,.section-video--shorts h4{font-size:36px;margin-bottom:65px}.section-video--no-padding{--padding-top:0px;--padding-bottom:0px}.section-video--no-padding .video-full-slider-navigation,.section-video--no-padding .video-shorts-slider-navigation{border-bottom:0}.section-video--no-padding .video-shorts{margin-bottom:0}.linkedin-logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/linkedin-logo.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/linkedin-logo.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;width:30px;height:30px;background-color:currentColor}.linkedin-logo--big{width:70px;height:70px;margin-bottom:-10px}.video-icon{width:32px;height:32px;display:block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:currentColor}.video-icon--views{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9137 15.8255C30.87 15.7267 29.8112 13.378 27.4575 11.0242C24.3212 7.88797 20.36 6.23047 16 6.23047C11.64 6.23047 7.67874 7.88797 4.54249 11.0242C2.18874 13.378 1.12499 15.7305 1.08624 15.8255C1.02938 15.9534 1 16.0918 1 16.2317C1 16.3717 1.02938 16.5101 1.08624 16.638C1.12999 16.7367 2.18874 19.0842 4.54249 21.438C7.67874 24.573 11.64 26.2305 16 26.2305C20.36 26.2305 24.3212 24.573 27.4575 21.438C29.8112 19.0842 30.87 16.7367 30.9137 16.638C30.9706 16.5101 31 16.3717 31 16.2317C31 16.0918 30.9706 15.9534 30.9137 15.8255ZM16 24.2305C12.1525 24.2305 8.79124 22.8317 6.00874 20.0742C4.86704 18.9388 3.89572 17.6442 3.12499 16.2305C3.89551 14.8166 4.86686 13.5219 6.00874 12.3867C8.79124 9.62922 12.1525 8.23047 16 8.23047C19.8475 8.23047 23.2087 9.62922 25.9912 12.3867C27.1352 13.5217 28.1086 14.8164 28.8812 16.2305C27.98 17.913 24.0537 24.2305 16 24.2305ZM16 10.2305C14.8133 10.2305 13.6533 10.5824 12.6666 11.2417C11.6799 11.9009 10.9108 12.838 10.4567 13.9344C10.0026 15.0307 9.88377 16.2371 10.1153 17.401C10.3468 18.5649 10.9182 19.634 11.7573 20.4731C12.5965 21.3122 13.6656 21.8837 14.8294 22.1152C15.9933 22.3467 17.1997 22.2279 18.2961 21.7737C19.3924 21.3196 20.3295 20.5506 20.9888 19.5639C21.6481 18.5772 22 17.4172 22 16.2305C21.9983 14.6397 21.3657 13.1145 20.2408 11.9897C19.1159 10.8648 17.5908 10.2321 16 10.2305ZM16 20.2305C15.2089 20.2305 14.4355 19.9959 13.7777 19.5563C13.1199 19.1168 12.6072 18.4921 12.3045 17.7612C12.0017 17.0303 11.9225 16.226 12.0768 15.4501C12.2312 14.6742 12.6122 13.9615 13.1716 13.402C13.731 12.8426 14.4437 12.4617 15.2196 12.3073C15.9956 12.153 16.7998 12.2322 17.5307 12.535C18.2616 12.8377 18.8863 13.3504 19.3259 14.0082C19.7654 14.666 20 15.4393 20 16.2305C20 17.2913 19.5786 18.3087 18.8284 19.0589C18.0783 19.809 17.0609 20.2305 16 20.2305Z' fill='%23DC0539'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9137 15.8255C30.87 15.7267 29.8112 13.378 27.4575 11.0242C24.3212 7.88797 20.36 6.23047 16 6.23047C11.64 6.23047 7.67874 7.88797 4.54249 11.0242C2.18874 13.378 1.12499 15.7305 1.08624 15.8255C1.02938 15.9534 1 16.0918 1 16.2317C1 16.3717 1.02938 16.5101 1.08624 16.638C1.12999 16.7367 2.18874 19.0842 4.54249 21.438C7.67874 24.573 11.64 26.2305 16 26.2305C20.36 26.2305 24.3212 24.573 27.4575 21.438C29.8112 19.0842 30.87 16.7367 30.9137 16.638C30.9706 16.5101 31 16.3717 31 16.2317C31 16.0918 30.9706 15.9534 30.9137 15.8255ZM16 24.2305C12.1525 24.2305 8.79124 22.8317 6.00874 20.0742C4.86704 18.9388 3.89572 17.6442 3.12499 16.2305C3.89551 14.8166 4.86686 13.5219 6.00874 12.3867C8.79124 9.62922 12.1525 8.23047 16 8.23047C19.8475 8.23047 23.2087 9.62922 25.9912 12.3867C27.1352 13.5217 28.1086 14.8164 28.8812 16.2305C27.98 17.913 24.0537 24.2305 16 24.2305ZM16 10.2305C14.8133 10.2305 13.6533 10.5824 12.6666 11.2417C11.6799 11.9009 10.9108 12.838 10.4567 13.9344C10.0026 15.0307 9.88377 16.2371 10.1153 17.401C10.3468 18.5649 10.9182 19.634 11.7573 20.4731C12.5965 21.3122 13.6656 21.8837 14.8294 22.1152C15.9933 22.3467 17.1997 22.2279 18.2961 21.7737C19.3924 21.3196 20.3295 20.5506 20.9888 19.5639C21.6481 18.5772 22 17.4172 22 16.2305C21.9983 14.6397 21.3657 13.1145 20.2408 11.9897C19.1159 10.8648 17.5908 10.2321 16 10.2305ZM16 20.2305C15.2089 20.2305 14.4355 19.9959 13.7777 19.5563C13.1199 19.1168 12.6072 18.4921 12.3045 17.7612C12.0017 17.0303 11.9225 16.226 12.0768 15.4501C12.2312 14.6742 12.6122 13.9615 13.1716 13.402C13.731 12.8426 14.4437 12.4617 15.2196 12.3073C15.9956 12.153 16.7998 12.2322 17.5307 12.535C18.2616 12.8377 18.8863 13.3504 19.3259 14.0082C19.7654 14.666 20 15.4393 20 16.2305C20 17.2913 19.5786 18.3087 18.8284 19.0589C18.0783 19.809 17.0609 20.2305 16 20.2305Z' fill='%23DC0539'/%3E%3C/svg%3E%0A")}.video-icon--likes{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.25 5.23047C19.6688 5.23047 17.4088 6.34047 16 8.21672C14.5912 6.34047 12.3313 5.23047 9.75 5.23047C7.69528 5.23278 5.72539 6.05004 4.27248 7.50295C2.81958 8.95585 2.00232 10.9258 2 12.9805C2 21.7305 14.9738 28.813 15.5262 29.1055C15.6719 29.1838 15.8346 29.2248 16 29.2248C16.1654 29.2248 16.3281 29.1838 16.4737 29.1055C17.0262 28.813 30 21.7305 30 12.9805C29.9977 10.9258 29.1804 8.95585 27.7275 7.50295C26.2746 6.05004 24.3047 5.23278 22.25 5.23047ZM16 27.0805C13.7175 25.7505 4 19.6917 4 12.9805C4.00198 11.4561 4.60842 9.9947 5.68633 8.9168C6.76423 7.83889 8.22561 7.23245 9.75 7.23047C12.1812 7.23047 14.2225 8.52547 15.075 10.6055C15.1503 10.7889 15.2785 10.9458 15.4432 11.0562C15.6079 11.1666 15.8017 11.2255 16 11.2255C16.1983 11.2255 16.3921 11.1666 16.5568 11.0562C16.7215 10.9458 16.8497 10.7889 16.925 10.6055C17.7775 8.52172 19.8188 7.23047 22.25 7.23047C23.7744 7.23245 25.2358 7.83889 26.3137 8.9168C27.3916 9.9947 27.998 11.4561 28 12.9805C28 19.6817 18.28 25.7492 16 27.0805Z' fill='%23DC0539'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.25 5.23047C19.6688 5.23047 17.4088 6.34047 16 8.21672C14.5912 6.34047 12.3313 5.23047 9.75 5.23047C7.69528 5.23278 5.72539 6.05004 4.27248 7.50295C2.81958 8.95585 2.00232 10.9258 2 12.9805C2 21.7305 14.9738 28.813 15.5262 29.1055C15.6719 29.1838 15.8346 29.2248 16 29.2248C16.1654 29.2248 16.3281 29.1838 16.4737 29.1055C17.0262 28.813 30 21.7305 30 12.9805C29.9977 10.9258 29.1804 8.95585 27.7275 7.50295C26.2746 6.05004 24.3047 5.23278 22.25 5.23047ZM16 27.0805C13.7175 25.7505 4 19.6917 4 12.9805C4.00198 11.4561 4.60842 9.9947 5.68633 8.9168C6.76423 7.83889 8.22561 7.23245 9.75 7.23047C12.1812 7.23047 14.2225 8.52547 15.075 10.6055C15.1503 10.7889 15.2785 10.9458 15.4432 11.0562C15.6079 11.1666 15.8017 11.2255 16 11.2255C16.1983 11.2255 16.3921 11.1666 16.5568 11.0562C16.7215 10.9458 16.8497 10.7889 16.925 10.6055C17.7775 8.52172 19.8188 7.23047 22.25 7.23047C23.7744 7.23245 25.2358 7.83889 26.3137 8.9168C27.3916 9.9947 27.998 11.4561 28 12.9805C28 19.6817 18.28 25.7492 16 27.0805Z' fill='%23DC0539'/%3E%3C/svg%3E%0A")}.video-icon--date{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3.23047C13.4288 3.23047 10.9154 3.99291 8.77759 5.42136C6.63975 6.84982 4.97351 8.88014 3.98957 11.2556C3.00563 13.631 2.74819 16.2449 3.2498 18.7666C3.75141 21.2884 4.98953 23.6048 6.80762 25.4229C8.6257 27.2409 10.9421 28.4791 13.4638 28.9807C15.9856 29.4823 18.5995 29.2248 20.9749 28.2409C23.3503 27.257 25.3807 25.5907 26.8091 23.4529C28.2376 21.315 29 18.8016 29 16.2305C28.9964 12.7838 27.6256 9.47928 25.1884 7.0421C22.7512 4.60492 19.4467 3.23411 16 3.23047ZM16 27.2305C13.8244 27.2305 11.6977 26.5853 9.88873 25.3766C8.07979 24.1679 6.66989 22.45 5.83733 20.44C5.00477 18.43 4.78693 16.2183 5.21137 14.0845C5.63581 11.9507 6.68345 9.99067 8.22183 8.45229C9.76021 6.91392 11.7202 5.86627 13.854 5.44183C15.9878 5.01739 18.1995 5.23523 20.2095 6.06779C22.2195 6.90036 23.9375 8.31026 25.1462 10.1192C26.3549 11.9281 27 14.0549 27 16.2305C26.9967 19.1468 25.8367 21.9428 23.7745 24.005C21.7123 26.0672 18.9164 27.2272 16 27.2305ZM24 16.2305C24 16.4957 23.8946 16.75 23.7071 16.9376C23.5196 17.1251 23.2652 17.2305 23 17.2305H16C15.7348 17.2305 15.4804 17.1251 15.2929 16.9376C15.1054 16.75 15 16.4957 15 16.2305V9.23047C15 8.96525 15.1054 8.7109 15.2929 8.52336C15.4804 8.33583 15.7348 8.23047 16 8.23047C16.2652 8.23047 16.5196 8.33583 16.7071 8.52336C16.8946 8.7109 17 8.96525 17 9.23047V15.2305H23C23.2652 15.2305 23.5196 15.3358 23.7071 15.5234C23.8946 15.7109 24 15.9653 24 16.2305Z' fill='%23DC0539'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3.23047C13.4288 3.23047 10.9154 3.99291 8.77759 5.42136C6.63975 6.84982 4.97351 8.88014 3.98957 11.2556C3.00563 13.631 2.74819 16.2449 3.2498 18.7666C3.75141 21.2884 4.98953 23.6048 6.80762 25.4229C8.6257 27.2409 10.9421 28.4791 13.4638 28.9807C15.9856 29.4823 18.5995 29.2248 20.9749 28.2409C23.3503 27.257 25.3807 25.5907 26.8091 23.4529C28.2376 21.315 29 18.8016 29 16.2305C28.9964 12.7838 27.6256 9.47928 25.1884 7.0421C22.7512 4.60492 19.4467 3.23411 16 3.23047ZM16 27.2305C13.8244 27.2305 11.6977 26.5853 9.88873 25.3766C8.07979 24.1679 6.66989 22.45 5.83733 20.44C5.00477 18.43 4.78693 16.2183 5.21137 14.0845C5.63581 11.9507 6.68345 9.99067 8.22183 8.45229C9.76021 6.91392 11.7202 5.86627 13.854 5.44183C15.9878 5.01739 18.1995 5.23523 20.2095 6.06779C22.2195 6.90036 23.9375 8.31026 25.1462 10.1192C26.3549 11.9281 27 14.0549 27 16.2305C26.9967 19.1468 25.8367 21.9428 23.7745 24.005C21.7123 26.0672 18.9164 27.2272 16 27.2305ZM24 16.2305C24 16.4957 23.8946 16.75 23.7071 16.9376C23.5196 17.1251 23.2652 17.2305 23 17.2305H16C15.7348 17.2305 15.4804 17.1251 15.2929 16.9376C15.1054 16.75 15 16.4957 15 16.2305V9.23047C15 8.96525 15.1054 8.7109 15.2929 8.52336C15.4804 8.33583 15.7348 8.23047 16 8.23047C16.2652 8.23047 16.5196 8.33583 16.7071 8.52336C16.8946 8.7109 17 8.96525 17 9.23047V15.2305H23C23.2652 15.2305 23.5196 15.3358 23.7071 15.5234C23.8946 15.7109 24 15.9653 24 16.2305Z' fill='%23DC0539'/%3E%3C/svg%3E%0A")}.video-icon--videos{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 5.2915H5C4.46957 5.2915 3.96086 5.50222 3.58579 5.87729C3.21071 6.25236 3 6.76107 3 7.2915V25.2915C3 25.8219 3.21071 26.3306 3.58579 26.7057C3.96086 27.0808 4.46957 27.2915 5 27.2915H27C27.5304 27.2915 28.0391 27.0808 28.4142 26.7057C28.7893 26.3306 29 25.8219 29 25.2915V7.2915C29 6.76107 28.7893 6.25236 28.4142 5.87729C28.0391 5.50222 27.5304 5.2915 27 5.2915ZM5 11.2915H15V21.2915H5V11.2915ZM17 9.2915V7.2915H21V9.2915H17ZM15 9.2915H11V7.2915H15V9.2915ZM15 23.2915V25.2915H11V23.2915H15ZM17 23.2915H21V25.2915H17V23.2915ZM17 21.2915V11.2915H27V21.2915H17ZM27 9.2915H23V7.2915H27V9.2915ZM9 7.2915V9.2915H5V7.2915H9ZM5 23.2915H9V25.2915H5V23.2915ZM27 25.2915H23V23.2915H27V25.2915Z' fill='%23DC0539'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 5.2915H5C4.46957 5.2915 3.96086 5.50222 3.58579 5.87729C3.21071 6.25236 3 6.76107 3 7.2915V25.2915C3 25.8219 3.21071 26.3306 3.58579 26.7057C3.96086 27.0808 4.46957 27.2915 5 27.2915H27C27.5304 27.2915 28.0391 27.0808 28.4142 26.7057C28.7893 26.3306 29 25.8219 29 25.2915V7.2915C29 6.76107 28.7893 6.25236 28.4142 5.87729C28.0391 5.50222 27.5304 5.2915 27 5.2915ZM5 11.2915H15V21.2915H5V11.2915ZM17 9.2915V7.2915H21V9.2915H17ZM15 9.2915H11V7.2915H15V9.2915ZM15 23.2915V25.2915H11V23.2915H15ZM17 23.2915H21V25.2915H17V23.2915ZM17 21.2915V11.2915H27V21.2915H17ZM27 9.2915H23V7.2915H27V9.2915ZM9 7.2915V9.2915H5V7.2915H9ZM5 23.2915H9V25.2915H5V23.2915ZM27 25.2915H23V23.2915H27V25.2915Z' fill='%23DC0539'/%3E%3C/svg%3E%0A")}.video-tag{font-size:16px;line-height:1.1;font-weight:700;color:var(--color-primary);font-family:var(--secondary-mixin-font);gap:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.video-tag-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px 30px;margin-bottom:40px}.video-tag-list:last-child{margin-bottom:0}.video-featured{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:150px}.video-featured-content{width:100%}.video-featured-content .subtitle{margin-bottom:70px}.video-featured-content h2{font-size:36px;line-height:1.2;letter-spacing:-.04px;color:var(--color-black);font-weight:500;margin-bottom:20px}.video-featured-content h2 a:hover{color:var(--color-primary)}.video-featured-media{width:100%;max-width:505px;margin-top:-250px;-ms-flex-negative:0;flex-shrink:0}.video-featured-media .subtitle{margin-bottom:40px}.video-featured-media-holder{width:100%;border-radius:70px;border:15px solid #000;background-color:#333;-webkit-box-shadow:0 2.42px 1.94px 0 rgba(0,0,0,.08),0 5.82px 4.65px 0 rgba(0,0,0,.11),0 10.95px 8.76px 0 rgba(0,0,0,.14),0 19.53px 15.63px 0 rgba(0,0,0,.17),0 36.53px 29.23px 0 rgba(0,0,0,.2),0 87.45px 69.96px 0 rgba(0,0,0,.28);box-shadow:0 2.42px 1.94px 0 rgba(0,0,0,.08),0 5.82px 4.65px 0 rgba(0,0,0,.11),0 10.95px 8.76px 0 rgba(0,0,0,.14),0 19.53px 15.63px 0 rgba(0,0,0,.17),0 36.53px 29.23px 0 rgba(0,0,0,.2),0 87.45px 69.96px 0 rgba(0,0,0,.28);overflow:hidden;aspect-ratio:505/985;position:relative}.video-shorts{margin-bottom:140px}.video-shorts-slider{overflow:visible!important;width:100%;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-shorts-slider.is-dragging .swiper-slide .video-short-media{pointer-events:none}.video-shorts-slider:active{cursor:-webkit-grabbing;cursor:grabbing}.video-shorts-slider .swiper-slide{opacity:.2;pointer-events:none;-webkit-transition:opacity .4s;transition:opacity .4s}.video-shorts-slider .swiper-slide.swiper-slide-visible{opacity:1;pointer-events:auto}.video-shorts-slider-pagination{--swiper-pagination-bottom:50%;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:40px;--swiper-pagination-bullet-height:2px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.2;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:20px;z-index:10}.video-shorts-slider-pagination-bullet{position:relative;-webkit-transition:.3s;transition:.3s}.video-shorts-slider-pagination-bullet:hover{--swiper-pagination-bullet-inactive-opacity:0.6}.video-shorts-slider-pagination-bullet:before{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-shorts-slider-pagination-bullet:after{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-shorts-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-block:65px;position:relative;border-bottom:1px solid rgba(var(--color-black--rgb),.4)}.video-shorts-slider-button-next,.video-shorts-slider-button-prev{position:relative;z-index:15}.video-shorts-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-full{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px;padding-bottom:40px}.video-full-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-full-slider{overflow:visible!important;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;user-select:none}.video-full-slider.is-dragging .swiper-slide .video-full-media{pointer-events:none!important}.video-full-slider:active{cursor:-webkit-grabbing;cursor:grabbing}.video-full-slider .swiper-slide{opacity:.2;-webkit-transition:opacity .4s;transition:opacity .4s}.video-full-slider .swiper-slide .video-full-media{pointer-events:none}.video-full-slider .swiper-slide .video-full{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.video-full-slider .swiper-slide.swiper-slide-next .video-full{-webkit-transform:scale(.75) translateX(-12.5%);transform:scale(.75) translateX(-12.5%)}.video-full-slider .swiper-slide.swiper-slide-prev .video-full{-webkit-transform:scale(.75) translateX(12.5%);transform:scale(.75) translateX(12.5%)}.video-full-slider .swiper-slide.swiper-slide-visible{opacity:1}.video-full-slider .swiper-slide.swiper-slide-visible .video-full-media{pointer-events:auto}.video-full-slider .swiper-slide.swiper-slide-visible .video-full{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}.video-full-slider-pagination{--swiper-pagination-bottom:50%;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:40px;--swiper-pagination-bullet-height:2px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.2;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10}.video-full-slider-pagination-bullet{position:relative;-webkit-transition:.3s;transition:.3s}.video-full-slider-pagination-bullet:hover{--swiper-pagination-bullet-inactive-opacity:0.6}.video-full-slider-pagination-bullet:before{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-full-slider-pagination-bullet:after{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-full-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-block:65px;position:relative;border-bottom:1px solid rgba(var(--color-black--rgb),.4)}.video-full-slider-button-next,.video-full-slider-button-prev{position:relative;z-index:15}.video-full-title{font-size:32px;line-height:1.2;font-weight:500;letter-spacing:-.04px;color:var(--color-black);margin-bottom:30px}.video-full-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:20px;line-height:1.48;letter-spacing:-.04px;padding-inline:5px}.video-full-content p{margin-bottom:40px}.video-full-content p:last-child{margin-bottom:0}.video-full-media{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-inline:0}.video-full-media-holder{width:100%;position:relative;aspect-ratio:960/540;border:0;border-radius:20px;background-color:#333;-webkit-box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28);box-shadow:0 3.06px 2.45px 0 rgba(0,0,0,.08),0 7.36px 5.89px 0 rgba(0,0,0,.11),0 13.86px 11.09px 0 rgba(0,0,0,.14),0 24.73px 19.79px 0 rgba(0,0,0,.17),0 46.26px 37.01px 0 rgba(0,0,0,.2),0 110.73px 88.58px 0 rgba(0,0,0,.28);overflow:hidden}.video-short{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px;padding-bottom:40px}.video-short-title{font-size:32px;line-height:1.2;font-weight:500;letter-spacing:-.04px;color:var(--color-black);margin-bottom:30px}.video-short-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:20px;line-height:1.48;letter-spacing:-.04px;padding-inline:5px}.video-short-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;margin-bottom:40px}.video-short-content p:last-child{margin-bottom:0}.video-short-media{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-inline:15px}.video-short-media-holder{width:100%;position:relative;aspect-ratio:400/780;border-radius:70px;border:15px solid #000;background-color:#333;-webkit-box-shadow:0 2.42px 1.94px 0 rgba(0,0,0,.08),0 5.82px 4.65px 0 rgba(0,0,0,.11),0 10.95px 8.76px 0 rgba(0,0,0,.14),0 19.53px 15.63px 0 rgba(0,0,0,.17),0 36.53px 29.23px 0 rgba(0,0,0,.2),0 87.45px 69.96px 0 rgba(0,0,0,.28);box-shadow:0 2.42px 1.94px 0 rgba(0,0,0,.08),0 5.82px 4.65px 0 rgba(0,0,0,.11),0 10.95px 8.76px 0 rgba(0,0,0,.14),0 19.53px 15.63px 0 rgba(0,0,0,.17),0 36.53px 29.23px 0 rgba(0,0,0,.2),0 87.45px 69.96px 0 rgba(0,0,0,.28);overflow:hidden}.step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.step p{margin-bottom:20px}.step p:last-child{margin-bottom:0}.step-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:80px}.step-logo{height:115px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.step-cta{margin-top:auto;width:100%}.pagination .al .step-cta a,.pagination .ar .step-cta a,.pagination .step-cta .page-numbers.next,.pagination .step-cta .page-numbers.prev,.slider-results .step-cta .swiper-button-next,.slider-results .step-cta .swiper-button-prev,.step-cta .button,.step-cta .pagination .al a,.step-cta .pagination .ar a,.step-cta .pagination .page-numbers.next,.step-cta .pagination .page-numbers.prev,.step-cta .slider-results .swiper-button-next,.step-cta .slider-results .swiper-button-prev,.step-cta button[type=submit],.step-cta input[type=button],.step-cta input[type=reset],.step-cta input[type=submit]{width:100%;--btn-padding-x:10px;position:relative}.pagination .al .step-cta a.button-small-linkedin,.pagination .ar .step-cta a.button-small-linkedin,.pagination .step-cta .button-small-linkedin.page-numbers.next,.pagination .step-cta .button-small-linkedin.page-numbers.prev,.slider-results .step-cta .button-small-linkedin.swiper-button-next,.slider-results .step-cta .button-small-linkedin.swiper-button-prev,.step-cta .button.button-small-linkedin,.step-cta .pagination .al a.button-small-linkedin,.step-cta .pagination .ar a.button-small-linkedin,.step-cta .pagination .button-small-linkedin.page-numbers.next,.step-cta .pagination .button-small-linkedin.page-numbers.prev,.step-cta .slider-results .button-small-linkedin.swiper-button-next,.step-cta .slider-results .button-small-linkedin.swiper-button-prev,.step-cta button.button-small-linkedin[type=submit],.step-cta input.button-small-linkedin[type=button],.step-cta input.button-small-linkedin[type=reset],.step-cta input.button-small-linkedin[type=submit]{padding-right:160px}.pagination .al .step-cta a.button-small-linkedin img,.pagination .ar .step-cta a.button-small-linkedin img,.pagination .step-cta .button-small-linkedin.page-numbers.next img,.pagination .step-cta .button-small-linkedin.page-numbers.prev img,.slider-results .step-cta .button-small-linkedin.swiper-button-next img,.slider-results .step-cta .button-small-linkedin.swiper-button-prev img,.step-cta .button.button-small-linkedin img,.step-cta .pagination .al a.button-small-linkedin img,.step-cta .pagination .ar a.button-small-linkedin img,.step-cta .pagination .button-small-linkedin.page-numbers.next img,.step-cta .pagination .button-small-linkedin.page-numbers.prev img,.step-cta .slider-results .button-small-linkedin.swiper-button-next img,.step-cta .slider-results .button-small-linkedin.swiper-button-prev img,.step-cta button.button-small-linkedin[type=submit] img,.step-cta input.button-small-linkedin[type=button] img,.step-cta input.button-small-linkedin[type=reset] img,.step-cta input.button-small-linkedin[type=submit] img{position:absolute;bottom:-1px;right:20px}.step-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]{font-size:18px;line-height:1.1;font-weight:400;min-height:64px}.step-number{font-size:128px;line-height:1.08;font-weight:500;letter-spacing:-.04px;color:var(--color-black);opacity:.1;margin-bottom:15px}.step-title{font-size:22px;line-height:1.1;font-weight:700;color:var(--color-black);margin-bottom:20px;font-family:var(--secondary-mixin-font)}.step .newsletter-form{padding-bottom:0;border-bottom:0;width:100%}.youtube-logo-step{width:29px;height:20px;-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/youtube-logo-steps.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/youtube-logo-steps.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:currentColor}.linkedin-logo-step{-webkit-mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/linkedin-logo-steps.svg");mask-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/linkedin-logo-steps.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;width:24px;height:24px;background-color:currentColor}.case-studies-slider{overflow:visible!important;margin-top:60px}.case-studies-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.case-studies-slider .swiper-wrapper .swiper-slide{height:auto}.case-studies-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:40px var(--gutter);border-top:1px solid var(--color-dividers);border-bottom:1px solid var(--color-dividers);background-color:var(--color-white);position:relative}.case-studies-slider-pagination{--swiper-pagination-bottom:50%;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:40px;--swiper-pagination-bullet-height:2px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.2;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible;z-index:10}.case-studies-slider-pagination-bullet{position:relative;-webkit-transition:.3s;transition:.3s}.case-studies-slider-pagination-bullet:hover{--swiper-pagination-bullet-inactive-opacity:0.6}.case-studies-slider-pagination-bullet:before{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.case-studies-slider-pagination-bullet:after{content:" ";display:block;width:var(--swiper-pagination-bullet-width);height:var(--swiper-pagination-bullet-width);position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.case-studies-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%}.case-studies-item:hover{text-decoration:none!important}.case-studies-item:hover h2{color:var(--color-primary);text-decoration:underline}.case-studies-item h2{font-size:32px;line-height:1.2;font-weight:500;margin-bottom:40px;color:var(--color-black);text-decoration:none}.case-studies-item h2:hover{color:var(--color-primary);text-decoration:underline}.case-studies-item h2 .link-arrow{color:inherit;text-decoration:inherit;-webkit-transition:.3s;transition:.3s}.case-studies-item span:has(img){margin-top:auto}.case-studies-item img{width:100%;aspect-ratio:670/320;-o-object-fit:cover;object-fit:cover;margin-top:auto}.section-testing-new .section-hero-image .image-desc{bottom:-10px}.yt_transcript_table{padding-left:0!important;width:100%!important;max-height:0;overflow:hidden;-webkit-transition:.3s;transition:.3s;margin-bottom:0}.yt_transcript_table:not(:last-child){margin-bottom:40px}.yt_transcript_table._active{max-height:10000px}.yt_transcript_table .timestamp-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px;margin-bottom:0!important;padding:10px 20px;background-color:var(--color-white);width:100%;max-width:100%!important;font-size:20px;font-weight:300;color:var(--color-black);cursor:pointer;-webkit-transition:.3s;transition:.3s;position:relative}.yt_transcript_table .timestamp-wrap .timestamp-wrap_time{font-size:18px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--secondary-mixin-font);color:var(--color-black);width:90px;text-align:center;-ms-flex-negative:0;flex-shrink:0}.yt_transcript_table .timestamp-wrap .timestamp-wrap_time:before{content:"["}.yt_transcript_table .timestamp-wrap .timestamp-wrap_time:after{content:"]"}.yt_transcript_table .timestamp-wrap:after{content:" ";display:block;width:24px;height:24px;background-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-copy-link.svg");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:.3s;transition:.3s}.yt_transcript_table .timestamp-wrap:before{content:none!important}.yt_transcript_table .timestamp-wrap:hover{background-color:#f2f2f2;color:var(--color-red);font-weight:600}.yt_transcript_table .timestamp-wrap:hover .timestamp-wrap_time{font-weight:700;color:var(--color-black)}.yt_transcript_table .timestamp-wrap:hover:after{opacity:1}.hero-module{position:relative;z-index:1}.hero-module .container{display:grid;grid-template-columns:repeat(2,1fr)}.hero-module-text{padding-block:120px;padding-right:50px;z-index:100}.hero-module-text .section-l-item-title,.hero-module-text .section-l-subtitle,.hero-module-text .section-subtitle,.hero-module-text .section-w-subtitle{display:block;margin-bottom:20px}.hero-module-text p{letter-spacing:-.4px;margin-bottom:40px}.hero-module-image{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.hero-module-image:after,.hero-module-image:before{position:absolute;z-index:-1;content:""}.hero-module-image:before{top:100%;left:-3%;width:1014px;aspect-ratio:1/0.437;background-image:url("https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/img-decor-circles.svg");background-repeat:no-repeat;background-size:cover}.hero-module-image:after{top:25%;left:50%;background:#efefef;width:900px;aspect-ratio:1/0.92;-webkit-filter:blur(200px);filter:blur(200px)}.hero-module-image img{position:absolute;top:0;left:-16%;z-index:1;max-width:141%}.hero-module-info{display:grid;align-self:center;gap:60px;padding-block:80px;width:250px;margin-top:50px;margin-left:-25px;font-size:16px;line-height:1.5;letter-spacing:-.32px}.hero-module-info-item__title{display:block;margin-bottom:16px;font-family:var(--secondary-mixin-font);font-size:60px;line-height:1.1;letter-spacing:-1px;font-weight:700;color:var(--color-red)}.hero-module-info-item p:last-child{margin-bottom:0}.services-module{--color-text:var(--color-white);padding-block:200px}.services-module-heading{display:grid;grid-template-columns:54.5% 1fr;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:60px;margin-bottom:80px}.services-module-heading .h1:last-child,.services-module-heading h1:last-child,.services-module-heading p:last-child{margin-bottom:0}.services-module-heading__text{position:relative;padding-top:40px}.services-module-heading__text:before{position:absolute;top:0;left:0;z-index:1;content:"";width:80px;height:1px;background:var(--color-white)}.services-module-list{display:grid;grid-template-columns:repeat(4,1fr);margin:0;counter-reset:list}.services-module-list li{position:relative}.services-module-list li:before{counter-increment:list;content:counter(list,decimal-leading-zero);position:absolute;top:20px;right:20px;font-family:var(--secondary-mixin-font);font-size:20px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.4px;opacity:.2}.services-module-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%;min-height:182px;padding:60px 30px 30px;margin:0 -1px -1px 0;border:1px solid rgba(137,137,137,.3)}.services-module-list a:hover{text-decoration:none;background-color:rgba(137,137,137,.1)}.marquee{padding-block:80px;position:relative;overflow:hidden;border:1px solid rgba(35,31,32,.15);background:var(--color-grey)}.marquee-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;will-change:transform}.marquee-slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 40px}.marquee img{width:auto;max-height:112px}.marquee--alt{background:0 0;border:none;opacity:.3;padding-block:120px}.info-module{padding-block:120px}.info-module-heading{display:grid;grid-template-columns:45% 1fr;margin-bottom:100px}.info-module-heading__text{padding-top:235px}.info-module-heading__text .h2,.info-module-heading__text h2{margin-bottom:26px}.info-module-heading__text p:last-child{margin-bottom:0}.info-module-heading__image{position:relative}.info-module-heading__image img{position:absolute;top:-32%;left:-45%;z-index:-1;max-width:inherit}.info-module-heading__image-descr{position:absolute;bottom:-35px;left:calc(100% - 50px);font-family:var(--secondary-mixin-font);font-size:20px;line-height:1;font-weight:700;letter-spacing:-.41px}.info-module-heading__image-descr:after,.info-module-heading__image-descr:before{position:absolute;content:"";-webkit-transform:translateY(-8px);transform:translateY(-8px)}.info-module-heading__image-descr:before{height:50px;width:1px;right:calc(100% - 50px);bottom:100%;background:var(--color-red)}.info-module-heading__image-descr:after{width:179px;height:6px;right:calc(100% - 50px);bottom:calc(100% + 47px);background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAxNzkgNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzMzMyAyLjY2NjQ5QzUuMzMzMyAxLjE5MzczIDQuMTM5MzkgLTAuMDAwMTc4MDgxIDIuNjY2NjMgLTAuMDAwMTc4MjFDMS4xOTM4OCAtMC4wMDAxNzgzMzkgLTMuMDM4ODhlLTA1IDEuMTkzNzMgLTMuMDUxNzZlLTA1IDIuNjY2NDlDLTMuMDY0NjNlLTA1IDQuMTM5MjUgMS4xOTM4OCA1LjMzMzE2IDIuNjY2NjMgNS4zMzMxNkM0LjEzOTM5IDUuMzMzMTYgNS4zMzMzIDQuMTM5MjUgNS4zMzMzIDIuNjY2NDlaTTE3OC40NzkgMi42NjY1TDE3OC40NzkgMi4xNjY1TDIuNjY2NjMgMi4xNjY0OUwyLjY2NjYzIDIuNjY2NDlMMi42NjY2MyAzLjE2NjQ5TDE3OC40NzkgMy4xNjY1TDE3OC40NzkgMi42NjY1WiIgZmlsbD0iI0RDMDUzOSIvPgo8L3N2Zz4K");background-size:auto 100%;background-repeat:no-repeat}.info-module-heading__image-descr strong{display:block;margin-bottom:6px;font-family:inherit;font-size:var(--h2);font-weight:700;line-height:1.1;letter-spacing:-1.2px;color:var(--color-red)}.info-module-heading__image-descr p{margin:0}.link-card{display:block;padding-bottom:40px}.link-card:hover{text-decoration:none;color:var(--color-red)}.link-card:hover .link-card__title{text-decoration:underline}.link-card:hover .link-card__title:after{-webkit-transform:translateX(10px);transform:translateX(10px)}.link-card-list{max-width:1028px;margin-bottom:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:0 20px;border-bottom:1px solid rgba(51,51,51,.12)}.link-card-list p{color:initial;margin:0}.link-card__icon{margin-bottom:28px}.link-card__title{font-family:var(--secondary-mixin-font);font-size:var(--h4);line-height:1.2;font-weight:700;position:relative;margin-bottom:14px}.link-card__title:after{content:" ";display:inline-block;width:9px;aspect-ratio:1/2;background-color:var(--color-primary);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-text.svg) no-repeat center;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-text.svg) no-repeat center;-webkit-mask-size:cover;mask-size:cover;-ms-flex-negative:0;flex-shrink:0;margin-left:18px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.section-faq{--container:916px;--padding-top:240px;--padding-bottom:240px}.section-faq-heading{margin-bottom:80px}.section-faq .section-l-item-title,.section-faq .section-l-subtitle,.section-faq .section-subtitle,.section-faq .section-w-subtitle{display:block}.section-faq .accordion-item-title{gap:110px;margin-bottom:0}.section-faq .accordion-item-title:after{color:var(--color-red)}.section-faq .accordion-item-content{padding:0 80px 0 0}.section-faq .accordion-item-content.active{padding:20px 80px 0 0}.section-results{--padding-top:120px;--padding-bottom:120px;overflow:hidden}.section-results .section-headline{position:relative}.section-results .section-headline:before{position:absolute;left:calc(var(--padding-top) * -1);top:calc(var(--padding-top) * -1);bottom:calc(var(--padding-bottom) * -1);z-index:-1;content:"";width:1px;background:var(--color-dividers)}.slider-results{padding-block:var(--padding-top);border-top:1px solid var(--color-dividers)}.slider-results .swiper{--swiper-pagination-bottom:0;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-width:10px;--swiper-pagination-bullet-height:10px;--swiper-pagination-bullet-border-radius:50%;--swiper-pagination-bullet-inactive-color:var(--color-black);--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-opacity:0.4}.slider-results .swiper *{-webkit-box-sizing:border-box;box-sizing:border-box}.slider-results .swiper-slide{width:670px;height:auto}.slider-results .swiper-nav{padding-block:40px}.slider-results .swiper-nav .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding-block:0}.slider-results .swiper-pagination{position:static}.slider-results .swiper-button-next,.slider-results .swiper-button-prev{position:relative;top:auto;left:auto;margin:0;width:auto;height:auto}.slider-results .swiper-button-prev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.slider-results .swiper-button-prev:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.slider-results .swiper-button-prev:hover:after{-webkit-transform:scaleX(-1) translateX(8px);transform:scaleX(-1) translateX(8px)}.work-card{display:grid;grid-template-rows:1fr auto;gap:40px;height:100%}.work-card:hover{text-decoration:none}.work-card:hover .h3,.work-card:hover h3{color:var(--color-red);text-decoration:underline}.work-card:hover .work-card-image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.work-card-heading .section-l-item-title,.work-card-heading .section-l-subtitle,.work-card-heading .section-subtitle,.work-card-heading .section-w-subtitle{display:block;font-size:20px;color:inherit;opacity:.4;margin:0 0 12px}.work-card-heading .h3,.work-card-heading h3{font-size:32px;line-height:1.2;font-weight:500;letter-spacing:-.64px;margin-bottom:0;-webkit-transition:color .2s ease;transition:color .2s ease}.work-card-image{aspect-ratio:1/1.045;position:relative;overflow:hidden}.work-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.featured-module{--video-width:550px}.featured-module-top{position:relative;z-index:1;padding-block:90px 60px;border:1px solid var(--color-dividers);border-width:1px 0;background:var(--color-white)}.featured-module-top .container{display:grid;grid-template-columns:var(--video-width) 1fr;gap:30px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.featured-module-image{position:absolute;bottom:0;left:50%;z-index:-1;-webkit-transform:translateX(432px);transform:translateX(432px);width:662px;aspect-ratio:1/1.167}.featured-module-image__el{width:100%;height:100%}.featured-module-image__signature{position:absolute;top:17.2%;right:79%;width:50%;aspect-ratio:1/0.313}.featured-module-video{width:var(--video-width);aspect-ratio:1/1.95;margin-left:-30px;margin-bottom:-255px;border-radius:80px;border:16px solid #000;background-color:#333;-webkit-box-shadow:0 94.868px 75.894px 0 rgba(0,0,0,.11),0 39.634px 31.707px 0 rgba(0,0,0,.08),0 21.19px 16.952px 0 rgba(0,0,0,.07),0 11.879px 9.503px 0 rgba(0,0,0,.05),0 6.309px 5.047px 0 rgba(0,0,0,.04),0 2.625px 2.1px 0 rgba(0,0,0,.03);box-shadow:0 94.868px 75.894px 0 rgba(0,0,0,.11),0 39.634px 31.707px 0 rgba(0,0,0,.08),0 21.19px 16.952px 0 rgba(0,0,0,.07),0 11.879px 9.503px 0 rgba(0,0,0,.05),0 6.309px 5.047px 0 rgba(0,0,0,.04),0 2.625px 2.1px 0 rgba(0,0,0,.03);overflow:hidden;position:relative}.featured-module-video iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-module-content .section-l-item-title,.featured-module-content .section-l-subtitle,.featured-module-content .section-subtitle,.featured-module-content .section-w-subtitle{display:block;position:relative;padding-top:30px;margin-bottom:60px}.featured-module-content .section-l-item-title:before,.featured-module-content .section-l-subtitle:before,.featured-module-content .section-subtitle:before,.featured-module-content .section-w-subtitle:before{position:absolute;top:0;left:0;z-index:1;content:"";width:40px;height:3px;background:var(--color-red)}.featured-module-content p{margin-bottom:40px}.featured-module .decorate-text{font-size:23vw;line-height:.6;letter-spacing:-.4px;font-weight:500;color:rgba(var(--color-black--rgb),.04);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1;pointer-events:none;overflow:hidden;padding-bottom:.2em}.featured-module-cta{margin-left:calc(var(--video-width) + 30px);padding-block:60px;display:grid;grid-template-columns:39% 1fr;gap:20px 40px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:16px;line-height:1.48;font-weight:300}.featured-module-cta .subtitle{display:block;margin-bottom:16px}.featured-module-cta p:last-child{margin-bottom:0}.featured-module-cta .newsletter-form{padding:0;border:none}.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=email],.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]{min-height:64px}.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .al .featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .featured-module-cta .newsletter-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){min-height:64px}.admin-bar .header{top:32px}.admin-bar .header._sticked.has-dropdown{top:32px;opacity:1}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:40px 0;background:var(--color-white);border-bottom:1px solid var(--color-dividers);-webkit-transition:all .3s linear;transition:all .3s linear}.header-logo{display:block;font-size:0;line-height:0;color:var(--color-primary);width:200px;height:24px;z-index:5;position:relative}.header-logo svg{width:100%;height:100%}.header-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:2rem}.header-menu{-webkit-transition:.3s linear;transition:.3s linear;opacity:1}.search-open .header-menu{opacity:0}.header-search{position:relative}.header-search .search-close{position:absolute;display:block;top:50%;left:40px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;width:40px;height:40px;background:var(--color-black);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-close.svg) no-repeat;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-close.svg) no-repeat;-webkit-mask-size:contain;mask-size:contain;border:none;-webkit-transition:all .3s linear;transition:all .3s linear;font-size:0;padding:0;z-index:5;pointer-events:none;opacity:0;left:calc(100vw - 1085px + 80px)}.header-search .search-close:hover{background:var(--color-primary)}.search-open .header-search{position:static;z-index:5}.search-open .header-search .search-close{opacity:1;pointer-events:auto}.search-open .header-search input[type=text]{max-width:1085px;padding:40px 40px;height:var(--offset-header);opacity:1;padding-left:120px!important}.header-search form{margin-bottom:0}.header-search form fieldset{margin-bottom:0}.header-search form fieldset input[type=text]{border:none;color:var(--color-black);background-color:var(--color-bg);font-size:20px;letter-spacing:-.4px;font-weight:300;overflow:hidden;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-40px;z-index:1;width:1085px;max-width:0;padding:40px 0;height:var(--offset-header);-webkit-transition:.3s;transition:.3s;opacity:0;font-family:var(--base-mixin-font)}.header-search form fieldset input[type=text]:focus::-webkit-input-placeholder{opacity:1}.header-search form fieldset input[type=text]:focus::-moz-placeholder{opacity:1}.header-search form fieldset input[type=text]:focus:-ms-input-placeholder{opacity:1}.header-search form fieldset input[type=text]:focus::-ms-input-placeholder{opacity:1}.header-search form fieldset input[type=text]:focus::placeholder{opacity:1}.header-search form fieldset input[type=submit]{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--color-black);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-search.svg) no-repeat;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-search.svg) no-repeat;-webkit-mask-size:contain;mask-size:contain;border:none;cursor:pointer;-webkit-transition:background .3s linear;transition:background .3s linear;font-size:0;padding:0;position:relative;z-index:5;top:50%;right:0}.header-search form fieldset input[type=submit]:hover{background:var(--color-primary)}.header-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:24px}.header-branding .header-logo{-ms-flex-negative:0;flex-shrink:0}.header-branding .header-tagline{display:none}.header-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:40px}.header._sticked{top:-150px;opacity:0}.header._sticked.has-dropdown{top:0;opacity:1}.header._sticked:not(._showed)+main{--offset-header:40px}.header._showed{top:0;opacity:1}.menu{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}.menu>li{position:relative}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){display:inline-block;vertical-align:top;position:relative;text-decoration:none;color:inherit;font-family:var(--secondary-font);font-weight:700;font-size:20px;letter-spacing:-.4px;white-space:nowrap}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]).highlighted,.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]):hover{color:var(--color-primary)}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]).highlighted .sub-arrow{-webkit-transform:scale(-1);transform:scale(-1)}.menu ul{display:none;position:absolute;top:100%!important;z-index:2;margin-top:0!important;min-width:0!important;max-width:inherit!important;width:200px!important;background:var(--color-white)}.menu ul li{position:relative}.menu ul a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){display:block;padding:5px 10px}.menu ul ul{top:0!important}.menu .has-mega-menu{position:static!important}.menu .has-mega-menu .mega-menu{margin-left:0!important;right:0!important;width:auto!important;max-width:none!important;border-top:1px solid var(--color-dividers)}.menu .has-mega-menu .mega-menu li{display:grid;grid-template-columns:repeat(3,1fr);position:relative}.menu .has-mega-menu .mega-menu .decorated-menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%!important;border-right:1px solid var(--color-dividers)}.menu .has-mega-menu .mega-menu .decorated-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;color:var(--color-text);position:static}.menu .has-mega-menu .mega-menu .decorated-menu-item.hovered,.menu .has-mega-menu .mega-menu .decorated-menu-item:hover{color:var(--color-primary)}.menu .has-mega-menu .mega-menu .decorated-menu-item.hovered .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]),.menu .has-mega-menu .mega-menu .decorated-menu-item:hover .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){color:var(--color-primary)}.menu .has-mega-menu .mega-menu .decorated-menu-item.hovered .decorated-menu-dropdown,.menu .has-mega-menu .mega-menu .decorated-menu-item:hover .decorated-menu-dropdown{opacity:1;z-index:5;-webkit-transition:.3s linear;transition:.3s linear;pointer-events:all}.menu .has-mega-menu .mega-menu .decorated-menu-item-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:40px 20px 20px;gap:20px;border-bottom:1px solid var(--color-dividers)}.menu .has-mega-menu .mega-menu .decorated-menu-item-icon{color:currentColor;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu .has-mega-menu .mega-menu .decorated-menu-item-icon .services-icon{background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.menu .has-mega-menu .mega-menu .decorated-menu-item-text{color:var(--color-text);font-size:17px;line-height:1.48;font-weight:300;letter-spacing:-.34px;width:100%;max-width:365px}.menu .has-mega-menu .mega-menu .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){padding:0;margin-bottom:12px;color:var(--color-text)}.menu .has-mega-menu .mega-menu .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]):before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0}.menu .has-mega-menu .mega-menu .decorated-menu-item-text p:last-child{margin-bottom:0}.menu .has-mega-menu .mega-menu .decorated-menu-item .dropdown-opener{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;padding:0!important;background-color:transparent;border:none;margin:auto 0;margin-left:auto;color:currentColor}.menu .has-mega-menu .mega-menu .decorated-menu-item .dropdown-opener svg{width:100%;height:100%}.menu .has-mega-menu .mega-menu .decorated-menu-item:last-child{border-bottom:none}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown{-webkit-transition:all .3s .3s linear;transition:all .3s .3s linear;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--color-white);z-index:1;width:100%;max-height:0;padding:0 40px;overflow:hidden;-webkit-transition:.3s linear;transition:.3s linear;pointer-events:none;color:var(--color-text);font-size:17px;line-height:1.48;font-weight:300;letter-spacing:-.34px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown.hovered{opacity:1;z-index:5;-webkit-transition:.3s linear;transition:.3s linear;pointer-events:all}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-content{max-width:420px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown p{margin-bottom:40px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown p:last-child{margin-bottom:0}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul{display:grid;grid-template-columns:repeat(1,1fr);gap:28px 60px;position:relative;background-color:transparent!important;margin-bottom:40px;width:100%!important}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul:last-child{margin-bottom:0}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul li{color:var(--color-text);font-weight:500;font-family:var(--secondary-mixin-font);font-size:18px;line-height:1.1;display:-webkit-box;display:-ms-flexbox;display:flex}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul li a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){padding:0;color:var(--color-text);font-weight:500;font-family:var(--secondary-mixin-font);font-size:18px;line-height:1.1}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul li a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]):hover{color:var(--color-primary)!important;text-decoration:underline}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-title{font-size:24px;line-height:1.1;font-weight:700;color:#000;letter-spacing:0;font-family:var(--secondary-mixin-font);margin-bottom:40px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-icon{position:absolute;top:0;right:0;color:var(--color-text);display:none}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:33.33%}.menu-drop{-webkit-transition:all .2s linear;transition:all .2s linear}.menu-drop__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:120px}.menu-opener{display:none;position:relative;background-color:transparent;border:none;padding:0;cursor:pointer}.search-open .menu-opener{opacity:0}.menu-additional{gap:40px}.menu-additional li{border-top:0!important;border-bottom:0!important;display:-webkit-box;display:-ms-flexbox;display:flex}.menu-additional li a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){font-size:16px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:rgba(var(--color-black--rgb),.7)}.menu-cta{display:none}.menu-indicator{display:block;position:absolute;top:0;left:50%;width:0;height:4px;background-color:var(--color-primary);-webkit-transition:left .3s ease,width .3s ease;transition:left .3s ease,width .3s ease}.nav-active{overflow:hidden}.nav-active .menu-opener .icon-open{opacity:0}.nav-active .menu-opener .icon-close{opacity:1}.current-menu-item>a{color:var(--color-primary)}.icon-close{display:block;width:40px;height:40px;background:var(--color-black);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-close.svg) no-repeat;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-close.svg) no-repeat;-webkit-mask-size:contain;mask-size:contain}.icon-open{display:block;width:40px;height:40px;background:var(--color-black);-webkit-mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-menu.svg) no-repeat;mask:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-menu.svg) no-repeat;-webkit-mask-size:contain;mask-size:contain}.footer{background-color:var(--color-white);padding:80px 0;font-size:17px;font-style:normal;font-weight:300;line-height:1.4;letter-spacing:-.34px;color:var(--color-black);--color-dividers:rgba(var(--color-black--rgb), 0.4)}.footer h5{font-size:16px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-.32px;color:var(--color-black);margin-bottom:16px;font-family:var(--secondary-mixin-font)}.footer p:last-child{margin-bottom:0}.footer a:not(.footer-logo){color:currentColor}.footer a:not(.footer-logo):hover{color:var(--color-primary);text-decoration:underline}.footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;margin-bottom:0;text-align:right;font-weight:700;font-family:var(--secondary-mixin-font);font-size:16px;font-style:normal;line-height:1.1;letter-spacing:-.32px}.footer-logo{width:200px;height:24px;color:var(--color-primary)}.footer-logo svg{width:100%;height:100%}.footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.footer-menu{min-width:216px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;color:var(--color-black);margin-bottom:0}.footer-menu li a{color:currentColor;font-family:var(--base-mixin-font);font-size:17px;font-style:normal;font-weight:300;line-height:1.48;letter-spacing:-.34px}.footer-menu li a:hover{color:var(--color-primary)}.footer-menu li a b{font-family:var(--secondary-mixin-font);font-weight:700;font-size:20px;line-height:1.1;letter-spacing:0}.footer-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px;margin-bottom:80px}.footer-copy{padding-top:20px;font-size:12px;font-style:normal;font-weight:500;line-height:2.33;color:rgba(var(--color-black--rgb),.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.footer-copy p{margin-bottom:0}.footer-medium{width:100%;padding-top:80px;padding-bottom:80px;border-top:1px solid var(--color-dividers);border-bottom:1px solid var(--color-dividers);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.footer-subscribe{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;font-size:16px;font-weight:300;letter-spacing:-.32px;line-height:1.4}.footer-subscribe h5{margin-bottom:0}.footer-subscribe p{margin-bottom:0}.footer-subscribe form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;margin-bottom:0;width:100%}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper{margin-bottom:0;width:440px}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_heading{display:none}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors{border:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;font-size:12px;line-height:1.1;font-weight:400;color:var(--color-red);background-color:transparent;padding:3px 0;min-height:8px;margin-top:0;font-family:var(--secondary-mixin-font)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error{font-size:14px;line-height:1.1;font-weight:400;color:var(--color-red);margin-bottom:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gfield_validation_message{font-size:12px;line-height:1.1;font-weight:400;color:var(--color-white);background-color:var(--color-red);padding:3px 20px;min-height:20px;margin-top:0;font-family:var(--secondary-mixin-font)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform-body{width:100%}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_footer{margin:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gfield{width:100%}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0;margin-bottom:0;padding-right:160px;position:relative}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield_label{display:none}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .gfield_label{position:relative;padding:0 20px;font-size:11px;color:var(--color-primary);font-weight:700}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:16px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:transparent;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);position:relative;min-height:52px}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-text{min-height:unset}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-opener{width:10px;height:10px;display:block;background-color:var(--color-primary);-webkit-mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);mask-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow-link-small.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);position:absolute;top:50%;right:8px}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-opener:after,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-opener:before{content:none}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop{background-color:var(--color-white);border:1px solid var(--color-text)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul{padding:0;gap:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul li{padding:0;margin-bottom:0;font-size:15px;line-height:1.28;font-family:var(--secondary-mixin-font)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul li span{padding:10px 20px}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gfield--type-select .jcf-select .jcf-select-drop ul li:before{content:unset}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email],.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]{width:100%;padding:14px 20px;border:1px solid var(--color-black);font-size:16px;line-height:1.1;font-weight:500;color:var(--color-text);background-color:transparent;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font);height:52px;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-webkit-input-placeholder,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-webkit-input-placeholder{color:var(--color-text)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-moz-placeholder,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-moz-placeholder{color:var(--color-text)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:-ms-input-placeholder,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:-ms-input-placeholder{color:var(--color-text)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::-ms-input-placeholder,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::-ms-input-placeholder{color:var(--color-text)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]::placeholder,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]::placeholder{color:var(--color-text)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=email]:focus,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form input[type=text]:focus{border-color:var(--color-primary)}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .al .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){position:absolute;top:0;right:0;width:152px!important;padding:15px 40px!important;font-size:16px!important;line-height:1.1!important;font-weight:700!important;letter-spacing:-.32px!important;color:var(--color-white);background-color:var(--color-black);cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:0;font-family:var(--secondary-mixin-font)!important;border:0;min-height:52px!important;margin-bottom:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .al .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .ar .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover,.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):hover{background-color:var(--color-primary)!important}.footer-contacts{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:215px}.footer-contacts a[href^=tel]{text-decoration:underline}.footer-socials{-ms-flex-negative:0;flex-shrink:0}.footer-socials ul{display:grid;gap:16px;margin:0}.main-blog,.main-post{padding-top:50px}.main-blog{padding-bottom:80px}.main-blog .container{max-width:calc(1240px + var(--gutter) * 2)}.entry{font-size:16px;line-height:150%}.entry-content a{text-decoration:underline}.entry-content a:hover{text-decoration:none}.section-entry .container.entry{max-width:1028px;padding-inline:var(--gutter);margin-inline:auto}.section-entry .page-site-header{margin:0 calc(var(--gutter) * -1) 41px}.section-entry .page-site-header figure img{width:100%}.section-entry .entry-header{margin-bottom:31px}.section-entry .entry-category{font-weight:700;margin-bottom:1.8rem}.section-entry .meta{font-weight:500;margin-bottom:0}.section-entry .entry-title{margin-bottom:2rem}.section-entry .entry-title>*{margin-bottom:0}.section-entry .entry-category,.section-entry .meta{color:var(--caption-color)}.section-entry .entry-category a,.section-entry .meta a{color:inherit}.section-entry .entry-category a:hover,.section-entry .meta a:hover{color:var(--accent-blog-color)}.section-entry .entry-aligner{margin-left:-18px}.section-entry .entry-aligner,.section-entry .entry-header{padding-inline:81px}.post-content-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.post-content-wrap .b-social-wrap{-webkit-box-flex:0;-ms-flex:0;flex:0}.post-content-wrap .b-social{position:sticky;top:10px;left:0;z-index:1}figure{padding:0;margin:0 0 var(--vertical-rhythm)}figure.alignnone img{width:100%}figure figcaption{font-size:.875em;line-height:normal;text-align:right;color:var(--caption-color);padding-top:11px}figure figcaption a{color:inherit;text-decoration:underline}figure figcaption a:hover{text-decoration:none}.entry-content::after{content:"";display:table;clear:both}.ac{font-size:16px;line-height:1.4;border-radius:4px;overflow:hidden;color:var(--base-text-color);background-color:#f8f8f7;padding:30px}.ac-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.ac-avatar{-webkit-box-flex:0;-ms-flex:0 0 85px;flex:0 0 85px;border-radius:150px;overflow:hidden;-ms-flex-item-align:start;align-self:flex-start;margin-right:30px}.ac-info{padding-top:5px}.ac-info:not(:last-child){margin-bottom:20px}.ac-info__name{color:#2b2e38;font-size:1.125em;line-height:normal;font-weight:700;margin-bottom:.2em}.ac-info__desc>:last-child{margin-bottom:0}.post-content-wrap .ac:not(:first-child){margin-top:33px}.b-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin:0 -5px}.b-social._b-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.b-social a{display:block;font-size:0;line-height:0;color:#767676;padding:5px}.b-social a:hover{color:var(--accent-blog-color)}.b-social__icon{font-size:18px;line-height:1;display:inline-block;vertical-align:top;width:1em;height:1em}.section-recent{padding-block:50px}.section-recent .container{max-width:calc(1240px + var(--gutter) * 2)}.section-recent__title{overflow:clip;font-size:16px;line-height:normal;font-weight:700;color:var(--caption-color);text-align:center;margin-bottom:57px}.section-recent__title span{display:inline-block;vertical-align:top;position:relative}.section-recent__title span:after,.section-recent__title span:before{content:"";position:absolute;top:50%;height:1px;width:1000px;background-color:#ddd}.section-recent__title span:before{left:auto;right:calc(100% + 30px)}.section-recent__title span:after{right:auto;left:calc(100% + 30px)}.row-post{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.row-post:not(:last-child){margin-bottom:90px}.row-post .post{font-size:18px}.row-post .post .entry-header{padding-inline:0}.row-post .post-img{margin-bottom:17px}.row-post .post-img a,.row-post .post-img img{display:block;width:100%}.row-post .entry-category{color:var(--caption-color);font-size:.888em;line-height:1.2;font-weight:700;margin-bottom:9px}.row-post .entry-category a{color:var(--caption-color);text-decoration:none}.row-post .entry-category a:hover{color:var(--accent-blog-color)}.row-post .entry-title{margin-bottom:6px}.row-post .entry-title h3{font-size:1.3333em;line-height:1.25;margin-bottom:0}.row-post .entry-title a{text-decoration:none;color:var(--base-text-color)}.row-post .entry-title a:hover{color:var(--accent-blog-color)}.row-post .entry-content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.row-post .entry-content>:last-child{margin-bottom:0}.comment{display:grid;gap:40px;font-size:18px;line-height:140%}.comment .comment-body{padding-left:69px}.comment .comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;gap:21px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-69px;font-size:1.1em}.comment .comment-author img{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;aspect-ratio:1/1;border-radius:50%}.comment .comment-content>:last-child{margin-bottom:0}.comment .comment-metadata,.comment .says{display:none}.comment .reply{font-size:clamp(14px, .77em, 16px);padding-top:10px}.comment .reply a{color:inherit}.comment .reply a:hover{color:var(--accent-blog-color);text-decoration:underline}.section-respond{background-color:#f8f8f7;padding-block:60px 90px}.section-respond .block{max-width:816px;width:100%;margin-inline:auto}.section-respond #comments{margin-block:70px 46px}.section-respond .comment-form{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 15px}.section-respond .comment-form:last-child{margin-bottom:0}.section-respond .comment-form p{margin-bottom:0}.section-respond .comment-form label{font-weight:700;font-size:14px;line-height:normal;color:#2b2e38;margin-bottom:5px}.section-respond .comment-form input.submit{width:100%;border-radius:4px;text-transform:none}.section-respond .comment-form .comment-form-comment{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;grid-column:1/span 3}.section-respond .comment-form .comment-notes{grid-column:1/span 3;-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.section-respond .comment-form .comment-form-cookies-consent{grid-column:1/span 3}.section-respond .comment-form .comment-form-cookies-consent label{font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.section-respond .comment-form .form-submit{grid-column:1/span 3}.section-respond .comment-form input[type=email],.section-respond .comment-form input[type=text],.section-respond .comment-form input[type=url],.section-respond .comment-form textarea{border-radius:4px;border-color:#ddd;background-color:#fff}.section-respond .comment-form textarea{height:115px}.blog-categories{margin-bottom:30px}.blog-categories .jcf-select{font-weight:500;font-size:16px;line-height:1.25;width:auto;border-color:var(--accent-blog-color);background-color:var(--color-white);color:var(--accent-blog-color);min-width:126px;text-align:left;padding:11px 20px 11px 16px}.blog-categories .jcf-select-drop{min-width:250px;padding-top:3px}.blog-categories .jcf-select-drop-content{min-width:250px;border:1px solid var(--accent-blog-color);border-radius:4px;overflow:hidden}.blog-categories .jcf-list{font-size:inherit;line-height:inherit}.blog-categories .jcf-list ul{margin:0}.blog-categories .jcf-list ul li{margin:0!important;padding:0}.blog-categories .jcf-list ul li:before{display:none}.blog-categories .jcf-list .jcf-option{padding:12px 16px;color:var(--accent-blog-color);-webkit-transition:all var(--animation-duration) var(--animation-timing-function);transition:all var(--animation-duration) var(--animation-timing-function)}.blog-categories .jcf-list .jcf-option:hover{background-color:var(--accent-blog-color);color:var(--color-white)}.widget{margin-bottom:3rem}.widgettitle{margin-bottom:1rem}.widget select{min-width:0;width:100%}.breadcrumb,.entry-category,.meta,.post-img{margin-bottom:1rem}.video{width:100%;max-width:800px;aspect-ratio:16/9;margin:0 auto var(--vertical-rhythm)}.video iframe{width:100%;height:100%}.no-margin{margin:0}.aligncenter{display:block;margin:0 auto var(--vertical-rhythm);text-align:center}.alignleft{float:left;margin:0 var(--vertical-rhythm) var(--vertical-rhythm) 0}.alignright{float:right;margin:0 0 var(--vertical-rhythm) var(--vertical-rhythm)}.pagination{font-size:16px;line-height:1.2;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.pagination a{color:var(--base-text-color)}.pagination a:hover{color:var(--accent-blog-color)}.pagination a:hover span:after,.pagination a:hover span:before{background-color:var(--accent-blog-color)!important}.pagination .al a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagination .al a span{font-size:0;line-height:0}.pagination .al a span:before{content:"";display:block;width:8px;height:6px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDQuNzY4MzdlLTA3TDYgMC43NTY3NTdMMyA0TDAgMC43NTY3NTdMMC43IDQuNzY4MzdlLTA3TDMgMi40ODY0OUw1LjMgNC43NjgzN2UtMDdaIiBmaWxsPSIjMjI2RkMyIi8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDQuNzY4MzdlLTA3TDYgMC43NTY3NTdMMyA0TDAgMC43NTY3NTdMMC43IDQuNzY4MzdlLTA3TDMgMi40ODY0OUw1LjMgNC43NjgzN2UtMDdaIiBmaWxsPSIjMjI2RkMyIi8+Cjwvc3ZnPgo=);-webkit-mask-size:100% auto;mask-size:100% auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--base-text-color);rotate:90deg;-webkit-transition:background-color var(--animation-duration) var(--animation-timing-function);transition:background-color var(--animation-duration) var(--animation-timing-function)}.pagination .ar a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagination .ar a span{font-size:0;line-height:0}.pagination .ar a span:after{content:"";display:block;width:8px;height:6px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDQuNzY4MzdlLTA3TDYgMC43NTY3NTdMMyA0TDAgMC43NTY3NTdMMC43IDQuNzY4MzdlLTA3TDMgMi40ODY0OUw1LjMgNC43NjgzN2UtMDdaIiBmaWxsPSIjMjI2RkMyIi8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDQuNzY4MzdlLTA3TDYgMC43NTY3NTdMMyA0TDAgMC43NTY3NTdMMC43IDQuNzY4MzdlLTA3TDMgMi40ODY0OUw1LjMgNC43NjgzN2UtMDdaIiBmaWxsPSIjMjI2RkMyIi8+Cjwvc3ZnPgo=);-webkit-mask-size:100% auto;mask-size:100% auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--base-text-color);rotate:-90deg;-webkit-transition:background-color var(--animation-duration) var(--animation-timing-function);transition:background-color var(--animation-duration) var(--animation-timing-function)}.pagination .al>a,.pagination .ar>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.pagination .screen-reader-text{display:none}.pagination .nav-links{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.pagination .nav-links .page-numbers:not(.prev):first-child{margin-left:auto}.comment-form .comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.comment-form .comment-form-cookies-consent input[type=checkbox]{width:auto;margin:4px 10px 0 0}.comment-form .comment-form-cookies-consent label{margin:0}.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.error404 .main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error404 #search_block{max-width:450px}.error404 #search_block fieldset{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-bottom:0}@media (max-width:1679px){.section-hero-image .image-desc{bottom:3vw;right:calc(-50vw + 50% + 38px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section-testing-new .section-hero-image .image-desc{bottom:-5vw}.section-hero.section-404 .section-hero-image-text{right:-12vw}.section-hero.section-design-interior .section-hero-media img,.section-hero.section-design-interior .section-hero-media picture{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-hero.section-design-interior .section-hero-media-descr{right:45vw}.section-hero.section-testing-interior .section-hero-media img,.section-hero.section-testing-interior .section-hero-media picture{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-hero.section-testing-interior .section-hero-media-descr{right:45vw}.section-block-image .image-desc{right:calc(-50vw + 100%);bottom:-60px}.section-featured .featured-slider-content{margin-left:-40px}.section-t .container:before{display:none}.section-t-container{--padding-left:80px;padding-left:var(--padding-left)}.section-t-container-line{left:-20px}.section-t-list{--padding-left:180px}.section-t-element-line{left:-120px}.section-t-element-diamond{left:-126px}.active .section-t-element-diamond{left:-128.5px}.testing-steps{gap:45px}.is-decor-line:before{display:none}.hero-module-image:before{left:0;width:clamp(500px,60vw,1014px)}.hero-module-image:after{top:auto;bottom:-5%;width:60vw}.hero-module-image img{top:auto;bottom:-30%;left:auto;right:0;max-width:120%}.hero-module-info{margin-top:120px;margin-left:-70px}.services-module-list{font-size:18px}.info-module-heading__image img{max-width:165%}.info-module-heading__image-descr{left:calc(100% - 140px)}.info-module-heading__image-descr:after{width:100px}.featured-module{--video-width:500px}.featured-module-top .container{gap:60px}.featured-module-image{-webkit-transform:translateX(300px);transform:translateX(300px)}.featured-module-video{margin-left:0}.featured-module-content .section-l-item-title,.featured-module-content .section-l-subtitle,.featured-module-content .section-subtitle,.featured-module-content .section-w-subtitle{margin-bottom:40px}.featured-module-cta{margin-left:calc(var(--video-width) + 60px)}.search-open .header-search input[type=text]{max-width:1085px}.footer-contacts{padding-left:200px}}@media (max-width:1599px){.links-list{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.links-list-item{max-width:100%}}@media (max-width:1439px){.section-hero.section-404{--padding-top:120px;--padding-bottom:120px}.section-hero.section-404 .section-hero-content{max-width:600px}.section-hero.section-404 .section-hero-content p{max-width:550px}.section-hero.section-404 .section-hero-image-text{font-size:clamp(200px, 24.1vw, 308px);right:-40px;top:130px}.section-hero.section-404 .section-hero-image img{top:120px;right:-190px}.section-hero.section-positioning .section-hero-content{max-width:100%;width:100%}.section-hero.section-positioning .section-hero-media{padding-bottom:80px}.section-hero.section-positioning .section-hero-media-descr{left:60%;width:72%}.section-hero.section-positioning .section-hero-media-descr .line{height:150px}.section-hero.section-positioning .section-hero-media img{width:114vw;margin-right:-10vw}.section-hero.section-innovation .section-hero-content{max-width:100%;width:100%}.section-hero.section-innovation .section-hero-media-descr{bottom:3%}.section-hero.section-design .section-hero-content{max-width:100%;width:100%}.section-hero.section-design .section-hero-media-image-1{left:7.4%;top:17.4%}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr{top:101.8%;left:29%;right:auto}.section-hero.section-design .section-hero-media-image-2{left:35%;top:29.5%;width:33%}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr{top:81%;right:-39.5%}.section-hero.section-design .section-hero-media-image-3{right:-1%;top:-16%;width:44.9%}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr{top:48.5%;left:-31%}.section-hero.section-testing .section-hero-content{max-width:100%;width:100%}.section-hero.section-design-interior .section-hero-content{max-width:100%;width:100%}.section-hero.section-design-interior .section-hero-media{height:940px}.section-hero.section-design-interior .section-hero-media-descr{right:auto;left:70px;bottom:35%;-webkit-transform:unset;transform:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:300px}.section-hero.section-design-interior .section-hero-media-descr .line{width:408px;left:52%}.section-hero.section-testing-interior .section-hero-content{max-width:100%;width:100%}.section-hero.section-testing-interior .section-hero-media{height:940px}.section-hero.section-testing-interior .section-hero-media-descr{right:auto;left:70px;bottom:35%;-webkit-transform:unset;transform:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:300px}.section-hero.section-testing-interior .section-hero-media-descr .line{width:408px;left:52%}.section-block .container{gap:60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-block._custom .section-block-content{padding-top:0}.section-block._custom-2 .section-block-image .image-desc{bottom:-150px}.section-block-image .image-desc{right:calc(var(--gutter) * -1)}.section-testimonials .swiper-slide blockquote{max-width:740px;margin:auto}.section-info .container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-info .info-contacts{margin-right:0}.homepage .section-result,.section-testing-new .section-result{--padding-top:120px;--padding-bottom:120px}.section-featured .featured-slider .swiper-pagination{--swiper-pagination-bottom:-60px}.section-featured .featured-slider-content{margin-left:0;margin-top:-810px;max-width:50%}.section-featured .featured-slider-content .strategy-content{padding:80px var(--gutter)}.section-w{--padding-top:60px;--padding-bottom:60px}.section-w-content{width:34%}.section-w-images{width:62vw}.section-s-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.section-l-blocks{grid-template-columns:repeat(2,1fr);gap:60px 40px}.section-l-item{border-bottom:0;padding-right:0;padding-bottom:0}.section-t-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;padding-bottom:120px}.section-t-title{max-width:100%}.section-t-description{max-width:100%}.section-t-element{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-t-element-image img{max-width:100%;width:auto;margin:auto}.section-t-element-text{max-width:100%}.section-q{--padding-top:120px;--padding-bottom:120px}.section-q-list{grid-template-columns:repeat(1,1fr)}.section .content-header{max-width:50%}.section .content-text{max-width:50%}.section .result-list-item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section .result-list-item-image{width:50%}.section .result-list-item-image img{aspect-ratio:592/580}.section .result-list-item-content{padding:40px var(--gutter)}.section .result-list-item-content *{max-width:340px}.hero-module-info{width:200px}.hero-module-info-item__title{font-size:48px}.section-faq{--padding-top:120px;--padding-bottom:120px}.featured-module{--video-width:450px}.header-search .search-close{left:calc(100vw - 998px + 80px)}.search-open .header-search input[type=text]{max-width:998px}.footer-contacts{padding-left:125px}}@media (max-width:1365px){.section-hero-image .image-desc{bottom:120px}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr .line{width:419px}.section-block._custom-6{--padding-top:120px;--padding-bottom:120px}.section-block._custom-6 .container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.section-block._custom-6 .section-block-numbers{width:calc(100vw - var(--gutter) * 2)}.section-block._custom-6 .section-block-numbers-description{width:calc(100vw - var(--gutter) * 2);margin-top:40px}.section-block._custom-7{--padding-top:120px;--padding-bottom:120px}.section-block._custom-7 .container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.section-block._custom-7 .section-block-numbers{width:calc(100vw - var(--gutter) * 2);margin-top:180px}.section-block._custom-7 .section-block-numbers-description{width:calc(100vw - var(--gutter) * 2);margin-top:40px}.section-block-image{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-contact.v2 .contact-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}.section-contact.v2 .contact-form{max-width:calc(100% - 370px)}.section-contact.v2 .contact-heading{max-width:100%}.section-contact.v2 .contact-info{max-width:290px}.section-result .grid._only-horizontal .grid-item._horizontal{grid-column:1/-1}.section-result .grid-item._vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-result .grid-item._horizontal .grid-item-content{width:100%}.section-result .grid-item._horizontal{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-result .grid-item._sm{grid-column:1/-1}.section-result .grid-item._md{grid-column:1/-1}.section-result .grid-item._lg{grid-column:1/-1}.section-result .grid-item-image img{height:320px}.section .expertise{-ms-flex-wrap:wrap;flex-wrap:wrap}.section .expertise-column{width:calc((100% - 32px)/ 3)}.section .content-hub{gap:80px}.section .content-hub-aside{max-width:100%;position:relative;top:0}.section .content-hub-aside:not(._right){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;border-bottom:1px solid var(--color-black)}.section .content-hub-aside:not(._right) .content-hub-aside-container{border-top:0;border-bottom:0;margin-bottom:0}.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown,.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown.content-hub-aside-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown li,.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown.content-hub-aside-list li{margin-bottom:0}.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown li a:after,.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown.content-hub-aside-list li a:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.section .content-hub-content:first-child{width:calc(100% - 330px - 80px)}.section .content-hub-content{width:calc(100% - 330px - 120px)}.section .scenario-content:first-child:last-child .scenario-purchase{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section .scenario-content:first-child:last-child .scenario-purchase-score{width:100%}.section-content-insights .content-hub-aside:not(._right){padding-left:0;max-width:100%}.section-content-insights .content-hub-aside:not(._right):after,.section-content-insights .content-hub-aside:not(._right):before{content:none}.section-content-insights .content-hub-aside:not(._right) .content-hub-aside-container:not(:last-child){margin-bottom:0}.section-content-insights .content-hub-aside:not(._right) .content-hub-aside-container{margin-bottom:0}.strategy-content{margin-left:0}.grid{grid-gap:40px}.article-list-item__text{padding:30px}.hero-module-info{grid-template-columns:repeat(3,1fr);width:auto;margin-top:0;margin-left:0;padding-block:0;position:absolute;top:120px;right:0;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.services-module{padding-bottom:120px}.featured-module-top .container{gap:40px}.featured-module-cta{margin-left:calc(var(--video-width) + 40px)}.footer-contacts{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-left:0}}@media (max-width:1280px){.section-hero.section-testing h1{max-width:960px}.section-partners .section-decor{top:initial;left:initial;bottom:-430px;right:-560px}.section .partners-item{width:50%}.section .partners-item-image{aspect-ratio:43/43}.section .partners-item-name{padding-right:60px}.section .partners-item-text{padding:70px var(--gutter)}.section .partners-item-text:before{left:initial;bottom:initial;right:40px}.section .partners._cols-4 .partners-item{width:50%}.testing-lines{-webkit-transform:translateX(-45.5%) translateY(-97%);transform:translateX(-45.5%) translateY(-97%)}.testing-steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0;padding-top:200px;padding-left:19.3vw}.testing-step{max-width:100%}}@media (max-width:1279px){html{font-size:calc(var(--rem-base) - 1.5px)}.h1,h1{letter-spacing:-1.2px}.section-hero .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-hero .container.legacy-layout .section-hero-content{width:100%}.section-hero .container.new-layout .section-hero-content{width:100%}.section-hero-content{width:50%}.section-hero-image{margin-top:calc(var(--padding-top) * -1);margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.section-hero-image img{max-width:100%;position:relative}.section-hero-image .image-desc{position:relative;right:auto;bottom:auto;-webkit-transform:unset;transform:unset;margin-top:-90px;margin-right:calc(var(--gutter) * -1);width:calc(100% + var(--gutter))}.section-hero-media-wrapper{width:50vw}.section-hero.section-404 .section-hero-content{max-width:50%}.section-hero.section-404 .section-hero-image img{top:120px;right:25%;-webkit-transform:translateX(50%);transform:translateX(50%);width:840px}.section-hero.section-what .section-hero-media .media-descr{max-width:100%;-ms-flex-negative:unset;flex-shrink:unset}.section-hero.section-innovation .section-hero-media{padding-bottom:5%}.section-hero.section-innovation .section-hero-media-descr{bottom:0}.section-hero.section-design .section-hero-media{min-width:auto;width:140vw}.section-block._custom-2 .section-block-image .image-desc{bottom:0}.section-block._custom-4 .section-block-image{max-width:50%}.section-block._custom-4 .section-block-image .scheme-list{max-width:50%}.section-block._custom-4 .section-block-image .scheme-pie{max-width:50%}.section-block-image .image-desc{position:relative;right:auto;bottom:auto;-webkit-transform:unset;transform:unset;margin-top:-90px;margin-right:calc(var(--gutter) * -1);width:calc(100% + var(--gutter))}.section-block-content{width:50%}.section-contact.v2 .contact-heading{--h2:60px}.section-cta-content h2{font-size:48px}.section-featured .featured-slider-content{max-width:clamp(500px,50%,690px)}.services-list{grid-template-columns:repeat(2,1fr)}.author-profile{padding-block:80px}.author-profile .inner-container{grid-template-columns:100%}.author-profile-heading{max-width:800px}.author-profile-heading .h1,.author-profile-heading h1{margin-bottom:50px}.article-section{padding:60px 0}.article-section .h2,.article-section h2{font-size:42px;margin-bottom:40px}.article-section .pagination{margin-top:60px;margin-bottom:-60px}.article-list-item__text{padding-inline:10px}.article-list-item .h3,.article-list-item h3{font-size:28px}.bn{gap:40px}.bn-title{font-size:42px!important}.info-module-heading__text{padding-top:100px}.featured-module{--video-width:410px}.featured-module-image{width:580px;-webkit-transform:translateX(230px);transform:translateX(230px)}.featured-module-image__signature{top:5%;right:65%}.header-holder{gap:0}.header-search .search-close{left:40px}.search-open .header-search input[type=text]{width:100vw;max-width:100vw;right:50%;top:50%;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.search-open .header-search input[type=submit]{right:40px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.menu{display:block;width:100%}.menu>li{border-top:1px solid #e1e1e1}.menu>li:last-of-type{border-bottom:1px solid #e1e1e1}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px var(--gutter);font-size:24px;line-height:1.1;font-weight:700;letter-spacing:-.48px}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]).has-submenu{background-color:var(--color-bg)}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]).has-submenu.highlighted{background-color:var(--color-white)}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]) .sub-arrow{position:relative;width:40px;height:40px;background-image:url(https://www.smashbrand.com/wp-content/themes/smashbrand/markup-template/markup/img/icon-arrow.svg)}.menu ul{position:static;max-width:initial;background:0 0;-webkit-box-shadow:none;box-shadow:none;width:100%!important;background:var(--color-bg);border-top:1px solid var(--color-dividers)}.menu ul a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){padding:20px var(--gutter)}.menu ul ul a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){padding-left:calc(var(--gutter) * 3)}.menu .has-mega-menu .mega-menu li{display:block}.menu .has-mega-menu .mega-menu .decorated-menu-item-content{padding:40px;position:relative}.menu .has-mega-menu .mega-menu .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){position:static}.menu .has-mega-menu .mega-menu .decorated-menu-item .dropdown-opener{display:none}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown{display:none}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown.hovered{opacity:1;z-index:5;-webkit-transition:.3s linear;transition:.3s linear;padding:40px;max-height:3000px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul{border-top:0!important}.menu-drop{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:var(--offset-header);overflow:hidden;visibility:hidden;opacity:0;background:var(--color-white)}.menu-drop__wrap{height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;gap:40px}.menu-opener{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;font-size:20px;font-weight:700;color:var(--color-black);line-height:1.1;letter-spacing:-.4px;font-family:var(--secondary-mixin-font)}.menu-opener span{position:relative}.menu-opener .icon{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.menu-opener .icon-open{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1}.menu-opener .icon-close{display:block;opacity:0}.menu-additional{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu-additional li a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){border-top:0;padding-top:0;padding-bottom:0}.menu-cta{display:block;margin-top:auto;background-color:var(--color-primary);color:var(--color-white);padding:80px 40px;width:100%}.menu-cta h5{font-size:20px;line-height:1.1;font-weight:700;letter-spacing:-.4px;margin-bottom:20px;font-family:var(--secondary-mixin-font);color:currentColor}.menu-cta h2{font-size:36px;line-height:1.1;font-weight:500;letter-spacing:-.72px;margin-bottom:40px;color:currentColor}.menu-indicator{display:none}.nav-active .menu-drop{opacity:1;visibility:visible}.footer-nav{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;gap:80px 20px;width:100%}.footer-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}}@media (max-width:1199px){.section-hero-insights .section-hero-holder .video-featured{max-width:55%}.section-hero .container.legacy-layout .section-hero-content p,.section-hero .container.legacy-layout .section-hero-content>h1{max-width:860px}.section-hero.section-hero-short .section-hero-content{height:clamp(120px,30vw,300px)}.section-hero.section-design-interior .section-hero-media-descr{left:20px}.section-hero.section-testing-interior .section-hero-media-descr{left:20px}.section-block._custom-6 .section-block-image{margin-top:0}.section-block._custom-7 .section-block-image{margin-top:0}.section-cta .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-w-content{width:35%}.section-w-images{width:60vw}.section .gallery-item:nth-child(4n+1),.section .gallery-item:nth-child(4n+5){height:420px}.section .gallery-item:nth-child(4n+2),.section .gallery-item:nth-child(4n+4){height:420px}.section .gallery-item:nth-child(4n+3),.section .gallery-item:nth-child(4n+8){height:600px}.section .gallery-another .gallery-item:nth-child(5n+1){height:420px}.section .gallery-another .gallery-item:nth-child(5n+2){height:420px}.section .gallery-another .gallery-item:nth-child(5n+3){height:420px}.section .gallery-another .gallery-item:nth-child(5n+4){height:420px}.section .gallery-another .gallery-item:nth-child(5n+5){height:420px}.section .content-hub-aside:not(._right){gap:0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border-bottom:0}.section .content-hub-aside:not(._right) .content-hub-aside-container{margin-bottom:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--color-black)}.section .content-hub-aside:not(._right) .content-hub-aside-container .content-hub-aside-title{margin-bottom:0}.section .content-hub-aside:not(._right) .content-hub-aside-container:not(:first-child){border-top:1px solid var(--color-black)}.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:40px}.section .content-hub-aside:not(._right) .content-hub-aside-container .mobile-dropdown.content-hub-aside-list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px}.section .scenario-purchase{gap:20px}.section-category .container:before{content:none}.section-content-insights .content-hub-aside:not(._right) .content-hub-aside-container{padding-top:20px;padding-bottom:20px}.category .content-hub-aside-container{grid-column:1/-1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--color-black)!important;margin-bottom:20px}.category .content-hub-aside-container .content-hub-aside-title{margin-bottom:0!important}.category .content-hub-aside-container .mobile-dropdown,.category .content-hub-aside-container .mobile-dropdown.content-hub-aside-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0}.category .content-hub-aside-container .mobile-dropdown li,.category .content-hub-aside-container .mobile-dropdown.content-hub-aside-list li{margin-bottom:0}.category .content-hub-aside-container .mobile-dropdown li a:after,.category .content-hub-aside-container .mobile-dropdown.content-hub-aside-list li a:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.category-slider{grid-column:3/-3}.category-slider-pagination{--swiper-pagination-bottom:-20px}.video-featured{gap:100px}.video-featured-content{max-width:50%}.video-featured-media{max-width:45%}.hero-module-info{top:20%}.featured-module{--video-width:550px}.featured-module-top{padding-block:0;border-bottom:none}.featured-module-top .container{grid-template-columns:100%;padding-inline:0;gap:0}.featured-module-image{position:relative;bottom:auto;left:auto;-webkit-transform:none;transform:none;width:100%;height:400px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-bottom:1px solid rgba(51,51,51,.12)}.featured-module-image__el{width:320px;height:auto;margin:0 -46px -104px 0}.featured-module-image__signature{width:255px;top:auto;bottom:52px;right:210px}.featured-module-video{width:calc(100% - var(--gutter) * 2);max-width:var(--video-width);margin:0 auto}.featured-module-content{margin-top:-70px;margin-bottom:60px;padding:0 var(--gutter) 80px;border-bottom:1px solid rgba(51,51,51,.12)}.featured-module-content .section-l-item-title,.featured-module-content .section-l-subtitle,.featured-module-content .section-subtitle,.featured-module-content .section-w-subtitle{margin-bottom:65px}.featured-module-content .button,.featured-module-content .pagination .al a,.featured-module-content .pagination .ar a,.featured-module-content .pagination .page-numbers.next,.featured-module-content .pagination .page-numbers.prev,.featured-module-content .slider-results .swiper-button-next,.featured-module-content .slider-results .swiper-button-prev,.featured-module-content button[type=submit],.featured-module-content input[type=button],.featured-module-content input[type=reset],.featured-module-content input[type=submit],.pagination .al .featured-module-content a,.pagination .ar .featured-module-content a,.pagination .featured-module-content .page-numbers.next,.pagination .featured-module-content .page-numbers.prev,.slider-results .featured-module-content .swiper-button-next,.slider-results .featured-module-content .swiper-button-prev{width:100%}.featured-module .decorate-text{font-size:444px;left:-30px;letter-spacing:-20px;-webkit-transform:none;transform:none}.featured-module-cta{margin-left:0;padding-block:120px;grid-template-columns:100%}.main-blog,.main-post{padding-top:35px}.main-blog{padding-bottom:40px}.section-entry .page-site-header figure figcaption{padding-inline:10px}}@media (max-width:1023px){.buttons-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.desktop-only{display:none}.newsletter-image{width:100%;margin-left:auto;margin-right:auto}.newsletter-image img{width:100%;-o-object-fit:cover;object-fit:cover}.subscribe{width:207px;height:207px;-webkit-box-shadow:0 2.16px 1.73px 0 rgba(0,0,0,.06),0 5.2px 4.16px 0 rgba(0,0,0,.09),0 9.79px 7.83px 0 rgba(0,0,0,.11),0 17.47px 13.98px 0 rgba(0,0,0,.14),0 32.68px 26.14px 0 rgba(0,0,0,.16),0 78.21px 62.57px 0 rgba(0,0,0,.23);box-shadow:0 2.16px 1.73px 0 rgba(0,0,0,.06),0 5.2px 4.16px 0 rgba(0,0,0,.09),0 9.79px 7.83px 0 rgba(0,0,0,.11),0 17.47px 13.98px 0 rgba(0,0,0,.14),0 32.68px 26.14px 0 rgba(0,0,0,.16),0 78.21px 62.57px 0 rgba(0,0,0,.23)}.subscribe:hover{-webkit-box-shadow:0 1.08px .865px 0 rgba(0,0,0,.06),0 2.6px 2.08px 0 rgba(0,0,0,.09),0 4.895px 3.915px 0 rgba(0,0,0,.11),0 8.735px 6.99px 0 rgba(0,0,0,.14),0 16.34px 13.07px 0 rgba(0,0,0,.16),0 39.105px 31.285px 0 rgba(0,0,0,.23);box-shadow:0 1.08px .865px 0 rgba(0,0,0,.06),0 2.6px 2.08px 0 rgba(0,0,0,.09),0 4.895px 3.915px 0 rgba(0,0,0,.11),0 8.735px 6.99px 0 rgba(0,0,0,.14),0 16.34px 13.07px 0 rgba(0,0,0,.16),0 39.105px 31.285px 0 rgba(0,0,0,.23)}.subscribe:active{-webkit-box-shadow:0 .27px .216px 0 rgba(0,0,0,.06),0 .65px .52px 0 rgba(0,0,0,.09),0 1.224px .979px 0 rgba(0,0,0,.11),0 2.184px 1.747px 0 rgba(0,0,0,.14),0 4.085px 3.268px 0 rgba(0,0,0,.16),0 9.776px 7.821px 0 rgba(0,0,0,.23);box-shadow:0 .27px .216px 0 rgba(0,0,0,.06),0 .65px .52px 0 rgba(0,0,0,.09),0 1.224px .979px 0 rgba(0,0,0,.11),0 2.184px 1.747px 0 rgba(0,0,0,.14),0 4.085px 3.268px 0 rgba(0,0,0,.16),0 9.776px 7.821px 0 rgba(0,0,0,.23)}.subscribe-title{font-size:20px}.subscribe-image{max-width:90px}.section .container{padding-top:var(--padding-top,80px);padding-bottom:var(--padding-bottom,80px)}.section-gallery{--padding-top:80px;--padding-bottom:80px}.section-more .more-slider-navigation button{width:100%}.section-more .swiper-slide{width:100%}.section-more .swiper-pagination{text-align:center;display:none}.section-hero{--padding-top:80px;--padding-bottom:80px}.section-hero:has(.section-hero-block){--padding-top:80px;--padding-bottom:80px}.section-hero-insights .section-hero-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:150px}.section-hero-insights .section-hero-holder .section-hero-media{max-width:100%}.section-hero-insights .section-hero-holder .video-featured .subscribe{top:-15%;left:5%}.homepage .section-hero,.section-testing-new .section-hero{--padding-bottom:0}.section-hero .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-hero .container.legacy-layout .section-hero-content p,.section-hero .container.legacy-layout .section-hero-content>h1{max-width:100%}.section-hero .container.legacy-layout .section-hero-media:after{width:60px;height:60px}.section-hero .container.legacy-layout.no-image .section-hero-content:after{display:none}.section-hero .container.new-layout{grid-template-columns:repeat(1,1fr)}.section-hero .container.new-layout .section-hero-content{max-width:100%}.section-hero .container.new-layout .section-hero-media:after{width:60px;height:60px}.section-hero .container.new-layout.no-image .section-hero-media{border-right:0;border-bottom:0}.section-hero .container.new-layout.no-image .section-hero-media:after{display:none}.section-hero-img{position:relative}.section-hero-content{width:100%}.homepage .section-hero-content,.section-testing-new .section-hero-content{max-width:680px}.section-hero-image{margin-top:0}.section-hero-image img{max-width:unset;width:900px;margin-left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.section-hero-image .image-desc{position:relative;padding:80px;right:auto;bottom:auto;-webkit-transform:unset;transform:unset;width:calc(100% + var(--gutter) * 2);margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);margin-top:-90px}.section-hero-media{margin-top:0;margin-bottom:0}.section-hero-media-wrapper{width:90vw}.section-hero-media-decor{width:110vw}.section-hero-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-hero-block .subscribe{left:10%;bottom:40%}.section-hero-block .form-wrapper{max-width:560px;width:100%}.section-hero-block .form-wrapper hr{display:none}.section-hero-block .author{margin-bottom:80px}.section-hero-block-right{max-width:560px;width:100%;margin:0 auto}.section-hero-block-left{max-width:560px;width:100%;margin:0 auto}.section-hero-block-media{max-width:560px;width:100%;margin:0 auto;position:relative;left:auto;-webkit-transform:none;transform:none}.section-hero-block-media:after{content:"";display:block;width:100vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:0;position:absolute;height:1px;background-color:rgba(var(--color-black--rgb),.12)}.section-hero-block-media img{max-width:unset;width:420px;height:340px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;margin-right:-180px}.section-hero.section-hero-short .section-hero-block .section-hero-block-right{max-width:668px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-hero.section-hero-short .section-hero-content{height:clamp(300px,60vw,600px);margin-bottom:-80px}.section-hero.section-hero-short .section-hero-content .christy{right:5%;left:auto;max-width:50%;height:auto}.section-hero.section-hero-short .section-hero-content .sign{left:25%;-webkit-transform:translateX(-25%);transform:translateX(-25%)}.section-hero.section-hero-short .section-hero-content .subscribe{left:25%;bottom:50%}.section-hero.section-404{--padding-top:40px;--padding-bottom:0px}.section-hero.section-404 .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-hero.section-404 .section-hero-content{max-width:100%;z-index:10;position:relative;padding-bottom:120px}.section-hero.section-404 .section-hero-content:before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(83.18%,#fff));background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 83.18%);z-index:-1}.section-hero.section-404 .section-hero-content p{max-width:100%}.section-hero.section-404 .section-hero-image{max-width:100%;position:relative;padding-bottom:240px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.section-hero.section-404 .section-hero-image-text{font-size:308px;top:auto;right:-80px;position:relative}.section-hero.section-404 .section-hero-image img{width:768px;position:absolute;top:0;left:auto;-webkit-transform:unset;transform:unset;right:-80px;margin-left:auto;margin-right:auto}.section-hero.section-about{--padding-bottom:180px}.section-hero.section-about .container{gap:80px}.section-hero.section-about-us{--padding-top:120px;--padding-bottom:120px}.section-hero.section-about-us .section-hero-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:100%}.section-hero.section-about-us .section-hero-content-side{width:100%}.section-hero.section-case .section-hero-logo{position:absolute;top:var(--padding-top);right:var(--gutter);max-width:120px}.section-hero.section-case-new .section-hero-image{position:relative;top:auto;-webkit-transform:none;transform:none;max-width:150%;width:150%;height:675px}.section-hero.section-case-new .section-hero-image img{position:relative;top:auto;-webkit-transform:none;transform:none;margin-left:0;margin-right:calc(var(--gutter) * -1);max-width:100%;width:100%;height:942px}.section-hero.section-what .section-hero-media{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-hero.section-positioning .section-hero-media{padding-bottom:160px}.section-hero.section-positioning .section-hero-media-descr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-hero.section-positioning .section-hero-media-descr .line{height:150px;bottom:calc(100% - 55px)}.section-hero.section-positioning .section-hero-media img{width:100vw;margin-right:0}.section-hero.section-innovation .section-hero-media{padding-bottom:160px}.section-hero.section-innovation .section-hero-media-descr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-hero.section-innovation .section-hero-media-descr .line{bottom:calc(100% - 54px);height:180px}.section-hero.section-design .section-hero-media{width:1243px;aspect-ratio:1243/2132}.section-hero.section-design .section-hero-media-image-1{left:10%;top:29%;width:48.3%}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr{top:58.8%;left:97%}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .line{height:23px;width:257px;border-bottom:0;border-top:1px solid var(--color-primary);border-right:1px solid var(--color-primary);top:-15%;right:20%}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .line:before{top:-3px;right:auto;left:-3px}.section-hero.section-design .section-hero-media-image-2{width:61.3%;left:19.5%;top:59%;-webkit-transform:rotate(16deg);transform:rotate(16deg)}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr{-webkit-transform:rotate(-16deg);transform:rotate(-16deg);top:97%;right:auto;left:44%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:260px}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr .line{height:393px;width:23px;border-top:0;border-right:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);top:-337px;left:260px}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr .line:before{top:-3px;right:-3px;left:auto}.section-hero.section-design .section-hero-media-image-3{right:-7.5%;top:-4%;width:64.6%}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr{top:47.5%;left:-33%}.section-hero.section-testing .section-hero-media{height:580px}.section-hero.section-design-interior{--padding-bottom:120px}.section-hero.section-design-interior .section-hero-media{height:auto}.section-hero.section-design-interior .section-hero-media-descr{left:40px;bottom:-20%}.section-hero.section-design-interior .section-hero-media-descr .line{bottom:100%;height:255px;width:161px;left:0}.section-hero.section-design-interior+.section{--padding-top:120px}.section-hero.section-testing-interior{--padding-bottom:160px}.section-hero.section-testing-interior .section-hero-media{height:auto}.section-hero.section-testing-interior .section-hero-media-descr{left:40px;bottom:-20%}.section-hero.section-testing-interior .section-hero-media-descr .line{bottom:100%;height:255px;width:161px;left:0}.section-block .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-block._reverse .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.section-block._custom{--padding-bottom:0}.section-block._custom .section-block-image{padding-bottom:0}.section-block._custom .section-block-image img{width:990px;max-width:unset;-webkit-transform:translateX(5%);transform:translateX(5%)}.section-block._custom-2{--padding-bottom:0}.section-block._custom-2 .section-block-image{padding-bottom:0}.section-block._custom-2 .section-block-image img{width:1130px;max-width:unset;margin-bottom:-200px}.section-block._custom-3{--padding-top:120px;--padding-bottom:120px}.section-block._custom-4{--padding-top:120px;--padding-bottom:120px}.section-block._custom-4 .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.section-block._custom-4 .section-block-image{max-width:612px}.section-block._custom-6 .container{gap:40px}.section-block._custom-6 .section-block-numbers{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-block._custom-6 .section-block-numbers .block:before{content:none}.section-block._custom-6 .section-block-numbers-description{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:40px}.section-block._custom-6 .section-block-content{max-width:100%}.section-block._custom-7 .container{gap:40px}.section-block._custom-7 .section-block-numbers{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:120px}.section-block._custom-7 .section-block-numbers .block:before{content:none}.section-block._custom-7 .section-block-numbers-description{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:40px}.section-block._custom-7 .section-block-content{max-width:100%}.section-block._custom-8 .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.pagination .al .section-block._custom-8 a,.pagination .ar .section-block._custom-8 a,.pagination .section-block._custom-8 .page-numbers.next,.pagination .section-block._custom-8 .page-numbers.prev,.section-block._custom-8 .button,.section-block._custom-8 .pagination .al a,.section-block._custom-8 .pagination .ar a,.section-block._custom-8 .pagination .page-numbers.next,.section-block._custom-8 .pagination .page-numbers.prev,.section-block._custom-8 .slider-results .swiper-button-next,.section-block._custom-8 .slider-results .swiper-button-prev,.section-block._custom-8 button[type=submit],.section-block._custom-8 input[type=button],.section-block._custom-8 input[type=reset],.section-block._custom-8 input[type=submit],.slider-results .section-block._custom-8 .swiper-button-next,.slider-results .section-block._custom-8 .swiper-button-prev{width:100%}.section-block._custom-9 .lottie-animation{width:100%}.section-block._custom-9 .section-block-content{width:100%;max-width:100%}.section-block-image-description{font-size:14px;letter-spacing:-.285px}.section-block-image .image-desc{position:relative;padding:80px;right:auto;bottom:auto;-webkit-transform:unset;transform:unset;width:calc(100% + var(--gutter) * 2);margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);margin-top:-90px}.section-block-content{width:100%;max-width:680px}.section-testimonials .swiper-slide{gap:40px}.section-testimonials .swiper-slide-content{padding-right:0}.section-contact .contact-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}.section-contact .contact-form{max-width:calc(100% - 330px)}.section-contact .contact-heading{max-width:100%}.section-contact .contact-info{max-width:290px}.section-contact.v2 .contact-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-contact.v2 .contact-form{max-width:100%}.section-contact.v2 .contact-info{max-width:100%}.section-contact-thanks .contact-thanks .contact-info{padding-right:0}.section-contact-thanks .contact-thanks{max-width:100%;width:100%;border-bottom:1px solid var(--color-text);padding-bottom:40px}.section-contact-thanks .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.section-contact-thanks .newsletter{max-width:100%;width:100%}.section-info .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-insights .container:before{left:80%}.section-insights .container .section-headline{max-width:455px}.section-partners .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-partners .section-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-partners .section-content-side{width:100%}.section-featured .featured-slider .swiper-pagination{text-align:center}.section-featured .featured-slider .swiper-pagination{display:none}.section-featured .featured-slider-image{height:320px;margin-bottom:0}.section-featured .featured-slider-content{margin-top:0;margin-left:0;max-width:100%}.section-featured .featured-slider-content .strategy-content{border:1px solid var(--color-dividers);display:block;width:auto}.section-featured .featured-slider-content .strategy-content:before{content:none}.section-w{--padding-top:40px;--padding-bottom:40px}.section-w .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.section-w-content{width:100%;max-width:100%}.section-w-images{width:100%}.section-s-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.section-s-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-s-list ul{width:100%;margin-right:0;margin-bottom:40px}.section-t-container{--padding-left:40px;padding-bottom:80px}.section-t-container-line{width:40px;height:calc(100% + 106px)}.section-t-list{--padding-left:100px}.section-t-element{padding-top:80px;padding-bottom:80px}.section-t-element-line{left:-80px;top:120px}.section-t-element-diamond{top:117px;left:-86px}.active .section-t-element-diamond{top:113px;left:-88.5px}.section-m-list{grid-template-columns:repeat(1,1fr);border-bottom:0;padding-bottom:0}.section .expertise-column{width:100%}.section .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section .content-header{max-width:100%;width:100%}.section .content-header h2{max-width:100%;margin-bottom:0}.section .content-text{max-width:100%;width:100%}.section .content-hub:has(.pagination){padding-bottom:0}.section .content-hub-aside._right{max-width:100%}.section .content-hub-aside-container ul{margin-bottom:0}.pagination .al .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:225px}.section .content-hub-content:first-child{width:100%;position:relative;padding-bottom:0}.section .content-hub-content{width:100%;position:relative;padding-bottom:140px}.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper{width:100%}.pagination .al .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:225px}.section .content-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.section .content-author-socials{margin-left:auto;margin-right:auto;margin-top:10px;width:100%}.section .content-author-socials li{width:100%}.section .content-author-socials li a{width:100%}.section .content-author-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.section .resources-list .resources-item-image{aspect-ratio:unset;height:320px}.section .tabs-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section .tabs-content p{max-width:100%}.section .tabs-side{width:100%}.section .tabs-head{gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .result-list{gap:40px}.section .result-list-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section .result-list-item-image{width:100%}.section .result-list-item-content{width:100%}.section .result-list-item-content *{max-width:100%}.section .scenario{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section .scenario-content:first-child:last-child .scenario-title{width:100%;margin-bottom:40px}.section .scenario-content:first-child:last-child .scenario-image{height:480px;padding:0}.section .scenario-content:first-child:last-child .scenario-purchase{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .scenario-content:first-child:last-child .scenario-purchase-score{width:auto}.section .scenario-purchase{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .description{padding:0 20px}.section .description ol,.section .description p,.section .description ul{padding-left:0!important}.section .description ol li,.section .description p li,.section .description ul li{padding-left:30px;word-break:break-word}.section .description-title{margin-left:-10px}.section-colored:before{font-size:511px;line-height:563px;-webkit-text-stroke:1.5px rgba(255,255,255,0.2);bottom:auto;top:-13%}.category .content-hub-aside-container{grid-column:1/-1}.category-slider{grid-column:2/-2}.category-slider-pagination{text-align:center}.category-slider-pagination{--swiper-pagination-bottom:-30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .page-numbers:not(.prev):not(.next){display:none}.pagination .page-numbers.prev{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.pagination .page-numbers.next{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.pagination .al{width:100%}.pagination .ar{width:100%}.testing-scheme{display:none}.testing-image{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.testing-steps{padding-left:0;padding-top:40px}.strategy-content{margin-bottom:0;border:0;padding:80px 0;width:100%;max-width:100%}.strategy-content:before{content:"";display:block;width:calc(100% + var(--gutter) * 2);height:1px;background-color:var(--color-dividers);position:absolute;top:0;left:calc(var(--gutter) * -1)}.grid .section-headline{grid-column:1/-1}.article-list{grid-template-columns:repeat(2,1fr);row-gap:40px}.ca{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.ca-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.ca-left{gap:10px}.ca-right::before{display:none}.ca .content-author-image{margin-bottom:20px}.section-video--full h4,.section-video--shorts h4{display:none}.video-tag-list{gap:25px}.video-featured{gap:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;--btn-padding-x:20px}.video-featured-content{max-width:560px}.video-featured-media-holder{aspect-ratio:330/275;border-radius:45px;border:10px solid #000;-webkit-box-shadow:0 1.59px 1.27px 0 rgba(0,0,0,.08),0 3.81px 3.05px 0 rgba(0,0,0,.11),0 7.18px 5.74px 0 rgba(0,0,0,.14),0 12.8px 10.24px 0 rgba(0,0,0,.17),0 23.94px 19.16px 0 rgba(0,0,0,.2),0 57.32px 45.85px 0 rgba(0,0,0,.28);box-shadow:0 1.59px 1.27px 0 rgba(0,0,0,.08),0 3.81px 3.05px 0 rgba(0,0,0,.11),0 7.18px 5.74px 0 rgba(0,0,0,.14),0 12.8px 10.24px 0 rgba(0,0,0,.17),0 23.94px 19.16px 0 rgba(0,0,0,.2),0 57.32px 45.85px 0 rgba(0,0,0,.28)}.video-featured-media{max-width:560px;margin-top:0}.video-shorts{--btn-padding-x:20px}.video-shorts-slider-pagination{text-align:center}.video-shorts-slider-navigation{margin-top:20px;padding-block:40px;border-top:1px solid rgba(var(--color-black--rgb),.4)}.video-full{--btn-padding-x:20px;gap:40px}.video-full-slider-pagination{text-align:center}.video-full-slider-navigation{margin-top:20px;padding-block:40px;border-top:1px solid rgba(var(--color-black--rgb),.4)}.video-full-media-holder{aspect-ratio:330/275;border-radius:45px;border:10px solid #000;-webkit-box-shadow:0 1.59px 1.27px 0 rgba(0,0,0,.08),0 3.81px 3.05px 0 rgba(0,0,0,.11),0 7.18px 5.74px 0 rgba(0,0,0,.14),0 12.8px 10.24px 0 rgba(0,0,0,.17),0 23.94px 19.16px 0 rgba(0,0,0,.2),0 57.32px 45.85px 0 rgba(0,0,0,.28);box-shadow:0 1.59px 1.27px 0 rgba(0,0,0,.08),0 3.81px 3.05px 0 rgba(0,0,0,.11),0 7.18px 5.74px 0 rgba(0,0,0,.14),0 12.8px 10.24px 0 rgba(0,0,0,.17),0 23.94px 19.16px 0 rgba(0,0,0,.2),0 57.32px 45.85px 0 rgba(0,0,0,.28)}.video-short{gap:40px}.video-short-media{padding-inline:0}.video-short-media-holder{aspect-ratio:330/275;border-radius:45px;border:10px solid #000;-webkit-box-shadow:0 1.59px 1.27px 0 rgba(0,0,0,.08),0 3.81px 3.05px 0 rgba(0,0,0,.11),0 7.18px 5.74px 0 rgba(0,0,0,.14),0 12.8px 10.24px 0 rgba(0,0,0,.17),0 23.94px 19.16px 0 rgba(0,0,0,.2),0 57.32px 45.85px 0 rgba(0,0,0,.28);box-shadow:0 1.59px 1.27px 0 rgba(0,0,0,.08),0 3.81px 3.05px 0 rgba(0,0,0,.11),0 7.18px 5.74px 0 rgba(0,0,0,.14),0 12.8px 10.24px 0 rgba(0,0,0,.17),0 23.94px 19.16px 0 rgba(0,0,0,.2),0 57.32px 45.85px 0 rgba(0,0,0,.28)}.step-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.pagination .al .step-cta a.button-small-linkedin,.pagination .ar .step-cta a.button-small-linkedin,.pagination .step-cta .button-small-linkedin.page-numbers.next,.pagination .step-cta .button-small-linkedin.page-numbers.prev,.slider-results .step-cta .button-small-linkedin.swiper-button-next,.slider-results .step-cta .button-small-linkedin.swiper-button-prev,.step-cta .button.button-small-linkedin,.step-cta .pagination .al a.button-small-linkedin,.step-cta .pagination .ar a.button-small-linkedin,.step-cta .pagination .button-small-linkedin.page-numbers.next,.step-cta .pagination .button-small-linkedin.page-numbers.prev,.step-cta .slider-results .button-small-linkedin.swiper-button-next,.step-cta .slider-results .button-small-linkedin.swiper-button-prev,.step-cta button.button-small-linkedin[type=submit],.step-cta input.button-small-linkedin[type=button],.step-cta input.button-small-linkedin[type=reset],.step-cta input.button-small-linkedin[type=submit]{padding-right:120px}.pagination .al .step-cta a.button-small-linkedin img,.pagination .ar .step-cta a.button-small-linkedin img,.pagination .step-cta .button-small-linkedin.page-numbers.next img,.pagination .step-cta .button-small-linkedin.page-numbers.prev img,.slider-results .step-cta .button-small-linkedin.swiper-button-next img,.slider-results .step-cta .button-small-linkedin.swiper-button-prev img,.step-cta .button.button-small-linkedin img,.step-cta .pagination .al a.button-small-linkedin img,.step-cta .pagination .ar a.button-small-linkedin img,.step-cta .pagination .button-small-linkedin.page-numbers.next img,.step-cta .pagination .button-small-linkedin.page-numbers.prev img,.step-cta .slider-results .button-small-linkedin.swiper-button-next img,.step-cta .slider-results .button-small-linkedin.swiper-button-prev img,.step-cta button.button-small-linkedin[type=submit] img,.step-cta input.button-small-linkedin[type=button] img,.step-cta input.button-small-linkedin[type=reset] img,.step-cta input.button-small-linkedin[type=submit] img{right:0}.case-studies-slider-navigation button{width:100%}.case-studies-slider-pagination{text-align:center;display:none}.hero-module .container{grid-template-columns:100%}.hero-module-text{padding-right:0}.hero-module-image{display:grid;grid-template-columns:35% 1fr;min-height:clamp(500px,120vw,920px)}.hero-module-image__wrap{position:relative}.hero-module-image:before{left:30%;width:clamp(500px,132vw,1014px)}.hero-module-image:after{bottom:-10%}.hero-module-image img{bottom:-34%;left:-45vw;right:auto;max-width:clamp(300px,204%,912px)}.hero-module-info{position:static;grid-template-columns:auto}.services-module-heading{grid-template-columns:100%}.services-module-list{grid-template-columns:repeat(2,1fr)}.info-module{padding-top:0}.info-module-heading{grid-template-columns:100%}.info-module-heading__text{padding-top:44px}.info-module-heading__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.info-module-heading__image img{position:static;max-width:182%}.info-module-heading__image-descr{bottom:4%;left:auto;right:16%}.info-module-heading__image-descr:after,.info-module-heading__image-descr:before{-webkit-transform:none;transform:none}.info-module-heading__image-descr:before{width:50px;height:1px;right:calc(100% + 15px);bottom:calc(100% - 32px)}.info-module-heading__image-descr:after{width:7px;height:180px;right:calc(100% + 60px);bottom:calc(100% - 33px);background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxODAiIHZpZXdCb3g9IjAgMCA3IDE4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF83Ml8xNDA3KSI+CjxwYXRoIGQ9Ik0yLjY2NjczIDUuMzMzMThDMS4xOTM5NyA1LjMzMzE4IDUuODQzODhlLTA1IDQuMTM5MjcgNS44MjQ1N2UtMDUgMi42NjY1QzUuODA1MjZlLTA1IDEuMTkzNzYgMS4xOTM5NyAtMC4wMDAxNTIzOTUgMi42NjY3MiAtMC4wMDAxNTI1ODhDNC4xMzk0OCAtMC4wMDAxNTI3ODEgNS4zMzMzOSAxLjE5Mzc2IDUuMzMzMzkgMi42NjY1QzUuMzMzMzkgNC4xMzkyNyA0LjEzOTQ4IDUuMzMzMTggMi42NjY3MyA1LjMzMzE4Wk0yLjY2Njc1IDE3OC40NzlMMi4xNjY3NSAxNzguNDc5TDIuMTY2NzIgMi42NjY1TDIuNjY2NzIgMi42NjY1TDMuMTY2NzIgMi42NjY1TDMuMTY2NzUgMTc4LjQ3OUwyLjY2Njc1IDE3OC40NzlaIiBmaWxsPSIjREMwNTM5Ii8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF83Ml8xNDA3IiB4PSIwIiB5PSIwIiB3aWR0aD0iNi4zMzM1IiBoZWlnaHQ9IjE3OS40NzkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeD0iMSIgZHk9IjEiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwLjQgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd183Ml8xNDA3Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzcyXzE0MDciIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==");background-size:100% auto}.info-module .button,.info-module .pagination .al a,.info-module .pagination .ar a,.info-module .pagination .page-numbers.next,.info-module .pagination .page-numbers.prev,.info-module .slider-results .swiper-button-next,.info-module .slider-results .swiper-button-prev,.info-module button[type=submit],.info-module input[type=button],.info-module input[type=reset],.info-module input[type=submit],.pagination .al .info-module a,.pagination .ar .info-module a,.pagination .info-module .page-numbers.next,.pagination .info-module .page-numbers.prev,.slider-results .info-module .swiper-button-next,.slider-results .info-module .swiper-button-prev{width:100%}.link-card-list{grid-template-columns:100%}.section-faq .accordion-item-title{gap:50px}.pagination .al .section-results .section-headline a,.pagination .ar .section-results .section-headline a,.pagination .section-results .section-headline .page-numbers.next,.pagination .section-results .section-headline .page-numbers.prev,.section-results .section-headline .button,.section-results .section-headline .pagination .al a,.section-results .section-headline .pagination .ar a,.section-results .section-headline .pagination .page-numbers.next,.section-results .section-headline .pagination .page-numbers.prev,.section-results .section-headline .slider-results .swiper-button-next,.section-results .section-headline .slider-results .swiper-button-prev,.section-results .section-headline button[type=submit],.section-results .section-headline input[type=button],.section-results .section-headline input[type=reset],.section-results .section-headline input[type=submit],.slider-results .section-results .section-headline .swiper-button-next,.slider-results .section-results .section-headline .swiper-button-prev{width:100%}.slider-results{padding-inline:var(--gutter)}.slider-results .swiper-nav{padding-block:var(--padding-top) 0}.slider-results .swiper-nav .container{padding:0}.header{padding:38px 0}.footer-medium{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px}.footer-subscribe{width:100%;margin-bottom:40px}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper{width:100%}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form{padding-right:234px}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .al .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:226px!important}.section-entry .page-site-header figure figcaption{padding-inline:var(--gutter)}.section-entry .entry-aligner,.section-entry .entry-header{padding-inline:54px}.row-post{grid-template-columns:repeat(2,1fr)}.row-post._recent{grid-template-columns:repeat(3,1fr)}.row-post .post{font-size:16px}}@media (max-height:900px){.newsletter{padding:50px var(--gutter)}.menu .has-mega-menu .mega-menu .decorated-menu{padding:0}.menu .has-mega-menu .mega-menu .decorated-menu-item-content{padding:20px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown{padding-top:160px!important}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-icon{width:160px;height:160px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-icon .services-icon-large{width:100%;height:100%}}@media (max-height:800px){.newsletter{padding:0 var(--gutter)}.menu .has-mega-menu .mega-menu .decorated-menu-item-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu .has-mega-menu .mega-menu .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){margin-bottom:0}.menu .has-mega-menu .mega-menu .decorated-menu-item-text p{display:none}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown{padding-top:50px!important}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-icon{display:none!important}}@media (max-width:782px){.admin-bar .header{top:46px}.admin-bar .header._sticked.has-dropdown{top:46px}}@media (max-width:768px){.section-partners .section-decor{top:-325px;left:-600px}.section .partners-item{width:100%}.section .partners-item-text{padding:85px var(--gutter)}.section .partners._cols-4 .partners-item{width:100%}}@media (max-width:767px){html{font-size:calc(var(--rem-base) - 2px)}.h1,h1{letter-spacing:-.72px}.h2,h2{letter-spacing:-.72px}blockquote{font-size:20px;border-left-width:4px}.fancybox__container .fancybox__footer{display:none}.fancybox__container .fancybox__nav{display:block}.fancybox__container .fancybox__carousel{margin:auto}.section-more .swiper-slide .resources-item-content{padding:40px var(--gutter)}.section-more .swiper-pagination{--swiper-pagination-bottom:-120px}.section-hero-image .image-desc{padding:80px var(--gutter);background-size:cover;background-position:100% center}.section-hero-image .image-desc-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.section-hero-cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.pagination .al .section-hero-cta a,.pagination .ar .section-hero-cta a,.pagination .section-hero-cta .page-numbers.next,.pagination .section-hero-cta .page-numbers.prev,.section-hero-cta .button,.section-hero-cta .pagination .al a,.section-hero-cta .pagination .ar a,.section-hero-cta .pagination .page-numbers.next,.section-hero-cta .pagination .page-numbers.prev,.section-hero-cta .slider-results .swiper-button-next,.section-hero-cta .slider-results .swiper-button-prev,.section-hero-cta button[type=submit],.section-hero-cta input[type=button],.section-hero-cta input[type=reset],.section-hero-cta input[type=submit],.slider-results .section-hero-cta .swiper-button-next,.slider-results .section-hero-cta .swiper-button-prev{width:100%;white-space:nowrap}.section-hero.section-hero-short .section-hero-content .subscribe{left:5%;bottom:50%}.section-hero.section-404 .section-hero-image-text{font-size:185px;top:auto;right:-40px;position:relative}.section-hero.section-404 .section-hero-image img{width:468px;left:auto;-webkit-transform:unset;transform:unset;right:-30px}.section-hero.section-about{--padding-bottom:120px;--padding-top:120px}.section-hero.section-about .section-hero-media{display:none}.section-hero.section-about .section-hero-media-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.section-hero.section-case{--padding-top:360px;position:relative}.section-hero.section-case .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-hero.section-case .section-hero-content{position:static}.section-hero.section-case .section-hero-content nav{position:absolute;top:120px;left:var(--gutter)}.section-hero.section-case .section-hero-logo{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:80px;position:absolute;top:205px;right:auto;left:var(--gutter)}.section-hero.section-what .section-hero-media{gap:80px}.section-hero.section-positioning .section-hero-content{padding-right:0}.section-hero.section-positioning .section-hero-content-icon{display:none}.section-hero.section-positioning .section-hero-media{padding-bottom:240px}.section-hero.section-positioning .section-hero-media-descr{position:absolute;-webkit-transform:unset;transform:unset;left:auto;width:100%;padding:0 var(--gutter);max-width:520px}.section-hero.section-positioning .section-hero-media-descr .line{left:var(--gutter);bottom:calc(100% - 55px);height:180px}.section-hero.section-positioning .section-hero-media-descr .red{padding-left:30px}.section-hero.section-positioning .section-hero-media img{height:870px;-o-object-position:23% center;object-position:23% center;-o-object-fit:cover;object-fit:cover}.section-hero.section-innovation .section-hero-content{padding-right:0}.section-hero.section-innovation .section-hero-content-icon{display:none}.section-hero.section-innovation .section-hero-media-descr{position:absolute;-webkit-transform:unset;transform:unset;left:auto;width:100%;padding:0 var(--gutter);max-width:520px;margin-left:auto;right:0}.section-hero.section-innovation .section-hero-media-descr .line{left:var(--gutter);bottom:calc(100% - 54px);height:160px}.section-hero.section-innovation .section-hero-media-descr .red{padding-left:30px}.section-hero.section-innovation .section-hero-media img{height:420px;-o-object-fit:cover;object-fit:cover}.section-hero.section-design .section-hero-content{padding-right:0}.section-hero.section-design .section-hero-content-icon{display:none}.section-hero.section-design .section-hero-media{width:375px;aspect-ratio:375/2348}.section-hero.section-design .section-hero-media-image-1{top:37.7%;width:130.5%;left:-9%}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr{top:109%;left:20%}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .line{height:240px;width:23px;border-top:0;border-right:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);top:-184px;left:260px}.section-hero.section-design .section-hero-media-image-1 .section-hero-media-image-descr .line:before{top:-3px;right:-3px;left:auto}.section-hero.section-design .section-hero-media-image-2{top:69.9%;width:166%;left:-23%}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr{top:94%;left:35%}.section-hero.section-design .section-hero-media-image-2 .section-hero-media-image-descr .line{height:240px;top:-180px;left:300px}.section-hero.section-design .section-hero-media-image-3{right:-65%;top:-2.2%;width:174.4%}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;top:90%;left:9%;max-width:240px}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr .line{width:23px;height:240px;border-top:0;border-right:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);border-left:0;top:-180px;left:300px}.section-hero.section-design .section-hero-media-image-3 .section-hero-media-image-descr .line:after{top:-3px;right:-3px}.section-hero.section-testing .section-hero-content{padding-right:0}.section-hero.section-testing .section-hero-content-icon{display:none}.section-hero.section-testing .section-hero-media{height:480px}.section-hero.section-design-interior .section-hero-content{padding-right:0}.section-hero.section-design-interior .section-hero-content-icon{display:none}.section-hero.section-design-interior .section-hero-media{height:700px}.section-hero.section-design-interior .section-hero-media-descr{bottom:-25%}.section-hero.section-design-interior .section-hero-media-descr p{width:100%}.section-hero.section-testing-interior{--padding-bottom:160px}.section-hero.section-testing-interior .section-hero-content{padding-right:0}.section-hero.section-testing-interior .section-hero-content-icon{display:none}.section-hero.section-testing-interior .section-hero-media{height:700px}.section-hero.section-testing-interior .section-hero-media-descr{bottom:-25%}.section-hero.section-testing-interior .section-hero-media-descr p{width:100%}.section-block._custom-4 .section-block-image .scheme{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.section-block._custom-4 .section-block-image .scheme-list{max-width:240px}.section-block._custom-4 .section-block-image .scheme-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.section-block._custom-4 .section-block-image .scheme-pie{max-width:100%}.section-block-image-description{font-size:8px;letter-spacing:-.143px}.section-block-image .image-desc{padding:80px var(--gutter);background-size:cover;background-position:100% center}.section-block-image .image-desc-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.section-testimonials{--padding-y:60px}.section-testimonials .swiper-slide{grid-template-columns:100%}.section-testimonials .swiper-slide blockquote p{font-size:36px}.section-contact .contact-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-contact .contact-form{max-width:100%}.section-contact .contact-form .gform-theme--framework .gform_footer input[type=submit]:not(.gform-text-input-reset):not([type=hidden]):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:100%}.section-contact .contact-heading{max-width:100%}.section-contact .contact-info{max-width:100%}.section-info .info-contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-insights .container:before{left:85%}.section-cta .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;--container:300px}.pagination .al .section-cta .container a,.pagination .ar .section-cta .container a,.pagination .section-cta .container .page-numbers.next,.pagination .section-cta .container .page-numbers.prev,.section-cta .container .button,.section-cta .container .pagination .al a,.section-cta .container .pagination .ar a,.section-cta .container .pagination .page-numbers.next,.section-cta .container .pagination .page-numbers.prev,.section-cta .container .slider-results .swiper-button-next,.section-cta .container .slider-results .swiper-button-prev,.section-cta .container button[type=submit],.section-cta .container input[type=button],.section-cta .container input[type=reset],.section-cta .container input[type=submit],.slider-results .section-cta .container .swiper-button-next,.slider-results .section-cta .container .swiper-button-prev{width:100%}.section-partners{--padding-top:240px;--padding-bottom:120px}.section-l-blocks{grid-template-columns:repeat(1,1fr);gap:40px}.section-t-container{--padding-left:0}.section-t-container-line{display:none}.section-t-list{--padding-left:20px}.section-t-element-image img{width:490px;max-width:unset}.section-t-element-line{left:-20px;top:120px}.section-t-element-diamond{top:117px;left:-26px}.active .section-t-element-diamond{top:113px;left:-28.5px}.pagination .al .section-e-item a,.pagination .ar .section-e-item a,.pagination .section-e-item .page-numbers.next,.pagination .section-e-item .page-numbers.prev,.section-e-item .button,.section-e-item .pagination .al a,.section-e-item .pagination .ar a,.section-e-item .pagination .page-numbers.next,.section-e-item .pagination .page-numbers.prev,.section-e-item .slider-results .swiper-button-next,.section-e-item .slider-results .swiper-button-prev,.section-e-item button[type=submit],.section-e-item input[type=button],.section-e-item input[type=reset],.section-e-item input[type=submit],.slider-results .section-e-item .swiper-button-next,.slider-results .section-e-item .swiper-button-prev{width:100%;max-width:275px}.section-e-grid{grid-template-columns:repeat(1,1fr)}.section .gallery-item:nth-child(4n+1),.section .gallery-item:nth-child(4n+5){grid-column:span 10;height:348px}.section .gallery-item:nth-child(4n+2),.section .gallery-item:nth-child(4n+4){grid-column:span 10;height:348px}.section .gallery-item:nth-child(4n+3),.section .gallery-item:nth-child(4n+8){grid-column:span 10;height:480px}.section .gallery-another .gallery-item:nth-child(5n+1){grid-column:span 12;height:348px}.section .gallery-another .gallery-item:nth-child(5n+2){grid-column:span 12;height:348px}.section .gallery-another .gallery-item:nth-child(5n+3){grid-column:span 12;height:348px}.section .gallery-another .gallery-item:nth-child(5n+4){grid-column:span 12;height:348px}.section .gallery-another .gallery-item:nth-child(5n+5){grid-column:span 12;height:348px}.section .content-hub ol{padding-left:20px}.section .content-hub ul{padding-left:20px}.section .content-hub .alignnone figcaption{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}.section .content-hub .alignnone figcaption .icon{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-left:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.section .content-hub-aside:not(._right) .content-hub-aside-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.section .content-hub-aside .mobile-dropdown{display:none!important}.section .content-hub-content-head{padding-right:0}.section .content-hub-content-head .button-clear{position:relative;right:auto;bottom:auto;margin-top:40px;width:100%}.section .content-hub-content-footer{padding-inline:0}.section .content-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.section .content-image img{height:320px}.section .resources-list .resources-item-title{font-size:28px}.section .resources-item-title{font-size:28px}.section .partners-item-image{aspect-ratio:37.5/40}.section .tabs-head{display:none}.section .tabs-head-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;padding:30px 0}.section .tabs-body .accordion-button{display:-webkit-box;display:-ms-flexbox;display:flex}.section .text-item{padding-right:0;padding-top:25px;display:-webkit-box;display:-ms-flexbox;display:flex}.section .text-item:after{width:120px;height:120px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);top:-45px}.section .text-item-logo{width:auto;border-right:0}.section .text-item-name{width:auto;border-bottom:1px solid var(--color-white)}.section .text-item blockquote{width:100%;padding:80px 20px}.section .text-item blockquote p{font-size:36px}.section .text-item blockquote cite{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.section .scenario-content:first-child:last-child .scenario-purchase{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section .scenario-purchase{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.section .overview{gap:20px}.section .overview-name{font-size:0;gap:0}.section .transcript{gap:20px}.section .transcript-name{font-size:0;gap:0}.section-colored{--padding-top:120px;--padding-bottom:120px}.section-colored:before{font-size:222px;line-height:244px;-webkit-text-stroke:1px rgba(255,255,255,0.2);bottom:auto;top:-5%}.category{margin-top:0}.category .content-hub-aside-container .mobile-dropdown,.category .content-hub-aside-container .mobile-dropdown.content-hub-aside-list{display:none}.category-slider{grid-column:1/-1}.services-list{grid-template-columns:repeat(1,1fr)}.strategy-image img{aspect-ratio:1;height:auto}.strategy-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.strategy-author-text{padding:10px 20px;text-align:center}.strategy-author-text .date{display:inline-block;margin-top:20px}.grid{grid-template-columns:repeat(1,1fr);width:100%}.author-profile{padding-block:50px}.article-section{padding:40px 0}.article-section .h2,.article-section h2{font-size:34px;margin-bottom:30px}.article-section .pagination{margin-top:40px;margin-bottom:-40px}.article-list-item__text{padding-block:20px}.article-list-item .h3,.article-list-item h3{font-size:24px}.section-video_wrapper{aspect-ratio:4/3}.section-video--full h2,.section-video--shorts h2{font-size:36px;margin-bottom:40px}.video-shorts-slider-pagination{display:none}.video-full-slider-pagination{display:none}.case-studies-slider-pagination{--swiper-pagination-bottom:-120px}.yt_transcript_table .timestamp-wrap{gap:20px;padding:10px 10px!important}.hero-module-image img{max-width:clamp(300px,204%,912px)}.section-faq{--padding-top:80px;--padding-bottom:80px}.section-faq-heading{margin-bottom:60px}.section-faq .accordion-item{padding-block:30px}.section-faq .accordion-item-title{gap:20px;font-size:28px}.section-faq .accordion-item-content{padding:0}.section-faq .accordion-item-content.active{padding:20px 0 0}.section-results{--padding-top:80px;--padding-bottom:80px}.slider-results .swiper-nav{padding-top:40px}.slider-results .swiper-nav .container{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px}.slider-results .swiper-pagination{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.slider-results .swiper-button-next,.slider-results .swiper-button-prev{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.work-card{gap:20px}.featured-module-image__signature{bottom:100px}.header-logo{width:167px;height:20px}.header-search .search-close{left:20px}.search-open .header-search input[type=text]{padding-left:80px!important}.header-controls{gap:15px}.menu a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){padding:20px 30px 20px 40px;font-size:20px;letter-spacing:-.4px}.menu ul{border-top:0;background:var(--color-bg)}.menu ul a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){padding:20px 40px}.menu .has-mega-menu .mega-menu .decorated-menu{gap:0;background-color:var(--color-bg)}.menu .has-mega-menu .mega-menu .decorated-menu-item-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 40px}.menu .has-mega-menu .mega-menu .decorated-menu-item-text a:not(.button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]){margin-bottom:0;font-size:17px;letter-spacing:0}.menu .has-mega-menu .mega-menu .decorated-menu-item-text p{display:none}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-title{font-size:17px}.menu-cta{padding:40px}.footer-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:80px 20px;width:100%}.section-entry .page-site-header{margin-bottom:31px}.row-post._recent{grid-template-columns:repeat(2,1fr)}.comment{font-size:16px}.blog-categories{margin-bottom:var(--gutter)}.alignleft{display:block;float:none;margin:0 auto var(--vertical-rhythm)}.alignleft img{width:100%}.alignright{display:block;float:none;margin:0 auto var(--vertical-rhythm)}.alignright img{width:100%}}@media (max-width:666px){html{font-size:calc(var(--rem-base) - 2.5px)}.section-more .swiper-slide .resources-item-content{padding:40px 15px 0}.section-hero-insights .section-hero-holder .section-hero-media{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.section-hero-insights .section-hero-holder .video-featured{max-width:95%}.section-hero-insights .section-hero-holder .video-featured .subscribe{top:-10%;left:5%}.section-hero-subtitle{font-size:24px;margin-bottom:5px!important}.section-hero .container.legacy-layout .section-hero-media:after{width:40px;height:40px}.section-hero .container.new-layout .section-hero-media:after{width:40px;height:40px}.section-hero-image img{width:620px}.section-hero-block .subscribe{left:-30px;bottom:45%}.section-hero.section-case-new .section-hero-image img{margin-right:calc(var(--gutter) * -1);margin-left:-38%;max-width:200%;width:200%;height:981px}.section-hero.section-innovation .section-hero-media{padding-bottom:210px}.section-hero.section-innovation .section-hero-media img{height:420px}.pagination .al .section-block-content a,.pagination .ar .section-block-content a,.pagination .section-block-content .page-numbers.next,.pagination .section-block-content .page-numbers.prev,.section-block-content .button,.section-block-content .pagination .al a,.section-block-content .pagination .ar a,.section-block-content .pagination .page-numbers.next,.section-block-content .pagination .page-numbers.prev,.section-block-content .slider-results .swiper-button-next,.section-block-content .slider-results .swiper-button-prev,.section-block-content button[type=submit],.section-block-content input[type=button],.section-block-content input[type=reset],.section-block-content input[type=submit],.slider-results .section-block-content .swiper-button-next,.slider-results .section-block-content .swiper-button-prev{--btn-gap:10px;--btn-padding-x:19px}.section-contact.v2 .contact-heading{--h2:36px}.section-cta{--padding-top:80px;--padding-bottom:80px}.section-cta-content h2{font-size:48px}.section .resources-list .resources-item-content{padding:40px 15px}.section .partners-item-text{padding:60px var(--gutter)}.section .partners-item-text:before{right:20px}.author{--base-font-size:18px}.author-buttons{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.author-profile .inner-container{gap:40px}.author-profile-heading .h1,.author-profile-heading h1{margin-bottom:40px}.author-profile-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:22px}.author-profile-details__name{font-size:28px}.bn{display:block}.bn-img{padding-top:86%;margin-bottom:20px}.style_horizontal .bn-img{padding-top:0;margin-bottom:20px}.bn-img img{position:absolute;top:0;left:0;width:100%}.style_horizontal .bn-content{padding-left:0;padding-right:0}.hero-module-text{padding-block:80px}.hero-module-info{gap:40px}.services-module{padding-block:120px 80px}.services-module-heading{gap:40px;margin-bottom:60px}.services-module-heading__text{padding-top:20px}.marquee{padding-block:40px}.marquee-slide{padding:0 20px}.marquee img{max-height:80px}.info-module{padding-bottom:80px}.info-module-heading__image-descr{right:0}.featured-module-video{border-radius:20vw}.featured-module-cta{padding-block:80px}.section-entry .entry-aligner,.section-entry .entry-header{padding-inline:40px}.ac{padding-inline:var(--gutter)}.ac-avatar{-ms-flex-preferred-size:62px;flex-basis:62px;margin-right:15px}.b-social{gap:14px}.section-respond .comment-form .comment-form-author,.section-respond .comment-form .comment-form-email,.section-respond .comment-form .comment-form-url{grid-column:1/span 3}.blog-categories .jcf-select{font-size:15px}}@media (max-width:567px){blockquote{font-size:18px}blockquote:not([class]) p:last-child{font-size:.86em}.section-block._custom .section-block-image{padding-bottom:0}.section-block._custom .section-block-image img{width:630px;max-width:unset;-webkit-transform:translateX(11%);transform:translateX(11%)}.section-block._custom-2 .section-block-image img{width:1000px;max-width:unset;margin-bottom:-180px;margin-right:-420px}.section-insights .container:before{display:none}.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer{width:100%}.pagination .al .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-aside-container .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:100%;position:relative;right:auto;top:auto;-webkit-transform:none;transform:none;margin-top:8px;padding:var(--btn-padding-y,17px) var(--btn-padding-x,38px)!important;height:52px}.pagination .al .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .section .content-hub-content .contentupgrade .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:100%}.article-section .h2,.article-section h2{font-size:30px}.article-list{grid-template-columns:100%}.hero-module-text{padding-bottom:0}.hero-module-image img{max-width:clamp(300px,204%,630px)}.hero-module-info{gap:20px;padding-block:60px;font-size:12px}.hero-module-info-item__title{font-size:32px;margin-bottom:10px}.services-module-list{grid-template-columns:100%}.services-module-list a{min-height:120px}.info-module-heading{margin-bottom:60px}.info-module-heading__image-descr{bottom:0}.info-module-heading__image-descr:before{width:30px}.info-module-heading__image-descr:after{height:100px;right:calc(100% + 40px)}.footer-socials{text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-copy{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;gap:10px 20px}.footer-medium{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-subscribe form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper form{padding-right:0}.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .al a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .ar a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .pagination .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .slider-results .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper :not(.mce-splitbtn)>button:not([id*=mceu_]):not(.mce-open):not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button.button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper button[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=button]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=reset]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .al .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .ar .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper a:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.pagination .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .page-numbers.prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-next:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *),.slider-results .footer-subscribe .gform-theme.gform-theme--framework.gform_wrapper .swiper-button-prev:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *){width:100%!important;position:static;margin-top:8px}.ac{font-size:15px}.section-recent__title span:before{right:calc(100% + 15px)}.section-recent__title span:after{left:calc(100% + 15px)}.row-post{grid-template-columns:repeat(1,1fr)}.row-post._recent{grid-template-columns:repeat(1,1fr)}.row-post .post{font-size:14px}}@media (max-width:479px){.section-hero-image img{margin-left:50%;-webkit-transform:translateX(-40%);transform:translateX(-40%)}.section-hero.section-innovation .section-hero-media{padding-bottom:260px}.pagination .al .section-w a,.pagination .ar .section-w a,.pagination .section-w .page-numbers.next,.pagination .section-w .page-numbers.prev,.section-w .button,.section-w .pagination .al a,.section-w .pagination .ar a,.section-w .pagination .page-numbers.next,.section-w .pagination .page-numbers.prev,.section-w .slider-results .swiper-button-next,.section-w .slider-results .swiper-button-prev,.section-w button[type=submit],.section-w input[type=button],.section-w input[type=reset],.section-w input[type=submit],.slider-results .section-w .swiper-button-next,.slider-results .section-w .swiper-button-prev{--btn-padding-x:20px;--btn-text-align:center;width:100%}.slider-results .swiper-nav .container{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.featured-module-image{height:350px}.featured-module-image__signature{top:20px;right:20px;bottom:auto}.section-entry .entry-aligner{margin-left:0;padding-right:30px}.section-entry .entry-aligner,.section-entry .entry-header{padding-inline:0}.post-content-wrap .b-social-wrap{margin-left:15px}}@media (max-width:374px){html{overflow-x:hidden;font-size:calc(var(--rem-base) - 3px)}.button,.pagination .al a,.pagination .ar a,.pagination .page-numbers.next,.pagination .page-numbers.prev,.slider-results .swiper-button-next,.slider-results .swiper-button-prev,button[type=submit],input[type=button],input[type=reset],input[type=submit]{--btn-padding-x:25px}}@media (max-height:940px) and (min-width:1024px){html{font-size:calc(var(--rem-base) - 1.5px)}.section .content-hub-aside-container{padding:2rem 0;font-size:1.7rem;margin-bottom:2rem}.section .content-hub-aside-container h3{font-size:3.2rem;margin-bottom:2rem}.section .content-hub-aside-container h3 br{display:none}.pagination .al .section .content-hub-aside-container a,.pagination .ar .section .content-hub-aside-container a,.pagination .section .content-hub-aside-container .page-numbers.next,.pagination .section .content-hub-aside-container .page-numbers.prev,.section .content-hub-aside-container .button,.section .content-hub-aside-container .pagination .al a,.section .content-hub-aside-container .pagination .ar a,.section .content-hub-aside-container .pagination .page-numbers.next,.section .content-hub-aside-container .pagination .page-numbers.prev,.section .content-hub-aside-container .slider-results .swiper-button-next,.section .content-hub-aside-container .slider-results .swiper-button-prev,.section .content-hub-aside-container button[type=submit],.section .content-hub-aside-container input[type=button],.section .content-hub-aside-container input[type=reset],.section .content-hub-aside-container input[type=submit],.slider-results .section .content-hub-aside-container .swiper-button-next,.slider-results .section .content-hub-aside-container .swiper-button-prev{--btn-padding-y:1.8rem;--btn-font-size:2rem}.pagination .al .section .content-hub-aside-container a.button-linkedin:after,.pagination .ar .section .content-hub-aside-container a.button-linkedin:after,.pagination .section .content-hub-aside-container .button-linkedin.page-numbers.next:after,.pagination .section .content-hub-aside-container .button-linkedin.page-numbers.prev:after,.section .content-hub-aside-container .button.button-linkedin:after,.section .content-hub-aside-container .pagination .al a.button-linkedin:after,.section .content-hub-aside-container .pagination .ar a.button-linkedin:after,.section .content-hub-aside-container .pagination .button-linkedin.page-numbers.next:after,.section .content-hub-aside-container .pagination .button-linkedin.page-numbers.prev:after,.section .content-hub-aside-container .slider-results .button-linkedin.swiper-button-next:after,.section .content-hub-aside-container .slider-results .button-linkedin.swiper-button-prev:after,.section .content-hub-aside-container button.button-linkedin[type=submit]:after,.section .content-hub-aside-container input.button-linkedin[type=button]:after,.section .content-hub-aside-container input.button-linkedin[type=reset]:after,.section .content-hub-aside-container input.button-linkedin[type=submit]:after,.slider-results .section .content-hub-aside-container .button-linkedin.swiper-button-next:after,.slider-results .section .content-hub-aside-container .button-linkedin.swiper-button-prev:after{width:11.5rem;height:2.8rem}.section .content-hub-aside-container p{margin-bottom:2rem}.section .content-hub-aside-container ul.content-hub-aside-list li{margin-bottom:2rem}.section .content-hub-aside-title{font-size:2rem;margin-bottom:2rem}.section .content-hub-aside .resources-item{margin-top:2rem}.section .content-hub-aside .resources-item-image{margin-bottom:2rem}.section .content-hub-aside .resources-item-title{font-size:3.2rem;margin-bottom:2rem}.header._sticked:not(._showed)+main{--offset-header:2rem}}@media (min-width:480px){.post-content-wrap .b-social-wrap{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media (min-width:568px) and (max-width:767px){.row-post._recent .post:last-child{display:none}}@media (min-width:768px){.section .content-hub-aside .jcf-select.jcf-select-mobile-dropdown-select{display:none!important}.category .content-hub-aside-container .jcf-select-mobile-dropdown-select{display:none!important}.category .content-hub-aside-container .jcf-select.jcf-select-mobile-dropdown-select{display:none!important}.comment:not(.depth-1){padding-left:69px}}@media (min-width:1024px){.mobile-only{display:none}.section-hero.section-about .section-hero-media .section-hero-media-wrapper{-webkit-animation:slowRotating 180s linear infinite;animation:slowRotating 180s linear infinite}.section-hero.section-about .section-hero-media .section-hero-media-wrapper .circle-item .circle-item-holder{-webkit-animation:slowRotatingReverse 180s linear infinite;animation:slowRotatingReverse 180s linear infinite}.section-hero.section-about .section-hero-media .section-hero-media-decor img{-webkit-animation:slowRotating 30s linear infinite;animation:slowRotating 30s linear infinite}.section .scenario:hover .scenario-content{-webkit-filter:blur(8px);filter:blur(8px);opacity:.4}.section .scenario:hover .scenario-content:hover{-webkit-filter:blur(0);filter:blur(0);opacity:1}.info-module-heading__image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width:1200px){.featured-module-video{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.featured-module-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:20px 200px 0 0}}@media (min-width:1280px){.newsletter{overflow:auto;height:calc(100dvh - var(--offset-header));display:-webkit-box;display:-ms-flexbox;display:flex}.header .container{--container:1375px}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu>li{padding-bottom:29px;margin-bottom:-29px}.menu .has-mega-menu .mega-menu .decorated-menu{overflow:auto;height:calc(100dvh - var(--offset-header))}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown{overflow:auto;padding:50px 50px 50px;position:absolute;top:0;right:0;width:33.3333333333%;height:calc(100dvh - var(--offset-header));max-height:unset}}@media (min-width:1440px){.header .container{--container:1650px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown{padding-top:200px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown ul{grid-template-columns:repeat(2,1fr)}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-title{margin-bottom:40px}.menu .has-mega-menu .mega-menu .decorated-menu-dropdown-icon{display:block}}@media (min-width:1441px){.header-holder{gap:5rem}.header-branding{width:470px}.header-branding .header-tagline{display:block;font-size:16px;line-height:1.1;font-weight:500;letter-spacing:-.32px;color:rgba(var(--color-black--rgb),.4);font-family:var(--secondary-mixin-font)}.header-branding .header-tagline b{font-weight:800}.header-branding .header-tagline p:last-of-type{margin-bottom:0}}@media (min-width:1680px){.section-block._custom-8 .lottie-animation{width:130%;margin-block:-80px;margin-left:-120px}}
.page-numbers.dots{display:none}.strategy-author-text>b>a{margin:0;position:relative;top:-2px;display:inline-block}.section-block-content em{color:var(--color-primary);font-style:normal}.section .accordion-item-title{margin-bottom:0;font-family:inherit}.wp-caption{max-width:100%}span.helper-label{display:none!important}.single-post section:not(.section-hero) p{text-wrap:auto!important}.subscribe-form .gform_button.button{top:26px!important}.section-headline p a,.section-hero-content p a{text-decoration:underline}.embed-wrapper iframe{width:100%;height:100%}.section-testimonials .swiper-slide-next.swiper-slide-active,.section-testimonials .swiper-slide-prev.swiper-slide-active{opacity:1}
.gform-theme--framework :where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *):not(symbol *):not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)
){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework ::after,.gform-theme--framework ::before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)),.gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)){list-style:none}.gform-theme--framework img{max-inline-size:100%;max-block-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework :where(dialog:modal){all:revert}.gform-theme--framework input[type=checkbox]::before,.gform-theme--framework input[type=radio]::before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]::after,.gform-theme--framework input[type=radio]::after{content:none}
.gform-theme--api,.gform-theme--foundation{--gf-form-gap-x:16px;--gf-form-gap-y:40px;--gf-form-footer-margin-y-start:24px;--gf-form-footer-gap:8px;--gf-field-gap-x:12px;--gf-field-gap-y:12px;--gf-field-date-width:168px;--gf-field-time-width:110px;--gf-field-list-btns-gap:8px;--gf-field-list-btns-width:calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));--gf-field-pg-steps-gap-y:8px;--gf-field-pg-steps-gap-x:24px;--gf-label-width:30%;--gf-label-req-gap:6px}.gform-theme--foundation *,.gform-theme--foundation ::after,.gform-theme--foundation ::before{box-sizing:border-box}.gform-theme--foundation fieldset,.gform-theme--foundation legend{background:0 0;padding:0}.gform-theme--foundation fieldset{border:none;display:block;margin:0}.gform-theme--foundation legend{margin-inline:0}.gform_anchor:focus-visible{outline:0}.gform_confirmation_wrapper:focus,.gform_wrapper:focus{outline:0}.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label,.gform-theme--foundation .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;word-wrap:normal!important;padding:0;position:absolute;width:1px}.gform-theme--foundation button.screen-reader-text:focus{border:0;clip:auto;clip-path:none;height:auto;margin:0;position:static!important;width:auto}.gform-theme--foundation .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentcolor;font-family:inherit;font-size:inherit;outline:0;padding:inherit;width:auto}@media (min-width:640px){.gform-theme--foundation .left_label .gfield .copy_values_option_container,.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .left_label .gfield>.ginput_container,.gform-theme--foundation .right_label .gfield .copy_values_option_container,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .right_label .gfield>.ginput_container{float:inline-end}.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength{margin-inline-start:auto}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)){inline-size:calc(100% - var(--gf-label-width))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.ginput_container:where(.gform-grid-row){inline-size:calc((100% - var(--gf-label-width)) + var(--gf-field-gap-x))}.gform-theme--foundation:where(:not(.gform_editor)) .left_label .gfield_html_formatted,.gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted{margin-inline-start:var(--gf-label-width)}}.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}.gform-theme--foundation .ginput_complex label,.gform-theme--foundation .ginput_complex legend{display:block}.gform-theme--foundation .ginput_complex input,.gform-theme--foundation .ginput_complex select{inline-size:100%}.gform-theme--foundation .gfield textarea{inline-size:100%}.gform-theme--foundation .gfield textarea.small{min-block-size:6rem}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem}.gform-theme--foundation .gfield textarea.large{min-block-size:18rem}.gform-theme--foundation .gfield .ginput_password,.gform-theme--foundation .gfield input,.gform-theme--foundation .gfield select{max-inline-size:100%}.gform-theme--foundation .gfield .ginput_password.small,.gform-theme--foundation .gfield input.small,.gform-theme--foundation .gfield select.small{inline-size:calc(25% - var(--gf-form-gap-x) * 3 / 4)}.gform-theme--foundation .gfield .ginput_password.medium,.gform-theme--foundation .gfield input.medium,.gform-theme--foundation .gfield select.medium{inline-size:calc(50% - var(--gf-form-gap-x)/ 2)}.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{inline-size:100%}.gform-theme--foundation .gform_fields{grid-column-gap:0;-moz-column-gap:0;column-gap:0;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);inline-size:100%;grid-row-gap:var(--gf-form-gap-y);row-gap:var(--gf-form-gap-y)}.gform-theme--foundation .gfield{grid-column:1/-1;min-inline-size:0}.gform-theme--foundation #field_submit,.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{display:flex;flex-wrap:wrap;gap:var(--gf-form-footer-gap)}.gform-theme--foundation #field_submit{align-items:flex-end}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter{inline-size:75%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half{inline-size:50%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third{inline-size:33.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter{inline-size:25%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%!important}@media (min-width:640px){.gform-theme--foundation .gform_fields{-moz-column-gap:var(--gf-form-gap-x);column-gap:var(--gf-form-gap-x)}.gform-theme--foundation .gfield--width-full{grid-column:span 12}.gform-theme--foundation .gfield--width-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{padding-inline-start:var(--gf-label-width)}}.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gf-field-gap-x) * -1 / 2);row-gap:var(--gf-field-gap-y)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gf-field-gap-x)/ 2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gf-field-gap-x))}@media (min-width:640px){.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto{flex:1;inline-size:auto}}.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation.gform_editor legend.gform-field-label>span{align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--gf-label-req-gap)}.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]){display:inline-block}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){flex-direction:column;float:inline-start;gap:calc(var(--gf-label-req-gap)/ 3);inline-size:var(--gf-label-width)}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:start}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:end;justify-content:normal;text-align:end}}@media (min-width:640px){.gform-theme--foundation .left_label .gfield_description,.gform-theme--foundation .right_label .gfield_description{clear:inline-end;margin-inline-start:auto}}.gform-theme--foundation.ui-datepicker{background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;z-index:9999!important}.gform-theme--foundation.ui-datepicker .ui-icon{background-repeat:no-repeat;display:block;inset-block-start:0.3em;inset-inline-start:0.5em;margin-block-start:-0.25em;overflow:hidden;position:relative;text-indent:-99999px;vertical-align:middle}.gform-theme--foundation.ui-datepicker .ui-datepicker-header{padding-block:0.2em;position:relative}.gform-theme--foundation.ui-datepicker .ui-datepicker-next,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{block-size:1.8em;inline-size:1.8em;inset-block-start:2px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before{background-image:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:24px 24px;block-size:1em;content:"";display:inline-block;inline-size:1em;inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span{display:block;inset-block-start:50%;inset-inline-start:50%;margin-block-start:-8px;margin-inline-start:-8px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-block-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{inset-inline-start:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next{inset-inline-end:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before{transform:translate(-50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-inline-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover{inset-inline-end:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-title{line-height:1.8em;margin-inline:2.3em;text-align:center}.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{font-size:1em;margin-block:1px}.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker select.ui-datepicker-year{background-color:transparent;background-image:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px;padding-inline-end:24px}.gform-theme--foundation.ui-datepicker table{border-collapse:collapse;font-size:.9em;inline-size:100%;margin-block-end:0.4em;table-layout:fixed}.gform-theme--foundation.ui-datepicker th{border:0;font-weight:700;padding-block:0.7em;padding-inline:0.3em;text-align:center}.gform-theme--foundation.ui-datepicker td{border:0;padding:1px}.gform-theme--foundation.ui-datepicker td a,.gform-theme--foundation.ui-datepicker td span{display:block;margin:auto;padding:.25em .2em;text-align:center;text-decoration:none}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl{direction:rtl}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{transform:translate(50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before{transform:translate(50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:0 50%}.gform-theme--foundation .gform_drop_area{background-color:#fff;border:1px dashed #686e77;padding-block:32px;padding-inline:32px;text-align:center}.gform-theme--foundation .gform_drop_instructions,.gform-theme--foundation .gform_fileupload_rules{display:block}.gform-theme--foundation .chosen-container{display:inline-block;font-size:13px;position:relative;text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-block-start:0;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%);inline-size:100%;inset-block-start:100%;position:absolute;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.gform-theme--foundation .chosen-container .chosen-single .group-name,.gform-theme--foundation .chosen-container .search-choice .group-name{color:#999;font-weight:400;margin-inline-end:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container .chosen-single .group-name::after,.gform-theme--foundation .chosen-container .search-choice .group-name::after{content:":";padding-inline-start:2px;vertical-align:top}.gform-theme--foundation .chosen-container-single .chosen-single{background:#fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;block-size:25px;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;line-height:24px;overflow:hidden;padding-block:0;padding-inline:8px 0;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single span{display:block;margin-inline-end:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:6px;inset-inline-end:26px;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{block-size:100%;display:block;inline-size:18px;inset-block-start:0;inset-inline-end:0;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 0 2px;block-size:100%;display:block;inline-size:100%}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{margin-inline-end:38px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-search{margin-block:0;margin-inline:0;padding-block:3px;padding-inline:4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type=text]{background:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 100% -20px;block-size:auto;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;inline-size:100%;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:4px;padding-inline:5px 20px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);clip-path:inset(100% 100%);position:absolute}.gform-theme--foundation .chosen-container-single .chosen-drop{background-clip:padding-box;border-end-end-radius:4px;border-end-start-radius:4px;border-start-end-radius:0;border-start-start-radius:0;margin-block-start:-1px}.gform-theme--foundation .chosen-container .chosen-results{color:#444;margin-block:0 4px;margin-inline:0 4px;max-block-size:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding-block:0;padding-inline:4px 0;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin-block:0;margin-inline:0;word-wrap:break-word;padding-block:5px;padding-inline:6px;-webkit-touch-callout:none}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform-theme--foundation .chosen-container .chosen-results li.group-option{padding-inline-start:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);block-size:auto;border:1px solid #aaa;cursor:text;inline-size:100%;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:inline-start;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:0 0!important;block-size:25px;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;inline-size:25px;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin-block:3px;margin-inline:0 5px;max-inline-size:100%;padding-block:3px;padding-inline:5px 20px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:4px;inset-inline-end:3px;position:absolute}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;color:#666;padding-inline-end:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-inline-start:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222}.gform-theme--foundation .chosen-disabled{cursor:default;opacity:.5!important}.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform-theme--foundation .chosen-rtl{direction:rtl}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-position:-30px -20px}@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span,.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container-single .chosen-search input[type=text],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-image:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.gform-theme--foundation .gf_invisible,.gform-theme--foundation .gfield_visibility_hidden{inset-inline-start:-9999px;position:absolute;visibility:hidden}.gform-theme--foundation .gf_hide_charleft .charleft{display:none!important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:.8em}.gform-theme--foundation .ginput_counter_tinymce{border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width:640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_country,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{block-size:32px;display:flex;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{background-image:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;margin-inline-end:.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after{background:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;block-size:10px;content:"";display:block;inline-size:13px;inset-block-end:4px;inset-inline-end:0;position:absolute}.gform-theme--foundation .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:inline-start}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{align-self:center;background-image:url(https://www.smashbrand.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;margin-inline-start:.3em}@media (min-width:640px){.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container,.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gf-field-date-width)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden,.gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden{display:none}.gform-theme--foundation .gform_validation_container{display:none!important}.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:attr(data-label)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-wrap:anywhere}.gform-theme--foundation .gfield_list_group{margin-block-end:var(--gf-field-gap-y)}.gform-theme--foundation .gfield_list_group:last-child{margin-block-end:0}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item select,.gform-theme--foundation .gfield_list_group_item textarea{inline-size:100%}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gf-field-list-btns-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width:640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:none}.gform-theme--foundation .gfield_list_group,.gform-theme--foundation .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gf-field-list-btns-width);justify-content:center}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gf-field-pg-steps-gap-y) var(--gf-field-pg-steps-gap-x)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}.gform-theme--foundation ::-ms-reveal{display:none}.gform-theme--foundation .gfield--type-captcha iframe{block-size:78px;inline-size:100%}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gf-field-time-width)}.gform-theme--foundation .hour_minute_colon{display:none}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}html[dir=rtl] .gform-theme--foundation .gfield--type-time .gform-grid-row{flex-direction:row-reverse;justify-content:flex-end}@media (min-width:640px){.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio{display:grid}.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all{grid-column:1/-1}.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(2,1fr)}.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(3,1fr)}.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(4,1fr)}.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(5,1fr)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{display:block;line-height:0;margin-block-start:calc(var(--gf-field-choice-gap) * -1)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;display:grid;inline-size:100%;padding-block-start:var(--gf-field-choice-gap)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline{width:-moz-fit-content;width:fit-content}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all{-moz-column-span:all;column-span:all;margin-block-start:calc(var(--gf-field-choice-meta-margin-y-start) + var(--gf-field-choice-gap))}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:2;column-count:2}.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:3;column-count:3}.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:4;column-count:4}.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:5;column-count:5}.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:12px 16px}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{margin-block-start:0}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin-block:1.25rem!important;margin-inline:0!important;padding:1.25rem!important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{block-size:auto;display:table-cell;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;margin-inline-end:.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gfield,.gform-theme--foundation .gf_simple_horizontal .ginput_container{margin-block-start:0!important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message),.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label{block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221,215,131,.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%);background-color:#fffbcc;border-block-end:1px solid #e6db55;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:#dbf2b7;background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%);background-color:#fffbcc;border-block-end:1px solid #a7c37c;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before{background:rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";inline-size:50%;inset-block:80% 15px;inset-inline-start:10px;max-inline-size:40%;position:absolute;transform:rotate(-3deg);z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after{inset-inline:auto 10px;transform:rotate(3deg)}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}.gform-theme--foundation .gform-loader{align-self:center;animation:gformLoader 1.1s infinite linear;block-size:10em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:10em;position:relative;transform:translateZ(0)}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.gform-theme--api,.gform-theme--framework{--gf-radius:3px;--gf-radius-max-sm:2px;--gf-radius-max-md:3px;--gf-radius-max-lg:8px}.gform-theme--api,.gform-theme--framework{--gf-color-primary:#204ce5;--gf-color-primary-rgb:45,127,251;--gf-color-primary-contrast:#fff;--gf-color-primary-contrast-rgb:255,255,255;--gf-color-primary-darker:#044ad3;--gf-color-primary-lighter:#044ad3;--gf-color-secondary:#fff;--gf-color-secondary-rgb:255,255,255;--gf-color-secondary-contrast:#112337;--gf-color-secondary-contrast-rgb:17,35,55;--gf-color-secondary-darker:#f2f3f5;--gf-color-secondary-lighter:#f2f3f5;--gf-color-out-ctrl-dark:#585e6a;--gf-color-out-ctrl-dark-rgb:88,94,106;--gf-color-out-ctrl-dark-darker:#112337;--gf-color-out-ctrl-dark-lighter:#686e77;--gf-color-out-ctrl-light:#e5e7eb;--gf-color-out-ctrl-light-rgb:229,231,235;--gf-color-out-ctrl-light-darker:#d2d5db;--gf-color-out-ctrl-light-lighter:#f2f3f5;--gf-color-in-ctrl:#fff;--gf-color-in-ctrl-rgb:255,255,255;--gf-color-in-ctrl-contrast:#112337;--gf-color-in-ctrl-contrast-rgb:17,35,55;--gf-color-in-ctrl-darker:#f2f3f5;--gf-color-in-ctrl-lighter:#f2f3f5;--gf-color-in-ctrl-primary:var(--gf-color-primary);--gf-color-in-ctrl-primary-rgb:var(--gf-color-primary-rgb);--gf-color-in-ctrl-primary-contrast:var(--gf-color-primary-contrast);--gf-color-in-ctrl-primary-contrast-rgb:var(--gf-color-primary-contrast-rgb);--gf-color-in-ctrl-primary-darker:var(--gf-color-primary-darker);--gf-color-in-ctrl-primary-lighter:var(--gf-color-primary-lighter);--gf-color-in-ctrl-dark:#585e6a;--gf-color-in-ctrl-dark-rgb:88,94,106;--gf-color-in-ctrl-dark-darker:#112337;--gf-color-in-ctrl-dark-lighter:#686e77;--gf-color-in-ctrl-light:#e5e7eb;--gf-color-in-ctrl-light-rgb:229,231,235;--gf-color-in-ctrl-light-darker:#d2d5db;--gf-color-in-ctrl-light-lighter:#f2f3f5;--gf-color-danger:#c02b0a;--gf-color-danger-rgb:192,43,10;--gf-color-danger-contrast:#fff;--gf-color-danger-contrast-rgb:255,255,255;--gf-color-success:#399f4b;--gf-color-success-rgb:57,159,75;--gf-color-success-contrast:#fff;--gf-color-success-contrast-rgb:255,255,255}.gform-theme--api,.gform-theme--framework{--gf-icon-font-family:"gform-icons-orbital";--gf-icon-font-size:20px;--gf-icon-ctrl-checkbox:"\e900";--gf-icon-ctrl-select-down:"\e901";--gf-icon-ctrl-select-up:"\e902";--gf-icon-ctrl-select:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-search:url("data:image/svg+xml,%3Csvg width='640' height='640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-cancel:"\e918";--gf-icon-ctrl-number:url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-pwd-hidden:"\e90a";--gf-icon-ctrl-pwd-visible:"\e909";--gf-icon-ctrl-list-item-add:"\e90f";--gf-icon-ctrl-list-item-remove:"\e90e";--gf-icon-ctrl-save-continue:"\e910";--gf-icon-ctrl-pg-numbers-complete:"\e90b";--gf-icon-ctrl-file:"\e911";--gf-icon-ctrl-file-completed:"\e90c";--gf-icon-ctrl-file-cancel:"\e904";--gf-icon-ctrl-file-remove:"\e919";--gf-icon-ctrl-datepicker:"\e91a";--gf-icon-ctrl-datepicker-left:"\e91b";--gf-icon-ctrl-datepicker-right:"\e91c";--gf-icon-ctrl-img-choice-placeholder:"\e922";--gf-icon-tooltip-error:"\e906"}.gform-theme--api,.gform-theme--framework{--gf-padding-x:12px;--gf-padding-y:12px;--gf-label-space-primary:8px;--gf-label-choice-field-space-primary:12px;--gf-label-space-x-secondary:12px;--gf-label-space-y-sm-secondary:-1px;--gf-label-space-y-md-secondary:0;--gf-label-space-y-lg-secondary:1px;--gf-label-space-y-xl-secondary:4px;--gf-label-space-y-secondary:var(--gf-label-space-y-md-secondary);--gf-label-space-tertiary:8px;--gf-desc-space:8px;--gf-desc-choice-field-space:12px}.gform-theme--api,.gform-theme--framework{--gf-transition-duration:0.15s;--gf-transition-ctrl:var(--gf-transition-duration)}.gform-theme--api,.gform-theme--framework{--gf-font-family-base:initial;--gf-font-style-base:normal;--gf-font-family-primary:var(--gf-font-family-base);--gf-font-size-primary:14px;--gf-font-style-primary:var(--gf-font-style-base);--gf-font-weight-primary:400;--gf-letter-spacing-primary:0;--gf-line-height-primary:1.5;--gf-font-family-secondary:var(--gf-font-family-base);--gf-font-size-secondary:14px;--gf-font-style-secondary:var(--gf-font-style-base);--gf-font-weight-secondary:500;--gf-letter-spacing-secondary:0;--gf-line-height-secondary:1.43;--gf-font-family-tertiary:var(--gf-font-family-base);--gf-font-size-tertiary:14px;--gf-font-style-tertiary:var(--gf-font-style-base);--gf-font-weight-tertiary:400;--gf-letter-spacing-tertiary:0;--gf-line-height-tertiary:1.43}.gform-theme--api,.gform-theme--framework{--gf-ctrl-bg-color:var(--gf-color-in-ctrl);--gf-ctrl-bg-color-hover:var(--gf-ctrl-bg-color);--gf-ctrl-bg-color-focus:var(--gf-ctrl-bg-color);--gf-ctrl-bg-color-disabled:var(--gf-color-in-ctrl-light-lighter);--gf-ctrl-bg-color-error:var(--gf-ctrl-bg-color);--gf-ctrl-border-color:var(--gf-color-in-ctrl-dark-lighter);--gf-ctrl-border-color-hover:var(--gf-ctrl-border-color);--gf-ctrl-border-color-focus:var(--gf-color-primary);--gf-ctrl-border-color-disabled:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-border-color-error:var(--gf-color-danger);--gf-ctrl-border-style:solid;--gf-ctrl-border-width:1px;--gf-ctrl-radius:var(--gf-radius);--gf-ctrl-radius-max-sm:min(var(--gf-ctrl-radius), var(--gf-radius-max-sm));--gf-ctrl-radius-max-md:min(var(--gf-ctrl-radius), var(--gf-radius-max-md));--gf-ctrl-radius-max-lg:min(var(--gf-ctrl-radius), var(--gf-radius-max-lg));--gf-ctrl-outline-color:transparent;--gf-ctrl-outline-color-focus:rgba(var(--gf-color-primary-rgb), 0.65);--gf-ctrl-outline-offset:1px;--gf-ctrl-outline-style:solid;--gf-ctrl-outline-width:0;--gf-ctrl-outline-width-focus:3px;--gf-ctrl-color:var(--gf-color-in-ctrl-contrast);--gf-ctrl-color-hover:var(--gf-ctrl-color);--gf-ctrl-color-focus:var(--gf-ctrl-color);--gf-ctrl-color-disabled:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.6);--gf-ctrl-color-error:var(--gf-ctrl-color);--gf-ctrl-icon-color:var(--gf-color-in-ctrl-dark-lighter);--gf-ctrl-icon-color-hover:var(--gf-color-in-ctrl-dark-darker);--gf-ctrl-icon-color-focus:var(--gf-ctrl-icon-color-hover);--gf-ctrl-icon-color-disabled:var(--gf-ctrl-icon-color);--gf-ctrl-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-ctrl-accent-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-appearance:none;--gf-ctrl-size-sm:35px;--gf-ctrl-size-md:38px;--gf-ctrl-size-lg:47px;--gf-ctrl-size-xl:54px;--gf-ctrl-size:var(--gf-ctrl-size-md);--gf-ctrl-padding-x:var(--gf-padding-x);--gf-ctrl-padding-y:0;--gf-ctrl-transition:var(--gf-transition-ctrl);--gf-ctrl-font-family:var(--gf-font-family-primary);--gf-ctrl-font-size:var(--gf-font-size-primary);--gf-ctrl-font-style:var(--gf-font-style-base);--gf-ctrl-font-weight:var(--gf-font-weight-primary);--gf-ctrl-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-line-height:var(--gf-ctrl-size);--gf-ctrl-placeholder-color:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.7);--gf-ctrl-placeholder-font-family:var(--gf-ctrl-font-family);--gf-ctrl-placeholder-font-size:var(--gf-ctrl-font-size);--gf-ctrl-placeholder-font-style:var(--gf-ctrl-font-style);--gf-ctrl-placeholder-font-weight:var(--gf-ctrl-font-weight);--gf-ctrl-placeholder-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-ctrl-placeholder-opacity:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-readonly-color:var(--gf-ctrl-color);--gf-ctrl-readonly-font-family:var(--gf-ctrl-font-family);--gf-ctrl-readonly-font-size:var(--gf-ctrl-font-size);--gf-ctrl-readonly-font-style:var(--gf-ctrl-font-style);--gf-ctrl-readonly-font-weight:500;--gf-ctrl-readonly-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-ctrl-readonly-line-height:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-btn-radius:var(--gf-radius);--gf-ctrl-btn-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-ctrl-btn-shadow-hover:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-shadow-focus:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-shadow-disabled:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-opacity:1;--gf-ctrl-btn-opacity-disabled:0.5;--gf-ctrl-btn-size-xs:30px;--gf-ctrl-btn-size-sm:var(--gf-ctrl-size-sm);--gf-ctrl-btn-size-md:var(--gf-ctrl-size-md);--gf-ctrl-btn-size-lg:var(--gf-ctrl-size-lg);--gf-ctrl-btn-size-xl:var(--gf-ctrl-size-xl);--gf-ctrl-btn-size:var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-padding-x-xs:8px;--gf-ctrl-btn-padding-x-sm:12px;--gf-ctrl-btn-padding-x-md:16px;--gf-ctrl-btn-padding-x-lg:20px;--gf-ctrl-btn-padding-x-xl:24px;--gf-ctrl-btn-padding-x:var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-padding-y:0;--gf-ctrl-btn-font-family:var(--gf-font-family-base);--gf-ctrl-btn-font-size-xs:12px;--gf-ctrl-btn-font-size-sm:14px;--gf-ctrl-btn-font-size-md:14px;--gf-ctrl-btn-font-size-lg:16px;--gf-ctrl-btn-font-size-xl:16px;--gf-ctrl-btn-font-size:var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-font-style:var(--gf-font-style-base);--gf-ctrl-btn-font-weight:500;--gf-ctrl-btn-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-btn-line-height:1;--gf-ctrl-btn-text-decoration:none;--gf-ctrl-btn-text-transform:none;--gf-ctrl-btn-icon:none;--gf-ctrl-btn-icon-font-size:var(--gf-icon-font-size);--gf-ctrl-btn-icon-gap:6px;--gf-ctrl-btn-icon-transition:var(--gf-ctrl-transition);--gf-ctrl-btn-bg-color-primary:var(--gf-color-primary);--gf-ctrl-btn-bg-color-hover-primary:var(--gf-color-primary-darker);--gf-ctrl-btn-bg-color-focus-primary:var(--gf-ctrl-btn-bg-color-primary);--gf-ctrl-btn-bg-color-disabled-primary:var(--gf-ctrl-btn-bg-color-primary);--gf-ctrl-btn-border-color-primary:transparent;--gf-ctrl-btn-border-color-hover-primary:transparent;--gf-ctrl-btn-border-color-focus-primary:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-ctrl-btn-border-color-disabled-primary:transparent;--gf-ctrl-btn-border-style-primary:solid;--gf-ctrl-btn-border-width-primary:1px;--gf-ctrl-btn-color-primary:var(--gf-color-primary-contrast);--gf-ctrl-btn-color-hover-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-color-focus-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-color-disabled-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-icon-color-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-icon-color-hover-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-icon-color-focus-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-icon-color-disabled-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-bg-color-secondary:var(--gf-color-secondary);--gf-ctrl-btn-bg-color-hover-secondary:var(--gf-color-secondary-darker);--gf-ctrl-btn-bg-color-focus-secondary:var(--gf-ctrl-btn-bg-color-secondary);--gf-ctrl-btn-bg-color-disabled-secondary:var(--gf-ctrl-btn-bg-color-secondary);--gf-ctrl-btn-border-color-secondary:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-btn-border-color-hover-secondary:var(--gf-ctrl-btn-border-color-secondary);--gf-ctrl-btn-border-color-focus-secondary:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-ctrl-btn-border-color-disabled-secondary:var(--gf-ctrl-btn-border-color-secondary);--gf-ctrl-btn-border-style-secondary:solid;--gf-ctrl-btn-border-width-secondary:1px;--gf-ctrl-btn-color-secondary:var(--gf-color-secondary-contrast);--gf-ctrl-btn-color-hover-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-color-focus-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-color-disabled-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-icon-color-secondary:var(--gf-ctrl-icon-color);--gf-ctrl-btn-icon-color-hover-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-icon-color-focus-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-icon-color-disabled-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-bg-color-ctrl:var(--gf-color-in-ctrl-primary);--gf-ctrl-btn-bg-color-hover-ctrl:var(--gf-color-in-ctrl-primary-darker);--gf-ctrl-btn-bg-color-focus-ctrl:var(--gf-ctrl-btn-bg-color-ctrl);--gf-ctrl-btn-bg-color-disabled-ctrl:var(--gf-ctrl-btn-bg-color-ctrl);--gf-ctrl-btn-border-color-ctrl:transparent;--gf-ctrl-btn-border-color-hover-ctrl:transparent;--gf-ctrl-btn-border-color-focus-ctrl:var(--gf-ctrl-btn-bg-color-hover-ctrl);--gf-ctrl-btn-border-color-disabled-ctrl:transparent;--gf-ctrl-btn-border-style-ctrl:solid;--gf-ctrl-btn-border-width-ctrl:1px;--gf-ctrl-btn-color-ctrl:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-btn-color-hover-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-color-focus-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-color-disabled-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-icon-color-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-icon-color-hover-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-icon-color-focus-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-icon-color-disabled-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-bg-color-simple:transparent;--gf-ctrl-btn-bg-color-hover-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-bg-color-focus-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-bg-color-disabled-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-border-color-simple:transparent;--gf-ctrl-btn-border-color-hover-simple:var(--gf-ctrl-btn-border-color-simple);--gf-ctrl-btn-border-color-focus-simple:var(--gf-ctrl-border-color-focus);--gf-ctrl-btn-border-color-disabled-simple:var(--gf-ctrl-btn-border-color-simple);--gf-ctrl-btn-border-style-simple:solid;--gf-ctrl-btn-border-width-simple:1px;--gf-ctrl-btn-color-simple:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.65);--gf-ctrl-btn-color-hover-simple:var(--gf-color-out-ctrl-dark);--gf-ctrl-btn-color-focus-simple:var(--gf-ctrl-btn-color-hover-simple);--gf-ctrl-btn-color-disabled-simple:var(--gf-ctrl-btn-color-simple);--gf-ctrl-btn-shadow-simple:none;--gf-ctrl-btn-shadow-hover-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-shadow-focus-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-shadow-disabled-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-size-simple:24px;--gf-ctrl-btn-icon-color-simple:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.9);--gf-ctrl-btn-icon-color-hover-simple:var(--gf-ctrl-btn-color-hover-simple);--gf-ctrl-btn-icon-color-focus-simple:var(--gf-ctrl-btn-color-focus-simple);--gf-ctrl-btn-icon-color-disabled-simple:var(--gf-ctrl-btn-color-disabled-simple)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-choice-check-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-choice-check-color-disabled:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.2);--gf-ctrl-choice-size-sm:18px;--gf-ctrl-choice-size-md:20px;--gf-ctrl-choice-size-lg:22px;--gf-ctrl-choice-size-xl:28px;--gf-ctrl-choice-size:var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-radius:var(--gf-ctrl-radius-max-sm);--gf-ctrl-checkbox-check-size-sm:12px;--gf-ctrl-checkbox-check-size-md:initial;--gf-ctrl-checkbox-check-size-lg:15px;--gf-ctrl-checkbox-check-size-xl:19px;--gf-ctrl-checkbox-check-size:var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-radius:50%;--gf-ctrl-radio-check-content:"";--gf-ctrl-radio-check-size-sm:6px;--gf-ctrl-radio-check-size-md:7px;--gf-ctrl-radio-check-size-lg:8px;--gf-ctrl-radio-check-size-xl:10px;--gf-ctrl-radio-check-size:var(--gf-ctrl-radio-check-size-md)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-date-picker-bg-color:var(--gf-ctrl-bg-color);--gf-ctrl-date-picker-shadow:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-ctrl-date-picker-padding-y:16px 12px;--gf-ctrl-date-picker-padding-y-viewport-sm:16px;--gf-ctrl-date-picker-padding-x:12px;--gf-ctrl-date-picker-padding-x-viewport-sm:16px;--gf-ctrl-date-picker-margin-y-start:12px;--gf-ctrl-date-picker-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-date-picker-width:250px;--gf-ctrl-date-picker-width-viewport-sm:300px;--gf-ctrl-date-picker-header-icons-width:20px;--gf-ctrl-date-picker-header-icons-color:var(--gf-ctrl-icon-color);--gf-ctrl-date-picker-header-icons-color-hover:var(--gf-ctrl-icon-color-hover);--gf-ctrl-date-picker-header-icons-font-size:20px;--gf-ctrl-date-picker-title-color:var(--gf-color-secondary-contrast);--gf-ctrl-date-picker-title-font-size:12px;--gf-ctrl-date-picker-title-font-size-viewport-sm:14px;--gf-ctrl-date-picker-title-font-weight:500;--gf-ctrl-date-picker-title-gap:4px;--gf-ctrl-date-picker-title-gap-viewport-sm:8px;--gf-ctrl-date-picker-title-line-height:1.5;--gf-ctrl-date-picker-title-margin-x:4px;--gf-ctrl-date-picker-title-margin-x-viewport-sm:8px;--gf-ctrl-date-picker-dropdown-bg-img:var(--gf-icon-ctrl-select);--gf-ctrl-date-picker-dropdown-bg-position:var(--gf-ctrl-select-icon-position);--gf-ctrl-date-picker-dropdown-bg-size:var(--gf-ctrl-select-icon-size);--gf-ctrl-date-picker-dropdown-border-color:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-date-picker-dropdown-border-style:var(--gf-ctrl-border-style);--gf-ctrl-date-picker-dropdown-border-width:var(--gf-ctrl-border-width);--gf-ctrl-date-picker-dropdown-shadow:0 1px 2px rgba(0, 0, 0, 0.05);--gf-ctrl-date-picker-dropdown-text-align:start;--gf-ctrl-date-picker-table-margin-y-start:16px;--gf-ctrl-date-picker-table-margin-y-end:0;--gf-ctrl-date-picker-head-cell-font-size:12px;--gf-ctrl-date-picker-head-cell-font-weight:600;--gf-ctrl-date-picker-head-cell-line-height:1.33;--gf-ctrl-date-picker-cell-padding:1px;--gf-ctrl-date-picker-cell-padding-y:6px;--gf-ctrl-date-picker-cell-padding-y-viewport-sm:var(--gf-ctrl-date-picker-cell-padding);--gf-ctrl-date-picker-cell-height:29px;--gf-ctrl-date-picker-cell-height-viewport-sm:40px;--gf-ctrl-date-picker-cell-font-size:14px;--gf-ctrl-date-picker-cell-font-weight:400;--gf-ctrl-date-picker-cell-line-height:1.43;--gf-ctrl-date-picker-cell-content-align-items:center;--gf-ctrl-date-picker-cell-content-bg-color-disabled:transparent;--gf-ctrl-date-picker-cell-content-bg-color-hover:#f4f8ff;--gf-ctrl-date-picker-cell-content-bg-color-selected:var(--gf-color-in-ctrl-primary);--gf-ctrl-date-picker-cell-content-border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-color-in-ctrl-primary);--gf-ctrl-date-picker-cell-content-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-date-picker-cell-content-color:var(--gf-color-secondary-contrast);--gf-ctrl-date-picker-cell-content-color-disabled:#cfd3d9;--gf-ctrl-date-picker-cell-content-color-hover:var(--gf-ctrl-date-picker-cell-content-color);--gf-ctrl-date-picker-cell-content-color-selected:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-date-picker-cell-content-width:27px;--gf-ctrl-date-picker-cell-content-width-viewport-sm:100%}.gform-theme--api,.gform-theme--framework{--gf-ctrl-desc-color:var(--gf-color-out-ctrl-dark);--gf-ctrl-desc-font-family:var(--gf-font-family-tertiary);--gf-ctrl-desc-font-size:var(--gf-font-size-tertiary);--gf-ctrl-desc-font-style:var(--gf-font-style-tertiary);--gf-ctrl-desc-font-weight:var(--gf-font-weight-tertiary);--gf-ctrl-desc-letter-spacing:var(--gf-letter-spacing-tertiary);--gf-ctrl-desc-line-height:var(--gf-line-height-tertiary);--gf-ctrl-desc-color-error:var(--gf-color-danger);--gf-ctrl-desc-font-family-error:var(--gf-ctrl-desc-font-family);--gf-ctrl-desc-font-size-error:var(--gf-ctrl-desc-font-size);--gf-ctrl-desc-font-style-error:var(--gf-ctrl-desc-font-style);--gf-ctrl-desc-font-weight-error:var(--gf-ctrl-desc-font-weight);--gf-ctrl-desc-letter-spacing-error:var(--gf-ctrl-desc-letter-spacing);--gf-ctrl-desc-line-height-error:var(--gf-ctrl-desc-line-height);--gf-ctrl-desc-border-color-consent:var(--gf-color-out-ctrl-light-darker);--gf-ctrl-desc-border-color-consent-focus:var(--gf-ctrl-border-color-focus);--gf-ctrl-desc-border-style-consent:solid;--gf-ctrl-desc-border-width-consent:1px;--gf-ctrl-desc-max-height-consent:456px}.gform-theme--api,.gform-theme--framework{--gf-ctrl-file-padding-x:0 var(--gf-ctrl-padding-x);--gf-ctrl-file-btn-bg-color:var(--gf-color-secondary-darker);--gf-ctrl-file-btn-bg-color-hover:var(--gf-color-secondary);--gf-ctrl-file-btn-bg-color-focus:var(--gf-ctrl-file-btn-bg-color);--gf-ctrl-file-btn-bg-color-disabled:var(--gf-ctrl-file-btn-bg-color);--gf-ctrl-file-btn-border-inline-end-width:1px;--gf-ctrl-file-btn-border-inline-end-style:solid;--gf-ctrl-file-btn-border-inline-end-color:var(--gf-ctrl-border-color);--gf-ctrl-file-btn-border-inline-end-color-hover:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-border-inline-end-color-focus:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-border-inline-end-color-disabled:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-radius:var(--gf-ctrl-radius);--gf-ctrl-file-btn-color:rgba(var(--gf-color-secondary-contrast-rgb), 0.725);--gf-ctrl-file-btn-color-hover:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-color-focus:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-color-disabled:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-font-family:var(--gf-font-family-base);--gf-ctrl-file-btn-font-size:14px;--gf-ctrl-file-btn-font-style:var(--gf-font-style-base);--gf-ctrl-file-btn-font-weight:500;--gf-ctrl-file-btn-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-file-btn-line-height:1.43;--gf-ctrl-file-btn-text-decoration:none;--gf-ctrl-file-btn-text-transform:none;--gf-ctrl-file-btn-margin-x:0 12px;--gf-ctrl-file-btn-padding-x:12px;--gf-ctrl-file-btn-transition:var(--gf-ctrl-transition);--gf-ctrl-file-zone-border-style:dashed;--gf-ctrl-file-zone-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-file-zone-color:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.725);--gf-ctrl-file-zone-height:auto;--gf-ctrl-file-zone-padding-x:40px;--gf-ctrl-file-zone-padding-y:40px;--gf-ctrl-file-zone-instructions-margin-y-end:12px;--gf-ctrl-file-zone-font-weight:500;--gf-ctrl-file-zone-line-height:1;--gf-ctrl-file-zone-icon-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-file-zone-icon-font-size:36px;--gf-ctrl-file-zone-icon-margin-y-end:8px;--gf-ctrl-file-prog-ui-gap:12px;--gf-ctrl-file-prog-ui-size:var(--gf-icon-font-size);--gf-ctrl-file-prog-bar-bg-color:var(--gf-color-out-ctrl-light);--gf-ctrl-file-prog-bar-bg-color-loading:var(--gf-color-primary);--gf-ctrl-file-prog-bar-height:6px;--gf-ctrl-file-prog-bar-radius:var(--gf-radius);--gf-ctrl-file-prog-bar-transition:var(--gf-transition-ctrl);--gf-ctrl-file-prog-text-color:var(--gf-ctrl-desc-color);--gf-ctrl-file-prog-text-min-width:33px;--gf-ctrl-file-prog-text-font-size:12px;--gf-ctrl-file-prog-btn-inset-y-start:-2px;--gf-ctrl-file-prog-btn-inset-x-end:-2px;--gf-ctrl-file-prog-btn-position:absolute;--gf-ctrl-file-prog-btn-font-size-cancel:0;--gf-ctrl-file-prog-btn-icon-size:var(--gf-icon-font-size);--gf-ctrl-file-prog-btn-icon-color-complete:var(--gf-color-success);--gf-ctrl-file-prev-area-gap:16px;--gf-ctrl-file-prev-area-margin-y-start:16px;--gf-ctrl-file-prev-font-family:var(--gf-font-family-secondary);--gf-ctrl-file-prev-font-size:var(--gf-font-size-secondary);--gf-ctrl-file-prev-font-style:var(--gf-font-style-secondary);--gf-ctrl-file-prev-font-weight:var(--gf-font-weight-secondary);--gf-ctrl-file-prev-letter-spacing:var(--gf-letter-spacing-secondary);--gf-ctrl-file-prev-line-height:1;--gf-ctrl-file-prev-gap:4px;--gf-ctrl-file-prev-name-color:var(--gf-ctrl-label-color-primary);--gf-ctrl-file-prev-name-line-height:var(--gf-line-height-secondary);--gf-ctrl-file-prev-name-overflow:hidden;--gf-ctrl-file-prev-name-padding-x-end:calc(var(--gf-ctrl-file-prog-btn-icon-size) + var(--gf-ctrl-file-prog-text-min-width) + calc(var(--gf-ctrl-file-prog-ui-gap) * 2));--gf-ctrl-file-prev-name-text-overflow:ellipsis;--gf-ctrl-file-prev-name-white-space:nowrap;--gf-ctrl-file-prev-size-color:var(--gf-ctrl-desc-color)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-label-color-primary:var(--gf-color-out-ctrl-dark-darker);--gf-ctrl-label-font-family-primary:var(--gf-font-family-secondary);--gf-ctrl-label-font-size-primary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-primary:var(--gf-font-style-secondary);--gf-ctrl-label-font-weight-primary:var(--gf-font-weight-secondary);--gf-ctrl-label-letter-spacing-primary:var(--gf-letter-spacing-secondary);--gf-ctrl-label-line-height-primary:var(--gf-line-height-secondary);--gf-ctrl-label-color-secondary:var(--gf-color-out-ctrl-dark-darker);--gf-ctrl-label-font-family-secondary:var(--gf-font-family-secondary);--gf-ctrl-label-font-size-secondary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-secondary:var(--gf-font-style-secondary);--gf-ctrl-label-font-weight-secondary:400;--gf-ctrl-label-letter-spacing-secondary:var(--gf-letter-spacing-secondary);--gf-ctrl-label-line-height-secondary:var(--gf-line-height-secondary);--gf-ctrl-label-color-tertiary:var(--gf-color-out-ctrl-dark);--gf-ctrl-label-font-family-tertiary:var(--gf-font-family-tertiary);--gf-ctrl-label-font-size-tertiary:var(--gf-font-size-tertiary);--gf-ctrl-label-font-style-tertiary:var(--gf-font-style-tertiary);--gf-ctrl-label-font-weight-tertiary:var(--gf-font-weight-tertiary);--gf-ctrl-label-letter-spacing-tertiary:var(--gf-letter-spacing-tertiary);--gf-ctrl-label-line-height-tertiary:var(--gf-line-height-tertiary);--gf-ctrl-label-color-quaternary:var(--gf-color-out-ctrl-dark);--gf-ctrl-label-font-family-quaternary:var(--gf-font-family-tertiary);--gf-ctrl-label-font-size-quaternary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-quaternary:var(--gf-font-style-tertiary);--gf-ctrl-label-font-weight-quaternary:var(--gf-font-weight-secondary);--gf-ctrl-label-letter-spacing-quaternary:var(--gf-letter-spacing-tertiary);--gf-ctrl-label-line-height-quaternary:var(--gf-line-height-tertiary);--gf-ctrl-label-color-req:var(--gf-color-danger);--gf-ctrl-label-font-family-req:var(--gf-ctrl-label-font-family-primary);--gf-ctrl-label-font-size-req:12px;--gf-ctrl-label-font-style-req:var(--gf-ctrl-label-font-style-primary);--gf-ctrl-label-font-weight-req:var(--gf-ctrl-label-font-weight-primary);--gf-ctrl-label-letter-spacing-req:var(--gf-ctrl-label-letter-spacing-primary);--gf-ctrl-label-line-height-req:var(--gf-ctrl-label-line-height-primary)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-number-spin-btn-appearance:var(--gf-ctrl-appearance);--gf-ctrl-number-spin-btn-bg-position:center center;--gf-ctrl-number-spin-btn-bg-size:8px 14px;--gf-ctrl-number-spin-btn-width:8px;--gf-ctrl-number-spin-btn-opacity:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-select-icon:var(--gf-icon-ctrl-select);--gf-ctrl-select-icon-hover:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-focus:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-disabled:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-position:calc(100% - var(--gf-ctrl-padding-x)) center;--gf-ctrl-select-icon-size:10px;--gf-ctrl-select-ms-expand:none;--gf-ctrl-select-padding-x:var(--gf-ctrl-padding-x) calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x));--gf-ctrl-multiselect-height:130px;--gf-ctrl-multiselect-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-multiselect-line-height:1.5;--gf-ctrl-multiselect-padding-y:var(--gf-padding-y);--gf-ctrl-select-dropdown-border-color:transparent;--gf-ctrl-select-dropdown-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-select-dropdown-shadow:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-ctrl-select-dropdown-option-bg-color-hover:var(--gf-color-in-ctrl-light-lighter);--gf-ctrl-select-dropdown-option-shadow-hover:inset 3px 0 0 var(--gf-color-in-ctrl-primary);--gf-ctrl-select-search-icon-size:var(--gf-icon-font-size);--gf-ctrl-select-search-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-padding-x:calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x) + 8px) var(--gf-ctrl-padding-x);--gf-ctrl-multiselect-close-icon-size:var(--gf-icon-font-size);--gf-ctrl-multiselect-close-icon-inset-y-start:calc(50% - (var(--gf-ctrl-multiselect-close-icon-size) / 2));--gf-ctrl-multiselect-close-icon-inset-x-end:calc((var(--gf-ctrl-padding-x) / 2) + 2px);--gf-ctrl-multiselect-selected-item-bg-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-multiselect-selected-item-radius:33px;--gf-ctrl-multiselect-selected-item-color:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-multiselect-selected-item-font-size:var(--gf-ctrl-font-size);--gf-ctrl-multiselect-selected-item-font-weight:600;--gf-ctrl-multiselect-selected-item-remove-icon-color:var(--gf-color-in-ctrl-primary-contrast)}html[dir=rtl] .gform-theme--api,html[dir=rtl] .gform-theme--framework{--gf-ctrl-select-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-icon-position:calc(100% - var(--gf-padding-x)) center}.gform-theme--api,.gform-theme--framework{--gf-ctrl-textarea-height:130px;--gf-ctrl-textarea-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-textarea-line-height:1.5;--gf-ctrl-textarea-padding-y:var(--gf-padding-y);--gf-ctrl-textarea-resize:vertical}.gform-theme--api,.gform-theme--framework{--gf-field-date-ctrl-padding-x-end:calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 4px);--gf-field-date-icon-color:var(--gf-ctrl-icon-color);--gf-field-date-icon-color-hover:var(--gf-ctrl-icon-color-hover);--gf-field-date-icon-transition:var(--gf-ctrl-transition);--gf-field-date-custom-icon-max-height:16px;--gf-field-date-custom-icon-max-width:16px;--gf-field-date-custom-icon-opacity:0.6;--gf-field-date-custom-icon-opacity-hover:1}.gform-theme--api,.gform-theme--framework{--gf-field-choice-gap:var(--gf-label-space-x-secondary);--gf-field-choice-align-x-gap-y:var(--gf-field-choice-gap);--gf-field-choice-align-x-gap-x:16px;--gf-field-choice-meta-margin-y-start:4px;--gf-field-choice-meta-space:16px;--gf-field-choice-other-ctrl-max-width:256px;--gf-field-img-choice-aspect-ratio:1/1;--gf-field-img-choice-gap:var(--gf-field-gap-x);--gf-field-img-choice-margin-y-end:12px;--gf-field-img-choice-placeholder-icon-font-size:60px;--gf-field-img-choice-radius-square:var(--gf-ctrl-radius-max-sm);--gf-field-img-choice-radius-round:50%;--gf-field-img-choice-shadow:0 0 0 rgba(18, 25, 97, 0.05),0 2px 5px rgba(18, 25, 97, 0.1),0 1px 1px rgba(18, 25, 97, 0.15);--gf-field-img-choice-shadow-hover:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-field-img-choice-size-sm:125px;--gf-field-img-choice-size-md:200px;--gf-field-img-choice-size-lg:300px;--gf-field-img-choice-size:var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-placeholder-bg-color:rgba(var(--gf-color-in-ctrl-light-rgb), 0.05);--gf-field-img-choice-card-placeholder-color:rgba(var(--gf-color-in-ctrl-dark-rgb), 0.4);--gf-field-img-choice-card-check-ind-bg-color:var(--gf-color-in-ctrl-primary);--gf-field-img-choice-card-check-ind-icon-color:var(--gf-color-in-ctrl-primary-contrast);--gf-field-img-choice-card-space-sm:8px;--gf-field-img-choice-card-space-md:12px;--gf-field-img-choice-card-space-lg:16px;--gf-field-img-choice-card-space:var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-no-card-placeholder-bg-color:rgba(var(--gf-color-out-ctrl-light-rgb), 0.05);--gf-field-img-choice-no-card-placeholder-color:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.4);--gf-field-img-choice-no-card-check-ind-bg-color:var(--gf-color-in-ctrl-primary);--gf-field-img-choice-no-card-check-ind-icon-color:var(--gf-color-in-ctrl-primary-contrast);--gf-field-img-choice-check-ind-icon:var(--gf-icon-ctrl-checkbox);--gf-field-img-choice-check-ind-radius:50%;--gf-field-img-choice-check-ind-shadow:drop-shadow(0 1px 1px rgba(18, 25, 97, 0.15)) drop-shadow(0 2px 5px rgba(18, 25, 97, 0.1)) drop-shadow(0 0 0 rgba(18, 25, 97, 0.05));--gf-field-img-choice-check-ind-size-sm:24px;--gf-field-img-choice-check-ind-size-md:38px;--gf-field-img-choice-check-ind-size-lg:64px;--gf-field-img-choice-check-ind-size:var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size-sm:12px;--gf-field-img-choice-check-ind-icon-size-md:var(--gf-icon-font-size);--gf-field-img-choice-check-ind-icon-size-lg:30px;--gf-field-img-choice-check-ind-icon-size:var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-img-choice-ctrl-opacity:1;--gf-field-img-choice-ctrl-opacity-disabled:0.5;--gf-field-img-choice-other-ctrl-margin-y-start:16px}.gform-theme--api,.gform-theme--framework{--gf-field-list-btn-size:16px;--gf-field-list-btn-radius:50%;--gf-field-list-btn-font-size:0;--gf-field-list-btn-padding-y:0;--gf-field-list-btn-padding-x:0}.gform-theme--api,.gform-theme--framework{--gf-field-pg-prog-color:var(--gf-color-out-ctrl-dark);--gf-field-pg-prog-margin-y-end:24px;--gf-field-pg-prog-title-margin-y-end:16px;--gf-field-pg-prog-font-family:var(--gf-font-family-base);--gf-field-pg-prog-font-size:14px;--gf-field-pg-prog-font-style:var(--gf-font-style-base);--gf-field-pg-prog-font-weight:600;--gf-field-pg-prog-letter-spacing:0;--gf-field-pg-prog-line-height:1;--gf-field-pg-prog-text-transform:uppercase;--gf-field-pg-prog-bar-bg-color:var(--gf-color-out-ctrl-light);--gf-field-pg-prog-bar-bg-color-blue:#204ce5;--gf-field-pg-prog-bar-bg-color-gray:var(--gf-color-out-ctrl-dark);--gf-field-pg-prog-bar-bg-color-green:#31c48d;--gf-field-pg-prog-bar-bg-color-orange:#ff5a1f;--gf-field-pg-prog-bar-bg-color-red:#c02b0a;--gf-field-pg-prog-bar-bg-gradient-spring:linear-gradient(270deg, #9cd790 0%, #76d7db 100%);--gf-field-pg-prog-bar-bg-gradient-blues:linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);--gf-field-pg-prog-bar-bg-gradient-rainbow:linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);--gf-field-pg-prog-bar-radius:100px;--gf-field-pg-prog-bar-height:10px;--gf-field-pg-steps-number-bg-color:transparent;--gf-field-pg-steps-number-bg-color-active:var(--gf-color-out-ctrl-light);--gf-field-pg-steps-number-bg-color-complete:var(--gf-color-primary);--gf-field-pg-steps-number-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-pg-steps-number-border-color-active:transparent;--gf-field-pg-steps-number-border-color-complete:var(--gf-color-primary);--gf-field-pg-steps-number-border-style:solid;--gf-field-pg-steps-number-border-width:2px;--gf-field-pg-steps-number-radius:50%;--gf-field-pg-steps-number-color:var(--gf-color-out-ctrl-dark);--gf-field-pg-steps-number-color-active:var(--gf-field-pg-steps-number-color);--gf-field-pg-steps-number-color-complete:var(--gf-color-primary-contrast);--gf-field-pg-steps-icon-font-size:var(--gf-icon-font-size);--gf-field-pg-steps-number-size:32px;--gf-field-pg-steps-step-gap:12px}.gform-theme--api,.gform-theme--framework{--gf-field-pwd-ctrl-padding-x-end:calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 8px);--gf-field-pwd-str-bg-color:transparent;--gf-field-pwd-str-bg-color-mismatch:transparent;--gf-field-pwd-str-bg-color-short:transparent;--gf-field-pwd-str-bg-color-bad:transparent;--gf-field-pwd-str-bg-color-good:transparent;--gf-field-pwd-str-bg-color-strong:transparent;--gf-field-pwd-str-border-color:transparent;--gf-field-pwd-str-border-color-mismatch:transparent;--gf-field-pwd-str-border-color-short:transparent;--gf-field-pwd-str-border-color-bad:transparent;--gf-field-pwd-str-border-color-good:transparent;--gf-field-pwd-str-border-color-strong:transparent;--gf-field-pwd-str-border-style:var(--gf-ctrl-border-style);--gf-field-pwd-str-border-width:0;--gf-field-pwd-str-radius:0;--gf-field-pwd-str-color:var(--gf-color-out-ctrl-dark);--gf-field-pwd-str-color-mismatch:#c02b0a;--gf-field-pwd-str-color-short:#c02b0a;--gf-field-pwd-str-color-bad:#ff5a1f;--gf-field-pwd-str-color-good:#8b6c32;--gf-field-pwd-str-color-strong:#399f4b;--gf-field-pwd-str-margin-y-start:16px;--gf-field-pwd-str-padding-y:0;--gf-field-pwd-str-padding-x:calc(65px + 8px) 0;--gf-field-pwd-str-font-family:var(--gf-font-family-secondary);--gf-field-pwd-str-font-size:var(--gf-font-size-primary);--gf-field-pwd-str-font-style:var(--gf-font-style-secondary);--gf-field-pwd-str-font-weight:var(--gf-font-weight-secondary);--gf-field-pwd-str-letter-spacing:var(--gf-letter-spacing-secondary);--gf-field-pwd-str-line-height:1;--gf-field-pwd-str-text-align:start;--gf-field-pwd-str-transition:var(--gf-transition-ctrl);--gf-field-pwd-str-ind-bg-color:var(--gf-color-out-ctrl-light);--gf-field-pwd-str-ind-bg-color-mismatch:var(--gf-field-pwd-str-color-mismatch);--gf-field-pwd-str-ind-bg-color-short:var(--gf-field-pwd-str-color-short);--gf-field-pwd-str-ind-bg-color-bad:var(--gf-field-pwd-str-color-bad);--gf-field-pwd-str-ind-bg-color-good:var(--gf-field-pwd-str-color-good);--gf-field-pwd-str-ind-bg-color-strong:var(--gf-field-pwd-str-color-strong);--gf-field-pwd-str-ind-radius:var(--gf-radius);--gf-field-pwd-str-ind-display:inline-block;--gf-field-pwd-str-ind-inset-y-start:50%;--gf-field-pwd-str-ind-inset-x-start:0;--gf-field-pwd-str-ind-position:absolute;--gf-field-pwd-str-ind-height:6px;--gf-field-pwd-str-ind-width:65px;--gf-field-pwd-str-ind-width-blank:0;--gf-field-pwd-str-ind-width-mismatch:65px;--gf-field-pwd-str-ind-width-short:22px;--gf-field-pwd-str-ind-width-bad:37px;--gf-field-pwd-str-ind-width-good:46px;--gf-field-pwd-str-ind-width-strong:65px;--gf-field-pwd-str-ind-content:"";--gf-field-pwd-str-ind-transform:translateY(-50%);--gf-field-pwd-str-ind-transition:var(--gf-transition-ctrl)}.gform-theme--api,.gform-theme--framework{--gf-field-prod-price-color:var(--gf-ctrl-label-color-primary);--gf-field-prod-quant-margin-y-end:var(--gf-field-gap-y);--gf-field-prod-quant-width:150px}.gform-theme--api,.gform-theme--framework{--gf-field-repeater-gap-y:var(--gf-form-gap-y);--gf-field-repeater-btn-inline-gap:var(--gf-form-gap-x);--gf-field-repeater-separator-color:var(--gf-color-out-ctrl-light-darker);--gf-field-repeater-separator-size:1px;--gf-field-repeater-nested-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-repeater-nested-border-size:1px;--gf-field-repeater-nested-border-style:solid;--gf-field-repeater-nested-padding-x-start:20px}.gform-theme--api,.gform-theme--framework{--gf-field-section-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-section-border-style:solid;--gf-field-section-border-width:1px;--gf-field-section-padding-y-end:8px}.gform-theme--api,.gform-theme--framework{--gf-form-validation-bg-color:rgba(var(--gf-color-danger-rgb), 0.03);--gf-form-validation-border-color:rgba(var(--gf-color-danger-rgb), 0.25);--gf-form-validation-border-color-focus:var(--gf-color-danger);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-radius:var(--gf-ctrl-radius-max-md);--gf-form-validation-outline-color-focus:rgba(var(--gf-color-danger-rgb), 0.65);--gf-form-validation-outline-focus:var(--gf-ctrl-outline-width-focus) var(--gf-ctrl-outline-style) var(--gf-form-validation-outline-color-focus);--gf-form-validation-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-form-validation-color:var(--gf-color-danger);--gf-form-validation-font-family:var(--gf-font-family-primary);--gf-form-validation-font-size:var(--gf-font-size-primary);--gf-form-validation-line-height:1.43;--gf-form-validation-gap:8px;--gf-form-validation-margin-y:0 var(--gf-form-gap-y);--gf-form-validation-padding-y:20px;--gf-form-validation-padding-x:16px;--gf-form-validation-heading-color:var(--gf-form-validation-color);--gf-form-validation-heading-font-family:var(--gf-form-validation-font-family);--gf-form-validation-heading-font-size:var(--gf-form-validation-font-size);--gf-form-validation-heading-font-weight:500;--gf-form-validation-heading-line-height:var(--gf-form-validation-line-height);--gf-form-validation-heading-gap:12px;--gf-form-validation-heading-icon-bg-color:rgba(var(--gf-color-danger-rgb), 0.05);--gf-form-validation-heading-icon-border-color:var(--gf-form-validation-border-color);--gf-form-validation-heading-icon-border-width:2px;--gf-form-validation-heading-icon-border-style:var(--gf-form-validation-border-style);--gf-form-validation-heading-icon-radius:50%;--gf-form-validation-heading-icon-color:var(--gf-form-validation-heading-color);--gf-form-validation-heading-icon-font-size:18px;--gf-form-validation-heading-icon-size:20px;--gf-form-validation-summary-color:var(--gf-form-validation-color);--gf-form-validation-summary-font-family:var(--gf-form-validation-font-family);--gf-form-validation-summary-font-size:var(--gf-form-validation-font-size);--gf-form-validation-summary-font-weight:400;--gf-form-validation-summary-line-height:var(--gf-form-validation-line-height);--gf-form-validation-summary-margin-y-start:4px;--gf-form-validation-summary-padding-x:48px;--gf-form-validation-summary-item-link-text-decoration:underline}.gform-theme--api,.gform-theme--framework{--gf-form-spinner-fg-color:var(--gf-color-primary);--gf-form-spinner-bg-color:rgba(var(--gf-color-primary-rgb), 0.1)}@font-face{font-family:gform-icons-orbital;src:url('https://www.smashbrand.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff2?gxy8zs') format('woff2'),url('https://www.smashbrand.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.ttf?gxy8zs') format('truetype'),url('https://www.smashbrand.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff?gxy8zs') format('woff'),url('https://www.smashbrand.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.svg?gxy8zs#gform-icons-orbital') format('svg');font-weight:400;font-style:normal;font-display:swap;}.gform-orbital-icon{font-family:var(--gf-icon-font-family)!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform-orbital-icon--photograph:before{content:"\e922"}.gform-orbital-icon--arrow-back:before{content:"\e921"}.gform-orbital-icon--calendar-alt:before{content:"\e91a"}.gform-orbital-icon--selector:before{content:"\e90d"}.gform-orbital-icon--search:before{content:"\e917"}.gform-orbital-icon--trash:before{content:"\e919"}.gform-orbital-icon--cloud-upload-alt:before{content:"\e911"}.gform-orbital-icon--arrow-up:before{content:"\e912"}.gform-orbital-icon--arrow-down:before{content:"\e914"}.gform-orbital-icon--arrow-left:before{content:"\e915"}.gform-orbital-icon--arrow-right:before{content:"\e916"}.gform-orbital-icon--arrow-narrow-right:before{content:"\e913"}.gform-orbital-icon--arrow-sm-left:before{content:"\e91f"}.gform-orbital-icon--arrow-sm-right:before{content:"\e920"}.gform-orbital-icon--save-as:before{content:"\e910"}.gform-orbital-icon--minus-alt:before{content:"\e90e"}.gform-orbital-icon--plus-alt:before{content:"\e90f"}.gform-orbital-icon--eye-off:before{content:"\e90a"}.gform-orbital-icon--eye:before{content:"\e909"}.gform-orbital-icon--check-circle:before{content:"\e90c"}.gform-orbital-icon--check-mark:before{content:"\e900"}.gform-orbital-icon--check:before{content:"\e90b"}.gform-orbital-icon--check-mark-simple:before{content:"\e905"}.gform-orbital-icon--exclamation-simple:before{content:"\e906"}.gform-orbital-icon--information-simple:before{content:"\e907"}.gform-orbital-icon--question-mark-simple:before{content:"\e908"}.gform-orbital-icon--chevron-down:before{content:"\e901"}.gform-orbital-icon--chevron-up:before{content:"\e902"}.gform-orbital-icon--chevron-left:before{content:"\e91b"}.gform-orbital-icon--chevron-right:before{content:"\e91c"}.gform-orbital-icon--chevron-double-left:before{content:"\e91d"}.gform-orbital-icon--chevron-double-right:before{content:"\e91e"}.gform-orbital-icon--minus:before{content:"\e903"}.gform-orbital-icon--x-circle:before{content:"\e918"}.gform-orbital-icon--x:before{content:"\e904"}.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-appearance:var(--gf-ctrl-appearance);--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-height:var(--gf-ctrl-size);--gf-local-radius:var(--gf-ctrl-radius);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-border-width:var(--gf-ctrl-border-width);--gf-local-border-style:var(--gf-ctrl-border-style);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-ctrl-color);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-font-family);--gf-local-font-size:var(--gf-ctrl-font-size);--gf-local-font-style:var(--gf-ctrl-font-style);--gf-local-font-weight:var(--gf-ctrl-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-local-line-height:var(--gf-ctrl-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-offset:var(--gf-ctrl-outline-offset);--gf-local-outline-style:var(--gf-ctrl-outline-style);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-padding-x:var(--gf-ctrl-padding-x);--gf-local-padding-y:var(--gf-ctrl-padding-y);--gf-local-shadow:var(--gf-ctrl-shadow);--gf-local-transition:var(--gf-ctrl-transition);--gf-local-width:100%;-webkit-appearance:var(--gf-local-appearance);-moz-appearance:var(--gf-local-appearance);appearance:var(--gf-local-appearance);background-color:var(--gf-local-bg-color);block-size:var(--gf-local-height);border-block-end:var(--gf-local-border-block-end);border-block-start:var(--gf-local-border-block-start);border-inline-end:var(--gf-local-border-inline-end);border-inline-start:var(--gf-local-border-inline-start);border-radius:var(--gf-local-radius);box-shadow:var(--gf-local-shadow);color:var(--gf-local-color);display:var(--gf-local-display);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);inline-size:var(--gf-local-width);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);margin-block:0;margin-inline:0;min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-local-outline-offset);outline-style:var(--gf-local-outline-style);outline-width:var(--gf-local-outline-width);padding-block:var(--gf-local-padding-y);padding-inline:var(--gf-local-padding-x);transition:var(--gf-local-transition)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-bg-color:var(--gf-ctrl-bg-color-hover);--gf-local-border-color:var(--gf-ctrl-border-color-hover);--gf-local-color:var(--gf-ctrl-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled);--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-bg-color-error);--gf-local-border-color:var(--gf-ctrl-border-color-error);--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework input[type].gform-text-input-reset{--gf-local-border-color:transparent;--gf-local-height:auto;--gf-local-color:var(--gf-ctrl-readonly-color);--gf-local-font-family:var(--gf-ctrl-readonly-font-family);--gf-local-font-size:var(--gf-ctrl-readonly-font-size);--gf-local-font-style:var(--gf-ctrl-readonly-font-style);--gf-local-font-weight:var(--gf-ctrl-readonly-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-readonly-letter-spacing);--gf-local-line-height:var(--gf-ctrl-readonly-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);block-size:var(--gf-local-height);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-radius);color:var(--gf-local-color);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-ctrl-transition)}.gform-theme--framework input[type].gform-text-input-reset:focus{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button,.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button{opacity:var(--gf-ctrl-number-spin-btn-opacity)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button{-webkit-appearance:var(--gf-ctrl-number-spin-btn-appearance);appearance:var(--gf-ctrl-number-spin-btn-appearance);background-image:var(--gf-icon-ctrl-number);background-position:var(--gf-ctrl-number-spin-btn-bg-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-number-spin-btn-bg-size);cursor:pointer;width:var(--gf-ctrl-number-spin-btn-width)}.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-textarea-radius);--gf-local-height:var(--gf-ctrl-textarea-height);--gf-local-line-height:var(--gf-ctrl-textarea-line-height);--gf-local-padding-y:var(--gf-ctrl-textarea-padding-y);resize:var(--gf-ctrl-textarea-resize)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-textarea-radius);box-shadow:var(--gf-ctrl-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);overflow:hidden;transition:var(--gf-transition-ctrl)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-border-color:var(--gf-ctrl-border-color-hover)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)]{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active){--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .wp-editor-container textarea{border-color:transparent;border-width:0}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)]{--gf-local-border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active){--gf-local-border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-height:var(--gf-ctrl-choice-size);--gf-local-display:inline-grid;--gf-local-line-height:var(--gf-ctrl-choice-size);--gf-local-padding-y:0;--gf-local-padding-x:0;--gf-local-width:var(--gf-ctrl-choice-size);accent-color:var(--gf-ctrl-accent-color);opacity:1;align-content:center;justify-content:center;place-content:center}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{opacity:0}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before{opacity:1}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-checkbox-check-radius)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-choice-check-color);content:var(--gf-icon-ctrl-checkbox);font-size:var(--gf-ctrl-checkbox-check-size)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{color:var(--gf-ctrl-choice-check-color-disabled)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-radio-check-radius)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{background-color:var(--gf-ctrl-choice-check-color);block-size:var(--gf-ctrl-radio-check-size);border-radius:var(--gf-ctrl-radio-check-radius);content:var(--gf-ctrl-radio-check-content);inline-size:var(--gf-ctrl-radio-check-size)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{background-color:var(--gf-ctrl-choice-check-color-disabled)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])){--gf-local-padding-x:var(--gf-ctrl-select-padding-x);background-image:var(--gf-ctrl-select-icon);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover{background-image:var(--gf-ctrl-select-icon-hover)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus{background-image:var(--gf-ctrl-select-icon-focus)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):disabled{background-image:var(--gf-ctrl-select-icon-disabled)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand{display:var(--gf-ctrl-select-ms-expand)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple]{--gf-local-height:var(--gf-ctrl-multiselect-height);--gf-local-radius:var(--gf-ctrl-multiselect-radius);--gf-local-line-height:var(--gf-ctrl-multiselect-line-height);--gf-local-padding-y:var(--gf-ctrl-multiselect-padding-y);overflow-y:auto}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked{background:var(--gf-color-in-ctrl-light)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single{background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span{margin-inline-end:var(--gf-ctrl-select-search-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b{background-image:none!important}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-left-radius:var(--gf-ctrl-radius);border-bottom-right-radius:var(--gf-ctrl-radius);border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search{padding-block:var(--gf-padding-y) 0;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text]{--gf-local-height:var(--gf-ctrl-size-md);--gf-local-padding-x:var(--gf-ctrl-select-search-padding-x);background-image:var(--gf-icon-ctrl-search)!important;background-position:var(--gf-ctrl-select-search-icon-position);background-size:var(--gf-ctrl-select-search-icon-size)!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi{--gf-local-height:auto;--gf-local-radius:var(--gf-ctrl-multiselect-radius);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active{border-color:var(--gf-ctrl-border-color-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices{box-shadow:none}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices{align-content:center;background:0 0;border:none;display:flex;flex-flow:row wrap;gap:calc(var(--gf-padding-y)/ 2);min-height:calc(var(--gf-ctrl-size) - 2px);padding-block:4px;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice+li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-color-focus);font-family:var(--gf-ctrl-font-family);font-size:var(--gf-ctrl-font-size);font-style:var(--gf-ctrl-font-style);font-weight:var(--gf-ctrl-font-weight);letter-spacing:var(--gf-ctrl-letter-spacing);opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{align-self:flex-start;background:0 0;background-color:var(--gf-ctrl-multiselect-selected-item-bg-color);border:none;border-radius:var(--gf-ctrl-multiselect-selected-item-radius);box-shadow:none;color:var(--gf-ctrl-multiselect-selected-item-color);flex-shrink:0;font-size:var(--gf-ctrl-multiselect-selected-item-font-size);font-weight:var(--gf-ctrl-multiselect-selected-item-font-weight);margin:0;padding-block:8px;padding-inline:var(--gf-ctrl-padding-x) calc((var(--gf-ctrl-padding-x) * 1.25) + var(--gf-ctrl-multiselect-close-icon-size))}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:0 0;height:var(--gf-ctrl-multiselect-close-icon-size);inset-block-start:var(--gf-ctrl-multiselect-close-icon-inset-y-start);inset-inline-end:var(--gf-ctrl-multiselect-close-icon-inset-x-end);opacity:70%;transition:var(--gf-local-transition);width:var(--gf-ctrl-multiselect-close-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-multiselect-selected-item-remove-icon-color);content:var(--gf-icon-ctrl-cancel);display:inline-block;font-size:var(--gf-ctrl-multiselect-close-icon-size);height:100%;width:100%}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{background-color:var(--gf-ctrl-bg-color);border:var(--gf-ctrl-select-dropdown-border-color);border-radius:var(--gf-ctrl-select-dropdown-radius);box-shadow:var(--gf-ctrl-select-dropdown-shadow);overflow:hidden;padding-block:0;padding-inline:0;top:calc(100% + 8px)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results{margin-block:0;margin-inline:0;padding-block:var(--gf-padding-y);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li{color:var(--gf-ctrl-color);padding:var(--gf-padding-y) var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover);box-shadow:var(--gf-ctrl-select-dropdown-option-shadow-hover)}.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-primary);--gf-local-display:flex;--gf-local-font-family:var(--gf-ctrl-label-font-family-primary);--gf-local-font-size:var(--gf-ctrl-label-font-size-primary);--gf-local-font-style:var(--gf-ctrl-label-font-style-primary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-primary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-primary);--gf-local-line-height:var(--gf-ctrl-label-line-height-primary);--gf-local-margin-y:0;--gf-local-margin-x:0;color:var(--gf-local-color);display:var(--gf-local-display);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);margin-block:var(--gf-local-margin-y);margin-inline:var(--gf-local-margin-x)}.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-secondary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-secondary);--gf-local-font-size:var(--gf-ctrl-label-font-size-secondary);--gf-local-font-style:var(--gf-ctrl-label-font-style-secondary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-secondary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-secondary);--gf-local-line-height:var(--gf-ctrl-label-line-height-secondary)}.gform-theme--framework .gform-field-label--type-sub:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-tertiary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-tertiary);--gf-local-font-size:var(--gf-ctrl-label-font-size-tertiary);--gf-local-font-style:var(--gf-ctrl-label-font-style-tertiary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-tertiary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-tertiary);--gf-local-line-height:var(--gf-ctrl-label-line-height-tertiary)}.gform-theme--framework .gform-field-label--type-sub-large:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-quaternary);--gf-local-display:inline-block;--gf-local-font-family:var(--gf-ctrl-label-font-family-quaternary);--gf-local-font-size:var(--gf-ctrl-label-font-size-quaternary);--gf-local-font-style:var(--gf-ctrl-label-font-style-quaternary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-quaternary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-quaternary);--gf-local-line-height:var(--gf-ctrl-label-line-height-quaternary)}.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-label-color-req);display:inline-block;font-family:var(--gf-ctrl-label-font-family-req);font-size:var(--gf-ctrl-label-font-size-req);font-style:var(--gf-ctrl-label-font-style-req);font-weight:var(--gf-ctrl-label-font-weight-req);letter-spacing:var(--gf-ctrl-label-letter-spacing-req);line-height:var(--gf-ctrl-label-line-height-req)}.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-desc-color);--gf-local-font-family:var(--gf-ctrl-desc-font-family);--gf-local-font-size:var(--gf-ctrl-desc-font-size);--gf-local-font-style:var(--gf-ctrl-desc-font-style);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing);--gf-local-line-height:var(--gf-ctrl-desc-line-height);color:var(--gf-local-color);display:block;font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height)}.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-desc-color-error);--gf-local-font-family:var(--gf-ctrl-desc-font-family-error);--gf-local-font-size:var(--gf-ctrl-desc-font-size-error);--gf-local-font-style:var(--gf-ctrl-desc-font-style-error);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight-error);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing-error);--gf-local-line-height:var(--gf-ctrl-desc-line-height-error)}.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){border:var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);max-height:var(--gf-ctrl-desc-max-height-consent);outline-color:var(--gf-ctrl-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-ctrl-outline-width);overflow-y:auto;padding:16px;transition:var(--gf-ctrl-transition)}.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{border-color:var(--gf-ctrl-desc-border-color-consent-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-primary);--gf-local-radius:var(--gf-ctrl-btn-radius);--gf-local-border-color:var(--gf-ctrl-btn-border-color-primary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-primary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-primary);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-shadow:var(--gf-ctrl-btn-shadow);--gf-local-color:var(--gf-ctrl-btn-color-primary);--gf-local-column-gap:var(--gf-ctrl-btn-icon-gap);--gf-local-cursor:pointer;--gf-local-display:inline-flex;--gf-local-font-style:var(--gf-ctrl-btn-font-style);--gf-local-font-weight:var(--gf-ctrl-btn-font-weight);--gf-local-font-size:var(--gf-ctrl-btn-font-size);--gf-local-font-family:var(--gf-ctrl-btn-font-family);--gf-local-height:auto;--gf-local-letter-spacing:var(--gf-ctrl-btn-letter-spacing);--gf-local-line-height:var(--gf-ctrl-btn-line-height);--gf-local-min-height:var(--gf-ctrl-btn-size);--gf-local-min-width:auto;--gf-local-opacity:var(--gf-ctrl-btn-opacity);--gf-local-padding-y:var(--gf-ctrl-btn-padding-y);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x);--gf-local-text-decoration:var(--gf-ctrl-btn-text-decoration);--gf-local-text-transform:var(--gf-ctrl-btn-text-transform);--gf-local-width:auto;align-items:center;-moz-column-gap:var(--gf-local-column-gap);column-gap:var(--gf-local-column-gap);cursor:var(--gf-local-cursor);justify-content:center;min-inline-size:var(--gf-local-min-width);opacity:var(--gf-local-opacity);text-align:center;-webkit-text-decoration:var(--gf-local-text-decoration);text-decoration:var(--gf-local-text-decoration);text-transform:var(--gf-local-text-transform);vertical-align:top}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-primary);--gf-local-content:var(--gf-ctrl-btn-icon);--gf-local-font-size:var(--gf-ctrl-btn-icon-font-size);--gf-local-transition:var(--gf-ctrl-btn-icon-transition);font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-local-color);content:var(--gf-local-content);font-size:var(--gf-local-font-size);transition:var(--gf-local-transition)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-hover);--gf-local-color:var(--gf-ctrl-btn-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-focus);--gf-local-color:var(--gf-ctrl-btn-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-disabled);--gf-local-color:var(--gf-ctrl-btn-color-disabled-primary);--gf-local-cursor:default;--gf-local-opacity:var(--gf-ctrl-btn-opacity-disabled)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-secondary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-secondary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-secondary);--gf-local-color:var(--gf-ctrl-btn-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-secondary);--gf-local-color:var(--gf-ctrl-btn-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-secondary);--gf-local-color:var(--gf-ctrl-btn-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-secondary);--gf-local-color:var(--gf-ctrl-btn-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-ctrl);--gf-local-border-style:var(--gf-ctrl-btn-border-style-ctrl);--gf-local-border-width:var(--gf-ctrl-btn-border-width-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-hover-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-focus-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-disabled-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-simple);--gf-local-border-width:var(--gf-ctrl-btn-border-width-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-simple);--gf-local-color:var(--gf-ctrl-btn-color-simple);--gf-local-column-gap:0;--gf-local-line-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-width:var(--gf-ctrl-btn-size-simple);--gf-local-padding-y:0;--gf-local-padding-x:0}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-hover-simple);--gf-local-color:var(--gf-ctrl-btn-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-focus-simple);--gf-local-color:var(--gf-ctrl-btn-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-disabled-simple);--gf-local-color:var(--gf-ctrl-btn-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xs);--gf-local-min-height:var(--gf-ctrl-btn-size-xs);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xs)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm{--gf-local-font-size:var(--gf-ctrl-btn-font-size-sm);--gf-local-min-height:var(--gf-ctrl-btn-size-sm);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-sm)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md{--gf-local-font-size:var(--gf-ctrl-btn-font-size-md);--gf-local-min-height:var(--gf-ctrl-btn-size-md);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-md)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg{--gf-local-font-size:var(--gf-ctrl-btn-font-size-lg);--gf-local-min-height:var(--gf-ctrl-btn-size-lg);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-lg)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xl);--gf-local-min-height:var(--gf-ctrl-btn-size-xl);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xl)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-padding-x:var(--gf-ctrl-file-padding-x);text-overflow:ellipsis;white-space:nowrap}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-hover);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-hover);--gf-local-color:var(--gf-ctrl-file-btn-color-hover)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-focus);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-focus);--gf-local-color:var(--gf-ctrl-file-btn-color-focus)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-disabled);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-disabled);--gf-local-color:var(--gf-ctrl-file-btn-color-disabled)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-local-border-inline-end-style:var(--gf-ctrl-file-btn-border-inline-end-style);--gf-local-border-inline-end-width:var(--gf-ctrl-file-btn-border-inline-end-width);--gf-local-border-inline-end:var(--gf-local-border-inline-end-width) var(--gf-local-border-inline-end-style) var(--gf-local-border-inline-end-color);--gf-local-color:var(--gf-ctrl-file-btn-color);background-color:var(--gf-local-bg-color);block-size:100%;border:0;border-end-start-radius:var(--gf-ctrl-file-btn-radius);border-inline-end:var(--gf-local-border-inline-end);border-start-start-radius:var(--gf-ctrl-file-btn-radius);color:var(--gf-local-color);font-family:var(--gf-ctrl-file-btn-font-family);font-size:var(--gf-ctrl-file-btn-font-size);font-style:var(--gf-ctrl-file-btn-font-style);font-weight:var(--gf-ctrl-file-btn-font-weight);inset-block-start:calc(var(--gf-ctrl-border-width) * -1);letter-spacing:var(--gf-ctrl-file-btn-letter-spacing);line-height:var(--gf-ctrl-file-btn-line-height);margin-inline:var(--gf-ctrl-file-btn-margin-x);padding-block:0;padding-inline:var(--gf-ctrl-file-btn-padding-x);position:relative;-webkit-text-decoration:var(--gf-ctrl-file-btn-text-decoration);text-decoration:var(--gf-ctrl-file-btn-text-decoration);text-transform:var(--gf-ctrl-file-btn-text-transform);transition:var(--gf-ctrl-file-btn-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area{--gf-local-height:var(--gf-ctrl-file-zone-height);--gf-local-radius:var(--gf-ctrl-file-zone-radius);--gf-local-border-style:var(--gf-ctrl-file-zone-border-style);--gf-local-color:var(--gf-ctrl-file-zone-color);--gf-local-font-weight:var(--gf-ctrl-file-zone-font-weight);--gf-local-line-height:var(--gf-ctrl-file-zone-line-height);--gf-local-padding-x:var(--gf-ctrl-file-zone-padding-x);--gf-local-padding-y:var(--gf-ctrl-file-zone-padding-y)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-file-zone-icon-color);content:var(--gf-icon-ctrl-file);display:block;font-size:var(--gf-ctrl-file-zone-icon-font-size);margin-block-end:var(--gf-ctrl-file-zone-icon-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_instructions{margin-block-end:var(--gf-ctrl-file-zone-instructions-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list{display:flex;flex-direction:column;gap:var(--gf-ctrl-file-prev-area-gap);margin-block-start:var(--gf-ctrl-file-prev-area-margin-y-start);width:100%}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list:empty{margin-block-start:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview{display:flex;flex-direction:column;font-family:var(--gf-ctrl-file-prev-font-family);font-size:var(--gf-ctrl-file-prev-font-size);font-style:var(--gf-ctrl-file-prev-font-style);font-weight:var(--gf-ctrl-file-prev-font-weight);gap:var(--gf-ctrl-file-prev-gap);letter-spacing:var(--gf-ctrl-file-prev-letter-spacing);line-height:var(--gf-ctrl-file-prev-line-height);position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filename{color:var(--gf-ctrl-file-prev-name-color);line-height:var(--gf-ctrl-file-prev-name-line-height);overflow:var(--gf-ctrl-file-prev-name-overflow);padding-inline-end:var(--gf-ctrl-file-prev-name-padding-x-end);text-overflow:var(--gf-ctrl-file-prev-name-text-overflow);white-space:var(--gf-ctrl-file-prev-name-white-space)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filesize{color:var(--gf-ctrl-file-prev-size-color)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress{align-items:center;display:flex;gap:var(--gf-ctrl-file-prog-ui-gap)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;block-size:var(--gf-ctrl-file-prog-btn-icon-size);color:var(--gf-ctrl-file-prog-btn-icon-color-complete);content:var(--gf-icon-ctrl-file-completed);font-size:var(--gf-ctrl-file-prog-btn-icon-size);inline-size:var(--gf-ctrl-file-prog-btn-icon-size);min-inline-size:var(--gf-ctrl-file-prog-btn-icon-size);opacity:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress_complete::after{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress{block-size:var(--gf-ctrl-file-prog-bar-height);border-radius:var(--gf-ctrl-file-prog-bar-radius)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar{background-color:var(--gf-ctrl-file-prog-bar-bg-color);inline-size:100%;position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress{background-color:var(--gf-ctrl-file-prog-bar-bg-color-loading);inline-size:1%;position:absolute;transition:var(--gf-ctrl-file-prog-bar-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_percent{color:var(--gf-ctrl-file-prog-text-color);font-size:var(--gf-ctrl-file-prog-text-font-size);min-inline-size:var(--gf-ctrl-file-prog-text-min-width)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file{inset-block-start:var(--gf-ctrl-file-prog-btn-inset-y-start);inset-inline-end:var(--gf-ctrl-file-prog-btn-inset-x-end);position:var(--gf-ctrl-file-prog-btn-position)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file .dashicons::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-remove)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel{--gf-local-font-size:var(--gf-ctrl-file-prog-btn-font-size-cancel)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-cancel)}.gform-theme--framework.ui-datepicker{background-color:var(--gf-ctrl-date-picker-bg-color);border-radius:var(--gf-ctrl-date-picker-radius);box-shadow:var(--gf-ctrl-date-picker-shadow);display:none;inline-size:var(--gf-ctrl-date-picker-width);margin-block-start:var(--gf-ctrl-date-picker-margin-y-start);padding-block:var(--gf-ctrl-date-picker-padding-y);padding-inline:var(--gf-ctrl-date-picker-padding-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker{inline-size:var(--gf-ctrl-date-picker-width-viewport-sm);padding-block:var(--gf-ctrl-date-picker-padding-y-viewport-sm);padding-inline:var(--gf-ctrl-date-picker-padding-x-viewport-sm)}}.gform-theme--framework.ui-datepicker .ui-datepicker-header{align-items:stretch;display:flex;margin-block:unset;margin-inline:unset;padding-block:0;padding-inline:0;position:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-next,.gform-theme--framework.ui-datepicker .ui-datepicker-prev{align-items:center;block-size:auto;cursor:pointer;display:flex;flex:none;inline-size:var(--gf-ctrl-date-picker-header-icons-width);inset:unset;justify-content:center;position:relative}.gform-theme--framework.ui-datepicker .ui-datepicker-next::before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{--gf-local-color:var(--gf-ctrl-date-picker-header-icons-color);font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none;border:none;color:var(--gf-local-color);font-size:var(--gf-ctrl-date-picker-header-icons-font-size);inset:unset;transform:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{content:var(--gf-icon-ctrl-datepicker-left)}.gform-theme--framework.ui-datepicker .ui-datepicker-next{order:1}.gform-theme--framework.ui-datepicker .ui-datepicker-next::before{content:var(--gf-icon-ctrl-datepicker-right)}.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover::before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover::before{--gf-local-color:var(--gf-ctrl-date-picker-header-icons-color-hover)}.gform-theme--framework.ui-datepicker .ui-datepicker-title{align-items:center;color:var(--gf-ctrl-date-picker-title-color);display:flex;flex:auto;font-size:var(--gf-ctrl-date-picker-title-font-size);font-weight:var(--gf-ctrl-date-picker-title-font-weight);gap:var(--gf-ctrl-date-picker-title-gap);line-height:var(--gf-ctrl-date-picker-title-line-height);margin-block:0;margin-inline:var(--gf-ctrl-date-picker-title-margin-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker .ui-datepicker-title{font-size:var(--gf-ctrl-date-picker-title-font-size-viewport-sm);gap:var(--gf-ctrl-date-picker-title-gap-viewport-sm);margin-inline:var(--gf-ctrl-date-picker-title-margin-x-viewport-sm)}}.gform-theme--framework.ui-datepicker select.ui-datepicker-month,.gform-theme--framework.ui-datepicker select.ui-datepicker-year{--gf-local-height:var(--gf-ctrl-size-sm);--gf-local-line-height:var(--gf-ctrl-size-sm);background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size);box-shadow:var(--gf-local-shadow);flex:auto;inline-size:auto;margin:0;padding-inline:var(--gf-local-padding-x);text-align:var(--gf-ctrl-date-picker-dropdown-text-align)}.gform-theme--framework.ui-datepicker table{margin-block-end:0;margin-block-start:16px}.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height);color:var(--gf-ctrl-date-picker-cell-content-color);padding-block:var(--gf-ctrl-date-picker-cell-padding);padding-inline:var(--gf-ctrl-date-picker-cell-padding)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height-viewport-sm)}}.gform-theme--framework.ui-datepicker table th{font-size:var(--gf-ctrl-date-picker-head-cell-font-size);font-weight:var(--gf-ctrl-date-picker-head-cell-font-weight);line-height:var(--gf-ctrl-date-picker-head-cell-line-height);vertical-align:middle}.gform-theme--framework.ui-datepicker table td{font-size:var(--gf-ctrl-date-picker-cell-font-size);font-weight:var(--gf-ctrl-date-picker-cell-font-weight);line-height:var(--gf-ctrl-date-picker-cell-line-height);padding-block:var(--gf-ctrl-date-picker-cell-padding-y)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td{padding-block:var(--gf-ctrl-date-picker-cell-padding-y-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled){cursor:pointer}.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{--gf-local-bg-color:transparent;--gf-local-border:0;--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color);align-items:center;background-color:var(--gf-local-bg-color);block-size:100%;border:var(--gf-local-border);border-radius:var(--gf-ctrl-date-picker-cell-content-radius);color:var(--gf-local-color);display:flex;inline-size:var(--gf-ctrl-date-picker-cell-content-width);justify-content:center;text-decoration:none}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{inline-size:var(--gf-ctrl-date-picker-cell-content-width-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-hover);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus{--gf-local-border:var(--gf-ctrl-date-picker-cell-content-border)}.gform-theme--framework.ui-datepicker table .ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-hover);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-selected);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover{--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:var(--gf-ctrl-select-icon-position)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{transform:none}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{content:var(--gf-icon-ctrl-datepicker-right)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before{content:var(--gf-icon-ctrl-datepicker-left)}.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)){line-height:1}.gform-theme--framework .gfield--type-address .copy_values_option_container{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto;margin-block-end:var(--gf-field-gap-y)}.gform-theme--framework .gfield--type-choice .gfield_checkbox,.gform-theme--framework .gfield--type-choice .gfield_radio{display:flex;flex-direction:column;gap:var(--gf-field-choice-gap)}.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_checkbox,.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-choice-align-x-gap-y) var(--gf-field-choice-align-x-gap-x)}.gform-theme--framework .gfield--type-choice .gchoice,.gform-theme--framework .gfield--type-choice .ginput_container_consent{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto}.gform-theme--framework .gfield--type-choice .gchoice br,.gform-theme--framework .gfield--type-choice .ginput_container_consent br{display:none}.gform-theme--framework .gfield--type-choice .gchoice_other_control{--gf-local-width:auto;grid-column:span 2;max-inline-size:var(--gf-field-choice-other-ctrl-max-width)}.gform-theme--framework .gfield--type-choice .gfield-choice-toggle-all{align-self:self-start;inline-size:100%}.gform-theme--framework .gfield--type-choice .gfield_choice_all_toggle{justify-self:start}.gform-theme--framework .gfield--type-image_choice .gfield_checkbox,.gform-theme--framework .gfield--type-image_choice .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-img-choice-gap)}.gform-theme--framework .gfield--type-image_choice .gchoice{align-self:start;display:block;inline-size:var(--gf-field-img-choice-size);max-inline-size:var(--gf-field-img-choice-size);min-inline-size:var(--gf-field-img-choice-size);position:relative}.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-outer{display:block;min-block-size:100%}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:transparent;--gf-local-border-width:var(--gf-ctrl-border-width);--gf-local-border-style:var(--gf-ctrl-border-style);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-shadow:none;box-shadow:var(--gf-local-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-transition-ctrl)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before{border-block-end:var(--gf-local-border-block-end);border-block-start:var(--gf-local-border-block-start);border-inline-end:var(--gf-local-border-inline-end);border-inline-start:var(--gf-local-border-inline-start);border-radius:var(--gf-ctrl-radius)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-color-in-ctrl-light-darker);--gf-local-shadow:var(--gf-field-img-choice-shadow);background-color:var(--gf-local-bg-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color);color:var(--gf-local-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover{--gf-local-bg-color:var(--gf-ctrl-bg-color-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label{--gf-local-color:var(--gf-ctrl-color-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within .gform-field-label{--gf-local-color:var(--gf-ctrl-color-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)]{--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled){--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gform-field-label{--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) .gform-field-label{--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{background-color:var(--gf-field-img-choice-card-check-ind-bg-color);color:var(--gf-field-img-choice-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{background-color:var(--gf-field-img-choice-card-check-ind-bg-color);color:var(--gf-field-img-choice-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-image-choice-wrapper-outer{padding-block:var(--gf-field-img-choice-card-space);padding-inline:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-card-placeholder-bg-color);color:var(--gf-field-img-choice-card-placeholder-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{background-color:var(--gf-field-img-choice-no-card-check-ind-bg-color);color:var(--gf-field-img-choice-no-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{background-color:var(--gf-field-img-choice-no-card-check-ind-bg-color);color:var(--gf-field-img-choice-no-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before{content:"";display:block;inset-block:0;inset-inline:0;position:absolute;transition:var(--gf-transition-ctrl);z-index:1}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-no-card-placeholder-bg-color);color:var(--gf-field-img-choice-no-card-placeholder-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:hover .gfield-choice-image-wrapper{--gf-local-shadow:var(--gf-field-img-choice-shadow-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)],.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper{--gf-local-shadow:none}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled),.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper{--gf-local-shadow:none}.gform-theme--framework .gfield--type-image_choice .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper{opacity:var(--gf-field-img-choice-ctrl-opacity-disabled)}.gform-theme--framework .gfield--type-image_choice .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper{opacity:var(--gf-field-img-choice-ctrl-opacity-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-square)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper::before{border-radius:var(--gf-field-img-choice-radius-square)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:calc(var(--gf-field-img-choice-card-space) + 10px);inset-inline-end:calc(var(--gf-field-img-choice-card-space) + 10px)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{inset-block-start:calc(var(--gf-field-img-choice-card-space) + 10px);inset-inline-end:calc(var(--gf-field-img-choice-card-space) + 10px)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:10px;inset-inline-end:10px}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{inset-block-start:10px;inset-inline-end:10px}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-round)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper::before{border-radius:var(--gf-field-img-choice-radius-round)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:var(--gf-field-img-choice-card-space);inset-inline-end:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{inset-block-start:var(--gf-field-img-choice-card-space);inset-inline-end:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:0;inset-inline-end:0}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{inset-block-start:0;inset-inline-end:0}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-wrapper{aspect-ratio:var(--gf-field-img-choice-aspect-ratio);margin-block-end:var(--gf-field-img-choice-margin-y-end);opacity:var(--gf-field-img-choice-ctrl-opacity);overflow:hidden;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image{block-size:100%;display:block;inline-size:100%;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--gf-icon-ctrl-img-choice-placeholder);font-size:var(--gf-field-img-choice-placeholder-icon-font-size);inset-block-start:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image{block-size:100%!important;display:block;inline-size:100%;max-block-size:100%;max-inline-size:100%;-o-object-fit:cover;object-fit:cover}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper{margin-block-end:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gform-field-label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gform-field-label{--gf-local-margin-x:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gfield-choice-input{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gchoice_other_control{margin-block-start:var(--gf-field-img-choice-other-ctrl-margin-y-start);max-inline-size:100%}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{--gf-local-width:auto}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{margin-inline-start:calc(var(--gf-ctrl-padding-x) * -1);pointer-events:none;transform:translateX(-100%);transition:var(--gf-field-date-icon-transition)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{order:1;transform:translateX(100%)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date input,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date input{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-date-ctrl-padding-x-end)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img{display:none!important}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-field-date-icon-color);content:var(--gf-icon-ctrl-datepicker);display:inline-block;font-size:var(--gf-icon-font-size);inset-block-start:0;inset-inline-start:0}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where([\:has\(input\:hover\)])::after{color:var(--gf-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where(:has(input:hover))::after{color:var(--gf-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img{max-block-size:var(--gf-field-date-custom-icon-max-height);max-inline-size:var(--gf-field-date-custom-icon-max-width);opacity:var(--gf-field-date-custom-icon-opacity)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where([\:has\(input\:hover\)]) img{opacity:var(--gf-field-date-custom-icon-opacity-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where(:has(input:hover)) img{opacity:var(--gf-field-date-custom-icon-opacity-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item{--gf-local-height:var(--gf-field-list-btn-size);--gf-local-radius:var(--gf-field-list-btn-radius);--gf-local-column-gap:0;--gf-local-font-size:var(--gf-field-list-btn-font-size);--gf-local-letter-spacing:0;--gf-local-line-height:1;--gf-local-min-height:auto;--gf-local-padding-y:var(--gf-field-list-btn-padding-y);--gf-local-padding-x:var(--gf-field-list-btn-padding-x);--gf-local-width:var(--gf-field-list-btn-size)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item::before{--gf-local-content:var(--gf-icon-ctrl-list-item-add)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item::before{--gf-local-content:var(--gf-icon-ctrl-list-item-remove)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons img{background-color:transparent!important;background-position:0;background-repeat:no-repeat;background-size:16px 16px!important;block-size:16px!important;border:none!important;inline-size:16px!important;opacity:.5;transition:var(--gf-transition-ctrl)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:focus img,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:hover img{opacity:1}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_url_icon_disabled{opacity:1;pointer-events:none}.gform-theme--framework .gf_page_steps,.gform-theme--framework .gf_progressbar_wrapper{margin-block-end:var(--gf-field-pg-prog-margin-y-end)}.gform-theme--framework .gf_progressbar_title,.gform-theme--framework .gf_step_label,.gform-theme--framework .gf_step_number{--gf-local-color:var(--gf-field-pg-prog-color);--gf-local-font-family:var(--gf-field-pg-prog-font-family);--gf-local-font-size:var(--gf-field-pg-prog-font-size);--gf-local-font-style:var(--gf-field-pg-prog-font-style);--gf-local-font-weight:var(--gf-field-pg-prog-font-weight);--gf-local-letter-spacing:var(--gf-field-pg-prog-letter-spacing);--gf-local-line-height:var(--gf-field-pg-prog-line-height);--gf-local-text-transform:none;color:var(--gf-local-color);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);text-transform:var(--gf-local-text-transform)}.gform-theme--framework .gf_progressbar_title{margin-block-end:var(--gf-field-pg-prog-title-margin-y-end)}.gform-theme--framework .gf_progressbar{background-color:var(--gf-field-pg-prog-bar-bg-color);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gf_progressbar .gf_progressbar_percentage{block-size:var(--gf-field-pg-prog-bar-height);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar .percentbar_blue{background-color:var(--gf-field-pg-prog-bar-bg-color-blue)}.gform-theme--framework .gf_progressbar .percentbar_gray{background-color:var(--gf-field-pg-prog-bar-bg-color-gray)}.gform-theme--framework .gf_progressbar .percentbar_green{background-color:var(--gf-field-pg-prog-bar-bg-color-green)}.gform-theme--framework .gf_progressbar .percentbar_orange{background-color:var(--gf-field-pg-prog-bar-bg-color-orange)}.gform-theme--framework .gf_progressbar .percentbar_red{background-color:var(--gf-field-pg-prog-bar-bg-color-red)}.gform-theme--framework .gf_progressbar .percentbar_spring{background:var(--gf-field-pg-prog-bar-bg-gradient-spring)}.gform-theme--framework .gf_progressbar .percentbar_blues{background:var(--gf-field-pg-prog-bar-bg-gradient-blues)}.gform-theme--framework .gf_progressbar .percentbar_rainbow{background:var(--gf-field-pg-prog-bar-bg-gradient-rainbow)}.gform-theme--framework .gf_step{align-items:center;display:flex;gap:var(--gf-field-pg-steps-step-gap);position:relative}.gform-theme--framework .gf_step_label{--gf-local-text-transform:var(--gf-field-pg-prog-text-transform)}.gform-theme--framework .gf_step_hidden{display:none}.gform-theme--framework .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color);--gf-local-border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-local-border-color);--gf-local-radius:var(--gf-field-pg-steps-number-radius);--gf-local-color:var(--gf-field-pg-steps-number-color);background-color:var(--gf-local-bg-color);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-local-border);border-radius:var(--gf-local-radius);color:var(--gf-local-color);display:inline-grid;inline-size:var(--gf-field-pg-steps-number-size);min-inline-size:var(--gf-field-pg-steps-number-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gf_step_active .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-active);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-active);--gf-local-color:var(--gf-field-pg-steps-number-color-active)}.gform-theme--framework .gf_step_completed .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-complete);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-complete);--gf-local-color:var(--gf-field-pg-steps-number-color-complete)}.gform-theme--framework .gf_step_completed .gf_step_number::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gf-field-pg-steps-number-bg-color-complete);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-field-pg-steps-number-border-color-complete);border-radius:var(--gf-field-pg-steps-number-radius);color:var(--gf-field-pg-steps-number-color-complete);content:var(--gf-icon-ctrl-pg-numbers-complete);display:inline-grid;font-size:var(--gf-field-pg-steps-icon-font-size);inline-size:var(--gf-field-pg-steps-number-size);inset-block-start:0;inset-inline-start:0;align-content:center;justify-content:center;place-content:center;position:absolute}.gform-theme--framework .gfield--type-password input[type=password]{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-pwd-ctrl-padding-x-end)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button{--gf-local-color:var(--gf-ctrl-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::before{--gf-local-color:var(--gf-ctrl-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover{--gf-local-color:var(--gf-ctrl-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::before{--gf-local-color:var(--gf-ctrl-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus{--gf-local-color:var(--gf-ctrl-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::before{--gf-local-color:var(--gf-ctrl-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled{--gf-local-color:var(--gf-ctrl-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::before{--gf-local-color:var(--gf-ctrl-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before{--gf-local-content:var(--gf-icon-ctrl-pwd-hidden)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before{--gf-local-content:var(--gf-icon-ctrl-pwd-visible)}.gform-theme--framework .gfield_password_strength{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color);--gf-local-border-color:var(--gf-field-pwd-str-border-color);--gf-local-border-style:var(--gf-field-pwd-str-border-style);--gf-local-border-width:var(--gf-field-pwd-str-border-width);--gf-local-border:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-field-pwd-str-color);background-color:var(--gf-local-bg-color);border:var(--gf-local-border);border-radius:var(--gf-field-pwd-str-radius);color:var(--gf-local-color);font-family:var(--gf-field-pwd-str-font-family);font-size:var(--gf-field-pwd-str-font-size);font-style:var(--gf-field-pwd-str-font-style);font-weight:var(--gf-field-pwd-str-font-weight);letter-spacing:var(--gf-field-pwd-str-letter-spacing);line-height:var(--gf-field-pwd-str-line-height);margin-block-start:var(--gf-field-pwd-str-margin-y-start);padding-block:var(--gf-field-pwd-str-padding-y);padding-inline:var(--gf-field-pwd-str-padding-x);position:relative;text-align:var(--gf-field-pwd-str-text-align);transition:var(--gf-field-pwd-str-transition)}.gform-theme--framework .gfield_password_strength::after,.gform-theme--framework .gfield_password_strength::before{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color);--gf-local-height:var(--gf-field-pwd-str-ind-height);--gf-local-radius:var(--gf-field-pwd-str-ind-radius);--gf-local-content:var(--gf-field-pwd-str-ind-content);--gf-local-inset-y-start:var(--gf-field-pwd-str-ind-inset-y-start);--gf-local-inset-x-start:var(--gf-field-pwd-str-ind-inset-x-start);--gf-local-position:var(--gf-field-pwd-str-ind-position);--gf-local-transform:var(--gf-field-pwd-str-ind-transform);--gf-local-transition:none;--gf-local-width:var(--gf-field-pwd-str-ind-width);background-color:var(--gf-local-bg-color);block-size:var(--gf-local-height);border-radius:var(--gf-local-radius);content:var(--gf-local-content);display:var(--gf-field-pwd-str-ind-display);inline-size:var(--gf-local-width);inset-block-start:var(--gf-local-inset-y-start);inset-inline-start:var(--gf-local-inset-x-start);position:var(--gf-local-position);transform:var(--gf-local-transform);transition:var(--gf-local-transition)}.gform-theme--framework .gfield_password_strength::after{--gf-local-transition:var(--gf-field-pwd-str-ind-transition);--gf-local-width:var(--gf-field-pwd-str-ind-width-blank)}.gform-theme--framework .gfield_password_strength.mismatch{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-mismatch);--gf-local-border-color:var(--gf-field-pwd-str-border-color-mismatch);--gf-local-color:var(--gf-field-pwd-str-color-mismatch)}.gform-theme--framework .gfield_password_strength.mismatch::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-mismatch);--gf-local-width:var(--gf-field-pwd-str-ind-width-mismatch)}.gform-theme--framework .gfield_password_strength.short{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-short);--gf-local-border-color:var(--gf-field-pwd-str-border-color-short);--gf-local-color:var(--gf-field-pwd-str-color-short)}.gform-theme--framework .gfield_password_strength.short::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-short);--gf-local-width:var(--gf-field-pwd-str-ind-width-short)}.gform-theme--framework .gfield_password_strength.bad{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-bad);--gf-local-border-color:var(--gf-field-pwd-str-border-color-bad);--gf-local-color:var(--gf-field-pwd-str-color-bad)}.gform-theme--framework .gfield_password_strength.bad::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-bad);--gf-local-width:var(--gf-field-pwd-str-ind-width-bad)}.gform-theme--framework .gfield_password_strength.good{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-good);--gf-local-border-color:var(--gf-field-pwd-str-border-color-good);--gf-local-color:var(--gf-field-pwd-str-color-good)}.gform-theme--framework .gfield_password_strength.good::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-good);--gf-local-width:var(--gf-field-pwd-str-ind-width-good)}.gform-theme--framework .gfield_password_strength.strong{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-strong);--gf-local-border-color:var(--gf-field-pwd-str-border-color-strong);--gf-local-color:var(--gf-field-pwd-str-color-strong)}.gform-theme--framework .gfield_password_strength.strong::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-strong);--gf-local-width:var(--gf-field-pwd-str-ind-width-strong)}.gform-theme--framework .gfield--type-product .ginput_product_price{--gf-local-color:var(--gf-field-prod-price-color)}.gform-theme--framework .gfield--type-product input[type].ginput_product_price{--gf-local-display:inline-block}.gform-theme--framework .gfield--type-product .ginput_quantity{--gf-local-width:var(--gf-field-prod-quant-width);margin-block-end:var(--gf-field-prod-quant-margin-y-end)}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct{display:flex;flex-direction:column}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper{order:2}.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child){margin-block-start:var(--gf-field-repeater-gap-y)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{margin-block-start:var(--gf-field-repeater-gap-y);position:relative}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item::before{background-color:var(--gf-field-repeater-separator-color);block-size:1px;content:"";display:block;inline-size:100%;inset-block-start:calc(0px - (var(--gf-field-repeater-gap-y)/ 2));position:absolute}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item{margin-inline-end:var(--gf-field-repeater-btn-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{border-inline-start:var(--gf-field-repeater-nested-border-size) var(--gf-field-repeater-nested-border-style) var(--gf-field-repeater-nested-border-color);border-inline-start-style:var(--gf-field-repeater-nested-border-style);padding-inline-start:var(--gf-field-repeater-nested-padding-x-start)}.gform-theme--framework .gfield--type-repeater .gfield_valid .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-color:var(--gf-ctrl-color)}.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section{border-block-end:var(--gf-field-section-border-width) var(--gf-field-section-border-style) var(--gf-field-section-border-color);padding-block-end:var(--gf-field-section-padding-y-end)}.gform-theme--framework .gform_validation_errors{background-color:var(--gf-form-validation-bg-color);border:var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gf-form-validation-border-color);border-radius:var(--gf-form-validation-radius);box-shadow:var(--gf-form-validation-shadow);display:flex;flex-direction:column;gap:var(--gf-form-validation-gap);margin-block:var(--gf-form-validation-margin-y);padding-block:var(--gf-form-validation-padding-y);padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors:focus{border-color:var(--gf-form-validation-border-color-focus);outline:var(--gf-form-validation-outline-focus);outline-offset:var(--gf-ctrl-outline-offset)}.gform-theme--framework .gform_validation_errors .gform_submission_error{color:var(--gf-form-validation-heading-color);display:flex;flex-direction:column;font-family:var(--gf-form-validation-heading-font-family);font-size:var(--gf-form-validation-heading-font-size);font-weight:var(--gf-form-validation-heading-font-weight);gap:var(--gf-form-validation-heading-gap);line-height:var(--gf-form-validation-heading-line-height)}.gform-theme--framework .gform_validation_errors .gform-icon{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gf-form-validation-heading-icon-bg-color);block-size:var(--gf-form-validation-heading-icon-size);border-color:var(--gf-form-validation-heading-icon-border-color);border-radius:var(--gf-form-validation-heading-icon-radius);border-style:var(--gf-form-validation-heading-icon-border-style);border-width:var(--gf-form-validation-heading-icon-border-width);color:var(--gf-form-validation-heading-icon-color);display:inline-grid;font-size:var(--gf-form-validation-heading-icon-font-size);inline-size:var(--gf-form-validation-heading-icon-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gform_validation_errors .gform-icon::before{content:var(--gf-icon-tooltip-error)}.gform-theme--framework .gform_validation_errors ol{color:var(--gf-form-validation-summary-color);font-family:var(--gf-form-validation-summary-font-family);font-size:var(--gf-form-validation-summary-font-size);font-weight:var(--gf-form-validation-summary-font-weight);line-height:var(--gf-form-validation-summary-line-height);list-style-type:disc;margin-block:0;margin-inline:0;padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors ol li+li{margin-block-start:var(--gf-form-validation-summary-margin-y-start)}.gform-theme--framework .gform_validation_errors ol a{border-color:transparent;border-radius:var(--gf-form-validation-radius);border-style:var(--gf-ctrl-border-style);border-width:var(--gf-ctrl-border-width);color:var(--gf-form-validation-summary-color);outline-color:var(--gf-ctrl-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-ctrl-outline-width);-webkit-text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);transition:var(--gf-ctrl-transition)}.gform-theme--framework .gform_validation_errors ol a:focus{border-color:var(--gf-form-validation-border-color-focus);outline-color:var(--gf-form-validation-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}@media (min-width:640px){.gform-theme--framework .gform_validation_errors .gform_submission_error{align-items:center;flex-direction:row}.gform-theme--framework .gform_validation_errors ol{padding-inline:var(--gf-form-validation-summary-padding-x)}}.gform-theme--framework .gform_required_legend .gfield_required{color:var(--gf-color-danger)}.gform-theme--framework .gform-loader{border-block-end-color:var(--gf-form-spinner-fg-color);border-block-start-color:var(--gf-form-spinner-bg-color);border-inline-end-color:var(--gf-form-spinner-bg-color);border-inline-start-color:var(--gf-form-spinner-fg-color)}.gform-theme--framework .gform_save_link svg{display:none}.gform-theme--framework .gform_save_link::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-save-continue)}.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield--has-description.field_validation_below .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_below.gfield--type-choice .gfield_description:where(.field_description_above .gfield_validation_message){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;margin-inline:auto 0;padding-block-start:var(--gf-desc-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-choice-field-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;padding-block-start:var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-space)}}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .validation_above .gform-conversational__field-footer+.gfield_validation_message.gfield_description{margin-block-end:0;margin-block-start:var(--gf-desc-space)}.gform-theme--framework .gfield_list_group_item::before,.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-space-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-choice-field-space-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-choice-field-space-primary)}@media (min-width:640px){.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){--gf-local-margin-y:0;--gf-local-margin-x:0;padding-inline-end:var(--gf-label-space-primary)}}.gform-theme--framework .gform-field-label--type-inline{--gf-local-margin-x:var(--gf-label-space-x-secondary) 0;--gf-local-margin-y:var(--gf-label-space-y-secondary) 0}.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{--gf-local-margin-y:var(--gf-label-space-tertiary) 0}.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub{--gf-local-margin-y:0 var(--gf-label-space-tertiary)}