@charset "UTF-8";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@font-face{font-family:X5 Sans;src:url(/assets/X5Sans-Regular-kgf3HlLg.eot);src:local("X5 Sans"),local("X5Sans-Regular"),url(/assets/X5Sans-Regular-kgf3HlLg.eot?#iefix) format("embedded-opentype"),url(/assets/X5Sans-Regular-C8lUPOe0.woff2) format("woff2"),url(/assets/X5Sans-Regular-DmrLu9Z1.woff) format("woff"),url(/assets/X5Sans-Regular-m5PhObFI.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:X5 Sans;src:url(/assets/X5Sans-Bold-pZP6dRe_.eot);src:local("X5 Sans Bold"),local("X5Sans-Bold"),url(/assets/X5Sans-Bold-pZP6dRe_.eot?#iefix) format("embedded-opentype"),url(/assets/X5Sans-Bold-DNWmv4SR.woff2) format("woff2"),url(/assets/X5Sans-Bold-BDUZGRoX.woff) format("woff"),url(/assets/X5Sans-Bold-DJ5eMcMC.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}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,button,input,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;text-decoration-skip-ink:none;background-color:transparent;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box;margin:0;padding:0}*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}:root{--max-width: 1440px;--header-height: 118px;--role-primary: var(--secondary-yellow-60);--role-secondary: var(--secondary-yellow-20);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--black-100) transparent}:root::-webkit-scrollbar{width:22px}:root::-webkit-scrollbar-thumb{background:var(--black-20);border-radius:8px;border:8px solid var(--black-100);background-clip:padding-box}:root::-webkit-scrollbar-button{display:none;width:0;height:0}@media only screen and (max-width:1199px){:root{--header-height: 60px}}:root.role--volunteer{--role-primary: var(--secondary-yellow-60);--role-secondary: var(--secondary-yellow-20)}:root.role--curator{--role-primary: var(--secondary-blue-60);--role-secondary: var(--secondary-blue-40)}body{display:flex;justify-content:center;font-family:X5 Sans,sans-serif;color:var(--black-100);background:var(--black-5)}h1{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:60px;line-height:150%;letter-spacing:0}h2{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:40px;line-height:150%;letter-spacing:0}h3{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}h4{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}h5{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0}.rdp-root{--rdp-accent-color: var(--primary-green-60);--rdp-accent-background-color: var(--primary-green-20);width:300px}@media only screen and (max-width:1199px){.rdp-root{--rdp-day_button-height: 40px;--rdp-day_button-width: 40px;--rdp-day-height: 40px;--rdp-day-width: 40px;width:280px}}.rdp-day_button,.rdp-weekday{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (min-width:768px)and (max-width:1199px){.rdp-day_button,.rdp-weekday{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}}.rdp-dropdowns,.rdp-selected .rdp-day_button{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0;cursor:pointer}#root{display:flex;flex-direction:column;width:100%;min-height:100vh}._loader_1cqzp_70{border:1.5px solid var(--white-100);border-top-color:transparent;border-radius:50%;animation:_spin_1cqzp_1 1s linear infinite}._loader-wrapper_1cqzp_76{display:flex;justify-content:center;align-items:center;height:100%}._loader--primary_1cqzp_82{border:1.5px solid var(--primary-green-60);border-top-color:transparent}._loader--secondary_1cqzp_86{border:1.5px solid var(--black-100);border-top-color:transparent}._loader--normal_1cqzp_90{height:20px;width:20px;min-height:20px;min-width:20px}._loader--large_1cqzp_96{border-width:2px;height:48px;width:48px;min-height:48px;min-width:48px}@keyframes _spin_1cqzp_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_xvnzl_70{position:fixed;width:100%;display:flex;justify-content:center;background-color:var(--white-100);height:var(--header-height);z-index:50}._header--sidebar_xvnzl_79{position:static;flex-grow:1}._header__content_xvnzl_83{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:var(--max-width)}._header--sidebar_xvnzl_79>._header__content_xvnzl_83{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:14px 32px;gap:40px}@media only screen and (max-width:767px){._header--sidebar_xvnzl_79>._header__content_xvnzl_83{padding:14px 16px}}._header__logo_xvnzl_103{position:absolute;left:56px;width:210px;height:70px;cursor:pointer}@media only screen and (max-width:1199px){._header__logo_xvnzl_103{width:95px;height:32px}}@media only screen and (max-width:1439px){._header__logo_xvnzl_103{left:32px}}@media only screen and (max-width:767px){._header__logo_xvnzl_103{left:16px}}._header--sidebar_xvnzl_79 ._header__logo_xvnzl_103{position:static}._header__nav_xvnzl_129{display:flex;gap:32px}._header__nav__link_xvnzl_133{text-decoration:none;color:var(--black-100);font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}._header__nav__link--disabled_xvnzl_143{pointer-events:none}@media only screen and (max-width:1199px){._header__nav_xvnzl_129{display:none}}._header--sidebar_xvnzl_79 ._header__nav_xvnzl_129{display:flex;flex-direction:column;gap:20px}._header__user_xvnzl_156{position:absolute;right:56px;display:flex;gap:16px;transition:all 1s ease-in-out}._header--sidebar_xvnzl_79 ._header__user_xvnzl_156{margin-top:40px;position:static;display:flex;width:100%;flex-grow:1;align-items:flex-end}@media only screen and (max-width:1199px){._header__user_xvnzl_156{display:none}}._header__user__circle_xvnzl_176{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--role-secondary);cursor:pointer;height:56px;width:56px;min-height:56px;min-width:56px}._header__user__circle_xvnzl_176>svg{height:24px;width:24px;min-height:24px;min-width:24px}._header__user__circle_xvnzl_176>svg>*{fill:var(--role-primary)}._header__user__name_xvnzl_197{cursor:pointer}._header__menu_xvnzl_200{display:none;position:absolute;right:32px;cursor:pointer}._header--sidebar_xvnzl_79 ._header__menu_xvnzl_200{display:none}._header__menu_xvnzl_200>svg{height:24px;width:24px;min-height:24px;min-width:24px;margin:4px}@media only screen and (max-width:1199px){._header__menu_xvnzl_200{display:flex}}@media only screen and (max-width:767px){._header__menu_xvnzl_200{right:16px}}._header__logout-modal_xvnzl_226{height:fit-content}._button-link_18zqq_70{display:flex;align-items:center;justify-content:center;background-color:transparent;color:var(--primary-green-60);height:40px;border:none;cursor:pointer;width:fit-content;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._button-link_18zqq_70{height:32px;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:14%;letter-spacing:0}}._button-link--small_18zqq_98{height:32px;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:14%;letter-spacing:0}._button-link_18zqq_70:hover{color:var(--primary-green-70)}._button-link_18zqq_70:disabled{color:var(--black-60);cursor:not-allowed}._toast_sg3jx_70{display:flex;padding:12px 16px;gap:8px;color:var(--white-100);border-radius:16px 16px 0;box-shadow:0 2px 4px #00000014,0 8px 16px #0000001f}._toast__icon_sg3jx_78{height:24px;width:24px;min-height:24px;min-width:24px}._toast__icon-wrapper_sg3jx_84{cursor:pointer;padding:2px 4px 4px;width:32px;height:32px}._toast__message_sg3jx_90{padding-top:2px;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._toast__message_sg3jx_90{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}}._toast--info_sg3jx_109{background-color:var(--black-90)}._toast--success_sg3jx_112{background-color:var(--success-60)}._toast--error_sg3jx_115{background-color:var(--secondary-pink-80)}._toast--warning_sg3jx_118{background-color:var(--secondary-yellow-60)}._sidebar_10oc6_70{position:relative;z-index:100}@media only screen and (min-width:1200px){._sidebar_10oc6_70{display:none}}._sidebar__container_10oc6_79{position:fixed;top:0;left:0;bottom:0;width:100%;pointer-events:none}._sidebar__panel_10oc6_87{position:relative;pointer-events:auto;display:flex;flex-direction:column;width:100%;max-width:450px;height:100%;background-color:var(--white-100)}._sidebar__overlay_10oc6_97{position:fixed;inset:0;background-color:var(--modal-overlay)}._sidebar__close_10oc6_102{position:absolute;top:14px;right:16px;cursor:pointer;margin:4px;z-index:101;height:24px;width:24px;min-height:24px;min-width:24px}._sidebar__overlay--enter_10oc6_114{transition:opacity .3s ease-out}._sidebar__overlay--enter-from_10oc6_117{opacity:0}._sidebar__overlay--enter-to_10oc6_120{opacity:1}._sidebar__overlay--leave_10oc6_123{transition:opacity .2s ease-in}._sidebar__overlay--leave-from_10oc6_126{opacity:1}._sidebar__overlay--leave-to_10oc6_129{opacity:0}._sidebar__panel--enter_10oc6_132{transition:transform .3s ease-out}._sidebar__panel--enter-from_10oc6_135{transform:translate(-100%)}._sidebar__panel--enter-to_10oc6_138{transform:translate(0)}._sidebar__panel--leave_10oc6_141{transition:transform .2s ease-in}._sidebar__panel--leave-from_10oc6_144{transform:translate(0)}._sidebar__panel--leave-to_10oc6_147{transform:translate(-100%)}._logout_b5069_70{display:flex;flex-direction:column;gap:40px;padding:56px;max-width:460px}@media only screen and (max-width:1199px){._logout_b5069_70{flex-direction:column;gap:24px;padding:20px}}._logout__title_b5069_84{text-align:center}@media only screen and (max-width:1199px){._logout__title_b5069_84{padding:0 32px;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}}._logout__buttons_b5069_98{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media only screen and (max-width:1199px){._logout__buttons_b5069_98{gap:8px}}._button_110x8_70{display:flex;justify-content:center;align-items:center;border:none;border-radius:100px;background-color:var(--primary-green-60);color:var(--white-100);cursor:pointer;padding:19px 32px;white-space:nowrap;gap:8px;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (min-width:768px)and (max-width:1199px){._button_110x8_70{padding:12px 32px}}@media only screen and (max-width:767px){._button_110x8_70{padding:12px 16px}}._button_110x8_70:hover{background-color:var(--primary-green-50)}._button_110x8_70:disabled{background-color:var(--primary-green-40);cursor:not-allowed}._button--secondary_110x8_106{background-color:transparent;color:var(--black-100);border:1px solid var(--black-100)}._button--secondary_110x8_106:hover{border:1px solid var(--black-50);background-color:transparent}._button--secondary_110x8_106:disabled{background-color:transparent;cursor:not-allowed;border:1px solid var(--black-50);color:var(--black-70)}._button_110x8_70>svg{height:24px;width:24px;min-height:24px;min-width:24px}._modal_wqjug_70{position:fixed;z-index:100;inset:0}._overlay_wqjug_76{position:fixed;inset:0;background-color:var(--modal-overlay)}._container_wqjug_82{position:fixed;inset:0;display:flex;justify-content:center;padding:100px 168px}@media only screen and (min-width:1200px)and (max-width:1439px){._container_wqjug_82{padding:100px 128px}}@media only screen and (max-width:1199px){._container_wqjug_82{align-items:center}}@media only screen and (min-width:768px)and (max-width:1199px){._container_wqjug_82{padding:80px 56px}}@media only screen and (max-width:767px){._container_wqjug_82{padding:45px 16px}}._panel_wqjug_110{position:relative;background:var(--white-100);border-radius:32px 32px 32px 0;max-height:100%;height:fit-content;max-width:var(--max-width);overflow:hidden;display:flex;flex-direction:column}@media only screen and (max-width:1199px){._panel_wqjug_110{border-radius:28px 28px 28px 0}}._panel__close_wqjug_126{position:absolute;top:28px;right:28px;cursor:pointer;z-index:1;height:24px;width:24px;min-height:24px;min-width:24px}@media only screen and (max-width:1199px){._panel__close_wqjug_126{top:16px;right:16px}}._panel__content-wrapper_wqjug_143{min-height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--black-100) transparent}._panel__content-wrapper_wqjug_143::-webkit-scrollbar{width:22px}._panel__content-wrapper_wqjug_143::-webkit-scrollbar-thumb{background:var(--black-20);border-radius:8px;border:8px solid var(--black-100);background-clip:padding-box}._panel__content-wrapper_wqjug_143::-webkit-scrollbar-button{display:none;width:0;height:0}._overlay-enter_wqjug_165,._panel-enter_wqjug_166,._overlay-leave_wqjug_172,._panel-leave_wqjug_173{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}._overlay-enter-from_wqjug_179,._overlay-leave-to_wqjug_180{opacity:0}._overlay-enter-to_wqjug_184,._overlay-leave-from_wqjug_185{opacity:1}._panel-enter_wqjug_166,._panel-leave_wqjug_173{transition-property:all}._panel-enter-from_wqjug_197,._panel-leave-to_wqjug_198{opacity:0;transform:scale(.95)}._panel-enter-to_wqjug_203,._panel-leave-from_wqjug_204{opacity:1;transform:scale(1)}._footer_18u6i_70{display:flex;justify-content:center;background-color:var(--white-100)}._footer__content_18u6i_75{display:flex;gap:16px 94px;padding:32px 56px;flex-wrap:wrap;width:100%;max-width:var(--max-width);font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._footer__content_18u6i_75{align-content:flex-start;flex-direction:column}}@media only screen and (min-width:768px)and (max-width:1199px){._footer__content_18u6i_75{padding:14px 32px}}@media only screen and (max-width:767px){._footer__content_18u6i_75{padding:14px 16px}}@media only screen and (max-width:1199px){._footer__copyright_18u6i_106{order:3}}._footer__copyright__icon_18u6i_110{display:inline-block;transform:translate(-1.5px,-1.5px)}._footer__links_18u6i_114{display:flex;flex-wrap:wrap;gap:16px 94px}@media only screen and (max-width:1199px){._footer__links_18u6i_114{column-gap:47px}}._footer_18u6i_70 a{cursor:pointer;color:var(--black-100);text-decoration:underline}._footer__consent-modal_18u6i_129,._footer__order-modal_18u6i_129{height:100%}._order_156fx_70{display:flex;height:100%;gap:56px;padding:64px 56px 56px}@media only screen and (max-width:1199px){._order_156fx_70{flex-direction:column;gap:24px}}@media only screen and (min-width:768px)and (max-width:1199px){._order_156fx_70{padding:40px}}@media only screen and (max-width:767px){._order_156fx_70{padding:20px}}._order__left_156fx_92{display:flex;flex-direction:column;flex:0 1 350px;gap:40px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--black-100) transparent}._order__left_156fx_92::-webkit-scrollbar{width:22px}._order__left_156fx_92::-webkit-scrollbar-thumb{background:var(--black-20);border-radius:8px;border:8px solid var(--black-100);background-clip:padding-box}._order__left_156fx_92::-webkit-scrollbar-button{display:none;width:0;height:0}@media only screen and (max-width:1199px){._order__left_156fx_92{gap:24px;overflow:initial;flex-basis:0}}@media only screen and (max-width:1199px){._order__title_156fx_124{width:calc(100% - 48px);font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}}._order__right_156fx_152{display:flex;flex-direction:column;gap:32px;height:100%;flex:1 1 0;min-height:0}._order__subtitle_156fx_134{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._order__subtitle_156fx_134{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}}._order__not-found_156fx_178{display:flex;justify-content:center;align-items:center;height:100%;text-align:center;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._order__not-found_156fx_178{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;letter-spacing:0}}._order__text_156fx_201{height:100%;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._order__text_156fx_201{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;letter-spacing:0}}._order__text_156fx_201 h1{margin:12px 0;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:40px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._order__text_156fx_201 h1{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}}._order__text_156fx_201 h2{margin:10px 0;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._order__text_156fx_201 h2{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}}._order__text_156fx_201 h3{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._order__text_156fx_201 h3{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0}}._order__text_156fx_201 h4{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0}._order__text_156fx_201 h3,._order__text_156fx_201 h4,._order__text_156fx_201 h5,._order__text_156fx_201 p{margin-bottom:6px}._order__text_156fx_201 h5,._order__text_156fx_201 p{font-weight:400}._order__text_156fx_201 ul{list-style-type:disc;padding-left:20px}._order__text_156fx_201 ul li{display:list-item;padding-left:4px}._order__text_156fx_201 a{color:var(--black-100)}@media only screen and (max-width:767px){._order__button-text--main_156fx_302{display:none}}._order__button-text--mobile_156fx_306{display:none}@media only screen and (max-width:767px){._order__button-text--mobile_156fx_306{display:inline}}._scroll-fade_zwel3_70{position:relative;overflow:hidden;height:100%}._scroll-fade__content_zwel3_75{padding-right:12px;box-sizing:content-box;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--black-100) transparent}._scroll-fade__content_zwel3_75::-webkit-scrollbar{width:22px}._scroll-fade__content_zwel3_75::-webkit-scrollbar-thumb{background:var(--black-20);border-radius:8px;border:8px solid var(--black-100);background-clip:padding-box}._scroll-fade__content_zwel3_75::-webkit-scrollbar-button{display:none;width:0;height:0}._scroll-fade__fade_zwel3_98{position:absolute;left:0;right:0;height:60px;pointer-events:none}._scroll-fade__fade--top_zwel3_105{top:0;background:linear-gradient(to bottom,var(--white-100),var(--white-0))}._scroll-fade__fade--bottom_zwel3_109{bottom:0;background:linear-gradient(to top,var(--white-100),var(--white-0))}._consent_wjxdw_70{display:flex;height:100%;gap:56px;padding:64px 56px 56px}@media only screen and (max-width:1199px){._consent_wjxdw_70{flex-direction:column;gap:24px}}@media only screen and (min-width:768px)and (max-width:1199px){._consent_wjxdw_70{padding:40px}}@media only screen and (max-width:767px){._consent_wjxdw_70{padding:20px}}._consent__left_wjxdw_92{display:flex;flex-direction:column;flex:0 1 350px;gap:40px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--black-100) transparent}._consent__left_wjxdw_92::-webkit-scrollbar{width:22px}._consent__left_wjxdw_92::-webkit-scrollbar-thumb{background:var(--black-20);border-radius:8px;border:8px solid var(--black-100);background-clip:padding-box}._consent__left_wjxdw_92::-webkit-scrollbar-button{display:none;width:0;height:0}@media only screen and (max-width:1199px){._consent__left_wjxdw_92{gap:24px;overflow:initial;flex-basis:0}}@media only screen and (max-width:1199px){._consent__title_wjxdw_124{width:calc(100% - 48px);font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}}._consent__right_wjxdw_152{display:flex;flex-direction:column;gap:32px;height:100%;flex:1 1 0;min-height:0}._consent__subtitle_wjxdw_134{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._consent__subtitle_wjxdw_134{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}}._consent__not-found_wjxdw_178{display:flex;justify-content:center;align-items:center;height:100%;text-align:center;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._consent__not-found_wjxdw_178{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;letter-spacing:0}}._consent__text_wjxdw_201{height:100%;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._consent__text_wjxdw_201{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;letter-spacing:0}}._consent__text_wjxdw_201 h1{margin:12px 0;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:40px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._consent__text_wjxdw_201 h1{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}}._consent__text_wjxdw_201 h2{margin:10px 0;font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._consent__text_wjxdw_201 h2{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}}._consent__text_wjxdw_201 h3{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0}@media only screen and (max-width:1199px){._consent__text_wjxdw_201 h3{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0}}._consent__text_wjxdw_201 h4{font-family:X5 Sans,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:150%;letter-spacing:0}._consent__text_wjxdw_201 h3,._consent__text_wjxdw_201 h4,._consent__text_wjxdw_201 h5,._consent__text_wjxdw_201 p{margin-bottom:6px}._consent__text_wjxdw_201 h5,._consent__text_wjxdw_201 p{font-weight:400}._consent__text_wjxdw_201 ul{list-style-type:disc;padding-left:20px}._consent__text_wjxdw_201 ul li{display:list-item;padding-left:4px}._consent__text_wjxdw_201 a{color:var(--black-100)}@media only screen and (max-width:767px){._consent__button-text--main_wjxdw_302{display:none}}._consent__button-text--mobile_wjxdw_306{display:none}@media only screen and (max-width:767px){._consent__button-text--mobile_wjxdw_306{display:inline}}:root{--primary-green-80: #1e350f;--primary-green-70: #3a691b;--primary-green-60: #60af2c;--primary-green-50: #70cb35;--primary-green-40: #8fc76c;--primary-green-30: #d1edb9;--primary-green-20: #dfeed5;--primary-green-10: #f7fbf4;--secondary-blue-60: #2892d0;--secondary-blue-40: #c5edfd;--secondary-yellow-60: #f6921e;--secondary-yellow-40: #ffeb97;--secondary-yellow-20: #fff7d6;--secondary-pink-80: #df3650;--secondary-pink-60: #f17185;--secondary-pink-40: #fed7d9;--secondary-pink-20: #ffe6e9;--white-100: #ffffff;--white-90: #fcfcfc;--white-60: #f9f9f9;--white-50: #f6f6f6;--white-10: #f3f3f3;--white-0: rgba(255, 255, 255, 0);--black-100: #000000;--black-90: #333333;--black-80: #666666;--black-70: #999999;--black-60: #b2b2b2;--black-50: #cccccc;--black-20: #e5e5e5;--black-10: #f2f2f2;--black-5: #f8f8f8;--modal-overlay: rgba(209, 237, 185, .8);--success-60: #328b56;--error-60: #f54715}/*!
 * Copyright 2015-2025 ИТ ИКС 5 Технологии. Все права защищены.
 * Использование данного исходного кода регулируется лицензией,
 * которую можно найти в файле LICENSE.
 *
 */._content_3ppl4_70{display:flex;justify-content:center;flex-grow:1;background-color:var(--black-5);margin-top:var(--header-height)}
