@charset "UTF-8";.fx-header{padding:16px 12px 0 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;background-color:#fff}@media screen and (min-width: 1025px){.fx-header{padding:28px 40px 0}}.fx-header__logo{width:68px}@media screen and (min-width: 1025px){.fx-header__logo{width:150px}}.fx-header__menu{border:1px solid #000000;border-radius:48px;padding:8px 16px 8px 64px;display:flex}@media screen and (min-width: 1025px){.fx-header__menu{padding:20px 40px 20px 72px}}.fx-header__menu nav{display:flex;gap:40px}.fx-header__menu__links{display:none;list-style:none;gap:40px}@media screen and (min-width: 1025px){.fx-header__menu__links{display:flex}}.fx-header__menu__links a,.fx-header__menu__links__dropdown-title{font-size:20px;text-decoration:none;line-height:28px;color:#000;cursor:pointer;position:relative;padding-bottom:2px;transition:color .3s ease}.fx-header__menu__links a:after,.fx-header__menu__links__dropdown-title:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.fx-header__menu__links a:hover,.fx-header__menu__links__dropdown-title:hover{color:#000}.fx-header__menu__links a:hover:after,.fx-header__menu__links__dropdown-title:hover:after{width:100%}.fx-header__menu__toggle{display:block;position:relative;z-index:1;top:2px;-webkit-user-select:none;user-select:none}.fx-header__menu__toggle input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.fx-header__menu__toggle span{display:block;width:24px;height:4px;margin-bottom:4px;position:relative;background:#000;border-radius:3px;z-index:1;transform-origin:4px 0px;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}@media screen and (min-width: 1025px){.fx-header__menu__toggle span{margin-bottom:5px}}.fx-header__menu__toggle span:first-child{transform-origin:0% 0%}.fx-header__menu__toggle span:nth-last-child(2){transform-origin:0% 100%}.fx-header__menu__toggle input:checked~span{opacity:1;transform:rotate(45deg) translateY(2px);background:#000}@media screen and (min-width: 1025px){.fx-header__menu__toggle input:checked~span{transform:rotate(45deg) translate(2px,4px)}}.fx-header__menu__toggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2)}.fx-header__menu__toggle input:checked~span:nth-last-child(2){opacity:1;transform:rotate(-45deg) translateY(-1px)}.fx-header__menu__toggle__panel{position:absolute;width:300px;margin:-100px 0 0;padding:125px 40px 40px;right:-100px;background:#f1f1f1;list-style-type:none;-webkit-font-smoothing:antialiased;border-bottom-left-radius:25px;transform-origin:0% 0%;transform:translate(100%);transition:transform .5s cubic-bezier(.77,.2,.05,1)}.fx-header__menu__toggle__panel li{margin-bottom:16px}.fx-header__menu__toggle__panel li a{font-size:20px;text-decoration:none;line-height:28px;color:#000;position:relative;display:inline-block;padding-bottom:2px;transition:color .3s ease}.fx-header__menu__toggle__panel li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.fx-header__menu__toggle__panel li a:hover{color:#000}.fx-header__menu__toggle__panel li a:hover:after{width:100%}.fx-header__menu__toggle input:checked~ul{transform:scale(1);opacity:1}.fx-dropdown{position:relative;display:inline-block}.fx-dropdown__arrow{cursor:pointer}.fx-dropdown__container{background-color:#f1f1f1;border:1px solid black;border-radius:10px;position:absolute;top:175%;z-index:9999;right:0;width:300px;box-shadow:0 4px 12px #00000026;overflow:hidden;opacity:0;transform:translateY(-10px);animation:dropdownFadeIn .3s ease forwards}@keyframes dropdownFadeIn{to{opacity:1;transform:translateY(0)}}.fx-dropdown__container__item{border:1px solid #ffffff;padding:10px;transition:background-color .2s ease,border-color .2s ease}.fx-dropdown__container__item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.fx-dropdown__container__item:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.fx-dropdown__container__item:hover{background-color:#0000000d;border-bottom:solid black 2px;cursor:pointer}.fx-dropdown__container__highlight{cursor:pointer}.fx-dropdown__container__text{font-size:16px;transition:color .2s ease}.fx-hero{position:relative;padding:12px}@media screen and (min-width: 1025px){.fx-hero{padding:0 0 0 40px;min-height:700px;display:flex;flex-direction:column;justify-content:space-between}}.fx-hero h1{margin-top:20px}@media screen and (min-width: 1025px){.fx-hero h1{margin:90px 0 0 40px;max-width:950px}}@media screen and (max-width: 1465px){.fx-hero h1{max-width:650px}}@media screen and (max-width: 1133px){.fx-hero h1{max-width:340px;margin:12px 0 0 24px;font-size:50px}}.fx-hero img{height:276px;position:relative;display:block;margin:12px 0 -60px auto;max-width:calc(100% - 24px);z-index:2}@media screen and (min-width: 1025px){.fx-hero img{height:700px;position:absolute;right:0;top:auto;bottom:0;margin:0;max-width:none;z-index:2}}.fx-hero__text{background-color:#fff159;border-radius:10px;padding:7rem 32px 40px 24px;display:flex;align-items:flex-end;margin:-100px 0 0;position:relative;z-index:1}@media screen and (min-width: 1025px){.fx-hero__text{margin:0 40px 0 0;padding:40px;border-radius:25px;min-height:315px;position:relative;z-index:1}}@media screen and (min-width: 1025px){.fx-hero__text p{max-width:590px}}@media screen and (max-width: 1465px){.fx-hero__text p{max-width:390px}}@font-face{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:translateZ(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-slide,.swiper-3d .swiper-cube-shadow{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{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-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next: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:translateZ(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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{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,.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;-moz-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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-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:translate(-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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.fx-infoBoxGrid{width:100%;padding:12px 0;gap:12px}@media screen and (min-width: 1025px){.fx-infoBoxGrid{padding:40px}}@media screen and (min-width: 1025px){.fx-infoBoxGrid__mobile{display:none}}.fx-infoBoxGrid__mobile .swiper{padding-bottom:40px}.fx-infoBoxGrid__mobile .swiper-pagination-bullet{background-color:#000;opacity:.1;width:14px;height:14px}.fx-infoBoxGrid__mobile .swiper-pagination-bullet-active{background-color:#000!important;opacity:.6}.fx-infoBoxGrid__desktop{display:none}@media screen and (min-width: 1025px){.fx-infoBoxGrid__desktop{gap:40px;display:grid;justify-content:center}}.fx-infoBox{background-color:#f1f1f1;border-radius:10px;border:1px solid #000000;padding:24px;text-decoration:none;color:inherit;display:block;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.fx-infoBox:hover{transform:translateY(-4px);box-shadow:0 8px 24px #feff594d,0 4px 8px #0000001a;border-color:#fff159}@media screen and (min-width: 1025px){.fx-infoBox{border-radius:25px;padding:32px;min-height:290px}}.fx-infoBox h3{margin:0 0 16px}@media screen and (min-width: 1025px){.fx-infoBox h3{margin:0 0 24px;min-height:100px}}.fx-infoBox p{margin:0 0 16px;min-height:32px}@media screen and (min-width: 1025px){.fx-infoBox p{margin:0 0 24px;min-height:50px}}.fx-card{max-width:300px}.fx-card img{width:100%;height:300px;object-fit:cover;object-position:center;border-radius:24px}@media screen and (min-width: 1025px){.fx-card img{width:270px;height:320px}}.fx-card__content{margin:20px 0 0;text-align:center}@media screen and (min-width: 1025px){.fx-card__content{max-width:240px;margin:24px 0 0 12px;text-align:left}}.fx-card__content h4:nth-of-type(2){margin:0 0 16px}@media screen and (min-width: 1025px){.fx-card__content h4:nth-of-type(2){margin:0 0 24px}}.fx-card__content p{max-width:200px;margin:auto}@media screen and (min-width: 1025px){.fx-card__content p{margin:0}}.fx-card__content__social{display:flex;gap:16px;margin:24px 0 0;justify-content:center}.fx-card__content__social img{width:25px}@media screen and (min-width: 1025px){.fx-card__content__social img{width:34px}}.fx-card.centerContent{display:flex;flex-direction:column;align-items:center}.fx-card.centerContent .fx-card__content{text-align:center}@media screen and (min-width: 1025px){.fx-card.centerContent .fx-card__content{margin:24px auto}}.fx-card.centerContent .fx-card__content p{max-width:100%}.fx-signup{position:relative;display:flex;flex-direction:column;margin:12px 0}@media screen and (min-width: 1025px){.fx-signup{padding:200px 40px 0 0}}.fx-signup__mobileImage{position:relative}@media screen and (min-width: 1025px){.fx-signup__mobileImage{display:none}}.fx-signup__mobileImage>img{display:block;width:100%}.fx-signup__mobileImage__logos{position:absolute;display:flex;justify-content:space-between;top:45%;width:100%;padding:12px}.fx-signup__desktopImage{display:none;width:80%}@media screen and (min-width: 1025px){.fx-signup__desktopImage{width:50vw;position:absolute;bottom:0;display:block}}.fx-signup__content{background-color:#fff159;display:flex;order:1}@media screen and (min-width: 1025px){.fx-signup__content{margin:0 0 0 30vw;justify-content:flex-end;order:0;border-radius:25px}}.fx-signup__content__text{display:flex;gap:40px;padding:80px 32px}@media screen and (min-width: 1025px){.fx-signup__content__text{padding:56px 56px 56px 180px}}.fx-signup__content__text svg{display:none}@media screen and (min-width: 1025px){.fx-signup__content__text svg{display:block;transform:scale(1.3);margin:20px -10px}}@media screen and (min-width: 1025px){.fx-signup__content__text>div{max-width:600px;padding-left:60px}}.fx-signup__content__text>div h3,.fx-signup__content__text>div p{margin:0 0 44px}.fx-signup__content__text>div form{display:flex;gap:16px;margin-bottom:24px}.sp-textBox{background-color:#000;color:#fff;border-radius:25px;margin:12px;padding:40px 12px;display:flex;justify-content:space-between}@media screen and (min-width: 1025px){.sp-textBox{padding:80px 40px 40px;margin:40px;align-items:flex-end}}.sp-textBox__left{flex:1;display:flex;align-items:center}@media screen and (min-width: 1025px){.sp-textBox__left h2{max-width:300px}}.sp-textBox__right{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1}@media screen and (min-width: 1025px){.sp-textBox__right{gap:16px;padding:0 80px}}.fx-footer{background-color:#fff159;border-radius:10px;margin:12px;padding:12px;position:sticky;bottom:0;border-top:1px solid rgba(0,0,0,.1)}@media screen and (min-width: 1025px){.fx-footer{border-radius:25px;margin:40px;padding:40px}}@media screen and (min-width: 1025px){.fx-footer__primary{display:flex;justify-content:space-between;align-items:flex-end}}.fx-footer__primary__left{display:flex;justify-content:space-between}@media screen and (min-width: 1025px){.fx-footer__primary__left{justify-content:space-between;align-items:flex-end;gap:80px}}.fx-footer__primary__left img{width:70px}@media screen and (min-width: 1025px){.fx-footer__primary__left img{width:auto}}.fx-footer__primary__left ul{list-style:none}.fx-footer__primary__left ul li a{text-decoration:none;color:#000}.fx-footer__primary__left ul li a:hover{text-decoration:underline}.fx-footer__primary__right form{padding:24px 0;display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1025px){.fx-footer__primary__right form{padding:0}}.fx-footer__primary__right__input{display:flex;gap:16px;flex-direction:column;align-items:flex-start}@media screen and (min-width: 1025px){.fx-footer__primary__right__input{flex-direction:row;align-items:center}}@media screen and (min-width: 1025px){.fx-footer__primary__right__input input{min-width:350px}}@media screen and (min-width: 1025px){.fx-footer__primary__right__input p{display:none}}.fx-footer__secondary{border-top:1px solid #000000;padding:24px 0 0}@media screen and (min-width: 1025px){.fx-footer__secondary{margin:40px 0 0}}.fx-footer__secondary ul{list-style:none;margin-bottom:24px;display:flex}@media screen and (min-width: 1025px){.fx-footer__secondary ul{gap:40px}}.fx-footer__secondary ul li a{text-decoration:none;color:#000}.fx-footer__secondary ul li a:hover{text-decoration:underline}@media screen and (min-width: 1025px){.fx-footer__secondary ul span{width:1px;height:20px;background-color:#000;display:block}}.fx-textImage__doctorMobile{width:100%;display:block}@media screen and (min-width: 1025px){.fx-textImage__doctorMobile{display:none}}.fx-textImage__content{background-color:#000;padding:24px;color:#fff;position:relative}@media screen and (min-width: 1025px){.fx-textImage__content{padding:100px 40px 40px;margin:400px 40px 40px;border-radius:25px}}.fx-textImage__content p{margin:16px 0}@media screen and (min-width: 1025px){.fx-textImage__content p{margin:24px 0}}.fx-textImage__content a{color:#fff}.fx-textImage__content__text__anchor{padding:10px 25px;border-radius:45px;background-color:#fff159;color:#000!important;line-height:24px;border:1px solid #fff159;text-decoration:none!important;text-transform:uppercase}.fx-textImage__content__text__anchor:hover{background-color:#000;color:#fff159;color:#fff159!important;transition:all .2s ease}.fx-textImage__content h2{color:#fff159;max-width:400px}.fx-textImage__content__doctor{max-width:785px;position:absolute;right:0;bottom:0;display:none}@media screen and (min-width: 1025px){.fx-textImage__content__doctor{display:block}}.fx-textImage__content__logo{position:absolute;left:0;top:-250px;width:100px}@media screen and (min-width: 1025px){.fx-textImage__content__logo{width:auto}}.sp-richText-container{padding:12px;margin:12px 0}@media screen and (min-width: 1025px){.sp-richText-container{padding:40px;margin:40px 0}}.sp-richText-container.bordered{background-color:#f1f1f1;border-radius:10px;border:1px solid #000000;margin:12px;padding:12px}@media screen and (min-width: 1025px){.sp-richText-container.bordered{border-radius:25px;padding:40px;margin:40px}}.sp-richText-container__eyebrow{display:block;font-weight:700;margin-bottom:16px}@media screen and (min-width: 1025px){.sp-richText-container__content__left h2{max-width:1000px}}.sp-richText-container__content__left__description{margin:20px 44px 24px 0;max-width:900px;white-space:pre-line}@media screen and (min-width: 1025px){.sp-richText-container__content__left__description{margin:32px 0 44px;max-width:1000px}}.fx-accordion{max-width:max-content;padding:12px;background-color:#f1f1f1;border-radius:10px;margin:0 12px}@media screen and (min-width: 1025px){.fx-accordion{padding:40px;border-radius:25px;margin:0 40px}}.fx-accordion__header{margin:0 0 56px;display:flex;flex-direction:column;gap:16px}.fx-accordion__item{margin-top:inherit;margin-bottom:16px}.fx-accordion__item__header{display:flex;justify-content:space-between;background:transparent;font-size:22px;font-weight:100;color:#000;text-align:left;padding:0;max-width:100%;width:100%;border:none;align-items:center}.fx-accordion__item__header:hover{background:transparent;text-decoration:underline;color:#000}@media screen and (min-width: 1025px){.fx-accordion__item__header{font-size:32px}}.fx-accordion__item__header__icon{font-size:20px}.fx-accordion__item__header__icon span{transition:all .3s ease}.fx-accordion__item__header__icon .active{transform:rotate(-45deg)}@media screen and (min-width: 1025px){.fx-accordion__item__header__icon{display:flex}}.fx-accordion__item__content{max-height:0;overflow:hidden;margin:16px 0 32px}.fx-accordion__item__content--open{max-height:300px;opacity:1}.fx-accordion__item__content__text{margin-top:8px;color:#000}@media screen and (min-width: 1025px){.fx-accordion__item__content__text{margin:20px 0 24px}}.fx-pages-home__content__logo{display:flex;justify-content:flex-end;padding:0 12px}@media screen and (min-width: 1025px){.fx-pages-home__content__logo{display:none}}.fx-pages-home__content__logo__content{background-color:#000;width:55px;height:45px;display:flex;justify-content:center;align-items:center;border-radius:5px}.fx-pages-home__content__logo__content svg{color:#fff159;width:30px}.fx-pages-home__content__cards{padding:12px;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media screen and (min-width: 1025px){.fx-pages-home__content__cards{gap:16px;padding:40px;justify-content:flex-end;display:flex}}.fx-pages-home__content__cards__logo{background-color:#000;width:190px;height:160px;justify-content:center;align-items:center;border-radius:12px;display:none}@media screen and (min-width: 1025px){.fx-pages-home__content__cards__logo{display:flex}}.fx-pages-home__content__cards__logo svg{color:#fff159}.fx-featureModule{width:100%;display:flex;justify-content:center;padding:40px}.fx-featureModule .fx-featureModule-container{display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px}.fx-featureModule .fx-featureModule-container__left{background-color:#f1f1f1;border-radius:10px;padding:48px 32px;display:flex;flex-direction:column;row-gap:56px}.fx-featureModule .fx-featureModule-container__left__title{margin-bottom:80px}.fx-featureModule .fx-featureModule-container__left__eyebrow{font-weight:700;font-size:12px}.fx-featureModule .fx-featureModule-container__left__cta{width:fit-content}.fx-featureModule .fx-featureModule-container__right{display:flex;justify-content:center;align-items:center}.fx-featureModule .fx-featureModule-container__right__image{border-radius:10px;object-fit:cover;height:100%;width:100%}.fx-featureModule--default .fx-featureModule-container__left{background-color:#f1f1f1;color:inherit}.fx-featureModule--default .fx-featureModule-container__left .fx-featureModule-container__left__title,.fx-featureModule--default .fx-featureModule-container__left .fx-featureModule-container__left__eyebrow,.fx-featureModule--default .fx-featureModule-container__left .fx-featureModule-container__left__description,.fx-featureModule--default .fx-featureModule-container__left h3{color:inherit}.fx-featureModule--inverse .fx-featureModule-container__left{background-color:#000;color:#fff}.fx-featureModule--inverse .fx-featureModule-container__left .fx-featureModule-container__left__title{color:#fff159}.fx-featureModule--inverse .fx-featureModule-container__left .fx-featureModule-container__left__eyebrow,.fx-featureModule--inverse .fx-featureModule-container__left .fx-featureModule-container__left__description,.fx-featureModule--inverse .fx-featureModule-container__left h3{color:#fff}.fx-featureModule--inverse .fx-featureModule-container__left .fx-featureModule-container__left__cta{color:#000}.fx-featureModule--inverse .fx-featureModule-container__left .fx-featureModule-container__left__cta:hover{color:#fff}.fx-featureModule--alternate .fx-featureModule-container__left{background-color:#fff159;color:#000}.fx-featureModule--alternate .fx-featureModule-container__left .fx-featureModule-container__left__title,.fx-featureModule--alternate .fx-featureModule-container__left .fx-featureModule-container__left__eyebrow,.fx-featureModule--alternate .fx-featureModule-container__left .fx-featureModule-container__left__description,.fx-featureModule--alternate .fx-featureModule-container__left h3,.fx-featureModule--alternate .fx-featureModule-container__left .fx-featureModule-container__left__cta{color:#000}@media screen and (max-width: 1025px){.fx-featureModule{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px}.fx-featureModule .fx-featureModule-container{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:10px}}.fx-feature-card-grid{display:flex;flex-direction:column;gap:24px;padding:0 12px;align-items:center}@media screen and (max-width: 770px){.fx-feature-card-grid{gap:16px;padding:0 12px}}@media screen and (min-width: 1025px){.fx-feature-card-grid{flex-direction:row;justify-content:space-between;align-items:stretch;padding:0 40px}}.fx-feature-card-grid--three-column-offset{display:flex;flex-direction:column;gap:24px;padding:0 12px;align-items:center}@media screen and (max-width: 770px){.fx-feature-card-grid--three-column-offset{gap:16px;padding:0 12px}}@media screen and (min-width: 1025px){.fx-feature-card-grid--three-column-offset{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:0 40px;align-items:stretch}}@media screen and (min-width: 1025px){.fx-feature-card-grid--three-column-offset .fx-feature-card-grid__empty-column{grid-column:1}}@media screen and (max-width: 1025px){.fx-feature-card-grid--three-column-offset .fx-feature-card-grid__empty-column{display:none}}@media screen and (min-width: 1025px){.fx-feature-card-grid--three-column-offset .fx-content-card{width:100%}}.fx-content-card{padding:20px;border-radius:10px;width:100%}.fx-content-card img{width:100%;height:300px;object-fit:cover;object-position:center;border-radius:10px}@media screen and (min-width: 1025px){.fx-content-card img{width:270px;height:320px}}.fx-content-card__content{margin:20px 0 0;text-align:center;width:100%}@media screen and (min-width: 1025px){.fx-content-card__content{margin:24px 0 0 12px;text-align:left}}.fx-content-card__content h4.title{text-transform:uppercase;font-weight:400}.fx-content-card__content h4.subtitle{margin:0 0 16px}@media screen and (min-width: 1025px){.fx-content-card__content h4.subtitle{margin:0 0 24px}}.fx-content-card__content p{max-width:200px;margin:auto}@media screen and (min-width: 1025px){.fx-content-card__content p{margin:0}}.fx-content-card__button{margin:24px 0 0;display:flex;justify-content:center}@media screen and (min-width: 1025px){.fx-content-card__button{justify-content:flex-start}}.fx-content-card.centerContent{display:flex;flex-direction:column;align-items:center}.fx-content-card.centerContent .fx-content-card__content{text-align:center}@media screen and (min-width: 1025px){.fx-content-card.centerContent .fx-content-card__content{margin:24px auto;text-align:center}}.fx-content-card.centerContent .fx-content-card__content p{max-width:100%}.fx-content-card.centerContent .fx-content-card__button{justify-content:center}.fx-content-card--default{background-color:#f1f1f1;color:inherit}.fx-content-card--default .fx-content-card__button .button,.fx-content-card--default .fx-content-card__button input[type=submit],.fx-content-card--default .fx-content-card__button .secondary{background-color:#fff159;color:#000;transition:all .3s ease}.fx-content-card--default .fx-content-card__button .button:hover,.fx-content-card--default .fx-content-card__button input[type=submit]:hover,.fx-content-card--default .fx-content-card__button .secondary:hover{opacity:.75}.fx-content-card--inverse{background-color:#000;color:#fff}.fx-content-card--inverse .fx-content-card__content h4.title{color:#fff}.fx-content-card--inverse .fx-content-card__content h4{color:#fff159}.fx-content-card--inverse .fx-content-card__content p{color:#fff}.fx-content-card--inverse .fx-content-card__button .button,.fx-content-card--inverse .fx-content-card__button input[type=submit],.fx-content-card--inverse .fx-content-card__button .secondary{background-color:#fff159;color:#000;transition:all .3s ease}.fx-content-card--inverse .fx-content-card__button .button:hover,.fx-content-card--inverse .fx-content-card__button input[type=submit]:hover,.fx-content-card--inverse .fx-content-card__button .secondary:hover{opacity:.75}.fx-content-card--alternate{background-color:#fff159;color:#000}.fx-content-card--alternate .fx-content-card__content h4,.fx-content-card--alternate .fx-content-card__content p{color:#000}.fx-content-card--alternate .fx-content-card__button .button,.fx-content-card--alternate .fx-content-card__button input[type=submit],.fx-content-card--alternate .fx-content-card__button .secondary{background-color:#000;color:#fff;transition:all .3s ease}.fx-content-card--alternate .fx-content-card__button .button:hover,.fx-content-card--alternate .fx-content-card__button input[type=submit]:hover,.fx-content-card--alternate .fx-content-card__button .secondary:hover{opacity:.75}.fx-pages-contact{min-height:100vh;display:flex;flex-direction:column}.fx-pages-contact__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%}.fx-pages-contact__content__text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:center;width:100%;height:50%;padding:40px;gap:16px}@media screen and (max-width: 1025px){.fx-pages-contact__content__text{padding:12px}}.fx-pages-contact__content__text__location{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px}.fx-pages-contact__content__text__location__text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:center}.fx-pages-contact__content__text__phone{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px}.fx-pages-contact__content__text__phone__icon{width:50px;height:50px}.fx-pages-contact__content__text__phone__text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:center}.fx-pages-contact__content__text__location__icon{width:50px;height:50px}.fx-pages-contact__content__map{width:100%;height:100%;padding:40px}@media screen and (max-width: 1025px){.fx-pages-contact__content__map{padding:12px}}.fx-pages-contact__content__form{width:100%;height:100%;padding:40px}@media screen and (max-width: 1025px){.fx-pages-contact__content__form{padding:12px}}.fx-pages-contact__content__form__container{display:flex;flex-direction:column;gap:8px;width:100%;border:1px solid #000000;border-radius:10px;padding:20px}.fx-pages-contact__content__form__container__form{display:flex;flex-direction:row;gap:8px;width:100%;padding:20px}@media screen and (max-width: 1025px){.fx-pages-contact__content__form__container__form{flex-direction:column}}.fx-pages-contact__content__form__container__form__title{display:flex;flex-direction:column;gap:8px;width:40%;text-align:left}@media screen and (max-width: 1025px){.fx-pages-contact__content__form__container__form__title{text-align:center;width:100%}}.fx-pages-contact__content__form__container__form__inputs{display:flex;flex-direction:column;gap:8px;width:60%}@media screen and (max-width: 1025px){.fx-pages-contact__content__form__container__form__inputs{width:100%}}.fx-pages-contact__content__form__container__form__inputs__button{display:flex;width:100%}.fx-pages-contact__content__form__container__form__inputs__button button{text-align:center;width:auto;justify-content:center}.fx-map{position:relative;width:100%;height:400px;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.1)}@media screen and (min-width: 1025px){.fx-map{height:500px;border-radius:25px}}.fx-map .fx-map-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;font-size:20px;z-index:1;background:#ffffffe6;padding:16px 24px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.fx-map>div{width:100%;height:100%}.icon-link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;list-style:none;color:inherit;width:100%;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.icon-link:visited,.icon-link:hover,.icon-link:active,.icon-link:focus{color:inherit;text-decoration:none}.icon-link:hover{background-color:#24b5de14;transform:translate(4px);box-shadow:0 2px 8px #24b5de26}.icon-link:hover .icon-link__icon img{filter:brightness(0) saturate(100%) invert(67%) sepia(93%) saturate(1352%) hue-rotate(168deg) brightness(104%) contrast(91%);transform:scale(1.1)}.icon-link__icon{height:24px;width:24px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.icon-link__icon img{object-fit:contain;width:100%;height:100%;filter:brightness(0);transition:filter .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.grid-layout{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:center;width:100%;gap:0}.grid-layout.force-mobile .grid__tab-labels__tab{font-size:16px;width:250px}.grid-layout.force-mobile .grid__table__body__row__cell{font-size:8px}.grid-layout .grid{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:center;width:100%;background-color:#fff;border-radius:8px;box-shadow:0 8px 8px #00000014;overflow:hidden;padding:0}.grid-layout .grid__tab-labels{display:flex;justify-content:start;height:auto;width:100%;align-items:start;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0;margin:0}@media screen and (max-width: 1025px){.grid-layout .grid__tab-labels__tab{font-size:12px}}@media screen and (max-width: 770px){.grid-layout .grid__tab-labels__tab{font-size:8px}}.grid-layout .grid__tab-labels__tab{padding:12px 24px;font-size:14px;font-weight:500;color:#6c757d;background-color:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.grid-layout .grid__tab-labels__tab:hover{color:#495057;background-color:#00000005}.grid-layout .grid__tab-labels__tab.active{color:#212529;font-weight:600;border-bottom-color:#be5907;background-color:#fff}.grid-layout .grid__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-items:center;width:100%;background-color:#fff;min-height:650px;padding:0}.grid-layout .grid__content.force-mobile{min-height:250px}.grid-layout .grid__content.force-mobile .grid__table{display:flex;flex-direction:column;width:100%}.grid-layout .grid__content.force-mobile .grid__table .grid__table__header{display:none}.grid-layout .grid__content.force-mobile .grid__table__body__row{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:space-between;width:100%;gap:5px;padding:12px;border-bottom:1px solid #e9ecef}.grid-layout .grid__content__scroll-container{width:100%;overflow-x:auto;overflow-y:visible}.grid-layout .grid__content__scroll-container::-webkit-scrollbar{height:6px}.grid-layout .grid__content__scroll-container::-webkit-scrollbar-track{background:#f8f9fa}.grid-layout .grid__content__scroll-container::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:4px}.grid-layout .grid__content__scroll-container::-webkit-scrollbar-thumb:hover{background:#adb5bd}.grid-layout .grid__table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff}@media screen and (max-width: 770px){.grid-layout .grid__table{display:block;width:100%}}.grid-layout .grid__table__header{position:sticky;top:0;z-index:10;background-color:#f8f9fa}.grid-layout .grid__table__header__row__column{padding:12px 16px;text-align:left;vertical-align:middle;font-size:12px;position:relative;-webkit-user-select:none;user-select:none;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef;background-color:#f8f9fa;min-width:120px;white-space:nowrap}.grid-layout .grid__table__header__row__column.resizable{cursor:default}.grid-layout .grid__table__header__row__column__resize-handle{position:absolute;top:0;right:0;width:4px;height:100%;cursor:col-resize;z-index:1;background-color:transparent;transition:background-color .15s ease}.grid-layout .grid__table__header__row__column__resize-handle:hover{background-color:#be5907}.grid-layout .grid__table__header__row__column__resize-handle:active{background-color:#8d4205}.grid-layout .grid__table__header__row__column.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.grid-layout .grid__table__header__row__column.sortable:hover{background-color:#e9ecef}.grid-layout .grid__table__header__row__column.sortable .header-content{display:flex;justify-content:space-between;align-items:center;gap:8px}.grid-layout .grid__table__header__row__column.sortable .header-content span:first-child{flex:1}.grid-layout .grid__table__header__row__column.sortable .header-content .sort-icon{font-size:12px;color:#6c757d;opacity:.6;transition:all .2s ease}.grid-layout .grid__table__header__row__column.sortable .header-content:hover .sort-icon{opacity:1;color:#495057}.grid-layout .grid__table__header__row__column:not(.sortable) .header-content{display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width: 770px){.grid-layout .grid__table__body{display:block;width:100%}}.grid-layout .grid__table__body__row{border-bottom:1px solid #f1f3f5;transition:background-color .15s ease;background-color:#fff}.grid-layout .grid__table__body__row:hover{background-color:#e7f3ff;cursor:pointer}.grid-layout .grid__table__body__row:last-child{border-bottom:none}@media screen and (max-width: 770px){.grid-layout .grid__table__body__row{display:flex;flex-direction:column;gap:8px;padding:12px;border-bottom:1px solid #e9ecef;width:100%;box-sizing:border-box}}.grid-layout .grid__table__body__row__cell{padding:12px 16px;font-size:13px;color:#212529;text-align:left;vertical-align:middle;min-width:fit-content;white-space:nowrap;border-right:1px solid #f1f3f5}.grid-layout .grid__table__body__row__cell:last-child{border-right:none}.grid-layout .grid__table__body__row__cell a{color:#be5907;text-decoration:none;transition:color .15s ease}.grid-layout .grid__table__body__row__cell a:hover{color:#8d4205;text-decoration:underline}.grid-layout .grid__table__body__row__cell p{margin:0;color:#212529;line-height:1.5}.grid-layout .grid__table__body__row__cell__mobile{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px}.grid-layout .grid__table__body__row__cell__mobile .strong{font-weight:600!important;font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;min-width:120px}@media screen and (max-width: 770px){.grid-layout .grid__table__body__row__cell__mobile .strong{min-width:auto;width:100%}}.grid-layout .grid__table__body__row__cell__mobile a{display:flex;width:100%;justify-content:flex-end}@media screen and (max-width: 770px){.grid-layout .grid__table__body__row__cell{display:flex;justify-content:space-between;align-items:flex-start;padding:0;border-right:none;width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;min-width:0}}.grid-layout .grid__pagination{display:flex;justify-content:space-around;height:auto;width:100%;align-items:center;padding:16px 24px;background-color:#f8f9fa;border-top:1px solid #e9ecef}.grid-layout .grid__pagination__button{font-size:13px;font-weight:500;padding:8px 16px;border-radius:4px;border:1px solid #dee2e6;white-space:nowrap;cursor:pointer;background:#fff;color:#495057;transition:all .15s ease}.grid-layout .grid__pagination__button:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd;color:#212529}.grid-layout .grid__pagination__button:active:not(:disabled){background-color:#dee2e6}.grid-layout .grid__pagination__button:disabled{opacity:.5;cursor:not-allowed;background-color:#f8f9fa}@media screen and (max-width: 770px){.grid-layout .grid__pagination__button{padding:4px 12px;font-size:12px}}.grid-layout .grid__pagination__info{font-size:13px;color:#6c757d;font-weight:500}.grid__sub-tabs{display:flex;justify-content:flex-start;height:auto;width:100%;align-items:center;gap:8px;padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.grid__sub-tabs__sub-tab{padding:8px 16px;border:none;background-color:transparent;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;border-radius:0}.grid__sub-tabs__sub-tab:hover{color:#495057;background-color:#00000005}.grid__sub-tabs__sub-tab--active{color:#212529;font-weight:600;border-bottom-color:#be5907;background-color:#fff}.grid__search-bar{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:16px 24px;width:100%;box-sizing:border-box}.grid__search-bar__content{display:flex;flex-direction:column;justify-content:flex-start;height:auto;align-items:flex-start;gap:16px;width:100%}.grid__search-bar__input-wrapper{position:relative;width:100%;display:flex;align-items:center}.grid__search-bar__input-wrapper__icon{position:absolute;left:10px;width:20px;height:20px;z-index:1;pointer-events:none}.grid__search-bar__input-wrapper__icon img{object-fit:contain}.grid__search-bar__filter-inputs{display:flex;flex-wrap:wrap;gap:16px;width:100%;align-items:center}@media screen and (max-width: 770px){.grid__search-bar__filter-inputs{flex-direction:column}}.grid__search-bar__filter-input{flex:1;min-width:150px}.grid__search-bar__filter-input .input{margin-bottom:0}.grid__search-bar__filter-input__wrapper{position:relative;display:flex;align-items:center;width:auto;min-width:fit-content}.grid__search-bar__filter-input__clear{position:absolute;right:18px;background:none;border:none;cursor:pointer;font-size:1.5rem;line-height:1;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;transition:all .2s ease;z-index:2}.grid__search-bar__filter-input__clear:hover{background-color:#0000001a;color:#000}.grid__search-bar__filter-input__clear:active{background-color:#0003}.grid__search-bar__filter-input__wrapper .grid-search-filter__input{width:100%;min-width:150px;padding-right:12px;padding-left:12px}.grid__search-bar__filter-input__wrapper.has-value .grid-search-filter__input{padding-right:40px}.grid__search-bar__filter-input__date-range{position:relative;display:flex;align-items:center;gap:8px;width:100%}.grid__search-bar__filter-input__date-range__inputs{display:flex;align-items:center;gap:8px;width:100%;flex:1}.grid__search-bar__filter-input__date-range__separator{font-size:clamp(.75rem,1vw,1rem);color:#666;white-space:nowrap;padding:0 4px}.grid__search-bar__filter-input__date-range .grid-search-filter__input{flex:1;min-width:150px;padding-left:12px;padding-right:12px}.grid__search-bar__filter-input__date-range .grid__search-bar__filter-input__clear{position:absolute;right:-30px}.grid__search-bar__checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;width:100%;margin-top:8px}@media screen and (max-width: 770px){.grid__search-bar__checkboxes{grid-template-columns:1fr}}.grid-search-filter__input{font-family:var(--font-primary),serif;width:100%;height:44px;padding:0 12px 0 30px;font-size:clamp(.75rem,1vw,1rem);border:none;border-radius:8px;line-height:44px;box-sizing:border-box;color:#000;text-indent:0}.grid-search-filter__input:focus{outline:none;box-shadow:none}.grid-search-filter__input[type=date]{color-scheme:light;height:44px;line-height:44px}.grid-search-filter__input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.grid-search-filter__input[type=date]::-webkit-datetime-edit-fields-wrapper,.grid-search-filter__input[type=date]::-webkit-datetime-edit-text,.grid-search-filter__input[type=date]::-webkit-datetime-edit-month-field,.grid-search-filter__input[type=date]::-webkit-datetime-edit-day-field,.grid-search-filter__input[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.grid__search-bar--iccc .grid-search-filter__input{background-color:#def4fa!important}.grid__search-bar--iccc .grid-search-filter__input[type=date]{background-color:#def4fa!important;color:#000}.grid__search-bar--smith-pharmacy .grid-search-filter__input{background-color:#f5f5f0!important}.grid__search-bar--smith-pharmacy .grid-search-filter__input[type=date]{background-color:#be5907!important;color:#fff}.grid__search-bar--fx-clinic .grid-search-filter__input{background-color:#f8f9fa!important}.grid__search-bar--fx-clinic .grid-search-filter__input[type=date]{background-color:#6c757d!important;color:#fff}.badge-checkbox{padding:8px 16px;border:2px solid #e0e0e0;border-radius:16px;background-color:#f5f5f5;color:#757575;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-checkbox:hover{border-color:#bdbdbd;background-color:#eee}.badge-checkbox--checked{background-color:#66bb6a;color:#fff;border-color:#66bb6a;font-weight:600}.badge-checkbox--checked:hover{background-color:#54b359;border-color:#54b359}.form-section{display:flex;flex-direction:column;width:100%;gap:10px}.form-section__header{display:flex;flex-direction:column;gap:10px}.form-section__header h2{color:#000;font-weight:600;font-size:1.5rem}.form-section__header p{color:#000}.form-section__inputs{display:flex;flex-direction:column}.form-section__inputs__main{display:flex;gap:10px}.form-section__inputs__main__column{display:flex;flex-direction:column;gap:10px}.center{align-items:center!important}.left{align-items:flex-start!important;margin-left:20px}.multi-step-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-shadow:0 0 10px #0003;width:100%;padding:20px;border-radius:10px;box-sizing:border-box;flex:1}.multi-step-form__progress-container{width:100%;padding:48px 0 32px;background:linear-gradient(180deg,#fafafa,#fff);position:relative;overflow:hidden}@media screen and (max-width: 768px){.multi-step-form__progress-container{padding:24px 0 20px;overflow-x:visible;overflow-y:visible}}.multi-step-form__progress-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e8e8e8 20%,#e8e8e8 80%,transparent 100%)}.multi-step-form__progress-container__steps{display:flex;justify-content:space-between;margin-bottom:24px;position:relative;padding:24px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.multi-step-form__progress-container__steps::-webkit-scrollbar{display:none}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps{justify-content:center;margin-bottom:16px}}.multi-step-form__progress-container__steps:before{content:"";position:absolute;top:47px;left:24px;right:24px;height:2px;background:#efefef;z-index:0}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps:before{display:none}}.multi-step-form__progress-container__steps__line{position:absolute;top:47px;left:24px;height:2px;background:linear-gradient(90deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);transition:width .6s cubic-bezier(.16,1,.3,1);z-index:1;box-shadow:0 0 20px #ff6b6b66}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__line{display:none}}.multi-step-form__progress-container__steps__step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:0 0 auto}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__step{min-width:60px;flex-shrink:0;scroll-snap-align:center}}.multi-step-form__progress-container__steps__step__step-circle{width:48px;height:48px;min-width:48px;min-height:48px;aspect-ratio:1;border-radius:50%;background:#fff;border:2px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#bbb;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;flex-shrink:0;overflow:visible;box-sizing:border-box}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__step__step-circle{width:40px;height:40px;min-width:40px;min-height:40px;font-size:14px}}.multi-step-form__progress-container__steps__step.step-active .multi-step-form__progress-container__steps__step__step-circle{background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);border:none;color:var(--step-active-font);transform:scale(1.15);border-radius:50%;overflow:visible;box-shadow:0 8px 24px #ff6b6b59,0 4px 12px #ff6b6b40;z-index:10}.multi-step-form__progress-container__steps__step__step-circle:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53),var(--step-active-primary, #ff6b6b));opacity:0;transition:opacity .4s ease;z-index:-1}.multi-step-form__progress-container__steps__step.step-active .multi-step-form__progress-container__steps__step__step-circle:before{opacity:.2;animation:pulse 2s ease-in-out infinite}.multi-step-form__progress-container__steps__step__step-label{margin-top:14px;font-size:13px;font-weight:600;color:#bbb;transition:all .3s ease;letter-spacing:.3px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__step__step-label{font-size:10px;margin-top:8px;max-width:60px;line-height:1.2}}@media screen and (max-width: 480px){.multi-step-form__progress-container__steps__step__step-label{display:none}}.multi-step-form__progress-container__steps__step.step-active .multi-step-form__progress-container__steps__step__step-label{color:var(--step-active-font, #333)}.multi-step-form__progress-container__steps__step.step-completed .multi-step-form__progress-container__steps__step__step-circle{background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);border:none;color:var(--step-active-font, white);transform:scale(1)}.multi-step-form__progress-container__steps__step.step-completed .multi-step-form__progress-container__steps__step__step-label{color:var(--step-active-font, #333)}.multi-step-form__progress-container__steps__step.step-clickable{cursor:pointer}.multi-step-form__form{width:100%;display:flex;flex-direction:column;gap:24px}.multi-step-form__section{width:100%;padding:32px 48px;min-height:300px;transition:all .3s ease;border-radius:8px;margin-bottom:24px}.multi-step-form__section--active{background:#fafafa;border:2px solid transparent;border-left:4px solid var(--step-active-primary, #ff6b6b);box-shadow:0 2px 8px #0000000d}.multi-step-form__section--error{border-left-color:#dc3545!important;border-color:#dc35454d!important;background:#fff5f5;animation:shake .4s ease-in-out}.multi-step-form__section--completed{opacity:.7;background:#f9f9f9;border:1px solid #e8e8e8}.multi-step-form__section--completed .form-section__header h2:after{content:" ✓";color:var(--step-active-primary, #ff6b6b);font-weight:700}.multi-step-form__section--upcoming{opacity:.5;background:#fafafa;border:1px dashed #e8e8e8;pointer-events:none}.multi-step-form__section--upcoming input,.multi-step-form__section--upcoming select,.multi-step-form__section--upcoming textarea,.multi-step-form__section--upcoming button{pointer-events:none;opacity:.5}.multi-step-form__navigation{display:flex;justify-content:space-between;align-items:center;padding:24px 48px 32px;gap:16px;border-top:1px solid #e8e8e8}.multi-step-form__navigation__button{padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.multi-step-form__navigation__button--previous{background:#fff;color:#666;border-color:#e8e8e8}.multi-step-form__navigation__button--previous:hover{background:#f5f5f5;border-color:#ddd}.multi-step-form__navigation__button--next{background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);color:var(--step-active-font, white);border:none;box-shadow:0 4px 12px #00000026}.multi-step-form__navigation__button--next:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.multi-step-form__navigation__button--next:active{transform:translateY(0)}.multi-step-form__error{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;margin-top:20px;background:#fee;border:1px solid #fcc;border-radius:8px;border-left:4px solid #dc3545;animation:slideIn .3s ease-out}.multi-step-form__error__icon{font-size:20px;color:#000;flex-shrink:0;line-height:1.2}.multi-step-form__error__message{color:#000;font-size:14px;font-weight:500;line-height:1.5;flex:1}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.3);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.input{display:flex;flex-direction:column;justify-content:flex-start;height:auto;align-items:flex-start;width:100%;font-family:var(--font-primary),serif}.input__add-input{display:flex;justify-content:flex-start;height:auto;align-items:center;margin-top:10px;width:100%;gap:10px;transition:all 1s ease}.input__add-input img{height:20px;width:20px;border:solid black 1px;border-radius:50%}.input__add-input img:hover{cursor:pointer;scale:1.1}.input__button{display:flex;justify-content:flex-start;height:auto;width:100%;align-items:flex-start;color:#fff;height:44px;margin-bottom:10px}.input__button button{width:100%;height:100%;border:none;background-color:#000;cursor:pointer;font-family:inherit;font-size:clamp(.75rem,1vw,1rem);color:#fff;text-align:left;padding:0 12px;margin:0}@media screen and (max-width: 1025px){.input__button button{text-align:center!important}}.input__info{display:flex;flex-direction:column;justify-content:flex-start;height:auto;align-items:flex-start;margin-top:10px;width:100%;gap:10px;transition:all 1s ease}.input__label{font-size:clamp(.75rem,1vw,1rem)}.input__label__required{color:#000;margin-left:2px}.input__container{position:relative;width:100%}.input__input{font-family:var(--font-primary),serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:none;border-bottom:1px solid grey;background-color:transparent;line-height:44px;box-sizing:border-box;color:#000;text-indent:0}.input__input:focus{outline:none;box-shadow:none}.input__input[type=date]{color-scheme:light;background-color:transparent;color:gray;height:44px;line-height:44px}.input__input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.input__input[type=date]::-webkit-datetime-edit-fields-wrapper,.input__input[type=date]::-webkit-datetime-edit-text,.input__input[type=date]::-webkit-datetime-edit-month-field,.input__input[type=date]::-webkit-datetime-edit-day-field,.input__input[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.input__input-box{font-family:var(--font-primary),serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border-style:solid;border-color:#fff;background-color:transparent;line-height:44px;box-sizing:border-box;color:#000;text-indent:0}.input__input-box:focus{outline:none;box-shadow:none}.input__input-box[type=date]{color-scheme:light;background-color:transparent;color:gray;height:44px;line-height:44px}.input__input-box[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.input__input-box[type=date]::-webkit-datetime-edit-fields-wrapper,.input__input-box[type=date]::-webkit-datetime-edit-text,.input__input-box[type=date]::-webkit-datetime-edit-month-field,.input__input-box[type=date]::-webkit-datetime-edit-day-field,.input__input-box[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.input__input-box-icon{font-family:var(--font-primary),serif;background-image:url(../../../../assets/icons/email-64.png);background-size:20px;background-repeat:no-repeat;background-position:10px center;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:none;border-bottom:1px solid grey;background-color:transparent;line-height:44px;box-sizing:border-box;color:#000;text-indent:30px}.input__input-box-icon:focus{outline:none;box-shadow:none}.input__input-box-icon[type=date]{color-scheme:light;background-color:transparent;color:gray;height:44px;line-height:44px}.input__input-box-icon[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.input__input-box-icon[type=date]::-webkit-datetime-edit-fields-wrapper,.input__input-box-icon[type=date]::-webkit-datetime-edit-text,.input__input-box-icon[type=date]::-webkit-datetime-edit-month-field,.input__input-box-icon[type=date]::-webkit-datetime-edit-day-field,.input__input-box-icon[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.input__select{font-family:var(--font-primary),serif,sans-serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:none;border-bottom:1px solid grey;background-color:transparent;line-height:44px;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.input__select:focus{outline:none}.input__select-box{font-family:var(--font-primary),serif,sans-serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:solid white 2px;background-color:transparent;line-height:44px;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.input__select-box:focus{outline:none}.input gmp-place-autocomplete{display:block;width:100%;height:44px;padding:0 12px;border:none;border-bottom:1px solid grey;background-color:transparent;font-family:var(--font-primary),serif;font-size:clamp(.75rem,1vw,1rem);color:#000;line-height:44px;box-sizing:border-box}.input gmp-place-autocomplete input{width:100%;height:100%;border:none;background-color:transparent;outline:none;font-family:var(--font-primary),serif;font-size:inherit;color:inherit;line-height:inherit;padding:0;margin:0}.input gmp-place-autocomplete button,.input gmp-place-autocomplete button[aria-label=Clear],.input gmp-place-autocomplete button[type=button]{color:gray;background:transparent;border:none;outline:none;cursor:pointer}.input gmp-place-autocomplete button:hover,.input gmp-place-autocomplete button[aria-label=Clear]:hover,.input gmp-place-autocomplete button[type=button]:hover{color:#666}.input__text-area-input{font-family:var(--font-primary),serif;width:100%;min-height:88px;font-size:clamp(.75rem,1vw,1rem);padding:10px 12px;background-color:#fff;border-radius:12px;border:1px solid grey;resize:vertical;box-sizing:border-box}.input__text-area-input-box{font-family:var(--font-primary),serif;width:100%;min-height:88px;font-size:clamp(.75rem,1vw,1rem);padding:10px 12px;background-color:#fff;border:solid white 2px;resize:vertical;box-sizing:border-box}.input__icons{position:absolute;right:0;bottom:9px;height:44px;display:flex;align-items:center;gap:4px;padding-right:4px}.input__icon{cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.input__icon--file img{width:20px;height:20px;opacity:.7;transition:opacity .2s ease}.input__icon--file:hover img{opacity:1}.input__icon--clear{background-color:#000;border-radius:50%;width:15px;height:15px;color:#fff}.input__icon--clear:hover{background-color:#ff00001a}.input__icon--clear .input__clear-icon{font-size:18px;font-weight:700;color:#fff;line-height:1;transition:color .2s ease}.input__icon--clear:hover .input__clear-icon{color:red}.input__checkbox-container{display:flex;justify-content:space-between;height:auto;align-items:center;font-family:var(--font-primary),serif;padding:5px 0;width:100%;border:none;background-color:transparent;gap:5px}.input__checkbox-container__description{font-size:clamp(.5rem,.5vw,.75rem)}.input__checkbox-container__label{font-size:clamp(.75rem,1vw,1rem)}.input__checkbox-container__label__required{color:orange;margin-left:2px}.input__checkbox-container__box{height:25px;width:25px;accent-color:black}.input__checkbox-container__box:checked{accent-color:black}.input__checkbox-container__box:hover{cursor:pointer}.disable-input{cursor:not-allowed;opacity:.5}.reverse{flex-flow:row-reverse;justify-content:flex-end;gap:20px}.medium{height:40px!important;width:40px!important}.grid__empty-state{height:100%;padding:64px 24px;min-height:650px;color:#757575;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.grid__empty-state__icon{font-size:48px;margin-bottom:16px;opacity:.5}.grid__empty-state__message{font-size:16px;font-weight:500;color:#424242;margin:0 0 8px;text-align:center}.grid__empty-state__hint{font-size:14px;color:#9e9e9e;margin:0;text-align:center}.grid-button-cell{font-size:12px;font-weight:500;padding:8px 12px;border-radius:4px;border:1px solid #dee2e6;white-space:nowrap;cursor:pointer;background:#fff;color:#495057;transition:all .15s ease;font-family:inherit}.grid-button-cell:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd;color:#212529}.grid-button-cell:active:not(:disabled){background-color:#dee2e6}.grid-button-cell:disabled{opacity:.5;cursor:not-allowed;background-color:#f8f9fa}.grid-button-cell--primary{background:#fff;color:#495057;border-color:#dee2e6}.grid-button-cell--primary:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}.grid-button-cell--danger{background:#fff;color:#dc3545;border-color:#dc3545}.grid-button-cell--danger:hover:not(:disabled){background-color:#dc3545;color:#fff}.grid-button-cell--secondary{background:#fff;color:#be5907;border-color:#be5907}.grid-button-cell--secondary:hover:not(:disabled){background-color:#be5907;color:#fff}.grid-checkbox-cell{display:flex;justify-content:center;align-items:center;width:100%}.grid-checkbox-cell input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#000000;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #6c757d;border-radius:3px;position:relative;transition:all .15s ease}.grid-checkbox-cell input[type=checkbox]:hover{border-color:#000}.grid-checkbox-cell input[type=checkbox]:checked{background-color:#000;border-color:#000}.grid-checkbox-cell input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:11px;border:solid #FFFFFF;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.grid-checkbox-cell input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.grid-toggle-cell{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.grid-toggle-cell .toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.grid-toggle-cell .toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.grid-toggle-cell .toggle-switch input[type=checkbox]:checked+.toggle-slider{background-color:#000}.grid-toggle-cell .toggle-switch input[type=checkbox]:checked+.toggle-slider:before{transform:translate(20px)}.grid-toggle-cell .toggle-switch input[type=checkbox]:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.grid-toggle-cell .toggle-switch input[type=checkbox]:focus+.toggle-slider{box-shadow:0 0 1px #000}.grid-toggle-cell .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.grid-toggle-cell .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.grid-toggle-cell .toggle-switch .toggle-slider:hover:not(:disabled){background-color:#b3b3b3}.styled-text-cell{margin:0}.badge-cell-wrapper{display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width: 770px){.badge-cell-wrapper{justify-content:flex-end}}.badge-cell{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.badge-cell--default{background-color:#f5f5f5;color:#757575;border:1px solid #e0e0e0}.badge-cell--primary{background-color:#e3f2fd;color:#1976d2;border:1px solid #bbdefb}.badge-cell--success{background-color:#e8f5e8;color:#2e7d32;border:1px solid #a5d6a7}.badge-cell--warning{background-color:#fff3e0;color:#f57c00;border:1px solid #ffcc80}.badge-cell--danger{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}.badge-cell--info{background-color:#e0f2f1;color:#00695c;border:1px solid #80cbc4}.icon-cell{display:flex;align-items:center;justify-content:center;width:100%}.icon-cell__button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%;transition:all .2s ease}.icon-cell__button:hover{opacity:.7}.icon-cell__button:active{opacity:.5}.icon-cell__button img{width:20px;height:20px;display:block;transition:filter .2s ease;margin:0 auto;filter:brightness(0)}.icon-cell__button--iccc:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(166deg) brightness(104%) contrast(97%)}.icon-cell__button--smith:hover img{filter:brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(3000%) hue-rotate(5deg) brightness(.9) contrast(1.2)}.facility-header{display:flex;height:50px;width:100%;background-color:#fff;box-shadow:10px 2px 10px #00000080;align-self:flex-start;box-sizing:border-box;padding:12px}.facility-header__dashboard-menu{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.facility-header__dashboard-menu__settings{display:flex;justify-content:center;align-items:center;gap:10px;flex:1}.facility-header__dashboard-menu__settings__icon{display:flex;height:100%;align-items:center;justify-content:center;flex:1}.facility-header__dashboard-menu__settings__icon img{object-fit:contain;height:30px;width:30px}.facility-header__dashboard-menu__settings__icon:hover{cursor:pointer}.facility-header__dashboard-menu__search-container{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}.facility-header__dashboard-menu__search-container__text{flex:1;margin-right:10px;background-color:#d3f0f8;padding:4px;color:#24b5de;border-radius:8px}.facility-header__dashboard-menu__search-container__text p{margin:0;font-size:clamp(12px,1.2vw,16px);white-space:nowrap}.facility-header__dashboard-menu__search-container__skeleton{width:clamp(200px,60vw,1000px);margin-left:24px;flex-shrink:1;min-width:0}.facility-header__dashboard-menu__search-container__skeleton__input-wrapper{position:relative;display:flex;align-items:center;width:100%}.facility-header__dashboard-menu__search-container__skeleton__icon{position:absolute;left:10px;width:16px;height:16px;z-index:1;pointer-events:none}@media screen and (max-width: 770px){.facility-header__dashboard-menu__search-container__skeleton__icon{left:5px;width:14px;height:14px}}.facility-header__dashboard-menu__search-container__skeleton__icon img{object-fit:contain}.facility-header__dashboard-menu__search-container__skeleton input{font-family:var(--font-primary),serif;width:100%;background-color:#ecebeb;border-radius:16px;border:none;outline:none;box-shadow:none;padding:5px 5px 5px 35px;margin:0;font-size:14px}@media screen and (max-width: 1025px){.facility-header__dashboard-menu__search-container__skeleton input{padding:4px 4px 4px 28px;font-size:12px}}@media screen and (max-width: 770px){.facility-header__dashboard-menu__search-container__skeleton input{padding:4px 4px 4px 28px;border-radius:12px;font-size:12px}}.facility-header__dashboard-menu__options-menu{display:flex;align-items:center;gap:10px;margin-left:24px;flex-shrink:0}@media screen and (max-width: 1025px){.facility-header__dashboard-menu__options-menu{display:none}}.facility-header__dashboard-menu__options-menu__icon{display:flex;height:100%;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;border-radius:4px;padding:4px;position:relative}.facility-header__dashboard-menu__options-menu__icon img{object-fit:contain;height:30px;width:30px;transition:filter .2s ease;filter:brightness(0)}.facility-header__dashboard-menu__options-menu__icon:hover{cursor:pointer;background-color:#24b5de1a;transform:scale(1.1)}.facility-header__dashboard-menu__options-menu__icon:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(166deg) brightness(104%) contrast(97%)}.facility-header__dashboard-menu__options-menu__icon:active{transform:scale(1.05)}.result-tile{display:flex;width:100%;max-width:275px;height:100px;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 0 10px #00000080;border-radius:16px}.result-tile__icon{display:flex;background-color:#bde9f5;height:100%;width:40%;justify-content:center;align-items:center;border-radius:16px 0 0 16px}.result-tile__icon img{max-width:60%;max-height:60%;object-fit:contain}.result-tile__icon__colored{max-width:60%;max-height:60%}.result-tile__content{display:flex;flex-direction:column;justify-content:center;width:60%;background-color:#fff;gap:5px}.result-tile__content h2{display:flex;line-height:1;padding:0;margin:0;font-size:1rem;justify-content:flex-end;width:90%}.result-tile__content p{display:flex;width:90%;justify-content:flex-end;line-height:1;padding:0;margin:0;font-size:3rem}.result-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:auto;justify-items:center;align-items:center;gap:16px;width:95%;padding:16px 0}.dashboard-tile{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 0 10px #00000080;width:100%;min-width:200px;height:200px;position:relative}.dashboard-tile__icon{display:flex;position:absolute;background-color:#bde9f5;padding:4px;border-radius:4px;top:20px;right:20px;width:40px;height:35px;justify-content:center;align-items:center;box-shadow:0 0 5px #0003}.dashboard-tile__icon img{max-width:60%;max-height:60%;object-fit:contain}.dashboard-tile__icon__colored{max-width:60%;max-height:60%}.dashboard-tile__content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:100%;padding:24px;box-sizing:border-box}.dashboard-tile__content h3{font-weight:500;font-size:clamp(1rem,1.25vw,1.25rem)}.dashboard-tile__content__value-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:0;margin:0}.dashboard-tile__content__value-container__value{font-size:3rem;font-weight:600;padding:0;margin:0}.dashboard-tile__content__value-container__description{font-size:.7rem;text-align:left;font-weight:400;padding:0;margin:0}.dashboard-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:auto;justify-items:flex-start;align-items:center;gap:16px;width:95%;padding:16px 0}.popup-dialog{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-dialog__content{background-color:#fff;border-radius:8px;padding:40px;max-width:500px;width:90%;max-height:75vh;overflow-y:auto;box-shadow:0 16px 48px #00000026;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1025px){.popup-dialog__content{width:95%;padding:24px;border-radius:8px}}.popup-dialog__close-button{position:absolute;top:16px;right:16px;background:none;border:none;font-size:40px;font-weight:var(--font-weight-bold);color:#000;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:1;line-height:1}.popup-dialog__close-button:hover{background-color:#0000001a;transform:scale(1.1)}.popup-dialog__close-button:active{transform:scale(.95)}.review-dialog{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}.review-dialog__card{background-color:#fff;border-radius:12px;width:100%;max-width:900px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 48px #0003;overflow:hidden}.review-dialog__header{padding:24px 28px 16px;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}.review-dialog__header h3{margin:0 0 8px;font-size:1.5rem;color:#000}.review-dialog__header p{margin:0;color:#000;opacity:.7}.review-dialog__body{padding:20px 28px 24px;overflow-y:auto}.review-dialog__section{margin-bottom:20px}.review-dialog__section h4{margin:0 0 12px;font-size:1.1rem;color:#000}.review-dialog__section dl{margin:0}.review-dialog__row{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:12px 16px;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.08)}.review-dialog__row dt{margin:0;font-weight:600;color:#000}.review-dialog__row dd{margin:0;color:#000}.review-dialog__actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 28px 24px;border-top:1px solid rgba(0,0,0,.08)}.review-dialog__button{border:none;border-radius:8px;padding:12px 20px;font-size:.95rem;cursor:pointer;transition:all .2s ease}.review-dialog__button--primary{background-color:#000;color:#fff}.review-dialog__button--primary:hover{background-color:#222}.review-dialog__button--secondary{background-color:transparent;color:#000;border:1px solid #000000}.review-dialog__button--secondary:hover{background-color:#000;color:#fff}@media screen and (max-width: 1025px){.review-dialog__card{max-height:90vh}.review-dialog__row{grid-template-columns:1fr}.review-dialog__actions{flex-direction:column-reverse;align-items:stretch}}.line-graph{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border-radius:8px;padding:24px;background:#fff;box-shadow:0 0 10px #00000080}.line-graph__title{margin:0 0 20px;font-size:18px;font-weight:600;color:#333;text-align:left}.line-graph__container{flex-direction:row;width:100%;display:flex;justify-content:center;align-items:center;overflow:visible;position:relative;min-height:400px;max-height:400px}.line-graph__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;min-height:400px}.line-graph__loading__spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#64b5f6;border-radius:50%;animation:line-graph-spin 1s linear infinite}.line-graph__loading__text{margin:0;color:#666;font-size:14px}.line-graph__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:60px 20px;min-height:200px}.line-graph__empty__text{margin:0;color:#999;font-size:14px;text-align:center}.line-graph svg{display:block;width:100%;height:100%;max-height:400px;font-family:inherit;overflow:visible}.line-graph .line-path{transition:stroke-width .2s ease}.line-graph .dot{cursor:pointer;transition:r .2s ease,fill-opacity .2s ease}.line-graph .dot:hover{r:6;fill-opacity:.8}.line-graph .axis-x .tick line,.line-graph .axis-y .tick line{display:none}@keyframes line-graph-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signup-richtext-wrapper{width:100%}.signup-richtext-wrapper .sp-richText-container.bordered{margin:0;padding:40px}@media (max-width: 768px){.signup-richtext-wrapper .sp-richText-container.bordered{margin:0;padding:20px}}.signup{position:relative;min-height:100vh}.signup__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto}.signup__container__form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto;padding:40px;background-color:#fff}@media (max-width: 768px){.signup__container__form{padding:20px 16px 40px}}.signup__container__form__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media (max-width: 768px){.signup__container__form__container{width:100%}}.required-fields-note{font-size:.875rem;color:#666;margin-bottom:1.5rem;font-weight:400}.required-fields-note .required-asterisk{color:red}.signup-form{background:#fff;padding:5% 10%;border-radius:25px;box-shadow:0 4px 20px #00000014;width:100%;margin-top:30px}@media (max-width: 768px){.signup-form{padding:20px 5%;border-radius:10px;box-shadow:none;width:100%}}.signup-form__content{display:flex;flex-direction:column;gap:30px}.signup-form__content .form-section:last-child{margin-bottom:20px}.signup-form__actions{display:flex;justify-content:center;align-items:center;margin-top:40px}.signup-form__actions .button,.signup-form__actions input[type=submit],.signup-form__actions .secondary{padding:20px 100px;font-size:1.1rem;font-weight:600;min-width:200px}.fx-input{font-family:Arial,Helvetica,sans-serif;padding:10px 12px;width:100%;border:1px solid #f1f1f1;border-radius:5px;background-color:#fff;font-size:14px;transition:all .3s ease;box-sizing:border-box;height:40px}.fx-input::placeholder{color:#999;font-size:13px}.fx-input:focus{outline:none;border-color:#fff159;box-shadow:0 0 0 2px #feff5933;background-color:#fff}.fx-input:hover:not(:focus){border-color:#0006}.fx-input[type=date],.fx-input[type=month]{color-scheme:light;background-color:#fff;color:#000;cursor:pointer}.fx-input[type=date]::-webkit-calendar-picker-indicator,.fx-input[type=month]::-webkit-calendar-picker-indicator{color:#000;cursor:pointer;padding:4px;border-radius:5px;transition:background-color .2s ease}.fx-input[type=date]::-webkit-calendar-picker-indicator:hover,.fx-input[type=month]::-webkit-calendar-picker-indicator:hover{background-color:#f1f1f1}.fx-input[type=date]::-webkit-datetime-edit,.fx-input[type=month]::-webkit-datetime-edit{font-family:Arial,Helvetica,sans-serif;color:#000;font-size:16px}.fx-input[type=date]::-webkit-datetime-edit-fields-wrapper,.fx-input[type=month]::-webkit-datetime-edit-fields-wrapper{background:transparent}.fx-input[type=date]::-webkit-datetime-edit-text,.fx-input[type=month]::-webkit-datetime-edit-text{color:#000}.fx-input[type=date]::-webkit-datetime-edit-month-field,.fx-input[type=date]::-webkit-datetime-edit-day-field,.fx-input[type=date]::-webkit-datetime-edit-year-field,.fx-input[type=month]::-webkit-datetime-edit-month-field,.fx-input[type=month]::-webkit-datetime-edit-day-field,.fx-input[type=month]::-webkit-datetime-edit-year-field{color:#000;padding:2px}.fx-select{font-family:Arial,Helvetica,sans-serif;padding:10px 30px 10px 12px;width:100%;border:1px solid #f1f1f1;border-radius:5px;background-color:#fff;font-size:14px;transition:all .3s ease;box-sizing:border-box;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23000' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}@media (max-width: 767px){.fx-select{font-size:18px;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;height:48px;padding:12px 30px 12px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}}.fx-select:focus{outline:none;border-color:#fff159;box-shadow:0 0 0 2px #feff5933}.fx-select:hover:not(:focus){border-color:#0006}.fx-select option{padding:8px;background-color:#fff;color:#000;font-size:14px}@media (max-width: 767px){.fx-select option{font-size:28px!important;padding:18px!important;min-height:56px!important;line-height:1.4!important;-webkit-text-size-adjust:none!important;text-size-adjust:none!important}}@media (max-width: 767px){* option,* select option{font-size:20px!important;padding:16px!important;min-height:50px!important;line-height:1.5!important;-webkit-text-size-adjust:none!important;text-size-adjust:none!important;background-color:#fff!important;color:#000!important}select{font-size:18px!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}select option,.input select option,select[name=title] option,select[name=sex] option{font-size:28px!important;padding:18px!important;min-height:56px!important;line-height:1.4!important}}.fx-pages__coming-soon{min-height:100vh;display:flex;flex-direction:column}.fx-pages__coming-soon__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.fx-pages__coming-soon__content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333}.fx-pages__coming-soon__content p{font-size:1.2rem;color:#666;max-width:500px;margin-bottom:2rem}.fx-pages__coming-soon__content__cta{margin-top:1rem}.fx-pages__coming-soon__content__cta__button{display:inline-block;background-color:#fff159;color:#333;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease}.fx-pages__coming-soon__content__cta__button:hover{background-color:#ffed26;transform:translateY(-2px)}.privacy-policy{width:100%;padding:2rem 1rem;line-height:1.6}.privacy-policy__header{margin-bottom:2rem;text-align:center}.privacy-policy__main-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.privacy-policy__introduction{margin-bottom:3rem;padding:12px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #000}@media screen and (min-width: 1025px){.privacy-policy__introduction{padding:40px}}.privacy-policy__introduction-title{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1rem}.privacy-policy__introduction-paragraph{font-size:1.1rem;color:#555;margin-bottom:1rem}.privacy-policy__introduction-bullets{margin-left:1.5rem;color:#555}.privacy-policy__introduction-bullet{margin-bottom:.5rem;font-size:1rem}.privacy-policy__items{margin-bottom:2rem}.privacy-policy__section{margin-bottom:2.5rem;padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}@media screen and (min-width: 1025px){.privacy-policy__section{padding:40px}}.privacy-policy__section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.privacy-policy__section-list{padding-left:0;list-style-type:none}.privacy-policy__section-item{margin-bottom:1rem;font-size:1rem;color:#555;padding-left:1rem}.privacy-policy__section-item:first-child{list-style-type:none;padding-left:0}.privacy-policy__item-bullet{font-weight:600;color:#333;margin-right:.5rem}.privacy-policy__item-text{color:#555}.privacy-policy__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e9ecef;text-align:center}.privacy-policy__last-updated{font-size:.9rem;color:#666;font-style:italic}.privacy-policy__no-data{text-align:center;padding:3rem 1rem;font-size:1.1rem;color:#666}@media (max-width: 768px){.privacy-policy{padding:1rem .5rem}.privacy-policy__main-title{font-size:2rem}.privacy-policy__introduction,.privacy-policy__section{padding:1rem}.privacy-policy__introduction-title,.privacy-policy__section-title{font-size:1.3rem}}.fx-pages__services__content__services{padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-top:25px;width:100%}@media screen and (max-width: 1025px){.fx-pages__services__content__services{padding:12px}}@media screen and (max-width: 770px){.fx-pages__services__content__services{padding:12px}}.fx-pages__services__content__services__swiper{width:100%;padding:0 1rem}.fx-pages__services__content__services__swiper .swiper{width:100%;height:100%}.fx-pages__services__content__services__swiper .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;height:auto;width:auto}.fx-pages__services__content__services__swiper .swiper-slide .fx-service-card{width:100%;height:auto;margin:0;min-height:400px}.fx-pages__services__content__services__swiper .swiper-pagination{margin-top:1rem}.fx-pages__services__content__services__swiper .swiper-pagination-bullet{background:#fff159;opacity:.5}.fx-pages__services__content__services__swiper .swiper-pagination-bullet-active{opacity:1}.fx-service-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;border-radius:10px;padding:0;height:450px;opacity:0;transform:translateY(30px);transition:all .6s ease-out;width:33%;overflow:hidden}@media screen and (max-width: 1025px){.fx-service-card{flex-direction:column}}@media screen and (max-width: 770px){.fx-service-card{padding:12px;width:100%}}.fx-service-card__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media screen and (max-width: 770px){.fx-service-card__image{padding:0;margin:0}}.fx-service-card__image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.fx-service-card__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:15px;padding:30px;background:#000000b3;border-radius:10px;margin:20px;color:#fff}@media screen and (min-width: 1025px){.fx-service-card__content{width:300px}}@media screen and (max-width: 770px){.fx-service-card__content{padding:12px;width:100%;margin:0;justify-content:center;align-items:center}}.fx-service-card__content h3{font-size:24px;font-weight:700;margin:0;color:#fff}.fx-service-card__content p{font-size:16px;line-height:1.5;margin:0;color:#ffffffe6}.fx-service-card__cta{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;left:20px;bottom:10px;margin-top:15px}@media screen and (max-width: 770px){.fx-service-card__cta{justify-content:center;width:100%;left:0;margin-bottom:80px;bottom:0}}.fx-service-card__cta:active{transform:translateY(0)}.fx-service-card--reverse{flex-direction:row-reverse;flex-direction:column}@media screen and (max-width: 1025px){.fx-service-card--reverse{flex-direction:column}}.fx-service-card--animate{opacity:1;transform:translateY(0)}@keyframes slideIn{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}.fx-pages__mens-health__content{padding:40px;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.fx-pages__mens-health__content__container{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:100px;margin-bottom:100px}@media screen and (max-width: 1025px){.fx-pages__mens-health__content__container{width:100%}}.fx-pages__mens-health__content__container__item{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;padding:10px;margin-bottom:10px;border-radius:10px}.fx-pages__mens-health__content__container__item h2{margin-bottom:25px}.fx-pages__mens-health__content__container__item__service{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:center}.fx-pages__mens-health__content__container__item__service__cards{width:100%;display:flex;flex-direction:row;gap:15px;align-items:flex-start;justify-content:flex-end;margin-bottom:50px;margin-top:50px}.fx-pages__mens-health__content__container__item__service__cta{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border:solid black 1px;background-color:#f1f1f1;padding-left:40px;padding-top:40px;border-radius:10px;margin-top:50px;margin-bottom:50px}@media screen and (max-width: 1025px){.fx-pages__mens-health__content__container__item__service__cta h2{align-items:center;text-align:center}}@media screen and (max-width: 1025px){.fx-pages__mens-health__content__container__item__service__cta{padding:20px}}.fx-pages__mens-health__content__container__item__service__cta__content{display:flex;flex-direction:row;align-items:start;justify-content:space-between;width:100%}.fx-pages__mens-health__content__container__item__service__cta__content__text{display:flex;width:50%;text-align:left;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width: 1025px){.fx-pages__mens-health__content__container__item__service__cta__content__text{width:100%}}.fx-pages__mens-health__content__container__item__service__cta__content__text h3{margin-bottom:20px;margin-top:30px;font-size:32px;font-weight:600}@media screen and (max-width: 1025px){.fx-pages__mens-health__content__container__item__service__cta__content__text h3{text-align:center;width:100%;font-size:24px}}.fx-pages__mens-health__content__container__item__service__cta__content__text p{width:70%;text-align:left;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width: 1025px){.fx-pages__mens-health__content__container__item__service__cta__content__text p{width:100%;text-align:center}}.fx-pages__mens-health__content__container__item__service__cta__content__doctor{width:400px;height:400px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width: 770px){.fx-pages__mens-health__content__container__item__service__cta__content__doctor{display:none}}.fx-pages__mens-health__content__container__item__service__cta__content__doctor img{width:100%;height:100%;object-fit:cover;border-radius:10px}.fx-form{display:flex;flex-direction:column;gap:10px;width:100%;padding:24px;background-color:#fff159;border-radius:10px;box-shadow:0 0 10px #0000001a}.fx-form__form{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:50px}.fx-form__form__title{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px;width:100%}.fx-form__form__title h2{display:flex;justify-content:center;align-items:center;text-align:center;font-weight:600}.fx-form__form__title p{font-weight:400}.fx-form__form__container{display:flex;flex-direction:column;gap:10px;width:100%}.fx-form__form__container__item{display:flex;flex-direction:column;gap:15px;width:100%}.fx-form__form__container__item input,.fx-form__form__container__item select{width:100%;padding:10px;border:1px solid #000000;border-radius:5px;background-color:#fff!important;font-size:16px}.fx-form__form__custom-elements{display:flex;flex-direction:column;gap:15px;width:100%;margin-top:10px}.fx-form__form__container__button{display:flex;justify-content:center;align-items:center;width:100%;text-align:center;margin-top:20px}.fx-form__form__container__button button{padding:10px;border:none;text-align:center!important;justify-content:center!important;font-size:16px;font-weight:600;background-color:#000;color:#fff;cursor:pointer;transition:all .3s ease}.fx-cardSlider{background-color:#000;border-radius:10px;margin:12px;padding:12px 0;color:#fff;width:100%;align-self:center}@media screen and (min-width: 1025px){.fx-cardSlider{border-radius:25px;margin:40px;padding:40px}}.fx-cardSlider__text{padding:12px}@media screen and (min-width: 1025px){.fx-cardSlider__text{padding:0}}.fx-cardSlider h2{margin:16px 0}.fx-cardSlider .swiper{margin:72px 0 0;padding:16px}@media screen and (min-width: 1025px){.fx-cardSlider .swiper{margin:72px 72px 0}}.fx-cardSlider .swiper-pagination-bullet{background-color:#fff;opacity:.5;width:14px;height:14px}.fx-cardSlider .swiper-pagination-bullet-active{background-color:#fff!important;opacity:1}.fx-cardSlider .fx-card__content h4:nth-of-type(2){font-weight:100;font-size:22px}.fx-swiper,.fx-swiper-slide{display:flex;justify-content:center;align-items:center;text-align:center}.fx-pages__libido .fx-hero__text{background-color:#efefef}@media screen and (max-width: 1025px){.fx-pages__libido .sp-richText-container__content__left__description{text-align:center;margin-left:auto;margin-right:auto}}.fx-pages__libido__content{background-color:#f5f5f5;border-radius:24px;padding:60px;margin:60px auto;width:calc(100% - 80px);max-width:1200px;box-shadow:0 4px 12px #0000000d}@media screen and (max-width: 1025px){.fx-pages__libido__content{padding:40px;margin:40px auto;width:calc(100% - 40px)}}@media screen and (max-width: 770px){.fx-pages__libido__content{padding:28px;margin:24px auto}}.fx-pages__libido__content p{font-size:16px;line-height:1.6;color:#333;margin-bottom:20px}.fx-pages__libido__content p:last-child{margin-bottom:0}@keyframes enableHover{0%,99%{pointer-events:none}to{pointer-events:auto}}.fx-section-hero{margin:0 0 40px;display:grid;padding:0 12px;background-color:#fff;gap:0;position:relative;isolation:isolate;grid-template-columns:1fr;grid-template-rows:auto auto}@media screen and (min-width: 1025px){.fx-section-hero{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:0;padding:0 40px;row-gap:24px}}.fx-section-hero__title{grid-row:1;grid-column:1;font-size:36px;font-weight:400;line-height:1.2;color:#000;margin:40px 0 64px;letter-spacing:.02em;text-align:left}@media screen and (min-width: 1025px){.fx-section-hero__title{grid-column:1/-1;font-size:56px;font-weight:500;margin-top:16px;margin-bottom:40px;text-align:left;position:relative;z-index:1}}@media screen and (min-width: 1200px){.fx-section-hero__title{font-size:64px}}.fx-section-hero__subblock{grid-row:2;grid-column:1;background:linear-gradient(180deg,#efefef,#efefef4d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.1);border-radius:30px;padding:15rem 2rem 1.5rem;margin:0;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff3;animation:enableHover .8s;transition:background .5s ease,box-shadow .3s ease;position:relative;overflow:visible;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:16px}.fx-section-hero__subblock:hover{background:linear-gradient(180deg,#efefeffa,#efefef59);box-shadow:0 12px 40px #00000026,inset 0 1px 2px #fff3;transform:translateY(-4px) scale(1.01);transition:background .5s ease,box-shadow .3s ease,transform .3s ease}.fx-section-hero__subblock--yellow{background:linear-gradient(180deg,#fff159,#fff1594d)}.fx-section-hero__subblock--yellow:hover{background:linear-gradient(180deg,#fff159,#fff1594d);transform:none;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff3}@media screen and (min-width: 1025px){.fx-section-hero__subblock{grid-row:2;grid-column:1/-1;border-radius:50px;padding:2rem 2.5rem;display:flex;flex-direction:column;position:relative;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 6px 24px #0000001a,inset 0 1px 2px #fff3;animation:enableHover .8s;transition:box-shadow .3s ease;overflow:visible;z-index:2}.fx-section-hero__subblock:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#efefef,#efefef4d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50px;overflow:hidden;pointer-events:none;z-index:-1;transition:background .5s ease}.fx-section-hero__subblock--yellow:before{background:linear-gradient(180deg,#fff159,#fff1594d)}.fx-section-hero__subblock:hover{box-shadow:0 16px 56px #0000002e,inset 0 1px 2px #fff3;transform:translateY(-6px) scale(1.01);transition:box-shadow .3s ease,transform .3s ease}.fx-section-hero__subblock:hover:before{background:linear-gradient(180deg,#efefeffa,#efefef59)}.fx-section-hero__subblock--yellow:hover{transform:none;box-shadow:0 6px 24px #0000001a,inset 0 1px 2px #fff3}.fx-section-hero__subblock--yellow:hover:before{background:linear-gradient(180deg,#fff159,#fff1594d)}}.fx-section-hero__subblock h2{font-size:22px;font-weight:400;line-height:1.3;color:#000;opacity:.9;margin:0;text-transform:uppercase;letter-spacing:.02em;grid-row:1;grid-column:1}@media screen and (min-width: 1025px){.fx-section-hero__subblock h2{font-size:40px;max-width:50%;margin-top:0;margin-bottom:30px}}@media screen and (min-width: 1200px){.fx-section-hero__subblock h2{font-size:44px}}.fx-section-hero__subblock .text-area{grid-row:2;grid-column:1;margin-top:0}@media screen and (min-width: 1025px){.fx-section-hero__subblock .text-area{width:75%;border:1.5px solid #000000;border-radius:25px;padding:1.5rem 2rem;margin-bottom:0;background:#ffffff40;-webkit-backdrop-filter:blur(30px) saturate(180%);backdrop-filter:blur(30px) saturate(180%);box-shadow:0 8px 32px #0000000f,0 1px #fffc inset,0 -1px #fff3 inset;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease;cursor:pointer}.fx-section-hero__subblock .text-area:hover{border-color:#fff;background:#ffffff59;box-shadow:0 12px 48px #0000001a,0 1px #ffffffe6 inset,0 -1px #ffffff4d inset}.fx-section-hero__subblock .text-area:hover p{transform:scale(1.02)}}.fx-section-hero__subblock .text-area p{font-size:16px;line-height:1.6;color:#000;opacity:.8;margin:0 0 1rem;transition:transform .3s ease}.fx-section-hero__subblock .text-area p:last-child{margin-bottom:0}@media screen and (min-width: 1025px){.fx-section-hero__subblock .text-area p{font-size:16px;line-height:1.7;max-width:66.67%;margin-bottom:1.25rem}}@media screen and (min-width: 1200px){.fx-section-hero__subblock .text-area p{font-size:17px}}@media screen and (min-width: 1025px){.fx-section-hero__subblock--yellow .text-area,.fx-section-hero__subblock--yellow .text-area:hover{background:#ffffffe6}}.fx-section-hero__image{position:absolute;top:-4rem;right:0;width:75%;margin:0;overflow:hidden;border-radius:0;display:block;z-index:2}@media screen and (min-width: 1025px){.fx-section-hero__image{position:absolute;right:0;top:auto;bottom:0;transform:none;width:43%;max-width:none;margin:0;border-radius:50px;z-index:3;height:auto}}.fx-section-hero__image img{width:100%;height:auto;display:block;border-radius:inherit}@media screen and (min-width: 1025px){.fx-section-hero__image img{height:100%;object-fit:cover}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fx-section-cards{margin:0 0 40px;display:grid;grid-template-columns:1fr;gap:24px;padding:0 12px}@media screen and (min-width: 770px){.fx-section-cards{grid-template-columns:repeat(2,1fr);gap:40px}}@media screen and (min-width: 1025px){.fx-section-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:0 40px;gap:40px}}@media screen and (min-width: 1200px){.fx-section-cards{gap:2.5rem}}.fx-section-card{position:relative;height:400px;border-radius:24px;overflow:hidden;transition:all .3s cubic-bezier(.25,.1,.25,1);cursor:pointer;box-shadow:0 8px 24px #00000014;opacity:0;transform:translateY(20px)}@media screen and (min-width: 1025px){.fx-section-card{height:450px}}.fx-section-cards--visible .fx-section-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.fx-section-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 40px #00000026}.fx-section-card:hover .fx-section-card__background{transform:scale(1.05)}.fx-section-card:hover .fx-section-card__cta{background-color:#ffee30;transform:scale(1.05);box-shadow:0 6px 16px #fff15966}.fx-section-card__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .5s cubic-bezier(.25,.1,.25,1)}.fx-section-card__background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.fx-section-card__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:20px;padding:24px}@media screen and (min-width: 1025px){.fx-section-card__content{padding:40px;gap:24px}}.fx-section-card__title{font-size:28px;font-weight:400;line-height:1.3;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3);max-width:80%}@media screen and (min-width: 1025px){.fx-section-card__title{font-size:32px}}@media screen and (min-width: 1200px){.fx-section-card__title{font-size:36px}}.fx-section-card__cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:12px 24px;background-color:#fff159;color:#000;font-size:14px;font-weight:500;text-decoration:none;border-radius:20px;transition:all .3s ease;box-shadow:0 4px 12px #00000026;text-transform:capitalize;letter-spacing:.02em}@media screen and (min-width: 1025px){.fx-section-card__cta{padding:14px 28px;font-size:15px;border-radius:22px}}.fx-section-card__cta:hover{background-color:#ffee30;transform:scale(1.05);box-shadow:0 6px 16px #fff15966}.fx-section-card__cta:active{transform:scale(.98)}.fx-section-cta{margin:0 0 40px;padding:0 12px}@media screen and (min-width: 1025px){.fx-section-cta{padding:0 40px}}.fx-section-cta__content{background-color:#000;border-radius:24px;padding:40px 24px;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;gap:24px;align-items:flex-start}@media screen and (min-width: 1025px){.fx-section-cta__content{flex-direction:row;justify-content:space-between;align-items:center;padding:40px 100px;gap:80px}}.fx-section-cta__title{font-size:28px;font-weight:700;line-height:1.2;color:#fff;margin:0;letter-spacing:.02em;text-transform:uppercase;white-space:pre-line}@media screen and (min-width: 1025px){.fx-section-cta__title{font-size:40px;flex-shrink:0;margin-right:auto;padding-right:24px}}@media screen and (min-width: 1200px){.fx-section-cta__title{font-size:48px}}.fx-section-cta__right{display:flex;flex-direction:column;gap:20px;align-items:flex-start}@media screen and (min-width: 1025px){.fx-section-cta__right{flex-direction:row;align-items:center;gap:24px}}.fx-section-cta__subtitle{font-size:18px;font-weight:500;line-height:1.4;color:#fff159;margin:0;letter-spacing:.01em}@media screen and (min-width: 1025px){.fx-section-cta__subtitle{font-size:20px}}@media screen and (min-width: 1200px){.fx-section-cta__subtitle{font-size:22px}}.fx-section-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background-color:#fff159;color:#000;font-size:14px;font-weight:600;text-decoration:none;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 4px 12px #fff1594d;flex-shrink:0}@media screen and (min-width: 1025px){.fx-section-cta__button{padding:14px 32px;font-size:15px}}.fx-section-cta__button:hover{background-color:#ffee30;transform:translateY(-2px);box-shadow:0 6px 16px #fff15980}.fx-section-cta__button:active{transform:translateY(0)}.fx-pages__erectile-dysfunction .fx-hero__text{background-color:#efefef}@media screen and (max-width: 1025px){.fx-pages__erectile-dysfunction .sp-richText-container__content__left__description{text-align:center;margin-left:auto;margin-right:auto}}.fx-pages__erectile-dysfunction__content{background-color:#f5f5f5;border-radius:24px;padding:60px;margin:60px auto;width:calc(100% - 80px);max-width:1200px;box-shadow:0 4px 12px #0000000d}@media screen and (max-width: 1025px){.fx-pages__erectile-dysfunction__content{padding:40px;margin:40px auto;width:calc(100% - 40px)}}@media screen and (max-width: 770px){.fx-pages__erectile-dysfunction__content{padding:28px;margin:24px auto}}.fx-pages__erectile-dysfunction__content .sp-richText-container{background:transparent;border:none;padding:0;margin:0}.fx-pages__erectile-dysfunction__form-section{padding:40px;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}@media screen and (max-width: 1025px){.fx-pages__erectile-dysfunction__form-section{padding:20px}}.fx-pages__erectile-dysfunction__form-section .fx-form{width:100%;max-width:50%}@media screen and (max-width: 1025px){.fx-pages__erectile-dysfunction__form-section .fx-form{max-width:100%}}.fx-pages__erectile-dysfunction__cards{padding:12px;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media screen and (min-width: 1025px){.fx-pages__erectile-dysfunction__cards{gap:16px;padding:40px;justify-content:flex-end;display:flex}}.fx-pages__erectile-dysfunction__cards__logo{background-color:#000;width:190px;height:160px;justify-content:center;align-items:center;border-radius:12px;display:none}@media screen and (min-width: 1025px){.fx-pages__erectile-dysfunction__cards__logo{display:flex}}.fx-pages__erectile-dysfunction__cards__logo svg{color:#fff159}.fx-pages__erectile-dysfunction__cta{background-color:#000;border-radius:10px;margin:12px;padding:30px 12px}@media screen and (min-width: 1025px){.fx-pages__erectile-dysfunction__cta{border-radius:25px;margin:40px;padding:40px}}.fx-pages__erectile-dysfunction__cta__content{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.fx-pages__erectile-dysfunction__cta__content{flex-direction:row;justify-content:space-between;align-items:center;gap:40px}}.fx-pages__erectile-dysfunction__cta__content h2{color:#fff;font-size:32px;font-weight:400;margin:0;line-height:1.8}@media screen and (min-width: 1025px){.fx-pages__erectile-dysfunction__cta__content h2{font-size:42px;flex:1}}@media screen and (max-width: 770px){.fx-pages__erectile-dysfunction__cta__content h2{font-size:28px}}.fx-pages__erectile-dysfunction__cta__content p{color:#fff159;font-size:28px;line-height:1.6;margin:0}@media screen and (min-width: 1025px){.fx-pages__erectile-dysfunction__cta__content p{font-size:36px;flex:1;text-align:right}}@media screen and (max-width: 770px){.fx-pages__erectile-dysfunction__cta__content p{font-size:22px}}.fx-pages__premature-ejaculation .fx-hero__text{background-color:#efefef}@media screen and (max-width: 1025px){.fx-pages__premature-ejaculation .fx-hero__text{height:400px}}@media screen and (max-width: 1025px){.fx-pages__premature-ejaculation .sp-richText-container__content__left__description{text-align:center;margin-left:auto;margin-right:auto}}.fx-pages__premature-ejaculation__content{background-color:#f5f5f5;border-radius:24px;padding:60px;margin:60px auto;width:calc(100% - 80px);max-width:1200px;box-shadow:0 4px 12px #0000000d}@media screen and (max-width: 1025px){.fx-pages__premature-ejaculation__content{padding:40px;margin:40px auto;width:calc(100% - 40px)}}@media screen and (max-width: 770px){.fx-pages__premature-ejaculation__content{padding:28px;margin:24px auto}}.fx-pages__premature-ejaculation__content .sp-richText-container{background:transparent;border:none;padding:0;margin:0}.fx-pages__premature-ejaculation__form-section{padding:40px;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}@media screen and (max-width: 1025px){.fx-pages__premature-ejaculation__form-section{padding:20px}}.fx-pages__premature-ejaculation__form-section .fx-form{width:100%;max-width:50%}@media screen and (max-width: 1025px){.fx-pages__premature-ejaculation__form-section .fx-form{max-width:100%}}.fx-pages__premature-ejaculation__cards{padding:12px;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media screen and (min-width: 1025px){.fx-pages__premature-ejaculation__cards{gap:16px;padding:40px;justify-content:flex-end;display:flex}}.fx-pages__premature-ejaculation__cards__logo{background-color:#000;width:190px;height:160px;justify-content:center;align-items:center;border-radius:12px;display:none}@media screen and (min-width: 1025px){.fx-pages__premature-ejaculation__cards__logo{display:flex}}.fx-pages__premature-ejaculation__cards__logo svg{color:#fff159}.fx-pages__premature-ejaculation__cta{background-color:#000;border-radius:10px;margin:12px;padding:30px 12px}@media screen and (min-width: 1025px){.fx-pages__premature-ejaculation__cta{border-radius:25px;margin:40px;padding:40px}}.fx-pages__premature-ejaculation__cta__content{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.fx-pages__premature-ejaculation__cta__content{flex-direction:row;justify-content:space-between;align-items:center;gap:40px}}.fx-pages__premature-ejaculation__cta__content h2{color:#fff;font-size:32px;font-weight:400;margin:0;line-height:1.8}@media screen and (min-width: 1025px){.fx-pages__premature-ejaculation__cta__content h2{font-size:42px;flex:1}}@media screen and (max-width: 770px){.fx-pages__premature-ejaculation__cta__content h2{font-size:28px}}.fx-pages__premature-ejaculation__cta__content p{color:#fff159;font-size:28px;line-height:1.6;margin:0}@media screen and (min-width: 1025px){.fx-pages__premature-ejaculation__cta__content p{font-size:36px;flex:1;text-align:right}}@media screen and (max-width: 770px){.fx-pages__premature-ejaculation__cta__content p{font-size:22px}}.fx-pages__mens-health-products-services__background-section{background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;position:relative}.fx-pages__mens-health-products-services__overlay{background:#ffffffe6;min-height:100vh;padding:40px 0;display:flex;flex-direction:column;justify-content:center}.fx-pages__mens-health-products-services__content{display:flex}.fx-pages__mens-health-products-services__content__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.fx-pages__mens-health-products-services__content__container__form{display:flex;width:50%;padding:40px;margin-bottom:200px;margin-top:200px}@media (max-width: 1250px){.fx-pages__mens-health-products-services__content__container__form{width:80%}}@media (max-width: 770px){.fx-pages__mens-health-products-services__content__container__form{width:100%}}.fx-pages__mens-health-products-services__content__container__grid{display:flex;width:100%;padding:40px}@media (max-width: 1025px){.fx-pages__mens-health-products-services__content__container__grid{padding:14px}}.fx-pages__mens-health-products-services__content__container__grid__item__image{width:100%;height:100%}.fx-grid{display:block;background-color:#e8f4fd;border:solid #000000 1px;border-radius:10px;overflow:hidden}@media screen and (min-width: 768px){.fx-grid{border-radius:25px}}.fx-grid__empty{padding:16px 24px;text-align:center;font-size:20px;color:#000}.fx-grid__table{width:100%;border-collapse:collapse;background-color:#fff;table-layout:fixed}.fx-grid__table th,.fx-grid__table td{padding:16px 24px;text-align:left;border-bottom:1px solid #f1f1f1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #f1f1f1;max-width:0;min-width:5px;width:auto}.fx-grid__table th{font-weight:600;position:sticky;top:0;z-index:10;position:relative}.fx-grid__table tr:hover{background-color:#f1f1f1}.fx-grid__table__header__cell{position:relative;-webkit-user-select:none;user-select:none}.fx-grid__table__header__resizer{position:absolute;right:-3px;top:0;bottom:0;width:6px;background-color:transparent;cursor:col-resize;transition:background-color .2s ease;z-index:20}.fx-grid__table__header__resizer:hover{background-color:#000}.fx-grid__table__header__resizer:active{background-color:#fff159}.fx-grid__search{display:flex;align-items:center;padding:16px 24px;background-color:#fff;border-bottom:1px solid #000000;gap:8px}.fx-grid__search__input{flex:1;padding:8px 16px;border:1px solid #000000;border-radius:4px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease}.fx-grid__search__input:focus{border-color:#fff159}.fx-grid__search__input::placeholder{color:#000;opacity:.6}.fx-grid__search__clear{padding:0;border:1px solid #000000;background-color:#fff;color:#000;border-radius:50%;cursor:pointer;font-size:14px;font-weight:700;line-height:1;transition:all .2s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;box-sizing:border-box;min-width:28px;max-width:18px}.fx-grid__search__clear:hover{background-color:#f1f1f1}.fx-grid__pagination{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#fff;border-top:1px solid black;flex-wrap:wrap;gap:16px}.fx-grid__pagination__info{font-size:14px;color:#000;font-weight:500}.fx-grid__pagination__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fx-grid__pagination__link{padding:8px 16px;border:1px solid #000000;background-color:#fff;color:#000;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block;min-width:36px;text-align:center}.fx-grid__pagination__link:hover:not(.disabled){background-color:#f1f1f1;border-color:#000;text-decoration:none}.fx-grid__pagination__link.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.fx-grid__pagination__link.active{background-color:#fff159;border-color:#fff159;color:#000;font-weight:600}.fx-grid__pagination__pages{display:flex;align-items:center;gap:4px}.fx-grid__pagination__ellipsis{padding:8px 12px;color:#000;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.regenerative-health{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;box-sizing:border-box;padding:48px;min-height:100vh}.regenerative-health__message{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:48px 0;margin-top:48px;margin-bottom:48px}.regenerative-health__form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.regenerative-health__form .required-fields-note{font-size:.875rem;color:#666;margin-bottom:1.5rem;font-weight:400;width:100%}.regenerative-health__form .required-fields-note .required-asterisk{color:#000}.fx-loading-animation{display:flex;width:250px;height:20px;background-color:#e0e0e0;border-radius:10px;overflow:hidden;box-shadow:0 2px 5px #0003}.fx-loading-animation__progress-bar{width:0%;height:100%;background-color:#000;animation:loading 2s ease-in-out infinite;transition:width .3s ease-in-out;border-radius:10px}@keyframes loading{0%{width:0%}50%{width:50%}to{width:100%}}.fx-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:10000;display:flex;justify-content:center;align-items:center}.fx-loading-overlay__container{background-color:#fff159;width:90%;max-width:500px;min-height:300px;border-radius:10px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:40px}@media screen and (max-width: 1025px){.fx-loading-overlay__container{width:95%;min-height:250px;padding:24px}}@media screen and (min-width: 1025px){.fx-loading-overlay__container{border-radius:25px}}.fx-loading-overlay__container__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.fx-loading-overlay__container__logo__loading{width:100%;display:flex;justify-content:center;align-items:center}.fx-loading-overlay__container__logo__text{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.fx-loading-overlay__container__logo__text h3{font-size:18px;font-weight:500;color:#000;text-transform:none;margin:0;line-height:1.5}.fx-loading-overlay__container__logo svg{width:80px;height:60px}.fx-loading-overlay__container__logo h1{font-size:24px;font-weight:600;margin:0;color:#000}.fx-error-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;display:flex;justify-content:center;align-items:center}.fx-error-overlay__container{background-color:#fff159;width:90%;max-width:500px;min-height:300px;border-radius:10px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:40px}@media screen and (max-width: 1025px){.fx-error-overlay__container{width:95%;min-height:250px;padding:24px}}@media screen and (min-width: 1025px){.fx-error-overlay__container{border-radius:25px}}.fx-error-overlay__container__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.fx-error-overlay__container__logo__content{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.fx-error-overlay__container__logo__content p{font-size:18px;font-weight:400;margin:0;padding:0 20px;line-height:1.5;color:#000}.fx-error-overlay__container__logo__actions{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.fx-error-overlay__container__logo__actions .fx-error-close{border:none;padding:12px 24px;text-align:center;justify-content:center;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;min-width:100px;background:#000;color:#fff}.fx-error-overlay__container__logo__actions .fx-error-close:hover{background:#333}.fx-error-overlay__container__logo svg{width:80px;height:60px}.fx-error-overlay__container__logo h1{font-size:24px;font-weight:600;margin:0;color:#000}.error-message{white-space:pre-line}.error-message-nested{width:100%;text-align:center}.error-message-nested .error-intro{font-size:16px;font-weight:600;margin:0 0 1.5rem;color:#000;line-height:1.5}.error-message-nested .error-list{list-style:disc;text-align:left;padding-left:1.5rem;margin:0}.error-message-nested .error-list .error-category-item{font-size:15px;color:#000;margin-bottom:1rem;line-height:1.5}.error-message-nested .error-list .error-category-item:last-child{margin-bottom:0}.error-message-nested .error-list .error-category-item strong{font-weight:600;display:block;margin-bottom:.5rem}.error-message-nested .error-list .error-category-item .error-field-list{list-style:circle;padding-left:1.5rem;margin:0}.error-message-nested .error-list .error-category-item .error-field-list li{font-size:14px;font-weight:400;color:#000;line-height:1.6;margin-bottom:.25rem}.error-message-nested .error-list .error-category-item .error-field-list li:last-child{margin-bottom:0}.fx-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;display:flex;justify-content:center;align-items:center}.fx-popup-overlay__container{background-color:#fff159;width:90%;max-width:500px;min-height:300px;border-radius:10px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:40px}@media screen and (max-width: 1025px){.fx-popup-overlay__container{width:95%;min-height:250px;padding:24px}}@media screen and (min-width: 1025px){.fx-popup-overlay__container{border-radius:25px}}.fx-popup-overlay__container__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.fx-popup-overlay__container__content__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.fx-popup-overlay__container__content__header__icon{width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:22px;font-weight:700}.fx-popup-overlay__container__content__header svg{width:80px;height:60px}.fx-popup-overlay__container__content__header h1{font-size:24px;font-weight:600;margin:0;color:#000}.fx-popup-overlay__container__content__message{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.fx-popup-overlay__container__content__message p{font-size:18px;font-weight:400;margin:0;padding:0 20px;line-height:1.5;color:#000}.fx-popup-overlay__container__content__actions{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.fx-popup-overlay__container__content__actions .fx-popup-action{border:none;padding:12px 24px;text-align:center;justify-content:center;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;min-width:100px}.fx-popup-overlay__container__content__actions .fx-popup-action--primary{background:#000;color:#fff}.fx-popup-overlay__container__content__actions .fx-popup-action--primary:hover{background:#333}.fx-popup-overlay__container__content__actions .fx-popup-action--secondary{background:transparent;color:#000;border:2px solid #000000}.fx-popup-overlay__container__content__actions .fx-popup-action--secondary:hover{background:#000;color:#fff}h1{font-size:50px;font-family:Arial;text-transform:uppercase;line-height:1;font-weight:100}@media screen and (min-width: 1025px){h1{font-size:110px}}h2{font-size:32px;font-family:Arial;text-transform:uppercase;line-height:1;font-weight:100}@media screen and (min-width: 1025px){h2{font-size:70px}}h3{font-size:22px;font-family:Arial;text-transform:uppercase;line-height:1;font-weight:100}@media screen and (min-width: 1025px){h3{font-size:50px}}h4{font-size:14px;font-family:Arial;line-height:1;letter-spacing:-1px}@media screen and (min-width: 1025px){h4{font-size:32px}}p{font-size:16px;font-family:Arial;line-height:1;font-weight:100}@media screen and (min-width: 1025px){p{font-size:24px}}p.small{font-size:12px}@media screen and (min-width: 1025px){p.small{font-size:16px}}:root{--color-white: $white;--color-black: $black;--color-fx-yellow: $fx-yellow;--color-fx-red: $fx-red;--color-charcoal-100: $charcoal-100;--color-light-gray: $light-gray;--color-light-blue: $light-blue;--color-charcoal-200: $charcoal-200}.chevron-up{display:inline-block;border-left:1px solid #000000;border-bottom:1px solid #000000;width:10px;height:10px;transform:rotate(-225deg)}.chevron-down{display:inline-block;border-left:1px solid #000000;border-bottom:1px solid #000000;width:10px;height:10px;transform:rotate(-45deg)}.button,input[type=submit],.secondary,button{display:flex!important;background:#fff159;border:1px solid #fff159;padding:10px 25px;text-align:center;font-size:14px;border-radius:45px;min-width:145px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .8s ease;color:#000;display:inline-block}.button:hover,input[type=submit]:hover,.secondary:hover,button:hover{background-color:#000;color:#fff159;transition:all .2s ease}input[type=submit],.secondary{background-color:#000;color:#fff159;border:1px solid #000000}input[type=submit]:hover,.secondary:hover{color:#000;background:#fff159}input[type=text],input[type=number],input[type=password]{background:transparent;padding:16px 28px;border:1px solid #000000;font-size:16px;width:100%}:export{navigationBreakpointTablet:1025px;navigationBreakpointMobile:770px}*{margin:0;padding:0;box-sizing:border-box}html{margin:0;padding:0;overflow-y:auto;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif}@media screen and (min-width: 1025px){html{overflow-y:auto;overflow-x:hidden}}body{margin:0;padding:0;overflow-x:hidden}
