@layer reset{html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}}
@layer global{*,:before,:after{box-sizing:border-box}body{background-color:var(--background-light-theme-primary);font-family:var(--font-inter);font-weight:var(--font-weight-regular);letter-spacing:-.16px;color:var(--text-light-theme-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}@media (min-width:1200px){body{letter-spacing:-.18px;font-size:18px}}a:focus-visible,button:focus-visible,select:focus-visible,details:focus-visible,summary:focus-visible,iframe:focus-visible,audio:focus-visible,video:focus-visible{outline:3px solid var(--border-states-focused);outline-offset:2px;border-radius:4px}a{text-underline-position:under;text-decoration-line:underline;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;color:inherit;transition:text-decoration-color .2s ease-out}@media (hover:hover){a:hover{text-decoration-color:#0000}}button{cursor:pointer;border:none;padding:0}[popover]{background-color:var(--background-light-theme-primary);width:100%;height:100%;position:fixed;inset:0}[popover]:not(:popover-open){display:none}.grecaptcha-badge{visibility:hidden}html:has(:popover-open){overflow:hidden}}div:first-child,nav:first-child,ul:first-child,ol:first-child,li:first-child,p:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,figure:first-child,blockquote:first-child{margin-top:0}div:last-child,nav:last-child,ul:last-child,ol:last-child,li:last-child,p:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,figure:last-child,blockquote:last-child{margin-bottom:0}
.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;padding:0;position:absolute;overflow:hidden}
:root{--font-family-title:var(--font-tt-drugs),serif;--font-family-body:var(--font-inter),sans-serif;--font-weight-medium:500;--font-weight-regular:400}
:root{--background-dark-theme-primary:#2b1d31;--background-dark-theme-secondary:#3b2843;--background-light-theme-card:#694f74;--background-light-theme-input-field:#fcf1e4;--background-light-theme-primary:#fffbf6;--background-light-theme-secondary:#6a514d;--background-control-primary:#fae7d2;--background-control-hovered:#fcf1e4;--background-control-pressed:#e8d2c1;--background-control-disabled:#fae7d2;--border-default-primary:#e1e6e9;--border-dark-theme-primary:#554755;--border-dark-theme-input-field:#fcf1e4;--border-light-theme-primary:#dbcac7;--border-states-focused:#7ebbff;--border-states-negative:#ffc2bc;--text-dark-theme-tertiary:#856b67;--text-dark-theme-primary:#f3f2f3;--text-dark-theme-primary-2:#fcf1e4;--text-dark-theme-secondary:#c5c2c7;--text-dark-theme-secondary-2:#7a737d;--text-dark-theme-negative:#ffc2bc;--text-dark-theme-input:#d6cdcc;--text-dark-theme-disabled:#af9d9a;--text-light-theme-active:#654672;--text-light-theme-label:#6a5d67;--text-light-theme-primary:#0e0910;--text-light-theme-secondary:#605a63;--icon-brand-primary:#0e0910;--icon-brand-secondary:#856b67;--icon-brand-inverted-primary:#fff;--icon-light-theme-primary:#2b1d31;--icon-light-theme-secondary:#605a63;--icon-light-theme-active:#654672;--icon-dark-theme-primary:#f3f2f3;--icon-dark-theme-primary-2:#fcf1e4;--icon-dark-theme-secondary:#c5c2c7;--icon-dark-theme-tertiary:#dbcac7}
:root{--text-color:var(--text-light-theme-primary);--text-color-secondary:var(--text-light-theme-secondary);--link-color:var(--text-light-theme-primary);--link-color-hover:var(--text-light-theme-secondary);--link-color-active:var(--text-light-theme-active)}[data-theme=dark]{--text-color:var(--text-dark-theme-primary);--text-color-secondary:var(--text-dark-theme-secondary);--link-color:var(--text-dark-theme-primary);--link-color-hover:var(--text-dark-theme-secondary);--link-color-active:var(--text-dark-theme-secondary)}[data-theme=light]{--text-color:var(--text-light-theme-primary);--text-color-secondary:var(--text-light-theme-secondary);--link-color:var(--text-light-theme-primary);--link-color-hover:var(--text-light-theme-secondary);--link-color-active:var(--text-light-theme-active)}
:root{--header-height:69px;--grid-column-mobile:2;--grid-column-tablet:8;--grid-column-desktop:12;--grid-margin-mobile:16px;--grid-margin-tablet:20px;--grid-margin-desktop:32px;--grid-gutter-mobile:8px;--grid-gutter-tablet:8px;--grid-gutter-desktop:12px;--grid-column:var(--grid-column-mobile,2);--grid-margin:var(--grid-margin-mobile,16px);--grid-gutter:var(--grid-gutter-mobile,8px)}@media (min-width:768px){:root{--grid-column:var(--grid-column-tablet,8);--grid-margin:var(--grid-margin-tablet,20px);--grid-gutter:var(--grid-gutter-tablet,8px)}}@media (min-width:1200px){:root{--grid-column:var(--grid-column-desktop,12);--grid-margin:var(--grid-margin-desktop,32px);--grid-gutter:var(--grid-gutter-desktop,12px)}}
:root{--ease:cubic-bezier(1,0,0,1);--ease-2:cubic-bezier(.77,0,.175,1);--ease-3:cubic-bezier(.645,.045,.355,1);--ease-4:cubic-bezier(.86,0,.07,1);--ease-sine:cubic-bezier(.445,.05,.55,.95);--ease-in:cubic-bezier(.95,.05,.795,.035);--ease-in-2:cubic-bezier(.55,.055,.675,.19);--ease-in-3:cubic-bezier(.55,.085,.68,.53);--ease-out:cubic-bezier(.19,1,.22,1);--ease-out-2:cubic-bezier(.25,.46,.45,.94);--ease-out-3:cubic-bezier(.215,.61,.355,1);--ease-out-expo:cubic-bezier(.16,1,.3,1);--animation-delay-default:.1s;--animation-delay-index:0;--animation-delay-step:.1s;--animation-duration-fast:.3s;--animation-duration-medium:.6s;--animation-duration-slow:1s;--animation-ease:var(--ease-out)}@layer ui{@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}[data-animated=false]{opacity:0}[data-animated=true][data-animation-type=fadeInUp]{animation:fadeInUp var(--animation-duration-medium)var(--animation-ease)both var(--animation-delay-default)}[data-animated=true][data-animation-type=fadeInDown]{animation:fadeInDown var(--animation-duration-medium)var(--animation-ease)both var(--animation-delay-default)}[data-animated][data-animation-index]{animation-delay:calc(var(--animation-delay-step)*var(--animation-delay-index,0) + var(--animation-delay-default))}[data-animation-index="0"]{--animation-delay-index:0}[data-animation-index="1"]{--animation-delay-index:1}[data-animation-index="2"]{--animation-delay-index:2}[data-animation-index="3"]{--animation-delay-index:3}[data-animation-index="4"]{--animation-delay-index:4}[data-animation-index="5"]{--animation-delay-index:5}[data-animation-index="6"]{--animation-delay-index:6}[data-animation-index="7"]{--animation-delay-index:7}[data-animation-index="8"]{--animation-delay-index:8}[data-animation-index="9"]{--animation-delay-index:9}[data-animation-index="10"]{--animation-delay-index:10}[data-animation-index="11"]{--animation-delay-index:11}[data-animation-index="12"]{--animation-delay-index:12}[data-animation-index="13"]{--animation-delay-index:13}[data-animation-index="14"]{--animation-delay-index:14}[data-animation-index="15"]{--animation-delay-index:15}}
@layer reset,global,ui,features;
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_652ededd-module__XHGzrq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_652ededd-module__XHGzrq__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:ttDrugsFont;src:url(../media/TT_Drugs_Medium-s.p.fd8a225a.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:ttDrugsFont Fallback;src:local(Arial);ascent-override:87.21%;descent-override:24.92%;line-gap-override:0.0%;size-adjust:112.37%}.ttdrugsfont_ad4c79bd-module__hcEOHG__className{font-family:ttDrugsFont,ttDrugsFont Fallback}.ttdrugsfont_ad4c79bd-module__hcEOHG__variable{--font-tt-drugs:"ttDrugsFont","ttDrugsFont Fallback"}
