:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._ride-accordion-content_1clz4_1{overflow:hidden}._ride-accordion-content_1clz4_1[data-state=open]{animation:.3s _slideDown_1clz4_1}._ride-accordion-content_1clz4_1[data-state=closed]{animation:.3s _slideUp_1clz4_1}._ride-accordion-content_1clz4_1._small_1clz4_10 ._container_1clz4_10,._ride-accordion-content_1clz4_1._medium_1clz4_10 ._container_1clz4_10{padding-top:var(--ride-gl-spacing-xlarge);padding-bottom:var(--ride-gl-spacing-4xlarge)}._ride-accordion-content_1clz4_1._large_1clz4_14 ._container_1clz4_10{padding-top:var(--ride-gl-spacing-2xlarge);padding-bottom:var(--ride-gl-spacing-5xlarge)}@keyframes _slideDown_1clz4_1{0%{height:0}to{height:var(--height)}}@keyframes _slideUp_1clz4_1{0%{height:var(--height)}to{height:0}}._ride-accordion-item_yeb4q_1{border-bottom:var(--ride-sys-color-border-default) var(--ride-sys-border-width-container-thin) solid}._ride-accordion-item_yeb4q_1:last-child{border-bottom:none}._ride-glyph_1umpu_1{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:inline-flex}._ride-glyph_1umpu_1._size-small_1umpu_8 svg{width:var(--ride-gl-size-glyph-small);height:var(--ride-gl-size-glyph-small)}._ride-glyph_1umpu_1._size-medium_1umpu_12 svg{width:var(--ride-gl-size-glyph-medium);height:var(--ride-gl-size-glyph-medium)}._ride-glyph_1umpu_1._size-large_1umpu_16 svg{width:var(--ride-gl-size-glyph-large);height:var(--ride-gl-size-glyph-large)}._ride-glyph_1umpu_1._size-x-large_1umpu_20 svg{width:var(--ride-gl-size-glyph-xlarge);height:var(--ride-gl-size-glyph-xlarge)}._ride-glyph_1umpu_1._size-2x-large_1umpu_24 svg{width:var(--ride-gl-size-glyph-2xlarge);height:var(--ride-gl-size-glyph-2xlarge)}._ride-glyph_1umpu_1 svg{pointer-events:none}._ride-accordion-trigger_82f8w_1{background:0 0;border:none;width:100%;padding-inline:0}._ride-accordion-trigger_82f8w_1 ._trigger-content_82f8w_8{align-items:center;column-gap:var(--ride-gl-spacing-2xlarge);display:flex}._ride-accordion-trigger_82f8w_1 ._content_82f8w_13{justify-content:center;align-self:stretch;row-gap:var(--ride-gl-spacing-small);flex-direction:column;width:100%;display:flex}._ride-accordion-trigger_82f8w_1 ._content_82f8w_13 ._label_82f8w_21{color:var(--ride-sys-color-text-extreme);text-align:left;margin:0}._ride-accordion-trigger_82f8w_1 ._content_82f8w_13 ._paragraph_82f8w_26{color:var(--ride-sys-color-text-medium);font-family:var(--ride-sys-text-paragraph-medium-regular-short-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-short-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-short-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-short-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-short-letter-spacing);text-align:left;margin:0}._ride-accordion-trigger_82f8w_1:disabled ._label_82f8w_21,._ride-accordion-trigger_82f8w_1:disabled ._paragraph_82f8w_26{color:var(--ride-sys-color-text-disable)}._ride-accordion-trigger_82f8w_1:disabled [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable)}._ride-accordion-trigger_82f8w_1:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-style:solid}@media (hover:hover) and (pointer:fine){._ride-accordion-trigger_82f8w_1:hover:not(:disabled){background-color:var(--ride-sys-color-surface-medium)}}._ride-accordion-trigger_82f8w_1._small_82f8w_53{padding-block:var(--ride-gl-spacing-xlarge)}._ride-accordion-trigger_82f8w_1._small_82f8w_53 ._content_82f8w_13 ._label_82f8w_21{font-family:var(--ride-sys-text-title-large-default-font-family);font-weight:var(--ride-sys-text-title-large-default-font-weight);line-height:var(--ride-sys-text-title-large-default-line-height);font-size:var(--ride-sys-text-title-large-default-font-size);letter-spacing:var(--ride-sys-text-title-large-default-letter-spacing)}._ride-accordion-trigger_82f8w_1._medium_82f8w_63{padding-block:var(--ride-gl-spacing-xlarge)}._ride-accordion-trigger_82f8w_1._medium_82f8w_63 ._content_82f8w_13 ._label_82f8w_21{font-family:var(--ride-sys-text-title-xlarge-default-font-family);font-weight:var(--ride-sys-text-title-xlarge-default-font-weight);line-height:var(--ride-sys-text-title-xlarge-default-line-height);font-size:var(--ride-sys-text-title-xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-xlarge-default-letter-spacing)}._ride-accordion-trigger_82f8w_1._large_82f8w_73{padding-block:var(--ride-gl-spacing-2xlarge)}._ride-accordion-trigger_82f8w_1._large_82f8w_73 ._content_82f8w_13 ._label_82f8w_21{font-family:var(--ride-sys-text-title-2xlarge-default-font-family);font-weight:var(--ride-sys-text-title-2xlarge-default-font-weight);line-height:var(--ride-sys-text-title-2xlarge-default-line-height);font-size:var(--ride-sys-text-title-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-2xlarge-default-letter-spacing)}._ride-accordion-trigger_82f8w_1 ._glyph-arrow_82f8w_83{padding:10px;transition:transform .3s}._ride-accordion-trigger_82f8w_1._open_82f8w_87 ._glyph-arrow_82f8w_83{transition:transform .3s;transform:rotate(180deg)}._ride-accordion_fsseo_1{flex-direction:column;display:flex}._ride-accordion_fsseo_1._full-width_fsseo_5{width:100%}._ride-accordion_fsseo_1._inset_fsseo_8{border:1px solid var(--ride-sys-color-border-default);border-radius:var(--ride-sys-border-radius-container-medium)}._ride-accordion_fsseo_1._inset_fsseo_8 [class*=ride-accordion-trigger],._ride-accordion_fsseo_1._inset_fsseo_8 [class*=ride-accordion-content]{padding-inline:var(--ride-gl-spacing-2xlarge)}._ride-accordion_fsseo_1._inset_fsseo_8 [class*=ride-accordion-item]:first-child [class*=ride-accordion-trigger]{border-top-left-radius:var(--ride-sys-border-radius-container-medium);border-top-right-radius:var(--ride-sys-border-radius-container-medium)}._ride-accordion_fsseo_1._inset_fsseo_8 [class*=ride-accordion-item]:last-child [class*=ride-accordion-trigger]{border-bottom-left-radius:var(--ride-sys-border-radius-container-medium);border-bottom-right-radius:var(--ride-sys-border-radius-container-medium)}._ride-accordion_fsseo_1._inset_fsseo_8 [class*=ride-accordion-item]:last-child [class*=ride-accordion-trigger][class*=open]{border-bottom-left-radius:initial;border-bottom-right-radius:initial}._ride-accordion_fsseo_1._inset_fsseo_8 [class*=ride-accordion-item]:last-child [class*=ride-accordion-content]{border-bottom-left-radius:var(--ride-sys-border-radius-container-medium);border-bottom-right-radius:var(--ride-sys-border-radius-container-medium)}[data-scope=accordion][data-part=item-indicator][data-state=open]{rotate:180deg}@keyframes _fade-in_12jfs_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_12jfs_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_12jfs_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_12jfs_1{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_12jfs_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_12jfs_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_12jfs_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-tooltip_12jfs_54{padding:var(--ride-gl-spacing-medium) var(--ride-gl-spacing-large);border-radius:var(--ride-sys-border-radius-container-small);font-family:var(--ride-sys-text-paragraph-small-default-font-family);font-weight:var(--ride-sys-text-paragraph-small-default-font-weight);line-height:var(--ride-sys-text-paragraph-small-default-line-height);font-size:var(--ride-sys-text-paragraph-small-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-default-letter-spacing);background-color:var(--ride-sys-color-surface-extreme);color:var(--ride-sys-color-text-inverse);max-width:250px}._ride-tooltip_12jfs_54[data-entering]{animation:.2s ease-in _fade-in_12jfs_1}._ride-tooltip_12jfs_54[data-exiting]{animation:.2s ease-in _fade-out_12jfs_1}._ride-action-button_30vkw_1{box-sizing:border-box;border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-default);background:var(--ride-sys-color-surface-default);justify-content:center;align-items:center;display:flex}._ride-action-button_30vkw_1 ._glyph_30vkw_9{color:var(--ride-sys-color-glyph-default)}._ride-action-button_30vkw_1:hover{background:var(--ride-sys-color-surface-moderate)}@media (pointer:coarse){._ride-action-button_30vkw_1:hover{background:var(--ride-sys-color-surface-default)}}._ride-action-button_30vkw_1:active{border-color:var(--ride-sys-color-border-extreme)}._ride-action-button_30vkw_1:disabled{border-color:var(--ride-sys-color-border-disable);background:var(--ride-sys-color-surface-disable);cursor:not-allowed}._ride-action-button_30vkw_1:disabled ._glyph_30vkw_9{color:var(--ride-sys-color-glyph-disable)}._ride-action-button_30vkw_1:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:2px;outline-style:solid}._ride-action-button_30vkw_1._small_30vkw_37{border-radius:var(--ride-sys-border-radius-container-small);width:32px;height:32px;padding:6px}._ride-action-button_30vkw_1._medium_30vkw_43{width:40px;height:40px;padding:var(--ride-gl-spacing-large);border-radius:var(--ride-sys-border-radius-container-medium)}._ride-card-selector_k1coc_1{--card-selector-border-width:var(--ride-sys-border-width-container-thin);box-sizing:border-box;background:var(--ride-sys-color-surface-default);border-color:var(--ride-sys-color-border-default);border-style:solid;border-width:var(--card-selector-border-width);width:max-content;min-width:103px;height:max-content;min-height:84px;position:relative}._ride-card-selector_k1coc_1._padding-small_k1coc_14{padding:calc(var(--ride-gl-spacing-2xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-small_k1coc_14>._selector_k1coc_17{top:calc(var(--ride-gl-spacing-large) - var(--card-selector-border-width));right:calc(var(--ride-gl-spacing-large) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-medium_k1coc_21{padding:calc(var(--ride-gl-spacing-3xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-medium_k1coc_21>._selector_k1coc_17{top:calc(var(--ride-gl-spacing-xlarge) - var(--card-selector-border-width));right:calc(var(--ride-gl-spacing-xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-large_k1coc_28{padding:calc(var(--ride-gl-spacing-4xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-large_k1coc_28>._selector_k1coc_17{top:calc(var(--ride-gl-spacing-2xlarge) - var(--card-selector-border-width));right:calc(var(--ride-gl-spacing-2xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-x-large_k1coc_35{padding:calc(var(--ride-gl-spacing-5xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._padding-x-large_k1coc_35>._selector_k1coc_17{top:calc(var(--ride-gl-spacing-3xlarge) - var(--card-selector-border-width));right:calc(var(--ride-gl-spacing-3xlarge) - var(--card-selector-border-width))}._ride-card-selector_k1coc_1._border-radius-small_k1coc_42{border-radius:var(--ride-sys-border-radius-container-large)}._ride-card-selector_k1coc_1._border-radius-medium_k1coc_45{border-radius:var(--ride-sys-border-radius-container-xlarge)}._ride-card-selector_k1coc_1:has(._selector_k1coc_17 input:checked){--card-selector-border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-extreme);background:var(--ride-sys-color-surface-subtle)}._ride-card-selector_k1coc_1 ._selector_k1coc_17{position:absolute}._ride-icon-button_y3f0r_1{cursor:pointer;border-radius:var(--ride-sys-border-radius-container-circle);transition-property:transform;transition-timing-function:cubic-bezier(0,0,.31,1.01);transition-duration:var(--ride-gl-motion-duration-200);border-style:solid;border-width:0;justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}._ride-icon-button_y3f0r_1:disabled{cursor:not-allowed}._ride-icon-button_y3f0r_1:disabled:active,._ride-icon-button_y3f0r_1:disabled:hover{transform:inherit}._ride-icon-button_y3f0r_1:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:var(--ride-gl-spacing-small);z-index:10;outline-style:solid}._ride-icon-button_y3f0r_1:active{transform:scale(var(--ride-gl-motion-scale-94))}._ride-icon-button_y3f0r_1._fill_y3f0r_31{background-color:var(--ride-sys-color-surface-extreme)}._ride-icon-button_y3f0r_1._fill_y3f0r_31 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-inverse)}._ride-icon-button_y3f0r_1._fill_y3f0r_31:hover,._ride-icon-button_y3f0r_1._fill_y3f0r_31:active{background-color:var(--ride-sys-color-surface-strong)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._fill_y3f0r_31:hover{background-color:var(--ride-sys-color-surface-extreme)}}._ride-icon-button_y3f0r_1._fill_y3f0r_31:disabled{background-color:var(--ride-sys-color-surface-disable)}._ride-icon-button_y3f0r_1._fill_y3f0r_31:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable)}._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51{background-color:var(--ride-sys-color-surface-default)}._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-default)}._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51:hover,._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51:active{background-color:var(--ride-sys-color-surface-alpha-neutral-subtle)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51:hover{background-color:var(--ride-sys-color-surface-default)}}._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51:disabled{background-color:var(--ride-sys-color-surface-disable-inverse)}._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable-inverse)}._ride-icon-button_y3f0r_1._fill-inverse_y3f0r_51:focus-visible{outline-color:var(--ride-sys-color-border-focus-inverse)}._ride-icon-button_y3f0r_1._outline_y3f0r_74{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-extreme)}._ride-icon-button_y3f0r_1._outline_y3f0r_74 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-default)}._ride-icon-button_y3f0r_1._outline_y3f0r_74:hover,._ride-icon-button_y3f0r_1._outline_y3f0r_74:active{background-color:var(--ride-sys-color-surface-medium)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._outline_y3f0r_74:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-icon-button_y3f0r_1._outline_y3f0r_74:disabled{border-color:var(--ride-sys-color-border-disable);background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._outline_y3f0r_74:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable)}._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-interactive)}._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-interactive)}._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96:hover,._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96:active{background-color:var(--ride-sys-color-surface-medium)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96:disabled{border-color:var(--ride-sys-color-border-disable);background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._outline-secondary_y3f0r_96:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable)}._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-inverse)}._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-inverse)}._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118:hover,._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118:active{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118:disabled{border-color:var(--ride-sys-color-border-disable-inverse);background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable-inverse)}._ride-icon-button_y3f0r_1._outline-inverse_y3f0r_118:focus-visible{outline-color:var(--ride-sys-color-border-focus-inverse)}._ride-icon-button_y3f0r_1._unfill_y3f0r_143{background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._unfill_y3f0r_143 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-default)}._ride-icon-button_y3f0r_1._unfill_y3f0r_143:hover,._ride-icon-button_y3f0r_1._unfill_y3f0r_143:active{background-color:var(--ride-sys-color-surface-medium)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._unfill_y3f0r_143:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-icon-button_y3f0r_1._unfill_y3f0r_143:disabled{background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._unfill_y3f0r_143:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable)}._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163{background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163 ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-inverse)}._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163:hover,._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163:active{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}@media (pointer:coarse){._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163:disabled{background-color:var(--ride-sys-color-surface-transparent)}._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163:disabled ._glyph_y3f0r_34{color:var(--ride-sys-color-glyph-disable-inverse)}._ride-icon-button_y3f0r_1._unfill-inverse_y3f0r_163:focus-visible{outline-color:var(--ride-sys-color-border-focus-inverse)}._ride-icon-button_y3f0r_1._small_y3f0r_186{padding:var(--ride-gl-spacing-large)}._ride-icon-button_y3f0r_1._small_y3f0r_186._outline_y3f0r_74,._ride-icon-button_y3f0r_1._small_y3f0r_186._outline-secondary_y3f0r_96,._ride-icon-button_y3f0r_1._small_y3f0r_186._outline-inverse_y3f0r_118{border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-medium))}._ride-icon-button_y3f0r_1._medium_y3f0r_193{padding:calc(var(--ride-gl-spacing-xlarge) - 2px)}._ride-icon-button_y3f0r_1._medium_y3f0r_193._outline_y3f0r_74,._ride-icon-button_y3f0r_1._medium_y3f0r_193._outline-secondary_y3f0r_96,._ride-icon-button_y3f0r_1._medium_y3f0r_193._outline-inverse_y3f0r_118{border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-xlarge) - 2px - var(--ride-sys-border-width-container-medium))}._ride-icon-button_y3f0r_1._large_y3f0r_200{padding:var(--ride-gl-spacing-xlarge)}._ride-icon-button_y3f0r_1._large_y3f0r_200._outline_y3f0r_74,._ride-icon-button_y3f0r_1._large_y3f0r_200._outline-secondary_y3f0r_96,._ride-icon-button_y3f0r_1._large_y3f0r_200._outline-inverse_y3f0r_118{border-width:var(--ride-sys-border-width-container-thick);padding:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thick))}@keyframes _fade-in_1wus9_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_1wus9_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_1wus9_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_1wus9_1{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_1wus9_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_1wus9_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_1wus9_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-spinner_1wus9_54{display:inline-flex}._ride-spinner_1wus9_54 ._svg-container_1wus9_57{animation:_rotate_1wus9_1 var(--ride-gl-motion-duration-1000) linear infinite;width:100%;height:100%}._ride-spinner_1wus9_54 ._svg-container_1wus9_57 ._svg-spinner_1wus9_62{color:var(--ride-sys-color-border-extreme)}._ride-spinner_1wus9_54._small_1wus9_65{width:16px;height:16px}._ride-spinner_1wus9_54._medium_1wus9_69{width:20px;height:20px}._ride-spinner_1wus9_54._large_1wus9_73{width:24px;height:24px}._ride-spinner_1wus9_54._inverse_1wus9_77 ._svg-spinner_1wus9_62{color:var(--ride-sys-color-border-inverse)}._ride-button_1jgs7_1{border-radius:var(--ride-gl-border-radius-pill);transition-property:transform;transition-timing-function:cubic-bezier(0,0,.31,1.01);transition-duration:var(--ride-gl-motion-duration-200);cursor:pointer;box-sizing:border-box;border-width:0;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}._ride-button_1jgs7_1[href]{width:fit-content}._ride-button_1jgs7_1._full-width_1jgs7_18{width:100%}._ride-button_1jgs7_1._fill_1jgs7_21{background-color:var(--ride-sys-color-surface-extreme)}._ride-button_1jgs7_1._fill_1jgs7_21 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-inverse)}._ride-button_1jgs7_1._fill_1jgs7_21:hover{background-color:var(--ride-sys-color-surface-strong)}@media (pointer:coarse){._ride-button_1jgs7_1._fill_1jgs7_21:hover{background-color:var(--ride-sys-color-surface-extreme)}}._ride-button_1jgs7_1._fill_1jgs7_21:active{background-color:var(--ride-sys-color-surface-strong)}._ride-button_1jgs7_1._fill_1jgs7_21._disabled_1jgs7_38{background-color:var(--ride-sys-color-surface-disable)}._ride-button_1jgs7_1._fill_1jgs7_21._disabled_1jgs7_38 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable)}._ride-button_1jgs7_1._fill_1jgs7_21._disabled_1jgs7_38 ._text_1jgs7_44{color:var(--ride-sys-color-text-disable)}._ride-button_1jgs7_1._fill_1jgs7_21 ._text_1jgs7_44{color:var(--ride-sys-color-text-inverse)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50{background-color:var(--ride-sys-color-surface-default)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-default)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-subtle)}@media (pointer:coarse){._ride-button_1jgs7_1._fill-inverse_1jgs7_50:hover{background-color:var(--ride-sys-color-surface-default)}}._ride-button_1jgs7_1._fill-inverse_1jgs7_50:active{background-color:var(--ride-sys-color-surface-alpha-neutral-subtle)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50._disabled_1jgs7_38{background-color:var(--ride-sys-color-surface-disable-inverse)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50._disabled_1jgs7_38 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable-inverse)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50._disabled_1jgs7_38 ._text_1jgs7_44{color:var(--ride-sys-color-text-disable-inverse)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50:focus-visible{outline-color:var(--ride-sys-color-border-focus-inverse)}._ride-button_1jgs7_1._fill-inverse_1jgs7_50 ._text_1jgs7_44{color:var(--ride-sys-color-text-extreme)}._ride-button_1jgs7_1._outline_1jgs7_82{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-extreme)}._ride-button_1jgs7_1._outline_1jgs7_82 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-default)}._ride-button_1jgs7_1._outline_1jgs7_82:hover{background-color:var(--ride-sys-color-surface-medium)}@media (pointer:coarse){._ride-button_1jgs7_1._outline_1jgs7_82:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-button_1jgs7_1._outline_1jgs7_82:active{background-color:var(--ride-sys-color-surface-medium)}._ride-button_1jgs7_1._outline_1jgs7_82._disabled_1jgs7_38{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-disable)}._ride-button_1jgs7_1._outline_1jgs7_82._disabled_1jgs7_38 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable)}._ride-button_1jgs7_1._outline_1jgs7_82._disabled_1jgs7_38 ._text_1jgs7_44{color:var(--ride-sys-color-text-disable)}._ride-button_1jgs7_1._outline_1jgs7_82 ._text_1jgs7_44{color:var(--ride-sys-color-text-extreme)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-inverse)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-inverse)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}@media (pointer:coarse){._ride-button_1jgs7_1._outline-inverse_1jgs7_113:hover{background-color:var(--ride-sys-color-surface-transparent)}}._ride-button_1jgs7_1._outline-inverse_1jgs7_113:active{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113._disabled_1jgs7_38{background-color:var(--ride-sys-color-surface-transparent);border-color:var(--ride-sys-color-border-disable-inverse)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113._disabled_1jgs7_38 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable-inverse)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113._disabled_1jgs7_38 ._text_1jgs7_44{color:var(--ride-sys-color-text-disable-inverse)}._ride-button_1jgs7_1._outline-inverse_1jgs7_113 ._text_1jgs7_44{color:var(--ride-sys-color-text-inverse)}._ride-button_1jgs7_1._text-primary_1jgs7_144 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-interactive)}._ride-button_1jgs7_1._text-primary_1jgs7_144 ._text_1jgs7_44:after{background-color:var(--ride-sys-color-border-interactive-hover)}._ride-button_1jgs7_1._text-primary_1jgs7_144:hover,._ride-button_1jgs7_1._text-primary_1jgs7_144:active{transform:inherit}._ride-button_1jgs7_1._text-primary_1jgs7_144:hover [class*=ride-glyph],._ride-button_1jgs7_1._text-primary_1jgs7_144:active [class*=ride-glyph]{color:var(--ride-sys-color-glyph-interactive-hover)}._ride-button_1jgs7_1._text-primary_1jgs7_144:hover ._text_1jgs7_44,._ride-button_1jgs7_1._text-primary_1jgs7_144:active ._text_1jgs7_44{color:var(--ride-sys-color-text-interactive-hover)}._ride-button_1jgs7_1._text-primary_1jgs7_144:hover ._text_1jgs7_44:after{transform:scaleX(1)}@media (pointer:coarse){._ride-button_1jgs7_1._text-primary_1jgs7_144:hover ._text_1jgs7_44:after{transform:scaleX(0)}}._ride-button_1jgs7_1._text-primary_1jgs7_144:active ._text_1jgs7_44:after{height:var(--ride-sys-border-width-container-thick);bottom:calc(-1px - var(--ride-gl-spacing-medium))}._ride-button_1jgs7_1._text-primary_1jgs7_144._disabled_1jgs7_38 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable)}._ride-button_1jgs7_1._text-primary_1jgs7_144._disabled_1jgs7_38 ._text_1jgs7_44:after{display:none}._ride-button_1jgs7_1._text-primary_1jgs7_144._disabled_1jgs7_38 ._text_1jgs7_44{color:var(--ride-sys-color-text-disable)}._ride-button_1jgs7_1._text-primary_1jgs7_144 ._text_1jgs7_44{color:var(--ride-sys-color-text-interactive)}._ride-button_1jgs7_1._text-primary_1jgs7_144._small_1jgs7_183,._ride-button_1jgs7_1._text-primary_1jgs7_144._medium_1jgs7_183,._ride-button_1jgs7_1._text-primary_1jgs7_144._large_1jgs7_183,._ride-button_1jgs7_1._text-primary_1jgs7_144._x-large_1jgs7_183{padding-left:0;padding-right:0}._ride-button_1jgs7_1._text-secondary_1jgs7_187 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-default)}._ride-button_1jgs7_1._text-secondary_1jgs7_187 ._text_1jgs7_44:after{background-color:var(--ride-sys-color-border-strong)}._ride-button_1jgs7_1._text-secondary_1jgs7_187:hover,._ride-button_1jgs7_1._text-secondary_1jgs7_187:active{transform:inherit}._ride-button_1jgs7_1._text-secondary_1jgs7_187:hover [class*=ride-glyph],._ride-button_1jgs7_1._text-secondary_1jgs7_187:active [class*=ride-glyph]{color:var(--ride-sys-color-glyph-extreme)}._ride-button_1jgs7_1._text-secondary_1jgs7_187:hover ._text_1jgs7_44,._ride-button_1jgs7_1._text-secondary_1jgs7_187:active ._text_1jgs7_44{color:var(--ride-sys-color-text-strong)}._ride-button_1jgs7_1._text-secondary_1jgs7_187:hover ._text_1jgs7_44:after{transform:scaleX(1)}@media (pointer:coarse){._ride-button_1jgs7_1._text-secondary_1jgs7_187:hover ._text_1jgs7_44:after{transform:scaleX(0)}}._ride-button_1jgs7_1._text-secondary_1jgs7_187:active ._text_1jgs7_44:after{height:var(--ride-sys-border-width-container-thick);bottom:calc(-1px - var(--ride-gl-spacing-medium))}._ride-button_1jgs7_1._text-secondary_1jgs7_187._disabled_1jgs7_38 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable)}._ride-button_1jgs7_1._text-secondary_1jgs7_187._disabled_1jgs7_38 ._text_1jgs7_44:after{display:none}._ride-button_1jgs7_1._text-secondary_1jgs7_187._disabled_1jgs7_38 ._text_1jgs7_44{color:var(--ride-sys-color-text-disable)}._ride-button_1jgs7_1._text-secondary_1jgs7_187 ._text_1jgs7_44{color:var(--ride-sys-color-text-extreme)}._ride-button_1jgs7_1._text-secondary_1jgs7_187._small_1jgs7_183,._ride-button_1jgs7_1._text-secondary_1jgs7_187._medium_1jgs7_183,._ride-button_1jgs7_1._text-secondary_1jgs7_187._large_1jgs7_183,._ride-button_1jgs7_1._text-secondary_1jgs7_187._x-large_1jgs7_183{padding-left:0;padding-right:0}._ride-button_1jgs7_1._outline_1jgs7_82,._ride-button_1jgs7_1._outline-inverse_1jgs7_113{border-style:solid}._ride-button_1jgs7_1._outline_1jgs7_82._small_1jgs7_183,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._small_1jgs7_183{border-width:var(--ride-gl-border-width-medium);padding:calc(var(--ride-gl-spacing-large) - var(--ride-gl-border-width-medium)) calc(var(--ride-gl-spacing-2xlarge) - var(--ride-gl-border-width-medium))}._ride-button_1jgs7_1._outline_1jgs7_82._medium_1jgs7_183,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._medium_1jgs7_183{border-width:var(--ride-gl-border-width-medium);padding:calc(var(--ride-gl-spacing-xlarge) - var(--ride-gl-border-width-medium)) calc(var(--ride-gl-spacing-4xlarge) - var(--ride-gl-border-width-medium))}._ride-button_1jgs7_1._outline_1jgs7_82._large_1jgs7_183,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._large_1jgs7_183{border-width:var(--ride-gl-border-width-thick);padding:calc(var(--ride-gl-spacing-2xlarge) - var(--ride-gl-border-width-thick)) calc(var(--ride-gl-spacing-5xlarge) - var(--ride-gl-border-width-thick))}._ride-button_1jgs7_1._outline_1jgs7_82._x-large_1jgs7_183,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._x-large_1jgs7_183{border-width:var(--ride-gl-border-width-thick);padding:calc(var(--ride-gl-spacing-2xlarge) - var(--ride-gl-border-width-thick)) calc(var(--ride-gl-spacing-6xlarge) - var(--ride-gl-border-width-thick))}._ride-button_1jgs7_1._fill_1jgs7_21._loading_1jgs7_249,._ride-button_1jgs7_1._fill-inverse_1jgs7_50._loading_1jgs7_249,._ride-button_1jgs7_1._outline_1jgs7_82._loading_1jgs7_249,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._loading_1jgs7_249{cursor:wait}._ride-button_1jgs7_1._fill_1jgs7_21._loading_1jgs7_249 [class*=ride-spinner],._ride-button_1jgs7_1._fill-inverse_1jgs7_50._loading_1jgs7_249 [class*=ride-spinner],._ride-button_1jgs7_1._outline_1jgs7_82._loading_1jgs7_249 [class*=ride-spinner],._ride-button_1jgs7_1._outline-inverse_1jgs7_113._loading_1jgs7_249 [class*=ride-spinner]{position:absolute}._ride-button_1jgs7_1._fill_1jgs7_21._loading_1jgs7_249 ._text_1jgs7_44,._ride-button_1jgs7_1._fill_1jgs7_21._loading_1jgs7_249 [class*=ride-glyph],._ride-button_1jgs7_1._fill-inverse_1jgs7_50._loading_1jgs7_249 ._text_1jgs7_44,._ride-button_1jgs7_1._fill-inverse_1jgs7_50._loading_1jgs7_249 [class*=ride-glyph],._ride-button_1jgs7_1._outline_1jgs7_82._loading_1jgs7_249 ._text_1jgs7_44,._ride-button_1jgs7_1._outline_1jgs7_82._loading_1jgs7_249 [class*=ride-glyph],._ride-button_1jgs7_1._outline-inverse_1jgs7_113._loading_1jgs7_249 ._text_1jgs7_44,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._loading_1jgs7_249 [class*=ride-glyph]{visibility:hidden}._ride-button_1jgs7_1._fill_1jgs7_21._loading_1jgs7_249:focus-visible,._ride-button_1jgs7_1._fill-inverse_1jgs7_50._loading_1jgs7_249:focus-visible,._ride-button_1jgs7_1._outline_1jgs7_82._loading_1jgs7_249:focus-visible,._ride-button_1jgs7_1._outline-inverse_1jgs7_113._loading_1jgs7_249:focus-visible{outline:none}._ride-button_1jgs7_1._text-primary_1jgs7_144,._ride-button_1jgs7_1._text-secondary_1jgs7_187{background-color:inherit;border-radius:inherit}._ride-button_1jgs7_1._text-primary_1jgs7_144 ._text_1jgs7_44:after,._ride-button_1jgs7_1._text-secondary_1jgs7_187 ._text_1jgs7_44:after{transition-property:transform;transition-timing-function:cubic-bezier(0,0,.28,.9);transition-duration:var(--ride-gl-motion-duration-200);transform-origin:0;content:"";width:100%;bottom:calc(var(--ride-gl-spacing-medium) * -1);height:var(--ride-sys-border-width-container-medium);position:absolute;left:0;transform:scaleX(0)}._ride-button_1jgs7_1._text-primary_1jgs7_144._loading_1jgs7_249 [class*=ride-spinner],._ride-button_1jgs7_1._text-secondary_1jgs7_187._loading_1jgs7_249 [class*=ride-spinner]{display:none}._ride-button_1jgs7_1._small_1jgs7_183{height:32px;padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-2xlarge);column-gap:var(--ride-gl-spacing-medium)}._ride-button_1jgs7_1._small_1jgs7_183 ._text_1jgs7_44{font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing)}._ride-button_1jgs7_1._medium_1jgs7_183{height:40px;padding:10px var(--ride-gl-spacing-4xlarge);column-gap:var(--ride-gl-spacing-large)}._ride-button_1jgs7_1._medium_1jgs7_183 ._text_1jgs7_44{font-family:var(--ride-sys-text-label-medium-default-font-family);font-weight:var(--ride-sys-text-label-medium-default-font-weight);line-height:var(--ride-sys-text-label-medium-default-line-height);font-size:var(--ride-sys-text-label-medium-default-font-size);letter-spacing:var(--ride-sys-text-label-medium-default-letter-spacing)}._ride-button_1jgs7_1._large_1jgs7_183{height:48px;padding:var(--ride-gl-spacing-xlarge) var(--ride-gl-spacing-5xlarge);column-gap:var(--ride-gl-spacing-large)}._ride-button_1jgs7_1._large_1jgs7_183 ._text_1jgs7_44{font-family:var(--ride-sys-text-label-large-default-font-family);font-weight:var(--ride-sys-text-label-large-default-font-weight);line-height:var(--ride-sys-text-label-large-default-line-height);font-size:var(--ride-sys-text-label-large-default-font-size);letter-spacing:var(--ride-sys-text-label-large-default-letter-spacing)}._ride-button_1jgs7_1._x-large_1jgs7_183{height:56px;padding:var(--ride-gl-spacing-2xlarge) var(--ride-gl-spacing-6xlarge);column-gap:var(--ride-gl-spacing-large)}._ride-button_1jgs7_1._x-large_1jgs7_183 ._text_1jgs7_44{font-family:var(--ride-sys-text-label-xlarge-default-font-family);font-weight:var(--ride-sys-text-label-xlarge-default-font-weight);line-height:var(--ride-sys-text-label-xlarge-default-line-height);font-size:var(--ride-sys-text-label-xlarge-default-font-size);letter-spacing:var(--ride-sys-text-label-xlarge-default-letter-spacing)}._ride-button_1jgs7_1._glyph-right_1jgs7_333{flex-direction:row-reverse}._ride-button_1jgs7_1._glyph-left_1jgs7_336{flex-direction:row}._ride-button_1jgs7_1:active{transform:scale(var(--ride-gl-motion-scale-94))}._ride-button_1jgs7_1._disabled_1jgs7_38{transform:inherit;cursor:not-allowed}._ride-button_1jgs7_1._disabled_1jgs7_38,._ride-button_1jgs7_1._loading_1jgs7_249{pointer-events:none}._ride-button_1jgs7_1:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:2px;z-index:10;outline-style:solid}._ride-button_1jgs7_1 *{pointer-events:none}._ride-button_1jgs7_1 span._text_1jgs7_44{padding:0;position:relative}._ride-error-message_wjy6m_1{column-gap:var(--ride-gl-spacing-medium);align-items:center;display:flex}._ride-error-message_wjy6m_1 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-feedback-critical)}._ride-error-message_wjy6m_1 ._message_wjy6m_9{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);color:var(--ride-sys-color-text-feedback-critical);margin:0}._ride-checkbox_eet7y_1{row-gap:var(--ride-gl-spacing-medium);flex-direction:column;width:fit-content;display:flex}._ride-checkbox_eet7y_1 ._input-container_eet7y_7{align-items:center;column-gap:var(--ride-gl-spacing-large);user-select:none;display:flex;position:relative}._ride-checkbox_eet7y_1 ._input-container_eet7y_7:enabled:hover ._checkbox-container_eet7y_14 ._checkbox_eet7y_14{border-color:var(--ride-sys-color-surface-strong)}._ride-checkbox_eet7y_1 ._input-container_eet7y_7:enabled:active ._checkbox-container_eet7y_14 ._checkbox_eet7y_14{border-color:var(--ride-sys-color-surface-extreme)}._ride-checkbox_eet7y_1 ._input_eet7y_7{z-index:2;opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}._ride-checkbox_eet7y_1 ._input_eet7y_7:disabled{cursor:not-allowed}._ride-checkbox_eet7y_1 ._checkbox-container_eet7y_14{flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;display:flex;position:relative}._ride-checkbox_eet7y_1 ._checkbox-container_eet7y_14,._ride-checkbox_eet7y_1 ._checkbox-container_eet7y_14 *{box-sizing:border-box}._ride-checkbox_eet7y_1:not(:has(:checked)) ._glyph_eet7y_46{display:none}._ride-checkbox_eet7y_1 ._checkbox_eet7y_14{border:var(--ride-gl-border-width-medium) solid var(--ride-sys-color-border-medium);appearance:none;background-color:var(--ride-sys-color-surface-transparent);background-color:var(--ride-sys-color-surface-default);margin:0;display:flex}._ride-checkbox_eet7y_1:has(:checked) ._checkbox_eet7y_14{border-color:var(--ride-sys-color-surface-extreme);background-color:var(--ride-sys-color-surface-extreme)}._ride-checkbox_eet7y_1:has(:checked) ._checkbox_eet7y_14 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-inverse)}._ride-checkbox_eet7y_1:has(:checked) ._input-container_eet7y_7:enabled:hover ._checkbox-container_eet7y_14 ._checkbox_eet7y_14{background-color:var(--ride-sys-color-surface-strong)}._ride-checkbox_eet7y_1:has(:checked) ._input-container_eet7y_7:enabled:active ._checkbox-container_eet7y_14 ._checkbox_eet7y_14{border-color:var(--ride-sys-color-surface-extreme);background-color:var(--ride-sys-color-surface-extreme)}._ride-checkbox_eet7y_1 ._input_eet7y_7:focus-visible+._checkbox_eet7y_14{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:1px;border-color:var(--ride-sys-color-surface-strong);outline-style:solid}._ride-checkbox_eet7y_1:has(:checked) input:focus-visible+._checkbox_eet7y_14{background-color:var(--ride-sys-color-surface-strong)}._ride-checkbox_eet7y_1._error_eet7y_81:not(:has(:checked)) ._checkbox-container_eet7y_14 ._checkbox_eet7y_14{border-color:var(--ride-sys-color-border-feedback-critical)!important}._ride-checkbox_eet7y_1._error_eet7y_81:not(:has(:checked)) ._state-layer_eet7y_84{border-width:0!important}._ride-checkbox_eet7y_1._disabled_eet7y_87 ._label-container_eet7y_87{color:var(--ride-sys-color-text-disable)!important}._ride-checkbox_eet7y_1._disabled_eet7y_87 ._checkbox_eet7y_14{transition-duration:initial;border-color:var(--ride-sys-color-border-disable)}._ride-checkbox_eet7y_1._disabled_eet7y_87:has(:checked) ._checkbox_eet7y_14{background-color:var(--ride-sys-color-surface-disable);border-color:#0000}._ride-checkbox_eet7y_1._disabled_eet7y_87:has(:checked) ._checkbox_eet7y_14 [class*=ride-glyph]{color:var(--ride-sys-color-glyph-disable)}._ride-checkbox_eet7y_1 ._state-layer_eet7y_84{border:2px solid var(--ride-sys-color-border-interactive-subtle);transition-timing-function:linear;transition-duration:var(--ride-gl-motion-duration-200);opacity:0;transition-property:transform,opacity;position:absolute}._ride-checkbox_eet7y_1 ._checkbox_eet7y_14{transition-timing-function:linear;transition-duration:var(--ride-gl-motion-duration-200);transition-property:background-color,border-color}._ride-checkbox_eet7y_1._safe-zone_eet7y_114._medium_eet7y_114{padding:0}._ride-checkbox_eet7y_1._safe-zone_eet7y_114._medium_eet7y_114 ._checkbox-container_eet7y_14{width:28px;height:28px;margin-top:0}._ride-checkbox_eet7y_1._small_eet7y_122 ._checkbox-container_eet7y_14{width:20px;height:20px}._ride-checkbox_eet7y_1._small_eet7y_122 ._checkbox_eet7y_14,._ride-checkbox_eet7y_1._small_eet7y_122 ._state-layer_eet7y_84{border-radius:calc(var(--ride-sys-border-radius-container-small) - 2px);width:16px;height:16px}._ride-checkbox_eet7y_1._small_eet7y_122 ._label-container_eet7y_87{font-family:var(--ride-sys-text-paragraph-small-default-font-family);font-weight:var(--ride-sys-text-paragraph-small-default-font-weight);line-height:var(--ride-sys-text-paragraph-small-default-line-height);font-size:var(--ride-sys-text-paragraph-small-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-default-letter-spacing)}._ride-checkbox_eet7y_1._small_eet7y_122 ._input-container_eet7y_7:enabled:hover ._state-layer_eet7y_84{border-width:var(--ride-sys-border-width-container-medium);opacity:1;transform:scale(1.27)}._ride-checkbox_eet7y_1._medium_eet7y_114{padding:var(--ride-gl-spacing-small) 0}._ride-checkbox_eet7y_1._medium_eet7y_114 ._checkbox-container_eet7y_14{width:24px;height:24px;margin-top:1px}._ride-checkbox_eet7y_1._medium_eet7y_114 ._checkbox_eet7y_14,._ride-checkbox_eet7y_1._medium_eet7y_114 ._state-layer_eet7y_84{border-radius:var(--ride-sys-border-radius-container-small);width:20px;height:20px}._ride-checkbox_eet7y_1._medium_eet7y_114 ._label-container_eet7y_87{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}._ride-checkbox_eet7y_1._medium_eet7y_114 ._input-container_eet7y_7:enabled:hover ._state-layer_eet7y_84{border-width:var(--ride-sys-border-width-container-medium);opacity:1;transform:scale(1.2)}._ride-chip-assist_sj0f4_1{padding:var(--ride-gl-spacing-large);border-radius:var(--ride-sys-border-radius-container-medium);border:var(--ride-sys-border-width-container-thin) solid;column-gap:var(--ride-gl-spacing-large);font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing);user-select:none;background-color:var(--ride-sys-color-surface-transparent);justify-content:center;align-items:center;display:flex}._ride-chip-assist_sj0f4_1 ._image-slot_sj0f4_17{width:var(--ride-gl-size-glyph-medium);height:var(--ride-gl-size-glyph-medium);justify-content:center;align-items:center;display:flex}._ride-chip-assist_sj0f4_1 ._image-slot_sj0f4_17 [class*=ride-glyph] svg{width:var(--ride-gl-size-glyph-medium);height:var(--ride-gl-size-glyph-medium)}._ride-chip-assist_sj0f4_1 ._image-slot_sj0f4_17 *{max-width:var(--ride-gl-size-glyph-medium);max-height:var(--ride-gl-size-glyph-medium);overflow:hidden}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33{border-color:var(--ride-sys-color-border-medium);color:var(--ride-sys-color-text-extreme)}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-default)}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33:disabled{pointer-events:none;border-color:var(--ride-sys-color-border-disable);color:var(--ride-sys-color-text-disable);background-color:var(--ride-sys-color-surface-disable)}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33:disabled [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-disable)}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33:hover{background-color:var(--ride-sys-color-surface-medium);border-color:var(--ride-sys-color-border-extreme)}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-assist_sj0f4_1._outline-regular_sj0f4_33:active{background-color:var(--ride-sys-color-surface-medium);border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-large) - 1px)}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64{border-color:var(--ride-sys-color-border-inverse);color:var(--ride-sys-color-text-inverse)}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-inverse)}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64:disabled{pointer-events:none;background-color:var(--ride-sys-color-surface-disable-inverse);border-color:var(--ride-sys-color-border-disable-inverse);color:var(--ride-sys-color-text-disable-inverse)}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64:disabled [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-disable-inverse)}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme);border-color:var(--ride-sys-color-border-inverse)}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64:focus-visible{outline-color:var(--ride-sys-color-border-focus-inverse);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-assist_sj0f4_1._outline-inverse_sj0f4_64:active{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme);border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-large) - 1px)}._ride-chip-choice_1o60k_1{padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);border-radius:var(--ride-sys-border-radius-container-medium);box-sizing:border-box;column-gap:var(--ride-gl-spacing-large);width:max-content;font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing);justify-content:center;align-items:center;display:flex;position:relative}._ride-chip-choice_1o60k_1 input{opacity:0;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}._ride-chip-choice_1o60k_1:not(:has(input:checked)) [class*=ride-glyph]{display:none}._ride-chip-choice_1o60k_1._primary_1o60k_29{border:var(--ride-sys-border-width-container-medium) solid}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32{border-color:var(--ride-sys-color-border-extreme);color:var(--ride-sys-color-text-extreme)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-inverse)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32:has(input:disabled){background-color:var(--ride-sys-color-surface-disable);border-color:var(--ride-sys-color-border-disable);color:var(--ride-sys-color-text-disable)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32:hover{background-color:var(--ride-sys-color-surface-medium)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32:has(input:active){background-color:var(--ride-sys-color-surface-strong);color:var(--ride-sys-color-text-inverse)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-regular_1o60k_32:has(input:checked){background-color:var(--ride-sys-color-surface-extreme);color:var(--ride-sys-color-text-inverse)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61{border-color:var(--ride-sys-color-border-inverse);color:var(--ride-sys-color-text-inverse)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-default)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61:has(input:disabled){background-color:var(--ride-sys-color-surface-disable-inverse);border-color:var(--ride-sys-color-border-disable-inverse);color:var(--ride-sys-color-text-disable-inverse)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus-inverse);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61:has(input:active){background-color:var(--ride-sys-color-surface-alpha-neutral-extreme);color:var(--ride-sys-color-text-inverse)}._ride-chip-choice_1o60k_1._primary_1o60k_29._outline-inverse_1o60k_61:has(input:checked){background-color:var(--ride-sys-color-surface-subtle);color:var(--ride-sys-color-text-extreme)}._ride-chip-choice_1o60k_1._secondary_1o60k_90{border:var(--ride-sys-border-width-container-thin) solid}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32{border-color:var(--ride-sys-color-border-default);color:var(--ride-sys-color-text-strong)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-default)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32:has(input:disabled){background-color:var(--ride-sys-color-surface-disable);border-color:var(--ride-sys-color-border-disable);color:var(--ride-sys-color-text-disable)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32:hover{background-color:var(--ride-sys-color-surface-moderate);border-color:var(--ride-sys-color-border-interactive)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;background-color:var(--ride-sys-color-surface-moderate);border-color:var(--ride-sys-color-border-interactive);outline-style:solid}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32:has(input:active){background-color:var(--ride-sys-color-surface-subtle);border-color:var(--ride-sys-color-border-interactive)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-regular_1o60k_32:has(input:checked){background-color:var(--ride-sys-color-surface-subtle);border-color:var(--ride-sys-color-border-interactive);color:var(--ride-sys-color-text-extreme)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61{border:var(--ride-sys-border-width-container-thin) solid;border-color:var(--ride-sys-color-border-inverse);color:var(--ride-sys-color-text-inverse)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-default)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61:has(input:disabled){background-color:var(--ride-sys-color-surface-disable-inverse);border-color:var(--ride-sys-color-border-disable-inverse);color:var(--ride-sys-color-text-disable-inverse)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus-inverse);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61:has(input:active){background-color:var(--ride-sys-color-surface-alpha-neutral-extreme);color:var(--ride-sys-color-text-inverse)}._ride-chip-choice_1o60k_1._secondary_1o60k_90._outline-inverse_1o60k_61:has(input:checked){background-color:var(--ride-sys-color-surface-subtle);color:var(--ride-sys-color-text-extreme)}._ride-chip-choice_1o60k_1:has(input:disabled){pointer-events:none}._ride-chip-filter_1p2yy_1{padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);border-radius:var(--ride-sys-border-radius-container-medium);box-sizing:border-box;width:max-content;font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing);display:flex;position:relative}._ride-chip-filter_1p2yy_1 input{opacity:0;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}._ride-chip-filter_1p2yy_1._primary_1p2yy_23{border:var(--ride-sys-border-width-container-medium) solid}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-regular_1p2yy_26{border-color:var(--ride-sys-color-border-extreme);color:var(--ride-sys-color-text-extreme)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-regular_1p2yy_26:has(input:disabled){background-color:var(--ride-sys-color-surface-disable);border-color:var(--ride-sys-color-border-disable);color:var(--ride-sys-color-text-disable)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-regular_1p2yy_26:hover{background-color:var(--ride-sys-color-surface-medium)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-regular_1p2yy_26:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-regular_1p2yy_26:has(input:active){background-color:var(--ride-sys-color-surface-strong);color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-regular_1p2yy_26:has(input:checked){background-color:var(--ride-sys-color-surface-extreme);color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-inverse_1p2yy_52{border-color:var(--ride-sys-color-border-inverse);color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-inverse_1p2yy_52:has(input:disabled){background-color:var(--ride-sys-color-surface-disable-inverse);border-color:var(--ride-sys-color-border-disable-inverse);color:var(--ride-sys-color-text-disable-inverse)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-inverse_1p2yy_52:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-inverse_1p2yy_52:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus-inverse);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-inverse_1p2yy_52:has(input:active){background-color:var(--ride-sys-color-surface-alpha-neutral-extreme);color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_1p2yy_1._primary_1p2yy_23._outline-inverse_1p2yy_52:has(input:checked){background-color:var(--ride-sys-color-surface-subtle);color:var(--ride-sys-color-text-extreme)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78{border:var(--ride-sys-border-width-container-thin) solid}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-regular_1p2yy_26{border-color:var(--ride-sys-color-border-default);color:var(--ride-sys-color-text-strong)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-regular_1p2yy_26:has(input:disabled){background-color:var(--ride-sys-color-surface-disable);border-color:var(--ride-sys-color-border-disable);color:var(--ride-sys-color-text-disable)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-regular_1p2yy_26:hover{background-color:var(--ride-sys-color-surface-moderate);border-color:var(--ride-sys-color-border-interactive)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-regular_1p2yy_26:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;background-color:var(--ride-sys-color-surface-moderate);border-color:var(--ride-sys-color-border-interactive);outline-style:solid}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-regular_1p2yy_26:has(input:active){background-color:var(--ride-sys-color-surface-subtle);border-color:var(--ride-sys-color-border-interactive)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-regular_1p2yy_26:has(input:checked){background-color:var(--ride-sys-color-surface-subtle);border-color:var(--ride-sys-color-border-interactive);color:var(--ride-sys-color-text-extreme)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-inverse_1p2yy_52{border-color:var(--ride-sys-color-border-inverse);color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-inverse_1p2yy_52:has(input:disabled){background-color:var(--ride-sys-color-surface-disable-inverse);border-color:var(--ride-sys-color-border-disable-inverse);color:var(--ride-sys-color-text-disable-inverse)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-inverse_1p2yy_52:hover{background-color:var(--ride-sys-color-surface-alpha-neutral-extreme)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-inverse_1p2yy_52:has(input:focus-visible){outline-color:var(--ride-sys-color-border-focus-inverse);outline-width:var(--ride-sys-border-width-container-thin);outline-offset:1px;outline-style:solid}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-inverse_1p2yy_52:has(input:active){background-color:var(--ride-sys-color-surface-alpha-neutral-extreme);color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_1p2yy_1._secondary_1p2yy_78._outline-inverse_1p2yy_52:has(input:checked){background-color:var(--ride-sys-color-surface-subtle);color:var(--ride-sys-color-text-extreme)}._ride-chip-filter_1p2yy_1:has(input:disabled){pointer-events:none}._ride-chip-filter_10qnh_1{padding:var(--ride-gl-spacing-medium) var(--ride-gl-spacing-large);border-radius:var(--ride-sys-border-radius-container-small);column-gap:var(--ride-gl-spacing-medium);background:var(--ride-sys-color-surface-medium);justify-content:center;align-items:center;display:inline-flex}._ride-chip-filter_10qnh_1 ._text_10qnh_10{font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing)}._ride-chip-filter_10qnh_1 ._image-slot_10qnh_17{width:var(--ride-gl-size-glyph-medium);height:var(--ride-gl-size-glyph-medium);justify-content:center;align-items:center;display:flex}._ride-chip-filter_10qnh_1 ._image-slot_10qnh_17 [class*=ride-glyph] svg{width:var(--ride-gl-size-glyph-medium);height:var(--ride-gl-size-glyph-medium)}._ride-chip-filter_10qnh_1 ._image-slot_10qnh_17 *{max-width:var(--ride-gl-size-glyph-medium);max-height:var(--ride-gl-size-glyph-medium);overflow:hidden}._ride-chip-filter_10qnh_1 ._close-button_10qnh_33{padding:var(--ride-gl-spacing-small);border-radius:var(--ride-sys-border-radius-container-circle);background:var(--ride-sys-color-surface-transparent);border:none;display:flex}._ride-chip-filter_10qnh_1 ._close-button_10qnh_33:enabled{cursor:pointer}._ride-chip-filter_10qnh_1 ._close-button_10qnh_33:active{background-color:var(--ride-sys-color-surface-default)}._ride-chip-filter_10qnh_1 ._close-button_10qnh_33:focus-visible{outline-width:var(--ride-sys-border-width-container-medium);outline-style:solid;outline-color:var(--ride-sys-color-border-focus)}._ride-chip-filter_10qnh_1 ._close-button_10qnh_33:disabled{cursor:not-allowed}._ride-chip-filter_10qnh_1 ._close-button_10qnh_33 ._close-glyph_10qnh_54{pointer-events:none}._ride-chip-filter_10qnh_1._disabled_10qnh_57{cursor:not-allowed}._ride-chip-filter_10qnh_1._fill_10qnh_60{background:var(--ride-sys-color-surface-medium)}._ride-chip-filter_10qnh_1._fill_10qnh_60 ._image-slot_10qnh_17 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-default)}._ride-chip-filter_10qnh_1._fill_10qnh_60 ._text_10qnh_10{color:var(--ride-sys-color-text-extreme)}._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:enabled{color:var(--ride-sys-color-glyph-default)}._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:hover,._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:active{background-color:var(--ride-sys-color-surface-default)}@media (pointer:coarse){._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:hover{background-color:var(--ride-sys-color-surface-medium)}}._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:disabled{color:var(--ride-sys-color-glyph-disable)}._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:disabled:active,._ride-chip-filter_10qnh_1._fill_10qnh_60 ._close-button_10qnh_33:disabled:hover{background:var(--ride-sys-color-surface-transparent)}._ride-chip-filter_10qnh_1._fill_10qnh_60._disabled_10qnh_57{background:var(--ride-sys-color-surface-disable)}._ride-chip-filter_10qnh_1._fill_10qnh_60._disabled_10qnh_57 ._image-slot_10qnh_17 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-disable)}._ride-chip-filter_10qnh_1._fill_10qnh_60._disabled_10qnh_57 ._text_10qnh_10{color:var(--ride-sys-color-text-disable)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95{background:var(--ride-sys-color-surface-strong)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._image-slot_10qnh_17 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-inverse)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._text_10qnh_10{color:var(--ride-sys-color-text-inverse)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:enabled{color:var(--ride-sys-color-glyph-inverse)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:hover,._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:active{background-color:var(--ride-sys-color-surface-fairly-strong)}@media (pointer:coarse){._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:hover{background-color:var(--ride-sys-color-surface-strong)}}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:disabled{color:var(--ride-sys-color-glyph-disable-inverse)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:disabled:active,._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95 ._close-button_10qnh_33:disabled:hover{background:var(--ride-sys-color-surface-transparent)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95._disabled_10qnh_57{background:var(--ride-sys-color-surface-disable-inverse)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95._disabled_10qnh_57 ._image-slot_10qnh_17 [class*=ride-glyph] svg{fill:var(--ride-sys-color-glyph-disable-inverse)}._ride-chip-filter_10qnh_1._fill-inverse_10qnh_95._disabled_10qnh_57 ._text_10qnh_10{color:var(--ride-sys-color-text-disable-inverse)}@keyframes _fade-in_e2nax_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_e2nax_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_e2nax_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_e2nax_196{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_e2nax_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_e2nax_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_e2nax_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-select-menu_e2nax_54{border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-default);background-color:var(--ride-sys-color-surface-default);box-shadow:var(--ride-sys-shadow-container-subtle);box-sizing:border-box;display:flex}._ride-select-menu_e2nax_54 ._ul_e2nax_62{row-gap:var(--ride-gl-spacing-medium);width:100%;padding:0;padding:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-thin));overscroll-behavior:contain;box-sizing:border-box;flex-direction:column;max-height:252px;margin:0;display:flex;overflow-y:auto}._ride-select-menu_e2nax_54 ._ul_e2nax_62::-webkit-scrollbar{width:8px}._ride-select-menu_e2nax_54 ._ul_e2nax_62::-webkit-scrollbar-thumb{background-color:var(--ride-sys-color-surface-fairly-strong);border-radius:var(--ride-sys-border-radius-container-small);cursor:pointer;background-clip:padding-box;border:2px solid #0000}._ride-select-menu_e2nax_54 ._ul_e2nax_62::-webkit-scrollbar-thumb:hover{background-color:var(--ride-sys-color-surface-strong)}._ride-select-menu_e2nax_54 ._ul_e2nax_62::-webkit-scrollbar-thumb:active{background-color:var(--ride-sys-color-surface-extreme)}._ride-select-menu_e2nax_54 ._ul_e2nax_62::-webkit-scrollbar-track{background-color:#0000;margin:4px 0}._ride-select-menu_e2nax_54 ._option_e2nax_95{border-radius:var(--ride-sys-border-radius-container-small);scroll-margin:var(--ride-gl-spacing-medium);list-style:none;display:flex}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._input_e2nax_101,._ride-select-menu_e2nax_54 ._option_e2nax_95 ._glyph-checked_e2nax_102{display:none}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._glyph-checked_e2nax_102{color:var(--ride-sys-color-glyph-default)}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108:has(input:checked){background-color:var(--ride-sys-color-surface-medium)}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108:has(input:checked) ._text_e2nax_111{font-family:var(--ride-sys-text-paragraph-large-bold-font-family);font-weight:var(--ride-sys-text-paragraph-large-bold-font-weight);line-height:var(--ride-sys-text-paragraph-large-bold-line-height);font-size:var(--ride-sys-text-paragraph-large-bold-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-bold-letter-spacing);color:var(--ride-sys-color-text-extreme)}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108:has(input:checked) ._glyph-checked_e2nax_102,._ride-select-menu_e2nax_54 ._option_e2nax_95 ._show-input_e2nax_122{display:inherit}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108{padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);border-radius:inherit;column-gap:var(--ride-gl-spacing-large);cursor:pointer;align-items:center;width:100%;display:flex;overflow-x:hidden}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108 ._text_e2nax_111{color:var(--ride-sys-color-text-extreme);text-overflow:ellipsis;white-space:nowrap;font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);flex-grow:1;overflow:hidden}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108:hover{background-color:var(--ride-sys-color-surface-moderate)}@media (pointer:coarse){._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108:hover{background-color:inherit}}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108:active{background-color:var(--ride-sys-color-surface-medium)}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108._disabled_e2nax_158{cursor:not-allowed}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108._disabled_e2nax_158 ._text_e2nax_111{color:var(--ride-sys-color-text-disable)}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108._disabled_e2nax_158:active,._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108._disabled_e2nax_158:hover{background-color:inherit}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._label_e2nax_108._disabled_e2nax_158 ._graphic_e2nax_167{opacity:.2}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._graphic_e2nax_167{margin:var(--ride-gl-spacing-small);display:flex}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._graphic_e2nax_167 svg{width:24px;height:24px}._ride-select-menu_e2nax_54 ._option_e2nax_95 ._message-empty-options_e2nax_178{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);color:var(--ride-sys-color-text-extreme);width:100%;padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);cursor:default}._ride-select-menu_e2nax_54 ._option_e2nax_95:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:calc(var(--ride-sys-border-width-container-medium) * -1);background-color:var(--ride-sys-color-surface-moderate);outline-style:solid}._ride-select-menu_e2nax_54 ._loading-option_e2nax_196{height:28px;margin:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);border-radius:var(--ride-sys-border-radius-container-small);background:var(--ride-sys-color-shimmer-default);cursor:wait;background-size:200%;list-style:none;animation:1s infinite reverse _loading_e2nax_196}@keyframes _fade-in_2dh1n_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_2dh1n_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_2dh1n_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_2dh1n_170{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_2dh1n_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_2dh1n_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_2dh1n_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-combobox_2dh1n_54{row-gap:var(--ride-gl-spacing-medium);flex-direction:column;width:100%;display:inline-flex}._ride-combobox_2dh1n_54 ._label_2dh1n_60{align-items:center;gap:var(--ride-gl-spacing-medium);height:20px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);display:flex}._ride-combobox_2dh1n_54 ._label_2dh1n_60 ._optional_2dh1n_72{color:var(--ride-sys-color-text-extreme);font-family:var(--ride-sys-text-label-medium-regular-font-family);font-weight:var(--ride-sys-text-label-medium-regular-font-weight);line-height:var(--ride-sys-text-label-medium-regular-line-height);font-size:var(--ride-sys-text-label-medium-regular-font-size);letter-spacing:var(--ride-sys-text-label-medium-regular-letter-spacing)}._ride-combobox_2dh1n_54 ._select-hidden_2dh1n_80{display:none}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83{user-select:none;border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-medium);background-color:var(--ride-sys-color-surface-default);width:100%;padding-right:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-thin));padding-left:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thin));align-items:center;column-gap:var(--ride-gl-spacing-medium);box-sizing:border-box;cursor:pointer;display:flex;position:relative}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83:hover{border-color:var(--ride-sys-color-border-extreme)}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83 ._input-text_2dh1n_101{white-space:nowrap;text-overflow:ellipsis;cursor:text;color:var(--ride-sys-color-text-extreme);text-wrap:nowrap;text-align:left;cursor:pointer;background-color:#0000;border:none;flex-grow:1;padding:0;overflow:hidden}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83 ._input-text_2dh1n_101::placeholder{color:var(--ride-sys-color-text-medium)}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83 ._input-text_2dh1n_101:focus-visible{outline:none}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83._active_2dh1n_121,._ride-combobox_2dh1n_54 ._select-button_2dh1n_83:focus-visible,._ride-combobox_2dh1n_54 ._select-button_2dh1n_83:focus,._ride-combobox_2dh1n_54 ._select-button_2dh1n_83:has(._input-text_2dh1n_101:active,._input-text_2dh1n_101:focus-visible){border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-focus);padding-right:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-medium));padding-left:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium));outline:none}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83._active_2dh1n_121 ._glyph-arrow_2dh1n_128{transform:rotate(180deg)}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83 ._input-container_2dh1n_131{gap:var(--ride-gl-spacing-medium);flex-wrap:wrap;width:100%;display:flex;overflow:hidden}._ride-combobox_2dh1n_54 ._select-button_2dh1n_83 ._spinner_2dh1n_138{flex-shrink:0}._ride-combobox_2dh1n_54 ._divider_2dh1n_141{border-right:1px solid var(--ride-sys-color-border-medium);pointer-events:none;align-self:stretch}._ride-combobox_2dh1n_54 ._button-clear_2dh1n_146{cursor:pointer;width:28px;height:28px;color:var(--ride-sys-color-glyph-default);border-radius:var(--ride-sys-border-radius-container-circle);background-color:var(--ride-sys-color-surface-transparent);border-width:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}._ride-combobox_2dh1n_54 ._button-clear_2dh1n_146:hover,._ride-combobox_2dh1n_54 ._button-clear_2dh1n_146:active{background-color:var(--ride-sys-color-surface-medium)}._ride-combobox_2dh1n_54 ._button-clear_2dh1n_146:focus-visible{outline:none;outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:var(--ride-gl-spacing-small);outline-style:solid}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._label_2dh1n_60,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._label_2dh1n_60{pointer-events:none}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._select-button_2dh1n_83,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._select-button_2dh1n_83{cursor:not-allowed;background-color:var(--ride-sys-color-surface-disable);border-color:var(--ride-sys-color-border-disable)}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._input-text_2dh1n_101,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._input-text_2dh1n_101{pointer-events:none;color:var(--ride-sys-color-text-disable);background-color:#0000}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._input-text_2dh1n_101::placeholder,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._input-text_2dh1n_101::placeholder{color:var(--ride-sys-color-text-disable)}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._glyph-arrow_2dh1n_128,._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._button-clear_2dh1n_146,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._glyph-arrow_2dh1n_128,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._button-clear_2dh1n_146{color:var(--ride-sys-color-glyph-disable);pointer-events:none}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._helper-text_2dh1n_192,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._helper-text_2dh1n_192{color:var(--ride-sys-color-text-disable)}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._graphic_2dh1n_195,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._graphic_2dh1n_195{opacity:.2}._ride-combobox_2dh1n_54._disabled_2dh1n_170 ._divider_2dh1n_141,._ride-combobox_2dh1n_54._loading_2dh1n_170 ._divider_2dh1n_141{border-color:var(--ride-sys-color-border-default)}._ride-combobox_2dh1n_54._error_2dh1n_201 ._select-button_2dh1n_83{border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-feedback-critical);padding-right:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-medium));padding-left:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-combobox_2dh1n_54._error_2dh1n_201 ._select-button_2dh1n_83:active,._ride-combobox_2dh1n_54._error_2dh1n_201 ._select-button_2dh1n_83._active_2dh1n_121,._ride-combobox_2dh1n_54._error_2dh1n_201 ._select-button_2dh1n_83:focus-visible,._ride-combobox_2dh1n_54._error_2dh1n_201 ._select-button_2dh1n_83:focus{border-color:var(--ride-sys-color-border-focus);outline:none}._ride-combobox_2dh1n_54 ._glyph-arrow_2dh1n_128{cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._ride-combobox_2dh1n_54 ._graphic_2dh1n_195{margin:var(--ride-gl-spacing-small);display:flex}._ride-combobox_2dh1n_54 ._graphic_2dh1n_195 svg{width:24px;height:24px}._ride-combobox_2dh1n_54 ._helper-text_2dh1n_192{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);margin:0}._ride-combobox_2dh1n_54._small_2dh1n_235 ._select-button_2dh1n_83{height:32px;padding-block:var(--ride-gl-spacing-medium)}._ride-combobox_2dh1n_54._small_2dh1n_235 ._input-text_2dh1n_101,._ride-combobox_2dh1n_54._small_2dh1n_235 ._input-text_2dh1n_101._placeholder_2dh1n_246{font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing)}._ride-combobox_2dh1n_54._medium_2dh1n_253 ._select-button_2dh1n_83{height:40px;padding-block:6px}._ride-combobox_2dh1n_54._medium_2dh1n_253 ._input-text_2dh1n_101,._ride-combobox_2dh1n_54._medium_2dh1n_253 ._input-text_2dh1n_101._placeholder_2dh1n_246{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}._ride-combobox_2dh1n_54._large_2dh1n_271 ._select-button_2dh1n_83{height:48px;padding-block:10px}._ride-combobox_2dh1n_54._large_2dh1n_271 ._input-text_2dh1n_101,._ride-combobox_2dh1n_54._large_2dh1n_271 ._input-text_2dh1n_101._placeholder_2dh1n_246{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}._dropdown_2dh1n_290{display:none}._ride-dropdown_1sycd_1{width:100%;box-shadow:var(--ride-sys-shadow-container-subtle);box-sizing:border-box;border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-default);background-color:var(--ride-sys-color-surface-default);padding:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-thin));overscroll-behavior:contain;overflow-y:auto}._ride-dropdown_1sycd_1::-webkit-scrollbar{width:8px}._ride-dropdown_1sycd_1::-webkit-scrollbar-thumb{background-color:var(--ride-sys-color-surface-fairly-strong);border-radius:var(--ride-sys-border-radius-container-small);cursor:pointer;background-clip:padding-box;border:2px solid #0000}._ride-dropdown_1sycd_1::-webkit-scrollbar-thumb:hover{background-color:var(--ride-sys-color-surface-strong)}._ride-dropdown_1sycd_1::-webkit-scrollbar-thumb:active{background-color:var(--ride-sys-color-surface-extreme)}._ride-dropdown_1sycd_1::-webkit-scrollbar-track{background-color:#0000;margin:4px 0}._ride-dropdown_1sycd_1 ._container_1sycd_32{row-gap:var(--ride-gl-spacing-medium);flex-direction:column;display:flex}._ride-dropdown_1sycd_1 ._container_1sycd_32 button{background:0 0;border-style:none}._ride-dropdown_1sycd_1 button{padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);cursor:pointer;border-radius:var(--ride-sys-border-radius-container-small);width:100%;scroll-margin:var(--ride-gl-spacing-medium);color:var(--ride-sys-color-text-extreme);text-overflow:ellipsis;white-space:nowrap;font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);align-items:center;display:flex;overflow:hidden}._ride-dropdown_1sycd_1 button:hover{background-color:var(--ride-sys-color-surface-moderate)}._ride-dropdown_1sycd_1 button:active{background-color:var(--ride-sys-color-surface-medium)}._ride-dropdown_1sycd_1 button:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:calc(var(--ride-sys-border-width-container-medium) * -1);background-color:var(--ride-sys-color-surface-moderate);outline-style:solid}._ride-external-icon_l7n2b_1{width:fit-content;height:fit-content;display:inline-flex}._ride-external-icon_l7n2b_1 svg{pointer-events:none}._ride-full-icon_a9ce4_1{width:fit-content;height:fit-content;display:inline-flex}._ride-full-icon_a9ce4_1._size-small_a9ce4_6 svg{width:var(--ride-gl-size-fullicon-small);height:var(--ride-gl-size-fullicon-small)}._ride-full-icon_a9ce4_1._size-medium_a9ce4_10 svg{width:var(--ride-gl-size-fullicon-medium);height:var(--ride-gl-size-fullicon-medium)}._ride-full-icon_a9ce4_1._size-large_a9ce4_14 svg{width:var(--ride-gl-size-fullicon-large);height:var(--ride-gl-size-fullicon-large)}._ride-full-icon_a9ce4_1._size-x-large_a9ce4_18 svg{width:var(--ride-gl-size-fullicon-xlarge);height:var(--ride-gl-size-fullicon-xlarge)}._ride-full-icon_a9ce4_1 svg{pointer-events:none}._ride-icon_dkhm4_1{width:fit-content;height:fit-content;display:inline-flex}._ride-icon_dkhm4_1._size-small_dkhm4_6 svg{width:var(--ride-gl-size-icon-small);height:var(--ride-gl-size-icon-small)}._ride-icon_dkhm4_1._size-medium_dkhm4_10 svg{width:var(--ride-gl-size-icon-medium);height:var(--ride-gl-size-icon-medium)}._ride-icon_dkhm4_1._size-large_dkhm4_14 svg{width:var(--ride-gl-size-icon-large);height:var(--ride-gl-size-icon-large)}._ride-icon_dkhm4_1._size-x-large_dkhm4_18 svg{width:var(--ride-gl-size-icon-xlarge);height:var(--ride-gl-size-icon-xlarge)}._ride-icon_dkhm4_1 svg{pointer-events:none}._ride-grid_aled1_1{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:16px;margin:0 auto;padding:0 24px;display:grid}@media only screen and (width>=600px){._ride-grid_aled1_1{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;padding:0 48px}}@media only screen and (width>=900px){._ride-grid_aled1_1{column-gap:32px}}@media only screen and (width>=1100px){._ride-grid_aled1_1{padding:0 120px}}@media only screen and (width>=1553px){._ride-grid_aled1_1{max-width:1312px;padding:0}}@media only screen and (width>=1100px){._ride-grid_aled1_1._flexible_aled1_32{margin-left:96px;margin-right:0;padding:0 32px}}@media only screen and (width>=1553px){._ride-grid_aled1_1._flexible_aled1_32{margin-left:96px;margin-right:0}}._ride-popover-mask_e6485_1{z-index:10000;border-radius:4px;position:fixed}._ride-popover-mask_e6485_1._overlay-subtle_e6485_6{box-shadow:0 0 0 9999px #09081f99;-webkit-box-shadow:0 0 0 2027px #09081f99}._ride-popover-mask_e6485_1._overlay_e6485_6{box-shadow:var(--ride-sys-color-background-overlay) 0 0 0 9999px;-webkit-box-shadow:var(--ride-sys-color-background-overlay) 0px 0px 0px 2027px}@keyframes _fade-in_asyhi_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_asyhi_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_asyhi_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_asyhi_1{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_asyhi_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_asyhi_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_asyhi_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-popover_asyhi_54{box-shadow:var(--ride-sys-shadow-container-moderate);box-sizing:border-box;background-color:var(--ride-sys-color-surface-default);border-color:var(--ride-sys-color-border-default);border-radius:var(--ride-sys-border-radius-container-small);border-style:solid;border-width:var(--ride-sys-border-width-container-thin);width:248px;color:var(--ride-sys-color-text-extreme)}._ride-popover_asyhi_54:focus-visible,._ride-popover_asyhi_54 section:focus-visible{outline:none}._ride-popover_asyhi_54 ._dialog_asyhi_69{box-sizing:border-box;max-height:inherit;padding:var(--ride-gl-spacing-large);overflow:auto}._ride-popover_asyhi_54 ._container_asyhi_75{min-height:20px;padding:var(--ride-gl-spacing-large);gap:var(--ride-gl-spacing-xlarge);display:grid}._ride-popover_asyhi_54 ._content--with-image_asyhi_81{padding-right:unset}._ride-popover_asyhi_54 ._close_asyhi_84{right:var(--ride-gl-spacing-medium);top:var(--ride-gl-spacing-medium);position:absolute}._ride-popover_asyhi_54 ._close--with-image_asyhi_89{right:calc(var(--ride-gl-spacing-medium) + var(--ride-gl-spacing-large));top:calc(var(--ride-gl-spacing-medium) + var(--ride-gl-spacing-large))}._ride-popover_asyhi_54 ._arrow_asyhi_93>svg{display:block}._ride-popover_asyhi_54 ._arrow_asyhi_93._bottom_asyhi_96>svg{transform:rotate(180deg)}._ride-popover_asyhi_54 ._arrow_asyhi_93._right_asyhi_99>svg{transform:rotate(90deg)}._ride-popover_asyhi_54 ._arrow_asyhi_93._left_asyhi_102>svg{transform:rotate(-90deg)}._ride-popover_asyhi_54:is([data-entering],[data-exiting]){animation-duration:var(--ride-gl-motion-duration-200);animation-timing-function:ease-in}._ride-popover_asyhi_54[data-entering]{animation-name:_fade-in_asyhi_1}._ride-popover_asyhi_54[data-exiting]{animation-name:_fade-out_asyhi_1}._ride-popover-underlay_asyhi_116{z-index:100000}._ride-popover-actions_o1u6c_1{align-items:center;gap:var(--ride-gl-spacing-xlarge);display:flex}._ride-popover-actions_o1u6c_1 ._text_o1u6c_6{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);flex-grow:1}._ride-popover-content_erjnt_1{padding-right:var(--ride-gl-spacing-4xlarge);gap:var(--ride-gl-spacing-medium);display:grid}._ride-popover-content_erjnt_1>p{margin:unset}._ride-popover-content_erjnt_1 ._title_erjnt_9{font-family:var(--ride-sys-text-title-medium-default-font-family);font-weight:var(--ride-sys-text-title-medium-default-font-weight);line-height:var(--ride-sys-text-title-medium-default-line-height);font-size:var(--ride-sys-text-title-medium-default-font-size);letter-spacing:var(--ride-sys-text-title-medium-default-letter-spacing)}._ride-popover-content_erjnt_1 ._paragraph_erjnt_16{font-family:var(--ride-sys-text-paragraph-small-default-font-family);font-weight:var(--ride-sys-text-paragraph-small-default-font-weight);line-height:var(--ride-sys-text-paragraph-small-default-line-height);font-size:var(--ride-sys-text-paragraph-small-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-default-letter-spacing)}._ride-popover-image_1gb57_1{object-fit:cover;width:100%;height:130px}._ride-icon-button-popover_1mfne_1{all:unset;cursor:pointer;border-radius:var(--ride-sys-border-radius-container-circle);color:var(--ride-sys-color-glyph-default)}._ride-icon-button-popover_1mfne_1:hover,._ride-icon-button-popover_1mfne_1:active{color:var(--ride-sys-color-glyph-extreme)}._ride-icon-button-popover_1mfne_1:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-style:solid}._ride-icon-button-popover_1mfne_1._small_1mfne_15{width:var(--ride-gl-size-glyph-large);height:var(--ride-gl-size-glyph-large)}._ride-icon-button-popover_1mfne_1._medium_1mfne_19{width:var(--ride-gl-size-glyph-xlarge);height:var(--ride-gl-size-glyph-xlarge)}._ride-tag_obc5s_1{padding:var(--ride-gl-spacing-small) var(--ride-gl-spacing-large);font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing);border-radius:var(--ride-gl-border-radius-small);width:fit-content;margin:0;display:inline-flex}._ride-tag_obc5s_1._success_obc5s_13._strong_obc5s_13{color:var(--ride-sys-color-text-extreme);background-color:var(--ride-sys-color-surface-feedback-success)}._ride-tag_obc5s_1._success_obc5s_13._subtle_obc5s_17{color:var(--ride-sys-color-text-feedback-success-strong);background-color:var(--ride-sys-color-surface-feedback-success-subtle)}._ride-tag_obc5s_1._warning_obc5s_21._strong_obc5s_13{color:var(--ride-sys-color-text-extreme);background-color:var(--ride-sys-color-surface-feedback-warning)}._ride-tag_obc5s_1._warning_obc5s_21._subtle_obc5s_17{color:var(--ride-sys-color-text-feedback-warning-strong);background-color:var(--ride-sys-color-surface-feedback-warning-subtle)}._ride-tag_obc5s_1._critical_obc5s_29._strong_obc5s_13{color:var(--ride-sys-color-text-inverse);background-color:var(--ride-sys-color-surface-feedback-critical)}._ride-tag_obc5s_1._critical_obc5s_29._subtle_obc5s_17{color:var(--ride-sys-color-text-feedback-critical-strong);background-color:var(--ride-sys-color-surface-feedback-critical-subtle)}._ride-tag_obc5s_1._informative_obc5s_37._strong_obc5s_13{color:var(--ride-sys-color-text-inverse);background-color:var(--ride-sys-color-surface-feedback-informative)}._ride-tag_obc5s_1._informative_obc5s_37._subtle_obc5s_17{color:var(--ride-sys-color-text-feedback-informative-strong);background-color:var(--ride-sys-color-surface-feedback-informative-subtle)}._ride-tag_obc5s_1._neutral_obc5s_45._strong_obc5s_13,._ride-tag_obc5s_1._neutral_obc5s_45._subtle_obc5s_17{color:var(--ride-sys-color-text-feedback-observed-strong);background-color:var(--ride-sys-color-surface-feedback-observed-subtle)}._ride-tag_obc5s_1._null_obc5s_49._strong_obc5s_13,._ride-tag_obc5s_1._null_obc5s_49._subtle_obc5s_17{color:var(--ride-sys-color-text-strong);background-color:var(--ride-sys-color-surface-feedback-neutral-subtle)}._ride-modal-actions_e99ax_1{box-sizing:border-box;align-items:center;display:flex}._ride-modal-actions_e99ax_1._old_e99ax_6{justify-content:center;gap:var(--ride-gl-spacing-2xlarge);padding-bottom:var(--ride-gl-spacing-5xlarge);padding-inline:var(--ride-gl-spacing-5xlarge)}._ride-modal-actions_e99ax_1._new_e99ax_12{justify-content:flex-end;column-gap:var(--ride-gl-spacing-4xlarge);padding-top:var(--ride-gl-spacing-3xlarge);padding-bottom:var(--ride-gl-spacing-5xlarge);padding-inline:var(--ride-gl-spacing-5xlarge);row-gap:var(--ride-gl-spacing-4xlarge)}@media only screen and (width<=599px){._ride-modal-actions_e99ax_1._new_e99ax_12{row-gap:var(--ride-gl-spacing-2xlarge);padding-top:var(--ride-gl-spacing-2xlarge);padding-inline:var(--ride-gl-spacing-5xlarge);padding-bottom:var(--ride-gl-spacing-5xlarge);flex-direction:column-reverse}._ride-modal-actions_e99ax_1._new_e99ax_12 [class*=ride-button]{width:100%}}._ride-modal-actions_e99ax_1._new_e99ax_12._large-content_e99ax_32{padding-bottom:var(--ride-gl-spacing-3xlarge)}._ride-modal-actions_e99ax_1._new_e99ax_12._full-screen_e99ax_35{box-shadow:var(--ride-sys-shadow-container-moderate);padding-block:var(--ride-gl-spacing-2xlarge);padding-inline:var(--ride-gl-spacing-3xlarge);flex-direction:column-reverse}@media only screen and (width>=600px){._ride-modal-actions_e99ax_1._new_e99ax_12._full-screen_e99ax_35{padding-inline:var(--ride-gl-spacing-9xlarge);flex-direction:row}}@media only screen and (width>=1100px){._ride-modal-actions_e99ax_1._new_e99ax_12._full-screen_e99ax_35{padding-inline:184px}}._ride-modal-content_gq0oq_1{height:100%;display:flex;position:relative;overflow:hidden}._ride-modal-content_gq0oq_1 ._children_gq0oq_7{box-sizing:border-box;overscroll-behavior:contain;width:100%;overflow:auto}._ride-modal-content_gq0oq_1 ._children_gq0oq_7::-webkit-scrollbar{width:8px}._ride-modal-content_gq0oq_1 ._children_gq0oq_7::-webkit-scrollbar-thumb{background-color:var(--ride-sys-color-surface-fairly-strong);border-radius:var(--ride-sys-border-radius-container-small);cursor:pointer;background-clip:padding-box;border:2px solid #0000}._ride-modal-content_gq0oq_1 ._children_gq0oq_7::-webkit-scrollbar-thumb:hover{background-color:var(--ride-sys-color-surface-strong)}._ride-modal-content_gq0oq_1 ._children_gq0oq_7::-webkit-scrollbar-thumb:active{background-color:var(--ride-sys-color-surface-extreme)}._ride-modal-content_gq0oq_1 ._children_gq0oq_7::-webkit-scrollbar-track{background-color:#0000;margin:4px 0}._ride-modal-content_gq0oq_1._old_gq0oq_33{padding-inline:var(--ride-gl-spacing-5xlarge);padding-bottom:var(--ride-gl-spacing-large)}._ride-modal-content_gq0oq_1._old_gq0oq_33 ._children_gq0oq_7{max-height:404px}._ride-modal-content_gq0oq_1._old_gq0oq_33._large-content_gq0oq_40 ._children_gq0oq_7{padding-bottom:32px}._ride-modal-content_gq0oq_1._old_gq0oq_33._large-content_gq0oq_40:after{content:"";background:var(--ride-sys-color-background-fixed);height:32px;position:absolute;bottom:0;left:0;right:8px}._ride-modal-content_gq0oq_1._new_gq0oq_52{padding-bottom:var(--ride-gl-spacing-5xlarge);padding-inline:var(--ride-gl-spacing-4xlarge)}@media only screen and (width<=599px){._ride-modal-content_gq0oq_1._new_gq0oq_52{padding-bottom:var(--ride-gl-spacing-2xlarge)}}._ride-modal-content_gq0oq_1._new_gq0oq_52._large-content_gq0oq_40._with-actions_gq0oq_61{border-bottom:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-default);padding-bottom:0}._ride-modal-content_gq0oq_1._new_gq0oq_52 ._children_gq0oq_7{padding-right:var(--ride-gl-spacing-large)}._ride-modal-content_gq0oq_1._new_gq0oq_52 ._children_gq0oq_7._with-actions_gq0oq_61{max-height:376px}._ride-modal-content_gq0oq_1._new_gq0oq_52 ._children_gq0oq_7._without-actions_gq0oq_71{max-height:476px}._ride-modal-content_gq0oq_1._new_gq0oq_52._full-screen_gq0oq_74{padding-bottom:0;padding-inline:var(--ride-gl-spacing-4xlarge)}@media only screen and (width>=600px){._ride-modal-content_gq0oq_1._new_gq0oq_52._full-screen_gq0oq_74{padding-inline:var(--ride-gl-spacing-9xlarge)}}@media only screen and (width>=1100px){._ride-modal-content_gq0oq_1._new_gq0oq_52._full-screen_gq0oq_74{padding-inline:184px}}._ride-modal-content_gq0oq_1._new_gq0oq_52._full-screen_gq0oq_74 ._children_gq0oq_7{max-height:inherit}@keyframes _fade-in_1qu28_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_1qu28_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_1qu28_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_1qu28_1{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_1qu28_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_1qu28_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_1qu28_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-modal_1qu28_54{width:100dvw;height:100dvh;z-index:calc(1000 + var(--layer-index));backdrop-filter:opacity();justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._ride-modal_1qu28_54 ._modal_1qu28_65{background-color:var(--ride-sys-color-surface-default);border-radius:var(--ride-sys-border-radius-container-xlarge);width:100%;max-height:100vh;transition:transform .2s ease-in-out;position:relative;overflow:hidden;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}._ride-modal_1qu28_54 ._modal_1qu28_65[data-has-nested]{transform:scale(calc(1 - var(--nested-layer-count) * .05))}._ride-modal_1qu28_54 ._modal_1qu28_65[data-state=open]{animation:.3s ease-in-out _fade-in_1qu28_1}._ride-modal_1qu28_54 ._modal_1qu28_65[data-state=closed]{animation:.3s ease-in-out _fade-out_1qu28_1}._ride-modal_1qu28_54 ._modal_1qu28_65 ._header_1qu28_84{box-sizing:border-box;justify-content:center;align-items:center;display:flex}._ride-modal_1qu28_54 ._header_1qu28_84 ._close-button-text_1qu28_90{margin-left:auto;display:none}._ride-modal_1qu28_54 ._header_1qu28_84 ._close-icon-button_1qu28_94{margin-left:auto}._ride-modal_1qu28_54 ._modal_1qu28_65._old_1qu28_97 ._header_1qu28_84{height:64px}._ride-modal_1qu28_54 ._modal_1qu28_65._old_1qu28_97._size-small_1qu28_100{max-width:544px}._ride-modal_1qu28_54 ._modal_1qu28_65._old_1qu28_97._size-medium_1qu28_103{max-width:736px}._ride-modal_1qu28_54 ._modal_1qu28_65._old_1qu28_97 ._header_1qu28_84{padding-top:var(--ride-gl-spacing-xlarge);padding-inline:var(--ride-gl-spacing-xlarge);padding-bottom:var(--ride-gl-spacing-medium)}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111 ._header_1qu28_84{height:56px;padding:var(--ride-gl-spacing-medium)}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._size-small_1qu28_100{max-width:544px}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._size-medium_1qu28_103{max-width:736px}@media only screen and (width<=599px){._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._size-small_1qu28_100,._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._size-medium_1qu28_103{margin-inline:var(--ride-gl-spacing-3xlarge)}}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126{box-sizing:border-box;width:100%;height:100%;max-width:inherit;border-radius:0}@media only screen and (width<=599px){._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126 ._header_1qu28_84{height:48px;padding-inline:var(--ride-gl-spacing-xlarge);padding-block:unset}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126 ._header_1qu28_84 ._close-button-text_1qu28_90{display:none}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126 ._header_1qu28_84 ._close-icon-button_1qu28_94{margin-left:auto;display:flex}}@media only screen and (width>=600px){._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126 ._header_1qu28_84{height:64px;padding-inline:var(--ride-gl-spacing-4xlarge);padding-top:var(--ride-gl-spacing-2xlarge);padding-bottom:unset}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126 ._header_1qu28_84 ._close-button-text_1qu28_90{margin-left:auto;display:flex}._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126 ._header_1qu28_84 ._close-icon-button_1qu28_94{display:none}}@media only screen and (width<=599px){._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126._size-small_1qu28_100,._ride-modal_1qu28_54 ._modal_1qu28_65._new_1qu28_111._full-screen_1qu28_126._size-medium_1qu28_103{margin-inline:inherit}}[data-scope=dialog][data-part=backdrop]{z-index:calc(1000 + var(--layer-index));backdrop-filter:opacity();position:fixed;inset:0}[data-scope=dialog][data-part=backdrop]._overlay-color-default_1qu28_174{background-color:var(--ride-sys-color-background-overlay)}[data-scope=dialog][data-part=backdrop]._overlay-color-subtle_1qu28_177{background-color:#09081f99}[data-scope=dialog][data-part=backdrop]._overlay-blur-subtle_1qu28_180{backdrop-filter:var(--ride-sys-blur-container-subtle)}[data-scope=dialog][data-part=backdrop][data-state=open]{animation:.3s ease-in-out _fade-in_1qu28_1}[data-scope=dialog][data-part=backdrop][data-state=closed]{animation:.3s ease-in-out _fade-out_1qu28_1}._ride-text-field_1v284_1{row-gap:var(--ride-gl-spacing-medium);flex-direction:column;display:flex}._ride-text-field_1v284_1 ._input-container_1v284_6{box-sizing:border-box;border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-medium);border-radius:var(--ride-sys-border-radius-container-small);background-color:var(--ride-sys-color-surface-default);justify-content:center;align-items:center;display:flex}._ride-text-field_1v284_1 ._input-container_1v284_6:hover{border-color:var(--ride-sys-color-border-extreme);border-width:var(--ride-sys-border-width-container-thin)}._ride-text-field_1v284_1 ._input-container_1v284_6:has(._input_1v284_6:focus-visible,._input_1v284_6:active){border-color:var(--ride-sys-color-border-focus);border-width:var(--ride-sys-border-width-container-medium);outline:none}._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);width:100%;color:var(--ride-sys-color-text-extreme);background:0 0;border:none;padding:0}._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6:active,._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6:focus-visible{outline:none}._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6[type=number]{-moz-appearance:textfield}._ride-text-field_1v284_1 ._input-container_1v284_6 ._input_1v284_6::placeholder{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);color:var(--ride-sys-color-text-extreme)}._ride-text-field_1v284_1 ._input-container_1v284_6 ._glyph-container_1v284_54{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}._ride-text-field_1v284_1 ._input-container_1v284_6 ._spinner_1v284_64{flex-shrink:0}._ride-text-field_1v284_1 ._label_1v284_67{align-items:center;gap:var(--ride-gl-spacing-medium);max-height:16px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);display:flex}._ride-text-field_1v284_1 ._label_1v284_67 ._optional_1v284_79{color:var(--ride-sys-color-text-extreme);font-family:var(--ride-sys-text-label-medium-regular-font-family);font-weight:var(--ride-sys-text-label-medium-regular-font-weight);line-height:var(--ride-sys-text-label-medium-regular-line-height);font-size:var(--ride-sys-text-label-medium-regular-font-size);letter-spacing:var(--ride-sys-text-label-medium-regular-letter-spacing)}._ride-text-field_1v284_1 ._helper-container_1v284_87{display:flex}._ride-text-field_1v284_1 ._helper-container_1v284_87 ._helper-text_1v284_90{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);color:var(--ride-sys-color-text-extreme);margin:0}._ride-text-field_1v284_1 ._helper-container_1v284_87 ._character-counter_1v284_99{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);color:var(--ride-sys-color-text-extreme);margin-left:auto}._ride-text-field_1v284_1._small_1v284_108 ._input-container_1v284_6{height:32px;padding:calc(var(--ride-gl-spacing-medium) - var(--ride-sys-border-width-container-thin)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thin))}._ride-text-field_1v284_1._small_1v284_108 ._input-container_1v284_6:has(._input_1v284_6:focus-visible,._input_1v284_6:active){padding:calc(var(--ride-gl-spacing-medium) - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-text-field_1v284_1._small_1v284_108 ._input-container_1v284_6 ._glyph-container_1v284_54{width:28px;height:24px}._ride-text-field_1v284_1._small_1v284_108 ._input-container_1v284_6 ._input_1v284_6,._ride-text-field_1v284_1._small_1v284_108 ._input-container_1v284_6 ._prefix_1v284_126,._ride-text-field_1v284_1._small_1v284_108 ._input-container_1v284_6 ._suffix_1v284_127{font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing)}._ride-text-field_1v284_1._small_1v284_108._error_1v284_134 ._input-container_1v284_6{padding:calc(var(--ride-gl-spacing-medium) - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-text-field_1v284_1._medium_1v284_137 ._input-container_1v284_6{height:40px;padding:calc(var(--ride-gl-spacing-medium) + 2px - var(--ride-sys-border-width-container-thin)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thin))}._ride-text-field_1v284_1._medium_1v284_137 ._input-container_1v284_6:has(._input_1v284_6:focus-visible,._input_1v284_6:active),._ride-text-field_1v284_1._medium_1v284_137._error_1v284_134 ._input-container_1v284_6{padding:calc(var(--ride-gl-spacing-medium) + 2px - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-text-field_1v284_1._large_1v284_147 ._input-container_1v284_6{height:48px;padding:calc(var(--ride-gl-spacing-large) + 2px - var(--ride-sys-border-width-container-thin)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thin))}._ride-text-field_1v284_1._large_1v284_147 ._input-container_1v284_6:has(._input_1v284_6:focus-visible,._input_1v284_6:active),._ride-text-field_1v284_1._large_1v284_147._error_1v284_134 ._input-container_1v284_6{padding:calc(var(--ride-gl-spacing-large) + 2px - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-text-field_1v284_1 ._glyph-container_1v284_54{cursor:default;position:relative}._ride-text-field_1v284_1 ._glyph-container_1v284_54 ._glyph-button_1v284_161{cursor:pointer;box-sizing:border-box;background-color:#0000;border:none;padding:0;display:flex}._ride-text-field_1v284_1 ._glyph-container_1v284_54 ._glyph-button_1v284_161:focus-visible{border:var(--ride-sys-border-width-container-medium) solid var(--ride-sys-color-border-focus);border-radius:0 var(--ride-sys-border-radius-container-small) var(--ride-sys-border-radius-container-small) 0;outline:0}._ride-text-field_1v284_1 ._glyph-container_1v284_54._glyph-left_1v284_174{margin-right:var(--ride-gl-spacing-large)}._ride-text-field_1v284_1 ._glyph-container_1v284_54._glyph-right_1v284_177{margin-left:var(--ride-gl-spacing-large)}._ride-text-field_1v284_1 ._prefix_1v284_126,._ride-text-field_1v284_1 ._suffix_1v284_127{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);padding-inline:var(--ride-gl-spacing-small);color:var(--ride-sys-color-text-medium);flex-shrink:0}._ride-text-field_1v284_1 ._prefix_1v284_126{margin-right:var(--ride-gl-spacing-small)}._ride-text-field_1v284_1 ._suffix_1v284_127{margin-left:var(--ride-gl-spacing-small)}._ride-text-field_1v284_1._error_1v284_134 ._input-container_1v284_6,._ride-text-field_1v284_1._error_1v284_134 ._input-container_1v284_6:hover{border-color:var(--ride-sys-color-border-feedback-critical);border-width:var(--ride-sys-border-width-container-medium)}._ride-text-field_1v284_1._error_1v284_134 ._input-container_1v284_6:has(._input_1v284_6:focus-visible,._input_1v284_6:active){border-color:var(--ride-sys-color-border-focus);border-width:var(--ride-sys-border-width-container-medium)}._ride-text-field_1v284_1._disabled_1v284_209 label,._ride-text-field_1v284_1._disabled_1v284_209 ._glyph-container_1v284_54,._ride-text-field_1v284_1._loading_1v284_210 label,._ride-text-field_1v284_1._loading_1v284_210 ._glyph-container_1v284_54{pointer-events:none}._ride-text-field_1v284_1._disabled_1v284_209 ._input-container_1v284_6,._ride-text-field_1v284_1._loading_1v284_210 ._input-container_1v284_6{cursor:not-allowed;border-color:var(--ride-sys-color-border-disable);background-color:var(--ride-sys-color-surface-disable)}._ride-text-field_1v284_1._disabled_1v284_209 ._input_1v284_6,._ride-text-field_1v284_1._loading_1v284_210 ._input_1v284_6{pointer-events:none;color:var(--ride-sys-color-text-disable);opacity:1}._ride-text-field_1v284_1._disabled_1v284_209 [class*=ride-glyph],._ride-text-field_1v284_1._loading_1v284_210 [class*=ride-glyph]{pointer-events:none;color:var(--ride-sys-color-glyph-disable)}._ride-text-field_1v284_1._disabled_1v284_209 ._helper-text_1v284_90,._ride-text-field_1v284_1._disabled_1v284_209 ._character-counter_1v284_99,._ride-text-field_1v284_1._loading_1v284_210 ._helper-text_1v284_90,._ride-text-field_1v284_1._loading_1v284_210 ._character-counter_1v284_99,._ride-text-field_1v284_1._disabled_1v284_209 ._prefix_1v284_126,._ride-text-field_1v284_1._disabled_1v284_209 ._suffix_1v284_127,._ride-text-field_1v284_1._loading_1v284_210 ._prefix_1v284_126,._ride-text-field_1v284_1._loading_1v284_210 ._suffix_1v284_127{color:var(--ride-sys-color-text-disable)}._ride-progress_13nyg_1._bar_13nyg_1{background:var(--ride-sys-color-surface-medium);width:100%;height:6px}._ride-progress_13nyg_1._bar_13nyg_1._corners-round_13nyg_6{border-radius:var(--ride-sys-border-radius-container-pill)}._ride-progress_13nyg_1._bar_13nyg_1 ._track_13nyg_9{background:var(--ride-sys-color-surface-extreme);border-radius:0px var(--ride-sys-border-radius-container-pill) var(--ride-sys-border-radius-container-pill) 0px;justify-content:center;align-items:center;height:100%;transition:all .8s cubic-bezier(.4,0,.2,1),width .8s cubic-bezier(.4,0,.2,1);display:flex}._ride-progress_13nyg_1._bar_13nyg_1 ._track_13nyg_9._corners-round_13nyg_6{border-top-left-radius:var(--ride-sys-border-radius-container-pill);border-bottom-left-radius:var(--ride-sys-border-radius-container-pill)}._ride-radio-button_f1sag_1{column-gap:var(--ride-gl-spacing-large);width:fit-content;padding:var(--ride-gl-spacing-small) 0;display:flex;position:relative}._ride-radio-button_f1sag_1 ._input_f1sag_8{z-index:2;opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}._ride-radio-button_f1sag_1 ._input_f1sag_8:disabled{cursor:not-allowed}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22{width:24px;height:24px;margin-top:var(--ride-gl-spacing-small);justify-content:center;align-items:center;display:flex;position:relative}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22,._ride-radio-button_f1sag_1 ._radio-container_f1sag_22 *{box-sizing:border-box}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22:has(:focus-visible) ._radio-button_f1sag_35{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-offset:1px;outline-style:solid}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22:has(:focus-visible) ._selector_f1sag_41{border-color:var(--ride-sys-color-border-strong)}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22:has(:checked) ._selector_f1sag_41{opacity:1}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22:has(:enabled:hover) ._state-layer_f1sag_47{border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-interactive-subtle);opacity:1;transform:scale(1.25)}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22:has(:enabled:hover) ._radio-button_f1sag_35{border-color:var(--ride-sys-color-border-strong)}._ride-radio-button_f1sag_1 ._radio-container_f1sag_22:has(:enabled:active) ._radio-button_f1sag_35{border-color:var(--ride-sys-color-border-extreme)}._ride-radio-button_f1sag_1._safe-zone_f1sag_59{padding:0}._ride-radio-button_f1sag_1._safe-zone_f1sag_59 ._radio-container_f1sag_22{width:28px;height:28px;margin-top:0}._ride-radio-button_f1sag_1 ._state-layer_f1sag_47{border:2px solid var(--ride-sys-color-border-interactive-subtle);transition-timing-function:linear;transition-duration:var(--ride-gl-motion-duration-200);opacity:0;border-radius:var(--ride-sys-border-radius-container-circle);width:20px;height:20px;transition-property:transform,opacity;position:absolute}._ride-radio-button_f1sag_1 ._radio-button_f1sag_35{box-sizing:border-box;border-radius:var(--ride-sys-border-radius-container-circle);border:var(--ride-sys-border-width-container-medium) solid var(--ride-sys-color-border-medium);background-color:var(--ride-sys-color-surface-default);justify-content:center;align-items:center;width:20px;height:20px;display:flex}._ride-radio-button_f1sag_1 ._selector_f1sag_41{opacity:0;border-radius:var(--ride-sys-border-radius-container-circle);background-color:var(--ride-sys-color-surface-extreme);width:10px;height:10px}._ride-radio-button_f1sag_1 ._text_f1sag_96{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);color:var(--ride-sys-color-text-extreme);flex:1;margin:0}._ride-radio-button_f1sag_1._disabled_f1sag_106 ._radio-button_f1sag_35{border-color:var(--ride-sys-color-border-disable);background-color:var(--ride-sys-color-surface-default)}._ride-radio-button_f1sag_1._disabled_f1sag_106 ._text_f1sag_96{color:var(--ride-sys-color-text-disable)}._ride-radio-button_f1sag_1._disabled_f1sag_106 ._selector_f1sag_41{background-color:var(--ride-sys-color-surface-disable)}._ride-radio-button_f1sag_1._error_f1sag_116 ._radio-container_f1sag_22 ._radio-button_f1sag_35{border-color:var(--ride-sys-color-border-feedback-critical)}._ride-radio-button_f1sag_1._error_f1sag_116 ._radio-container_f1sag_22 ._state-layer_f1sag_47{border-width:0!important}._ride-radio-button_f1sag_1._error_f1sag_116 ._radio-button_f1sag_35{border-color:var(--ride-sys-color-border-feedback-critical)}._ride-radio-button_f1sag_1._error_f1sag_116 ._input_f1sag_8:checked+._radio-container_f1sag_22 ._radio-button_f1sag_35{border-color:var(--ride-sys-color-border-medium)}@keyframes _fade-in_6fvyg_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_6fvyg_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_6fvyg_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_6fvyg_134{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_6fvyg_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_6fvyg_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_6fvyg_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-select_6fvyg_54{row-gap:var(--ride-gl-spacing-medium);flex-direction:column;width:100%;display:inline-flex}._ride-select_6fvyg_54 ._label_6fvyg_60{align-items:center;gap:var(--ride-gl-spacing-medium);height:16px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);display:flex}._ride-select_6fvyg_54 ._label_6fvyg_60 ._optional_6fvyg_72{color:var(--ride-sys-color-text-extreme);font-family:var(--ride-sys-text-label-medium-regular-font-family);font-weight:var(--ride-sys-text-label-medium-regular-font-weight);line-height:var(--ride-sys-text-label-medium-regular-line-height);font-size:var(--ride-sys-text-label-medium-regular-font-size);letter-spacing:var(--ride-sys-text-label-medium-regular-letter-spacing)}._ride-select_6fvyg_54 ._select-hidden_6fvyg_80{display:none}._ride-select_6fvyg_54 ._select-button_6fvyg_83{user-select:none;border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-medium);background-color:var(--ride-sys-color-surface-default);width:100%;padding-right:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-thin));padding-left:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thin));align-items:center;column-gap:var(--ride-gl-spacing-medium);box-sizing:border-box;cursor:pointer;display:flex;position:relative}._ride-select_6fvyg_54 ._select-button_6fvyg_83:hover{border-color:var(--ride-sys-color-border-extreme)}._ride-select_6fvyg_54 ._select-button_6fvyg_83 ._select-text_6fvyg_101{white-space:nowrap;text-overflow:ellipsis;cursor:text;color:var(--ride-sys-color-text-extreme);text-wrap:nowrap;text-align:left;cursor:pointer;background-color:#0000;border:none;flex-grow:1;padding:0;overflow:hidden}._ride-select_6fvyg_54 ._select-button_6fvyg_83 ._select-text_6fvyg_101._placeholder_6fvyg_115{color:var(--ride-sys-color-text-medium)}._ride-select_6fvyg_54 ._select-button_6fvyg_83:active:not(:disabled),._ride-select_6fvyg_54 ._select-button_6fvyg_83._active_6fvyg_118:not(:disabled),._ride-select_6fvyg_54 ._select-button_6fvyg_83:focus-visible,._ride-select_6fvyg_54 ._select-button_6fvyg_83:focus{border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-focus);padding-right:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-medium));padding-left:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium));outline:none}._ride-select_6fvyg_54 ._select-button_6fvyg_83._active_6fvyg_118 ._glyph-arrow_6fvyg_125{transform:rotate(180deg)}._ride-select_6fvyg_54 ._select-button_6fvyg_83 ._spinner_6fvyg_128{flex-shrink:0}._ride-select_6fvyg_54._combobox_6fvyg_131 [class*=ride-menu-option]:not(:hover):not(:has(input:checked)) li:first-child label{background-color:var(--ride-sys-color-surface-medium)}._ride-select_6fvyg_54._disabled_6fvyg_134 ._label_6fvyg_60,._ride-select_6fvyg_54._loading_6fvyg_134 ._label_6fvyg_60{pointer-events:none}._ride-select_6fvyg_54._disabled_6fvyg_134 ._select-button_6fvyg_83,._ride-select_6fvyg_54._loading_6fvyg_134 ._select-button_6fvyg_83{cursor:not-allowed;background-color:var(--ride-sys-color-surface-disable);border-color:var(--ride-sys-color-border-disable)}._ride-select_6fvyg_54._disabled_6fvyg_134 ._select-text_6fvyg_101,._ride-select_6fvyg_54._loading_6fvyg_134 ._select-text_6fvyg_101{color:var(--ride-sys-color-text-disable);pointer-events:none;background-color:#0000}._ride-select_6fvyg_54._disabled_6fvyg_134 ._select-text_6fvyg_101._placeholder_6fvyg_115,._ride-select_6fvyg_54._loading_6fvyg_134 ._select-text_6fvyg_101._placeholder_6fvyg_115{color:var(--ride-sys-color-text-disable)}._ride-select_6fvyg_54._disabled_6fvyg_134 ._glyph-arrow_6fvyg_125,._ride-select_6fvyg_54._loading_6fvyg_134 ._glyph-arrow_6fvyg_125{color:var(--ride-sys-color-glyph-disable);pointer-events:none}._ride-select_6fvyg_54._disabled_6fvyg_134 ._helper-text_6fvyg_154,._ride-select_6fvyg_54._loading_6fvyg_134 ._helper-text_6fvyg_154{color:var(--ride-sys-color-text-disable)}._ride-select_6fvyg_54._disabled_6fvyg_134 ._graphic_6fvyg_157,._ride-select_6fvyg_54._loading_6fvyg_134 ._graphic_6fvyg_157{opacity:.2}._ride-select_6fvyg_54._error_6fvyg_160 ._select-button_6fvyg_83{border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-feedback-critical);padding-right:calc(var(--ride-gl-spacing-large) - var(--ride-sys-border-width-container-medium));padding-left:calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-select_6fvyg_54._error_6fvyg_160 ._select-button_6fvyg_83:active,._ride-select_6fvyg_54._error_6fvyg_160 ._select-button_6fvyg_83._active_6fvyg_118,._ride-select_6fvyg_54._error_6fvyg_160 ._select-button_6fvyg_83:focus-visible,._ride-select_6fvyg_54._error_6fvyg_160 ._select-button_6fvyg_83:focus{border-color:var(--ride-sys-color-border-focus);outline:none}._ride-select_6fvyg_54 ._glyph-arrow_6fvyg_125{cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._ride-select_6fvyg_54 ._graphic_6fvyg_157{margin:var(--ride-gl-spacing-small);display:flex}._ride-select_6fvyg_54 ._graphic_6fvyg_157 svg{width:24px;height:24px}._ride-select_6fvyg_54 ._helper-text_6fvyg_154{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);margin:0}._ride-select_6fvyg_54._small_6fvyg_194 ._select-button_6fvyg_83{height:32px;padding-block:var(--ride-gl-spacing-medium)}._ride-select_6fvyg_54._small_6fvyg_194 ._select-text_6fvyg_101,._ride-select_6fvyg_54._small_6fvyg_194 ._select-text_6fvyg_101._placeholder_6fvyg_115{font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing)}._ride-select_6fvyg_54._medium_6fvyg_212 ._select-button_6fvyg_83{height:40px;padding-block:6px}._ride-select_6fvyg_54._medium_6fvyg_212 ._select-text_6fvyg_101,._ride-select_6fvyg_54._medium_6fvyg_212 ._select-text_6fvyg_101._placeholder_6fvyg_115{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}._ride-select_6fvyg_54._large_6fvyg_230 ._select-button_6fvyg_83{height:48px;padding-block:10px}._ride-select_6fvyg_54._large_6fvyg_230 ._select-text_6fvyg_101,._ride-select_6fvyg_54._large_6fvyg_230 ._select-text_6fvyg_101._placeholder_6fvyg_115{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}._dropdown_6fvyg_249{display:none}@keyframes _fade-in_1q860_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_1q860_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_1q860_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_1q860_1{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_1q860_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_1q860_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_1q860_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-skeleton_1q860_54{background:var(--ride-sys-color-shimmer-default);cursor:wait;background-size:200%;animation:1s linear infinite reverse _loading_1q860_1}._ride-skeleton_1q860_54._line_1q860_60{border-radius:var(--ride-sys-border-radius-container-medium);height:12px}._ride-skeleton_1q860_54._circle_1q860_64{border-radius:var(--ride-gl-border-radius-circle)}._ride-skeleton_1q860_54._rectangle_1q860_67{border-radius:var(--ride-sys-border-radius-container-medium)}@keyframes _fade-in_17nop_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_17nop_1{0%{opacity:1}to{opacity:0}}@keyframes _rotate_17nop_1{to{transform:rotate(var(--ride-gl-motion-rotation-360))}}@keyframes _loading_17nop_1{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes _slide-in-up_17nop_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slide-in-down_17nop_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _fill-center-out_17nop_1{0%{clip-path:circle(0%)}to{clip-path:circle(50%)}}._ride-switch_17nop_54{align-items:flex-start;gap:var(--ride-gl-spacing-medium);flex-direction:column;display:flex}._ride-switch_17nop_54 ._label_17nop_61{cursor:default;align-items:center;gap:var(--ride-gl-spacing-medium);height:20px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);display:flex}._ride-switch_17nop_54 ._checkbox_17nop_75{z-index:5;opacity:0;cursor:pointer;box-sizing:border-box;width:100%;height:100%;margin:0;position:absolute;inset:0}._ride-switch_17nop_54 ._switch_17nop_90{box-sizing:content-box;padding:var(--ride-gl-spacing-medium);border-radius:var(--ride-sys-border-radius-container-pill);cursor:pointer;background:var(--ride-sys-color-surface-quite-strong);width:44px;height:24px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);border:none;align-items:center;transition:background .3s;display:flex;position:relative}._ride-switch_17nop_54 ._switch_17nop_90:has(input:hover) ._halo-wrapper_17nop_109 ._halo_17nop_109{opacity:.08;animation:.3s forwards _fill-center-out_17nop_1}._ride-switch_17nop_54 ._switch_17nop_90:has(input:active) ._halo-wrapper_17nop_109 ._halo_17nop_109{opacity:.15}._ride-switch_17nop_54 ._switch_17nop_90:has(input:focus-visible){outline:var(--ride-gl-border-width-medium) solid var(--ride-sys-color-border-focus);outline-offset:var(--ride-gl-spacing-medium)}._ride-switch_17nop_54 ._switch_17nop_90:has(input:disabled),._ride-switch_17nop_54 ._switch_17nop_90:has(input:disabled):has(input:checked){cursor:not-allowed;background:var(--ride-sys-color-surface-disable)}._ride-switch_17nop_54 ._switch_17nop_90:has(input:disabled) input,._ride-switch_17nop_54 ._switch_17nop_90:has(input:disabled):has(input:checked) input{cursor:not-allowed}._ride-switch_17nop_54 ._switch_17nop_90:has(input:disabled) ._thumb_17nop_127,._ride-switch_17nop_54 ._switch_17nop_90:has(input:disabled):has(input:checked) ._thumb_17nop_127{background:var(--ride-sys-color-surface-disable);color:var(--ride-sys-color-glyph-disable)}._ride-switch_17nop_54 ._switch_17nop_90:has(input:checked) ._thumb_17nop_127{transform:translate(20px)}._ride-switch_17nop_54 ._switch_17nop_90:has(input:checked) ._halo-wrapper_17nop_109{transform:translate(20px,-50%)}._ride-switch_17nop_54 ._switch_17nop_90:not(:has(input:checked)) ._glyph_17nop_137{display:none}._ride-switch_17nop_54 ._thumb_17nop_127{border-radius:var(--ride-sys-border-radius-container-circle);background:var(--ride-sys-color-surface-default);z-index:3;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s,background .3s;display:flex;position:absolute}._ride-switch_17nop_54 ._halo-wrapper_17nop_109{border-radius:var(--ride-sys-border-radius-container-circle);clip-path:circle(50%);width:44px;height:44px;transition:transform .3s;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}._ride-switch_17nop_54 ._halo-wrapper_17nop_109 ._halo_17nop_109{border-radius:var(--ride-sys-border-radius-container-circle);z-index:-1;background-color:var(--ride-sys-color-surface-extreme);opacity:0;width:100%;height:100%;transition:opacity .3s}._ride-switch_17nop_54._primary_17nop_176 ._switch_17nop_90:has(input:checked){background:var(--ride-sys-color-surface-interactive-default)}._ride-switch_17nop_54._primary_17nop_176 ._switch_17nop_90:has(input:checked) ._thumb_17nop_127{color:var(--ride-sys-color-glyph-interactive)}._ride-switch_17nop_54._primary_17nop_176 ._halo_17nop_109{background:var(--ride-sys-color-surface-interactive-hover)}._ride-switch_17nop_54._secondary_17nop_186 ._switch_17nop_90:has(input:checked){background:var(--ride-sys-color-surface-extreme)}._ride-switch_17nop_54._secondary_17nop_186 ._switch_17nop_90:has(input:checked) ._thumb_17nop_127{color:var(--ride-sys-color-glyph-default)}._ride-switch_17nop_54._secondary_17nop_186 ._halo_17nop_109{background:var(--ride-sys-color-surface-extreme)}._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90{background:var(--ride-sys-color-surface-disable-inverse)}._ride-switch_17nop_54._inverse_17nop_196 ._label_17nop_61{color:var(--ride-sys-color-text-inverse)}._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90:has(input:disabled),._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90:has(input:disabled):has(input:checked){background:var(--ride-sys-color-surface-disable-inverse)}._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90:has(input:disabled) input,._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90:has(input:disabled):has(input:checked) input{cursor:not-allowed}._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90:has(input:disabled) ._thumb_17nop_127,._ride-switch_17nop_54._inverse_17nop_196 ._switch_17nop_90:has(input:disabled):has(input:checked) ._thumb_17nop_127{background:var(--ride-sys-color-surface-disable-inverse);color:var(--ride-sys-color-glyph-disable-inverse)}._ride-switch_17nop_54._primary_17nop_176._inverse_17nop_196 ._switch_17nop_90:has(input:checked){background:var(--ride-sys-color-surface-default)}._ride-switch_17nop_54._primary_17nop_176._inverse_17nop_196 ._switch_17nop_90:has(input:checked) ._thumb_17nop_127{background:var(--ride-sys-color-surface-interactive-default);color:var(--ride-sys-color-glyph-inverse)}._ride-switch_17nop_54._primary_17nop_176._inverse_17nop_196 ._halo_17nop_109{background:var(--ride-sys-color-surface-highlight-primary)}._ride-switch_17nop_54._secondary_17nop_186._inverse_17nop_196 ._switch_17nop_90:has(input:checked){background:var(--ride-sys-color-surface-default)}._ride-switch_17nop_54._secondary_17nop_186._inverse_17nop_196 ._switch_17nop_90:has(input:checked) ._thumb_17nop_127{background:var(--ride-sys-color-surface-extreme);color:var(--ride-sys-color-glyph-inverse)}._ride-switch_17nop_54._secondary_17nop_186._inverse_17nop_196 ._halo_17nop_109{background:var(--ride-sys-color-surface-highlight-primary)}._ride-tabs-content_1ebp1_1{width:100%;padding:var(--ride-gl-spacing-2xlarge);font-family:var(--ride-sys-text-paragraph-xlarge-default-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-default-font-weight);line-height:var(--ride-sys-text-paragraph-xlarge-default-line-height);font-size:var(--ride-sys-text-paragraph-xlarge-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-xlarge-default-letter-spacing);display:block}._ride-tabs-indicator_371q3_1{border-radius:var(--ride-sys-border-radius-container-square);bottom:10px;left:var(--left,0px);width:var(--width,0px);height:var(--height,2px);background-color:var(--ride-sys-color-border-extreme);pointer-events:none;transition-property:all;transition-duration:.4s;transition-timing-function:cubic-bezier(.86,0,.07,1);position:absolute;transform:translateY(0)}._ride-tabs-item_5yzbv_1{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}._ride-tabs-item_5yzbv_1._fill_5yzbv_8{flex:auto;min-width:fit-content}._ride-tabs-item_5yzbv_1._hug_5yzbv_12{flex:none}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15{align-items:center;gap:var(--ride-gl-spacing-4xlarge);cursor:pointer;box-sizing:border-box;border:var(--ride-sys-border-width-container-medium) solid transparent;border-radius:var(--ride-sys-border-radius-container-medium);white-space:nowrap;background-color:#0000;flex-direction:column;width:100%;transition:color .2s,background-color .2s;display:flex;position:relative}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15 ._icon_5yzbv_30{fill:currentColor;flex-shrink:0;justify-content:center;align-items:center;transition:fill .2s;display:inline-flex;position:relative}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._no-glyph_5yzbv_39 .badge-container:not(._position-top_5yzbv_39),._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._left_5yzbv_39 .badge-container:not(._position-top_5yzbv_39){position:absolute;top:0;right:0}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._top_5yzbv_44 ._icon_5yzbv_30{position:relative}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47 ._icon_5yzbv_30,._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47 ._icon_5yzbv_30 svg{width:var(--ride-gl-size-glyph-xlarge);height:var(--ride-gl-size-glyph-xlarge)}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47 ._label_5yzbv_55{font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);text-align:center}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64 ._icon_5yzbv_30,._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64 ._icon_5yzbv_30 svg{width:var(--ride-gl-size-glyph-2xlarge);height:var(--ride-gl-size-glyph-2xlarge)}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64 ._label_5yzbv_55{font-family:var(--ride-sys-text-label-large-semibold-font-family);font-weight:var(--ride-sys-text-label-large-semibold-font-weight);line-height:var(--ride-sys-text-label-large-semibold-line-height);font-size:var(--ride-sys-text-label-large-semibold-font-size);letter-spacing:var(--ride-sys-text-label-large-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);text-align:center;font-feature-settings:"liga" off,"clig" off}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82 ._icon_5yzbv_30,._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82 ._icon_5yzbv_30 svg{width:var(--ride-gl-size-glyph-2xlarge);height:var(--ride-gl-size-glyph-2xlarge)}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82 ._label_5yzbv_55{font-family:var(--ride-sys-text-label-xlarge-semibold-font-family);font-weight:var(--ride-sys-text-label-xlarge-semibold-font-weight);line-height:var(--ride-sys-text-label-xlarge-semibold-line-height);font-size:var(--ride-sys-text-label-xlarge-semibold-font-size);letter-spacing:var(--ride-sys-text-label-xlarge-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);text-align:center;font-feature-settings:"liga" off,"clig" off}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47:not(._left_5yzbv_39):not(._top_5yzbv_44){justify-content:center;align-items:center;gap:var(--ride-gl-spacing-small);padding:var(--ride-gl-spacing-medium) var(--ride-gl-spacing-xlarge);flex-direction:row;height:40px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47._left_5yzbv_39{justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);flex-direction:row;height:48px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47._top_5yzbv_44{justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-medium) var(--ride-gl-spacing-xlarge);flex-direction:column;height:72px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64:not(._left_5yzbv_39):not(._top_5yzbv_44){justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:6px var(--ride-gl-spacing-xlarge);flex-direction:row;height:44px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64._left_5yzbv_39{justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);flex-direction:row;height:60px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64._top_5yzbv_44{justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-xlarge);flex-direction:column;height:84px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82:not(._left_5yzbv_39):not(._top_5yzbv_44){justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-3xlarge);flex-direction:row;height:56px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82._left_5yzbv_39{justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-3xlarge);flex-direction:row;height:64px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82._top_5yzbv_44{justify-content:center;align-items:center;gap:var(--ride-gl-spacing-large);padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-3xlarge);flex-direction:column;height:100px}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15:hover:not(._active_5yzbv_172):not(._disabled_5yzbv_172){color:var(--ride-sys-color-border-extreme);border-radius:var(--ride-sys-border-radius-container-medium);background:var(--ride-sys-color-surface-moderate)}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._disabled_5yzbv_172{cursor:not-allowed;color:var(--ride-sys-color-text-disable);opacity:.6}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._disabled_5yzbv_172 ._icon_5yzbv_30{fill:var(--ride-sys-color-glyph-disable)}._ride-tabs-item_5yzbv_1 ._ride-tabs-item-wrapper_5yzbv_15._disabled_5yzbv_172:hover{color:var(--ride-sys-color-text-disable);background-color:#0000}._ride-tabs-item_5yzbv_1._hug_5yzbv_12 ._ride-tabs-item-wrapper_5yzbv_15._small_5yzbv_47{padding:var(--ride-gl-spacing-medium) var(--ride-gl-spacing-xlarge)}._ride-tabs-item_5yzbv_1._hug_5yzbv_12 ._ride-tabs-item-wrapper_5yzbv_15._medium_5yzbv_64{padding:6px var(--ride-gl-spacing-xlarge)}._ride-tabs-item_5yzbv_1._hug_5yzbv_12 ._ride-tabs-item-wrapper_5yzbv_15._large_5yzbv_82{padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-3xlarge)}._ride-tabs-list_1yzgo_1{align-items:center;gap:0;justify-content:var(--tabs-list-justify,flex-start);overscroll-behavior-x:contain;width:100%;padding:var(--ride-gl-spacing-large) var(--ride-gl-spacing-large) var(--ride-gl-spacing-2xlarge) var(--ride-gl-spacing-2xlarge);scrollbar-width:none;flex-wrap:nowrap;scroll-padding:20px;display:flex;position:relative;overflow:auto hidden}._ride-tabs-list_1yzgo_1::-webkit-scrollbar{display:none}._ride-tabs-list_1yzgo_1 [role=tab]:focus-visible{outline-color:var(--ride-sys-color-border-focus);outline-width:var(--ride-sys-border-width-container-medium);outline-style:solid}._ride-tabs_1pf9i_1{flex-direction:column;width:100%;display:flex}._ride-tabs_1pf9i_1._fill_1pf9i_6{--tabs-list-justify:space-around}._ride-tabs_1pf9i_1._hug_1pf9i_9{--tabs-list-justify:flex-start}._ride-text-area_1wj6j_1{row-gap:var(--ride-gl-spacing-medium);flex-direction:column;display:flex}._ride-text-area_1wj6j_1 ._label_1wj6j_6{align-items:center;gap:var(--ride-gl-spacing-medium);height:20px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);display:flex}._ride-text-area_1wj6j_1 ._label_1wj6j_6 ._optional_1wj6j_18{color:var(--ride-sys-color-text-extreme);font-family:var(--ride-sys-text-label-medium-regular-font-family);font-weight:var(--ride-sys-text-label-medium-regular-font-weight);line-height:var(--ride-sys-text-label-medium-regular-line-height);font-size:var(--ride-sys-text-label-medium-regular-font-size);letter-spacing:var(--ride-sys-text-label-medium-regular-letter-spacing)}._ride-text-area_1wj6j_1 ._text-area-container_1wj6j_26{display:flex}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26{border-radius:var(--ride-sys-border-radius-container-small);border-width:var(--ride-sys-border-width-container-thin);border-color:var(--ride-sys-color-border-medium);width:100%;padding:calc(var(--ride-gl-spacing-large) + 2px - var(--ride-sys-border-width-container-thin)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-thin));resize:none;box-sizing:border-box;color:var(--ride-sys-color-text-extreme);background-color:var(--ride-sys-color-surface-default)}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26:hover{border-color:var(--ride-sys-color-border-extreme)}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26:active,._ride-text-area_1wj6j_1 ._text-area_1wj6j_26:focus-visible{border-color:var(--ride-sys-color-border-focus);border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-large) + 2px - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium));outline:none}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26::-webkit-scrollbar{width:8px}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26::-webkit-scrollbar-thumb{background-color:var(--ride-sys-color-surface-fairly-strong);border-radius:var(--ride-sys-border-radius-container-small);cursor:pointer;background-clip:padding-box;border:2px solid #0000}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26::-webkit-scrollbar-thumb:hover{background-color:var(--ride-sys-color-surface-strong)}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26::-webkit-scrollbar-thumb:active{background-color:var(--ride-sys-color-surface-extreme)}._ride-text-area_1wj6j_1 ._text-area_1wj6j_26::-webkit-scrollbar-track{background-color:#0000;margin:4px 0}._ride-text-area_1wj6j_1 ._helper-container_1wj6j_69{display:flex}._ride-text-area_1wj6j_1 ._helper-container_1wj6j_69 ._helper-text_1wj6j_72{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);margin:0}._ride-text-area_1wj6j_1 ._helper-container_1wj6j_69 ._character-counter_1wj6j_80{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);margin-left:auto}._ride-text-area_1wj6j_1._error_1wj6j_88 ._text-area_1wj6j_26{border-color:var(--ride-sys-color-border-feedback-critical);border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-large) + 2px - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium))}._ride-text-area_1wj6j_1._error_1wj6j_88 ._text-area_1wj6j_26:active,._ride-text-area_1wj6j_1._error_1wj6j_88 ._text-area_1wj6j_26:focus-visible{border-color:var(--ride-sys-color-border-focus);border-width:var(--ride-sys-border-width-container-medium);padding:calc(var(--ride-gl-spacing-large) + 2px - var(--ride-sys-border-width-container-medium)) calc(var(--ride-gl-spacing-xlarge) - var(--ride-sys-border-width-container-medium));outline:none}._ride-text-area_1wj6j_1._disabled_1wj6j_99 ._label_1wj6j_6{pointer-events:none}._ride-text-area_1wj6j_1._disabled_1wj6j_99 ._text-area-container_1wj6j_26{cursor:not-allowed}._ride-text-area_1wj6j_1._disabled_1wj6j_99 ._text-area_1wj6j_26{pointer-events:none;border-color:var(--ride-sys-color-border-disable);background-color:var(--ride-sys-color-surface-disable);color:var(--ride-sys-color-text-disable)}._ride-text-area_1wj6j_1._disabled_1wj6j_99 ._helper-text_1wj6j_72,._ride-text-area_1wj6j_1._disabled_1wj6j_99 ._character-counter_1wj6j_80{color:var(--ride-sys-color-text-disable)}._ride-text-area_1wj6j_1._small_1wj6j_115 ._text-area_1wj6j_26{min-height:68px;font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing)}._ride-text-area_1wj6j_1._medium_1wj6j_123 ._text-area_1wj6j_26{min-height:76px;font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}._ride-checkbox-group_zplrg_1{border:none;margin:0;padding:0}._ride-checkbox-group_zplrg_1 ._label_zplrg_6{height:20px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);margin-bottom:var(--ride-gl-spacing-large);text-align:left;align-items:center;gap:var(--ride-gl-spacing-medium);padding:0;display:flex}._ride-checkbox-group_zplrg_1 ._options-container_zplrg_21{display:flex}._ride-checkbox-group_zplrg_1._vertical_zplrg_24 ._options-container_zplrg_21{row-gap:var(--ride-gl-spacing-medium);flex-direction:column}._ride-checkbox-group_zplrg_1._horizontal_zplrg_28 ._options-container_zplrg_21{column-gap:var(--ride-gl-spacing-9xlarge);flex-direction:row}._ride-checkbox-group_zplrg_1 ._helper-text_zplrg_32{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);color:var(--ride-sys-color-text-extreme);margin:0}._ride-checkbox-group_zplrg_1 [class*=ride-error-message],._ride-checkbox-group_zplrg_1 ._helper-text_zplrg_32{margin-top:var(--ride-gl-spacing-medium)}._ride-checkbox-group_zplrg_1._disabled_zplrg_45 ._helper-text_zplrg_32{color:var(--ride-sys-color-text-disable)}._ride-mobile-page-actions_dg6x7_1{background-color:var(--ride-sys-color-background-default);box-shadow:var(--ride-sys-shadow-container-moderate);width:100%;position:fixed;bottom:0}@media only screen and (width>=600px){._ride-mobile-page-actions_dg6x7_1{display:none}}._ride-mobile-page-actions_dg6x7_1 ._actions-container_dg6x7_13{flex-direction:column;grid-column:1/-1;display:flex}._ride-mobile-page-actions_dg6x7_1 ._actions-container_dg6x7_13 ._slot-top_dg6x7_18{flex-grow:1;width:100%;height:100%}._ride-mobile-page-actions_dg6x7_1 ._actions-container_dg6x7_13 ._bottom-container_dg6x7_23{column-gap:var(--ride-gl-spacing-xlarge);padding-block:var(--ride-gl-spacing-2xlarge);display:flex}._ride-mobile-page-actions_dg6x7_1 ._actions-container_dg6x7_13 ._bottom-container_dg6x7_23 ._buttons-container_dg6x7_28{row-gap:var(--ride-gl-spacing-xlarge);flex-direction:column;width:100%;display:flex}._ride-mobile-page-actions_dg6x7_1 ._actions-container_dg6x7_13 ._bottom-container_dg6x7_23 ._slot-bottom_dg6x7_34{flex-grow:1;width:100%;height:100%}._ride-mobile-page-actions_dg6x7_1 ._grid-top_dg6x7_39._divider_dg6x7_39{border-bottom:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-default)}._ride-page-actions_jh1yz_1{background-color:var(--ride-sys-color-background-default);box-shadow:var(--ride-sys-shadow-container-moderate);width:100%;display:none;position:fixed;bottom:0}@media only screen and (width>=600px){._ride-page-actions_jh1yz_1{display:block}}._ride-page-actions_jh1yz_1 ._actions-container_jh1yz_14{padding-block:var(--ride-gl-spacing-2xlarge);column-gap:var(--ride-gl-spacing-4xlarge);grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}._ride-page-actions_jh1yz_1 ._actions-container_jh1yz_14:has(._button-primary_jh1yz_22:only-child){justify-content:flex-end}._ride-page-actions_jh1yz_1 ._actions-container_jh1yz_14:has(._button-secondary_jh1yz_25:only-child){justify-content:flex-start}._ride-page-actions_jh1yz_1 ._actions-container_jh1yz_14 ._slot_jh1yz_28{flex-grow:1;height:100%}._ride-radio-button-group_1bglz_1{border:none;margin:0;padding:0}._ride-radio-button-group_1bglz_1 ._label_1bglz_6{height:20px;font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing);color:var(--ride-sys-color-text-extreme);margin-bottom:var(--ride-gl-spacing-large);text-align:left;align-items:center;gap:var(--ride-gl-spacing-medium);padding:0;display:flex}._ride-radio-button-group_1bglz_1 ._options_1bglz_21{display:flex}._ride-radio-button-group_1bglz_1._vertical_1bglz_24 ._options_1bglz_21{row-gap:var(--ride-gl-spacing-medium);flex-direction:column}._ride-radio-button-group_1bglz_1._horizontal_1bglz_28 ._options_1bglz_21{column-gap:var(--ride-gl-spacing-9xlarge);flex-direction:row}._ride-radio-button-group_1bglz_1 ._helper-text_1bglz_32{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing);color:var(--ride-sys-color-text-extreme);margin:0}._ride-radio-button-group_1bglz_1 [class*=ride-error-message],._ride-radio-button-group_1bglz_1 ._helper-text_1bglz_32{margin-top:var(--ride-gl-spacing-medium)}._ride-radio-button-group_1bglz_1._disabled_1bglz_45 ._helper-text_1bglz_32{color:var(--ride-sys-color-text-disable)}.register-layout{background:#f5f5f5;height:100vh}.register-layout .ant-layout-header.register-header{background:#fff;border-bottom:1px solid #f0f0f0;height:64px;padding:0 50px;line-height:64px}.register-layout .register-header .logo{align-items:center;height:100%;margin:0;display:flex}.register-layout .register-header .logo__img{height:32px}.register-layout .register-header .logo__divider{background:#d9d9d9;width:1px;height:24px;margin:0 16px}.register-layout .register-header .logo__text{color:#262626;font-size:16px;font-weight:500}.register-layout .register-content{min-height:calc(100vh - 134px);padding:48px 24px}.register-layout .register-content .register-row{margin:0 auto}.register-layout .register-content .register-row .register-left-col .brand-container{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;padding:48px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.register-layout .brand-container .recovery-img{object-fit:cover;object-position:center;width:100%;height:60%;position:absolute;top:0;left:0}.register-layout .brand-container .brand-logo{width:180px;margin-bottom:32px}.register-layout .brand-container h2{color:#494f66;z-index:1;margin-bottom:16px;font-size:24px;position:relative}.register-layout .brand-container p{color:#676f8f;z-index:1;font-size:16px;position:relative}.register-layout .register-right-col .register-container{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014}.register-layout .ant-layout-footer.register-footer{text-align:center;background:#fff;border-top:1px solid #f0f0f0;height:70px;padding:24px 50px}.register-form-container{padding:24px 0}.register-form-container .form-header{margin-bottom:32px}.register-form-container .ant-form-item{margin-bottom:24px}.register-form-container .ant-form-item-label{padding-bottom:8px}.register-form-container .ant-form-item-label>label{color:#494f66;font-weight:500}.register-form-container .ant-input,.register-form-container .ant-input-password,.register-form-container .ant-select-selector{border-radius:4px;padding:8px 16px;height:48px!important}.register-form-container .ant-input-password input{height:32px!important}.register-form-container .ant-select-selection-item{line-height:32px!important}.register-form-container .ant-btn-primary{border-radius:4px;height:48px;font-weight:500}@media (width<=768px){.register-layout .ant-layout-header.register-header{padding:0 24px}.register-layout .register-header .logo__divider,.register-layout .register-header .logo__text{display:none}.register-layout .register-content{padding:24px 16px}.register-layout .register-content .register-row .register-left-col{margin-bottom:24px}.register-layout .register-content .register-row .register-left-col .brand-container{min-height:400px;padding:24px 16px}.register-layout .brand-container .recovery-img{height:50%}.register-layout .register-container{padding:16px}.register-form-container{padding:16px 0}.register-form-container .form-header{margin-bottom:24px}}.loading-content-recovery-password{background-color:#f5f5f5;justify-content:center;align-items:center;height:100vh;display:flex}.recovery-password-content{height:100dvh}.recovery-password-content .recovery-password-form-container{height:100%;display:flex}.recovery-password-content .recovery-password-form-container .img{background-image:url(/images/portal/login/man-laptop-working.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex:35%}.recovery-password-content .recovery-password-form-container .recovery-password-form{flex-direction:column;flex:75%;justify-content:center;padding:0 140px;display:flex}@media screen and (width<=768px){.recovery-password-content .recovery-password-form-container{flex-direction:column}.recovery-password-content .recovery-password-form-container .img{flex:20%}.recovery-password-content .recovery-password-form-container .recovery-password-form{justify-content:flex-start;padding:0}}.form-reset{max-width:460px;margin:0 auto}.form-group{margin-bottom:24px;position:relative}.input_password{border-radius:8px;height:48px;font-size:16px}.input_code{letter-spacing:2px;text-align:center;border-radius:8px;height:48px;font-size:16px}.input_code::placeholder{letter-spacing:normal;text-align:left}.error-message{color:#ff4d4f;margin-top:4px;font-size:14px;transition:all .3s}.secure-box{background:#fafafa;border-radius:8px;margin:24px 0;padding:16px}.secure-bar-info{margin-bottom:8px}.secure-text-info{justify-content:flex-end;display:flex}.secure-text-info p{margin:0;font-size:14px;font-weight:500}.security-info{background:#f5f5f5;border-radius:8px;margin:16px 0 24px;padding:16px}.password-requirements{color:#666;margin:0;font-size:14px}.unsubscribe{max-width:800px;margin:2rem auto;padding:2rem;font-family:BR Sonoma,sans-serif}.unsubscribe__box{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.unsubscribe__header{text-align:center;margin-bottom:2rem}.unsubscribe__logo{width:120px;height:auto}.unsubscribe__content{color:#333;font-family:BR Sonoma,sans-serif}.unsubscribe__content h2{color:#ef3340;margin-bottom:1.5rem;font-family:BR Sonoma,sans-serif;font-weight:500}.unsubscribe__form{margin-top:2rem;font-family:BR Sonoma,sans-serif}.unsubscribe__options h3{color:#666;margin-bottom:1rem;font-family:BR Sonoma,sans-serif;font-size:1.1rem;font-weight:400}.unsubscribe__radio-group{flex-direction:column;gap:1rem;display:flex}.unsubscribe__radio-option{margin:.5rem 0;font-family:BR Sonoma,sans-serif;font-size:1rem}.unsubscribe__description{margin-top:1.5rem}.unsubscribe__textarea{resize:vertical;border:1px solid #d9d9d9;border-radius:4px;width:100%;min-height:120px;padding:.8rem;font-family:BR Sonoma,sans-serif;font-size:1rem}.unsubscribe__error{color:#ef3340;margin-top:.5rem;font-family:BR Sonoma,sans-serif;font-size:.9rem}.unsubscribe__image{text-align:center;margin:2rem 0}.unsubscribe__footer{text-align:center;margin-top:2rem;font-family:BR Sonoma,sans-serif}.unsubscribe__submit{height:40px;margin-top:1rem;font-family:BR Sonoma,sans-serif;font-size:1rem}.unsubscribe__loading{justify-content:center;align-items:center;min-height:300px;display:flex}.unsubscribe__success{text-align:center;padding:3rem;font-family:BR Sonoma,sans-serif}.unsubscribe__success h1{color:#ef3340;margin-bottom:1rem;font-family:BR Sonoma,sans-serif;font-weight:500}.articulo-card{background-color:#fff;border-radius:20px;flex-flow:column;width:100%;max-width:288px;height:452px;display:flex;overflow:hidden;box-shadow:0 0 3px #0003;& .articulo-card__img-container{border-radius:20px;width:100%;height:148px;position:relative;overflow:hidden;& .img-container-clip{clip-path:polygon(0 0,100% 0,100% 100%,95% 100%,0 85%,0 100%);width:100%;height:100%}}& .articulo-card__text-container{flex-direction:column;flex:1;align-items:flex-start;width:100%;padding:16px 32px;display:flex}& .articulo-card__tag{background-color:var(--color-gray-6,#f5f5f5);color:var(--color-gray-3,#666);text-transform:uppercase;letter-spacing:.8px;text-align:center;border-radius:20px;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px;position:absolute;top:24px;right:38px}& .articulo-card__image{object-fit:cover;width:100%;height:100%}& .articulo-card__title{letter-spacing:-.2px;width:100%;color:var(--color-gray-1,#333);text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-weight:300;line-height:32px;display:-webkit-box;overflow:hidden}& .articulo-card__description{color:#676f8f;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;width:100%;margin:16px 0;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-weight:400;line-height:24px;display:-webkit-box;overflow:hidden}& .articulo-card__button{color:var(--color-acian-1,#00a0dc);cursor:pointer;margin-top:auto;padding:8px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}@media (width<=900px){max-width:272px;height:410px;&:last-child{display:flex}& .articulo-card__title{letter-spacing:normal;font-size:20px;font-weight:400;line-height:28px}& .articulo-card__tag{top:16px;right:16px}}@media (width<=600px){max-width:296px}}.portal-articles{flex:1;margin-top:64px;padding:40px 0 48px;& .breadcrumb-articles{justify-content:center;width:100%;padding:0 88px;display:flex;&>div{width:100%;max-width:1120px}}& .head{justify-content:center;padding:0 88px 48px;display:flex;& .head__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;width:100%;max-width:1000px;margin:0 auto;display:flex}& .head__title{color:var(--color-gray-1,#333);letter-spacing:-.6px;text-align:left;margin:54px 0 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:40px;font-style:normal;font-weight:400;line-height:48px}& .head__filters{display:inline-flex}@media (width<=600px){padding-left:24px;padding-right:24px;& .head__content{flex-direction:column;align-items:flex-start}& .head__title{font-size:32px;line-height:40px}& .head__filters{padding-right:0}}}& .main{justify-content:space-between;align-items:flex-start;width:100%;max-width:1000px;display:flex;& .main__main-card{border:3px solid var(--color-gray-6,#f5f5f5);background-color:#fff;border-radius:20px;flex-direction:column;flex:23;display:flex;& .main__main-card__img-container{border-radius:20px;width:calc(100% + 6px);max-height:330px;position:relative;overflow:hidden;transform:translate(-3px,-3px);& .img-container-clip{clip-path:polygon(0 0,100% 0,100% 100%,95% 100%,0 85%,0 100%);width:100%;height:100%}}& .main__main-card__text-container{flex-direction:column;align-items:flex-start;width:100%;padding:24px 32px 40px;display:flex}& .main__main-card__image{object-fit:cover;width:100%;height:100%}& .main__main-card__image-tag{background-color:var(--color-gray-6,#f5f5f5);color:var(--color-gray-3,#666);text-transform:uppercase;letter-spacing:.8px;text-align:center;border-radius:20px;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px;position:absolute;top:24px;right:24px}& .main__main-card__title{letter-spacing:-.2px;text-align:left;width:100%;color:var(--color-gray-1,#333);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:36px;font-style:normal;font-weight:300;line-height:48px;display:-webkit-box;overflow:hidden}& .main__main-card__description{letter-spacing:0;text-align:left;color:#676f8f;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin:24px 0 32px;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px;display:-webkit-box;overflow:hidden}& .main__main-card__button{letter-spacing:0;text-align:left;color:var(--color-acian-1,#00a0dc);cursor:pointer;padding:8px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}}& .main__side{border:3px solid var(--color-gray-6,#f5f5f5);box-sizing:border-box;border-radius:20px;flex:8;margin-left:64px;padding:48px 32px 32px;& .main__side__head{color:var(--color-gray-1,#333);letter-spacing:-.2px;text-align:left;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-style:normal;font-weight:400;line-height:32px}& .main__side__card{flex-direction:column;align-items:flex-start;padding:16px 0;display:flex;&:not(:last-child){border-bottom:1px solid var(--color-gray-6,#f5f5f5)}}& .main__side__tag{background-color:var(--color-gray-6,#f5f5f5);color:var(--color-gray-3,#666);text-transform:uppercase;letter-spacing:.8px;text-align:center;border-radius:20px;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}& .main__side__title{color:var(--color-gray-1,#333);letter-spacing:.2px;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:12px 0 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-box;overflow:hidden}& .main__side__description{color:#676f8f;letter-spacing:0;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-box;overflow:hidden}}@media (width<=900px){flex-direction:column;& .main__main-card{flex:1;align-self:stretch;& .main__main-card__img-container{max-height:300px}& .main__main-card__text-container{padding:16px 32px 40px}& .main__main-card__image-tag{top:20px;right:16px}}& .main__side{flex:1;align-self:stretch;margin:32px 0 0}}@media (width<=600px){& .main__main-card{& .main__main-card__img-container{max-height:152px}& .main__main-card__text-container{padding:16px 32px 24px}& .main__main-card__image-tag{top:16px}& .main__main-card__title{letter-spacing:normal;-webkit-line-clamp:3;font-size:20px;font-weight:400;line-height:28px}& .main__main-card__description{-webkit-line-clamp:3;margin:16px 0;font-size:14px;line-height:24px}}& .main__side{padding:48px 24px 32px}}}& .articles{width:100%;max-width:1000px;padding:32px 0 0;& .articles__list{grid-gap:32px 64px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;gap:32px 64px;display:grid}@media (width<=900px){& .articles__list{grid-gap:32px 48px;gap:32px 48px}}}@media (width<=900px){margin-top:56px;padding:24px 0 16px}@media (width<=600px){padding:24px 0 8px;& .breadcrumb-articles{padding:0 32px}}}.portal-article{flex-direction:column;flex:1;margin-top:64px;padding:40px 0 96px;display:flex;& .breadcrumb-article{width:100%;max-width:1120px}& .head{flex-direction:column;align-items:flex-start;width:100%;max-width:1120px;margin:48px 0 32px;display:flex;& .head__tag{color:var(--color-gray-3,#666);letter-spacing:.8px;text-align:center;text-transform:uppercase;background-color:var(--color-gray-6,#f5f5f5);border-radius:20px;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}& .head__title{color:var(--color-gray-1,#333);letter-spacing:-.6px;text-align:left;margin:24px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:40px;font-style:normal;font-weight:400;line-height:48px}& .head__description{color:#676f8f;letter-spacing:0;text-align:left;margin-bottom:0;font-family:Roboto,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:400;line-height:32px}@media (width<=900px){margin:56px 0 24px}@media (width<=600px){margin:32px 0 24px;& .head__title{letter-spacing:-.2px;margin:24px 0 16px;font-size:24px;line-height:32px}& .head__description{font-size:14px;line-height:24px}}}& .article-container{width:100%;max-width:1120px}& .article{float:left;width:calc(70% - 32px);margin-right:32px;& .article__img{width:100%;height:100%;overflow:hidden;&>img{object-fit:cover;width:100%;height:100%}}& .article__img-description{color:#676f8f;letter-spacing:0;text-align:left;margin-top:8px;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px}& .article__date{color:#676f8f;text-transform:uppercase;letter-spacing:.8px;text-align:left;padding:32px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:400;line-height:16px}& .article__content{color:#676f8f;letter-spacing:0;text-align:left;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:300;line-height:28px;& img{max-width:100%;height:auto!important}& b{font-weight:400}}@media (width<=1000px){flex:1;width:100%;margin-right:0}@media (width<=600px){& .article__img-description{letter-spacing:.2px;font-size:12px;line-height:20px}}}& .side{border:3px solid var(--color-gray-6,#f5f5f5);box-sizing:border-box;float:left;border-radius:20px;align-self:flex-start;width:30%;padding:48px 32px 32px;& .side__head{color:var(--color-gray-1,#333);letter-spacing:-.2px;text-align:left;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-style:normal;font-weight:400;line-height:32px}& .side__card{flex-direction:column;align-items:flex-start;padding:16px 0;display:flex;&:not(:last-child){border-bottom:1px solid var(--color-gray-6,#f5f5f5)}}& .side__tag{background-color:var(--color-gray-6,#f5f5f5);color:var(--color-gray-3,#666);text-transform:uppercase;letter-spacing:.8px;text-align:center;border-radius:20px;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}& .side__title{color:var(--color-gray-1,#333);letter-spacing:.2px;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:12px 0 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-box;overflow:hidden}& .side__description{color:#676f8f;letter-spacing:0;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:300;line-height:24px;display:-webkit-box;overflow:hidden}@media (width<=1000px){flex:1;width:100%}@media (width<=900px){& .side__description{font-weight:400}}@media (width<=600px){padding:48px 24px 32px}}& .suggest-evaluation{background-color:var(--color-acian-2,#0086c8);cursor:pointer;border:none;border-radius:8px;align-items:center;width:280px;margin:0;padding:0;transition:background-color .2s;display:flex;position:absolute;bottom:40px;right:32px;& .suggest-evaluation__img{width:60px;height:60px;margin-left:12px}& .suggest-evaluation__txt{color:#fff;letter-spacing:0;text-align:left;margin:16px 28px 16px 10px;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px}@media (width<=1000px){bottom:-20px}@media (width<=900px){bottom:-40px}@media (width<=480px){border-radius:0;width:100%;bottom:-25px;right:0;& .suggest-evaluation__img{margin-left:32px}& .suggest-evaluation__txt{margin:16px 48px 16px 10px}}@media (hover:hover){&:hover{background-color:var(--color-acian-1,#00a0dc)}}}& .loader{flex:1;justify-content:center;align-items:center;width:100%;display:flex}@media (width<=900px){margin-top:56px;padding:40px 0 64px}@media (width<=600px){padding:24px 0 64px}}@media (width<=767px){.suggest-evaluation.feedback-bottom-mobile{z-index:9999;border-radius:0;width:100%;margin:0 auto;position:fixed;bottom:0;left:0;right:0}}.top-bar{justify-content:space-between;align-items:center;gap:var(--ride-gl-spacing-none);border-bottom:1px solid var(--ride-sys-color-border-default);background:var(--ride-sys-color-background-nav-scroll,linear-gradient(180deg, #fff 0%, #fffc 100%));backdrop-filter:blur(8px);align-self:stretch;padding:.75rem 1.5rem;display:flex}@media (width>=768px){.top-bar{justify-content:flex-end;align-items:flex-start;padding:.75rem 3rem}}.user-profile-popover{width:280px;padding:8px 0}.user-profile-popover .user-avatar{color:#fff;background:linear-gradient(135deg,#2b304e 0%,#03050f 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:10px auto 15px;font-size:24px;font-weight:500;display:flex;box-shadow:0 4px 12px #03050f26}.user-profile-popover .user-info{text-align:center;flex-direction:column;margin-bottom:20px;padding:0 16px;display:flex}.user-profile-popover .user-info .user-name{color:#03050f;margin-bottom:4px;font-size:18px;font-weight:600}.user-profile-popover .user-info .user-company{color:#5e6488;margin-bottom:2px;font-size:14px}.user-profile-popover .user-info .user-role{color:#2b304e;background-color:#a9afd14d;border-radius:12px;margin:5px auto 0;padding:2px 8px;font-size:13px;display:inline-block}.user-profile-popover .user-menu{border-top:1px solid #a9afd14d;margin:0;padding:0;list-style:none}.user-profile-popover .user-menu .menu-item{cursor:pointer;color:#5e6488;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.user-profile-popover .user-menu .menu-item:hover{color:#03050f;background-color:#a9afd11a}.user-profile-popover .user-menu .menu-item:last-child{border-top:1px solid #a9afd14d;margin-top:4px}.user-profile-popover .user-menu .menu-item .anticon{color:#a9afd1;font-size:16px}.user-profile-popover .user-menu .menu-item:hover .anticon{color:#2b304e}.divider{border:1px solid var(--ride-sys-color-text-extreme);width:100%;margin-top:0;margin-bottom:1rem}.empty{text-align:center;border-radius:var(--ride-sys-border-radius-container-xlarge);background-color:var(--ride-sys-color-surface-subtle);flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;padding:72px 20px;display:flex;& .empty__title{font-family:var(--ride-sys-text-title-2xlarge-default-font-family);font-weight:var(--ride-sys-text-title-2xlarge-default-font-weight);line-height:var(--ride-sys-text-title-2xlarge-default-line-height);font-size:var(--ride-sys-text-title-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-2xlarge-default-letter-spacing)}& .empty__description{font-family:var(--ride-sys-text-paragraph-large-default-font-family);font-weight:var(--ride-sys-text-paragraph-large-default-font-weight);line-height:var(--ride-sys-text-paragraph-large-default-line-height);font-size:var(--ride-sys-text-paragraph-large-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-default-letter-spacing);color:var(--ride-sys-color-text-medium);margin-bottom:0}}.skeleton-list{width:100%;& .skeleton-list__newsletters{width:100%;height:150px;margin:10px 0;& .ant-skeleton-content{width:100%;height:100%;& .ant-skeleton-paragraph{width:100%;height:100%;& li{border-radius:15px;height:100%;width:100%!important}}}}& .skeleton-list__table{width:100%;height:62px;margin:3px 0;& .ant-skeleton-content{width:100%;height:100%;& .ant-skeleton-paragraph{width:100%;height:100%;& li{height:100%;width:100%!important}}}}& .skeleton-list__table--initial{& .ant-skeleton-content{& .ant-skeleton-paragraph{& li{border-top-left-radius:12px;border-top-right-radius:12px}}}}& .skeleton-list__table--final{& .ant-skeleton-content{& .ant-skeleton-paragraph{& li{border-bottom-right-radius:12px;border-bottom-left-radius:12px}}}}& .skeleton-list__title{width:100%;height:40px;margin:10px 0;& .ant-skeleton-content{width:100%;height:100%;& .ant-skeleton-paragraph{width:100%;height:100%;& li{height:100%;width:100%!important}}}}& .skeleton-list__card{width:100%;height:179px;margin:10px 0;& .ant-skeleton-content{width:100%;height:100%;& .ant-skeleton-paragraph{width:100%;height:100%;& li{border-radius:15px;height:100%;width:100%!important}}}}}.tabs{--color-primary:var(--ride-sys-color-surface-extreme);&.ant-tabs-top>.ant-tabs-nav{margin-bottom:24px}& .ant-tabs-nav:before{border-bottom:1px solid var(--ride-sys-color-border-default)}& .ant-tabs-tab{font-family:var(--ride-sys-text-label-large-semibold-font-family), serif, sans-serif, monospace;font-weight:var(--ride-sys-text-label-large-semibold-font-weight);font-size:var(--ride-sys-text-title-xlarge-default-font-size);color:var(--ride-sys-color-text-medium);letter-spacing:var(--ride-sys-text-paragraph-small-bold-letter-spacing);border-radius:var(--ride-sys-border-radius-container-medium);background-color:#0000;padding:12px 16px;line-height:24px;transition:background-color .3s,color .3s;margin:0!important;&.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)}@media (hover:hover){&:hover{background-color:var(--ride-sys-color-surface-medium);color:var(--color-primary)}}@media (hover:none){&:active{background-color:var(--ride-sys-color-surface-medium);color:var(--color-primary)}}& .ant-tabs-tab-btn:active,& .ant-tabs-tab-btn:focus:not(:focus-visible){color:var(--color-primary)}}& .ant-tabs-ink-bar.ant-tabs-ink-bar-animated{background-color:var(--color-primary);height:2.5px}@media (width<=767px){& .ant-tabs-tab{font-size:var(--ride-gl-font-size-medium);line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge)}}}.container{box-sizing:border-box;width:100%;max-width:1024px;font-family:var(--ride-gl-font-family-primary);margin:0 auto;padding:2rem 1.5rem;@media screen and (width>=768px){padding:4rem}}.select-wrapper{flex-direction:column;gap:4px;width:100%;display:flex}.select-wrapper label{color:var(--ride-sys-color-text-extreme,#03050f);font-size:var(--ride-gl-font-size-medium,14px);font-weight:600}.select-wrapper .ant-select-disabled .ant-select-selector{border-color:#ccd1ee!important}.select-wrapper .ant-select-disabled .ant-select-arrow svg path,.select-wrapper .ant-select-disabled .ant-select-arrow svg rect,.select-wrapper .ant-select-disabled .ant-select-arrow svg circle{fill:#ccd1ee!important}.modal{& .ant-modal-content{border-radius:var(--ride-sys-border-radius-container-xlarge);padding:52px 32px 32px}& .ant-modal-header{margin-bottom:16px;& .ant-modal-title{letter-spacing:-.2px;color:#141938;margin-bottom:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-style:normal;font-weight:900;line-height:36px}}& .ant-modal-body{font-size:var(--ride-sys-text-paragraph-large-default-font-size)}& .ant-modal-footer{text-align:end;background:0 0;border-top:none;border-radius:0;margin-top:52px;padding:0}}@media (width<=767px){.title{font-size:var(--ride-gl-font-size-3xlarge);line-height:var(--ride-gl-line-height-3xlarge)}}.upload-file-container{width:100%}.upload-file-content{background:var(--ride-sys-color-surface-default,white);outline:1px var(--ride-sys-color-border-medium,#5e6488) solid;outline-offset:-1px;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:12px 16px 12px 20px;display:flex}.upload-file-text{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;display:flex}.upload-file-title{width:100%;color:var(--ride-sys-color-text-extreme,#03050f);letter-spacing:.2px;word-wrap:break-word;font-family:BR Sonoma,sans-serif;font-size:16px;font-weight:700;line-height:24px}.upload-file-description{width:100%;color:var(--ride-sys-color-text-medium,#5e6488);letter-spacing:.2px;word-wrap:break-word;font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:400;line-height:24px}.upload-file-error{width:100%;color:var(--ride-sys-color-text-error,#ff334b);letter-spacing:.1px;margin-top:4px;font-family:BR Sonoma,sans-serif;font-size:12px;font-weight:500;line-height:20px}.upload-file-loading{align-items:center;gap:8px;display:flex}.upload-file-loading span{color:var(--ride-sys-color-text-medium,#5e6488);font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:400}.upload-file-completed{align-items:center;gap:8px;display:flex}.upload-file-completed svg{color:var(--ride-sys-color-icon-success,#00b078);width:16px;height:16px}.upload-file-download{color:var(--ride-sys-color-text-primary-default,#621fff);letter-spacing:.2px;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:500;line-height:24px;text-decoration:underline}.upload-file-download:hover{color:var(--ride-sys-color-text-primary-hover,#4b17cc)}.upload-file-attached{align-items:center;gap:8px;display:flex}.upload-file-attached svg{color:var(--ride-sys-color-icon-default,#5e6488);width:16px;height:16px}.upload-file-name{color:var(--ride-sys-color-text-medium,#5e6488);letter-spacing:.2px;font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:500;line-height:24px}@media (width<=640px){.upload-file-content{flex-direction:column;align-items:flex-start;padding:16px}}.ticket-detail{background:var(--ride-gl-color-neutral-0);border-radius:var(--ride-gl-border-radius-xlarge);padding:var(--ride-gl-spacing-4xlarge) var(--ride-gl-spacing-4xlarge);border:1px solid var(--ride-gl-color-neutral-40);gap:var(--ride-gl-spacing-4xlarge);flex-direction:column;display:flex}.ticket-detail__header{align-items:center;gap:var(--ride-gl-spacing-xlarge);display:flex}.ticket-detail__icon{border-radius:var(--ride-gl-border-radius-xlarge);width:var(--ride-gl-size-icon-medium);height:var(--ride-gl-size-icon-medium);justify-content:center;align-items:flex-end;margin-top:auto;display:flex}.ticket-detail__info{gap:var(--ride-gl-spacing-large);flex-direction:column;display:flex}.ticket-detail__status{font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-small);font-weight:var(--ride-gl-font-weight-bold);color:var(--ride-gl-color-success-100);margin-bottom:4px}.ticket-detail__divider{height:var(--ride-gl-border-width-thin);background:var(--ride-gl-color-neutral-40);margin:0 0 var(--ride-gl-spacing-small) 0;border:none}.attachments-history{background:var(--ride-sys-color-surface-default);border-radius:var(--ride-sys-border-radius-container-small);margin-top:var(--ride-gl-spacing-3xlarge);margin-bottom:var(--ride-gl-spacing-3xlarge);border:none;min-height:200px;max-height:400px;padding:0;position:relative;overflow-y:auto}.attachments-history--no-border{border:none}.attachments-history__group{margin-bottom:var(--ride-gl-spacing-2xlarge)}.attachments-history__date-badge{margin-bottom:var(--ride-gl-spacing-2xlarge);justify-content:center;display:flex}.attachments-history__date-badge--center{justify-content:center}.attachments-history__date-badge span{background:var(--ride-sys-color-surface-moderate);color:var(--ride-sys-color-text-medium);font-family:var(--ride-gl-font-family-primary);font-size:var(--ride-gl-font-size-small);font-weight:var(--ride-gl-font-weight-semibold);line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge);padding:var(--ride-gl-spacing-small) var(--ride-gl-spacing-large);border-radius:var(--ride-gl-border-radius-small);box-shadow:0 1px 4px #1433cc0a}.attachments-history__table{gap:var(--ride-gl-spacing-large);flex-direction:column;display:flex}.attachments-history__row{align-items:center;gap:var(--ride-gl-spacing-2xlarge);border-radius:var(--ride-sys-border-radius-container-small);cursor:pointer;background:0 0;min-height:52px;transition:background .2s;display:flex}.attachments-history__row:hover{background:var(--ride-sys-color-surface-subtle)}.attachments-history__icon{border-radius:var(--ride-sys-border-radius-container-small);border:1px solid var(--ride-sys-color-border-default);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 1px 4px #1433cc0a}.attachments-history__icon--image{background:var(--ride-sys-color-surface-default);border:1px solid var(--ride-sys-color-border-default);box-shadow:0 1px 4px #1433cc0a}.attachments-history__icon--file{border:1px solid var(--ride-sys-color-border-default);box-shadow:0 1px 4px #1433cc0a}.attachments-history__row--image,.attachments-history__row--file{background:var(--ride-sys-color-surface-default);border-radius:16px}.content-preview--image{background:var(--ride-sys-color-surface-default);align-items:center;gap:var(--ride-gl-spacing-large);border-radius:16px;flex-direction:column;display:flex}.attachments-history__filename-text{color:var(--ride-sys-color-text-interactive);font-family:var(--ride-gl-font-family-primary);font-size:var(--ride-gl-font-size-medium);font-weight:var(--ride-gl-font-weight-semibold);line-height:var(--ride-gl-line-height-xlarge);letter-spacing:var(--ride-gl-letter-spacing-xlarge);word-break:break-all;text-decoration:underline}.attachments-modal__image-preview{background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;gap:20px;margin:0;padding:0;display:flex}.attachments-modal__img{max-width:100%;max-height:70vh;margin:0;display:block}.attachments-modal__img--rounded{border-radius:16px}.support-chat__history{gap:var(--ride-gl-spacing-5xlarge);flex-direction:column;max-height:500px;display:flex;overflow-y:auto;padding:var(--ride-gl-spacing-4xlarge) 0!important;background:0 0!important;border-radius:0!important;margin-bottom:0!important}.support-chat__input-bar{flex-shrink:0;box-shadow:none!important;gap:var(--ride-gl-spacing-large)!important;background:0 0!important;border-radius:0!important;margin-bottom:0!important;padding:0!important}.support-chat__date-separator{flex-shrink:0;justify-content:center;width:100%;display:flex}.support-chat__date-badge{background:var(--ride-gl-color-neutral-20);color:var(--ride-gl-color-neutral-70);font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-small);font-weight:var(--ride-gl-font-weight-semibold);line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge);padding:var(--ride-gl-spacing-small) var(--ride-gl-spacing-large);border-radius:var(--ride-gl-border-radius-small);white-space:nowrap}.support-chat__message{gap:var(--ride-gl-spacing-medium);flex-direction:column;width:100%;display:flex}.support-chat__message-header{align-items:center;gap:var(--ride-gl-spacing-2xlarge);min-height:40px;display:flex}.support-chat__message-header--right{justify-content:flex-end}.support-chat__message-avatar{border-radius:var(--ride-gl-border-radius-medium);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.support-chat__message-avatar--user{background:var(--ride-gl-color-neutral-30);color:var(--ride-gl-color-neutral-70)}.support-chat__message-avatar--brand{border-radius:var(--ride-gl-border-radius-circle);background:var(--ride-gl-color-brand-60);flex-shrink:0;width:32px;height:32px;overflow:hidden}.support-chat__message-avatar--brand img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%;padding:4px}.support-chat__message-info{align-items:center;gap:var(--ride-gl-spacing-xlarge);display:flex}.support-chat__message-name{font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-medium);font-weight:var(--ride-gl-font-weight-bold);line-height:var(--ride-gl-line-height-xlarge);letter-spacing:var(--ride-gl-letter-spacing-xlarge);color:var(--ride-gl-color-neutral-100);white-space:nowrap}.support-chat__message-time{font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-small);font-weight:var(--ride-gl-font-weight-medium);line-height:var(--ride-gl-line-height-large);letter-spacing:var(--ride-gl-letter-spacing-large);color:var(--ride-gl-color-neutral-70);white-space:nowrap}.support-chat__message-body{font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-medium);font-weight:var(--ride-gl-font-weight-medium);line-height:var(--ride-gl-line-height-xlarge);letter-spacing:var(--ride-gl-letter-spacing-xlarge);color:var(--ride-gl-color-neutral-100)}.support-chat__message-body--left{padding-left:calc(40px + var(--ride-gl-spacing-2xlarge))}.support-chat__message-body--right{padding-right:calc(32px + var(--ride-gl-spacing-2xlarge));text-align:right}.support-chat__message-image{aspect-ratio:auto;border-radius:var(--ride-gl-border-radius-medium);object-fit:contain;width:100%;min-width:min(320px,100%);max-width:60%;height:auto;display:block}.support-chat__message-body--right .support-chat__message-image{margin-left:auto}.support-chat__file-card{align-items:center;gap:var(--ride-gl-spacing-2xlarge);border:var(--ride-gl-border-width-thin) solid var(--ride-gl-color-neutral-40);border-radius:var(--ride-gl-border-radius-medium);padding:var(--ride-gl-spacing-xlarge) var(--ride-gl-spacing-3xlarge) var(--ride-gl-spacing-xlarge) var(--ride-gl-spacing-2xlarge);cursor:pointer;background:var(--ride-gl-color-neutral-0);max-width:320px;display:inline-flex}.support-chat__file-card-info{gap:var(--ride-gl-spacing-medium);flex-direction:column;min-width:0;display:flex}.support-chat__file-card-name{font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-medium);font-weight:var(--ride-gl-font-weight-semibold);line-height:var(--ride-gl-line-height-xlarge);letter-spacing:var(--ride-gl-letter-spacing-xlarge);color:var(--ride-gl-color-neutral-100);white-space:nowrap;text-overflow:ellipsis;max-width:200px;text-decoration:underline;overflow:hidden}.support-chat__send-btn{all:unset;cursor:pointer;color:var(--ride-gl-color-neutral-80);justify-content:center;align-items:center;display:flex}.support-chat__send-btn:disabled{opacity:.4;cursor:not-allowed}.support-chat__file-card-meta{font-family:var(--ride-gl-font-family-primary), sans-serif;font-size:var(--ride-gl-font-size-small);font-weight:var(--ride-gl-font-weight-regular);line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge);color:var(--ride-gl-color-neutral-70)}.filters-row{flex-direction:row;align-items:flex-end;gap:1rem;width:100%;display:flex}.filter-item{flex:1}.filters-row.mobile{flex-direction:column}.filters-row.mobile .filter-item{flex:unset;width:100%}@media (width<=767px){.filters-row{flex-direction:column}.filter-item{flex:unset;width:100%}}.progress__button-container{justify-content:flex-end;gap:16px;width:100%;display:flex}.progress__card{background:var(--ride-sys-color-surface-moderate);border-radius:var(--ride-sys-border-radius-container-xlarge);padding:var(--ride-gl-spacing-4xlarge) var(--ride-gl-spacing-5xlarge);-ms-flex-align:start;align-items:start;gap:var(--ride-gl-spacing-4xlarge);flex-direction:column;max-width:100%;min-height:100%;display:flex}.progress__bar-bg{background:var(--ride-sys-color-border-default);border-radius:8px;height:16px;display:flex}.progress__bar-active{background:var(--ride-sys-color-chart-04);border-radius:8px;height:16px}.progress__legend{flex-direction:row;align-items:center;gap:32px;display:flex}.progress__dot{border-radius:var(--ride-sys-border-radius-container-small);width:16px;height:16px;display:inline-block}.progress__bar-right{flex-direction:column;width:100%;display:flex}.progress__total-end{text-align:right;margin-top:20px;display:block}.progress__row{flex-direction:row;justify-content:space-between;align-items:center;gap:30px;width:100%;height:100%;display:flex}.progress__row-inner{flex-direction:row;justify-content:center;align-items:center;gap:8px;display:flex}.progress__legend-separator{border:none;border-bottom:2px solid var(--ride-gl-color-neutral-40);width:100%;margin:8px 0;display:block}.progress__legend-col{flex-direction:column;align-items:start;gap:22px;width:100%;display:flex}.progress__skeleton{min-width:100%;min-height:100%}.progress__legend.mobile{flex-direction:column;align-items:start;gap:22px;width:100%;display:flex}.progress__legend-separator.mobile{border:none;border-bottom:2px solid var(--ride-gl-color-neutral-40);width:100%;margin:8px 0;display:block}@media (width<=767px){.progress__legend{flex-direction:column;align-items:start;gap:22px;display:flex}}.progress-circle__legend-scroll{background:var(--ride-sys-color-surface-moderate);border-radius:8px;max-height:240px;overflow-y:auto}.progress-circle__legend-scroll::-webkit-scrollbar{width:8px}.progress-circle__legend-scroll::-webkit-scrollbar-thumb{background:var(--ride-sys-color-border-default);border-radius:8px}.progress-circle__legend-scroll::-webkit-scrollbar-track{background:var(--ride-sys-color-surface-moderate);border-radius:8px}.progress-circle__legend-scroll{scrollbar-color:var(--ride-sys-color-border-default) var(--ride-sys-color-surface-moderate);scrollbar-width:thin}.progress-circle__button-container{justify-content:flex-end;width:100%;display:flex}.progress-circle__container{background:var(--ride-sys-color-surface-moderate);border-radius:var(--ride-sys-border-radius-container-xlarge);width:100%;height:auto;padding:var(--ride-gl-spacing-5xlarge) var(--ride-gl-spacing-5xlarge);gap:var(--ride-gl-spacing-2xlarge);flex-direction:column;display:flex}.progress-circle__subcontainer{justify-content:space-evenly;align-items:center;gap:var(--ride-gl-spacing-xlarge);flex-direction:row;padding:40px 0;display:flex}.progress-circle__center-content{text-align:center;color:#111827;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.progress-circle__center-value{flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.progress-circle__center-label{max-width:100px;font-size:14px;line-height:18px}.progress-circle__label-outside{text-align:center;position:absolute}.progress-circle__label-vertical{flex-direction:column;justify-content:center;align-items:center;max-width:80px;display:flex}.progress-circle__label-vertical span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.progress-circle__legend-color{border-radius:var(--ride-sys-border-radius-container-small);width:16px;height:16px;display:block}.progress-circle__legend-separator{background-color:var(--ride-gl-color-neutral-40);border-radius:1px;width:100%;height:2px;margin-top:2px}.progress-circle__no-data{font-size:14px;font-weight:600}.progress-circle__legend-row{align-items:center;gap:8px;padding-top:16px;padding-bottom:16px;display:flex}@media (width<=767px){.progress-circle-subcontainer{justify-content:center;gap:var(--ride-gl-spacing-xlarge);flex-direction:column;display:flex}.progress-circle-container{gap:var(--ride-gl-spacing-1xlarge);padding:var(--ride-gl-spacing-3xlarge) var(--ride-gl-spacing-3xlarge)}.progress-circle__subcontainer{flex-direction:column;display:flex}}.section-management-data__row{flex-direction:row;gap:24px;width:100%;display:flex}.section-management-data__col{flex:1 1 0;min-width:0;display:flex}.section-management-data{flex-direction:column;gap:1rem;height:100%;display:flex}.section-management-data__row.mobile{flex-direction:column;display:flex}@media (width<=767px){.section-management-data__row{flex-direction:column}.section-management-data__col{width:100%}}.carousel__paragraph{text-overflow:ellipsis;white-space:pre-line;word-break:break-word;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.carousel{background:var(--ride-sys-color-surface-moderate);border-radius:var(--ride-sys-border-radius-container-xlarge);padding:var(--ride-gl-spacing-2xlarge) var(--ride-gl-spacing-2xlarge);align-items:center;gap:var(--ride-gl-spacing-4xlarge);flex-flow:wrap;max-width:100%;display:flex}.carousel__image{object-fit:cover;border-radius:16px;width:368px;height:176px}.carousel__content{flex-direction:column;flex:1;justify-content:space-between;height:176px;display:flex}.carousel__dots{justify-content:center;gap:20px;margin-top:24px;display:flex}.carousel__dot{cursor:pointer;width:8px;height:8px;box-shadow:none;appearance:none;background:#e0e2ee;border:none;border-radius:50%;outline:none;padding:0;transition:all .2s;display:inline-block}.carousel__dot--active{background:#18192b;border-radius:8px;width:32px}@media (width<=767px){.carousel{flex-direction:column;align-items:flex-start;display:flex}.carousel__image{width:100%;max-width:none;height:176px}.carousel__content{align-items:start;width:100%;display:flex}}.section-virtual-courses{flex-direction:column;gap:1rem;display:flex}.section-virtual-courses__header{justify-content:space-between;align-items:center;display:flex}.section-virtual-courses__title{font-size:var(--title-xlarge-default,2rem);margin:0;font-weight:700}.section-virtual-courses__user{flex-direction:row;gap:1.5rem;width:100%;display:flex}.section-virtual-courses__user-half{flex:50%;display:flex}.section-virtual-courses__admin{flex-direction:column;gap:1.5rem;width:100%;display:flex}.section-virtual-courses__admin-group{flex-direction:row;gap:1.5rem;width:100%;display:flex}.section-virtual-courses__admin-half{flex:50%;display:flex}.section-virtual-courses__user.mobile,.section-virtual-courses__admin-group.mobile{flex-direction:column;display:flex}@media (width<=767px){.section-virtual-courses__user,.section-virtual-courses__admin-group{flex-direction:column;display:flex}}.user-list{width:100%;min-height:100%;padding-top:var(--ride-gl-spacing-4xlarge);flex-direction:column;display:flex}.user-list__header{align-items:center;gap:8px;display:flex}.user-list__icon{align-items:center;display:flex}.user-list__title{font-family:var(--ride-gl-font-family-primary);font-weight:700;font-size:var(--ride-gl-font-size-medium);color:var(--ride-sys-color-text-extreme)}.user-list__items{flex-direction:column;gap:14px;margin:12px 0 0;padding:0;list-style:none;display:flex}.user-list__item{box-sizing:border-box;border-bottom:1px solid var(--ride-sys-color-border-light);justify-content:space-between;align-items:center;gap:32px;width:100%;display:flex}.user-list__name{font-family:var(--ride-gl-font-family-primary);font-weight:500;font-size:var(--ride-gl-font-size-medium);color:var(--ride-sys-color-text-extreme)}.user-list__progress{font-family:var(--ride-gl-font-family-primary);font-weight:700;font-size:var(--ride-gl-font-size-medium);color:var(--ride-sys-color-text-medium);white-space:nowrap;padding-right:10px}.user-list__footer{justify-content:flex-start;margin-top:auto;display:flex}.user-description-item{font-family:var(--ride-gl-font-family-primary);font-weight:700;font-style:Bold;font-size:var(--ride-gl-font-size-medium);line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-2xlarge);color:var(--ride-sys-color-text-medium);padding-right:10px}.user-name-item{font-family:var(--ride-gl-font-family-primary);font-weight:500;font-style:Medium;font-size:var(--ride-gl-font-size-medium);line-height:var(--ride-gl-line-height-xlarge);letter-spacing:var(--ride-gl-letter-spacing-xlarge);color:var(--ride-sys-color-text-extreme)}.user-list-item{box-sizing:border-box;border-bottom:1px solid var(--ride-sys-color-border-light);justify-content:space-between;align-items:center;gap:45px;width:100%;display:flex}.user-list__item--empty{width:100%;height:150px;font-size:16px;font-family:var(--ride-gl-font-family-primary);border-radius:12px;justify-content:center;align-items:center;font-weight:700;display:flex}.course-progress-card{opacity:1;border-radius:var(--ride-gl-border-radius-xlarge);width:298.67px;padding-top:var(--ride-gl-spacing-large);padding-right:var(--ride-gl-spacing-large);padding-bottom:var(--ride-gl-spacing-xlarge);padding-left:var(--ride-gl-spacing-large);border-width:var(--ride-sys-border-width-container-thick);border-style:solid;border-color:var(--ride-sys-color-border-default);cursor:pointer;background:#fff;flex-direction:column;transition:box-shadow .25s cubic-bezier(.4,.2,.2,1),transform .25s cubic-bezier(.4,.2,.2,1);display:flex;box-shadow:0 2px 8px #0000000f}.course-progress-card:hover{z-index:2;transform:translateY(-4px)scale(1.03);box-shadow:0 8px 24px #00000024}.course-progress-card__image-container{border-radius:20px;width:100%;min-height:160px;position:relative;overflow:hidden}.course-progress-card__image{object-fit:cover;width:100%;height:160px;display:block}.course-progress-card__expiring{background:var(--ride-sys-color-surface-feedback-warning);color:#222;z-index:2;border-radius:8px;padding:4px 12px;font-size:14px;font-weight:700;position:absolute;top:16px;right:16px;box-shadow:0 1px 4px #00000014}.course-progress-card__content{text-align:center;flex-direction:column;justify-content:space-between;height:100%;margin-top:.5rem;display:flex}.course-progress-card__row{justify-content:center;align-items:center;gap:8px;margin-bottom:6px;padding-bottom:5px;display:flex}.course-progress-card__bar-bg{background:#e0e7ff;border-radius:4px;width:80%;min-width:120px;max-width:180px;height:8px;margin:0 auto}.course-progress-card__content{text-align:center}.course-progress-card__row{justify-content:center;align-items:center;gap:10px;margin-bottom:2px;display:flex}.course-progress-card__icon{align-items:center;display:flex}.course-progress-card__bar-bg{background:#e0e7ff;border-radius:4px;width:100%;height:8px;margin:0 auto}.course-progress-card__bar{background:#1e293b;border-radius:4px;height:100%;transition:width .3s}.pending-courses__cards{flex-flow:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}.pending-courses__title{width:100%}@media (width<=767px){.pending-courses__title{max-width:70%}.pending-courses__cards{flex-direction:column;align-items:center;gap:0}.carousel{flex-direction:column;align-items:center;width:100%;display:flex}.carousel__dots{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.carousel__dot{cursor:pointer;background:#e5e7eb;border-radius:4px;width:24px;height:8px;transition:background .3s;display:inline-block}.carousel__dot--active{background:#232a36}}.table__header-fields{width:100%;font-size:15px;line-height:1.5;font-family:var(--ride-gl-font-family-primary);background-color:var(--ride-sys-color-surface-medium);border:none;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid;padding:0!important}.table__header-info{background-color:var(--ride-sys-color-surface-medium);border-radius:12px;margin-bottom:0;padding:16px}.table__empty-message{width:100%;min-height:200px;font-size:20px;font-family:var(--ride-gl-font-family-primary);border-radius:12px;justify-content:center;align-items:center;font-weight:700;display:flex}.service-requests-list__filters{flex-direction:row;align-items:flex-end;gap:1rem;width:100%;margin-bottom:1rem;display:flex}.service-requests-list__filter{flex:1}.service-requests-list__filter--date{flex:1;min-width:250px;max-width:520px}.service-requests-list__filter--date.mobile{width:100%;max-width:100%}.service-requests-list__filters--mobile{flex-direction:column}.service-requests-list__filters--mobile .service-requests-list__filter{flex:unset;width:100%}.service-requests-list__header{justify-content:space-between;align-items:center;width:100%;display:flex}.service-requests-list__filter--actions{align-items:flex-end;display:flex}.service-requests-list__title{font-family:var(--ride-gl-font-family-primary);font-weight:700;font-size:var(--ride-gl-font-size-medium);color:var(--ride-sys-color-text-extreme)}.service-requests-list__header-title{width:auto}.service-requests-list__drawer-footer{justify-content:flex-end;gap:1rem;display:flex}.service-requests-list__filters.mobile{flex-direction:column}.service-requests-list__filter.mobile{flex:unset;width:100%}@media (width<=767px){.service-requests-list__filters{flex-direction:column}.service-requests-list__filter{flex:unset;width:100%}.service-requests-list__header{margin-bottom:10px}.service-requests-list__header-title{max-width:200px}}.section-services__container{flex-direction:row;gap:1.5rem;width:100%;display:flex}.section-services__half{flex:50%;display:flex}.section-services__container.mobile{flex-direction:column;display:flex}@media (width<=767px){.section-services__container{flex-direction:column;display:flex}}.value-offer-progress__icon-info{flex-direction:column;align-items:center;display:flex}.value-offer-progress{background:var(--ride-sys-color-surface-moderate);border-radius:20px;height:100%;padding:24px}.value-offer-progress__title{font-size:1.25rem;font-weight:700}.value-offer-progress__bar-container{margin:16px 0}.value-offer-progress__bar{background:#e2e6f7;border-radius:8px;height:16px;display:flex;position:relative;overflow:hidden}.value-offer-progress__bar-segment--used{width:var(--used-percent);background:#18b89a;height:100%;transition:width .3s}.value-offer-progress__bar-segment--additional{width:var(--additional-percent);background:#3815fc;height:100%;transition:width .3s}.value-offer-progress__bar-segment--aviable{width:var(--aviable-percent);background:#e2e6f7;height:100%;transition:width .3s}.value-offer-progress__bar-label{justify-content:end;align-items:center;margin-top:10px;display:flex}.value-offer-progress__section{align-items:center;margin-bottom:8px;display:flex}.value-offer-progress__section-icon{border-radius:var(--ride-sys-border-radius-container-small);width:16px;height:16px;margin-right:8px}.value-offer-progress__section-icon--used{background:var(--ride-sys-color-chart-04)}.value-offer-progress__section-icon--additional{background:var(--ride-sys-color-chart-02)}.value-offer-progress__section-icon--aviable{background:var(--ride-sys-color-border-default)}.value-offer-progress__section-value{margin-left:auto;font-size:16px;font-weight:500}.value-offer-progress__details{margin-bottom:4px;margin-left:24px}.value-offer-progress__details-row{color:var(--ride-sys-color-text-interactive);justify-content:space-between;margin:5px 0;display:flex}.value-offer-progress__details-value{color:#222}.value-offer-progress__divider{border:none;border-top:1px solid #e2e6f7;margin:16px 0}.value-offer-progress__warning{align-items:center;gap:8px;display:flex}.value-offer-progress__warning-icon{font-size:22px}.section-prevention-services{flex-direction:column;align-items:flex-start;width:50%;display:flex}.section-prevention-services.mobile{flex-direction:column;align-items:flex-start;width:100%;display:flex}@media (width<=767px){.section-prevention-services{width:100%}}.renewed-chart__companies-scroll{background:var(--ride-sys-color-surface-moderate);border-radius:8px;max-height:270px;overflow-y:auto}.renewed-chart__companies-scroll::-webkit-scrollbar{width:8px}.renewed-chart__companies-scroll::-webkit-scrollbar-thumb{background:var(--ride-sys-color-border-default);border-radius:8px}.renewed-chart__companies-scroll::-webkit-scrollbar-track{background:var(--ride-sys-color-surface-moderate);border-radius:8px}.renewed-chart__companies-scroll{scrollbar-color:var(--ride-sys-color-border-default) var(--ride-sys-color-surface-moderate);scrollbar-width:thin}.renewed-chart{background-color:var(--ride-sys-color-surface-moderate);border-radius:var(--ride-sys-border-radius-container-xlarge);padding:var(--ride-gl-spacing-4xlarge) var(--ride-gl-spacing-5xlarge);flex-direction:column;width:100%;display:flex}.renewed-chart__subtitle{margin-bottom:8px;font-size:15px;font-weight:600}.renewed-chart__bar-total{background:var(--ride-sys-color-border-default);border-radius:8px;height:24px;margin-bottom:16px;position:relative;overflow:hidden}.renewed-chart__total-renewed{font-size:12px;font-family:var(--ride-gl-font-family-primary);margin-bottom:24px}.renewed-chart__companies{width:100%;max-height:200px;overflow-y:auto}.renewed-chart__company{margin-bottom:20px}.renewed-chart__company-name{margin-bottom:4px;font-size:15px;font-weight:600}.renewed-chart__bar{background:var(--ride-sys-color-border-default);border-radius:8px;height:24px;margin-bottom:16px;position:relative;overflow:hidden}.renewed-chart__bar-fill{background:var(--ride-sys-color-chart-02);border-radius:8px;height:100%;transition:width .5s}.renewed-chart__percent{font-weight:700;position:absolute;top:2px;right:10px}.workshop{box-sizing:border-box;background:#f4f6ff;border-radius:16px;width:100%;margin:0 auto;padding:24px;position:relative}.workshop__container{flex-flow:column wrap;justify-content:space-between;gap:16px;display:flex}.workshop__container--horizontal{flex-direction:row;gap:32px}.workshop__combobox{min-width:100%}.workshop__combobox--horizontal{min-width:40%}.workshop__combobox--vertical,.workshop__metrics{min-width:100%}.workshop__metrics--horizontal{min-width:50%}.workshop__metrics--vertical{min-width:100%}.workshop__metric{justify-content:space-between;align-items:center;margin:15px 0;display:flex}.workshop__metric-label{font-size:15px;font-weight:600}.workshop__metric-value{font-size:15px;font-weight:500}.workshop__metric-separator{background-color:var(--ride-gl-color-neutral-40);border:none;border-radius:1px;width:100%;height:2px;margin-top:2px}.workshop__button-container{justify-content:flex-end;width:100%;margin-top:24px;display:flex}@media (width<=767px){.workshop__combobox,.workshop__combobox--horizontal,.workshop__metrics,.workshop__metrics--horizontal{min-width:100%}}.risk-services__col--half{width:50%}.risk-services__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.risk-services__row{flex-direction:row;gap:1.5rem;width:100%;display:flex}.risk-services__col{flex:1 1 0;min-width:0;display:flex}.risk-services__row.mobile{flex-direction:column;display:flex}@media (width<=767px){.risk-services__row{flex-direction:column}.risk-services__col{flex-direction:column;width:100%}}.section-prevention-executives__col{border-radius:var(--ride-sys-border-radius-container-xlarge);background-color:var(--ride-sys-color-surface-moderate);flex-direction:column;gap:1.5rem;display:flex}.prevention-executives__row{flex-direction:row;gap:1.5rem;width:100%;display:flex}.prevention-executives__row.mobile{flex-direction:column;gap:1.5rem;width:100%;display:flex}.prevention-executives__col{flex:1 1 0;min-width:0;display:flex}@media (width<=767px){.prevention-executives__row{flex-direction:column}.prevention-executives__col{flex-direction:column;width:100%}}.summary-container{max-width:1040px;margin:auto}.summary-subcontainer{padding:var(--ride-gl-spacing-7xlarge);gap:var(--ride-gl-spacing-xlarge);padding:var(--ride-gl-spacing-7xlarge);flex-direction:column;display:flex}.summary-combobox-container{max-width:350px}@media (width<=767px){.summary-subcontainer{padding:var(--ride-gl-spacing-5xlarge) var(--ride-gl-spacing-4xlarge)}}.location-form{gap:20px;display:flex}.location-form__left{flex-direction:column;flex:1;gap:16px;display:flex}.location-form__right{flex:1;min-height:350px}.location-form__search-wrapper{z-index:auto;position:relative}.location-form__search-hint{color:#666;margin-top:12px;font-size:12px}.location-form__suggestions{z-index:10;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;width:100%;max-height:200px;margin-top:4px;position:absolute;overflow-y:auto;box-shadow:0 2px 8px #00000026}.location-form__suggestion-item{cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;width:100%;color:inherit;background:0 0;border:none;border-bottom:1px solid #f0f0f0;padding:8px 12px}.location-form__suggestion-item:hover{background-color:#f5f5f5}.location-form__suggestion-item:last-child{border-bottom:none}.location-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex;& .location-filters__label{color:#03050f;margin-right:8px;font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:500;line-height:24px}& .location-filters__badge-container{flex-wrap:wrap;gap:8px;display:flex}& .badge-filter{cursor:pointer;background:#e1e5fc;border-radius:6px;justify-content:flex-start;align-items:center;gap:4px;height:24px;padding:4px 8px;transition:background-color .2s;display:inline-flex;overflow:hidden}& .badge-filter:hover{background:#ccd1ee}& .badge-filter--active{background:#2b304e}& .badge-filter--active .badge-filter__text,& .badge-filter--active .badge-filter__icon svg{color:#fff}& .badge-filter__text{color:#03050f;letter-spacing:.4px;word-wrap:break-word;flex-direction:column;justify-content:center;font-family:BR Sonoma,sans-serif;font-size:12px;font-weight:700;line-height:16px;display:flex;position:relative}& .badge-filter__icon{justify-content:center;align-items:center;padding:2px;display:flex}& .badge-filter__icon svg{color:#03050f;width:12px;height:12px}}.locations-grid{gap:16px;display:grid}@media (width>=768px){.locations-grid{grid-template-columns:repeat(2,1fr)}}.location-card{background:#fff;border:1px solid #ccd1ee;border-radius:24px;flex-direction:row;gap:8px;height:100%;padding:24px 20px;display:flex}.location-card__header{border-bottom:1px solid #e1e5fc;justify-content:space-between;align-self:stretch;align-items:center;display:flex}.location-card__icon{margin:2px 0}.location-card__info{flex:1}.location-card__icon .anticon{font-size:24px}.location-card__title{text-align:center;color:#000;letter-spacing:.2px;word-wrap:break-word;font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:700;line-height:24px}.location-card__content{flex-direction:column;justify-content:flex-start;align-self:flex-start;align-items:flex-start;gap:4px;width:100%;margin-top:20px;display:flex}.location-card__info-row{justify-content:flex-start;align-self:stretch;align-items:center;gap:20px;margin-bottom:4px;display:flex}.location-card__info-label{text-align:left;color:#000;letter-spacing:.1px;min-width:120px;font-family:BR Sonoma,sans-serif;font-size:12px;font-weight:700;line-height:20px}.location-card__info-value{text-align:left;color:#000;letter-spacing:.1px;word-wrap:break-word;font-family:BR Sonoma,sans-serif;font-size:12px;font-weight:400;line-height:20px}.custom-slider-container{flex-direction:column;gap:4px;width:100%;margin-top:15px;font-family:BR Sonoma,sans-serif;display:flex}.custom-slider-track-container{width:100%;padding:10px 0;position:relative}.custom-slider-track{border-radius:4px;width:100%;height:4px;position:relative}.custom-slider-input{opacity:0;cursor:pointer;z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.custom-slider-thumb{pointer-events:none;z-index:2;width:24px;height:24px;position:absolute;top:50%;transform:translate(-50%,-50%)}.custom-slider-thumb:after{content:"";box-sizing:border-box;background:#fff;border:8px solid #621fff;border-radius:9999px;width:100%;height:100%;display:block}.custom-slider-tooltip{z-index:4;border-radius:4px;flex-direction:column;align-items:center;min-width:31px;padding:4px 8px;transition:all .2s;display:flex;position:absolute;top:-45px;transform:translate(-50%);box-shadow:0 2px 8px #00000026}.tooltip-content{letter-spacing:.4px;text-align:center;font-size:12px;font-weight:700;line-height:16px}.tooltip-arrow{border-top:6px solid #2b304e;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.custom-slider-labels{justify-content:space-between;width:100%;display:flex}.custom-slider-label{color:#03050f;letter-spacing:.1px;font-size:12px;font-weight:700;line-height:20px}.custom-slider-label:last-child{text-align:right}.container-alerts-cards{grid-template-columns:1fr;gap:16px;display:grid;@media screen and (width>=768px){grid-template-columns:repeat(2,1fr)}}.newsletterContainer{color:var(--ride-sys-color-text-extreme);container:newsletterContainer/inline-size;& time{color:var(--ride-sys-color-text-medium,#5e6488)}}.newsletterTime{font-family:var(--ride-sys-text-paragraph-small-default-font-family);font-weight:var(--ride-sys-text-paragraph-small-default-font-weight);line-height:var(--ride-sys-text-paragraph-small-default-line-height);font-size:var(--ride-sys-text-paragraph-small-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-default-letter-spacing);text-transform:var(--ride-sys-text-title-small-uppercase-text-transform)}@container newsletterContainer (width>=600px){.newsletterTime{font-family:var(--ride-sys-text-title-small-uppercase-font-family);font-weight:var(--ride-sys-text-title-small-uppercase-font-weight);line-height:var(--ride-sys-text-title-small-uppercase-line-height);font-size:var(--ride-sys-text-title-small-uppercase-font-size);letter-spacing:var(--ride-sys-text-title-small-uppercase-letter-spacing);&.newsletterTime--intermediate{font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing);text-transform:none;color:#a9afd9;margin-bottom:0}}}.newsletterList{flex-direction:column;gap:20px;display:flex;container:newsletterList/inline-size;& .newsletterList__description{font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing);margin-bottom:0}@media screen and (width>=540px){& .newsletterList__description{font-family:var(--ride-sys-text-paragraph-large-default-font-family);font-weight:var(--ride-sys-text-paragraph-large-default-font-weight);line-height:var(--ride-sys-text-paragraph-large-default-line-height);font-size:var(--ride-sys-text-paragraph-large-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-default-letter-spacing)}}}.newsletterCard{background:var(--ride-sys-color-background-default,#fff);border:1px solid var(--ride-sys-color-border-default,#ccd1ee);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;& .newsletterCard__title,& .newsletterCard__description{color:var(--ride-sys-color-text-extreme);margin-bottom:0}& .newsletterCard__title{font-family:var(--ride-sys-text-title-2xlarge-default-font-family);font-weight:var(--ride-sys-text-title-2xlarge-default-font-weight);line-height:var(--ride-sys-text-title-2xlarge-default-line-height);font-size:var(--ride-sys-text-title-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-2xlarge-default-letter-spacing)}& .newsletterCard__description{-webkit-line-clamp:3;font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing);-webkit-box-orient:vertical;margin:16px 0;display:-webkit-box;overflow:hidden}& .newsletterCard__image{aspect-ratio:272/175;object-fit:cover;border-radius:0 16px;width:calc(100% - 24px);position:relative;left:24px}& .newsletterCard__info{padding:var(--ride-gl-spacing-4xlarge);flex-direction:column;display:flex}& .newsletterCard__date-status{flex-direction:column;gap:8px;display:flex}}@container newsletterList (width>=600px){.newsletterCard{flex-direction:row-reverse;min-height:272px;max-height:332px;& .newsletterCard__title{font-family:var(--ride-sys-text-title-3xlarge-default-font-family);font-weight:var(--ride-sys-text-title-3xlarge-default-font-weight);line-height:var(--ride-sys-text-title-3xlarge-default-line-height);font-size:var(--ride-sys-text-title-3xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-3xlarge-default-letter-spacing)}& .newsletterCard__description{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}& .newsletterCard__image{border-radius:0;width:194px;position:static}& .newsletterCard__info{padding:var(--ride-gl-spacing-5xlarge);flex-grow:1}& .newsletterCard__date-status{flex-direction:row-reverse;justify-content:space-between;gap:24px;margin-bottom:16px;display:flex}}}.newsltettersDrawer{flex-direction:column;gap:24px;display:flex;& .newsltettersDrawer__title{font-family:var(--ride-sys-text-title-3xlarge-default-font-family);font-weight:var(--ride-sys-text-title-3xlarge-default-font-weight);line-height:var(--ride-sys-text-title-3xlarge-default-line-height);font-size:var(--ride-sys-text-title-3xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-3xlarge-default-letter-spacing)}& .newsltettersDrawer__label{font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing)}}.newslettersDesktopChips{justify-content:space-between;gap:8px;width:100%;display:flex;& .newslettersDesktopChips__buttons{scrollbar-width:auto;scrollbar-color:#8e94b8;gap:8px;width:calc(100% - 96px);padding-bottom:8px;display:flex;overflow:auto;&::-webkit-scrollbar{height:8px}&::-webkit-scrollbar-thumb{background:#8e94b8;border-radius:5px}&::-webkit-scrollbar-track{background-color:#0000;border-radius:4px}}}.newsletterTypeButton{cursor:pointer;color:var(--ride-sys-color-text-extreme);font-family:var(--ride-sys-text-label-medium-default-font-family);font-weight:var(--ride-sys-text-label-medium-default-font-weight);line-height:var(--ride-sys-text-label-medium-default-line-height);font-size:var(--ride-sys-text-label-medium-default-font-size);letter-spacing:var(--ride-sys-text-label-medium-default-letter-spacing);border:2px solid var(--ride-sys-color-surface-extreme);box-shadow:none;background-color:#0000;border-radius:8px;outline:none;padding:8px 16px;transition:all .3s;&.active{background-color:var(--ride-sys-color-text-extreme);color:#fff}}.newslettersMobileChips{font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing);color:var(--ride-sys-color-text-extreme,#03050f);background-color:var(--ride-sys-color-surface-moderate);border:1px solid var(--ride-sys-color-border-default,#ccd1ee);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;display:inline-flex;& .newslettersMobileChips__close{cursor:pointer;box-shadow:none;background:0 0;border:none;outline:none;display:grid}}.newsletter{border-radius:var(--ride-sys-border-radius-container-large);border:1px solid var(--ride-sys-color-border-default,#ccd1ee);flex-direction:column;gap:16px;width:100%;max-width:80ch;margin:auto;padding:24px;display:flex;& h2,& h3,& p{margin-bottom:0}& .newsletterCarousel{position:relative;& img{aspect-ratio:278/192;object-fit:cover}& .newsletterCarousel__close{z-index:1;position:absolute;top:16px;right:16px}& .ant-carousel{border-bottom:none}& .slick-list{border-radius:12px}& .slick-dots li{width:8px;height:8px;margin-inline:8px;&:after{background-color:#0000}&.slick-active{width:32px}& button{background-color:var(--ride-sys-color-surface-extreme);border-radius:8px;height:100%}}}& .newsletterCarousel--arrows{& .slick-prev,& .slick-next{color:#03050f;background:#fff;border-radius:50%;width:32px;height:32px}& .slick-prev{inset-inline-start:8px}& .slick-next{inset-inline-end:8px}@media screen and (width>=720px){& .slick-prev{inset-inline-start:24px}& .slick-next{inset-inline-end:24px}}& .slick-prev:after,& .slick-next:after{position:static}& .slick-prev:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M5.29496 11.2049L0.0849609 5.99992L5.29496 0.794922L6.70496 2.20492L2.91496 5.99992L6.70496 9.79492L5.29496 11.2049Z' fill='%2303050F'/%3E%3C/svg%3E");border:none;margin-right:1px;transform:none}& .slick-next:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1.70493 11.2049L0.294922 9.79492L4.08492 5.99992L0.294922 2.20492L1.70493 0.794922L6.91492 5.99992L1.70493 11.2049Z' fill='%2303050F'/%3E%3C/svg%3E");border:none;margin-left:1px;transform:none}}& .newsletter__date-status{flex-direction:column;gap:8px;display:flex}& .newsletter__image{aspect-ratio:278/192;object-fit:cover;border-radius:12px}& .newsletter__title{font-family:var(--ride-sys-text-title-3xlarge-default-font-family);font-weight:var(--ride-sys-text-title-3xlarge-default-font-weight);line-height:var(--ride-sys-text-title-3xlarge-default-line-height);font-size:var(--ride-sys-text-title-3xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-3xlarge-default-letter-spacing)}& .newsletter__subtitle{font-family:var(--ride-sys-text-title-2xlarge-default-font-family);font-weight:var(--ride-sys-text-title-2xlarge-default-font-weight);line-height:var(--ride-sys-text-title-2xlarge-default-line-height);font-size:var(--ride-sys-text-title-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-2xlarge-default-letter-spacing);color:var(--ride-sys-color-surface-extreme)}& .newsletter__zones{font-family:var(--ride-sys-text-paragraph-small-medium-font-family);font-weight:var(--ride-sys-text-paragraph-small-medium-font-weight);line-height:var(--ride-sys-text-paragraph-small-medium-line-height);font-size:var(--ride-sys-text-paragraph-small-medium-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-medium-letter-spacing)}& .newsletter__forecast{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}}@container newsletterContainer (width>=600px){.newsletter{& .newsletter__date-status{flex-direction:row;justify-content:space-between;align-items:center;display:flex}& .newsletter__title{font-family:var(--ride-sys-text-title-4xlarge-default-font-family);font-weight:var(--ride-sys-text-title-4xlarge-default-font-weight);line-height:var(--ride-sys-text-title-4xlarge-default-line-height);font-size:var(--ride-sys-text-title-4xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-4xlarge-default-letter-spacing)}& .newsletter__subtitle.newsletter__subtitle--zones{font-family:var(--ride-sys-text-title-large-default-font-family);font-weight:var(--ride-sys-text-title-large-default-font-weight);line-height:var(--ride-sys-text-title-large-default-line-height);font-size:var(--ride-sys-text-title-large-default-font-size);letter-spacing:var(--ride-sys-text-title-large-default-letter-spacing);color:var(--ride-sys-color-surface-extreme)}}}.moreNewsletters{border-radius:var(--ride-sys-border-radius-container-large);border:1px solid var(--ride-sys-color-border-default,#ccd1ee);justify-items:start;gap:16px;width:100%;max-width:80ch;margin:auto;padding:24px;display:grid;& .moreNewsletters__title{font-family:var(--ride-sys-text-title-3xlarge-default-font-family);font-weight:var(--ride-sys-text-title-3xlarge-default-font-weight);line-height:var(--ride-sys-text-title-3xlarge-default-line-height);font-size:var(--ride-sys-text-title-3xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-3xlarge-default-letter-spacing);margin-bottom:0}& .moreNewsletters__list{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);text-transform:capitalize;margin-bottom:0;padding-left:0;list-style:none;& a{color:var(--ride-sys-color-text-interactive)}}}@container newsletterContainer (width>=600px){.moreNewsletters{grid-template-columns:1fr 130px}.moreNewsletters__list li{text-overflow:ellipsis;text-wrap:nowrap;max-width:600px;overflow:hidden}.moreNewsletters__link{grid-row-start:1;grid-column-start:2;justify-self:end}}.newsletterCarouselModal{margin:unset;padding:0;position:static;width:max-content!important;min-width:100%!important;& .ant-modal-content{border-radius:0;align-content:center;min-width:100%;min-height:100vh}& .ant-modal-body{max-width:1440px;margin:auto}& img{max-width:fill-available;max-width:-moz-available;margin:auto;display:block}& .ant-carousel{border-bottom:none}& .slick-list{border-radius:12px}& .newsletterCarousel--arrows{& .slick-arrow{color:#03050f;background:#fff;border:2px solid #03050f;border-radius:50%;width:32px;height:32px}& .slick-prev{inset-inline-start:8px}& .slick-next{inset-inline-end:8px}@media screen and (width>=720px){& .slick-prev{inset-inline-start:24px}& .slick-next{inset-inline-end:24px}}& .slick-prev:after,& .slick-next:after{position:static}& .slick-prev:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M5.29496 11.2049L0.0849609 5.99992L5.29496 0.794922L6.70496 2.20492L2.91496 5.99992L6.70496 9.79492L5.29496 11.2049Z' fill='%2303050F'/%3E%3C/svg%3E");border:none;margin-right:1px;transform:none}& .slick-next:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1.70493 11.2049L0.294922 9.79492L4.08492 5.99992L0.294922 2.20492L1.70493 0.794922L6.91492 5.99992L1.70493 11.2049Z' fill='%2303050F'/%3E%3C/svg%3E");border:none;margin-left:1px;transform:none}}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:linear-gradient(#0000,#0000),url(/static/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:linear-gradient(#0000,#0000),url(/static/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{text-align:center;text-decoration:none;display:block}.leaflet-draw a .sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.leaflet-draw-actions{white-space:nowrap;margin:0;padding:0;list-style:none;display:none;position:absolute;top:0;left:26px}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{left:auto;right:26px}.leaflet-touch .leaflet-right .leaflet-draw-actions{left:auto;right:32px}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{color:#fff;background-color:#919187;border-left:1px solid #aaa;height:28px;padding-left:10px;padding-right:10px;font:11px/28px Helvetica Neue,Arial,Helvetica,sans-serif;text-decoration:none}.leaflet-touch .leaflet-draw-actions a{height:30px;font-size:12px;line-height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{cursor:crosshair;background-color:#fff}.leaflet-draw-tooltip{color:#fff;visibility:hidden;white-space:nowrap;z-index:6;background:#00000080;border:1px solid #0000;border-radius:4px;margin-top:-21px;margin-left:20px;padding:4px 8px;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;position:absolute}.leaflet-draw-tooltip:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #00000080;position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{color:#b94a48;background-color:#f2dede;border:1px solid #e6b6bd}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{opacity:.6;width:5px;height:5px;font-size:1%;position:absolute}.leaflet-edit-marker-selected{box-sizing:content-box;background-color:#fe57a11a;border:4px dashed #fe57a199;border-radius:4px}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.treeSelect{& .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-medium)}& .ant-select.ant-tree-select.ant-select-open{border-color:var(--ride-sys-color-border-focus);border-width:var(--ride-sys-border-width-container-medium)}& .ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector{border-color:var(--ride-sys-color-border-extreme)}& .ant-select-clear{aspect-ratio:1;width:20px;&>:first-child{position:relative;bottom:4px}}}.ant-tree-select-dropdown{& .ant-select-tree-checkbox .ant-select-tree-checkbox-inner{border:var(--ride-gl-border-width-medium) solid var(--ride-sys-color-border-medium)}& .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{background-color:var(--ride-sys-color-border-extreme)}& .ant-select-tree-checkbox:not(.ant-select-tree-checkbox-disabled):hover .ant-select-tree-checkbox-inner{border-color:var(--ride-sys-color-border-extreme)}& .ant-select-tree-checkbox-checked:not(.ant-select-tree-checkbox-disabled):hover .ant-select-tree-checkbox-inner{background-color:var(--ride-sys-color-border-extreme)}& .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{background-color:var(--ride-sys-color-border-extreme);border-color:var(--ride-sys-color-border-extreme)}}.event-form{flex-direction:column;gap:1rem;display:flex;& .event-form__images{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1rem;display:grid;& .card-image{width:100%;&>div{gap:1rem;display:flex}}}}.metas__spinner-cell--danger svg{fill:var(--ride-sys-color-text-interactive)!important}.metas__spinner-cell{text-align:center;justify-content:center;place-items:center;min-height:40px;display:flex}.metas__input-edit--active{text-align:center;border:1px solid #5f5f5f;border-radius:100px;width:70px}.metas__input-edit{text-align:center;background:0 0;border:none;width:70px}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.provider-derivation-info{background:var(--ride-sys-color-surface-moderate);border-radius:12px;margin:10px 0;padding:20px 24px}.provider-derivation-info__contact{color:#1a1a1a;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 16px;font-size:16px;font-weight:500;display:flex}.provider-derivation-info__icon{cursor:pointer;margin-left:8px;position:relative}.provider-derivation-info__copied-message{color:#fff;white-space:nowrap;z-index:10;background:#000;border-radius:4px;padding:10px 20px;font-size:12px;position:absolute;top:-35px;right:0}@media (width<=767px){.provider-derivation-info{padding:20px 14px}}.course-list__accordion--no-hover .ant-collapse-header:hover,.course-list__accordion--no-hover .ant-collapse-header{border-radius:10px;cursor:pointer!important}.course-list__content{padding-bottom:16px}.course-list__list{padding-left:10px}.course-list__item{margin-bottom:8px;list-style:none}.course-list__bullet{vertical-align:middle;background-color:#000;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.course-list__divider{border-top:1px solid var(--ride-sys-color-border-default);margin:16px 0}.course-list__accordion--no-hover button:hover{border-radius:10px;cursor:pointer!important}.text--truncated{text-overflow:ellipsis;white-space:nowrap;max-width:85px;display:inline-block;overflow:hidden}.signage__mobile-select-wrapper{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.signage__mobile-select{border:1px solid var(--ride-sys-color-border-default,#d9d9d9);appearance:auto;cursor:pointer;background:#fff;border-radius:8px;width:100%;padding:8px 12px;font-size:14px}.section-signals-mobile{border:1px solid var(--ride-sys-color-border-default);border-radius:var(--ride-sys-border-radius-container-large);padding:var(--ride-gl-spacing-3xlarge);flex-direction:column;gap:0;display:flex}.section-signals-mobile__card{border-bottom:1px solid var(--ride-sys-color-border-default);flex-direction:row;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.section-signals-mobile__header{text-align:center;flex-direction:column;place-content:center;gap:4px;max-width:80px;display:flex}.section-signals-mobile__img{object-fit:contain;width:75px;height:auto}.section-signals-mobile__fields{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.section-signals-mobile__field{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;display:flex}.section-signals-mobile__field-input{flex-shrink:0;width:80px!important}.policy-details__container{gap:var(--ride-gl-spacing-small);background-color:var(--ride-sys-color-surface-moderate);padding:var(--ride-gl-spacing-xlarge) var(--ride-gl-spacing-2xlarge);border-radius:var(--ride-sys-border-radius-container-large);flex-direction:column;display:flex}.service-details__field-label-combined{word-break:break-word;white-space:pre-line;display:inline}.service-details__field-row{word-break:break-word;flex-flow:wrap;align-items:flex-start;gap:8px;width:100%;display:flex}.service-details__header{justify-content:space-between;align-items:center;display:flex;position:relative}.service-details__container{border-radius:var(--ride-sys-border-radius-container-large);border:1px solid var(--ride-sys-color-border-default);padding:var(--ride-gl-spacing-xlarge) var(--ride-gl-spacing-2xlarge);gap:var(--ride-gl-spacing-large);flex-direction:column;display:flex}.service-details__options-button{border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.service-details__menu{border:1px solid var(--ride-sys-color-border-default);z-index:1000;background:#fff;border-radius:4px;flex-direction:column;gap:6px;min-width:100px;padding:10px 15px;display:flex;position:absolute;bottom:100%;right:0;box-shadow:0 2px 8px #0000001a}.service-details__menu-item{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 12px;font-size:14px;display:block}.add-service-panel__content{padding:0 12px}.add-service-panel__combobox-container{max-width:350px}.add-service-panel__minimum-notice{color:var(--ride-sys-color-text-promotional-subtle)}.add-service-panel__toast-container{z-index:120;box-sizing:border-box;flex-direction:column;gap:16px;width:100%;min-width:0;max-width:100%;padding:24px 32px 0;display:flex;position:absolute;bottom:13%;left:0;right:0}@media (width<=767px){.add-service-panel__content{padding:0}.add-service-panel__minimum-notice{max-width:130px}.add-service-panel__toast-container{z-index:120;box-sizing:border-box;flex-direction:column;gap:16px;width:100%;min-width:0;max-width:100%;padding:24px 22px 0;display:flex;position:absolute;bottom:15%;left:0;right:0}}.modal-service-info__description{line-height:var(--ride-gl-line-height-2xlarge);margin:0}.modal-service-info{text-align:left;padding-inline:var(--ride-gl-spacing-5xlarge) 0px;gap:var(--ride-gl-spacing-xlarge);flex-direction:column;display:flex}[data-overlay-container]>[role=presentation],[data-overlay-container]>[aria-modal=true],.react-aria-ModalOverlay,.react-aria-Modal{z-index:1000!important}@media (width<=767px){.modal-service-info{padding-inline:0}}.toast__container{box-sizing:border-box;border-radius:8px;align-items:center;min-height:48px;padding:16px 24px;display:flex}.toast__close-button{cursor:pointer;background:0 0;border:none;margin-left:24px}.toast__icon.toast__icon--info{background:var(--ride-sys-color-surface-feedback-warning-subtle);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.policy-type-buttons{flex-wrap:wrap;gap:15px;width:100%;display:flex}.policy-type-buttons__button{color:var(--ride-sys-color-border-extreme);border:var(--ride-sys-border-width-container-medium,2px) solid #181b2c;border-radius:var(--ride-gl-border-radius-medium,20px);cursor:pointer;padding-top:var(--ride-gl-spacing-large,8px);padding-right:var(--ride-gl-spacing-2xlarge,24px);padding-bottom:var(--ride-gl-spacing-large,8px);padding-left:var(--ride-gl-spacing-2xlarge,24px);background:#fff;font-weight:600}.policy-type-buttons__button--selected{border:var(--ride-sys-border-width-container-medium,2px) solid #181b2c;border-radius:var(--ride-gl-border-radius-medium,20px);padding-top:var(--ride-gl-spacing-large,8px);padding-right:var(--ride-gl-spacing-2xlarge,24px);padding-bottom:var(--ride-gl-spacing-large,8px);padding-left:var(--ride-gl-spacing-2xlarge,24px);cursor:pointer;background:#181b2c;font-weight:600;color:#fff!important}.service-card{border:1.5px solid var(--ride-sys-color-border-default);box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;align-items:flex-start;width:212px;min-height:330px;padding:24px;transition:box-shadow .2s;display:flex;box-shadow:0 0 #0000}.service-cards__container{flex-wrap:wrap;gap:24px;width:100%;margin:50px 0;display:flex}.service-card__title{letter-spacing:var(--ride-gl-letter-spacing-xlarge);font-family:var(--ride-gl-font-family-primary)}.service-card__label{color:var(--ride-sys-color-text-medium);margin-top:10px;margin-bottom:5px}.service-card__action{margin-top:auto}@media (width<=767px){.service-card{width:100%;min-height:100%}.service-card__info{flex-direction:row;justify-content:space-between;gap:8px;width:100%;margin-bottom:12px;display:flex}}.satisfaction-survey__step-title{text-align:center;margin:20px 0}.satisfaction-survey__nps-row{background:#fff6f3;border:1px solid #e0e0e0;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;gap:0;margin:16px 0 0;display:flex;overflow:hidden}.satisfaction-survey__nps-box{color:#222;cursor:pointer;background:#fff6f3;border:1px solid #e0e0e0;justify-content:center;align-items:center;width:56px;height:48px;font-size:20px;font-weight:400;transition:background .2s,color .2s;display:flex}.satisfaction-survey__nps-box:last-child{border-right:none}.satisfaction-survey__nps-box--active{color:#fff;background:#d63a00;font-weight:700}.satisfaction-survey__nps-labels{flex-direction:row;justify-content:space-between;width:100%;margin-top:4px;display:flex}.satisfaction-survey__step-counter{text-align:center;margin-bottom:16px;font-size:20px;font-weight:700}.satisfaction-survey__step-counter--current{color:#ff1c44}.satisfaction-survey__step-counter--slash{color:#b3b8d0;margin:0 4px}.satisfaction-survey__step-counter--total{color:#b3b8d0}.satisfaction-survey__step-header{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.satisfaction-survey__step--vertical{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:250px;display:flex}.request-dates-box{box-sizing:border-box;background-color:var(--ride-sys-color-surface-moderate);border-radius:var(--ride-sys-border-radius-container-large);width:100%;padding:var(--ride-gl-spacing-xlarge) var(--ride-gl-spacing-2xlarge);align-items:center;display:flex}.request-dates-box__row{flex-wrap:wrap;align-items:center;gap:10px;width:100%;display:flex}.request-dates-box__label{color:#232940;font-size:15px;font-weight:700}.request-dates-box__value{color:#232940;font-size:15px}.request-dates-box__skeleton{vertical-align:middle;display:inline-block}@media (width<=720px){.request-dates-box{padding:10px 14px}.request-dates-box__row{flex-direction:column;align-items:flex-start;gap:4px}.request-dates-box__label,.request-dates-box__value{margin-right:0;font-size:15px;display:block}}.info-field--accordion{margin:8px 0;display:block}.info-field--accordion .info-field__label{white-space:nowrap;margin-right:4px;font-weight:700;display:inline}.info-field--accordion .info-field__value{word-break:break-word;overflow-wrap:break-word;display:inline}.info-field--columns{flex-direction:row;align-items:flex-start;display:flex}.info-field--columns .info-field__label{color:#111;align-self:flex-start;min-width:160px;font-weight:700;display:inline-block}.info-field--columns .info-field__value{color:#111;word-break:break-word;flex:1;margin-left:0}.info-field{margin:5px 0;display:block}.info-field__label{white-space:normal;font-weight:700;display:inline}.info-field__value{word-break:break-all;white-space:normal;display:inline}.info-field__wrapper{white-space:normal;display:inline}.contact-info-card__signal-row{align-items:flex-start;gap:12px;padding:16px 0 8px;display:flex}.contact-info-card__signal-img{object-fit:contain;width:60px;height:auto}.contact-info-card__signal-info{flex:1}.contact-info-card__content{padding:0 12px!important}.contact-info-card--columns{background:#fff;border:1px solid #e5e7ef;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:32px;padding:24px;display:flex;position:relative}.contact-info-card--columns .contact-info-card__column{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.contact-info-card--columns .contact-info-card__column:first-child{border-right:1px solid #e5e7ef;padding-right:32px}.contact-info-card--columns .contact-info-card__column:last-child{padding-left:32px}.contact-info-card__title{font-size:14px;font-weight:700;line-height:1.2}.info-field{flex-direction:row;align-items:center;margin:5px 0;display:flex}.info-field__label{color:#111;min-width:160px;margin-right:4px;font-weight:700;display:inline-block}.info-field__value{color:#111;word-break:break-word;flex:1}.contact-info-card--columns{background:#fff;border:1px solid #e5e7ef;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:32px;padding:24px;display:flex}.contact-info-card__column{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.contact-info-card__header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.contact-info-card__icon{width:18px;height:18px}.contact-info-card{max-width:auto;background:#fff;border:1px solid #e5e7ef;border-radius:12px;padding:16px;font-family:inherit}.pdf-document-viewer__spinner{justify-content:center;align-items:center;height:200px;display:flex}.pdf-document-viewer__container{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}.pdf-document-viewer__toolbar{justify-content:space-between;gap:8px;width:230px;margin-bottom:12px;display:flex}.pdf-document-viewer__toolbar button:active{background:#f0f0f0}.pdf-document-viewer__toolbar button:disabled{color:#aaa;cursor:not-allowed;border-color:#e0e0e0}.pdf-document-viewer__area{width:100%;overflow-y:visible}.pdf-document-viewer__pages{flex-direction:column;align-items:center;display:flex}.report-preview-modal__header{z-index:1;text-align:center;background:#fff;padding:10px 0 8px}.report-preview-modal__content{justify-content:center;align-items:center;padding:0;display:flex}.satisfaction-survey__star-btn{cursor:pointer;background:0 0;border:none;padding:0}.add-service-panel__back-button-container{position:absolute;top:10px;left:16px}.service-request-details-panel__footer{justify-content:flex-end;gap:20px;display:flex}@media (width<=767px){.service-requests-table__wrapper{margin-bottom:20px}}.service-requests-filter{flex-direction:column;gap:8px;display:flex}.service-requests-filter__search{width:100%}.service-requests-filter__combos{flex-direction:column;gap:8px;display:flex}.service-requests-filter__mobile-actions{flex-direction:row;align-items:center;gap:8px;display:flex}.service-requests-filter--desktop{flex-direction:row;align-items:flex-end;gap:16px}.service-requests-filter--desktop .service-requests-filter__search{flex:1}.service-requests-filter--desktop .service-requests-filter__combos{flex-direction:row;flex:3;align-items:flex-end;gap:16px}.button--circle-black{box-shadow:none;background:#fff;border:3px solid #181c2a;border-radius:50%;justify-content:center;align-items:center;width:32px;min-height:32px;margin-bottom:16px;padding:10px;display:flex}.service-request__tag{height:20px;margin-left:50px}.courses-detail__actions{flex-direction:row;justify-content:center;align-items:center;gap:8px;display:flex}.courses-detail__button-spinner svg,.courses-detail__button-spinner span{color:var(--ride-sys-color-text-interactive)!important}.course-participants-panel__footer{justify-content:flex-end;padding:4px;display:flex}.course-participants-panel__summary-row{justify-content:space-between;align-items:center;margin:16px 0;display:flex}.course-header__divider{background:var(--ride-sys-color-border-default);width:100%;height:1px;margin:32px 0}.course-header__info{flex-direction:column;justify-content:start;gap:10px;display:flex}.ride-sys-text-paragraph-large-regular-short{align-items:start;gap:4px;display:inline-flex}.course-header__info-list{flex-flow:wrap;gap:20px;display:flex}.course-header{flex-direction:row;justify-content:space-between;align-items:start;width:100%;display:flex}.course-header__download-btn{justify-content:start;align-items:center;min-width:280px;padding:0;display:flex}.course-participants-panel__search-input{width:250px}.courses-participants__actions{border:2px solid var(--ride-sys-color-border-default)!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;box-shadow:none!important;background:#fff!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:0 2px 0 0!important;display:flex!important}.course-participants-panel__spinner{margin-right:40px}.course-participants-panel__spinner svg,.course-participants-panel__spinner span,.course-participants-button__spinner svg{color:var(--ride-sys-color-text-interactive)!important}.course-participants-panel__actions{justify-content:center;align-items:center;display:flex}.course-header__spinner{margin-top:10px;margin-right:100px}@media (width<=767px){.course-header{flex-direction:column;justify-content:start;align-items:start;display:flex}.course-header__divider{margin:12px 0}.course-header__info-list{gap:10px}.course-participants-panel__search-input{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{print-color-adjust:exact}}@font-face{font-family:Glyphicons Halflings;src:url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot);src:url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix)format("embedded-opentype"),url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff)format("woff"),url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf)format("truetype"),url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular)format("svg")}.leaflet-bar-timecontrol{color:#000;background-color:#fff}.leaflet-bar-timecontrol *{box-sizing:border-box}.leaflet-bar-timecontrol .leaflet-control-timecontrol{float:left;background-color:#fff;border:0 solid #a5a5a5;border-right-width:1px;height:26px;line-height:26px}.leaflet-bar-timecontrol .leaflet-control-timecontrol:first-child{border-radius:4px 0 0 4px}.leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child{border-radius:0 4px 4px 0}.leaflet-bar-timecontrol .leaflet-control-timecontrol:before{font-family:Glyphicons Halflings;display:block}.leaflet-bar-timecontrol .timecontrol-slider{cursor:auto;width:auto;position:relative}.leaflet-bar-timecontrol a.timecontrol-date,.leaflet-bar-timecontrol a.timecontrol-date:hover{white-space:nowrap;width:auto;min-width:150px;padding:0 10px 0 20px;position:relative}.leaflet-bar-timecontrol a.timecontrol-date.utc,.leaflet-bar-timecontrol a.timecontrol-date.utc:hover{min-width:185px}.leaflet-bar-timecontrol a.timecontrol-date.loading,.leaflet-bar-timecontrol a.timecontrol-date.loading:hover{background-color:#ffefa4}.leaflet-bar-timecontrol .timecontrol-dateslider .slider{width:200px}.leaflet-bar-timecontrol .timecontrol-speed{white-space:nowrap;cursor:auto}.leaflet-bar-timecontrol .timecontrol-speed .slider{width:55px;display:inline-block}.leaflet-bar-timecontrol .timecontrol-speed .speed{float:left;text-align:right;width:55px;display:inline-block}.leaflet-bar-timecontrol .timecontrol-play,.leaflet-bar-timecontrol .timecontrol-play:hover{position:relative}.leaflet-bar-timecontrol .timecontrol-play span{font-size:10px}.leaflet-bar-timecontrol a.timecontrol-play.loading{background-color:#ffefa4}.timecontrol-slider .slider{cursor:pointer;border:1px solid #a5a5a5;height:12px;margin:6px;position:relative}.timecontrol-slider .slider.has-limits{background-color:#ddd;margin-left:15px;margin-right:15px}.timecontrol-slider .slider.has-limits .range{background-color:#fff;height:10px;position:absolute}.timecontrol-slider .knob{cursor:ew-resize;width:8px;height:22px;cursor:-webkit-grab;cursor:-moz-grab;background-color:#ddd;border:1px solid #a5a5a5;border-radius:2px;margin-top:-6px;margin-left:-4px;position:absolute}.timecontrol-slider .knob:after{content:" ";width:20px;height:32px;display:block;position:absolute;top:-5px;left:-7px}.timecontrol-slider .knob.lower,.timecontrol-slider .knob.upper{background-color:#0000;border:none;width:11px;height:20px}.timecontrol-slider .knob.upper{margin-top:-5px;margin-left:-1px}.timecontrol-slider .knob.lower{margin-top:-5px;margin-left:-10px}.timecontrol-slider .knob.lower:after{right:0;left:initial}.timecontrol-slider .knob.upper:after{left:0}.timecontrol-slider .knob.lower:before,.timecontrol-slider .knob.upper:before{content:"";border-style:solid;width:0;height:0;display:block;position:relative;top:2px}.timecontrol-slider .knob.upper:before{border-width:16px 0 0 10px;border-color:#0000 #0000 #0000 #a5a5a5}.timecontrol-slider .knob.lower:before{border-width:0 0 16px 10px;border-color:#0000 #0000 #a5a5a5}.timecontrol-slider .dragging .knob,.timecontrol-slider .knob.leaflet-drag-target,.timecontrol-slider .slider.dragging{cursor:ew-resize;cursor:grabbing;cursor:-webkit-grabbing;cursor:-moz-grabbing}@keyframes icon-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.timecontrol-loop.looped,.timecontrol-loop.looped:hover{color:#094f8e;background-color:#ddd}.timecontrol-backward:before,.timecontrol-forward:before,.timecontrol-loop:before,.timecontrol-play:before,.timecontrol-stop:before{text-align:center;width:100%}.timecontrol-play:before{content:"";position:absolute}.timecontrol-play.reverse:before{content:"";transform:scaleX(-1)}.timecontrol-play.pause:before{content:""}.timecontrol-play.reverse.pause:before{transform:none}a.timecontrol-play.loading:before{content:"";opacity:.2;animation:6s linear infinite icon-rotation}.timecontrol-date.loading:before{content:"";animation:6s linear infinite icon-rotation;position:absolute;left:5px}.timecontrol-speed:before{content:"";position:absolute;left:7px}.timecontrol-stop:before{content:""}.timecontrol-forward:before{content:""}.timecontrol-backward:before{content:""}.timecontrol-loop:before{content:""}@media (width<=767px){.leaflet-bar-timecontrol .timecontrol-date,.leaflet-bar-timecontrol .timecontrol-slider{clear:both;float:none;border-right:none}}.leaflet-touch .leaflet-bar-timecontrol .leaflet-control-timecontrol{height:30px;line-height:30px}.leaflet-touch .timecontrol-slider .slider{margin-top:10px}.emergency-alert{z-index:1000;background-color:#fff;border-radius:8px;max-width:280px;padding:12px;font-family:BR Sonoma,sans-serif;position:absolute;bottom:180px;left:13px;box-shadow:0 2px 8px #00000026}@media screen and (width<=768px){.emergency-alert{max-width:260px;bottom:190px}}.emergency-alert__header{justify-content:space-between;align-items:center;display:flex}.emergency-alert__toggle{all:unset;cursor:pointer;user-select:none;width:100%;transition:opacity .2s;display:flex}.emergency-alert__toggle:hover{opacity:.85}.emergency-alert__toggle:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #1a5ccf}.emergency-alert__title{align-items:center;gap:8px;width:100%;margin:0;display:flex}.emergency-alert__icon{margin-left:4px}.emergency-alert__icon--blinking{animation:1s step-start infinite emergency-alert-blink}@keyframes emergency-alert-blink{50%{opacity:0}}.emergency-alert__arrow{margin-left:auto;transition:transform .3s}.emergency-alert__arrow--rotated{transform:rotate(180deg)}.emergency-alert__content{width:100%;max-height:300px;margin-top:12px;margin-left:0;padding:0;list-style:none;overflow-y:auto}.emergency-alert__content::-webkit-scrollbar{width:6px}.emergency-alert__content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.emergency-alert__content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.emergency-alert__content::-webkit-scrollbar-thumb:hover{background:#555}.emergency-alert__entry{border-radius:8px;margin-bottom:12px;padding:8px}.emergency-alert__entry:last-child{margin-bottom:0}.emergency-alert__location-name{color:#1a1a1a;margin:0 0 4px}.emergency-alert__description{color:#666;margin:0 0 8px}.emergency-alert__item{border-radius:6px;margin-bottom:8px}.emergency-alert__item:last-child{margin-bottom:0}.emergency-alert__item-button{all:unset;box-sizing:border-box;cursor:pointer;border-radius:6px;align-items:center;gap:8px;width:100%;padding:6px;transition:background-color .2s;display:flex}.emergency-alert__item-button:hover{background-color:#f5f5f5}.emergency-alert__item-button:focus-visible{outline-offset:2px;background-color:#f5f5f5;outline:2px solid #1a5ccf}.emergency-alert__emergencies{margin:0;padding:0;list-style:none}.emergency-alert__status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.emergency-alert__item-text{color:#333;line-height:1.4}@media (prefers-reduced-motion:reduce){.emergency-alert__icon--blinking{animation:none}.emergency-alert__arrow,.emergency-alert__item-button,.emergency-alert__toggle{transition:none}}@media (prefers-contrast:high){.emergency-alert{border:2px solid #000}.emergency-alert__toggle:focus-visible{outline-width:3px}.emergency-alert__status-dot{border:1px solid #000}}.lightning-container{z-index:1000;background-color:#f9f9f9;border-radius:10px;max-height:300px;padding:10px;font-family:BR Sonoma,sans-serif;position:absolute;bottom:113px;left:13px;overflow-y:auto;box-shadow:0 2px 8px #00000026}@media screen and (width<=768px){.lightning-container{bottom:123px}}.lightning-container .header{cursor:pointer;align-items:center;display:flex}.lightning-container .lightning-header{justify-content:space-between;align-items:center;display:flex}.lightning-container .blink-dot{margin-left:8px;animation:1s step-start infinite blink}.lightning-container .log-entry{border-radius:8px;margin-bottom:8px;padding:4px 8px;transition:background-color .3s}.lightning-container .log-entry:hover{border-radius:var(--border-radius-container-medium);background:var(--ride-sys-color-surface-feedback-neutral-subtle);cursor:pointer;border-radius:8px}.lightning-container .log-entry ul{margin:0;padding:0;list-style-type:none}.lightning-container .log-header{cursor:pointer;color:#00f;align-items:center;font-size:.75rem;text-decoration:underline;display:flex;position:relative}.lightning-container .log-list{margin:0;padding:0;list-style-type:none}.lightning-container .log-item{margin-bottom:5px}.lightning-container .toggle-icon{margin-left:8px;transition:transform .3s}.lightning-container .toggle-icon.rotated{transform:rotate(180deg)}.lightning-container .mute-button{cursor:pointer;background-color:#f0f0f0;border:none;border-radius:3px;margin-left:10px;padding:5px 10px;font-size:.75rem;transition:background-color .3s}.lightning-container .mute-button:hover{background-color:#dcdcdc}.lightning-container .mute-icon{font-size:16px}.lightning-container .mute-icon.muted{color:red}.lightning-container .mute-icon:not(.muted){color:#000}.lightning-container .scroll-content{width:248px;max-height:200px;margin-top:.8rem;overflow-y:auto}.lightning-container .log-info{border-radius:10px}.lightning-container .log-info.has-new-alert{color:#fff;cursor:pointer;background-color:#1a5ccf;padding:8px}.lightning-container .alert-dot{background-color:red;border-radius:50%;width:8px;height:8px;margin-left:6px;display:inline-block}.lightning-container .log-info.has-new-alert .log-header,.lightning-container .log-info.has-new-alert .log-item{color:#fff}.lightning-container .entry-time{color:var(--ride-sys-color-text-medium,--ride-sys-color-text-medium);font-family:var(--ride-gl-font-family-primary);letter-spacing:var(--ride-gl-letter-spacing-xlarge);font-size:14px;font-style:normal;font-weight:500;line-height:14px}@keyframes blink{50%{opacity:0}}.lightning-container .new-alert-dot{background-color:#1a5ccf;border-radius:50%;width:8px;height:8px;display:inline-block}.lightning-container .log-entry.new-alert h5{align-items:center;display:flex}.acceleration-options{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;padding-top:8px;display:flex;&>div{align-items:center;gap:8px;display:flex}&>div:last-child{flex-direction:column;align-items:flex-start}}.legend-points-horizontal-container{padding:var(--ride-gl-spacing-2xlarge,16px);background-color:#f9f9f9;border-radius:10px;position:relative;box-shadow:0 2px 4px #0000001a;& .legend-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex;& .legend-title{color:var(--ride-sys-color-text-extreme,--ride-sys-color-text-extreme);letter-spacing:.2px;font-family:BR Sonoma;font-size:12px;font-style:normal;font-weight:700;line-height:16px}& .legend-close{cursor:pointer;position:absolute;top:5px;right:5px}}& .legend-items{border:2px solid var(--ride-sys-color-border-disable);border-radius:12px;align-items:center;display:flex;& .legend-item{color:#fff;justify-content:center;align-items:center;min-width:65px;padding:.5rem 1.85rem;display:flex;&.first-item{border-top-left-radius:10px;border-bottom-left-radius:10px}&.last-item{border-top-right-radius:10px;border-bottom-right-radius:10px}& .legend-label{color:var(--ride-sys-color-text-inverse,#fff);text-shadow:0 0 4px #09081fcc,0 0 3px #09081f;letter-spacing:.2px;font-family:BR Sonoma;font-size:10px;font-style:normal;font-weight:700;line-height:12px}}}}@media screen and (width<=768px){.legend-points-horizontal-container{& .legend-items{width:fit-content;overflow-x:scroll;& .legend-item{text-align:center;min-width:55px;height:38px;padding:.5rem 1rem}}}}.time-control-buttons{z-index:1000;background-color:var(--ride-sys-color-background-overlay-subtle);width:100%;color:var(--ride-sys-color-text-disable,ride-sys-color-text-disable);padding:10px;position:absolute;bottom:0;left:0;box-shadow:0 4px 12px #0000001a}.time-control-buttons>.container{align-items:center;gap:1rem;max-width:none;margin:0;padding:0;display:flex}.time-control-buttons .left-block{gap:1rem;display:flex}.time-control-buttons .right-block{flex-grow:1;justify-content:flex-start;padding-right:10px;display:flex}@media (width<=768px){.time-control-buttons .right-block{width:calc(100% - 125px - 1rem)}}.time-control-buttons .button-group{justify-content:center;align-items:center;gap:.5rem;display:flex}.time-control-buttons .control-button{font-size:20px}@media (width<=768px){.time-control-buttons .control-button{font-size:16px}}.time-control-buttons .current-info{color:var(--ride-sys-color-text-disable,ride-sys-color-text-disable);flex-direction:column;justify-content:center;align-items:center;font-family:BR Sonoma;font-weight:700;display:flex}.time-control-buttons .date-info,.time-control-buttons .time-info{color:var(--ride-sys-color-text-disable,ride-sys-color-text-disable);font-family:BR Sonoma;font-size:14px}@media (width<=768px){.time-control-buttons .date-info,.time-control-buttons .time-info{font-size:12px}}.time-control-buttons .loading-text{text-align:center;color:#666;margin-top:10px;font-family:BR Sonoma;font-size:12px}.time-control-buttons .time-slider{-webkit-appearance:none;background:#fff;border-radius:2px;width:calc(100% - 10px);height:6px;margin:0;padding:0;position:relative;top:4px}.time-control-buttons .time-slider::-webkit-slider-runnable-track{-webkit-appearance:none;background:#fff;border-radius:2px;width:100%;height:6px;margin:0;padding:0;position:relative;top:4px}.time-control-buttons .time-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:2px solid #666;border-radius:50%;width:12px;height:12px;margin-top:-4px}.time-control-buttons .time-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:2px solid #666;border-radius:50%;width:12px;height:12px;margin-top:-4px}.time-control-buttons .time-slider::-webkit-slider-runnable-track{background:#fff;border-radius:2px;width:100%;height:4px}.time-control-buttons .time-slider::-moz-range-track{background:#fff;border-radius:2px;width:100%;height:4px}.time-control-buttons .time-labels{flex-direction:row;height:20px;font-family:BR Sonoma;display:flex;position:relative;overflow:visible}@media (width<=768px){.time-control-buttons .time-labels,.time-control-buttons .slider-markers{display:none}.leaflet-bar-timecontrol{display:none!important}}.time-control-buttons .time-labels::-webkit-scrollbar{display:none}.time-control-buttons .time-labels::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.time-control-buttons .time-labels::-webkit-scrollbar-thumb{background-color:#888;border:2px solid #f1f1f1;border-radius:10px}.time-control-buttons .time-labels::-webkit-scrollbar-thumb:hover{background:#555}.time-control-buttons .date-group{flex-direction:column;margin-bottom:10px;display:flex}.time-control-buttons .date-label{color:#333;margin-bottom:5px;font-family:BR Sonoma;font-weight:700}.time-control-buttons .time-labels-group{flex-flow:row;justify-content:space-between;width:calc(100% - 10px);height:20px;display:flex;position:absolute;top:0;left:0;overflow:visible}.time-control-buttons{& .time-label{cursor:pointer;text-align:center;min-width:45px;color:var(--ride-sys-color-text-disable);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:2px 4px;font-family:BR Sonoma;font-size:11px;transition:color .2s;position:absolute;transform:translate(-50%)}& .time-label:focus-visible{outline-offset:2px;outline:2px solid #06c}}.time-control-buttons .time-label.selected{color:#fff;font-weight:700}.time-control-buttons .date-separator{border:none;border-top:1px solid #ddd;margin:10px 0}.time-control-buttons .slider-container{width:100%;margin-right:10px;position:relative}.time-control-buttons .slider-tooltip{color:#fff;pointer-events:none;white-space:nowrap;z-index:1000;background-color:#000000bf;border-radius:4px;padding:4px 8px;font-family:BR Sonoma;font-size:12px;position:absolute;transform:translate(-50%)}.time-control-buttons .slider-tooltip.static{background-color:#000000e6;top:-25px}.time-control-buttons .slider-tooltip.hover{background-color:#0009;top:-5px}.time-control-buttons .slider-tooltip:after{content:"";border-style:solid;border-width:5px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.time-control-buttons .slider-tooltip.static:after{border-color:#000000e6 #0000 #0000}.time-control-buttons .slider-tooltip.hover:after{border-color:#0009 #0000 #0000}.time-control-buttons .slider-markers{height:0;position:absolute;top:calc(100% - 28px);left:0;right:10px}.time-control-buttons .marker{background-color:#666;width:3px;height:8px;position:absolute;transform:translate(-50%)}.time-control-buttons .date-selector{width:120px;height:32px;color:var(--ride-sys-color-text-disable);text-align:center;cursor:pointer;appearance:none;background-color:#0000;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border:1px solid #d9d9d9;border-radius:4px;padding:4px 30px 4px 8px;font-family:BR Sonoma;font-size:14px}.time-control-buttons .date-selector:focus{border-color:#40a9ff;outline:none;box-shadow:0 0 0 2px #1890ff33}.time-control-buttons .date-selector option{background-color:var(--ride-sys-color-background-overlay-subtle);color:var(--ride-sys-color-text-disable)}.time-control-buttons .date-selector input{text-align:center;color:var(--ride-sys-color-text-disable);font-family:BR Sonoma;font-size:14px}.time-control-buttons .date-selector .ant-select-selector{text-align:center!important;color:var(--ride-sys-color-text-disable)!important;border-radius:4px!important;height:32px!important;font-family:BR Sonoma!important;font-size:14px!important}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out, opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{text-align:center;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.ride-select-button{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:fit-content;max-width:190px;height:40px;display:inline-flex}.ride-select-button-inner{background:#fff;border:1px solid #5e6488;border-radius:6px;justify-content:flex-end;align-self:stretch;align-items:center;gap:8px;padding:6px 8px 6px 12px;display:inline-flex}.ride-select-button-text{color:#03050f;letter-spacing:.2px;word-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;flex:1 1 0;font-family:BR Sonoma,sans-serif;font-size:14px;font-weight:400;line-height:24px;overflow:hidden}.drawer-map{border-top-left-radius:1rem;margin-top:5rem;margin-bottom:5rem}.drawer-map .ant-drawer-content{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.polyline-measure-tooltip{white-space:nowrap;border:1px solid #666;border-radius:3px;padding:2px 4px;font-weight:700;width:unset!important;height:unset!important;margin:unset!important;background-color:#fff!important}.polyline-measure-tooltip-total{display:none!important}.polyline-measure-tooltip-difference{white-space:nowrap;border:1px solid #666;border-radius:3px;padding:2px 4px;font-weight:700;width:unset!important;height:unset!important;margin:unset!important;background-color:#fff!important}.drawer-my-layers{& .layer-panel{box-sizing:border-box;background-color:#fff;width:100%;height:100%;padding:1.25rem;overflow-y:auto;& .layer-container{flex-direction:column;gap:1rem;display:flex}}& .layer-item{cursor:pointer;background-color:#f8f9fa;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex;&:hover{background-color:#f1f3f5;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}&.active{background-color:#e7f5ff;border-left:3px solid #74c0fc}& .layer-content{flex:1;align-items:center;gap:.75rem;display:flex;& .layer-title{color:#495057;max-width:200px;font-size:.875rem}}& .layer-actions{align-items:center;gap:.5rem;display:flex}}& .action-menu{border-radius:4px;padding:.5rem;box-shadow:0 2px 8px #00000026;& .action-buttons{flex-direction:column;gap:.5rem;display:flex}}}.buttons-container{flex-direction:column;gap:8px;display:flex}.buttons-container button{justify-content:flex-start;width:100%}.leaflet-draw.leaflet-control{margin-top:450%;margin-left:10px;transform:translateY(-50%)}.leaflet-draw-toolbar.leaflet-bar{border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 5px #0003}.leaflet-draw-toolbar a{background-color:#fff}.leaflet-draw-toolbar a:hover{background-color:#f4f4f4}.leaflet-draw-actions{background:#fff;border-radius:4px;padding:2px;box-shadow:0 1px 5px #0003}.leaflet-draw-actions a{color:#333;padding:4px 8px;background:0 0!important}.leaflet-draw-actions a:hover{background-color:#f4f4f4!important}.custom-popup{max-width:300px;max-height:400px;padding:8px;overflow-y:auto}.custom-popup p{margin:4px 0;font-size:12px;line-height:1.4}.custom-popup strong{color:#333;font-weight:600}.simulation-button{cursor:pointer;background-color:#f0f2f5;border-radius:4px;align-items:center;gap:8px;margin-top:8px;padding:8px;transition:all .3s;display:flex}.popup-footer{border-top:1px solid #f0f0f0;margin-top:8px;padding-top:8px}.custom-popup-wrapper{margin-top:-10px}.popup-title{color:#1a1a1a;margin-bottom:8px;font-size:14px;font-weight:600}.popup-property{justify-content:space-between;margin-bottom:4px;font-size:13px;line-height:1.4;display:flex}.property-key{color:#4a4a4a;margin-right:8px;font-weight:500}.property-value{color:#666;text-align:right;word-break:break-word}.simulation-button{cursor:pointer;background-color:#1677ff;border:none;border-radius:6px;width:100%;padding:10px;transition:all .3s}.simulation-button:hover{background-color:#4096ff}.button-content{color:#fff;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.experiment-icon{font-size:16px}.button-text{white-space:nowrap}.list-layer-popup{& .custom-popup-wrapper{margin-top:-10px}& .popup-content{margin-bottom:12px;padding:12px}& .popup-title{color:#1a1a1a;margin-bottom:8px;font-size:14px;font-weight:600}& .popup-property{justify-content:space-between;margin-bottom:4px;font-size:13px;line-height:1.4;display:flex}& .property-key{color:#4a4a4a;margin-right:8px;font-weight:500}& .property-value{color:#666;text-align:right;word-break:break-word}& .simulation-button{cursor:pointer;background-color:#1677ff;border:none;border-radius:6px;width:100%;padding:10px;transition:all .3s}& .simulation-button:hover{background-color:#4096ff}& .button-content{color:#fff;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}& .experiment-icon{font-size:16px}& .button-text{white-space:nowrap}}.map-actions{z-index:1000;position:absolute;bottom:70px;right:13px}@media (width<=768px){.map-actions{bottom:123px}.map-actions.dynamic{bottom:183px}}.aside-menu{width:300px;padding:var(--ride-gl-spacing-3xlarge) var(--ride-gl-spacing-2xlarge) var(--ride-gl-spacing-7xlarge) var(--ride-gl-spacing-2xlarge);align-items:flex-start;gap:var(--ride-gl-spacing-5xlarge);background:var(--ride-sys-color-background-subtle);box-shadow:var(--ride-gl-shadow-moderate);z-index:1;border-color:#0000;flex-direction:column;align-self:stretch;width:70px;min-width:70px;height:100dvh;font-family:BR Sonoma,Lato,sans-serif;transition:all .3s;display:flex}.aside-menu.open{min-width:300px;padding:var(--ride-gl-spacing-3xlarge) var(--ride-gl-spacing-4xlarge) var(--ride-gl-spacing-7xlarge) var(--ride-gl-spacing-4xlarge)}.aside-menu .header-menu-container{justify-content:space-between;align-items:center;padding:15px 0;display:flex}.aside-menu .header-menu-container.open{padding:15px 0}.aside-menu .header-menu-container .sidemenu-button{justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;right:-10px}.aside-menu .header-menu-container .sidemenu-button.open{right:-55px}.aside-menu .header-menu-container .sidemenu-button svg{fill:#495057;transition:all .3s}.aside-menu .header-menu-container .sidemenu-button:hover{background-color:#e9ecef}.aside-menu .parent{overflow-anchor:none;touch-action:none;-ms-overflow-style:none;scrollbar-width:none;width:35px;height:85dvh;padding-left:0;list-style:none;overflow:hidden auto}.aside-menu .parent.open{width:100%}.aside-menu .parent::-webkit-scrollbar{display:none}.aside-menu .parent>li{margin-block-start:var(--ride-gl-spacing-5xlarge)}.aside-menu .parent>li>span{color:var(--ride-sys-color-text-extreme,--ride-sys-color-text-extreme);font-family:var(--ride-gl-font-family-primary);font-size:12px;font-style:normal;font-weight:400;line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge)}.aside-menu .parent .submenu{text-transform:none;padding-left:0;list-style:none}.aside-menu .parent .submenu .menu-box{padding:var(--ride-gl-spacing-large);cursor:pointer;color:var(--ride-sys-color-text-extreme);box-sizing:border-box;border-radius:6px;align-items:center;gap:.5rem;margin-block-start:.375rem;font-size:.75em;transition:all .2s;display:flex}.aside-menu .parent .submenu .menu-box:hover{background-color:#2f2b3d0f}.aside-menu .parent .submenu .menu-box.active{background:var(--ride-sys-color-surface-medium,#e1e5fc);outline-offset:-2px;color:var(--ride-sys-color-text-extreme,#03050f);font-weight:600}.aside-menu .parent .submenu .menu-box .menu-icon{justify-content:center;align-items:center;min-width:16px;height:16px;display:flex}.aside-menu .parent .submenu .menu-box span{color:var(--ride-sys-color-text-extreme,--ride-sys-color-text-extreme);font-family:var(--ride-gl-font-family-primary);font-size:var(--ride-gl-font-size-small);font-style:normal;font-weight:600;line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge)}.aside-menu .parent .submenu .menu-box.active span{color:var(--ride-sys-color-text-extreme,#03050f);font-weight:600}.aside-menu .parent .submenu .menu-box.active .menu-icon{justify-content:center;align-items:center;display:flex}.aside-menu .icon-container{justify-content:center;align-items:center;transition:transform .3s;display:flex}.mobile-menu{background-color:var(--ride-sys-color-surface-moderate);color:#000;z-index:1100;flex-direction:column;width:100%;height:100%;padding:20px 20px 40px;font-family:BR Sonoma,Lato,sans-serif;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow-y:scroll}.mobile-menu .close-button{color:red;cursor:pointer;background-color:#0000;border:none;font-size:2rem;position:absolute;top:10px;right:10px}.mobile-menu .parent{overflow-anchor:none;flex-grow:1;margin-top:2rem;padding-left:0;list-style:none;overflow:hidden auto}.mobile-menu .parent>li{margin-block-start:.875rem}.mobile-menu .parent>li>span{text-transform:uppercase;color:var(--ride-sys-color-text-medium);margin-block-start:.875rem;padding-block:.375rem;padding-inline:12px;font-size:.8em}.mobile-menu .parent .submenu{text-transform:none;padding-left:0;list-style:none}.mobile-menu .parent .submenu .menu-box{cursor:pointer;color:var(--ride-sys-color-text-extreme);border-radius:.25rem;align-items:center;gap:.5rem;margin-block-start:.375rem;padding-block:.5rem;padding-inline:.75rem;font-size:1em;transition:background-color .3s;display:flex}.mobile-menu .parent .submenu .menu-box.active{color:#ff1c44;background-color:#2f2b3d0f}.layout{grid-template-columns:auto 1fr;width:100%;height:100dvh;display:grid;overflow:hidden;&>aside{grid-column:1/2}& main{grid-column:2/3;overflow-y:auto}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root,:host{--ride-gl-color-brand-10:#fee6ea;--ride-gl-color-brand-30:#fa6981;--ride-gl-color-brand-40:#ff495f;--ride-gl-color-brand-50:#f81e42;--ride-gl-color-brand-60:#f7052d;--ride-gl-color-brand-70:#eb052b;--ride-gl-color-brand-80:#de213b;--ride-gl-color-neutral-0:#fff;--ride-gl-color-neutral-10:#f8f9ff;--ride-gl-color-neutral-20:#edf0ff;--ride-gl-color-neutral-30:#e1e5fc;--ride-gl-color-neutral-40:#ccd1ee;--ride-gl-color-neutral-50:#a9afd1;--ride-gl-color-neutral-60:#8e94b8;--ride-gl-color-neutral-70:#5e6488;--ride-gl-color-neutral-80:#2b304e;--ride-gl-color-neutral-90:#13172c;--ride-gl-color-neutral-100:#03050f;--ride-gl-color-accent-20:#94afff;--ride-gl-color-accent-40:#5c69ff;--ride-gl-color-accent-60:#621fff;--ride-gl-color-accent-80:#3700b8;--ride-gl-color-accent-90:#1700ad;--ride-gl-color-effect-60:#1433cc;--ride-gl-color-effect-80:#0d1985;--ride-gl-color-effect-100:#09081f;--ride-gl-color-transparent:transparent;--ride-gl-color-success-30:#bbf5c1;--ride-gl-color-success-60:#46eb62;--ride-gl-color-success-80:#2a8d3b;--ride-gl-color-success-90:#247a33;--ride-gl-color-success-100:#175b22;--ride-gl-color-warning-30:#fde8af;--ride-gl-color-warning-60:#ffd11a;--ride-gl-color-warning-100:#a44100;--ride-gl-color-critical-20:#f9d0d2;--ride-gl-color-critical-60:#ec0b35;--ride-gl-color-critical-90:#a70825;--ride-gl-color-aqua-60:#00f4e2;--ride-gl-color-aqua-100:#18a68c;--ride-gl-color-pink-60:#ff00b1;--ride-gl-color-pink-80:#d00090;--ride-gl-color-violet-10:#fae3ff;--ride-gl-color-violet-20:#edd2ff;--ride-gl-color-violet-40:#db91fa;--ride-gl-color-violet-50:#ca5afa;--ride-gl-color-violet-60:#bb0be3;--ride-gl-color-violet-70:#ad0ad1;--ride-gl-color-violet-90:#412a5c;--ride-gl-color-violet-100:#34263b;--ride-gl-color-lemon-60:#00ff7f;--ride-gl-color-skyblue-10:#cedcff;--ride-gl-color-skyblue-20:#b8d2ff;--ride-gl-color-skyblue-60:#6983ff;--ride-gl-color-skyblue-70:#1a5ccf;--ride-gl-color-skyblue-90:#002d96;--ride-gl-color-vermillion-10:#ffefe5;--ride-gl-color-vermillion-60:#ff6200;--ride-gl-color-grape-60:#d41983;--ride-gl-color-emerald-60:#164a4a;--ride-gl-color-mint-10:#b4fceb;--ride-gl-color-navy-60:#11588c;--ride-gl-color-sky-10:#c2edff;--ride-gl-motion-scale-94:.94;--ride-gl-motion-duration-0:0s;--ride-gl-motion-duration-100:.1s;--ride-gl-motion-duration-200:.2s;--ride-gl-motion-duration-340:.34s;--ride-gl-motion-duration-1000:1s;--ride-gl-motion-duration-2000:2s;--ride-gl-motion-rotation-360:360deg;--ride-gl-font-weight-regular:400;--ride-gl-font-weight-medium:500;--ride-gl-font-weight-semibold:600;--ride-gl-font-weight-bold:700;--ride-gl-font-weight-display:display;--ride-gl-line-height-small:.75rem;--ride-gl-line-height-medium:1rem;--ride-gl-line-height-large:1.25rem;--ride-gl-line-height-xlarge:1.5rem;--ride-gl-line-height-2xlarge:1.75rem;--ride-gl-line-height-3xlarge:2rem;--ride-gl-line-height-4xlarge:2.25rem;--ride-gl-line-height-5xlarge:2.5rem;--ride-gl-line-height-6xlarge:2.75rem;--ride-gl-line-height-7xlarge:3rem;--ride-gl-line-height-8xlarge:3.5rem;--ride-gl-line-height-9xlarge:4rem;--ride-gl-line-height-10xlarge:4.5rem;--ride-gl-line-height-11xlarge:6rem;--ride-gl-line-height-12xlarge:8rem;--ride-gl-letter-spacing-small:-.063rem;--ride-gl-letter-spacing-medium:0rem;--ride-gl-letter-spacing-large:.006rem;--ride-gl-letter-spacing-xlarge:.0125rem;--ride-gl-font-size-small:.75rem;--ride-gl-font-size-medium:.875rem;--ride-gl-font-size-large:1rem;--ride-gl-font-size-xlarge:1.125rem;--ride-gl-font-size-2xlarge:1.25rem;--ride-gl-font-size-3xlarge:1.5rem;--ride-gl-font-size-4xlarge:1.75rem;--ride-gl-font-size-5xlarge:2rem;--ride-gl-font-size-6xlarge:2.25rem;--ride-gl-font-size-7xlarge:2.5rem;--ride-gl-font-size-8xlarge:3rem;--ride-gl-font-size-9xlarge:3.5rem;--ride-gl-font-size-10xlarge:4rem;--ride-gl-font-size-11xlarge:4.5rem;--ride-gl-font-size-12xlarge:5rem;--ride-gl-text-decoration-none:none;--ride-gl-text-decoration-underline:underline;--ride-gl-font-family-primary:"BR Sonoma";--ride-gl-letter-spacing-2xlarge:.025rem;--ride-gl-letter-spacing-3xlarge:.063rem;--ride-gl-spacing-none:0;--ride-gl-spacing-small:.125rem;--ride-gl-spacing-medium:.25rem;--ride-gl-spacing-large:.5rem;--ride-gl-spacing-xlarge:.75rem;--ride-gl-spacing-2xlarge:1rem;--ride-gl-spacing-3xlarge:1.25rem;--ride-gl-spacing-4xlarge:1.5rem;--ride-gl-spacing-5xlarge:2rem;--ride-gl-spacing-6xlarge:2.5rem;--ride-gl-spacing-7xlarge:3rem;--ride-gl-spacing-8xlarge:3.5rem;--ride-gl-spacing-9xlarge:4rem;--ride-gl-spacing-10xlarge:5rem;--ride-gl-spacing-11xlarge:6rem;--ride-gl-spacing-12xlarge:7rem;--ride-gl-border-radius-square:0rem;--ride-gl-border-radius-small:.375rem;--ride-gl-border-radius-medium:.5rem;--ride-gl-border-radius-large:1rem;--ride-gl-border-radius-xlarge:1.5rem;--ride-gl-border-radius-2xlarge:2.5rem;--ride-gl-border-radius-pill:7.5rem;--ride-gl-border-radius-circle:50%;--ride-gl-border-width-none:0px;--ride-gl-border-width-thin:1px;--ride-gl-border-width-medium:2px;--ride-gl-border-width-thick:3px;--ride-gl-shadow-subtle:0px 1px 8px 0px #0d198514;--ride-gl-shadow-moderate:0px 2px 20px 0px #0d19851f;--ride-gl-shadow-medium:0px 8px 28px 0px #0d198529;--ride-gl-shadow-strong:0px 12px 56px 0px #0d198533;--ride-gl-opacity-subtle:.1;--ride-gl-opacity-moderate:.2;--ride-gl-opacity-medium:.4;--ride-gl-opacity-strong:.6;--ride-gl-opacity-extreme:.84;--ride-gl-size-glyph-small:12px;--ride-gl-size-glyph-medium:16px;--ride-gl-size-glyph-large:20px;--ride-gl-size-glyph-xlarge:24px;--ride-gl-size-glyph-2xlarge:32px;--ride-gl-size-icon-small:40px;--ride-gl-size-icon-medium:48px;--ride-gl-size-icon-large:56px;--ride-gl-size-icon-xlarge:64px;--ride-gl-size-fullicon-small:72px;--ride-gl-size-fullicon-medium:80px;--ride-gl-size-fullicon-large:88px;--ride-gl-size-fullicon-xlarge:96px;--ride-gl-font-style-normal:normal;--ride-gl-font-style-italic:italic;--ride-gl-blur-background-subtle:blur(5px);--ride-gl-blur-background-moderate:blur(8px);--ride-gl-blur-layer-subtle:blur(60px);--ride-gl-blur-layer-moderate:blur(120px);--ride-gl-blur-layer-medium:blur(160px);--ride-gl-blur-layer-strong:blur(210px);--ride-gl-text-transform-uppercase:uppercase;--ride-gl-text-transform-none:none;--ride-gl-font-family-secondary:"Rimac";--ride-sys-text-paragraph-2xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-2xlarge-default-font-weight:var(--ride-gl-font-weight-medium);--ride-sys-text-paragraph-2xlarge-default-line-height:var(--ride-gl-line-height-3xlarge);--ride-sys-text-paragraph-2xlarge-default-font-size:var(--ride-gl-font-size-2xlarge);--ride-sys-text-paragraph-2xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-xlarge-default-font-weight:var(--ride-gl-font-weight-medium);--ride-sys-text-paragraph-xlarge-default-line-height:var(--ride-gl-line-height-3xlarge);--ride-sys-text-paragraph-xlarge-default-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-paragraph-xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-regular-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-xlarge-regular-short-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-paragraph-xlarge-regular-short-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-paragraph-xlarge-regular-short-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-xlarge-regular-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-semibold-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-xlarge-semibold-short-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-paragraph-xlarge-semibold-short-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-paragraph-xlarge-semibold-short-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-xlarge-semibold-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-bold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-xlarge-bold-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-xlarge-bold-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-paragraph-xlarge-bold-line-height:var(--ride-gl-line-height-3xlarge);--ride-sys-text-paragraph-xlarge-bold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-bold-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-xlarge-bold-short-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-xlarge-bold-short-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-paragraph-xlarge-bold-short-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-xlarge-bold-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-underline-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-xlarge-underline-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-paragraph-xlarge-underline-line-height:var(--ride-gl-line-height-3xlarge);--ride-sys-text-paragraph-xlarge-underline-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-paragraph-xlarge-underline-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-xlarge-underline-text-decoration:var(--ride-gl-text-decoration-underline);--ride-sys-text-paragraph-large-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-large-default-font-weight:var(--ride-gl-font-weight-medium);--ride-sys-text-paragraph-large-default-line-height:var(--ride-gl-line-height-2xlarge);--ride-sys-text-paragraph-large-default-font-size:var(--ride-gl-font-size-large);--ride-sys-text-paragraph-large-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-large-regular-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-large-regular-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-paragraph-large-regular-line-height:var(--ride-gl-line-height-2xlarge);--ride-sys-text-paragraph-large-regular-font-size:var(--ride-gl-font-size-large);--ride-sys-text-paragraph-large-regular-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-large-regular-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-large-regular-short-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-paragraph-large-regular-short-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-large-regular-short-font-size:var(--ride-gl-font-size-large);--ride-sys-text-paragraph-large-regular-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-large-bold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-large-bold-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-large-bold-line-height:var(--ride-gl-line-height-2xlarge);--ride-sys-text-paragraph-large-bold-font-size:var(--ride-gl-font-size-large);--ride-sys-text-paragraph-large-bold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-large-bold-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-large-bold-short-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-large-bold-short-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-large-bold-short-font-size:var(--ride-gl-font-size-large);--ride-sys-text-paragraph-large-bold-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-large-underline-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-large-underline-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-paragraph-large-underline-line-height:var(--ride-gl-line-height-2xlarge);--ride-sys-text-paragraph-large-underline-font-size:var(--ride-gl-font-size-large);--ride-sys-text-paragraph-large-underline-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-large-underline-text-decoration:var(--ride-gl-text-decoration-underline);--ride-sys-text-paragraph-medium-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-default-font-weight:var(--ride-gl-font-weight-medium);--ride-sys-text-paragraph-medium-default-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-medium-default-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-regular-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-regular-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-paragraph-medium-regular-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-medium-regular-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-regular-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-regular-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-regular-short-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-paragraph-medium-regular-short-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-medium-regular-short-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-regular-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-semibold-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-semibold-short-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-paragraph-medium-semibold-short-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-medium-semibold-short-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-semibold-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-bold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-bold-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-medium-bold-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-medium-bold-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-bold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-bold-short-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-bold-short-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-medium-bold-short-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-medium-bold-short-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-bold-short-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-underline-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-medium-underline-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-paragraph-medium-underline-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-paragraph-medium-underline-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-paragraph-medium-underline-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-paragraph-medium-underline-text-decoration:var(--ride-gl-text-decoration-underline);--ride-sys-text-paragraph-small-medium-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-small-medium-font-weight:var(--ride-gl-font-weight-medium);--ride-sys-text-paragraph-small-medium-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-small-medium-letter-spacing:var(--ride-gl-letter-spacing-large);--ride-sys-text-paragraph-small-medium-font-size:var(--ride-gl-font-size-small);--ride-sys-text-paragraph-small-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-small-default-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-paragraph-small-default-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-small-default-font-size:var(--ride-gl-font-size-small);--ride-sys-text-paragraph-small-default-letter-spacing:var(--ride-gl-letter-spacing-large);--ride-sys-text-paragraph-small-bold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-small-bold-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-paragraph-small-bold-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-small-bold-font-size:var(--ride-gl-font-size-small);--ride-sys-text-paragraph-small-bold-letter-spacing:var(--ride-gl-letter-spacing-large);--ride-sys-text-paragraph-small-underline-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-paragraph-small-underline-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-paragraph-small-underline-line-height:var(--ride-gl-line-height-large);--ride-sys-text-paragraph-small-underline-font-size:var(--ride-gl-font-size-small);--ride-sys-text-paragraph-small-underline-letter-spacing:var(--ride-gl-letter-spacing-large);--ride-sys-text-paragraph-small-underline-text-decoration:var(--ride-gl-text-decoration-underline);--ride-sys-text-title-12xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-12xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-12xlarge-default-line-height:var(--ride-gl-line-height-11xlarge);--ride-sys-text-title-12xlarge-default-font-size:var(--ride-gl-font-size-12xlarge);--ride-sys-text-title-12xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-small);--ride-sys-text-title-11xlarge-secondary-font-family:var(--ride-gl-font-family-secondary);--ride-sys-text-title-11xlarge-secondary-font-weight:var(--ride-gl-font-weight-display);--ride-sys-text-title-11xlarge-secondary-line-height:var(--ride-gl-line-height-11xlarge);--ride-sys-text-title-11xlarge-secondary-font-size:var(--ride-gl-font-size-11xlarge);--ride-sys-text-title-11xlarge-secondary-letter-spacing:var(--ride-gl-letter-spacing-small);--ride-sys-text-title-10xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-10xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-10xlarge-default-line-height:var(--ride-gl-line-height-10xlarge);--ride-sys-text-title-10xlarge-default-font-size:var(--ride-gl-font-size-10xlarge);--ride-sys-text-title-10xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-9xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-9xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-9xlarge-default-line-height:var(--ride-gl-line-height-9xlarge);--ride-sys-text-title-9xlarge-default-font-size:var(--ride-gl-font-size-9xlarge);--ride-sys-text-title-9xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-8xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-8xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-8xlarge-default-line-height:var(--ride-gl-line-height-8xlarge);--ride-sys-text-title-8xlarge-default-font-size:var(--ride-gl-font-size-8xlarge);--ride-sys-text-title-8xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-8xlarge-secondary-font-family:var(--ride-gl-font-family-secondary);--ride-sys-text-title-8xlarge-secondary-font-weight:var(--ride-gl-font-weight-display);--ride-sys-text-title-8xlarge-secondary-line-height:var(--ride-gl-line-height-9xlarge);--ride-sys-text-title-8xlarge-secondary-font-size:var(--ride-gl-font-size-8xlarge);--ride-sys-text-title-8xlarge-secondary-letter-spacing:var(--ride-gl-letter-spacing-small);--ride-sys-text-title-7xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-7xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-7xlarge-default-line-height:var(--ride-gl-line-height-7xlarge);--ride-sys-text-title-7xlarge-default-font-size:var(--ride-gl-font-size-7xlarge);--ride-sys-text-title-7xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-6xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-6xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-6xlarge-default-line-height:var(--ride-gl-line-height-6xlarge);--ride-sys-text-title-6xlarge-default-font-size:var(--ride-gl-font-size-6xlarge);--ride-sys-text-title-6xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-5xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-5xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-5xlarge-default-line-height:var(--ride-gl-line-height-5xlarge);--ride-sys-text-title-5xlarge-default-font-size:var(--ride-gl-font-size-5xlarge);--ride-sys-text-title-5xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-5xlarge-secondary-font-family:var(--ride-gl-font-family-secondary);--ride-sys-text-title-5xlarge-secondary-font-weight:var(--ride-gl-font-weight-display);--ride-sys-text-title-5xlarge-secondary-line-height:var(--ride-gl-line-height-5xlarge);--ride-sys-text-title-5xlarge-secondary-font-size:var(--ride-gl-font-size-5xlarge);--ride-sys-text-title-5xlarge-secondary-letter-spacing:var(--ride-gl-letter-spacing-small);--ride-sys-text-title-4xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-4xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-4xlarge-default-line-height:var(--ride-gl-line-height-4xlarge);--ride-sys-text-title-4xlarge-default-font-size:var(--ride-gl-font-size-4xlarge);--ride-sys-text-title-4xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-3xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-3xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-3xlarge-default-line-height:var(--ride-gl-line-height-3xlarge);--ride-sys-text-title-3xlarge-default-font-size:var(--ride-gl-font-size-3xlarge);--ride-sys-text-title-3xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-2xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-2xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-2xlarge-default-line-height:var(--ride-gl-line-height-2xlarge);--ride-sys-text-title-2xlarge-default-font-size:var(--ride-gl-font-size-2xlarge);--ride-sys-text-title-2xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-title-xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-xlarge-default-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-title-xlarge-default-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-title-xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-title-large-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-large-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-large-default-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-title-large-default-font-size:var(--ride-gl-font-size-large);--ride-sys-text-title-large-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-title-medium-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-medium-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-medium-default-line-height:var(--ride-gl-line-height-large);--ride-sys-text-title-medium-default-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-title-medium-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-title-medium-uppercase-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-medium-uppercase-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-medium-uppercase-line-height:var(--ride-gl-line-height-large);--ride-sys-text-title-medium-uppercase-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-title-medium-uppercase-letter-spacing:var(--ride-gl-letter-spacing-3xlarge);--ride-sys-text-title-medium-uppercase-text-transform:var(--ride-gl-text-transform-uppercase);--ride-sys-text-title-small-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-small-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-small-default-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-title-small-default-font-size:var(--ride-gl-font-size-small);--ride-sys-text-title-small-default-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-title-small-uppercase-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-title-small-uppercase-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-title-small-uppercase-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-title-small-uppercase-font-size:var(--ride-gl-font-size-small);--ride-sys-text-title-small-uppercase-letter-spacing:var(--ride-gl-letter-spacing-3xlarge);--ride-sys-text-title-small-uppercase-text-transform:var(--ride-gl-text-transform-uppercase);--ride-sys-text-label-3xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-3xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-3xlarge-default-line-height:var(--ride-gl-line-height-2xlarge);--ride-sys-text-label-3xlarge-default-font-size:var(--ride-gl-font-size-3xlarge);--ride-sys-text-label-3xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-2xlarge);--ride-sys-text-label-2xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-2xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-2xlarge-default-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-label-2xlarge-default-font-size:var(--ride-gl-font-size-2xlarge);--ride-sys-text-label-2xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-2xlarge);--ride-sys-text-label-2xlarge-regular-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-2xlarge-regular-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-label-2xlarge-regular-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-label-2xlarge-regular-font-size:var(--ride-gl-font-size-2xlarge);--ride-sys-text-label-2xlarge-regular-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-label-xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-xlarge-default-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-label-xlarge-default-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-label-xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-2xlarge);--ride-sys-text-label-xlarge-semibold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-xlarge-semibold-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-label-xlarge-semibold-line-height:var(--ride-gl-line-height-xlarge);--ride-sys-text-label-xlarge-semibold-font-size:var(--ride-gl-font-size-xlarge);--ride-sys-text-label-xlarge-semibold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-label-large-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-large-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-large-default-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-large-default-font-size:var(--ride-gl-font-size-large);--ride-sys-text-label-large-default-letter-spacing:var(--ride-gl-letter-spacing-2xlarge);--ride-sys-text-label-large-semibold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-large-semibold-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-label-large-semibold-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-large-semibold-font-size:var(--ride-gl-font-size-large);--ride-sys-text-label-large-semibold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-label-large-regular-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-large-regular-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-label-large-regular-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-large-regular-font-size:var(--ride-gl-font-size-large);--ride-sys-text-label-large-regular-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-label-medium-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-medium-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-medium-default-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-medium-default-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-label-medium-default-letter-spacing:var(--ride-gl-letter-spacing-2xlarge);--ride-sys-text-label-medium-semibold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-medium-semibold-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-label-medium-semibold-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-medium-semibold-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-label-medium-semibold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-label-medium-regular-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-medium-regular-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-label-medium-regular-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-medium-regular-font-size:var(--ride-gl-font-size-medium);--ride-sys-text-label-medium-regular-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-label-small-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-small-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-small-default-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-small-default-font-size:var(--ride-gl-font-size-small);--ride-sys-text-label-small-default-letter-spacing:var(--ride-gl-letter-spacing-2xlarge);--ride-sys-text-label-small-regular-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-small-regular-font-weight:var(--ride-gl-font-weight-regular);--ride-sys-text-label-small-regular-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-small-regular-font-size:var(--ride-gl-font-size-small);--ride-sys-text-label-small-regular-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-label-small-semibold-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-small-semibold-font-weight:var(--ride-gl-font-weight-semibold);--ride-sys-text-label-small-semibold-line-height:var(--ride-gl-line-height-medium);--ride-sys-text-label-small-semibold-font-size:var(--ride-gl-font-size-small);--ride-sys-text-label-small-semibold-letter-spacing:var(--ride-gl-letter-spacing-xlarge);--ride-sys-text-label-5xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-5xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-5xlarge-default-font-size:var(--ride-gl-font-size-5xlarge);--ride-sys-text-label-5xlarge-default-line-height:var(--ride-gl-line-height-3xlarge);--ride-sys-text-label-5xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-text-label-6xlarge-default-font-family:var(--ride-gl-font-family-primary);--ride-sys-text-label-6xlarge-default-font-weight:var(--ride-gl-font-weight-bold);--ride-sys-text-label-6xlarge-default-font-size:var(--ride-gl-font-size-6xlarge);--ride-sys-text-label-6xlarge-default-line-height:var(--ride-gl-line-height-4xlarge);--ride-sys-text-label-6xlarge-default-letter-spacing:var(--ride-gl-letter-spacing-medium);--ride-sys-color-brand-default:var(--ride-gl-color-brand-60);--ride-sys-color-brand-dark:var(--ride-gl-color-neutral-100);--ride-sys-color-brand-light:var(--ride-gl-color-neutral-0);--ride-sys-color-text-extreme:var(--ride-gl-color-neutral-100);--ride-sys-color-text-transparent:var(--ride-gl-color-transparent);--ride-sys-color-text-strong:var(--ride-gl-color-neutral-80);--ride-sys-color-text-medium:var(--ride-gl-color-neutral-70);--ride-sys-color-text-disable:var(--ride-gl-color-neutral-50);--ride-sys-color-text-disable-inverse:#ffffff80;--ride-sys-color-text-inverse:var(--ride-gl-color-neutral-0);--ride-sys-color-text-interactive:var(--ride-gl-color-accent-60);--ride-sys-color-text-interactive-hover:var(--ride-gl-color-accent-80);--ride-sys-color-text-highlight:var(--ride-gl-color-brand-60);--ride-sys-color-text-highlight-default:var(--ride-gl-color-brand-60);--ride-sys-color-text-highlight-short:linear-gradient(90deg, var(--ride-gl-color-vermillion-60) 1.19%, var(--ride-gl-color-brand-60) 17.99%, var(--ride-gl-color-brand-60) 83.2%, var(--ride-gl-color-grape-60) 100%);--ride-sys-color-text-highlight-expanded:linear-gradient(107deg, var(--ride-gl-color-vermillion-60) 9.41%, var(--ride-gl-color-brand-60) 31.69%, var(--ride-gl-color-brand-60) 62.43%, var(--ride-gl-color-grape-60) 86.25%);--ride-sys-color-text-highlight-strong:var(--ride-gl-color-emerald-60);--ride-sys-color-text-highlight-strong-attribute:var(--ride-gl-color-violet-70);--ride-sys-color-text-highlight-strong-incentive:var(--ride-gl-color-navy-60);--ride-sys-color-text-feedback-critical:var(--ride-gl-color-critical-60);--ride-sys-color-text-feedback-warning-strong:var(--ride-gl-color-warning-100);--ride-sys-color-text-feedback-critical-strong:var(--ride-gl-color-critical-90);--ride-sys-color-text-feedback-success-medium:var(--ride-gl-color-success-90);--ride-sys-color-text-feedback-success-strong:var(--ride-gl-color-success-100);--ride-sys-color-text-feedback-observed-strong:var(--ride-gl-color-violet-90);--ride-sys-color-text-feedback-informative-strong:var(--ride-gl-color-skyblue-90);--ride-sys-color-text-promotional-subtle:var(--ride-gl-color-grape-60);--ride-sys-color-background-default:var(--ride-gl-color-neutral-0);--ride-sys-color-background-subtle:var(--ride-gl-color-neutral-20);--ride-sys-color-background-moderate:var(--ride-gl-color-neutral-30);--ride-sys-color-background-strong:var(--ride-gl-color-neutral-100);--ride-sys-color-background-nav-default:linear-gradient(180deg, var(--ride-gl-color-neutral-10) 0%, #f8f9ffcc 100%);--ride-sys-color-background-nav-scroll:linear-gradient(180deg, var(--ride-gl-color-neutral-0) 0%, #fffc 100%);--ride-sys-color-background-fixed:linear-gradient(180deg, #fff0 0%, var(--ride-gl-color-neutral-0) 100%);--ride-sys-color-background-navbar-app:linear-gradient(180deg, #fff9 0%, var(--ride-gl-color-neutral-0) 100%);--ride-sys-color-background-overlay:#09081fd6;--ride-sys-color-background-overlay-subtle:#09081f99;--ride-sys-color-background-cyber-default:linear-gradient(270deg, var(--ride-gl-color-accent-60) 6.51%, var(--ride-gl-color-grape-60) 26.51%, var(--ride-gl-color-brand-60) 46.5%, var(--ride-gl-color-brand-60) 99.99%);--ride-sys-color-background-promotional-default:linear-gradient(270deg, var(--ride-gl-color-grape-60) 0%, var(--ride-gl-color-brand-60) 15%, var(--ride-gl-color-brand-60) 85%, var(--ride-gl-color-vermillion-60) 100%);--ride-sys-color-background-highlight-default:linear-gradient(270deg, var(--ride-gl-color-grape-60) 0%, var(--ride-gl-color-brand-60) 15%, var(--ride-gl-color-brand-60) 85%, var(--ride-gl-color-vermillion-60) 100%);--ride-sys-color-background-digital-channels-default:linear-gradient(90deg, var(--ride-gl-color-brand-60) 0%, var(--ride-gl-color-brand-60) 69%, var(--ride-gl-color-grape-60) 100%);--ride-sys-color-surface-default:var(--ride-gl-color-neutral-0);--ride-sys-color-surface-subtle:var(--ride-gl-color-neutral-10);--ride-sys-color-surface-moderate:var(--ride-gl-color-neutral-20);--ride-sys-color-surface-medium:var(--ride-gl-color-neutral-30);--ride-sys-color-surface-fairly-strong:var(--ride-gl-color-neutral-60);--ride-sys-color-surface-quite-strong:var(--ride-gl-color-neutral-70);--ride-sys-color-surface-strong:var(--ride-gl-color-neutral-80);--ride-sys-color-surface-extreme:var(--ride-gl-color-neutral-90);--ride-sys-color-surface-inverse:var(--ride-gl-color-neutral-100);--ride-sys-color-surface-transparent:var(--ride-gl-color-transparent);--ride-sys-color-surface-disable:#1433cc1a;--ride-sys-color-surface-disable-inverse:#ffffff4d;--ride-sys-color-surface-interactive-hover:var(--ride-gl-color-accent-80);--ride-sys-color-surface-interactive-default:var(--ride-gl-color-accent-60);--ride-sys-color-surface-whatsapp:var(--ride-gl-color-lemon-60);--ride-sys-color-surface-feedback-success:var(--ride-gl-color-success-60);--ride-sys-color-surface-feedback-success-medium:var(--ride-gl-color-success-80);--ride-sys-color-surface-feedback-success-subtle:var(--ride-gl-color-success-30);--ride-sys-color-surface-feedback-warning:var(--ride-gl-color-warning-60);--ride-sys-color-surface-feedback-warning-subtle:var(--ride-gl-color-warning-30);--ride-sys-color-surface-feedback-critical:var(--ride-gl-color-critical-60);--ride-sys-color-surface-feedback-critical-subtle:var(--ride-gl-color-critical-20);--ride-sys-color-surface-feedback-observed-subtle:var(--ride-gl-color-violet-20);--ride-sys-color-surface-feedback-informative-subtle:var(--ride-gl-color-skyblue-10);--ride-sys-color-surface-feedback-neutral-subtle:var(--ride-gl-color-neutral-30);--ride-sys-color-surface-feedback-informative:var(--ride-gl-color-skyblue-90);--ride-sys-color-surface-alpha-neutral-subtle:#ffffffe6;--ride-sys-color-surface-alpha-neutral-extreme:#ffffff26;--ride-sys-color-surface-cyber-horizontal:linear-gradient(90deg, var(--ride-gl-color-accent-60) 0%, var(--ride-gl-color-grape-60) 57.09%, var(--ride-gl-color-brand-60) 99.74%);--ride-sys-color-surface-cyber-diagonal:linear-gradient(213deg, var(--ride-gl-color-brand-60) 5.99%, var(--ride-gl-color-grape-60) 42.37%, var(--ride-gl-color-accent-60) 82.94%);--ride-sys-color-surface-special-primary:var(--ride-gl-color-brand-10);--ride-sys-color-surface-special-secondary:var(--ride-gl-color-violet-10);--ride-sys-color-surface-special-terciary:var(--ride-gl-color-vermillion-10);--ride-sys-color-surface-highlight-primary:var(--ride-gl-color-violet-60);--ride-sys-color-surface-highlight-default:var(--ride-gl-color-grape-60);--ride-sys-color-surface-highlight-subtle:var(--ride-gl-color-mint-10);--ride-sys-color-surface-highlight-subtle-incentive:var(--ride-gl-color-sky-10);--ride-sys-color-surface-highlight-subtle-attribute:var(--ride-gl-color-violet-10);--ride-sys-color-surface-promotional-horizontal:linear-gradient(270deg, var(--ride-gl-color-brand-50) 60%, var(--ride-gl-color-vermillion-60) 100%);--ride-sys-color-surface-promotional-diagonal:linear-gradient(128deg, var(--ride-gl-color-brand-70) 1.9%, var(--ride-gl-color-grape-60) 50.98%, var(--ride-gl-color-grape-60) 91.27%);--ride-sys-color-surface-promotional-subtle:var(--ride-gl-color-grape-60);--ride-sys-color-surface-promotional-strong:var(--ride-gl-color-grape-60);--ride-sys-color-surface-new-horizontal:linear-gradient(86deg, var(--ride-gl-color-aqua-60) 0%, var(--ride-gl-color-lemon-60) 100%);--ride-sys-color-surface-digital-channels-horizontal:linear-gradient(270deg, var(--ride-gl-color-grape-60) 50%, var(--ride-gl-color-brand-60) 100%);--ride-sys-color-surface-digital-channels-diagonal:linear-gradient(220deg, var(--ride-gl-color-grape-60) 38.09%, var(--ride-gl-color-brand-60) 83.71%);--ride-sys-color-surface-product-horizontal:linear-gradient(270deg, var(--ride-gl-color-grape-60) 30%, var(--ride-gl-color-violet-60) 100%);--ride-sys-color-glyph-default:var(--ride-gl-color-neutral-100);--ride-sys-color-glyph-extreme:var(--ride-gl-color-neutral-80);--ride-sys-color-glyph-strong:var(--ride-gl-color-neutral-70);--ride-sys-color-glyph-disable:var(--ride-gl-color-neutral-50);--ride-sys-color-glyph-inverse:var(--ride-gl-color-neutral-0);--ride-sys-color-glyph-interactive:var(--ride-gl-color-accent-60);--ride-sys-color-glyph-interactive-hover:var(--ride-gl-color-accent-80);--ride-sys-color-glyph-whatsapp:var(--ride-gl-color-lemon-60);--ride-sys-color-glyph-disable-inverse:#ffffff80;--ride-sys-color-glyph-highlight:linear-gradient(45deg, var(--ride-gl-color-brand-50) 0%, var(--ride-gl-color-brand-30) 100%);--ride-sys-color-glyph-highlight-default:linear-gradient(45deg, var(--ride-gl-color-brand-50) 0%, var(--ride-gl-color-brand-30) 100%);--ride-sys-color-glyph-highlight-strong-incentive:var(--ride-gl-color-navy-60);--ride-sys-color-glyph-highlight-strong-attribute:var(--ride-gl-color-violet-70);--ride-sys-color-glyph-highlight-strong-featured:var(--ride-gl-color-emerald-60);--ride-sys-color-glyph-feedback-critical:var(--ride-gl-color-critical-60);--ride-sys-color-glyph-feedback-warning:var(--ride-gl-color-warning-100);--ride-sys-color-glyph-feedback-success:var(--ride-gl-color-success-80);--ride-sys-color-glyph-promotional-subtle:var(--ride-gl-color-grape-60);--ride-sys-color-photofilter-vertical-subtle:linear-gradient(180deg, #09081f00 42.83%, #09081f3d 57.89%, #09081fc2 77.3%, #09081fe0 100%, #09081fe0 100%);--ride-sys-color-photofilter-vertical-subtle-hover:linear-gradient(180deg, #09081f21 0%, #09081f6b 39.8%, #09081fc2 60.3%, #09081fe0 100%);--ride-sys-color-photofilter-vertical-moderate:linear-gradient(180deg, #09081f00 28.78%, #09081f59 55.62%, #09081fc2 78.74%, #09081fe0 100%);--ride-sys-color-photofilter-vertical-moderate-hover:linear-gradient(180deg, #09081f3d 0%, #09081f7a 33.29%, #09081fc2 66.65%, #09081fe0 100%);--ride-sys-color-photofilter-horizontal:linear-gradient(270deg, #09081f29 0%, #09081f7a 33.29%, #09081fc2 66.65%, #09081fe0 100%);--ride-sys-color-border-inverse:var(--ride-gl-color-neutral-0);--ride-sys-color-border-default:var(--ride-gl-color-neutral-40);--ride-sys-color-border-medium:var(--ride-gl-color-neutral-70);--ride-sys-color-border-strong:var(--ride-gl-color-neutral-80);--ride-sys-color-border-extreme:var(--ride-gl-color-neutral-90);--ride-sys-color-border-focus:var(--ride-gl-color-skyblue-70);--ride-sys-color-border-focus-inverse:var(--ride-gl-color-accent-90);--ride-sys-color-border-disable-inverse:#ffffff4d;--ride-sys-color-border-disable:#1433cc33;--ride-sys-color-border-interactive:var(--ride-gl-color-accent-60);--ride-sys-color-border-interactive-hover:var(--ride-gl-color-accent-80);--ride-sys-color-border-interactive-subtle:var(--ride-gl-color-skyblue-20);--ride-sys-color-border-feedback-critical:var(--ride-gl-color-critical-60);--ride-sys-color-border-feedback-critical-strong:var(--ride-gl-color-critical-90);--ride-sys-color-border-highlight-default:var(--ride-gl-color-grape-60);--ride-sys-color-shape-default:var(--ride-gl-color-neutral-100);--ride-sys-color-shape-subtle:var(--ride-gl-color-neutral-50);--ride-sys-color-shimmer-default:linear-gradient(90deg, #1433cc1f 11.36%, #1433cc3d 40.91%, #1433cc1f 65.1%);--ride-sys-color-chart-01:var(--ride-gl-color-violet-50);--ride-sys-color-chart-02:var(--ride-gl-color-accent-40);--ride-sys-color-chart-03:var(--ride-gl-color-brand-40);--ride-sys-color-chart-04:var(--ride-gl-color-aqua-100);--ride-sys-color-chart-05:var(--ride-gl-color-pink-80);--ride-sys-color-chart-06:var(--ride-gl-color-vermillion-60);--ride-sys-border-radius-container-square:var(--ride-gl-border-radius-square);--ride-sys-border-radius-container-small:var(--ride-gl-border-radius-small);--ride-sys-border-radius-container-medium:var(--ride-gl-border-radius-medium);--ride-sys-border-radius-container-large:var(--ride-gl-border-radius-large);--ride-sys-border-radius-container-xlarge:var(--ride-gl-border-radius-xlarge);--ride-sys-border-radius-container-2xlarge:var(--ride-gl-border-radius-2xlarge);--ride-sys-border-radius-container-pill:var(--ride-gl-border-radius-pill);--ride-sys-border-radius-container-circle:var(--ride-gl-border-radius-circle);--ride-sys-border-width-container-none:var(--ride-gl-border-width-none);--ride-sys-border-width-container-thin:var(--ride-gl-border-width-thin);--ride-sys-border-width-container-medium:var(--ride-gl-border-width-medium);--ride-sys-border-width-container-thick:var(--ride-gl-border-width-thick);--ride-sys-blur-container-subtle:var(--ride-gl-blur-background-subtle);--ride-sys-blur-container-moderate:var(--ride-gl-blur-background-moderate);--ride-sys-blur-blurasset-subtle:var(--ride-gl-blur-layer-subtle);--ride-sys-blur-blurasset-moderate:var(--ride-gl-blur-layer-moderate);--ride-sys-blur-blurasset-medium:var(--ride-gl-blur-layer-medium);--ride-sys-blur-blurasset-strong:var(--ride-gl-blur-layer-strong);--ride-sys-shadow-container-subtle:var(--ride-gl-shadow-subtle);--ride-sys-shadow-container-moderate:var(--ride-gl-shadow-moderate);--ride-sys-shadow-container-medium:var(--ride-gl-shadow-medium);--ride-sys-shadow-container-strong:var(--ride-gl-shadow-strong)}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.ride-sys-text-paragraph-2xlarge-default{font-family:var(--ride-sys-text-paragraph-2xlarge-default-font-family);font-weight:var(--ride-sys-text-paragraph-2xlarge-default-font-weight);line-height:var(--ride-sys-text-paragraph-2xlarge-default-line-height);font-size:var(--ride-sys-text-paragraph-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-2xlarge-default-letter-spacing)}.ride-sys-text-paragraph-xlarge-default{font-family:var(--ride-sys-text-paragraph-xlarge-default-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-default-font-weight);line-height:var(--ride-sys-text-paragraph-xlarge-default-line-height);font-size:var(--ride-sys-text-paragraph-xlarge-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-xlarge-default-letter-spacing)}.ride-sys-text-paragraph-xlarge-regular-short{font-family:var(--ride-sys-text-paragraph-xlarge-regular-short-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-regular-short-font-weight);font-size:var(--ride-sys-text-paragraph-xlarge-regular-short-font-size);line-height:var(--ride-sys-text-paragraph-xlarge-regular-short-line-height);letter-spacing:var(--ride-sys-text-paragraph-xlarge-regular-short-letter-spacing)}.ride-sys-text-paragraph-xlarge-semibold-short{font-family:var(--ride-sys-text-paragraph-xlarge-semibold-short-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-semibold-short-font-weight);font-size:var(--ride-sys-text-paragraph-xlarge-semibold-short-font-size);line-height:var(--ride-sys-text-paragraph-xlarge-semibold-short-line-height);letter-spacing:var(--ride-sys-text-paragraph-xlarge-semibold-short-letter-spacing)}.ride-sys-text-paragraph-xlarge-bold{font-family:var(--ride-sys-text-paragraph-xlarge-bold-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-bold-font-weight);font-size:var(--ride-sys-text-paragraph-xlarge-bold-font-size);line-height:var(--ride-sys-text-paragraph-xlarge-bold-line-height);letter-spacing:var(--ride-sys-text-paragraph-xlarge-bold-letter-spacing)}.ride-sys-text-paragraph-xlarge-bold-short{font-family:var(--ride-sys-text-paragraph-xlarge-bold-short-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-bold-short-font-weight);font-size:var(--ride-sys-text-paragraph-xlarge-bold-short-font-size);line-height:var(--ride-sys-text-paragraph-xlarge-bold-short-line-height);letter-spacing:var(--ride-sys-text-paragraph-xlarge-bold-short-letter-spacing)}.ride-sys-text-paragraph-xlarge-underline{font-family:var(--ride-sys-text-paragraph-xlarge-underline-font-family);font-weight:var(--ride-sys-text-paragraph-xlarge-underline-font-weight);line-height:var(--ride-sys-text-paragraph-xlarge-underline-line-height);font-size:var(--ride-sys-text-paragraph-xlarge-underline-font-size);letter-spacing:var(--ride-sys-text-paragraph-xlarge-underline-letter-spacing);text-decoration:var(--ride-sys-text-paragraph-xlarge-underline-text-decoration)}.ride-sys-text-paragraph-large-default{font-family:var(--ride-sys-text-paragraph-large-default-font-family);font-weight:var(--ride-sys-text-paragraph-large-default-font-weight);line-height:var(--ride-sys-text-paragraph-large-default-line-height);font-size:var(--ride-sys-text-paragraph-large-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-default-letter-spacing)}.ride-sys-text-paragraph-large-regular{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing)}.ride-sys-text-paragraph-large-regular-short{font-family:var(--ride-sys-text-paragraph-large-regular-short-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-short-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-short-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-short-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-short-letter-spacing)}.ride-sys-text-paragraph-large-bold{font-family:var(--ride-sys-text-paragraph-large-bold-font-family);font-weight:var(--ride-sys-text-paragraph-large-bold-font-weight);line-height:var(--ride-sys-text-paragraph-large-bold-line-height);font-size:var(--ride-sys-text-paragraph-large-bold-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-bold-letter-spacing)}.ride-sys-text-paragraph-large-bold-short{font-family:var(--ride-sys-text-paragraph-large-bold-short-font-family);font-weight:var(--ride-sys-text-paragraph-large-bold-short-font-weight);line-height:var(--ride-sys-text-paragraph-large-bold-short-line-height);font-size:var(--ride-sys-text-paragraph-large-bold-short-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-bold-short-letter-spacing)}.ride-sys-text-paragraph-large-underline{font-family:var(--ride-sys-text-paragraph-large-underline-font-family);font-weight:var(--ride-sys-text-paragraph-large-underline-font-weight);line-height:var(--ride-sys-text-paragraph-large-underline-line-height);font-size:var(--ride-sys-text-paragraph-large-underline-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-underline-letter-spacing);text-decoration:var(--ride-sys-text-paragraph-large-underline-text-decoration)}.ride-sys-text-paragraph-medium-default{font-family:var(--ride-sys-text-paragraph-medium-default-font-family);font-weight:var(--ride-sys-text-paragraph-medium-default-font-weight);line-height:var(--ride-sys-text-paragraph-medium-default-line-height);font-size:var(--ride-sys-text-paragraph-medium-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-default-letter-spacing)}.ride-sys-text-paragraph-medium-regular{font-family:var(--ride-sys-text-paragraph-medium-regular-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-letter-spacing)}.ride-sys-text-paragraph-medium-regular-short{font-family:var(--ride-sys-text-paragraph-medium-regular-short-font-family);font-weight:var(--ride-sys-text-paragraph-medium-regular-short-font-weight);line-height:var(--ride-sys-text-paragraph-medium-regular-short-line-height);font-size:var(--ride-sys-text-paragraph-medium-regular-short-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-regular-short-letter-spacing)}.ride-sys-text-paragraph-medium-semibold-short{font-family:var(--ride-sys-text-paragraph-medium-semibold-short-font-family);font-weight:var(--ride-sys-text-paragraph-medium-semibold-short-font-weight);line-height:var(--ride-sys-text-paragraph-medium-semibold-short-line-height);font-size:var(--ride-sys-text-paragraph-medium-semibold-short-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-semibold-short-letter-spacing)}.ride-sys-text-paragraph-medium-bold{font-family:var(--ride-sys-text-paragraph-medium-bold-font-family);font-weight:var(--ride-sys-text-paragraph-medium-bold-font-weight);line-height:var(--ride-sys-text-paragraph-medium-bold-line-height);font-size:var(--ride-sys-text-paragraph-medium-bold-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-bold-letter-spacing)}.ride-sys-text-paragraph-medium-bold-short{font-family:var(--ride-sys-text-paragraph-medium-bold-short-font-family);font-weight:var(--ride-sys-text-paragraph-medium-bold-short-font-weight);line-height:var(--ride-sys-text-paragraph-medium-bold-short-line-height);font-size:var(--ride-sys-text-paragraph-medium-bold-short-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-bold-short-letter-spacing)}.ride-sys-text-paragraph-medium-underline{font-family:var(--ride-sys-text-paragraph-medium-underline-font-family);font-weight:var(--ride-sys-text-paragraph-medium-underline-font-weight);line-height:var(--ride-sys-text-paragraph-medium-underline-line-height);font-size:var(--ride-sys-text-paragraph-medium-underline-font-size);letter-spacing:var(--ride-sys-text-paragraph-medium-underline-letter-spacing);text-decoration:var(--ride-sys-text-paragraph-medium-underline-text-decoration)}.ride-sys-text-paragraph-small-medium{font-family:var(--ride-sys-text-paragraph-small-medium-font-family);font-weight:var(--ride-sys-text-paragraph-small-medium-font-weight);line-height:var(--ride-sys-text-paragraph-small-medium-line-height);letter-spacing:var(--ride-sys-text-paragraph-small-medium-letter-spacing);font-size:var(--ride-sys-text-paragraph-small-medium-font-size)}.ride-sys-text-paragraph-small-default{font-family:var(--ride-sys-text-paragraph-small-default-font-family);font-weight:var(--ride-sys-text-paragraph-small-default-font-weight);line-height:var(--ride-sys-text-paragraph-small-default-line-height);font-size:var(--ride-sys-text-paragraph-small-default-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-default-letter-spacing)}.ride-sys-text-paragraph-small-bold{font-family:var(--ride-sys-text-paragraph-small-bold-font-family);font-weight:var(--ride-sys-text-paragraph-small-bold-font-weight);line-height:var(--ride-sys-text-paragraph-small-bold-line-height);font-size:var(--ride-sys-text-paragraph-small-bold-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-bold-letter-spacing)}.ride-sys-text-paragraph-small-underline{font-family:var(--ride-sys-text-paragraph-small-underline-font-family);font-weight:var(--ride-sys-text-paragraph-small-underline-font-weight);line-height:var(--ride-sys-text-paragraph-small-underline-line-height);font-size:var(--ride-sys-text-paragraph-small-underline-font-size);letter-spacing:var(--ride-sys-text-paragraph-small-underline-letter-spacing);text-decoration:var(--ride-sys-text-paragraph-small-underline-text-decoration)}.ride-sys-text-title-12xlarge-default{font-family:var(--ride-sys-text-title-12xlarge-default-font-family);font-weight:var(--ride-sys-text-title-12xlarge-default-font-weight);line-height:var(--ride-sys-text-title-12xlarge-default-line-height);font-size:var(--ride-sys-text-title-12xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-12xlarge-default-letter-spacing)}.ride-sys-text-title-11xlarge-secondary{font-family:var(--ride-sys-text-title-11xlarge-secondary-font-family);font-weight:var(--ride-sys-text-title-11xlarge-secondary-font-weight);line-height:var(--ride-sys-text-title-11xlarge-secondary-line-height);font-size:var(--ride-sys-text-title-11xlarge-secondary-font-size);letter-spacing:var(--ride-sys-text-title-11xlarge-secondary-letter-spacing)}.ride-sys-text-title-10xlarge-default{font-family:var(--ride-sys-text-title-10xlarge-default-font-family);font-weight:var(--ride-sys-text-title-10xlarge-default-font-weight);line-height:var(--ride-sys-text-title-10xlarge-default-line-height);font-size:var(--ride-sys-text-title-10xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-10xlarge-default-letter-spacing)}.ride-sys-text-title-9xlarge-default{font-family:var(--ride-sys-text-title-9xlarge-default-font-family);font-weight:var(--ride-sys-text-title-9xlarge-default-font-weight);line-height:var(--ride-sys-text-title-9xlarge-default-line-height);font-size:var(--ride-sys-text-title-9xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-9xlarge-default-letter-spacing)}.ride-sys-text-title-8xlarge-default{font-family:var(--ride-sys-text-title-8xlarge-default-font-family);font-weight:var(--ride-sys-text-title-8xlarge-default-font-weight);line-height:var(--ride-sys-text-title-8xlarge-default-line-height);font-size:var(--ride-sys-text-title-8xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-8xlarge-default-letter-spacing)}.ride-sys-text-title-8xlarge-secondary{font-family:var(--ride-sys-text-title-8xlarge-secondary-font-family);font-weight:var(--ride-sys-text-title-8xlarge-secondary-font-weight);line-height:var(--ride-sys-text-title-8xlarge-secondary-line-height);font-size:var(--ride-sys-text-title-8xlarge-secondary-font-size);letter-spacing:var(--ride-sys-text-title-8xlarge-secondary-letter-spacing)}.ride-sys-text-title-7xlarge-default{font-family:var(--ride-sys-text-title-7xlarge-default-font-family);font-weight:var(--ride-sys-text-title-7xlarge-default-font-weight);line-height:var(--ride-sys-text-title-7xlarge-default-line-height);font-size:var(--ride-sys-text-title-7xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-7xlarge-default-letter-spacing)}.ride-sys-text-title-6xlarge-default{font-family:var(--ride-sys-text-title-6xlarge-default-font-family);font-weight:var(--ride-sys-text-title-6xlarge-default-font-weight);line-height:var(--ride-sys-text-title-6xlarge-default-line-height);font-size:var(--ride-sys-text-title-6xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-6xlarge-default-letter-spacing)}.ride-sys-text-title-5xlarge-default{font-family:var(--ride-sys-text-title-5xlarge-default-font-family);font-weight:var(--ride-sys-text-title-5xlarge-default-font-weight);line-height:var(--ride-sys-text-title-5xlarge-default-line-height);font-size:var(--ride-sys-text-title-5xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-5xlarge-default-letter-spacing)}.ride-sys-text-title-5xlarge-secondary{font-family:var(--ride-sys-text-title-5xlarge-secondary-font-family);font-weight:var(--ride-sys-text-title-5xlarge-secondary-font-weight);line-height:var(--ride-sys-text-title-5xlarge-secondary-line-height);font-size:var(--ride-sys-text-title-5xlarge-secondary-font-size);letter-spacing:var(--ride-sys-text-title-5xlarge-secondary-letter-spacing)}.ride-sys-text-title-4xlarge-default{font-family:var(--ride-sys-text-title-4xlarge-default-font-family);font-weight:var(--ride-sys-text-title-4xlarge-default-font-weight);line-height:var(--ride-sys-text-title-4xlarge-default-line-height);font-size:var(--ride-sys-text-title-4xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-4xlarge-default-letter-spacing)}.ride-sys-text-title-3xlarge-default{font-family:var(--ride-sys-text-title-3xlarge-default-font-family);font-weight:var(--ride-sys-text-title-3xlarge-default-font-weight);line-height:var(--ride-sys-text-title-3xlarge-default-line-height);font-size:var(--ride-sys-text-title-3xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-3xlarge-default-letter-spacing)}.ride-sys-text-title-2xlarge-default{font-family:var(--ride-sys-text-title-2xlarge-default-font-family);font-weight:var(--ride-sys-text-title-2xlarge-default-font-weight);line-height:var(--ride-sys-text-title-2xlarge-default-line-height);font-size:var(--ride-sys-text-title-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-2xlarge-default-letter-spacing)}.ride-sys-text-title-xlarge-default{font-family:var(--ride-sys-text-title-xlarge-default-font-family);font-weight:var(--ride-sys-text-title-xlarge-default-font-weight);line-height:var(--ride-sys-text-title-xlarge-default-line-height);font-size:var(--ride-sys-text-title-xlarge-default-font-size);letter-spacing:var(--ride-sys-text-title-xlarge-default-letter-spacing)}.ride-sys-text-title-large-default{font-family:var(--ride-sys-text-title-large-default-font-family);font-weight:var(--ride-sys-text-title-large-default-font-weight);line-height:var(--ride-sys-text-title-large-default-line-height);font-size:var(--ride-sys-text-title-large-default-font-size);letter-spacing:var(--ride-sys-text-title-large-default-letter-spacing)}.ride-sys-text-title-medium-default{font-family:var(--ride-sys-text-title-medium-default-font-family);font-weight:var(--ride-sys-text-title-medium-default-font-weight);line-height:var(--ride-sys-text-title-medium-default-line-height);font-size:var(--ride-sys-text-title-medium-default-font-size);letter-spacing:var(--ride-sys-text-title-medium-default-letter-spacing)}.ride-sys-text-title-medium-uppercase{font-family:var(--ride-sys-text-title-medium-uppercase-font-family);font-weight:var(--ride-sys-text-title-medium-uppercase-font-weight);line-height:var(--ride-sys-text-title-medium-uppercase-line-height);font-size:var(--ride-sys-text-title-medium-uppercase-font-size);letter-spacing:var(--ride-sys-text-title-medium-uppercase-letter-spacing);text-transform:var(--ride-sys-text-title-medium-uppercase-text-transform)}.ride-sys-text-title-small-default{font-family:var(--ride-sys-text-title-small-default-font-family);font-weight:var(--ride-sys-text-title-small-default-font-weight);line-height:var(--ride-sys-text-title-small-default-line-height);font-size:var(--ride-sys-text-title-small-default-font-size);letter-spacing:var(--ride-sys-text-title-small-default-letter-spacing)}.ride-sys-text-title-small-uppercase{font-family:var(--ride-sys-text-title-small-uppercase-font-family);font-weight:var(--ride-sys-text-title-small-uppercase-font-weight);line-height:var(--ride-sys-text-title-small-uppercase-line-height);font-size:var(--ride-sys-text-title-small-uppercase-font-size);letter-spacing:var(--ride-sys-text-title-small-uppercase-letter-spacing);text-transform:var(--ride-sys-text-title-small-uppercase-text-transform)}.ride-sys-text-label-3xlarge-default{font-family:var(--ride-sys-text-label-3xlarge-default-font-family);font-weight:var(--ride-sys-text-label-3xlarge-default-font-weight);line-height:var(--ride-sys-text-label-3xlarge-default-line-height);font-size:var(--ride-sys-text-label-3xlarge-default-font-size);letter-spacing:var(--ride-sys-text-label-3xlarge-default-letter-spacing)}.ride-sys-text-label-2xlarge-default{font-family:var(--ride-sys-text-label-2xlarge-default-font-family);font-weight:var(--ride-sys-text-label-2xlarge-default-font-weight);line-height:var(--ride-sys-text-label-2xlarge-default-line-height);font-size:var(--ride-sys-text-label-2xlarge-default-font-size);letter-spacing:var(--ride-sys-text-label-2xlarge-default-letter-spacing)}.ride-sys-text-label-2xlarge-regular{font-family:var(--ride-sys-text-label-2xlarge-regular-font-family);font-weight:var(--ride-sys-text-label-2xlarge-regular-font-weight);line-height:var(--ride-sys-text-label-2xlarge-regular-line-height);font-size:var(--ride-sys-text-label-2xlarge-regular-font-size);letter-spacing:var(--ride-sys-text-label-2xlarge-regular-letter-spacing)}.ride-sys-text-label-xlarge-default{font-family:var(--ride-sys-text-label-xlarge-default-font-family);font-weight:var(--ride-sys-text-label-xlarge-default-font-weight);line-height:var(--ride-sys-text-label-xlarge-default-line-height);font-size:var(--ride-sys-text-label-xlarge-default-font-size);letter-spacing:var(--ride-sys-text-label-xlarge-default-letter-spacing)}.ride-sys-text-label-xlarge-semibold{font-family:var(--ride-sys-text-label-xlarge-semibold-font-family);font-weight:var(--ride-sys-text-label-xlarge-semibold-font-weight);line-height:var(--ride-sys-text-label-xlarge-semibold-line-height);font-size:var(--ride-sys-text-label-xlarge-semibold-font-size);letter-spacing:var(--ride-sys-text-label-xlarge-semibold-letter-spacing)}.ride-sys-text-label-large-default{font-family:var(--ride-sys-text-label-large-default-font-family);font-weight:var(--ride-sys-text-label-large-default-font-weight);line-height:var(--ride-sys-text-label-large-default-line-height);font-size:var(--ride-sys-text-label-large-default-font-size);letter-spacing:var(--ride-sys-text-label-large-default-letter-spacing)}.ride-sys-text-label-large-semibold{font-family:var(--ride-sys-text-label-large-semibold-font-family);font-weight:var(--ride-sys-text-label-large-semibold-font-weight);line-height:var(--ride-sys-text-label-large-semibold-line-height);font-size:var(--ride-sys-text-label-large-semibold-font-size);letter-spacing:var(--ride-sys-text-label-large-semibold-letter-spacing)}.ride-sys-text-label-large-regular{font-family:var(--ride-sys-text-label-large-regular-font-family);font-weight:var(--ride-sys-text-label-large-regular-font-weight);line-height:var(--ride-sys-text-label-large-regular-line-height);font-size:var(--ride-sys-text-label-large-regular-font-size);letter-spacing:var(--ride-sys-text-label-large-regular-letter-spacing)}.ride-sys-text-label-medium-default{font-family:var(--ride-sys-text-label-medium-default-font-family);font-weight:var(--ride-sys-text-label-medium-default-font-weight);line-height:var(--ride-sys-text-label-medium-default-line-height);font-size:var(--ride-sys-text-label-medium-default-font-size);letter-spacing:var(--ride-sys-text-label-medium-default-letter-spacing)}.ride-sys-text-label-medium-semibold{font-family:var(--ride-sys-text-label-medium-semibold-font-family);font-weight:var(--ride-sys-text-label-medium-semibold-font-weight);line-height:var(--ride-sys-text-label-medium-semibold-line-height);font-size:var(--ride-sys-text-label-medium-semibold-font-size);letter-spacing:var(--ride-sys-text-label-medium-semibold-letter-spacing)}.ride-sys-text-label-medium-regular{font-family:var(--ride-sys-text-label-medium-regular-font-family);font-weight:var(--ride-sys-text-label-medium-regular-font-weight);line-height:var(--ride-sys-text-label-medium-regular-line-height);font-size:var(--ride-sys-text-label-medium-regular-font-size);letter-spacing:var(--ride-sys-text-label-medium-regular-letter-spacing)}.ride-sys-text-label-small-default{font-family:var(--ride-sys-text-label-small-default-font-family);font-weight:var(--ride-sys-text-label-small-default-font-weight);line-height:var(--ride-sys-text-label-small-default-line-height);font-size:var(--ride-sys-text-label-small-default-font-size);letter-spacing:var(--ride-sys-text-label-small-default-letter-spacing)}.ride-sys-text-label-small-regular{font-family:var(--ride-sys-text-label-small-regular-font-family);font-weight:var(--ride-sys-text-label-small-regular-font-weight);line-height:var(--ride-sys-text-label-small-regular-line-height);font-size:var(--ride-sys-text-label-small-regular-font-size);letter-spacing:var(--ride-sys-text-label-small-regular-letter-spacing)}.ride-sys-text-label-small-semibold{font-family:var(--ride-sys-text-label-small-semibold-font-family);font-weight:var(--ride-sys-text-label-small-semibold-font-weight);line-height:var(--ride-sys-text-label-small-semibold-line-height);font-size:var(--ride-sys-text-label-small-semibold-font-size);letter-spacing:var(--ride-sys-text-label-small-semibold-letter-spacing)}.ride-sys-text-label-5xlarge-default{font-family:var(--ride-sys-text-label-5xlarge-default-font-family);font-weight:var(--ride-sys-text-label-5xlarge-default-font-weight);font-size:var(--ride-sys-text-label-5xlarge-default-font-size);line-height:var(--ride-sys-text-label-5xlarge-default-line-height);letter-spacing:var(--ride-sys-text-label-5xlarge-default-letter-spacing)}.ride-sys-text-label-6xlarge-default{font-family:var(--ride-sys-text-label-6xlarge-default-font-family);font-weight:var(--ride-sys-text-label-6xlarge-default-font-weight);font-size:var(--ride-sys-text-label-6xlarge-default-font-size);line-height:var(--ride-sys-text-label-6xlarge-default-line-height);letter-spacing:var(--ride-sys-text-label-6xlarge-default-letter-spacing)}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.ant-drawer{@media screen and (width>=767px){& .ant-drawer-content-wrapper{border-radius:var(--ride-sys-border-radius-container-xlarge) 0 0 0;overflow:hidden}}}.drawer{& .ant-drawer-header{border-bottom:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-default);& .ant-drawer-header-title{justify-content:end;& .ant-drawer-close{width:auto;height:auto;color:inherit;display:flex;position:absolute;right:0;&:hover{background-color:inherit}}& .ant-drawer-title{text-align:center}}}& .ant-drawer-footer{padding:16px 24px;box-shadow:0 2px 20px #0d19851f}}.rangePicker{flex-direction:column;display:flex;& .ant-picker.ant-picker-range{border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-medium);&:focus,&:focus-within{border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-focus);outline:none;box-shadow:0 0 0 2px #0591ff1a}&:hover{border-color:var(--ride-sys-color-border-extreme);border-width:var(--ride-sys-border-width-container-thin)}& .ant-picker-input{& input::placeholder{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);color:var(--ride-sys-color-text-medium)}}& .ant-picker-active-bar{background:var(--ride-sys-color-border-extreme)}}}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border:1px solid var(--ride-sys-color-border-extreme)}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:var(--ride-sys-color-border-extreme)}.datePicker,.timePicker{& .ant-picker{border-radius:var(--ride-sys-border-radius-container-small);border:var(--ride-sys-border-width-container-thin) solid var(--ride-sys-color-border-medium);width:100%;&:focus,&:focus-within{border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-focus);outline:none;box-shadow:0 0 0 2px #0591ff1a}&:hover{border-color:var(--ride-sys-color-border-extreme);border-width:var(--ride-sys-border-width-container-thin)}& .ant-picker-input{& input::placeholder{font-family:var(--ride-sys-text-paragraph-large-regular-font-family);font-weight:var(--ride-sys-text-paragraph-large-regular-font-weight);line-height:var(--ride-sys-text-paragraph-large-regular-line-height);font-size:var(--ride-sys-text-paragraph-large-regular-font-size);letter-spacing:var(--ride-sys-text-paragraph-large-regular-letter-spacing);color:var(--ride-sys-color-text-medium)}}& .ant-picker-active-bar{background:var(--ride-sys-color-border-extreme)}&.ant-picker-disabled .ant-picker-suffix svg{fill:currentColor}}& .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled){border-width:var(--ride-sys-border-width-container-medium);border-color:var(--ride-sys-color-border-feedback-critical);&:hover{border-color:var(--ride-sys-color-border-feedback-critical)}}}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:var(--ride-sys-color-border-extreme)}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.list{flex-direction:column;flex-grow:1;padding:2%;display:flex}.list .list_header .list_header_top{letter-spacing:-.6px;justify-content:space-between;align-items:center;padding-left:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:3.2em;font-style:normal;font-weight:300;display:flex}.list .list_header .list_header_top .firt_part_title{color:#fc4e55}.list .list_header .list_header_top p{flex-grow:1;margin:0 10px 0 0}.list .list_header .list_header_top span{margin:auto 10px}.list .list_header .list_header_top p:last-child{letter-spacing:1px}.list .list_header .list_header_bottom{letter-spacing:0;color:#676f8f;margin-bottom:20px;padding-left:8px;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:300;line-height:28px;display:flex}.list table th{color:#a3abcc;text-transform:uppercase;word-break:normal;background:#fff;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:.7em;font-style:normal;font-weight:700}.list table td{background:#fff}@media (width<=900px){.list .list_header .list_header_top{padding-left:16px;font-size:2.8em}}@media (width<=600px){.list .list_header .list_header_top{padding-left:20px;font-size:2.4em}}.table-operation{display:flex}.btn-cmo-action-list{border:none}.btn-cmo-action-list i{color:#939dff}.btn-cmo-action-list--margin{margin:0 4px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}#selectMap .leaflet-pane,#selectMap .leaflet-tile,#selectMap .leaflet-marker-icon,#selectMap .leaflet-marker-shadow,#selectMap .leaflet-tile-container,#selectMap .leaflet-pane>svg,#selectMap .leaflet-pane>canvas,#selectMap .leaflet-zoom-box,#selectMap .leaflet-image-layer,#selectMap .leaflet-layer{position:absolute;top:0;left:0}#selectMap .leaflet-container{overflow:hidden}#selectMap .leaflet-tile,#selectMap .leaflet-marker-icon,#selectMap .leaflet-marker-shadow{user-select:none;-webkit-user-drag:none}#selectMap .leaflet-tile::selection{background:0 0}#selectMap .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}#selectMap .leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}#selectMap .leaflet-marker-icon,#selectMap .leaflet-marker-shadow{display:block}#selectMap .leaflet-container .leaflet-overlay-pane svg,#selectMap .leaflet-container .leaflet-marker-pane img,#selectMap .leaflet-container .leaflet-shadow-pane img,#selectMap .leaflet-container .leaflet-tile-pane img,#selectMap .leaflet-container img.leaflet-image-layer,#selectMap .leaflet-container .leaflet-tile{min-width:100%;max-height:none!important}#selectMap .leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}#selectMap .leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}#selectMap .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}#selectMap .leaflet-container{-webkit-tap-highlight-color:transparent}#selectMap .leaflet-container a{-webkit-tap-highlight-color:#33b5e566}#selectMap .leaflet-tile{filter:inherit;visibility:hidden}#selectMap .leaflet-tile-loaded{visibility:inherit}#selectMap .leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}#selectMap .leaflet-overlay-pane svg{-moz-user-select:none}#selectMap .leaflet-pane{z-index:400}#selectMap .leaflet-tile-pane{z-index:200}#selectMap .leaflet-overlay-pane{z-index:400}#selectMap .leaflet-shadow-pane{z-index:500}#selectMap .leaflet-marker-pane{z-index:600}#selectMap .leaflet-tooltip-pane{z-index:650}#selectMap .leaflet-popup-pane{z-index:700}#selectMap .leaflet-map-pane canvas{z-index:100}#selectMap .leaflet-map-pane svg{z-index:200}#selectMap .leaflet-vml-shape{width:1px;height:1px}#selectMap .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}#selectMap .leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}#selectMap .leaflet-top,#selectMap .leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}#selectMap .leaflet-top{top:0}#selectMap .leaflet-right{right:0}#selectMap .leaflet-bottom{bottom:0}#selectMap .leaflet-left{left:0}#selectMap .leaflet-control{float:left;clear:both}#selectMap .leaflet-right .leaflet-control{float:right}#selectMap .leaflet-top .leaflet-control{margin-top:10px}#selectMap .leaflet-bottom .leaflet-control{margin-bottom:10px}#selectMap .leaflet-left .leaflet-control{margin-left:10px}#selectMap .leaflet-right .leaflet-control{margin-right:10px}#selectMap .leaflet-fade-anim .leaflet-tile{will-change:opacity}#selectMap .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}#selectMap .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}#selectMap .leaflet-zoom-animated{transform-origin:0 0}#selectMap .leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}#selectMap .leaflet-zoom-anim .leaflet-tile,#selectMap .leaflet-pan-anim .leaflet-tile{transition:none}#selectMap .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}#selectMap .leaflet-interactive{cursor:pointer}#selectMap .leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}#selectMap .leaflet-crosshair,#selectMap .leaflet-crosshair .leaflet-interactive{cursor:crosshair}#selectMap .leaflet-popup-pane,#selectMap .leaflet-control{cursor:auto}#selectMap .leaflet-dragging .leaflet-grab,#selectMap .leaflet-dragging .leaflet-grab .leaflet-interactive,#selectMap .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}#selectMap .leaflet-marker-icon,#selectMap .leaflet-marker-shadow,#selectMap .leaflet-image-layer,#selectMap .leaflet-pane>svg path,#selectMap .leaflet-tile-container{pointer-events:none}#selectMap .leaflet-marker-icon.leaflet-interactive,#selectMap .leaflet-image-layer.leaflet-interactive,#selectMap .leaflet-pane>svg path.leaflet-interactive,#selectMap svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}#selectMap .leaflet-container{background:#ddd;outline:0}#selectMap .leaflet-container a{color:#0078a8}#selectMap .leaflet-container a.leaflet-active{outline:2px solid orange}#selectMap .leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}#selectMap .leaflet-container{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif}#selectMap .leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}#selectMap .leaflet-bar a,#selectMap .leaflet-bar a:hover{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}#selectMap .leaflet-bar a,#selectMap .leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}#selectMap .leaflet-bar a:hover{background-color:#f4f4f4}#selectMap .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}#selectMap .leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}#selectMap .leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}#selectMap .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}#selectMap .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}#selectMap .leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}#selectMap .leaflet-control-zoom-in,#selectMap .leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}#selectMap .leaflet-touch .leaflet-control-zoom-in,#selectMap .leaflet-touch .leaflet-control-zoom-out{font-size:22px}#selectMap .leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}#selectMap .leaflet-control-layers-toggle{width:36px;height:36px}#selectMap .leaflet-retina .leaflet-control-layers-toggle{background-size:26px 26px}#selectMap .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}#selectMap .leaflet-control-layers .leaflet-control-layers-list,#selectMap .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}#selectMap .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}#selectMap .leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}#selectMap .leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}#selectMap .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}#selectMap .leaflet-control-layers label{display:block}#selectMap .leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}#selectMap .leaflet-container .leaflet-control-attribution{background:#ffffffb3;margin:0}#selectMap .leaflet-control-attribution,#selectMap .leaflet-control-scale-line{color:#333;padding:0 5px}#selectMap .leaflet-control-attribution a{text-decoration:none}#selectMap .leaflet-control-attribution a:hover{text-decoration:underline}#selectMap .leaflet-container .leaflet-control-attribution,#selectMap .leaflet-container .leaflet-control-scale{font-size:11px}#selectMap .leaflet-left .leaflet-control-scale{margin-left:5px}#selectMap .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}#selectMap .leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;background:#ffffff80;border:2px solid #777;border-top:none;padding:2px 5px 1px;font-size:11px;line-height:1.1;overflow:hidden}#selectMap .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}#selectMap .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}#selectMap .leaflet-touch .leaflet-control-attribution,#selectMap .leaflet-touch .leaflet-control-layers,#selectMap .leaflet-touch .leaflet-bar{box-shadow:none}#selectMap .leaflet-touch .leaflet-control-layers,#selectMap .leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}#selectMap .leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}#selectMap .leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}#selectMap .leaflet-popup-content{margin:13px 19px;line-height:1.4}#selectMap .leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}#selectMap .leaflet-popup-tip{width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}#selectMap .leaflet-popup-content-wrapper,#selectMap .leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}#selectMap .leaflet-container a.leaflet-popup-close-button{text-align:center;color:#c3c3c3;background:0 0;border:none;width:18px;height:14px;padding:4px 4px 0 0;font:700 16px/14px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}#selectMap .leaflet-container a.leaflet-popup-close-button:hover{color:#999}#selectMap .leaflet-popup-scrolled{border-top:1px solid #ddd;border-bottom:1px solid #ddd;overflow:auto}#selectMap .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}#selectMap .leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}#selectMap .leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}#selectMap .leaflet-oldie .leaflet-control-zoom,#selectMap .leaflet-oldie .leaflet-control-layers,#selectMap .leaflet-oldie .leaflet-popup-content-wrapper,#selectMap .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}#selectMap .leaflet-div-icon{background:#fff;border:1px solid #666}#selectMap .leaflet-tooltip{color:#222;white-space:nowrap;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}#selectMap .leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}#selectMap .leaflet-tooltip-top:before,#selectMap .leaflet-tooltip-bottom:before,#selectMap .leaflet-tooltip-left:before,#selectMap .leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}#selectMap .leaflet-tooltip-bottom{margin-top:6px}#selectMap .leaflet-tooltip-top{margin-top:-6px}#selectMap .leaflet-tooltip-bottom:before,#selectMap .leaflet-tooltip-top:before{margin-left:-6px;left:50%}#selectMap .leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}#selectMap .leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}#selectMap .leaflet-tooltip-left{margin-left:-6px}#selectMap .leaflet-tooltip-right{margin-left:6px}#selectMap .leaflet-tooltip-left:before,#selectMap .leaflet-tooltip-right:before{margin-top:-6px;top:50%}#selectMap .leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}#selectMap .leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}#selectMap .leaflet-control-container{visibility:visible}#leafle-map .leaflet-control-container{display:none}.left-less-map-1 .leaflet-pane{margin-left:-75px}.left-less-map .leaflet-pane{margin-left:-140px}.leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon.leaflet-icon-marker-custom.leaflet-zoom-animated.leaflet-interactive>svg{width:20px;height:28px;margin:auto auto 0;display:inline-block}.leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon.leaflet-icon-marker-custom.small.leaflet-zoom-animated.leaflet-interactive>svg{width:12px;height:16.8px;margin:auto auto 0;display:inline-block}.leaflet-marker-icon,.leaflet-marker-shadow{display:flex!important}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.main-spin{place-content:center;width:100%;min-height:100vh;display:grid}.flex-1{flex:1}.pointer:hover{cursor:pointer}.logo{margin:22px 0}.ant-dropdown-link{color:#fff;align-self:center}.ant-dropdown-link:hover{color:#fff}.ant-calendar-picker-container,.ant-time-picker-panel{z-index:99999}.leaflet-bottom.leaflet-right{display:none}.tag-family,.tag-green,.tag-yelow,.tag-red,.tag-gray,.tag-default{margin:0;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-weight:700}.tag-green{color:#83cc5e;background:#e9f7e2}.tag-green.withpoint:before{background:#83cc5e}.tag-yelow{color:#ffa733;background:#ffefd8}.tag-yelow.withpoint:before{background:#ffa733}.tag-red{color:#fc4e55;background:#ffd7da}.tag-red.withpoint:before{background:#fc4e55}.tag-gray{color:#a3abcc;background:#f0f2fa}.tag-gray.withpoint:before{background:#a3abcc}.tag-default{color:#a3abcc;background:0 0;border:1px solid #a3abcc}.tag-default.withpoint:before{background:#a3abcc}.common_btn_close{border-radius:50%;width:32px;height:32px}.common_btn_close:after{content:"X";color:#ccc;font-size:12px;position:relative;top:-1px;left:-3px}.h100vh{height:100%}.spinner{background-color:#333;border-radius:100%;width:40px;height:40px;margin:100px auto;animation:1s ease-in-out infinite sk-scaleout}.spinner.h20{width:30px;height:30px;margin-top:10%;margin-left:37%;position:absolute}.spinner.h5{width:15px;height:15px;position:absolute;top:-90px;right:33px}.leaflet-measure-path-measurement{text-align:center;color:#000;text-shadow:-1px 0 #fff,-1px -1px #fff,0 -1px #fff,1px -1px #fff,1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 1px #fff;border-radius:2px;padding:2px;font-size:10px}.cmo-scroll-horizontal{scrollbar-color:#c7c8ce #fff;scrollbar-width:thin;overflow-x:auto}.cmo-scroll-horizontal::-webkit-scrollbar{-webkit-appearance:none}.cmo-scroll-horizontal::-webkit-scrollbar-thumb:horizontal{background:#c7c8ce padding-box padding-box;border:8px solid #0000;border-width:8px 32px 8px 80px;border-radius:18px;margin:12px;padding:12px}.cmo-scroll-horizontal::-webkit-scrollbar-button:increment{display:none}.cmo-scroll-horizontal::-webkit-scrollbar-button{display:none}.cmo-scroll-horizontal::-webkit-scrollbar:horizontal{width:90%;height:22px}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}to{opacity:0;-webkit-transform:scale(1)}}@keyframes sk-scaleout{0%{transform:scale(0)}to{opacity:0;transform:scale(1)}}.ant-message-notice-content{padding:0}.fixed-bottom{z-index:10;width:100%;padding:24px;position:absolute;bottom:0;left:0}.tabs{--color-primary:var(--ride-sys-color-surface-extreme);&.ant-tabs-top>.ant-tabs-nav{margin-bottom:24px}& .ant-tabs-nav:before{border-bottom:1px solid var(--ride-sys-color-border-default)}& .ant-tabs-tab{font-family:var(--ride-sys-text-label-large-semibold-font-family), serif, sans-serif, monospace;font-weight:var(--ride-sys-text-label-large-semibold-font-weight);font-size:var(--ride-sys-text-title-xlarge-default-font-size);color:var(--ride-sys-color-text-medium);letter-spacing:var(--ride-sys-text-paragraph-small-bold-letter-spacing);border-radius:var(--ride-sys-border-radius-container-medium);background-color:#0000;padding:12px 16px;line-height:24px;transition:background-color .3s,color .3s;margin:0!important;&.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)}@media (hover:hover){&:hover{background-color:var(--ride-sys-color-surface-medium);color:var(--color-primary)}}@media (hover:none){&:active{background-color:var(--ride-sys-color-surface-medium);color:var(--color-primary)}}& .ant-tabs-tab-btn:active,& .ant-tabs-tab-btn:focus:not(:focus-visible){color:var(--color-primary)}}& .ant-tabs-ink-bar.ant-tabs-ink-bar-animated{background-color:var(--color-primary);height:2.5px}@media (width<=767px){& .ant-tabs-tab{font-size:var(--ride-gl-font-size-medium);line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge)}}}.title{font-family:var(--ride-gl-font-family-primary);font-weight:700;font-style:bold;font-size:var(--ride-gl-font-size-4xlarge);line-height:var(--ride-gl-line-height-4xlarge);letter-spacing:var(--ride-gl-letter-spacing-medium);color:var(--ride-sys-color-text-extreme)}@media (width<=767px){.title{font-size:var(--ride-gl-font-size-3xlarge);line-height:var(--ride-gl-line-height-3xlarge)}}.table{& .ant-table-content{scrollbar-color:var(--ride-sys-color-surface-strong) var(--ride-sys-color-surface-medium);scrollbar-width:thin}& .ant-table-thead{& .ant-table-cell{letter-spacing:.2px;background-color:var(--ride-sys-color-surface-medium);border-bottom:none;font-size:14px;font-weight:500;line-height:24px;&:before{display:none}}}& .ant-table-tbody{& .ant-table-cell{letter-spacing:.1px;border-bottom:1px solid var(--ride-sys-color-border-default);font-size:12px;font-weight:400;line-height:20px}}}.table-pagination{& .ant-pagination-prev,& .ant-pagination-item,& .ant-pagination-jump-next{margin-inline-end:4px}& .ant-pagination-item{color:var(--ride-sys-color-text-extreme);@media (hover:hover){&:not(.ant-pagination-item-active):hover{background-color:var(--ride-sys-color-surface-moderate)!important}}@media (hover:none){&:not(.ant-pagination-item-active):active{background-color:var(--ride-sys-color-surface-moderate)!important}}&.ant-pagination-item-active{letter-spacing:.4px;text-align:center;border-color:#0000;font-size:14px;font-weight:700;& a{color:currentColor}}}& .ant-pagination-item-link-icon{color:var(--ride-sys-color-text-extreme)!important}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.movil_search_box{z-index:1;background:#fff;border-radius:8px;flex-direction:column;align-items:center;width:325px;margin-top:20px;padding:10px 20px;display:flex;position:absolute;top:0;left:354px;box-shadow:0 0 5px #0003}.movil_search_box.searching{z-index:10000;border-radius:10px}.movil_search_box.searching .icon_menu,.movil_search_box.searching .icon_search{display:none}.movil_search_box.searching .icon_close{font-size:18px;display:block}.movil_search_box.searching .movil_search_box_content{border-bottom:1px solid #edeff5;padding-bottom:15px}.movil_search_box.searching .search-result-mobile{width:100%;display:block}.movil_search_box.searching .search-result-mobile .list-predictions{padding:10px;display:block}.movil_search_box.searching .search-result-mobile .list-predictions li{cursor:pointer;border-bottom:1px solid #f0f2fa;padding:15px 0;font-size:16px;list-style-type:none;display:flex}.movil_search_box .search-result-mobile,.movil_search_box .icon_close{display:none}.movil_search_box .movil_search_box_content{justify-content:space-between;align-items:center;width:100%;display:flex}.movil_search_box.hidden,.movil_search_box input[type=checkbox]{display:none}.movil_search_box .icon_menu,.movil_search_box .icon_search{font-size:22px}.movil_search_box .icon_search{color:#ef3340;font-family:BR Sonoma,serif,sans-serif,monospace;font-style:normal;font-weight:400}.movil_search_box .search-address-mobile{border:none;flex-grow:1;margin:0 10px;line-height:36px}@media (width>=576px){.movil_search_box .movil_search_box_content>label{display:none}}@media (width<=576px){.movil_search_box{width:calc(85% - 33px);left:40px!important}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}a.leaflet-popup-close-button{margin-top:18px;margin-right:15px;color:#141938!important;font-size:20px!important;font-weight:700!important}.leaflet-popup-content-wrapper .leaflet-popup-content{border-radius:8px;padding:0;min-width:260px!important;margin:auto!important}.leaflet-popup-content-wrapper .leaflet-popup-content .download-circle-data,.leaflet-popup-content-wrapper .leaflet-popup-content .save-circle-data{width:50%;height:30px;margin:3px 3px 0;font-size:10px}.leaflet-popup-content-wrapper .leaflet-popup-content .download-circle-data .spinner.h5,.leaflet-popup-content-wrapper .leaflet-popup-content .save-circle-data .spinner.h5{width:15px;height:15px;position:absolute;top:-94px;right:calc(50% - 10px)}.leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup-tip{border-radius:4px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2{flex-direction:column;padding:20px;font-family:BR Sonoma,sans-serif;font-style:normal;font-weight:400;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-title{color:#141938;font-size:18px;font-weight:700;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-title .popup-title-subtitle{margin:10px 0;font-size:13px;font-weight:400;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-title:after{content:"";background:#edeffc;width:100%;height:1px;display:block}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;max-height:340px;overflow:auto}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar{-webkit-appearance:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar:vertical{width:10px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar-button:increment{display:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar-button{display:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar:horizontal{height:10px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar-thumb{background-color:#e4e8f7;border-radius:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2-scrollable::-webkit-scrollbar-track{border-radius:10px;margin-top:24px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content{margin-top:15px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail{flex-direction:row;justify-content:space-between;align-items:center;margin:7px 0;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content{text-align:right}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail.popup-detail-intensity{align-items:flex-start}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail.popup-detail-intensity .popup-detail-content{text-align:right}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-header{color:#141938;font-size:14px;font-weight:700;line-height:16px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content{color:#7981b2;font-size:12px;font-weight:400;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info{text-align:right;letter-spacing:.2px;color:#7981b2;align-items:center;column-gap:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:20px;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud{letter-spacing:.4px;color:#141938;text-transform:initial;background:#ccc;border-radius:6px;align-items:center;column-gap:4px;height:20px;padding:4px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:11px;font-style:normal;font-weight:900;line-height:16px;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud .point{background:#343434;border-radius:50%;width:6px;height:6px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud.tag-yelow{background:#fcda6a}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud.tag-yelow .point{background:#fc9700}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud.tag-green{background:#a7eb92}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud.tag-green .point{background:#389e0d}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud.tag-red{background:#ffc2c6}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-content .popup-detail .popup-detail-content.tag-info .tag-magnitud.tag-red .point{background:#fa0a32}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-footer{border:1px solid #0000;border-top-color:#edeffc;flex-direction:column;gap:8px;padding:16px 0 0;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-footer .icon-content{letter-spacing:.4px;color:#4f4fff;cursor:pointer;grid-template-columns:16px 1fr;align-items:center;gap:4px;width:100%;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:grid}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-footer .icon-content .icon-title{align-items:center;column-gap:4px;display:flex;position:relative}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-footer .icon-content .icon-title .spinner.h5{right:initial;top:initial;background-color:#4f4fff;width:16px;height:16px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-footer .save-form{margin:12px 3px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-v2 .popup-footer .save-form input{color:#7981b2;background:#fff;border:1px solid #a9afd9;border-radius:8px;height:44px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map{color:#494f66;flex-direction:column;row-gap:16px;min-width:242px;min-height:96px;padding:20px 16px;font-family:BR Sonoma,sans-serif;font-style:normal;font-weight:400;display:flex;user-select:text!important}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable{max-height:340px;overflow-y:auto}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar{-webkit-appearance:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar:vertical{width:10px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar-button:increment{display:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar-button{display:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar:horizontal{height:10px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar-thumb{background-color:#e4e8f7;border-radius:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map-scrollable::-webkit-scrollbar-track{border-radius:10px;margin-top:24px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title{flex-direction:column;row-gap:4px;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .layer-name{letter-spacing:.2px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .popup-value{letter-spacing:.2px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .icon-title-content{display:flex;position:relative}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .icon-title-content .icon-title{cursor:pointer;text-align:center;min-width:20px;margin:0;padding:0;display:block}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .icon-title-content .icon-title .tooltipText{visibility:hidden;color:#fff;text-align:center;z-index:1;background-color:#000;border-radius:3px;width:120px;margin-left:-66px;padding:6px 0;position:absolute;bottom:150%;box-shadow:0 5px 10px #0003}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .icon-title-content .icon-title .tooltipText:after{content:"";border:5px solid #0000;border-top-color:#2e2e2e;margin-left:-5px;position:absolute;top:100%;left:50%}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-title .icon-title-content .icon-title:hover .tooltipText{visibility:visible}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content{width:100%}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-detail{grid-template-columns:auto auto;justify-content:start;justify-items:start;gap:4px 8px;display:grid}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-detail .popup-detail-header,.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-detail .popup-detail-content{white-space:nowrap}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-detail .popup-detail-header{letter-spacing:.4px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:700;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-detail .popup-source{text-transform:capitalize}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-detail .popup-detail-content{text-align:right;letter-spacing:.2px;color:#7981b2;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-content .popup-color-input{cursor:pointer;border:none;width:50px;height:20px;padding:0}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-footer{border:1px solid #0000;border-top-color:#edeffc;flex-direction:column;gap:8px;padding:16px 0 0;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-footer .icon-content{letter-spacing:.4px;color:#4f4fff;cursor:pointer;grid-template-columns:16px 1fr;align-items:center;gap:4px;width:100%;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:grid}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-footer .icon-content .icon-title{align-items:center;column-gap:4px;display:flex;position:relative}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-footer .icon-content .icon-title .spinner.h5{right:initial;top:initial;background-color:#4f4fff;width:16px;height:16px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-footer .save-form{margin:12px 3px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-footer .save-form input{color:#7981b2;background:#fff;border:1px solid #a9afd9;border-radius:8px;height:44px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-value{color:#494f66}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-detail{flex-direction:column;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-detail .popup-detail-header{color:#a3abcc;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-detail .popup-detail-content{font-size:14px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-detail-footer{flex-direction:row;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .popup-detail-buttons{justify-content:center;gap:8px;display:flex}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .save-form{margin:20px 3px 0}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .save-form input{height:30px}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .show-options{text-align:end;color:#2828cd;text-transform:uppercase;cursor:pointer;width:100%;font-size:10px;display:block}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .loader-popup{background-color:#ffffff85;width:100%;height:100%;position:absolute}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .loader-popup.hide{display:none}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-map .loader-popup .loader{border:4px solid #0000;border-color:#494f66 #0000 #0000 #494f66;border-radius:50%;width:20px;height:20px;animation:1s linear infinite loader;position:absolute;top:50%;left:50%}@keyframes loader{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-footer-road-emergency{color:#fff;background-color:#303741;font-size:.9em}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-footer-road-emergency .item{text-align:center;flex:1;padding:3px 0}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-footer-road-emergency .item .popup-detail-header{font-size:.75em}.leaflet-popup-content-wrapper .leaflet-popup-content .popup-footer-road-emergency .item .popup-source{text-transform:capitalize}.leaflet-popup.leaflet-zoom-animated{translate:-90px}.leaflet-popup.leaflet-zoom-animated .leaflet-popup-tip-container{transform:translate(90px)}.leaflet-popup.leaflet-zoom-animated .leaflet-popup-tip-container .leaflet-popup-tip{border-radius:5px}.popup-map.popup-circle{color:#141938;min-width:260px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:700}.popup-map.popup-circle .popup-title{letter-spacing:.2px;border-bottom:1px solid #edeffc;padding-bottom:12px;font-size:14px;font-weight:700;line-height:20px}.popup-map.popup-circle .btn-create-cicle-popup.pointer{letter-spacing:.4px;border-bottom:1px solid #edeffc;align-items:center;column-gap:8px;margin:14px 0 0;padding-bottom:12px;font-size:14px;font-weight:700;line-height:16px;display:flex}.popup-map.popup-circle .popup-options{margin-top:12px}.popup-map.popup-circle .popup-options .save-form{margin-bottom:12px}.popup-map.popup-circle .popup-options .save-form input{color:#7981b2;background:#fff;border:1px solid #a9afd9;border-radius:8px;width:100%;height:44px;padding:0 12px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.popup-map.popup-circle .popup-options .save-form input.ant-input:hover{border:1px solid #a9afd9}.popup-map.popup-circle .popup-options .popup-detail-buttons{letter-spacing:.4px;justify-content:center;gap:24px;font-size:14px;font-style:normal;font-weight:700;display:flex}.popup-map.popup-circle .popup-options .popup-detail-buttons button{width:auto;height:auto;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:24px;margin:0;padding:0;line-height:normal;overflow:visible}.popup-map.popup-circle .popup-options .popup-detail-buttons .download-circle-data{color:#432eff}.popup-map.popup-circle .popup-options .popup-detail-buttons .save-circle-data{color:#fff;background:#03050f;height:auto;padding:12px 24px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.fw-layer{z-index:1;background:#424b6699;padding:15px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.fw-layer.hidden{display:none}.fw-layer .fw{z-index:1;background:#fff;border-radius:15px;padding:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fw-layer .fw .fw-top{justify-content:flex-end;display:flex}.fw-layer .fw .fw-top i{color:#ef3340;cursor:pointer;font-size:22px}.fw-layer .fw .fw-top h4{text-transform:uppercase;margin:20px auto;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:700}.fw-layer .fw .fw-content{padding:15px}@media (width<=900px){.fw-layer .fw .fw-content{padding:0 8px 35px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.typography-title-3,.typography-title-3--ligh-40{letter-spacing:-.2px;text-align:left;color:#141938;font-family:BR Sonoma;font-size:40px;font-style:normal;font-weight:300;line-height:48px}.typography-title-3--ligh-40{font-size:40px;font-weight:300;line-height:48px}.typography-title-4,.typography-title-4--bold-36{color:#141938;letter-spacing:-.2px;text-align:left;font-family:BR Sonoma;font-size:48px;font-style:normal;font-weight:400;line-height:48px}.typography-title-4--bold-36{font-size:36px;font-weight:700;line-height:48px}.typography-title-5,.typography-title-5--light-28,.typography-title-5--regular-24,.typography-title-5--regular-28,.typography-title-5--bold-14,.typography-title-5--bold-18,.typography-title-5--bold-20,.typography-title-5--bold-24,.typography-title-5--bold-28,.typography-title-5--bold-32{color:#141938;letter-spacing:-.2px;text-align:left;font-size:24px;font-style:normal;font-weight:400;line-height:32px}.typography-title-5--light-28{font-size:28px;font-weight:300;line-height:36px}.typography-title-5--regular-24{font-size:24px;font-weight:400;line-height:32px}.typography-title-5--regular-28{font-size:28px;font-weight:400;line-height:36px}.typography-title-5--bold-14{font-size:14px;font-weight:700;line-height:20px}.typography-title-5--bold-18{font-size:18px;font-weight:700;line-height:28px}.typography-title-5--bold-20{font-size:20px;font-weight:700;line-height:28px}.typography-title-5--bold-24{font-size:24px;font-weight:900;line-height:32px}.typography-title-5--bold-28{font-size:28px;font-weight:900;line-height:36px}.typography-title-5--bold-32{font-size:32px;font-weight:900;line-height:40px}.typography-title-6,.typography-title-6--light-20,.typography-title-6--regular-20{color:#141938;letter-spacing:0;font-family:BR Sonoma;font-size:20px;font-weight:300;line-height:28px}.typography-title-6--light-20{font-size:20px;font-weight:300;line-height:28px}.typography-title-6--regular-20{font-size:20px;font-weight:400;line-height:28px}.typography-title-7,.typography-title-7--regular-16{color:#141938;letter-spacing:.2px;text-align:left;font-family:BR Sonoma;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.typography-title-7--regular-16{font-size:16px;font-weight:400;line-height:24px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.typography-paragraph,.typography-paragraph--light-16,.typography-paragraph--light-14,.typography-paragraph--regular-18,.typography-paragraph--regular-16,.typography-paragraph--regular-14,.typography-paragraph--bold-16{color:#494f66;letter-spacing:0;text-align:left;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.typography-paragraph--light-16{font-size:16px;font-weight:300;line-height:28px}.typography-paragraph--light-14{font-size:14px;font-weight:300;line-height:24px}.typography-paragraph--regular-18{font-size:18px;font-weight:400;line-height:32px}.typography-paragraph--regular-16{font-size:16px;font-weight:400;line-height:28px}.typography-paragraph--regular-14{font-size:14px;font-weight:400;line-height:24px}.typography-paragraph--bold-16{font-size:16px;font-weight:700;line-height:28px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.search-mobile{margin-bottom:32px;display:none}@media (width<=600px){.search-mobile{display:block}}.search-mobile-menu{border-right:4px;padding:0;box-shadow:0 0 4px #4d67cd1a,0 2px 12px #3f4c821a}.search-mobile-menu .ant-dropdown-menu-item{letter-spacing:0;color:#494f66;padding:8px 16px;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-weight:400;line-height:24px}.search-mobile-menu .ant-dropdown-menu-item:hover{background:#f7f8fc}.search-mobile-menu .ant-dropdown-menu-item:hover>a{color:#fc4e55}.search-mobile-menu .search-mobile-menu-item>a{justify-content:space-between;align-items:center;display:flex}.search-mobile-menu .search-mobile-menu-item .search-mobile-menu-check{text-align:center;width:20px;color:#43b748!important}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.request-content-modal{max-height:80%}.box-select-poliza-content,.box-select-company-content{flex-direction:column;align-items:center;margin:20px;display:flex}.box-select-poliza-content .box-select-company,.box-select-company-content .box-select-company{margin:20px}.box-select-poliza-content .box-select-company .select-company,.box-select-company-content .box-select-company .select-company{width:300px}.box-select-poliza-content .box-select-poliza,.box-select-company-content .box-select-poliza{justify-content:space-around;margin:20px;display:flex}.box-select-poliza-content .box-select-poliza .poliza-item,.box-select-company-content .box-select-poliza .poliza-item{cursor:pointer;margin:20px}.box-select-poliza-content .box-select-poliza .poliza-item .input-check-poliza,.box-select-company-content .box-select-poliza .poliza-item .input-check-poliza{display:none}.box-select-poliza-content .box-select-poliza .poliza-item .input-check-poliza+div,.box-select-company-content .box-select-poliza .poliza-item .input-check-poliza+div{border:1px solid #ccc;border-radius:5px;padding:10px}.box-select-poliza-content .box-select-poliza .poliza-item .input-check-poliza:checked+div,.box-select-company-content .box-select-poliza .poliza-item .input-check-poliza:checked+div{border:1px solid red}.box-select-services{flex-direction:column;width:100%;display:flex}.box-select-services .box-select-service-header{justify-content:flex-end;display:flex}.box-select-services .box-select-service-content{margin-top:10px}.derivar-box label{font-weight:700}.form-request-service-quiz .ant-form-item:not(:last-child){border-bottom:1px solid #e8e8e8;margin-bottom:16px;padding-bottom:16px}.form-request-service-quiz .ant-form-item:last-child{margin:0}.form-request-service-quiz .ant-form-item-no-colon{white-space:pre-line}.signals-table{width:100%}.signals-table th,.signals-table tr:not(:last-child) td{border-bottom:1px solid #0000001a}.signals-table tr th,.signals-table tr td{padding:10px 0}.signals-table tr th:not(:first-child),.signals-table tr td:not(:first-child){text-align:center}.signals-table tr th .ant-input-number,.signals-table tr td .ant-input-number{width:100px!important}.service-count-restriction .ant-badge-count{color:#999;background-color:#fff;box-shadow:inset 0 0 0 1px #eee}.modalShowSignal .signal-image{margin-right:16px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.request_service_items_details label{font-weight:700}.request_service_items_details .poliza-still-vigente{color:#fff;background-color:#49bf67;margin-left:12px;padding:2px 4px;font-size:12px}.request_service_items_details .poliza-still-no-vigente{color:#fff;background-color:#ef3340;margin-left:12px;padding:2px 4px;font-size:12px}.request_service_items_details_previewPDF .request_service_items_details_previewPDF_view{background-color:#fafafa;border:1px dashed #d9d9d9}.request_service_items_details_previewPDF .request_service_items_details_previewPDF_view .message-preview{text-align:center;padding:50px 0}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.ant-upload-list-item{display:none}.list_polizas{background:#f7f8fc;flex-direction:column;flex-grow:1;width:calc(100% - 335px);height:100vh;padding:2%;display:flex;overflow-y:scroll}.list_polizas .list_polizas_header .list_polizas_header_top{letter-spacing:-.6px;justify-content:space-between;align-items:center;padding-left:18px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:3.2em;font-style:normal;font-weight:300;display:flex}.list_polizas .list_polizas_header .list_polizas_header_top .firt_part_title{color:#fc4e55}.list_polizas .list_polizas_header .list_polizas_header_top p{flex-grow:1;margin:0 10px 0 0}.list_polizas .list_polizas_header .list_polizas_header_top span{margin:auto 10px}.list_polizas .list_polizas_header .list_polizas_header_top p:last-child{letter-spacing:1px}.list_polizas .list_polizas_header .list_polizas_header_bottom{justify-content:flex-end;margin-bottom:20px;display:flex}.list_polizas .list_polizas_table{position:relative}.list_polizas .list_polizas_table .list_polizas_table_action_top{z-index:99;position:absolute;top:6px;right:6px}.list_polizas .list_polizas_table table th{color:#a3abcc;text-transform:uppercase;word-break:normal;background:#fff;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:.7em;font-style:normal;font-weight:700}.list_polizas .list_polizas_table table td{background:#fff}.list_polizas .list_polizas_table .ant-table-fixed-right{box-shadow:none}.list_polizas .list_polizas_table .dropdown_column{z-index:99;background:#fff;border-radius:4px;width:235px;padding:10px 5px 10px 10px;position:absolute;top:46px;right:0;box-shadow:0 4px 4px #00000040}.list_polizas .list_polizas_table .dropdown_column.hide{display:none}.list_polizas .list_polizas_table .dropdown_column .dropdown_column_list{height:330px;margin-top:16px;padding-right:5px;overflow-y:auto}.list_polizas .list_polizas_table .dropdown_column .dropdown_column_list .dropdown_column_list__col .dropdown_column_list__item{padding:8px}.inspat-upload-zone{margin-bottom:16px;height:103px!important}.card_steps_sync .btn-finish{text-align:center;margin-top:15px}.card_steps_sync .step-sync.state-completed{font-weight:700}.card_steps_sync .step-sync.state-completed .icon-state{color:#1890ff}.card_steps_sync .step-sync.state-processing .icon-state{color:#fc4e55}.card_steps_sync .step-sync.state-pending{color:#a3abcc}.card_steps_sync .step-sync.state-fail,.card_steps_sync .step-sync.state-fail .icon-state{color:#ef3340}.card_steps_sync .step-sync .icon-state,.card_steps_sync .step-sync .icon-state b{margin-left:9px}.card_steps_sync .errors{color:#ef3340;margin-top:15px}.card_steps_sync .errors-recommendation{color:#ef3340;padding-left:21px}.box-search{width:230px}.box-search .ant-input-prefix{color:#d7dbf5;font-size:16px;left:0}.box-search .ant-input:not(:last-child){padding-right:55px}.box-search .ant-input-suffix{right:8px}.box-search .ant-input-suffix .btn-filter-advance{border-left:1px solid #e4e8f7;padding-top:5px;padding-right:0}.modal_search_advanced{height:100%;width:700px!important}.modal_search_advanced .ant-modal-content{height:100%}.modal_search_advanced .ant-modal-content .ant-modal-body{height:calc(100% - 80px)}.modal_search_advanced .ant-modal-content .ant-modal-body .modal_search_advanced__title{letter-spacing:-.6px;margin-top:17px;margin-bottom:27px;margin-left:12px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-style:normal;font-weight:700;line-height:36px}.modal_search_advanced .ant-modal-content .ant-modal-body .modal_search_advanced__form{height:calc(100% - 62px);margin-left:12px;overflow:auto}.modal_search_advanced .ant-modal-content .ant-modal-body .modal_search_advanced__form .ant-form-item-control-wrapper{width:100%}.modal_search_advanced .ant-modal-content .ant-modal-body .modal_search_advanced__form .ant-form-item-control-wrapper .ant-select-selection--single{min-width:190px;height:34px}.modal_search_advanced .ant-modal-content .ant-modal-body .modal_search_advanced__form .ant-form-item-control-wrapper .ant-select-selection__rendered{line-height:34px}.modal_search_advanced .ant-modal-content .ant-modal-body .modal_search_advanced__form .ant-form-item-control-wrapper .ant-calendar-picker-input{border-radius:8px;height:34px}.modal_search_advanced .ant-modal-footer{border-top:none}.modal_search_advanced .ant-modal-footer .ant-btn{text-transform:capitalize;border-radius:4px}.modal-cumulos-delete .ant-modal-body{font-family:BR Sonoma,serif,sans-serif,monospace;font-style:normal;font-weight:700}.modal-cumulos-delete .ant-modal-body .modal-title{letter-spacing:-.6px;margin-bottom:16px;font-size:28px;line-height:36px}.modal-cumulos-delete .ant-modal-body .modal-content{letter-spacing:.8px;font-size:13px;font-weight:400;line-height:16px}.modal-cumulos-delete .ant-modal-body .modal-content.mb-40{margin-bottom:40px}.modal-cumulos-delete .ant-modal-footer{border-top:none;padding:28px 24px}.modal-cumulos-delete .ant-modal-footer .ant-btn{text-transform:capitalize;border-radius:4px}.modal-cumulos-delete .ant-modal-footer .ant-btn.ant-btn-primary{margin-left:21px}.rotate-icon{animation:2s linear infinite rotateAnimation}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.content-skeletons{grid-template-columns:repeat(auto-fill,minmax(264px,1fr));gap:24px 16px;width:100%;display:grid}.skeleton{background:#fff;border-radius:16px;height:376px;padding:16px}.title-loading{column-gap:20px;width:100%;display:flex}.title-loading .title{width:64px;height:32px;display:none}@media screen and (width>=768px){.title-loading .title{display:flex}}.title-loading .title ul{height:100%;margin:0}.title-loading .title ul li{height:100%}.title-loading .buttons{column-gap:28px;display:flex}.title-loading .buttons .poliza{width:190px;height:32px}.title-loading .buttons .poliza .ant-skeleton-content h3{border-radius:32px;height:100%;margin:0}@media (width<=840px){.service-prevention{width:100%;padding-top:40px}}.disabled{opacity:.6}.service-prevention__body{width:100%;margin-bottom:40px}.service-prevention__body__button-groups{width:100%;margin:16px 0 32px;overflow-x:auto}.service-prevention__body__button-groups__name{letter-spacing:-.2px;color:#141938;margin:0;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:20px;font-style:normal;font-weight:900;line-height:28px;display:none}.service-prevention__body__button-groups__buttons{column-gap:16px;display:flex}.service-prevention__body__button-groups__buttons button{cursor:pointer;background-color:#0000;border:1px solid #141938;border-radius:32px;place-content:center;height:auto;padding:8px 16px;transition:all .3s;display:grid}.service-prevention__body__button-groups__buttons button span{color:#141938;letter-spacing:.4px;font-size:12px;font-style:normal;font-weight:700;line-height:16px;transition:all .3s}.service-prevention__body__button-groups__buttons button.active,.service-prevention__body__button-groups__buttons button.active:hover{background-color:#141938}.service-prevention__body__button-groups__buttons button.active span,.service-prevention__body__button-groups__buttons button.active:hover span{color:#fff}.service-prevention__body__button-groups__buttons button:hover{background-color:#e3e6fa}.service-prevention__body__button-groups__buttons button:hover span{color:#141938}.service-prevention__body__text{letter-spacing:.2px;font-size:12px;font-weight:700;line-height:16px}.service-prevention__body__card-list{gap:24px;display:grid}.service-prevention__body__card-list__item{background:#fff;border-radius:16px;flex-direction:column;gap:16px;padding:32px 24px;display:flex}.service-prevention__body__card-list__item-img{height:fit-content}.service-prevention__body__card-list__item p{margin:0;padding:0}.service-prevention__body__card-list__item-body{flex-direction:column;flex-grow:1;align-items:flex-start;row-gap:20px;display:flex}.service-prevention__body__card-list__item-body h3{letter-spacing:-.2px;color:#141938;text-overflow:ellipsis;font-size:20px;font-style:normal;font-weight:900;line-height:28px;overflow:hidden}.service-prevention__body__card-list__item-body .title{letter-spacing:.8px;color:#7981b2;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}.service-prevention__body__card-list__item-body .value{letter-spacing:.1px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.service-prevention__body__card-list__item-body button{color:#4f4fff;letter-spacing:.4px;margin-top:auto;margin-left:auto;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:block}.service-prevention__body__card-list__item-body button:disabled{color:gray}.service-prevention__body__card-list__item-body button i{margin-left:8px}@media screen and (width>=425px){.service-prevention__body__text{letter-spacing:.1px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:700;line-height:28px}.service-prevention__body__card-list__item{grid-template-columns:48px 1fr;gap:24px;padding:40px 8%}.service-prevention__body__card-list__item-body button{margin-left:0}}@media screen and (width>=768px){.service-prevention__body__button-groups{align-items:center;column-gap:16px;display:flex}.service-prevention__body__button-groups__name{display:initial}.service-prevention__body__card-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.service-prevention__body__card-list__item{border:1px solid #e4e8f7;grid-template-columns:1fr;padding:24px;box-shadow:0 4px 8px #0000000d}.service-prevention__body__card-list__item-body button{margin-left:auto}}.card-info{color:#141938;background:#d7dbf5;border-radius:12px;gap:24px;padding:24px 32px;font-style:normal}.card-info h3,.card-info p{margin:0;padding:0}.card-info h3{font-size:18px;font-weight:900;line-height:28px}.card-info p{letter-spacing:.2px;margin-top:4px;font-size:14px;font-weight:400;line-height:20px}.card-info a{text-align:center;letter-spacing:.4px;color:#432eff;background:#d9d9ff;border:2px solid #432eff;border-radius:32px;padding:14px 32px;font-size:16px;font-weight:700;line-height:20px;display:block}.card-info .card-message{grid-template-columns:auto 1fr;column-gap:16px;display:grid}.card-info .copy{background:#fff;border:1px solid #a9afd9;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.card-info .copy span{font-size:16px;font-weight:400;line-height:24px}.card-info .copy button{letter-spacing:.4px;color:#4f4fff;cursor:pointer;text-transform:initial;background:0 0;border:none;align-items:center;gap:8px;margin:0;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.card-info .copy button i,.card-info .copy button span{font-weight:700}@media screen and (width>=768px){.card-info{grid-template-columns:1fr auto}}.loading-all-service{margin-top:48px}.service-prevention{padding:0}.service-prevention .service-prevention-header h2{margin:0}.service-prevention .service-prevention-header button.red-action{color:#fff;background:#ff1c44;padding-left:32px;padding-right:32px}.service-prevention_content{margin-top:32px}@media screen and (width>=1200px){.service-prevention_content{margin-top:52px}}.service-prevention .info-total-data{letter-spacing:.2px;color:#141938;margin-bottom:24px;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.service-prevention .info-total-data span{font-weight:900!important}.info-total-data{letter-spacing:.2px;color:#141938;margin-bottom:24px;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.info-total-data span{font-weight:900!important}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.container_reports_technical .ant-table-fixed-left table,.container_reports_technical .ant-table-fixed-right table{width:40px}.container_reports_technical .button-float{left:20px}.container_reports_technical .down-button{color:#4f4fff;align-items:center;column-gap:8px;margin-top:16px;padding:8px 0;font-weight:500;display:flex}.container_reports_technical .down-button span{order:-1;margin:0;padding:0}.container_reports_technical .inputs-class input{border-radius:8px}.container_reports_technical .inputs-class .ant-select-selection{border-radius:8px!important}.container_reports_technical .card-skeleton{background:#fff;border-radius:12px;padding:24px}.container_reports_technical .info-header{transition:all .3s}.container_reports_technical .info-header__button{display:none}@media screen and (width>=768px){.container_reports_technical .info-header{align-items:center;column-gap:16px;display:flex}.container_reports_technical .info-header__button{cursor:pointer;color:#4f4fff;background:0 0;border:2px solid #4f4fff;border-radius:32px;align-items:center;column-gap:8px;padding:12px 24px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}}.d_content .detail{row-gap:32px;display:grid}.d_content .card-detail{background:#fff;border-radius:12px;flex-direction:column;row-gap:16px;padding:24px;display:flex}.d_content .card-detail h4,.d_content .card-detail p{margin:0;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-style:normal}.d_content .card-detail h4{color:#7981b2;text-transform:uppercase;letter-spacing:.8px;font-size:10px;font-weight:700;line-height:16px}.d_content .card-detail p{letter-spacing:.4px;color:#141938;font-size:12px;font-weight:400;line-height:16px}.d_content .filter__text{color:#141938;margin-top:-24px;margin-bottom:32px;font-weight:700}.d_content .filter-action{letter-spacing:.4px;color:#4f4fff;cursor:pointer;justify-content:flex-end;align-items:center;column-gap:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}@media screen and (width>=768px){.d_content .filter-action{display:none}}.d_content .filter__box.modal__filter{z-index:20;background:#fff;flex-direction:column;align-items:flex-start;row-gap:16px;width:100%;height:100vh;padding:16px 32px;display:flex;position:fixed;top:0;left:0}.d_content .filter__box.modal__filter .inputs-class{width:100%;height:56px}.d_content .filter__box.modal__filter .modal__filter--title{letter-spacing:-.2px;color:#141938;border-bottom:1px solid #d7dbf5;width:100%;margin-top:40px;margin-bottom:32px;padding-bottom:24px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-style:normal;font-weight:900;line-height:32px}.d_content .filter__box.modal__filter .modal__filter--close,.d_content .filter__box.modal__filter .modal__filter--button{position:absolute;right:16px}.d_content .filter__box.modal__filter .modal__filter--close{cursor:pointer;align-items:center;column-gap:8px;display:flex}.d_content .filter__box.modal__filter .modal__filter--close span{letter-spacing:.8px;text-transform:uppercase;color:#a9afd9;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}.d_content .filter__box.modal__filter .modal__filter--button{cursor:pointer;background:var(--ride-sys-color-surface-extreme);letter-spacing:.4px;color:#fff;border:none;border-radius:32px;width:calc(100% - 64px);padding:14px 32px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px;bottom:16px;right:32px}.d_content .filter__box.modal__filter .modal__filter--button:disabled{color:#7981b2;background:#e3e6fa}@media screen and (width>=768px){.d_content .ant-pagination,.d_content .filter__box{display:flex}}.container_reports_technical .table-common-fixed .ant-table-fixed-right .ant-table-tbody>tr:hover:not(.ant-table-expanded-row){box-shadow:none;cursor:default}.container_reports_technical .table-common-fixed .ant-table-fixed-right .ant-table-tbody>tr:hover:not(.ant-table-expanded-row) td{border:none}.container_reports_technical .table-common-fixed .ant-table-fixed-right table tbody tr{position:relative}.container_reports_technical .table-common-fixed .ant-table-fixed-right table tbody tr td{padding:initial}.container_reports_technical .table-common-fixed .ant-table-fixed-right table tbody tr td:first-child{background:#fff;place-content:center;width:70px;height:100%;display:grid;position:absolute;top:0;right:0}.container_reports_technical .table-common-fixed .ant-table-fixed-right table tbody tr td:first-child button{cursor:pointer;border:none;margin-right:22px;padding:0}.container_reports_technical .table-common-fixed .ant-table-fixed-right table tbody tr td:first-child button:hover{background:0 0;border:none}.container_reports_technical .table-common-fixed .ant-table-fixed-right table tbody tr td:last-child{display:none}.modal-previewPDF{padding-bottom:0;top:50%;transform:translateY(-50%)}.modal-previewPDF .pdf-viewer-container{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;max-height:60vh;overflow:hidden auto}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar{-webkit-appearance:none}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar:vertical{width:6px}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar-button:increment{display:none}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar-button{display:none}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar:horizontal{height:10px}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar-thumb{background-color:#e4e8f7;border-radius:20px}.modal-previewPDF .pdf-viewer-container::-webkit-scrollbar-track{border-radius:10px}.modal-previewPDF .react-pdf__Page__canvas,.modal-previewPDF .react-pdf__Page__textContent{aspect-ratio:594/841;max-width:594px;margin:auto;overflow:hidden;width:100%!important;height:auto!important}.service-detail{width:100%;max-width:840px;padding-top:56px;font-style:normal}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.skeleton-service .skeleton-service__cards{flex-wrap:nowrap;column-gap:24px;width:100%;margin-top:24px;margin-bottom:32px;display:flex;overflow:hidden}.skeleton-service .skeleton-service__cards .card{width:100%;box-shadow:none;border-radius:12px;margin:0;padding:24px 32px 32px}@media screen and (width>=768px){.skeleton-service .skeleton-service__cards .card{width:50%}}.skeleton-service .skeleton-service__cards .card .border{border-bottom:1px solid #d7dbf5;width:100%;margin:16px 0}.service-detail .service-detail__body p{margin-bottom:0}.service-detail .service-detail__body__item{margin-bottom:32px}.service-detail .service-detail__body__item__name{letter-spacing:-.2px;color:#141938;align-items:center;margin-top:24px;font-size:14px;font-weight:400;line-height:20px;display:flex;margin-bottom:32px!important}.service-detail .service-detail__body__item__card{width:100%}@media screen and (width>=1400px){.service-detail .service-detail__body__item__card{overflow:hidden}}.service-detail .service-detail__body__item__card__group{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;flex-direction:column;gap:24px;display:flex}@media screen and (width>=576px){.service-detail .service-detail__body__item__card__group{flex-direction:row}}@media screen and (width>=1400px){.service-detail .service-detail__body__item__card__group{overflow:hidden}}.service-detail .service-detail__body__item__card__group::-webkit-scrollbar:vertical{width:10px}.service-detail .service-detail__body__item__card__group::-webkit-scrollbar-button:increment{display:none}.service-detail .service-detail__body__item__card__group::-webkit-scrollbar-button{display:none}.service-detail .service-detail__body__item__card__group::-webkit-scrollbar:horizontal{height:10px}.service-detail .service-detail__body__item__card__group::-webkit-scrollbar-thumb{background-color:#7981b2;border:2px solid #f1f2f3;border-radius:20px}.service-detail .service-detail__body__item__card__group::-webkit-scrollbar-track{border-radius:10px}.service-detail .service-detail__body__item__card__group__company{background:#fff;border:none;border-radius:12px}.service-detail .service-detail__body__item__card__group__company.contact{margin-right:0}.service-detail .service-detail__body__item__card__group__company.detail-request{width:100%;height:276px;margin-right:0}.service-detail .service-detail__body__item__card__group__company__header{color:#141938;display:flex}.service-detail .service-detail__body__item__card__group__company__header__title{letter-spacing:.2px;text-align:left;margin-left:20px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:900;line-height:24px}.service-detail .service-detail__body__item__card__group__company__divider{margin:16px 0}.service-detail .service-detail__body__item__card__group__company__text{margin-bottom:16px;display:grid}@media screen and (width>=576px){.service-detail .service-detail__body__item__card__group__company__text{grid-template-columns:144px 1fr}}.service-detail .service-detail__body__item__card__group__company__text__name{letter-spacing:.2px;color:#7981b2;width:144px;font-size:14px;line-height:20px}.service-detail .service-detail__body__item__card__group__company__text__value{letter-spacing:.2px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.service-detail .service-detail__body__action{background:#e3e6fa;border-radius:12px;flex-direction:column;row-gap:32px;padding:26px 32px;display:flex}@media screen and (width>=900px){.service-detail .service-detail__body__action{flex-direction:row;justify-content:space-between;align-items:center}}.service-detail .service-detail__body__action--info{align-items:center;column-gap:16px;display:flex}.service-detail .service-detail__body__action--info h3{color:#141938;margin-bottom:4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-weight:900;line-height:28px}.service-detail .service-detail__body__action--info p{color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-weight:400;line-height:20px}.service-detail .service-detail__body__action--button{cursor:pointer;color:var(--ride-sys-color-surface-extreme);text-transform:capitalize;background:0 0;border:2px solid #13172c;border-radius:32px;place-content:center;padding:14px 32px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-weight:700;line-height:20px;display:grid}.service-detail .service-detail__body__action--button:disabled{cursor:not-allowed;opacity:.5}.ant-modal.modal-survey{position:initial;height:100vh;margin:0;padding:0;transform-origin:bottom!important;width:100%!important}.ant-modal.modal-survey .ant-modal-content{border-radius:24px 24px 0 0;width:100%;max-width:600px;padding:48px 32px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media screen and (width>=768px){.ant-modal.modal-survey .ant-modal-content{bottom:initial;border-radius:24px;top:50%;transform:translate(-50%,-50%)}}.ant-modal.modal-survey .ant-modal-content .ant-modal-body{padding:0}.ant-modal.modal-survey .ant-modal-content .ant-modal-close{color:#7981b2;cursor:pointer;width:82px;height:auto;top:16px;right:16px}.ant-modal.modal-survey .ant-modal-content .ant-modal-close .ant-modal-close-x{align-items:center;column-gap:8px;width:100%;height:32px;margin:0;font-size:14px;display:flex}.ant-modal.modal-survey .ant-modal-content .ant-modal-close .ant-modal-close-x .title-close{letter-spacing:.4px;color:#7981b2;font-weight:700;line-height:16px}.steps-title{color:#a9afd9;letter-spacing:.6px;text-align:center;margin-bottom:32px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-weight:900;line-height:16px}.steps-title .current{color:#ff1c44}.steps-content h2{color:#141938;text-align:center;margin-bottom:24px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-weight:700;line-height:32px}@media screen and (width>=800px){.steps-content h2{font-size:28px;line-height:36px}}.steps-content>p{text-align:center;color:#141938;margin:0;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:28px}.steps-content__rating .rating-star{cursor:pointer}.steps-content__rating .rating-star svg{fill:#d7dbf5}.steps-content__rating .rating-star.active svg{fill:#faaf37}.steps-content__choose .buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 16px;display:flex}.steps-content__choose .buttons .button{cursor:pointer;color:#141938;border:1px solid #141938;border-radius:32px;padding:8px 16px}.steps-content__choose .buttons .button.active{color:#fff;background:#141938}.ant-modal.modal-finish{min-width:296px;margin:0 auto;padding:0}.ant-modal.modal-finish .ant-modal-content{border-radius:24px;width:95%;max-width:552px;margin:0 auto;padding:48px 32px}@media screen and (width>=768px){.ant-modal.modal-finish .ant-modal-content{padding:64px 48px}}.ant-modal.modal-finish .ant-modal-content .ant-modal-body{padding:0}.ant-modal.modal-finish .ant-modal-content .ant-modal-close{top:16px;right:16px}.ant-modal.modal-finish .finish{flex-direction:column;align-items:center;row-gap:16px;display:flex}.ant-modal.modal-finish .finish h2{text-align:center;color:#141938;letter-spacing:-.2px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-weight:700;line-height:36px}@media screen and (width>=768px){.ant-modal.modal-finish .finish h2{font-size:24px;line-height:32px}}.ant-modal.modal-finish .finish p{text-align:center;color:#141938;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:28px}.service-detail__body__item .service-detail__body__item__name.title-sections,.title-sections{letter-spacing:-.2px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:20px;font-style:normal;font-weight:900;line-height:28px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.header-house{gap:16px;display:grid}@media screen and (width>=1200px){.header-house{grid-template-columns:auto auto}}.header-house .actions{justify-content:flex-end;gap:16px;display:flex}.header-house .actions button{color:#fff;letter-spacing:.4px;cursor:pointer;min-width:211px;height:42px;text-transform:initial;border:none;border-radius:32px;align-items:center;padding:14px 32px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:700;display:flex}.card-house-detail{background:#fff;border-radius:12px;flex-direction:column;gap:16px;margin:32px 0 24px;display:flex}.card-house-detail .header{justify-content:flex-start;align-items:center;column-gap:16px;padding-bottom:16px;display:flex}.card-house-detail .header p{letter-spacing:.2px;color:#141938;margin:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:900;line-height:24px}.card-house-detail .detail .label{letter-spacing:.2px;color:#7981b2;width:100px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:20px}@media screen and (width>=1200px){.card-house-detail .detail .label{width:128px}}.card-house-detail .detail .value{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex}.card-house-detail .detail-item{grid-template-columns:auto 1fr;column-gap:16px;display:grid}@media screen and (width>=768px){.card-house-detail .detail{grid-template-columns:repeat(2,1fr);column-gap:16px;display:grid}}.content-house .service-detail__body__action{margin-bottom:48px}.content-house .service-detail__body__action .service-detail__body__action--button{cursor:pointer;justify-content:center;align-items:center;padding:14px 32px;display:flex}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.d_content .button-certificates-cliente{color:#4f4fff;text-transform:lowercase;background:0 0;border-width:2px;border-color:#4f4fff;border-radius:24px;margin-left:16px;font-weight:700}.d_content .button-certificates-cliente :first-letter{text-transform:uppercase}.d_content .download-button{background:#e3e6fa;border-color:#0000;border-radius:50%}.d_content .filter__box .btn-clearFilter{color:#141938;letter-spacing:.6px;text-transform:none;font-size:12px;font-weight:700;line-height:16px}.d_content__list .table_selection .ant-pagination-next{margin-right:2px}@media (width<=840px){.d_content{width:100%;padding-top:46px}.d_content .filter__text{font-size:20px;line-height:28px}.d_content .filter__box{flex-wrap:nowrap}.d_content .filter__box .ant-select-selection{color:#7981b2;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.d_content .filter__box .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.d_content .filter__box .ant-select-selection .ant-select-arrow{color:var(--ride-sys-color-surface-extreme);right:19px}.d_content .filter__box .btn-clearFilter{color:#141938;letter-spacing:.4px;text-transform:none;font-size:18px;font-weight:700;line-height:20px}.d_content .filter__box .btn-clearFilter i{margin-right:9px}.d_content .ant-pagination{display:none}.d_content__list .table_selection .btn-cmp-action-delete{color:#7981b2;background:#e3e6fa;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:none}.d_content__list .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) .btn-cmp-action-delete{display:flex}.d_content__list .table_selection .ant-pagination-next{margin-right:1px}.d_content__list__action__button{box-sizing:border-box;border:2px solid #4f4fff;border-radius:24px;justify-content:center;width:114px;height:40px}.d_content__list__action__button__icon{background-color:#0000;padding:0}.d_content__list__pag{flex-direction:row;justify-content:flex-end;align-items:center;margin-top:16px;margin-bottom:40px;display:flex}.d_content__list__pag__button{cursor:pointer;align-items:center;padding:4px 16px;font-size:12px;display:flex}.d_content__list__pag__number,.d_content__list__pag__sep{color:#141938;letter-spacing:.2px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}}@media (width<=768px){.d_content{min-height:calc(100vh - 85px);padding-top:40px}.d_content .header__button .ant-btn-primary,.d_content .filter__box,.d_content .filter__text,.d_content__list .table_selection{display:none}.d_content__list__action{justify-content:space-between;align-items:center;font-size:14px;line-height:20px}.d_content__list .ant-pagination{display:none}.d_content__list__pag{flex-direction:row;justify-content:center;align-items:center;margin-top:16px;display:flex}.d_content__list__pag__button{cursor:pointer;align-items:center;padding:4px 16px;font-size:12px;display:flex}.d_content__list__pag__number,.d_content__list__pag__sep{color:#141938;letter-spacing:.2px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.d_content__list__button{justify-content:center;margin-top:60px;margin-bottom:24px;display:flex;position:sticky;bottom:24px}.d_content__list__button__text{text-align:center;letter-spacing:.4px;background:#ff1c44;border-radius:32px;width:100%;height:48px;margin-left:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.d_content__card{border-radius:12px;flex-grow:0;height:188px;margin:16px 0}.d_content__card__body{margin-top:24px}.d_content__card__body__subject{letter-spacing:.8px;text-transform:uppercase;color:#7981b2;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__card__body__message{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:900;line-height:20px;display:flex}.d_content__card__body__createdAt{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex}.d_content__card__checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#389e0d;border-color:#389e0d}.d_content__card__checkbox .ant-checkbox-checked:after,.d_content__card__checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.d_content__card__checkbox .ant-checkbox:hover .ant-checkbox-inner,.d_content__card__checkbox .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#389e0d}.d_content__card__checkbox .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#389e0d}.d_content__card__button{justify-content:flex-end;display:flex}.d_content__card__button__text{text-align:center;letter-spacing:.4px;color:#4f4fff;text-transform:none;align-items:center;margin-left:0;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__card__button__text i{margin-left:8px}.d_content__selected_item_gradient{background:linear-gradient(#edeffc 0%,#edeffc00 100%);width:100%;height:40px;position:fixed;bottom:76px;transform:matrix(1,0,0,-1,0,0)}.d_content__selected_item{background:#edeffc;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 32px;display:flex;position:fixed;bottom:0;left:0}.d_content__selected_item__cancel{background:0 0;border:none}.d_content__selected_item__cancel span{text-align:center;letter-spacing:.4px;color:#141938;text-transform:none;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__selected_item__delete{background:0 0;border:none}.d_content__selected_item__delete span{text-align:center;letter-spacing:.4px;color:#7981b2;text-transform:none;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__selected_item__text{text-align:center;color:#141938;margin-bottom:0;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.mdl-helpCenter-filter{top:72px;width:calc(100vw - 64px)!important}.mdl-helpCenter-filter .filter__text{letter-spacing:-.2px;color:#141938;align-items:center;margin-top:24px;margin-bottom:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-style:normal;font-weight:900;line-height:32px;display:flex}.mdl-helpCenter-filter .filter__description{letter-spacing:.2px;color:#141938;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.mdl-helpCenter-filter .filter__select .ant-select-selection{color:#7981b2;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.mdl-helpCenter-filter .filter__select .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.mdl-helpCenter-filter .filter__select .ant-select-selection .ant-select-arrow{color:var(--ride-sys-color-surface-extreme);right:19px}.mdl-helpCenter-filter .btn-applyFilter{border-radius:32px;width:100%;height:48px;margin-top:16px}.mdl-helpCenter-filter .btn-applyFilter span{text-align:center;letter-spacing:.4px;color:#fff;text-transform:none;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}}.ant-modal.modal-update{position:initial;height:100vh;margin:0;padding:0;width:100%!important}.ant-modal.modal-update .ant-modal-content{border-radius:24px 0 0;width:100%;max-width:440px;height:100%;padding:80px 0 18px;position:absolute;top:0;right:0}@media screen and (width>=768px){.ant-modal.modal-update .ant-modal-content .ant-modal-body{height:100%;padding:0 60px;overflow-y:auto}}.ant-modal.modal-update .ant-modal-content .ant-modal-body{height:100%;padding:0 32px}.ant-modal.modal-update .ant-modal-content .ant-modal-close{color:#7981b2;cursor:pointer;width:82px;height:auto;top:16px;right:16px}.ant-modal.modal-update .ant-modal-content .ant-modal-close .ant-modal-close-x{align-items:center;column-gap:8px;width:100%;height:32px;margin:0;font-size:14px;display:flex}.ant-modal.modal-update .ant-modal-content .ant-modal-close .ant-modal-close-x .title-close{letter-spacing:.4px;color:#7981b2;font-weight:700;line-height:16px}.modal-update__content{height:100%}.modal-update__content h2{letter-spacing:-.2px;color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:22px;font-weight:900;line-height:30px}.modal-update__content p.description{color:#141938;letter-spacing:.2px;margin:24px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:700;line-height:24px}.modal-update__content .download{color:#4f4fff;cursor:pointer;letter-spacing:.4px;text-align:left;height:auto;text-transform:initial;background:0 0;border:none;padding:0;font-size:14px;font-weight:700;line-height:16px}.modal-update__content .add{text-transform:initial;cursor:pointer;color:#fff;letter-spacing:.4px;border:none;border-radius:32px;place-content:center;min-width:130px;height:48px;margin-top:48px;margin-left:auto;padding:14px 32px;font-size:18px;font-weight:700;line-height:20px;transition:all .3s;display:flex}.modal-update__content .add:disabled{color:#a9afd9;cursor:not-allowed;background:#e3e6fa}.modal-update__content .file.input-file-container .ant-upload.ant-upload-drag .title-upload-input span{color:#4f4fff}@media screen and (width>=768px){.modal-update__content h2{font-size:28px;line-height:36px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.edit-contact{z-index:2;background:#e3e6fa;position:fixed;top:0}.d_content{color:#141938;padding-top:56px;font-style:normal}.d_content .text-subtitle-bold{font-size:20px;font-weight:700;line-height:28px}.d_content .filter__box .ant-select-selection{color:#a9afd9;box-sizing:border-box;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important;border-radius:8px!important}.d_content__list .table_selection .withpoint{border-radius:6px;align-items:center;margin:0;padding:2px 8px;display:flex}.d_content__list .table_selection .withpoint .withpoint-circle{border-radius:50%;width:6px;height:6px;margin-right:4px}.d_content__list .table_selection .withpoint span{letter-spacing:.4px;font-feature-settings:"liga" off, "calt" off;color:#141938;white-space:nowrap;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:11px;font-style:normal;font-weight:900;line-height:16px;display:flex}.d_content .d_content__card__body{flex-direction:column;row-gap:16px;display:flex}.d_content .d_content__card__body p,.d_content .d_content__card__body h4{margin:0;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-style:normal}.d_content .d_content__card__body h4{color:#7981b2;text-transform:uppercase;letter-spacing:.8px;font-size:10px;font-weight:700;line-height:16px}.d_content .d_content__card__body p{letter-spacing:.4px;color:#141938;font-size:12px;font-weight:400;line-height:16px}.service-prevention .cmo_container{padding:0}.service-prevention .d_content .ant-pagination{display:none}@media screen and (width>=768px){.service-prevention .d_content .ant-pagination{display:flex}}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage{flex-direction:column;align-items:center;margin-top:40px;display:flex}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__message{letter-spacing:.2px;color:#141938;text-align:center;line-height:24px}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn{color:#ff1c44;border-color:#ff1c44;height:48px;padding-left:32px;padding-right:32px;font-weight:700}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn-primary{color:#fff;background-color:#ff1c44;border-color:#ff1c44;margin-left:24px}@media (width<=840px){.d_content{width:100%;padding-top:46px}.d_content .filter__text{font-size:20px;line-height:28px}.d_content .filter__box{flex-wrap:nowrap}.d_content .filter__box .ant-select-selection{color:#a9afd9;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.d_content .filter__box .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.d_content .filter__box .ant-select-selection .ant-select-arrow{color:var(--ride-sys-color-surface-extreme);right:19px}.d_content .filter__box .btn-clearFilter{color:#141938;letter-spacing:.4px;text-transform:none;font-size:18px;font-weight:700;line-height:20px}.d_content .filter__box .btn-clearFilter i{margin-right:9px}.d_content .ant-pagination{display:none}.d_content__list .table_selection .btn-cmp-action-delete{cursor:pointer;color:#7981b2;background:#e3e6fa;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:none}.d_content__list .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) .btn-cmp-action-delete{display:flex}.d_content__list__action__button{box-sizing:border-box;border:2px solid #4f4fff;border-radius:24px;justify-content:center;width:114px;height:40px}.d_content__list__action__button__icon{background-color:#0000;padding:0}.d_content__list__pag{flex-direction:row;justify-content:flex-end;align-items:center;margin-top:16px;margin-bottom:40px;display:flex}.d_content__list__pag__button{cursor:pointer;align-items:center;padding:4px 16px;font-size:12px;display:flex}.d_content__list__pag__number,.d_content__list__pag__sep{color:#141938;letter-spacing:.2px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.mdl-helpCenter-delete{width:calc(100vw - 240px)!important}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage{flex-direction:column;align-items:center;margin-top:40px;display:flex}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title{text-align:center;width:400px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title span{color:#ff1c44}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__message{letter-spacing:.2px;color:#141938;text-align:center;line-height:24px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__image{width:95.61px}.mdl-helpCenter-delete .ant-modal-footer{border-top:none;padding-bottom:64px}.mdl-helpCenter-delete .ant-modal-footer>div{justify-content:center}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn{border-radius:32px;height:48px}}@media (width<=768px){.d_content{width:100%;min-height:calc(100vh - 85px);padding-top:40px}.d_content .header__button .ant-btn-primary,.d_content .filter__box,.d_content .filter__text,.d_content__list .table_selection{display:none}.d_content__list__action{justify-content:space-between;align-items:center;font-size:14px;line-height:20px}.d_content__list .ant-pagination{display:none}.d_content__list__pag{flex-direction:row;justify-content:center;align-items:center;margin-top:16px;display:flex}.d_content__list__pag__button{cursor:pointer;align-items:center;padding:4px 16px;font-size:12px;display:flex}.d_content__list__pag__number,.d_content__list__pag__sep{color:#141938;letter-spacing:.2px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.d_content__list__button{justify-content:center;margin-top:60px;margin-bottom:24px;display:flex;position:sticky;bottom:24px}.d_content__list__button__text{background:var(--ride-sys-color-surface-extreme);text-align:center;letter-spacing:.4px;border-radius:32px;width:100%;height:48px;margin-left:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.d_content__card{border-radius:12px;flex-grow:0;margin:16px 0;height:auto!important}.d_content__card__body{margin-top:24px}.d_content__card__body__subject{letter-spacing:.8px;text-transform:uppercase;color:#7981b2;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__card__body__message{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:900;line-height:20px;display:flex}.d_content__card__body__createdAt{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex}.d_content__card__checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#389e0d;border-color:#389e0d}.d_content__card__checkbox .ant-checkbox-checked:after,.d_content__card__checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.d_content__card__checkbox .ant-checkbox:hover .ant-checkbox-inner,.d_content__card__checkbox .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#389e0d}.d_content__card__checkbox .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#389e0d}.d_content__card__button{justify-content:flex-end;display:flex}.d_content__card__button__text{text-align:center;letter-spacing:.4px;color:#4f4fff;text-transform:none;align-items:center;margin-left:0;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__card__button__text i{margin-left:8px}.d_content__selected_item_gradient{background:linear-gradient(#edeffc 0%,#edeffc00 100%);width:100%;height:40px;position:fixed;bottom:76px;transform:matrix(1,0,0,-1,0,0)}.d_content__selected_item{background:#edeffc;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 32px;display:flex;position:fixed;bottom:0;left:0}.d_content__selected_item__cancel{background:0 0;border:none}.d_content__selected_item__cancel span{text-align:center;letter-spacing:.4px;color:#141938;text-transform:none;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__selected_item__delete{background:0 0;border:none}.d_content__selected_item__delete span{text-align:center;letter-spacing:.4px;color:#7981b2;text-transform:none;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__selected_item__text{text-align:center;color:#141938;margin-bottom:0;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.mdl-helpCenter-filter{top:72px;width:calc(100vw - 64px)!important}.mdl-helpCenter-filter .filter__text{letter-spacing:-.2px;color:#141938;align-items:center;margin-top:24px;margin-bottom:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-style:normal;font-weight:900;line-height:32px;display:flex}.mdl-helpCenter-filter .filter__description{letter-spacing:.2px;color:#141938;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.mdl-helpCenter-filter .filter__select .ant-select-selection{color:#7981b2;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.mdl-helpCenter-filter .filter__select .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.mdl-helpCenter-filter .filter__select .ant-select-selection .ant-select-arrow{color:var(--ride-sys-color-surface-extreme);right:19px}.mdl-helpCenter-filter .btn-applyFilter{border-radius:32px;width:100%;height:48px;margin-top:16px}.mdl-helpCenter-filter .btn-applyFilter span{text-align:center;letter-spacing:.4px;color:#fff;text-transform:none;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.mdl-helpCenter-delete{top:40px;width:calc(100vw - 64px)!important}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage{flex-direction:column;align-items:center;margin-top:40px;display:flex}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title{text-align:center;width:232px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title span{color:#141938}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__message{letter-spacing:.1px;color:#141938;text-align:center;width:232px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__image{width:96px}.mdl-helpCenter-delete .ant-modal-footer{border-top:none;padding-bottom:64px}.mdl-helpCenter-delete .ant-modal-footer>div{flex-direction:column-reverse;justify-content:center;display:flex}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn-primary{margin-bottom:16px;margin-left:0}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn{border-radius:32px;height:48px}}.popover-actions{background:#e3e6fa;border-color:#0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.popover-actions:hover{background:#e3e6fa;border-color:#e3e6fa!important}.popover-actions:active{border-color:#4f4fff!important}.radios-popover{flex-direction:column;display:flex}.buttons-popover{flex-direction:column;gap:.5rem;display:flex}.buttons-popover button{box-shadow:none;border:none;justify-content:flex-start;align-items:center;gap:.2rem;display:flex}.ant-modal-close{top:16px;right:16px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.exploration .article{background-color:#f0f2fa;border-radius:10px;padding:20px;box-shadow:0 1px 3px #6b6b6b40}.exploration .article .container{flex-direction:row;justify-content:space-between;display:flex}.exploration .article .container:hover>.article-content>.title{text-decoration:underline}.exploration .article:not(:last-child){margin-bottom:20px}.exploration .article .article-content{border-left:none}.exploration .article .article-content .head{flex-direction:row;align-items:center;display:flex}.exploration .article .article-content .head .icon{border-radius:8px;width:18px;height:18px;margin-right:4px}.exploration .article .article-content .head .icon:before{content:" ";width:18px;height:18px;display:block;position:absolute}.exploration .article .article-content .head .page{color:#494f66;margin:0 16px 0 0;font-size:14px;font-weight:600}.exploration .article .article-content .head .date{color:#797979;font-size:12px}.exploration .article .article-content .title{color:#494f66;font-size:18px;font-weight:700}.exploration .article .article-content .description{color:#676f8f;padding:0;font-size:14px}.exploration .article .article-media{margin-left:16px}.exploration .article .article-media .image{object-fit:cover;width:160px;height:120px}@media screen and (width<=600px){.exploration .article .container{flex-direction:column}.exploration .article .article-media{justify-content:center;width:100%;display:flex}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.panel-tool{z-index:1;background:#fff;padding:5px;position:absolute;top:140px;right:10px;box-shadow:0 0 5px #0003}.panel-tool button{cursor:pointer;background:#fff;border:0;width:20px;height:20px;margin:5px;padding:0}.panel-tool button i{color:#a3abcc}.panel-tool-filter-form{flex-direction:column;display:flex}.panel-tool-filter-form>*{margin-bottom:5px}.panel-tool-filter-form .filter-btns{justify-content:space-between;display:flex}.panel-tool-precipitation{margin-top:41px;position:absolute;right:60px}.modal-fullpage.notificationForm{border:none;padding-bottom:0}.modal-fullpage.notificationForm .ant-modal-close{color:#7981b2;cursor:pointer;border:none;border-radius:0;justify-content:center;width:100%;height:auto;display:flex;position:relative}.modal-fullpage.notificationForm .ant-modal-close .ant-modal-close-x{justify-content:end;align-items:center;column-gap:8px;width:100%;max-width:960px;height:32px;margin:0;font-size:14px;display:flex}.modal-fullpage.notificationForm .ant-modal-close .ant-modal-close-x .title-close{letter-spacing:.4px;color:#7981b2;font-weight:700;line-height:16px}.modal-fullpage.notificationForm .ant-modal-footer{justify-content:center;width:100%;display:flex}.modal-fullpage.notificationForm .ant-modal-footer div{justify-content:flex-end;width:100%;max-width:960px;padding-right:24px;display:flex}.modal-fullpage.notificationForm .ant-modal-footer div .ant-btn{width:168px;height:48px}.modal-fullpage.notificationForm .ant-modal-footer div .ant-btn:first-child{color:var(--ride-sys-color-surface-extreme);border-color:var(--ride-sys-color-surface-extreme)}.autocomplete-simulaciones .input-absolute input{top:-11px}.form-simulations{margin-top:32px}.form-simulations .form-button-success{background:var(--ride-sys-color-surface-extreme);letter-spacing:.4px;color:#fff;width:100%;text-transform:initial;border-radius:24px;justify-content:center;align-items:center;height:40px;margin-top:40px;padding:18px 24px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.form-simulations .form-button-success:disabled{color:#a9afd9;cursor:not-allowed;background:#d7dbf5}.form-simulations .form-button-link{color:#4f4fff;text-transform:capitalize;justify-content:center;align-items:center;width:100%;margin-top:12px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;display:flex}.form-simulations .message{letter-spacing:.8px;text-transform:uppercase;color:#7981b2;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}.form-simulations .search-event .float-label{margin-bottom:0}.ant-drawer-wrapper-body{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;overflow-y:auto}.ant-drawer-wrapper-body::-webkit-scrollbar{width:4px}.ant-drawer-wrapper-body::-webkit-scrollbar-thumb{background:#d7dbf5;border-radius:4px}.ant-drawer-wrapper-body::-webkit-scrollbar-thumb:active{background-color:#d7dbf5}.ant-drawer-wrapper-body::-webkit-scrollbar-thumb:hover{background:#d7dbf5}.ant-drawer-wrapper-body::-webkit-scrollbar-track{background:#fff;border-radius:4px}.ant-drawer-wrapper-body::-webkit-scrollbar-track:hover{background:#fff}.ant-drawer-wrapper-body::-webkit-scrollbar-track:active{background:#fff}.has-error .ant-input,.has-error .ant-input:hover{background-color:#0000;border-color:#0000}.has-error :is(.input-with-label,.text-area-with-label){border-color:#ff1c44}.has-error .ant-input:not([disabled]):hover{border-color:#0000}@media (width<=768px){.panel-tool-precipitation{margin-top:85px;right:10px}}.drawer-mobile-options .ant-drawer-body{padding:0}.drawer-mobile-options .ant-list-item{cursor:pointer;padding:16px 24px}.drawer-mobile-options .ant-list-item:active{background-color:#f5f5f5}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.disabled-scroll{width:100%;position:fixed;overflow:hidden}.portal-web{flex-direction:column;width:100%;min-height:100vh;display:flex}.portal-web .section{justify-content:center;padding:0 88px;display:flex;position:relative}.portal-web .section--padding{padding:0 88px}.portal-web .section__title{letter-spacing:-.2px;text-align:center;margin:0;font-size:36px;font-weight:300;line-height:48px}.portal-web .section__title--red{color:#ff1c44;font-weight:400}.portal-web .section__button-more{text-transform:uppercase;letter-spacing:.6px;cursor:pointer;justify-content:center;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-weight:400;line-height:16px;display:flex}.portal-web .section__button-more:hover{color:#6f7dff;text-decoration:underline}.portal-web .section__button-more>svg{margin-left:8px;transition:transform .3s linear}.portal-web .breadcrumb{text-align:left;letter-spacing:.8px;text-transform:uppercase;color:#a3abcc;font-size:10px;font-weight:400;line-height:16px}.portal-web .breadcrumb>i{margin:0 4px}.portal-web .breadcrumb>a{color:#a3abcc}@media (width<=900px){.portal-web .section,.portal-web .section--padding{padding:0 88px}.portal-web .section__title{letter-spacing:-.6px;text-align:left;font-size:28px;line-height:36px}}@media (width<=600px){.portal-web .section,.portal-web .section--padding{padding:0 24px}.portal-web .section__title{text-align:left}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.navigation-portal{width:100%;height:64px;color:var(--ride-sys-color-surface-extreme);-webkit-touch-callout:none;user-select:none;-khtml-user-select:none;z-index:20;background-color:#0000;padding:12px 88px;font-family:BR Sonoma,serif,sans-serif,monospace;position:fixed;top:0}.navigation-portal .container{flex-direction:row;justify-content:space-between;max-width:1120px;height:100%;margin:0 auto;padding:0;display:flex}@media (width<=900px){.navigation-portal--red{display:none}}.navigation-portal__box{flex-direction:row;align-items:center;height:100%;display:flex}.navigation-portal__box .buttons{backdrop-filter:none;background:0 0;gap:20px}.navigation-portal__box .buttons__search{cursor:pointer;background-color:#0000;border:none;padding:0}.navigation-portal__links{margin-left:auto;margin-right:16px}.navigation-portal__links ul{padding-left:0}.navigation-portal .logo{align-items:center;gap:16px;height:36px;margin:0;display:inline-flex}.navigation-portal .logo__img>img{height:100%}.navigation-portal .logo__divider{background-color:#d7dbf5;border:none;width:2px;height:100%;margin:0}.navigation-portal .logo__text{font-size:12px;font-weight:700;line-height:12px}.navigation-portal .nav{flex-flow:wrap;height:100%;margin:0;list-style-type:none;display:flex}.navigation-portal .nav__item{color:var(--ride-sys-color-surface-extreme)}.navigation-portal .nav__item .icon{margin-left:11px}.navigation-portal .nav__item>a{color:inherit;letter-spacing:.2px;align-items:center;height:100%;padding:0 15px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:600;line-height:24px;display:flex}.navigation-portal .nav__second{background-color:#fff;border-radius:4px;flex-flow:column wrap;width:140px;padding:0;list-style-type:none;display:none;position:absolute;transform:translateY(-12px);box-shadow:0 0 4px #4d67cd1a,0 2px 12px #3f4c821a}.navigation-portal .nav__second--active{display:flex}.navigation-portal .nav__second__item{color:var(--ride-sys-color-surface-extreme);cursor:pointer;display:flex}.navigation-portal .nav__second__item>a{color:inherit;letter-spacing:.2px;padding:10px 16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-weight:400;line-height:20px}.navigation-portal .nav-mobile{background-color:#fff;flex-direction:column;width:100%;height:calc(100vh - 56px);padding:24px 90px;list-style-type:none;display:none;position:fixed;top:56px;left:0;overflow-y:auto}.navigation-portal .nav-mobile__item{color:#494f66;border-bottom:1px solid #e4e8f7;display:flex}.navigation-portal .nav-mobile--fix-shadow{z-index:3;width:100%;height:2px;position:fixed;top:54px;left:0;box-shadow:1px 1px 2px #0000001a}.navigation-portal .nav-mobile__item>a{letter-spacing:0;justify-content:space-between;align-items:center;width:100%;height:100%;padding:24px 0;font-size:16px;font-weight:400;line-height:28px;display:flex}.navigation-portal .nav-mobile__item-full{z-index:3;background-color:#fff;flex-direction:column;width:100%;height:100%;padding:24px 90px;position:fixed;top:57px;left:0;overflow-y:auto}.navigation-portal .nav-mobile__item-full>a{letter-spacing:.6px;text-transform:uppercase;justify-content:flex-start;height:auto;font-size:12px;font-weight:400;line-height:16px}.navigation-portal .nav-mobile__item-full>a>i{order:-1;margin-right:21px;font-size:16px;transform:rotate(180deg)}.navigation-portal .nav-mobile--actived{display:flex}.navigation-portal .nav-mobile__second{flex-direction:column;margin-top:8px;padding:0;list-style-type:none;display:none}.navigation-portal .nav-mobile__second__item{color:#494f66;border-bottom:1px solid #e4e8f7;display:flex}.navigation-portal .nav-mobile__second__item>a{letter-spacing:0;width:100%;height:100%;padding:24px 0;font-size:16px;font-weight:400;line-height:28px}.navigation-portal .nav-mobile__second--actived{display:flex}.navigation-portal .buttons{flex-direction:row;align-items:center;display:flex}.navigation-portal .buttons .search{letter-spacing:0;cursor:pointer;border:1px solid #c5cbe0;border-radius:8px;flex-direction:row;margin:0 16px;padding:8px 16px;font-size:14px;font-weight:400;line-height:24px;display:flex}.navigation-portal .buttons .search__text{margin-right:20px}.navigation-portal .buttons .close{letter-spacing:.8px;cursor:pointer;flex-direction:row;padding:12px 16px;font-size:12px;font-weight:700;line-height:16px;display:flex}.navigation-portal .buttons .close__icon{margin-left:10px}.navigation-portal .buttons-mobile{align-items:center;gap:30px;display:none}.navigation-portal .buttons-mobile__item{font-size:20px;display:flex}.navigation-portal .buttons-mobile__item>svg{fill:#494f66}.navigation-portal .buttons-mobile__menu{cursor:pointer;align-self:stretch;align-items:center;display:flex}.navigation-portal .buttons-mobile__nav-icon{border-radius:2px;position:relative}.navigation-portal .buttons-mobile__nav-icon,.navigation-portal .buttons-mobile__nav-icon:before,.navigation-portal .buttons-mobile__nav-icon:after{background-color:#494f66;width:20px;height:2px;display:inline-block}.navigation-portal .buttons-mobile__nav-icon:before,.navigation-portal .buttons-mobile__nav-icon:after{content:"";transition:all .2s;position:absolute;left:0}.navigation-portal .buttons-mobile__nav-icon:before{top:-8px}.navigation-portal .buttons-mobile__nav-icon:after{top:8px}.navigation-portal .buttons-mobile__nav-icon--opened{background-color:#0000}.navigation-portal .buttons-mobile__nav-icon--opened:before{top:0;transform:rotate(135deg)}.navigation-portal .buttons-mobile__nav-icon--opened:after{top:0;transform:rotate(-135deg)}.navigation-portal .user-options{background-color:#fff;border-radius:4px;flex-direction:column;width:140px;display:flex;position:absolute;top:calc(100% - 5px);right:0;overflow:hidden;box-shadow:0 0 4px #4d67cd1a,0 2px 12px #3f4c821a}.navigation-portal .user-options__item{color:#000;letter-spacing:.2px;text-align:left;cursor:pointer;padding:10px 16px;font-size:12px;font-weight:400;line-height:20px}.navigation-portal .user-options__item:hover{background-color:#f7f8fc}.navigation-portal--secondary,.navigation-portal--secondary .logo__tag{color:#fff}@media (width<=1200px){.navigation-portal{height:56px}.navigation-portal .nav,.navigation-portal .buttons{display:none}.navigation-portal .buttons-searcher,.navigation-portal .buttons-mobile{display:flex}}@media (width<=900px){.navigation-portal .logo__img>img{height:32px}.navigation-portal .logo__divider,.navigation-portal .logo__text{display:none}}@media (width<=600px){.navigation-portal{padding-left:24px;padding-right:24px}.navigation-portal .nav-mobile,.navigation-portal .nav-mobile__item-full{padding:14px 32px}}.bg-blur{backdrop-filter:blur(8px);background:linear-gradient(#fff,#fffc)}.searcher-navigation{z-index:2;background-color:#fff;justify-content:center;width:100%;transition:top .2s,left .2s;display:flex;position:fixed;top:-100%;left:0}.searcher-navigation--show{top:64px}.searcher-navigation .searcher-content{flex-direction:column;align-items:center;width:100%;max-width:800px;padding:64px 0 96px;display:flex}.searcher-navigation .search-button{flex-direction:row;align-items:center;width:100%;padding-bottom:24px;display:flex}.searcher-navigation .search-button-box{border-bottom:1px solid #e4e8f7;width:100%;max-width:740px}.searcher-navigation .search-button__back{color:#a3abcc;align-self:stretch;align-items:center;padding:4px 7px;font-size:17px;display:none}.searcher-navigation .search-button__back>i{color:inherit}.searcher-navigation .search-button__input{color:#676f8f;letter-spacing:-.6px;border:none;outline:none;flex:1;font-size:40px;font-weight:300;line-height:48px}.searcher-navigation .search-button__input::placeholder{color:#c5cbe0;opacity:1}.searcher-navigation .search-button__input:-ms-placeholder-shown{color:#c5cbe0;opacity:1}.searcher-navigation .search-button__input::-moz-placeholder{color:#c5cbe0;opacity:1}.searcher-navigation .search-button__clear{cursor:pointer;border-right:1px solid #e4e8f7;padding:1px 27px 1px 8px}.searcher-navigation .search-button__icon{cursor:pointer;background-color:#0000;border:none}.searcher-navigation .search-button__icon img{aspect-ratio:1;width:32px}.searcher-navigation .search-results{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;background-color:#fff;width:100%;max-height:260px;margin-top:24px;padding:0 8px 32px 0;display:block;overflow-y:auto}.searcher-navigation .search-results-box{width:100%;position:relative}.searcher-navigation .search-results__title{color:#a3abcc;letter-spacing:.6px;text-align:left;padding:30px 0 0 30px;font-size:12px;font-weight:700;line-height:16px}.searcher-navigation .search-results:after{content:"";background:linear-gradient(#fff0 0%,#fff 100%);width:100%;height:32px;position:absolute;bottom:0;left:0}.searcher-navigation .search-results::-webkit-scrollbar{width:6px}.searcher-navigation .search-results::-webkit-scrollbar-track{border-radius:10px}.searcher-navigation .search-results::-webkit-scrollbar-thumb{background:#f0f2fa;border-radius:10px}.searcher-navigation .search-results::-webkit-scrollbar-thumb:hover{background:#e4e8f7}.searcher-navigation .search-result{flex-direction:row;align-items:flex-start;width:100%;margin:0 0 8px;padding:8px 0 8px 30px;display:flex}.searcher-navigation .search-result:hover{background-color:#f7f8fc}.searcher-navigation .search-result__icon{color:#c5cbe0;margin-right:18px;padding:3px 0}.searcher-navigation .search-result__icon>i{color:inherit}.searcher-navigation .search-result__text{color:#676f8f;letter-spacing:0;text-align:left;font-size:16px;font-weight:300;line-height:28px}.searcher-navigation .search-result__text--selected{background-color:#e4e8f7;border-radius:4px;padding:3px 0;font-weight:400}.searcher-navigation .search-cards{width:100%;max-width:740px}.searcher-navigation .search-cards__title{text-transform:uppercase;color:#676f8f;letter-spacing:.6px;text-align:left;width:100%;padding:40px 0 24px;font-size:12px;font-weight:400;line-height:16px}.searcher-navigation .search-cards__list{flex-flow:wrap;display:flex}.searcher-navigation .search-cards__card{background-color:#f0f2fa;border-radius:12px;flex-direction:column;width:160px;padding:24px;transition:transform .3s;display:flex}.searcher-navigation .search-cards__card:not(:last-child){margin-right:32px}.searcher-navigation .search-cards__card:hover{transform:translateY(-8px)}.searcher-navigation .search-cards__card__img{width:40px;margin-bottom:16px}.searcher-navigation .search-cards__card__txt{color:#494f66;letter-spacing:.2px;font-size:16px;font-weight:400;line-height:24px}.searcher-navigation .search-cards__card__icon{color:#a3abcc;padding:4px 7px;font-size:12px;display:none}@media (width<=1120px){.searcher-navigation--show{z-index:5;top:56px}}@media (width<=900px){.searcher-navigation{top:0;left:100%}.searcher-navigation--show{z-index:5;height:100vh;left:0}.searcher-navigation .searcher-content{max-width:100%;padding:0 0 32px}.searcher-navigation .search-button{max-width:520px;padding:24px 0}.searcher-navigation .search-button-box{justify-content:center;max-width:100%;display:flex}.searcher-navigation .search-button__back{display:flex}.searcher-navigation .search-button__input{letter-spacing:-.2px;min-width:100px;margin:0 24px;font-size:24px;line-height:32px}.searcher-navigation .search-button__clear{padding:0 8px}.searcher-navigation .search-button__clear>svg{width:17px;height:17px}.searcher-navigation .search-button__icon{margin-left:0}.searcher-navigation .search-button__icon>svg{width:17px;height:17px}.searcher-navigation .search-results{max-height:calc(100vh - 180px)}.searcher-navigation .search-results-box{width:100%;max-width:490px}.searcher-navigation .search-results__title{padding:32px 0 0 32px}.searcher-navigation .search-cards{width:100%;max-width:463px}.searcher-navigation .search-cards__title{color:#a3abcc;padding:32px 0 24px;font-weight:700}.searcher-navigation .search-cards__list{flex-direction:column}.searcher-navigation .search-cards__card{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;padding:16px 24px}.searcher-navigation .search-cards__card:hover{transform:none}.searcher-navigation .search-cards__card__img{margin-bottom:0;margin-right:16px}.searcher-navigation .search-cards__card__txt{margin-right:auto}.searcher-navigation .search-cards__card__icon{display:flex}}@media (width<=600px){.searcher-navigation .search-button{max-width:100%;padding:24px 32px}.searcher-navigation .search-button__input{margin:0 16px}.searcher-navigation .search-cards{max-width:100%;padding:0 32px}.searcher-navigation .search-cards__card__txt{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.searcher-overlay{z-index:1;background:#494f6666;width:100%;height:100%;position:fixed;top:0;left:0}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.not-found-section{flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:BR Sonoma,sans-serif;display:flex}@media (width<=768px){.not-found-section{padding:0 24px}}.not-found-section svg{margin-bottom:16px}.not-found-section>div{flex-direction:column;justify-content:center;align-items:center;max-width:348px;display:flex}.not-found-section h1{margin-bottom:8px;font-size:40px;font-style:normal;font-weight:700;line-height:48px}.not-found-section p{letter-spacing:.2px;text-align:center;margin-bottom:16px;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.not-found-section button{letter-spacing:.4px;justify-content:center;align-items:center;gap:ride-gl-spacing-large;height:48px;padding:12px 32px;font-size:16px;font-style:normal;font-weight:700;line-height:16px;display:flex}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.footer-web{color:#fff;background-color:var(--ride-sys-color-surface-extreme);flex-direction:column;width:100%;padding:0 24px;display:flex}.footer-web ul{flex-direction:column;gap:16px;margin-bottom:0;padding-left:0;list-style:none;display:flex}.footer-web ul li a{color:#fff}@media (width<=600px){.footer-web ul{gap:12px}}.footer-web-top{justify-content:space-between;width:100%;max-width:1120px;margin:0 auto;padding:80px 0;display:flex}.footer-web-top__logo img{width:113px}.footer-web-top__callMe{display:none}.footer-web-top__callMe a{text-align:center;color:#fff;background-color:#0000;border:2px solid #fff;border-radius:1.5em;justify-content:center;align-items:center;gap:8px;width:100%;padding:.75em 2em;font-size:16px;font-weight:700;line-height:20px;display:inline-flex}.footer-web-top__list span{color:#8e94b8;margin-bottom:24px;font-size:20px;font-weight:700;line-height:32px;display:inline-block}.footer-web-top__list li{letter-spacing:.2px;font-size:16px;font-weight:400;line-height:28px}.footer-web-top__help{gap:32px;display:flex}.footer-web-top__help img{width:96px;height:96px}.footer-web-top__help-text{flex-direction:column;max-width:183px;display:flex}.footer-web-top__help-text span:first-child{margin-bottom:16px;font-size:24px;font-weight:700;line-height:36px;display:inline-block}.footer-web-top__help-text span:nth-child(2){color:#8e94b8;font-size:16px;font-weight:600;line-height:28px}.footer-web-top__help-text span:nth-child(3){font-size:14px;font-weight:400;line-height:24px}.footer-web-down{border-top:1px solid #2b304e;flex-direction:row;align-items:center;width:100%;max-width:1120px;margin:0 auto;padding:48px 0;display:flex}.footer-web-down-copy{letter-spacing:.2px;text-align:left;font-size:14px;font-weight:500;line-height:24px}.footer-web-down-social{margin-left:auto;font-size:19px}.footer-web-down-social__title{letter-spacing:.2px;width:100%;padding:16px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:none}.footer-web-down-social .icon{color:inherit}.footer-web-down-social .icon:not(:last-child){margin-right:20px}@media (width<=900px){.footer-web-top__help{display:none}.footer-web-down{flex-wrap:wrap}.footer-web-down-social{order:1;width:100%;padding:0 88px}.footer-web-down-social__title{display:block}}@media (width<=600px){.footer-web-top{flex-direction:column;gap:40px;padding:48px 0}.footer-web-top__logo img{width:97px}.footer-web-top__callMe{display:block}.footer-web-top__list span{margin-bottom:16px;font-size:16px;line-height:24px}.footer-web-top__list li{font-size:16px;line-height:28px}.footer-web-down-copy{font-size:12px;line-height:20px}.footer-web-down-social{padding:0 32px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.range-picker-with-label{border-radius:8px}.range-picker-with-label .ant-calendar-picker-input.ant-input{box-sizing:border-box;background:#fff;border:1px solid #a9afd9;border-radius:8px;flex-direction:row;align-items:center;height:56px;display:flex;position:relative}.range-picker-with-label .ant-calendar-picker-input.ant-input .input-label{z-index:1;color:#7981b2;width:100%;padding:8px 11px 0 16px;font-size:12px;font-weight:400;line-height:16px;position:relative}.range-picker-with-label .ant-calendar-picker-input.ant-input .input-label-optional{width:auto;padding:0;font-size:10px;font-weight:700;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.range-picker-with-label .ant-time-picker-input{box-sizing:border-box;background:#fff;border:1px solid #a9afd9;border-radius:8px;flex-direction:row;align-items:center;height:56px;font-size:16px;display:flex;position:relative}.range-picker-with-label .ant-time-picker-input .input-label{z-index:1;color:#7981b2;width:100%;padding:8px 11px 0 16px;font-size:12px;font-weight:400;line-height:16px;position:relative}.range-picker-with-label .ant-time-picker-input .input-label-optional{width:auto;padding:0;font-size:10px;font-weight:700;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.range-picker-with-label .ant-calendar-range-picker-separator{height:auto}.range-picker-with-label i,.range-picker-with-label i:hover{color:var(--ride-sys-color-surface-extreme)}.range-picker-with-label .ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){box-shadow:none}.select-with-label{box-sizing:border-box;background:#fff;border:1px solid #a9afd9;border-radius:8px;flex-direction:column;justify-content:flex-end;min-width:230px;height:56px;display:flex;position:relative}.select-with-label .input-label{z-index:1;color:#7981b2;width:100%;padding:8px 11px 0 16px;font-size:12px;font-weight:400;line-height:16px;position:relative}.select-with-label .input-label-optional{z-index:1;width:auto;margin-top:2px;padding:0;font-size:10px;font-weight:700;position:absolute;top:50%;right:44px;transform:translateY(-50%)}.input-counter button,.input-counter button:active{color:#4f4fff}.text-area-container{position:relative}.text-area-container .text-area-custom{resize:none;border:1px solid #a9afd9;border-radius:8px;padding:16px;font-size:16px}.text-area-container .sub-text{color:#7981b2;position:absolute;bottom:8px;right:8px}.text-area-with-label{box-sizing:border-box;background:#fff;border:1px solid #a9afd9;border-radius:8px;flex-direction:column;flex:1;justify-content:center;height:auto;display:flex;position:relative}.text-area-with-label .input-label{z-index:1;color:#7981b2;width:100%;padding:8px 11px 0 16px;font-size:12px;font-weight:400;line-height:16px;position:relative}.text-area-with-label .input-label-optional{width:auto;padding:0;font-size:10px;font-weight:700;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.text-area-with-label textarea:hover,.text-area-with-label .ant-input:focus{box-shadow:none;border-color:#0000}.text-area-with-label textarea{background:0 0;border-color:#0000;border-radius:8px;width:100%;height:28px;margin-top:-4px;padding-left:16px;font-size:16px}.text-area-with-label textarea .ant-input:focus{box-shadow:none;border-color:#0000}.text-area-with-label .text-area-custom{resize:none;border-radius:8px;padding:16px;font-size:16px}.text-area-with-label .text-area-custom-with-label{padding-top:4px}.text-area-with-label .sub-text{color:#7981b2;position:absolute;bottom:8px;right:8px}.text-area-with-label .input-label{color:#7981b2;width:100%;margin-top:4px;padding:8px 11px 0 16px;font-size:12px;font-weight:400;line-height:16px}.ant-calendar-selected-day .ant-calendar-date{background:var(--ride-sys-color-surface-extreme);color:#fff;border-radius:4px}.ant-calendar-date:hover,.ant-calendar-month-panel-month:hover{background-color:#eef0fc}.ant-calendar-date:active{background-color:var(--ride-sys-color-surface-extreme)}.ant-time-picker-panel-select li:hover{background:var(--ride-sys-color-surface-extreme);color:#fff;border-radius:4px}.ant-calendar-picker-clear,.ant-calendar-picker-clear:hover{color:var(--ride-sys-color-surface-extreme)}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.input-file-container .container-previsualization{background-color:#fff;border:3px solid #d7dbf5;border-radius:16px;flex-direction:column;justify-content:flex-start;width:100%;display:flex}.input-file-container .container-previsualization .title{color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:700;line-height:24px}.input-file-container .container-previsualization .delete-button{cursor:pointer;background-color:#d7dbf5;border-radius:50%;justify-content:center;align-items:center;margin-top:8px;margin-bottom:8px;margin-left:auto;display:flex}.input-file-container .container-previsualization .item-label{color:#7981b2;text-align:left;width:120px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-weight:400;line-height:24px}.input-file-container .ant-upload.ant-upload-drag{background-color:#fff;border:2px dashed #d7dbf5;border-radius:16px;width:100%;padding:16px 32px}.input-file-container .ant-upload.ant-upload-drag .ant-upload.ant-upload-select{display:unset}.input-file-container .ant-upload.ant-upload-drag .title-upload-input{font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.input-file-container .ant-upload.ant-upload-drag .title-upload-input span{color:#4f4fff}.input-file-container .ant-upload.ant-upload-drag .subtitle-upload-input-multiple-files{color:#141938;margin-top:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-weight:400;line-height:16px}.input-file-container .ant-upload.ant-upload-drag .subtitle-upload-input{color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-weight:400;line-height:16px}.input-file-container .ant-upload.ant-upload-drag input{background:0 0;border:none;width:100%;height:100%;position:absolute;top:0;bottom:0}.input-file-container .ant-upload.ant-upload-drag input[type=file]{opacity:0;z-index:-1;position:absolute}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.drawer_options .ant-drawer-body{width:100%;height:100%;padding:0 0 20px!important}.drawer_options .title-options{color:#141938;font-family:BR Sonoma,serif,sans-serif,monospace;font-weight:700}.drawer_options .title-container{padding:32px 32px 24px}.drawer_options .ant-drawer-content-wrapper{height:auto!important}.drawer_options .ant-spin-container{flex-direction:column;display:flex}.drawer_options .ant-list-item{color:#141938;flex:1;padding:20px 32px;font-family:BR Sonoma,serif,sans-serif,monospace}.drawer_options .ant-list-item :focus{background:#edeffc}.drawer_options .ant-list-split .ant-list-item{border-bottom:inherit}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.button-portal{display:inline-block}.button-portal .button{z-index:1;color:#fff;letter-spacing:.8px;cursor:pointer;background-color:var(--ride-sys-color-surface-extreme);border:2px solid #13172c;border-radius:40px;outline:none;align-items:center;padding:18px 40px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-weight:700;line-height:20px;transition:all .2s;display:flex;position:relative;overflow:hidden}.button-portal .button:before{content:"";z-index:-1;background-color:#fff;border-radius:50%;width:0;height:0;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (hover:hover){.button-portal .button:hover:before{width:14em;height:14em}.button-portal .button:hover{color:var(--ride-sys-color-surface-extreme)}}.button-portal .button .prefix{margin-right:9px;display:inline-grid}.button-portal .button .suffix{margin-left:9px;display:inline-grid}.button-portal .secondary{color:var(--ride-sys-color-surface-extreme)}.button-portal .secondary:before{width:14em;height:14em}@media (hover:hover){.button-portal .secondary:hover:before{width:0;height:0}.button-portal .secondary:hover{color:#fff}}.button-portal .medium{letter-spacing:.4px;padding:12px 24px;font-size:14px;font-weight:700;line-height:16px}@media (width<=900px){.button-portal .button{border-radius:24px;padding:14px 32px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.inform-card{background-color:#fff;border-radius:12px;flex-direction:row;width:100%;min-width:248px;max-width:416px;height:228px;margin:0 16px;font-family:BR Sonoma,serif,sans-serif,monospace;display:flex;overflow:hidden;box-shadow:0 0 3px #0003}.inform-card__text-container{flex-direction:column;align-items:flex-start;width:100%;max-width:256px;padding:32px;display:flex}.inform-card__img-container{width:100%;max-width:160px;overflow:hidden}.inform-card__info{text-transform:uppercase;letter-spacing:.8px;color:#fff;text-overflow:ellipsis;-webkit-line-clamp:1;background-color:#43b748;border-radius:20px;-webkit-box-orient:vertical;padding:2px 8px;font-size:10px;font-weight:700;line-height:16px;display:-webkit-box;overflow:hidden}.inform-card__title{letter-spacing:.2px;color:#494f66;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:16px 0;font-size:16px;font-weight:400;line-height:23px;display:-webkit-box;overflow:hidden}.inform-card__button{margin-top:auto;display:flex}.inform-card__img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.inform-card{max-width:272px;margin:0 24px}.inform-card__text-container{max-width:100%}.inform-card__img-container{display:none}}@media (width<=600px){.inform-card{margin:0 8px}.inform-card__text-container{padding:32px 24px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.inform-card-home{background-color:#fff;border-radius:24px;flex-direction:row-reverse;justify-content:flex-end;gap:32px;width:543px;height:224px;padding:16px 32px 16px 16px;display:flex;overflow:hidden;box-shadow:0 8px 28px #0d198529}.inform-card-home__text-container{flex-direction:column;flex-grow:1;align-items:flex-start;padding:16px 0;display:flex}.inform-card-home__img-container{background-color:#edf0ff;border-radius:16px;place-content:center;min-width:176px;height:100%;display:grid}.inform-card-home__info{letter-spacing:.4px;height:20px;color:var(--ride-sys-color-surface-extreme);background-color:#ccd1ee;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700;line-height:16px;display:inline-block}.inform-card-home__info:first-letter{text-transform:uppercase}.inform-card-home__title{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:16px 0;font-size:28px;font-weight:700;line-height:36px;display:-webkit-box;overflow:hidden}.inform-card-home__link{margin-top:auto}.inform-card-home__img{width:75px;height:90px}@media (width<=900px){.inform-card-home{flex-direction:column-reverse;flex-basis:248px;min-width:248px;height:408px;padding:8px}.inform-card-home__text-container{text-align:center;align-items:center;max-width:100%;padding:0}.inform-card-home__img-container{aspect-ratio:auto;width:100%;height:160px}.inform-card-home__title{-webkit-line-clamp:3;font-size:20px;line-height:32px}.inform-card-home__link{margin-bottom:32px}.inform-card-home__img{width:56px;height:67px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.article-card{white-space:normal;width:auto;height:560px;color:var(--ride-sys-color-surface-extreme);background:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:16px 16px 48px;display:inline-flex;box-shadow:0 8px 28px #0d198529}.article-card__img-container{border-radius:20px;width:100%;height:220px;position:relative;overflow:hidden}.article-card__text-container{text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;width:100%;padding:0 16px;display:flex}.article-card__tag{text-transform:uppercase;letter-spacing:.8px;text-align:center;background-color:#f0f2fa;border-radius:20px;padding:2px 8px;font-size:10px;font-style:normal;font-weight:700;line-height:16px;position:absolute;top:24px;right:38px}.article-card__image{object-fit:cover;width:100%;height:100%}.article-card__title{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:24px;font-weight:700;line-height:36px;display:-webkit-box;overflow:hidden}.article-card__description{letter-spacing:.2px;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%;margin:0;font-size:18px;font-weight:500;line-height:32px;display:-webkit-box;overflow:hidden}.article-card__link{margin-top:auto}@media (width<=900px){.article-card{gap:32px;height:424px;padding:8px 8px 40px}.article-card__img-container{height:160px}.article-card:last-child{display:flex}.article-card__title{letter-spacing:normal;font-size:20px;line-height:32px}.article-card__description{font-size:14px;line-height:20px}.article-card__tag{top:16px;right:16px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.ant-carousel{border-bottom:1px solid #1433cc1a}.ant-carousel .slick-slider-arrow{z-index:1;letter-spacing:.2px;text-align:center;width:40px;height:40px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:600;line-height:24px;position:absolute;bottom:64px}.ant-carousel .slick-slider-arrow--prev{right:50%;translate:-69px}.ant-carousel .slick-slider-arrow--prev:after{content:attr(data-value);position:absolute;top:50%;right:-32px;transform:translateY(-50%)}.ant-carousel .slick-slider-arrow--next{left:50%;translate:69px}.ant-carousel .slick-slider-arrow--next:before{content:attr(data-value);position:absolute;top:50%;left:-32px;transform:translateY(-50%)}.ant-carousel .slick-slider-arrow svg{cursor:pointer}.ant-carousel .slick-slider-arrow svg circle{transition:stroke .5s}.ant-carousel .slick-slider-arrow svg path{transition:fill .5s}@media screen and (width>=600px){.ant-carousel .slick-slider-arrow--prev{left:88px;right:auto;translate:none}.ant-carousel .slick-slider-arrow--next{left:266px;translate:none}}@media screen and (width>=1296px){.ant-carousel .slick-slider-arrow--prev{left:calc(50% - 560px)}.ant-carousel .slick-slider-arrow--next{left:calc(50% - 382px)}}.carousel-progress-bar{width:50px;position:absolute;bottom:82px;left:50%;transform:translate(-50%);font-size:0!important}.carousel-progress-bar.ant-progress-show-info .ant-progress-outer{margin:0;padding:0}.carousel-progress-bar.ant-progress-show-info .ant-progress-outer .ant-progress-inner{background-color:#a9afd1}.carousel-progress-bar.ant-progress-show-info .ant-progress-outer .ant-progress-inner .ant-progress-bg{background-color:#03050f!important}.carousel-progress-bar .ant-progress-text{display:none}@media screen and (width>=600px){.carousel-progress-bar{bottom:82px;left:172px;transform:none}}@media screen and (width>=1296px){.carousel-progress-bar{left:calc(50% - 476px)}}.carousel-pause{cursor:pointer;width:40px;height:40px;display:none;position:absolute;bottom:64px}@media screen and (width>=600px){.carousel-pause{display:block;left:330px}}@media screen and (width>=1296px){.carousel-pause{left:calc(50% - 318px)}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.offer-card{filter:drop-shadow(0 0 10px #a3abcc1f);background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:256px;padding:24px 32px;display:flex}.offer-card--border{filter:none;border:1px solid #d7dbf5}.offer-card__img{width:56px}.offer-card__title{color:#494f66;letter-spacing:.2px;padding:8px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.offer-card__description{color:#676f8f;letter-spacing:.2px;font-family:Roboto,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:300;line-height:20px}.offer-card__ellipsis{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=900px){.offer-card{max-width:272px}}@media (width<=600px){.offer-card{flex-direction:row;max-width:100%;padding:24px}.offer-card__up{margin-right:16px}.offer-card__title{padding:0 0 8px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.offer-list{letter-spacing:.2px;text-align:left;color:#676f8f;gap:16px;font-family:Roboto,serif,sans-serif,monospace;font-size:12px;font-weight:300;line-height:20px;display:flex}.offer-list__img{width:48px;height:48px}.offer-list__title{letter-spacing:.2px;color:#494f66;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.offer-list ul,.offer-list ol{padding-left:20px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.carousel-portal{width:100%}.carousel-portal__list{width:100%;padding:0 7px;position:relative;overflow-x:hidden}.carousel-portal__list::-webkit-scrollbar{display:none}.carousel-portal__items{white-space:nowrap;width:auto;padding:32px 0;display:inline-flex}.carousel-portal__item{border-radius:12px;flex-direction:column;padding:24px 32px;display:flex;box-shadow:0 0 10px #a3abcc1f}.carousel-portal__item__img>img{width:56px}.carousel-portal__item__title{letter-spacing:.2px;white-space:pre-wrap;padding:8px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.carousel-portal__item__description{letter-spacing:.2px;text-align:left;white-space:pre-wrap;font-family:Roboto,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:300;line-height:20px}.carousel-portal__pag{flex-direction:row;justify-content:center;align-items:center;display:flex}.carousel-portal__pag__button{cursor:pointer;padding:4px 16px;font-size:12px}.carousel-portal__pag__number{letter-spacing:.4px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.carousel-portal__pag__sep{letter-spacing:.4px;text-align:right;color:#a3abcc;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:16px}@media (width<=900px){.carousel-portal__pag{justify-content:flex-start}}@media (width<=600px){.carousel-portal__item__img>img{width:48px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.portal-filters-select{color:#a3abcc;letter-spacing:0;text-align:left;cursor:pointer;flex-direction:row;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:inline-flex}.portal-filters-select__down-tablet{color:#ff1c44;font-size:10px;display:none!important}.portal-filters-select__selected-box{position:relative}.portal-filters-select__selected{color:#494f66;letter-spacing:0;text-align:left;cursor:pointer;border-bottom:1px solid #e4e8f7;justify-content:space-between;align-items:center;width:92px;margin-left:8px;padding-bottom:4px;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:inline-flex}.portal-filters-select__selected>i{color:#ff1c44;font-size:10px}.portal-filters-select__dropdown{z-index:1;background-color:#fff;border-radius:4px;width:136px;position:absolute;top:calc(100% + 7px);left:-18px;box-shadow:0 0 4px #4d67cd1a,0 2px 12px #3f4c821a}.portal-filters-select__item{color:#a3abcc;letter-spacing:.2px;text-align:left;cursor:pointer;padding:10px 16px;font-family:Roboto,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.portal-filters-select__item:hover{background-color:#f7f8fc}.portal-filters-select__item--selected{color:#ff1c44}@media (width<=900px){.portal-filters-select{color:#494f66;border-bottom:1px solid #e4e8f7;align-items:center;padding-bottom:4px;position:relative}.portal-filters-select__down-tablet{margin-left:8px;display:inline-block!important}.portal-filters-select__selected-box{position:unset}.portal-filters-select__selected{display:none}.portal-filters-select__dropdown{left:auto;right:0}}@media (width<=600px){.portal-filters-select{color:#939dff;letter-spacing:.6px;border-bottom:none;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;line-height:16px}.portal-filters-select>span{text-transform:uppercase}.portal-filters-select__down-tablet{color:#939dff}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.portal-filters-list{font-family:BR Sonoma,serif,sans-serif,monospace;display:grid}.portal-filters-list-box{width:100%;display:inline-flex;overflow-x:auto}.portal-filters-list-box::-webkit-scrollbar{display:none}.portal-filters-list-box-2{display:inline-flex}.portal-filters-list__item{color:var(--ride-sys-color-surface-extreme);letter-spacing:.4px;cursor:pointer;border:2px solid #13172c;border-radius:24px;padding:12px 24px;font-size:14px;font-weight:700;line-height:16px}.portal-filters-list__item:not(:last-child){margin-right:16px}.portal-filters-list__item--selected{color:#fff;background-color:var(--ride-sys-color-surface-extreme)}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.article-feedback{z-index:6;justify-content:center;align-items:center;width:100%;max-width:480px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.article-feedback .content{background-color:#fff;border-radius:12px;padding:64px 64px 16px;position:relative}.article-feedback .close-box{display:inline-flex;position:absolute;top:16px;right:16px}.article-feedback .close-icon{cursor:pointer;display:inline-block}.article-feedback .close-icon>svg{fill:none;stroke:#a3abcc;transition:stroke .3s}.article-feedback .close-icon:hover>svg{stroke:var(--ride-sys-color-surface-extreme)}.article-feedback .title{color:#494f66;letter-spacing:-.2px;text-align:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-style:normal;font-weight:300;line-height:36px}.article-feedback .feedback{flex-direction:column;align-items:center;margin:32px 0;display:flex}.article-feedback .feedback__stars{justify-content:center;display:flex}.article-feedback .feedback__star{cursor:pointer;padding:0 12px}.article-feedback .feedback__star>svg{fill:#e4e8f7}.article-feedback .feedback__star--selected>svg{fill:#ffa733!important}.article-feedback .feedback__categories{justify-content:space-between;width:100%;max-width:300px;margin-top:16px;display:flex}.article-feedback .feedback__category{color:#a3abcc;letter-spacing:.8px;text-align:center;text-transform:uppercase;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:400;line-height:16px}.article-feedback .form{flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.article-feedback .form__question{color:#676f8f;letter-spacing:.2px;text-align:left;width:100%;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:inline-block}.article-feedback .form__textarea{color:#676f8f;letter-spacing:0;text-align:left;border:1px solid #c5cbe0;border-radius:4px;outline:none;width:100%;min-height:92px;margin:12px 0 24px;padding:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.article-feedback .form__textarea::-webkit-input-placeholder{color:#a3abcc}.article-feedback .form__textarea:-moz-placeholder-shown{color:#a3abcc}.article-feedback .form__textarea::-moz-placeholder{color:#a3abcc}.article-feedback .form__textarea:-ms-placeholder-shown{color:#a3abcc}.article-feedback .form__textarea::placeholder{color:#a3abcc}.article-feedback .finished{flex-direction:column;align-items:center;display:flex}.article-feedback .finished__img{width:96px}.article-feedback .finished__title{color:#494f66;letter-spacing:-.2px;text-align:center;margin:16px 0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-style:normal;font-weight:300;line-height:36px}.article-feedback .finished__title--strong{color:#ff1c44;font-weight:400}.article-feedback .finished__description{color:#676f8f;letter-spacing:0;text-align:center;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:300;line-height:28px}.article-feedback .finished__button-container{margin:32px 0 48px}@media (width<=900px){.article-feedback{max-width:528px}.article-feedback .feedback__star{padding:0 16px}}@media (width<=600px){.article-feedback{padding:0 32px}.article-feedback .content{padding:48px 32px 16px}.article-feedback .title{font-weight:400px;font-size:24px;line-height:32px}.article-feedback .feedback{margin:24px 0 32px}.article-feedback .feedback__star{padding:0 8px}.article-feedback .form__question{letter-spacing:.4px;font-size:12px;line-height:16px}.article-feedback .finished__img{width:88px}.article-feedback .finished__title{font-size:24px;line-height:32px}.article-feedback .finished__button-container{margin:32px 0 24px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.login-content{background-color:var(--ride-sys-color-background-default);height:100dvh;display:flex}@media screen and (width<=768px){.login-content{flex-direction:column}}.login-content .left-side-login-container{z-index:1;flex-direction:column;flex:45%;justify-content:space-between;padding:0 140px;display:flex;position:relative}@media screen and (width<=768px){.login-content .left-side-login-container{flex:100%;max-height:256px;padding:0;overflow:hidden}}.login-content .left-side-login-container:before{content:"";z-index:-1;background-image:url(/images/portal/login/man-laptop-working.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(-1)}@media screen and (width<=768px){.login-content .left-side-login-container:before{background-position:55px 27px;background-size:contain;transform:scale(1.5)}}.login-content .left-side-login-container:after{content:"";z-index:-1;background:linear-gradient(#09081f3d 0%,#09081f7a 33.29%,#09081fc2 66.65%,#09081fe0 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (width<=768px){.login-content .left-side-login-container:after{background:linear-gradient(255.18deg,#09081f00 61.42%,#09081f7a 77.71%,#09081fc2 85.41%,#09081fe0 93.49%)}}.login-content .left-side-login-container .information-content{margin-bottom:40px}@media screen and (width<=768px){.login-content .left-side-login-container .information-content{max-width:230px;margin-bottom:0;padding-bottom:30px;padding-left:24px}}.login-content .left-side-login-container .information-content footer{margin-top:88px}@media screen and (width<=768px){.login-content .left-side-login-container .information-content footer{display:none}}.login-content .left-side-login-container .information-content h4,.login-content .left-side-login-container .information-content span,.login-content .left-side-login-container .information-content footer{color:var(--ride-sys-color-text-inverse)}.login-content .left-side-login-container .logo{justify-content:center;align-items:center;height:84.4px;margin:0;display:flex}@media screen and (width<=768px){.login-content .left-side-login-container .logo{background-color:var(--ride-sys-color-background-default);justify-content:flex-start;height:56px;padding:0 24px}}.login-content .left-side-login-container .logo img{border-right:1px solid var(--ride-sys-color-border-default);width:74px;height:36.4px;margin-right:16px;padding-right:16px}.login-content .left-side-login-container .logo span{color:var(--ride-sys-color-text-inverse)}@media screen and (width<=768px){.login-content .left-side-login-container .logo span{color:var(--ride-sys-color-text-extreme)}}.login-content .login-container{text-align:left;flex-direction:column;flex:55%;justify-content:center;align-items:center;display:flex}@media screen and (width<=768px){.login-content .login-container{justify-content:flex-start;padding:32px 24px}}.login-content .login-container .card-login-container{width:352px}.login-content .login-container h4{background:linear-gradient(90deg,#ff6200 1.19%,#f7052d 17.99% 83.2%,#d41983 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.login-content .login-container .login-form{gap:var(--ride-gl-spacing-large);flex-direction:column;display:flex}.login-content .login-container .login-form .hr-container{gap:var(--ride-gl-spacing-3xlarge);display:flex}.login-content .login-container .login-form .hr-container hr{border:.5px solid var(--ride-sys-color-border-extreme)}.login-content .login-container .login-form a{color:var(--ride-sys-color-text-interactive)}.login-content .mobile-footer{display:none}@media screen and (width<=768px){.login-content .mobile-footer{background-color:var(--ride-sys-color-surface-extreme);justify-content:center;align-items:center;gap:52px;width:100%;padding:16px;display:flex;bottom:0}.login-content .mobile-footer span{color:var(--ride-sys-color-text-inverse)}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.portal-home{color:#03050f;background:#f8f9ff;padding-top:64px;font-family:BR Sonoma,serif,sans-serif,monospace;position:relative}.portal-home .particule-yellow{z-index:0;background-image:url(/images/portal/fondo_atom-blur-asset_mobile.png);width:352px;height:304px;position:absolute;top:-56px;right:0}.portal-home .particule-orange{z-index:0;background-image:url(/images/portal/fondo_atom-blur-asset2_mobile.png);width:256px;height:640px;position:absolute;top:-40px;left:0}@media screen and (width>=600px){.portal-home .particule-yellow{background-image:url(/images/portal/fondo_atom-blur-asset_desktop.png);width:412px;height:732px;top:-100px;right:0}.portal-home .particule-orange{background-image:url(/images/portal/fondo_atom-blur-asset2_desktop.png);width:400px;height:994px;top:0;left:0}}.portal-home h2{letter-spacing:0;text-align:center;color:var(--ride-sys-color-surface-extreme);margin:0;font-size:32px;font-weight:700;line-height:40px}@media screen and (width>=600px){.portal-home h2{font-size:48px;line-height:56px}}.portal-home .seeMore{letter-spacing:.4px;color:#3817ff;align-items:center;gap:8px;font-size:18px;font-weight:700;line-height:20px;transition:none;display:inline-flex}.portal-home .seeMore svg{position:relative;bottom:-1px}.portal-home .seeMore:hover{color:#0000;background-image:linear-gradient(86.01deg,#b400ff,#2e62ff);background-clip:text}.portal-home .seeMore:hover svg path{fill:#2e62ff}.portal-home .main{flex-direction:row;justify-content:space-between;gap:20px;width:100%;max-width:1120px;display:flex}.portal-home .main__left{max-width:550px;padding:96px 0 136px}.portal-home .main__right{justify-content:center;align-self:stretch;align-items:center;padding-bottom:8px;display:flex}.portal-home .main__title{letter-spacing:-1px;max-width:576px;color:var(--ride-sys-color-surface-extreme);font-weight:700;line-height:96px}.portal-home .main__title h1{color:inherit;font-size:80px;font-weight:700}.portal-home .main__title--subtitle{font-size:28px;line-height:36px}.portal-home .main__title--red{color:#ff1c44;font-weight:700}.portal-home .main__description{letter-spacing:.1px;margin:24px 0 32px;padding:0;font-size:24px;font-weight:500;line-height:48px}.portal-home .main__img{width:512px}@media (width<=1120px){.portal-home .main__right{display:none}}@media (width<=900px){.portal-home .main__left{padding:104px 0 148px}.portal-home .main__img{width:227px}}@media (width<=600px){.portal-home .main{flex-direction:column}.portal-home .main__left{text-align:center;padding:48px 0 136px}.portal-home .main__title h1{font-size:48px;line-height:.4}.portal-home .main__title--subtitle{display:none}.portal-home .main__description{letter-spacing:.2px;margin-top:48px;font-size:18px;line-height:32px}.portal-home .main__img{width:160px}}.portal-home .informs{flex-direction:column;align-items:center;width:100%;padding:96px 0;display:flex}.portal-home .informs-section{padding:0}.portal-home .informs__title{max-width:920px}.portal-home .informs__list{flex-direction:row;justify-content:center;gap:32px;width:100%;padding:48px 24px 38px;display:flex;overflow-x:auto}.portal-home .informs__list::-webkit-scrollbar{display:none}@media (width<=900px){.portal-home .informs{padding:64px 0}.portal-home .informs__list{padding:32px 0}}@media (width<=600px){.portal-home .informs{padding:56px 0}.portal-home .informs__list{flex-wrap:wrap;justify-content:center;padding:24px 32px 32px 24px}.portal-home .informs__list--fix{display:inline-block}}.portal-home .risks{z-index:10;color:#fff;flex-direction:row;justify-content:space-between;width:100%;max-width:1120px;display:flex;position:relative}.portal-home .risks-background{background-image:url(/images/portal/fondo_worker.png);background-repeat:no-repeat;background-size:cover;min-height:480px;position:relative}.portal-home .risks-background__mask{background:linear-gradient(270deg,#0a051e00 0%,#0a051e7a 33.29%,#0a051ec2 66.65%,#0a051ee0 100%);width:65%;height:100%;position:absolute;top:0;left:0}.portal-home .risks__left{flex-direction:column;flex:1;justify-content:center;gap:16px;max-width:531px;display:flex}.portal-home .risks__title{color:#fff;text-align:left;max-width:472px}.portal-home .risks__description{letter-spacing:0;margin:0;font-size:16px;font-weight:400;line-height:28px}.portal-home .risks__img{width:194px}@media (width<=900px){.portal-home .risks-background{background-image:url(/images/portal/fondo_worker.png);background-size:inherit;background-position:60%;min-height:456px;padding:40px 24px}.portal-home .risks__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.portal-home .risks__img{width:170px}}@media (width<=400px){.portal-home .risks-background{background-image:url(/images/portal/fondo_worker_mobile.png)}.portal-home .risks-background__mask{background:linear-gradient(#0a051e00 0%,#0a051e7a 33.29%,#0a051ec2 66.65%,#0a051ee0 100%);width:100%;height:75%;top:auto;bottom:0}.portal-home .risks__left{justify-content:end}}.portal-home .articles{flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:96px 0;display:flex}.portal-home .articles-section{padding:0 80px;overflow-x:hidden}.portal-home .articles__list{width:100%;margin:0 auto}.portal-home .articles .carousel-portal__list{overflow-x:visible}.portal-home .articles .carousel-portal__pag{padding-bottom:36px;display:none}.portal-home .articles .carousel-portal__pag__number{letter-spacing:.2px;text-align:center;font-size:16px;line-height:24px}.portal-home .articles .carousel-portal__pag__button{border:2px solid #03050f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 12px;display:flex}@media (width<=900px){.portal-home .articles{padding:64px 0}.portal-home .articles .carousel-portal__pag{justify-content:center;display:flex}}@media (width<=600px){.portal-home .articles{padding:56px 0}.portal-home .articles-section{padding:0 32px}}.portal-home .forms{flex-direction:row;display:flex}.portal-home .forms-section{color:#03050f;background:linear-gradient(86.01deg,#00f4e2 0%,#00ff7f 100%);justify-content:center;display:flex}.portal-home .forms--left{text-align:center;flex:1;justify-content:center;align-self:stretch;width:50%;padding:96px;display:flex}.portal-home .forms--right{background-color:#f7f8fc;flex:1;align-self:stretch;width:50%;padding:96px 64px}@media (width<=900px){.portal-home .forms,.portal-home .forms-section{flex-direction:column}.portal-home .forms--left{justify-content:flex-start;width:100%;padding:64px 88px}.portal-home .forms--right{width:100%;padding:64px 88px}}@media (width<=600px){.portal-home .forms--left,.portal-home .forms--right{padding:56px 32px}}.portal-home .policy{flex-direction:column;justify-content:center;gap:16px;width:100%;max-width:736px;display:flex}.portal-home .policy__decoration{margin-bottom:24px}.portal-home .policy__decoration img{width:80px;height:88px;position:relative}.portal-home .policy__decoration img:first-child{left:5px}.portal-home .policy__decoration img:last-child{width:88px;right:5px}.portal-home .policy__description{letter-spacing:.2px;margin:0;font-size:20px;font-weight:500;line-height:32px}.portal-home .policy__buttons{margin-top:40px}@media (width<=900px){.portal-home .policy{width:100%;max-width:100%}}@media (width<=600px){.portal-home .policy__decoration{margin-bottom:16px}.portal-home .policy__description{font-size:16px;line-height:28px}.portal-home .policy__buttons{margin-top:16px}}.portal-home .subscription{flex-direction:column;justify-content:flex-start;align-self:stretch;width:100%;max-width:448px;height:100%;display:flex}.portal-home .subscription__description{color:#676f8f;margin:0;padding:24px 0 16px;font-size:16px;font-weight:400;line-height:28px}.portal-home .subscription__buttons{margin-top:auto}.portal-home .subscription__buttons .suscription-form{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.portal-home .subscription__buttons .input{border:1px solid #c5cbe0;border-radius:4px;flex:1;margin-right:18px;padding:16px;font-size:16px;font-weight:400}@supports (gap:16px){.portal-home .subscription__buttons .input{margin-right:0}}.portal-home .subscription__buttons .input:focus{outline:none}.portal-home .subscription__buttons .input:focus:invalid{border-bottom:1px solid #fc4e55}.portal-home .subscription__buttons .input::placeholder{color:#a3abcc}.portal-home .subscription__buttons .sub-button{margin-top:24px}@media (width<=900px){.portal-home .subscription{max-width:100%}.portal-home .subscription__buttons .suscription-form{padding-top:24px}.portal-home .subscription__buttons .suscription-form .input{width:100%;padding:14px 16px}}@media (width<=600px){.portal-home .subscription__description{padding:16px 0 12px}.portal-home .subscription__buttons .suscription-form{flex-direction:column;align-items:flex-start;gap:24px;padding-top:0}.portal-home .subscription__buttons .suscription-form .input{width:100%}}@media (width<=1120px){.portal-home{padding-top:56px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.portal-monitoring{margin-top:64px}.portal-monitoring .main{flex-direction:row;justify-content:space-between;gap:24px;width:100%;max-width:1000px;display:flex}.portal-monitoring .main__left{max-width:511px;padding:80px 0 140px}.portal-monitoring .main__right{align-items:center;display:flex}.portal-monitoring .main__title{color:#494f66;letter-spacing:-.6px;margin:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:40px;font-style:normal;font-weight:300;line-height:48px}.portal-monitoring .main__title--strong{color:#ff1c44;font-weight:400}.portal-monitoring .main__description{color:#676f8f;letter-spacing:0;margin:0;padding:24px 0 32px;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.portal-monitoring .main__img{width:384px}@media (width<=900px){.portal-monitoring .main{flex-direction:column}.portal-monitoring .main__left{max-width:100%;padding:80px 0 0}.portal-monitoring .main__right{padding:23px 0 64px}.portal-monitoring .main__description{padding:16px 0 32px}.portal-monitoring .main__img{width:384px}}@media (width<=600px){.portal-monitoring .main__left{padding:48px 0 0}.portal-monitoring .main__right{padding:23px 0 56px}.portal-monitoring .main__title{font-size:32px;line-height:40px}.portal-monitoring .main__description{padding:24px 0 32px;font-size:14px;line-height:24px}.portal-monitoring .main__img{width:215px}}.portal-monitoring .offers{flex-direction:column;justify-content:center;width:100%;max-width:1124px;padding:96px 0;display:flex}.portal-monitoring .offers__subtitle{color:#676f8f;letter-spacing:0;text-align:center;margin-top:16px;margin-bottom:0;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.portal-monitoring .offers__list{grid-gap:16px 32px;grid-template-columns:repeat(auto-fit,256px);justify-content:center;gap:16px 32px;width:100%;padding-top:56px;display:grid}@media (width<=900px){.portal-monitoring .offers{padding:64px 0}.portal-monitoring .offers__subtitle{text-align:left}.portal-monitoring .offers__list{grid-gap:16px 30px;grid-template-columns:repeat(auto-fit,272px);gap:16px 30px;padding-top:32px}}@media (width<=600px){.portal-monitoring .offers{padding:56px 0}.portal-monitoring .offers__list{grid-gap:24px 30px;grid-template-columns:1fr;gap:24px 30px}}.portal-monitoring .factors{width:100%;max-width:1124px;padding:96px 0}.portal-monitoring .factors-section{padding:0 83px}@media (width<=900px){.portal-monitoring .factors{padding:64px 0}}@media (width<=600px){.portal-monitoring .factors{padding:56px 0}.portal-monitoring .factors-section{padding:0 28px}}.portal-monitoring .information{flex-direction:row;width:100%;max-width:990px;padding:96px 0;display:flex}.portal-monitoring .information__left{flex-direction:column;width:100%;max-width:384px;margin-right:63px;display:flex}.portal-monitoring .information__title{color:#494f66;letter-spacing:-.2px;text-align:left;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-style:normal;font-weight:300;line-height:36px}.portal-monitoring .information__title--strong{color:#ff1c44;font-weight:400}.portal-monitoring .information__card{flex-direction:row;display:flex}.portal-monitoring .information__card:not(:last-child){margin-bottom:32px}.portal-monitoring .information__card__icon{margin-right:32px}.portal-monitoring .information__card__icon>img{width:64px}.portal-monitoring .information__card__text-box{flex-direction:column;display:flex}.portal-monitoring .information__card__title{color:#494f66;letter-spacing:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.portal-monitoring .information__card__description{color:#676f8f;letter-spacing:0;margin-top:12px;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:300;line-height:28px}@media (width<=900px){.portal-monitoring .information__card__icon{margin-right:36px}}@media (width<=600px){.portal-monitoring .information__card:not(:last-child){margin-bottom:40px}.portal-monitoring .information__card__icon{margin-right:16px}.portal-monitoring .information__card__icon>img{width:48px}.portal-monitoring .information__card__description{font-size:14px;line-height:24px}}@media (width<=900px){.portal-monitoring .information{flex-direction:column;padding:64px 0}.portal-monitoring .information__left{max-width:100%}.portal-monitoring .information__img{display:none}.portal-monitoring .information__title{letter-spacing:-.6px;margin:0 0 48px}}@media (width<=600px){.portal-monitoring .information{padding:56px 0}}.portal-monitoring .informs{width:100%;padding:96px 0}.portal-monitoring .informs-section{padding:0}.portal-monitoring .informs__list{flex-direction:row;justify-content:center;width:100%;padding:48px 0 38px;display:flex;overflow-x:auto}.portal-monitoring .informs__list::-webkit-scrollbar{display:none}@media (width<=900px){.portal-monitoring .informs{padding:64px 0}.portal-monitoring .informs__list{padding:32px 0}}@media (width<=600px){.portal-monitoring .informs{padding:56px 0}.portal-monitoring .informs__list{justify-content:flex-start;padding:24px 32px 32px 24px}.portal-monitoring .informs__list--fix{display:inline-block}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.portal-prevention{margin-top:64px}.portal-prevention .main{flex-direction:row;justify-content:space-between;width:100%;max-width:992px;display:flex}.portal-prevention .main__left{margin-right:96px;padding:56px 0 52px}.portal-prevention .main__left--reverse{margin-left:96px;margin-right:0}.portal-prevention .main__right{padding:80px 0 96px}.portal-prevention .main__img{width:384px}.portal-prevention .main__title{color:#494f66;letter-spacing:-.6px;margin:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:40px;font-style:normal;font-weight:300;line-height:48px}.portal-prevention .main__title--strong{color:#ff1c44;font-weight:400}.portal-prevention .main__description{color:#676f8f;letter-spacing:0;margin:0;padding:24px 0 32px;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.portal-prevention .main--reverse{flex-direction:row-reverse}@media (width<=900px){.portal-prevention .main{flex-direction:column}.portal-prevention .main__left{order:2;width:100%;margin-right:0;padding:0 0 64px}.portal-prevention .main__left--reverse{margin-left:0;margin-right:0}.portal-prevention .main__right{order:1;width:100%;padding:80px 0 24px}.portal-prevention .main__description{padding:24px 0 32px}.portal-prevention .main__img{width:384px}}@media (width<=600px){.portal-prevention .main__left{padding:0 0 58px}.portal-prevention .main__right{padding:48px 0 24px}.portal-prevention .main__title{font-size:32px;line-height:40px}.portal-prevention .main__description{padding:24px 0 32px;font-size:14px;line-height:24px}.portal-prevention .main__img{width:216px}}.portal-prevention .reasons{max-width:992x;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;padding:96px 0;display:flex}.portal-prevention .reasons__left{width:100%;max-width:384px;margin-right:64px}.portal-prevention .reasons__right{grid-gap:32px;grid-template-columns:256px 256px;gap:32px;display:grid}.portal-prevention .reasons__right--risks{flex-direction:column;gap:24px;max-width:480px;display:flex}.portal-prevention .reasons__title{color:#494f66;letter-spacing:-.6px;text-align:left;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:36px;font-style:normal;font-weight:300;line-height:48px}.portal-prevention .reasons__title--strong{color:#ff1c44;font-weight:400}.portal-prevention .reasons__title--risks{max-width:332px}.portal-prevention .reasons__description{color:#676f8f;letter-spacing:0;text-align:left;padding:16px 0 0;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}@media (width<=900px){.portal-prevention .reasons{flex-direction:column;padding:64px 0 56px}.portal-prevention .reasons__left{max-width:100%}.portal-prevention .reasons__right{grid-gap:48px;grid-template-columns:1fr 1fr;justify-content:center;gap:48px;width:100%}.portal-prevention .reasons__title{font-size:28px;line-height:36px}.portal-prevention .reasons__title--risks{max-width:initial}.portal-prevention .reasons__description{padding:24px 0 32px}}@media (width<=600px){.portal-prevention .reasons{padding:56px 0}.portal-prevention .reasons__right{grid-gap:24px;grid-template-columns:1fr;gap:24px}.portal-prevention .reasons__title{letter-spacing:-.2px}.portal-prevention .reasons__description{padding:16px 0 32px}}.portal-prevention .offers{flex-direction:column;justify-content:center;width:100%;max-width:1124px;padding:96px 0;display:flex}.portal-prevention .offers__subtitle{color:#676f8f;letter-spacing:0;text-align:center;margin-top:16px;margin-bottom:0;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.portal-prevention .offers__list{grid-gap:16px 32px;grid-template-columns:repeat(auto-fit,256px);justify-content:center;gap:16px 32px;width:100%;padding-top:56px;display:grid}@media (width<=900px){.portal-prevention .offers{padding:64px 0}.portal-prevention .offers__subtitle{text-align:left}.portal-prevention .offers__list{grid-gap:16px 30px;grid-template-columns:repeat(auto-fit,272px);gap:16px 30px;padding-top:32px}}@media (width<=600px){.portal-prevention .offers{padding:56px 0}.portal-prevention .offers__list{grid-gap:24px 30px;grid-template-columns:1fr;gap:24px 30px}}.portal-prevention .services{width:100%;max-width:992px;padding:96px 0}.portal-prevention .services__list{grid-gap:32px;grid-template-columns:repeat(auto-fit,192px);justify-content:center;gap:32px;max-height:114px;margin:56px 0;transition:max-height .3s linear;display:grid;overflow-y:hidden}.portal-prevention .services__list::-webkit-scrollbar{display:none}.portal-prevention .services__list--show-all{max-height:100%;overflow-y:auto}.portal-prevention .services__card{flex-direction:column;align-items:center;width:100%;display:inline-flex}.portal-prevention .services__card__img{width:64px}.portal-prevention .services__card__text{color:#494f66;letter-spacing:.2px;text-align:center;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media (width<=600px){.portal-prevention .services__card{flex-direction:row}.portal-prevention .services__card__img{width:56px;margin-right:16px}.portal-prevention .services__card__text{text-align:left}}@media (width<=900px){.portal-prevention .services{padding:64px 0}.portal-prevention .services__list{grid-gap:32px 64px;grid-template-columns:repeat(auto-fit,224px);gap:32px 64px;max-height:258px;margin:32px 0 48px}.portal-prevention .services__list--show-all{max-height:100%}}@media (width<=600px){.portal-prevention .services{padding:56px 0}.portal-prevention .services__list{grid-template-columns:repeat(auto-fill,100%);max-height:322px;margin:52px 0 48px}.portal-prevention .services__list--show-all{max-height:100%}}.portal-prevention .articles{width:100%;padding:96px 0}.portal-prevention .articles-section{padding:0 80px}.portal-prevention .articles__list{grid-gap:32px;grid-template-columns:repeat(auto-fit,300px);justify-content:center;gap:32px;width:100%;padding:48px 0 40px;display:grid}@media (width<=1000px){.portal-prevention .articles__list{grid-template-columns:repeat(auto-fill,290px)}}@media (width<=900px){.portal-prevention .articles{padding:64px 0}.portal-prevention .articles__list{grid-template-columns:repeat(auto-fill,272px);padding:32px 0}}@media (width<=600px){.portal-prevention .articles{padding:56px 0}.portal-prevention .articles-section{padding:0 32px}.portal-prevention .articles__list{grid-template-columns:repeat(auto-fill,296px);padding:24px 0 32px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.portal-search-results{margin-top:64px}.portal-search-results .main{width:100%;max-width:736px;padding:80px 0 64px}.portal-search-results .main--on-top{z-index:2;width:100%;height:128px;position:fixed;top:56px;left:0}.portal-search-results .main--on-top .main .main__title,.portal-search-results .main--on-top .main .main__description{display:none}@media (width<=600px){.portal-search-results .main--on-top{height:96px}.portal-search-results .main--on-top .main{padding:16px 0}}.portal-search-results .main__title{color:#494f66;letter-spacing:-.6px;text-align:left;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:48px;font-style:normal;font-weight:300;line-height:60px}.portal-search-results .main__title--strong{color:#ff1c44;font-weight:400}.portal-search-results .main__description{color:#676f8f;letter-spacing:0;text-align:left;margin:16px 0 32px;font-family:Roboto,serif,sans-serif,monospace;font-size:20px;font-style:normal;font-weight:300;line-height:32px}.portal-search-results .main__input{color:#494f66;letter-spacing:-.2px;text-align:left;cursor:text;background-color:#fff;border-radius:4px;justify-content:space-between;padding:20px 32px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-style:normal;font-weight:300;line-height:36px;display:flex}.portal-search-results .main__input--icon{color:#ff1c44;font-size:24px}@media (width<=900px){.portal-search-results .main{padding:32px 0}.portal-search-results .main__title{letter-spacing:-.6px;font-size:40px;line-height:34px}.portal-search-results .main__description{font-size:16px;line-height:28px}.portal-search-results .main__input{letter-spacing:normal;border:1px solid #c5cbe0;padding:20px 16px;font-size:16px;font-weight:400;line-height:24px}}@media (width<=600px){.portal-search-results .main{padding:56px 0}.portal-search-results .main__title{text-align:center;font-size:28px;line-height:36px}.portal-search-results .main__description{text-align:center;margin:12px 0 24px}.portal-search-results .main__input--icon{font-size:18px}}.portal-search-results .results{width:100%;max-width:736px;padding:36px 0 65px}.portal-search-results .results__tabs{justify-content:space-between;display:flex}.portal-search-results .results__total{color:#676f8f;letter-spacing:.2px;text-align:left;font-family:Roboto,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:300;line-height:20px}.portal-search-results .results__filters{color:#a3abcc;letter-spacing:0;text-align:left;cursor:pointer;flex-direction:row;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:inline-flex}.portal-search-results .results__filters__down-tablet{color:#ff1c44;font-size:10px;display:none}.portal-search-results .results__filters__selected-box{position:relative}.portal-search-results .results__filters__selected{color:#494f66;letter-spacing:0;text-align:left;cursor:pointer;border-bottom:1px solid #e4e8f7;justify-content:space-between;align-items:center;width:92px;margin-left:8px;padding-bottom:4px;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:inline-flex}.portal-search-results .results__filters__selected>i{color:#ff1c44;font-size:10px}.portal-search-results .results__filters__dropdown{background-color:#fff;border-radius:4px;width:136px;position:absolute;top:calc(100% + 7px);left:-18px;box-shadow:0 0 4px #4d67cd1a,0 2px 12px #3f4c821a}.portal-search-results .results__filters__item{color:#a3abcc;letter-spacing:.2px;text-align:left;cursor:pointer;padding:10px 16px;font-family:Roboto,serif,sans-serif,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.portal-search-results .results__filters__item:hover{background-color:#f7f8fc}.portal-search-results .results__filters__item--selected{color:#ff1c44}.portal-search-results .results__cards{flex-direction:column;display:flex}.portal-search-results .results__card{border-bottom:1px solid #e4e8f7;padding:40px 0}.portal-search-results .results__card--hide{display:none}.portal-search-results .results__card--bold{background-color:#939dff40;border-radius:2px}.portal-search-results .results__card>a:hover>h5{color:#6f7dff;text-decoration:underline}.portal-search-results .results__card>a>span{color:#a3abcc;text-transform:uppercase;letter-spacing:.8px;text-align:center;background-color:#f0f2fa;border-radius:20px;padding:2px 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:16px}.portal-search-results .results__card>a>h5{color:#494f66;letter-spacing:0;text-align:left;text-overflow:ellipsis;white-space:nowrap;margin:0;padding:12px 0 8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:20px;font-style:normal;font-weight:400;line-height:28px;overflow:hidden}.portal-search-results .results__card>a>p{color:#676f8f;letter-spacing:0;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;padding:0;font-family:Roboto,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:300;line-height:28px;display:-webkit-box;overflow:hidden}@media (width<=900px){.portal-search-results .results__filters{color:#494f66;border-bottom:1px solid #e4e8f7;align-items:center;padding-bottom:4px;position:relative}.portal-search-results .results__filters__down-tablet{margin-left:8px;display:inline-block}.portal-search-results .results__filters__selected-box{position:unset}.portal-search-results .results__filters__selected{display:none}.portal-search-results .results__filters__dropdown{left:auto;right:0}.portal-search-results .results__card{padding:24px 0}.portal-search-results .results__card>a>h5{letter-spacing:.2px;font-size:16px;line-height:24px}.portal-search-results .results__card>a>p{font-size:14px;line-height:24px}}@media (width<=600px){.portal-search-results .results__filters{color:#939dff;letter-spacing:.6px;text-transform:uppercase;border-bottom:none;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:12px;line-height:16px}.portal-search-results .results__filters__down-tablet{color:#939dff}.portal-search-results .results__card>a>p{-webkit-line-clamp:2}}@media (width<=900px){.portal-search-results{margin-top:56px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.panel-tool{display:none;right:60px}.ant-modal-root .ant-modal-mask{background-color:#141938cc!important}.cmo_container{flex-direction:column;align-items:center;width:100%;font-family:BR Sonoma,serif,sans-serif,monospace;display:flex}.cmo_container .d_content{color:#141938;width:100%;padding-top:56px;font-style:normal}.cmo_container .d_content .d_content__title{letter-spacing:-.2px;color:#141938;font-size:28px;font-weight:700;line-height:36px}@media screen and (width<=1024px){.cmo_container .d_content{width:592px}}@media (width<=840px){.cmo_container{padding:0 88px}.cmo_container .d_content{padding-top:46px}.cmo_container .d_content__title{font-size:28px;line-height:32px}.cmo_container .d_content .d_content_header__button{border-radius:32px}}@media (width<=768px){.cmo_container{padding:0 32px}.cmo_container .topBar{width:100%}.cmo_container .d_content{height:100%;padding-top:40px}.cmo_container .d_content .d_content__title{font-size:24px;line-height:32px}.cmo_container .d_content .d_content_header__button,.cmo_container .d_content__button{display:none}}.minimal-scroll-y{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;overflow-y:auto}.minimal-scroll-y::-webkit-scrollbar{width:4px}.minimal-scroll-y::-webkit-scrollbar-thumb{background:#d7dbf5;border-radius:4px}.minimal-scroll-y::-webkit-scrollbar-thumb:active{background-color:#d7dbf5}.minimal-scroll-y::-webkit-scrollbar-thumb:hover{background:#d7dbf5}.minimal-scroll-y::-webkit-scrollbar-track{background:#fff;border-radius:4px}.minimal-scroll-y::-webkit-scrollbar-track:hover{background:#fff}.minimal-scroll-y::-webkit-scrollbar-track:active{background:#fff}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.cmo_container .table_selection .ant-table{background-color:#fff;border-radius:12px}.cmo_container .table_selection .ant-table-thead{letter-spacing:.8px;text-transform:uppercase;font-size:10px;line-height:16px}.cmo_container .table_selection .ant-table-thead>tr>th{color:#7981b2;background:#fff;font-weight:700}.cmo_container .table_selection .ant-table-body{color:#141938;font-size:12px;overflow-x:auto}.cmo_container .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td{background:#fff}.cmo_container .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected){cursor:pointer;box-shadow:0 1px 4px 9px #a3abcc0f,0 8px 30px #142b7f1a}.cmo_container .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) td{border-top:1px solid #d7dbf5;border-bottom:1px solid #d7dbf5}.cmo_container .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) td:first-child{border-left:1px solid #d7dbf5;border-top-left-radius:12px;border-bottom-left-radius:12px}.cmo_container .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) td:last-child{border-right:1px solid #d7dbf5;border-top-right-radius:12px;border-bottom-right-radius:12px}.cmo_container .table_selection .ant-checkbox-checked .ant-checkbox-inner{background-color:#389e0d;border-color:#389e0d}.cmo_container .table_selection .ant-checkbox-checked:after,.cmo_container .table_selection .ant-checkbox-wrapper:hover .ant-checkbox-inner,.cmo_container .table_selection .ant-checkbox:hover .ant-checkbox-inner,.cmo_container .table_selection .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#389e0d}.cmo_container .table_selection .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#389e0d}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.cmo_container .d_content .ant-btn-primary{color:#fff;letter-spacing:.8px;height:48px;padding-left:32px;padding-right:32px;font-weight:700;line-height:16px}@media (width>=576px){.cmo_container .d_content .ant-btn-primary{margin-left:24px}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.cmo_container .d_content .less-input-border input{border:none;margin-top:-32px}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.float-label{margin-bottom:24px;position:relative}.float-label textarea{padding:24px 16px 16px;height:auto!important}.float-label .label{pointer-events:none;color:#7981b2;font-weight:400;line-height:24px;transition:all .2s;position:absolute;top:16px;left:16px;font-size:16px!important}.float-label .label-float{background:#fff;border-radius:8px;width:calc(100% - 18px);padding-top:8px;padding-left:15px;font-family:Roboto,serif,sans-serif,monospace;line-height:16px;top:1px;left:1px;font-size:12px!important}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.dashboard-UI{background-color:#fff;flex-direction:column;align-items:center;width:100%;font-family:BR Sonoma,serif,sans-serif,monospace;display:flex}.dashboard-UI .d_content{padding:var(--ride-gl-spacing-7xlarge);width:100%;max-width:1024px;font-style:normal}@media screen and (width<=768px){.dashboard-UI .d_content{padding:var(--ride-gl-spacing-5xlarge) 0}}.dashboard-UI .d_content .header-container{margin-bottom:0;font-size:28px;font-weight:700}@media (width<=768px){.dashboard-UI .d_content .header-container{font-size:24px}}.dashboard-UI .d_content .d_cards{flex-direction:row;display:flex;overflow-y:auto}.dashboard-UI .d_content .d_cards__item{background:#fff;border-radius:16px;width:264px;height:388px;padding-left:24px;font-family:BR Sonoma,serif,sans-serif,monospace;overflow:hidden}.dashboard-UI .d_content .d_cards__item__img{height:120px;margin-bottom:25px;position:relative}.dashboard-UI .d_content .d_cards__item__img .label{z-index:9;text-transform:uppercase;color:#fff;letter-spacing:.8px;background-color:#141938;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:15px;right:15px}.dashboard-UI .d_content .d_cards__item__label{letter-spacing:.8px;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:900;line-height:12px}.dashboard-UI .d_content .d_cards__item__label--skyBlue{background-color:#b2dfff}.dashboard-UI .d_content .d_cards__item__label--green{background-color:#7df0ba}.dashboard-UI .d_content .d_cards__item__label--blue{background-color:#c8c8fa}.dashboard-UI .d_content .d_cards__item__title{color:#141938;margin-top:10px;padding-right:24px;font-size:20px;font-weight:700;line-height:28px}.dashboard-UI .d_content .d_cards__item__subtitle{letter-spacing:.8px;text-transform:uppercase;color:#7981b2;margin-top:16px;padding-right:24px;font-size:10px;font-weight:700;line-height:16px}.dashboard-UI .d_content .d_cards__item__text{color:#141938;padding-right:24px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-weight:400;line-height:24px}.dashboard-UI .d_content .d_cards__item__action{text-align:right;margin-top:20px}.dashboard-UI .d_content .d_cards__item__action button{letter-spacing:.6px;color:#4f4fff;font-size:12px;font-weight:700;line-height:16px}.dashboard-UI .d_content .d_cards__item__action button i{margin-left:8.3px}.dashboard-UI .d_content .d_cards--skeleton{border-radius:16px;width:268px;height:388px;overflow:hidden}@media (width<=840px){.dashboard-UI{padding:0 88px}.dashboard-UI .d_content{width:100%;padding-top:40px}.dashboard-UI .d_content .d_cards{position:relative}.dashboard-UI .d_content .d_cards__item{width:256px;min-width:256px}.dashboard-UI .topBar{width:592px}}@media (width<=768px){.dashboard-UI{padding:0 32px}.dashboard-UI .d_content{width:100%}.dashboard-UI .d_content .d_cards__item{min-width:264px}.dashboard-UI .button-card{display:flex}.dashboard-UI .topBar{width:100%}}.card-skeleton{background:#fff;border-radius:12px;padding:24px}.card-user{background:#fff;border-radius:12px;flex-direction:column;row-gap:16px;padding:24px;display:flex}.card-user .pos-end{justify-content:flex-end}.card-user .pos-justify{justify-content:space-between;align-items:center}.card-user h4,.card-user p{margin:0;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-style:normal}.card-user h4{color:#7981b2;text-transform:uppercase;letter-spacing:.8px;font-size:10px;font-weight:700;line-height:16px}.card-user p{letter-spacing:.4px;color:#141938;font-size:12px;font-weight:400;line-height:16px}.card-user .actions{column-gap:8px;margin-top:20px;display:flex}.card-user button{color:#4f4fff;background:#e3e6fa;border-color:#4f4fff}.table-state{background:#a7eb92;border-radius:6px;justify-content:space-between;align-items:center;column-gap:4px;padding:4px 8px;display:flex}.table-state .point{background:#389e0d;border-radius:50%;width:6px;height:6px}.table-state span{color:#141938;letter-spacing:.1px;font-size:12px;font-weight:600;line-height:12px}.profile-company__users .profile-company__users--header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.profile-company__users .profile-company__users--header h2{letter-spacing:-.2px;color:#141938;margin-bottom:24px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:20px;font-weight:700;line-height:28px}.form-custom .ant-form-item{margin-bottom:16px}.form-custom .user-form{min-width:480px}.form-custom .has-error .ant-input{border-color:#0000}.form-custom .input-with-label{border-radius:4px}.form-custom .input-with-label input{margin-top:0}.form-custom .input-with-label input:placeholder{color:#7981b2}.form-custom .select-with-label{border-radius:4px}.button-saving{text-transform:capitalize;cursor:pointer;color:#fff;background:#ff494f;border:none;border-radius:32px;justify-content:center;align-items:center;column-gap:8px;height:56px;margin-top:24px;padding:16px 40px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:20px;font-style:normal;font-weight:700;line-height:32px;display:flex}.button-saving:hover{background:#ff1c44}.cmo_container{min-height:100vh}.d_content{color:#141938;width:100%;padding-top:56px;font-style:normal}@media screen and (width>=1096px){.d_content .d_content_header{flex-direction:row}}.d_content .d_content_header__button{text-transform:none;border-radius:32px}.d_content .filter__text{font-size:20px;line-height:28px}.d_content .filter__box{border-bottom:1px solid #d7dbf5;align-items:center}.d_content .filter__box .ant-select-selection{color:#7981b2;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.d_content .filter__box .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.d_content .filter__box .ant-select-selection .ant-select-arrow{color:var(--ride-sys-color-surface-extreme);right:19px}.d_content .filter__box .select-multiple .ant-select-selection{border:0 #0000!important;padding:0!important}.d_content .filter__box .btn-clearFilter{color:#141938;letter-spacing:.6px;font-size:12px;font-weight:700;line-height:16px}.d_content .filter__box .btn-clearFilter i{margin-right:9px}.d_content .filter__box .btn-clearFilter--large{color:#141938;letter-spacing:.4px;font-size:18px;font-weight:700;line-height:20px}.d_content .filter__box .btn-clearFilter--large i{margin-right:9px}.d_content__list{color:#141938;font-size:16px;line-height:28px}.d_content__list .table__title{letter-spacing:.4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-weight:700;line-height:16px}.d_content__list .table__subtitle{letter-spacing:.2px;font-family:Roboto,serif,sans-serif,monospace;line-height:20px}.d_content__list .table_selection .btn-cmp-action-delete{cursor:pointer;color:#a9afd9;font-size:14px;display:none}.d_content__list .table_selection .btn-cmp-action-delete:hover{color:#4f4fff}.d_content__list .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) .btn-cmp-action-delete{display:block}.d_content__list .table_selection .ant-pagination-item{background-color:#0000;border:none}.d_content__list .table_selection .ant-pagination-item a{color:"@color-neutrals-700"}.d_content__list .table_selection .ant-pagination-item.ant-pagination-item-active a{color:#4f4fff}.d_content__list .table_selection .ant-pagination-next .ant-pagination-item-link,.d_content__list .table_selection .ant-pagination-prev .ant-pagination-item-link{box-sizing:border-box;border:2px solid #4f4fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.d_content__list .table_selection .ant-pagination-next .ant-pagination-item-link .anticon-right,.d_content__list .table_selection .ant-pagination-prev .ant-pagination-item-link .anticon-right,.d_content__list .table_selection .ant-pagination-next .ant-pagination-item-link .anticon-left,.d_content__list .table_selection .ant-pagination-prev .ant-pagination-item-link .anticon-left{color:#4f4fff}.d_content__list .table_selection .ant-pagination-next.ant-pagination-disabled .ant-pagination-item-link,.d_content__list .table_selection .ant-pagination-prev.ant-pagination-disabled .ant-pagination-item-link{border-color:#a9afd9}.d_content__list .table_selection .ant-pagination-next.ant-pagination-disabled .ant-pagination-item-link .anticon-right,.d_content__list .table_selection .ant-pagination-prev.ant-pagination-disabled .ant-pagination-item-link .anticon-right,.d_content__list .table_selection .ant-pagination-next.ant-pagination-disabled .ant-pagination-item-link .anticon-left,.d_content__list .table_selection .ant-pagination-prev.ant-pagination-disabled .ant-pagination-item-link .anticon-left{color:#a9afd9}.d_content__list__action{align-items:center}.d_content__list__action__button{cursor:pointer;align-items:center}.d_content__list__action__button__icon{color:#4f4fff;background-color:#d9d9ff;border-radius:50%;padding:0 10.4px;font-size:12px;line-height:32px}.d_content__list__action__button__text{color:#4f4fff;letter-spacing:.8px;font-size:10px;font-weight:700;line-height:16px}.d_content__list__pag{display:none}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage{flex-direction:column;align-items:center;margin-top:40px;padding:0 24px;display:flex}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title{letter-spacing:-.6px;color:#141938;margin-top:16px;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:28px;font-weight:700;line-height:36px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title span{color:#ff1c44}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__message{letter-spacing:.1px;color:#141938;text-align:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__image{width:95.61px}.mdl-helpCenter-delete .ant-modal-footer{border-top:none;padding-bottom:64px}.mdl-helpCenter-delete .ant-modal-footer>div{justify-content:center}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn{border-color:var(--ride-sys-color-surface-extreme);height:48px;color:var(--ride-sys-color-surface-extreme);width:137px;padding-left:32px;padding-right:32px;font-weight:700}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn span{text-align:center;letter-spacing:.4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn-primary{background-color:var(--ride-sys-color-surface-extreme);border-color:var(--ride-sys-color-surface-extreme);color:#fff;width:130px;height:48px;margin-left:24px}@media (width<=840px){.d_content{width:100%;padding-top:46px}.d_content .filter__text{font-size:20px;line-height:28px}.d_content .filter__box{flex-wrap:nowrap}.d_content .filter__box .ant-select-selection{color:#7981b2;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.d_content .filter__box .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.d_content .filter__box .btn-clearFilter{color:#141938;letter-spacing:.4px;text-transform:none;font-size:14px;font-weight:700;line-height:16px}.d_content .filter__box .btn-clearFilter i{margin-right:9px}.d_content .ant-pagination{display:none}.d_content__list .table_selection .btn-cmp-action-delete{cursor:pointer;color:#7981b2;background:#e3e6fa;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:none}.d_content__list .table_selection .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) .btn-cmp-action-delete{display:flex}.d_content__list__action__button{box-sizing:border-box;border:2px solid #4f4fff;border-radius:24px;justify-content:center;width:114px;height:40px}.d_content__list__action__button__icon{background-color:#0000;padding:0}.d_content__list__pag{flex-direction:row;justify-content:flex-end;align-items:center;margin-top:16px;margin-bottom:40px;display:flex}.d_content__list__pag__button{cursor:pointer;align-items:center;padding:4px 16px;font-size:12px;display:flex}.d_content__list__pag__number,.d_content__list__pag__sep{color:#141938;letter-spacing:.2px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.mdl-helpCenter-delete{width:calc(100vw - 240px)!important}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage{flex-direction:column;align-items:center;margin-top:40px;display:flex}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title{text-align:center;width:400px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title span{color:#ff1c44}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__message{letter-spacing:.2px;color:#141938;text-align:center;line-height:24px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__image{width:95.61px}.mdl-helpCenter-delete .ant-modal-footer{border-top:none;padding-bottom:64px}.mdl-helpCenter-delete .ant-modal-footer>div{justify-content:center}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn{border-radius:32px;height:48px}}@media (width<=768px){.d_content{min-height:calc(100vh - 85px);padding-top:40px}.d_content .header__button .ant-btn-primary,.d_content__list .table_selection,.d_content__list .ant-pagination{display:none}.d_content__list__pag{flex-direction:row;justify-content:center;align-items:center;margin-top:16px;display:flex}.d_content__list__pag__button{cursor:pointer;align-items:center;padding:4px 16px;font-size:12px;display:flex}.d_content__list__pag__number,.d_content__list__pag__sep{color:#141938;letter-spacing:.2px;padding:0 4px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-weight:400;line-height:24px}.d_content__list__button{justify-content:center;margin-top:60px;margin-bottom:24px;display:flex;position:sticky;bottom:24px}.d_content__list__button__text{background:var(--ride-sys-color-surface-extreme);text-align:center;letter-spacing:.4px;border-radius:32px;width:100%;height:48px;margin-left:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.d_content__card{border-radius:12px;flex-grow:0;height:188px;margin:16px 0}.d_content__card__body{margin:24px 0}.d_content__card__body.not-gap{gap:0}.d_content__card__body__subject{letter-spacing:.2px;color:#141938;text-transform:initial;align-items:center;margin:0;padding:0;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:900;line-height:20px;display:flex}.d_content__card__body__message{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:900;line-height:20px;display:flex}.d_content__card__body__createdAt{letter-spacing:.2px;color:#141938;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex}.d_content__card__checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#389e0d;border-color:#389e0d}.d_content__card__checkbox .ant-checkbox-checked:after,.d_content__card__checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.d_content__card__checkbox .ant-checkbox:hover .ant-checkbox-inner,.d_content__card__checkbox .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#389e0d}.d_content__card__checkbox .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#389e0d}.d_content__card__button{justify-content:flex-end;display:flex}.d_content__card__button__text{text-align:center;letter-spacing:.4px;color:#4f4fff;text-transform:none;align-items:center;margin-left:0;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__card__button__text i{margin-left:8px}.d_content__selected_item_gradient{background:linear-gradient(#edeffc 0%,#edeffc00 100%);width:100%;height:40px;position:fixed;bottom:76px;transform:matrix(1,0,0,-1,0,0)}.d_content__selected_item{background:#edeffc;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 32px;display:flex;position:fixed;bottom:0;left:0}.d_content__selected_item__cancel{background:0 0;border:none}.d_content__selected_item__cancel span{text-align:center;letter-spacing:.4px;color:#141938;text-transform:none;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__selected_item__delete{background:0 0;border:none}.d_content__selected_item__delete span{text-align:center;letter-spacing:.4px;color:#7981b2;text-transform:none;align-items:center;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px;display:flex}.d_content__selected_item__text{text-align:center;color:#141938;margin-bottom:0;font-family:Roboto,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.mdl-helpCenter-filter{top:72px;width:calc(100vw - 64px)!important}.mdl-helpCenter-filter .filter__text{letter-spacing:-.2px;color:#141938;align-items:center;margin-top:24px;margin-bottom:8px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:24px;font-style:normal;font-weight:900;line-height:32px;display:flex}.mdl-helpCenter-filter .filter__description{letter-spacing:.2px;color:#141938;margin-bottom:16px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.mdl-helpCenter-filter .filter__select .ant-select-selection{color:#7981b2;box-sizing:border-box;border-radius:8px;height:56px;padding:16px 19px 16px 5px;border:1px solid #a9afd9!important}.mdl-helpCenter-filter .filter__select .ant-select-selection__rendered{font-size:16px;line-height:24px!important}.mdl-helpCenter-filter .btn-applyFilter{border-radius:32px;width:100%;height:48px;margin-top:16px}.mdl-helpCenter-filter .btn-applyFilter span{text-align:center;letter-spacing:.4px;color:#fff;text-transform:none;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.mdl-helpCenter-delete{top:40px;width:calc(100vw - 64px)!important}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage{flex-direction:column;align-items:center;margin-top:40px;display:flex}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title{text-align:center;width:232px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__title span{color:#141938}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__message{letter-spacing:.1px;color:#141938;text-align:center;width:232px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.mdl-helpCenter-delete .mdl-helpcenter-delete__boxMessage__image{width:96px}.mdl-helpCenter-delete .ant-modal-footer{border-top:none;padding-bottom:64px}.mdl-helpCenter-delete .ant-modal-footer>div{flex-direction:column-reverse;justify-content:center;display:flex}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn-primary{margin-bottom:16px;margin-left:0}.mdl-helpCenter-delete .ant-modal-footer>div .ant-btn{border-radius:32px;height:48px}}@media (width<=767px){.d_content__list__action{justify-content:space-between;align-items:center;font-size:14px;line-height:20px}}@media screen and (width<=768px){.cmo_container .d_content{width:100%}}@media screen and (width>=768px){.d_content .filter__box,.d_content .filter__text{display:flex}}.small-image{border-radius:8px;width:52px;height:52px;position:relative;overflow:hidden}.small-image img{object-fit:cover;width:100%;height:100%}.small-image .view{cursor:pointer;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.small-image:hover .view{display:block}.modal-image .ant-modal-close-x{width:auto}.modal-image .ant-modal-close-x .close-icon{align-items:center;column-gap:4px;display:flex}.modal-image .ant-modal-close-x .close-icon span{letter-spacing:.4px;color:#aab0d9;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-style:normal;font-weight:700;line-height:16px}.modal-image .content-preview{flex-direction:column;gap:16px;margin-top:36px;display:flex}.modal-image .content-preview img{border-radius:8px;width:100%;overflow:hidden}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}@media screen and (width<=767px){.rain-risk-container .typography-title-5--bold-28{font-size:1.5rem}}.rain-risk-container .text-body{letter-spacing:.2px;color:#05030f;text-align:justify;font-size:1rem;line-height:1.75rem}@media screen and (width<=767px){.rain-risk-container .text-body{font-size:.875rem;line-height:1.5rem}}.rain-risk-container .ant-btn-primary{align-self:center;max-width:225px;margin-bottom:2rem;padding:0 40px;font-size:1rem;transition:all .3s ease-in-out}.rain-risk-container .ant-btn-primary:hover{color:#fff;background-color:#05030f}.personal-data-container .text-body p{text-align:center;align-self:center;max-width:400px}.personal-data-container .form-personal-data{width:100%;max-width:450px;margin:0 auto}.personal-data-container .form-personal-data .btn-container{justify-content:center;gap:.5rem;display:flex}.personal-data-container .form-personal-data .btn-container .btn-back{cursor:pointer;color:#05030f;background-color:#0000;background-image:none;border-width:2px;border-color:#05030f;border-radius:100px;justify-content:center;align-items:center;margin:0;font-size:1rem;font-weight:700;transition:all .3s ease-in-out;display:flex}.personal-data-container .form-personal-data .btn-container .btn-back:hover{color:#fff;background-color:#05030f}.step-content{width:570px;margin:0 auto}.stepper-content .ant-steps-horizontal .ant-steps-item{margin:0}.stepper-content .ant-steps-item-container{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.stepper-content .ant-steps-item-container .ant-steps-item-icon{background-color:#0000;border:3px solid #d7dbf5;justify-content:center;align-items:center;margin:0;display:flex}.stepper-content .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon{margin:0;font-size:1rem}.stepper-content .ant-steps-item-container .ant-steps-item-title{color:#05030f;text-align:center;text-wrap:wrap;padding:0;font-size:.875rem;font-weight:700;line-height:normal}@media screen and (width<=767px){.stepper-content .ant-steps-item-container .ant-steps-item-title{font-size:.75rem}}.stepper-content .ant-steps-item-container .ant-steps-item-title:after{content:none}.stepper-content .ant-steps-finish-icon{margin:0}.stepper-content .ant-steps-finish-icon .ant-steps-item-icon{background-color:#05030f;border:3px solid #05030f}.stepper-content .ant-steps-finish-icon .ant-steps-item-icon .ant-steps-icon{color:#fff}.stepper-content .ant-steps-item-active{margin:0}.stepper-content .ant-steps-item-active .ant-steps-item-icon{background-color:#05030f;border:3px solid #05030f}.stepper-content .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon{color:#fff}.stepper-content .ant-form-item-label{overflow:unset;white-space:wrap;text-align:left;margin-bottom:.875rem;line-height:normal;display:block}.stepper-content .ant-form-item-label label{color:#05030f;text-align:left;font-size:1rem;font-weight:700;line-height:normal}@media screen and (width<=767px){.stepper-content .ant-form-item-label label{font-size:.875rem}}.stepper-content .ant-form-item-label label:after{content:none}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.modal-provider .ant-modal-close{background:#fff}.modal-provider .content-modal{max-height:62vh;margin-top:20px;margin-right:16px;padding-left:0;padding-right:0;overflow-y:auto}@media screen and (width>=768px){.modal-provider .content-modal{margin-top:40px;padding-left:16px;padding-right:16px}}.modal-provider .content-modal h2{letter-spacing:-.2px;margin:0;padding:0;font-size:20px;font-weight:900;line-height:36px}@media screen and (width>=768px){.modal-provider .content-modal h2{font-size:28px}}.modal-provider .content-modal .form{flex-direction:column;margin:24px 0;display:flex}.modal-provider .content-modal .form label{letter-spacing:.2px;margin-bottom:16px;font-size:16px;font-weight:700;line-height:24px}.modal-provider .content-modal ul{flex-direction:column;row-gap:8px;margin:0;padding:0;list-style:none;display:flex}.modal-provider .content-modal ul li{grid-template-columns:1fr auto;align-items:center;column-gap:16px;display:grid}.modal-provider .content-modal ul li p{letter-spacing:.2px;margin:0;padding:0;font-size:14px;font-weight:400;line-height:20px}.modal-provider .content-modal .popconfirm-delete{padding:8px}.modal-provider .ant-modal-footer{border:none;padding-bottom:24px}@media screen and (width>=768px){.modal-provider .ant-modal-footer{padding-bottom:32px}}.modal-provider .ant-modal-footer div{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;width:100%;display:flex}@media screen and (width>=768px){.modal-provider .ant-modal-footer div{column-gap:24px}}.content-mobile{flex-direction:column;row-gap:16px;margin-bottom:24px;display:flex}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.text-uppercase{text-transform:uppercase}.modal-provider.modal-centered .ant-modal-body h2{text-align:center;border-bottom:1px solid #d7dbf5;padding-bottom:20px}.modal-provider.modal-centered .ant-modal-footer div{justify-content:center;width:100%}.profile-company__header .back{letter-spacing:.4px;color:#4f4fff;cursor:pointer;align-items:center;column-gap:8px;font-size:18px;font-style:normal;font-weight:700;line-height:20px;display:flex}.profile-company__header.title-section h1{letter-spacing:-.2px;font-size:24px;font-style:normal;font-weight:900;line-height:32px}.profile-company__header.title-section .actions{z-index:5;justify-content:center;padding:0 32px 24px;position:fixed;bottom:0;left:0;right:0}.profile-company__header.title-section .actions button{width:100%;height:48px;padding-top:14px;padding-bottom:14px;font-size:16px}@media screen and (width>=768px){.profile-company__header.title-section{margin-bottom:40px}.profile-company__header.title-section .actions{position:initial;padding:0}.profile-company__header.title-section .actions button{width:auto}}.card-user.card-external-action .flex.pos-end button{cursor:pointer;border:none;border-radius:8px;width:40px;height:40px;padding:0}.content-mobile.action-bottom{padding-bottom:100px}.action-complete{z-index:11;background:#141938cc;align-items:flex-end;width:100%;height:100vh;display:flex;position:fixed;inset:0}.action-complete .content{background:#fff;width:100%;min-height:240px}.action-complete .content .title{border-bottom:1px solid #d7dbf5;justify-content:space-between;align-items:center;margin-bottom:16px;padding:32px 32px 24px;display:flex}.action-complete .content .title h3{letter-spacing:.2px;color:#141938;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.action-complete .content .title .icon{cursor:pointer;place-content:center;width:20px;height:20px;display:grid}.action-complete .content .buttons{color:#141938;flex-direction:column;width:100%;padding-bottom:16px;font-size:16px;font-style:normal;line-height:24px;display:flex}.action-complete .content .buttons .button{cursor:pointer;align-items:flex-end;width:100%;height:64px;padding:0 32px;display:flex}.action-complete .content .buttons .button:hover{background:#edeffc}.action-complete .content .buttons .button span{border-bottom:1px solid #d7dbf5;width:100%;padding-bottom:20px;display:block}.action-complete .content .buttons button.button{text-align:left;text-transform:initial}.action-complete .content .buttons button.button span{color:#141938;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.modal-provider.modal-centered.modal-config .ant-modal-content{margin:0 5%}.modal-provider.modal-centered.modal-config .ant-modal-content .ant-modal-body{padding-bottom:20%}.modal-provider.modal-centered.modal-config.modal-mobile .ant-modal-content .ant-modal-footer{padding-left:24px;padding-right:24px}.modal-provider.modal-centered.modal-config.modal-mobile .ant-modal-content .ant-modal-footer div{width:100%;padding-bottom:24px}.modal-provider.modal-centered.modal-config.modal-mobile .ant-modal-content .ant-modal-footer div button:first-child{display:none}.modal-provider.modal-centered.modal-config.modal-mobile .ant-modal-content .ant-modal-footer div button{width:100%;height:48px}@media screen and (width>=768px){.modal-provider.modal-centered.modal-config .ant-modal-content .ant-modal-footer div{width:"100%";justify-content:center}}.withpoint{border-radius:6px;align-items:center;margin:0;padding:2px 8px;display:flex}.withpoint .withpoint-circle{border-radius:50%;width:6px;height:6px;margin-right:4px}.withpoint span{letter-spacing:.4px;font-feature-settings:"liga" off, "calt" off;color:#141938;white-space:nowrap;align-items:center;font-size:11px;font-style:normal;font-weight:900;line-height:16px;display:flex}.version-list-roles{margin:16px 0}.version-list-roles p{color:#141938;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.version-list-roles .form{flex-direction:column;align-items:flex-start;row-gap:8px;display:flex}.version-list-roles .form .select-with-label{width:100%}.version-list-roles .form button{letter-spacing:.4px;color:#4f4fff;text-transform:initial;background:0 0;border:none;justify-content:center;align-items:center;column-gap:4px;font-size:14px;font-style:normal;line-height:16px;display:flex}@media screen and (width>=768px){.version-list-roles .form{grid-template-columns:328px 143px;align-items:center;column-gap:24px;display:grid}.version-list-roles{margin-top:32px}.version-list-roles p{margin-bottom:24px;font-size:16px}}.lds-roller{width:50px;height:50px;margin:16px auto 0;display:block;position:relative}.lds-roller div{transform-origin:40px 40px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-roller}.lds-roller div:after{content:" ";background:#4f4fff;border-radius:50%;width:7px;height:7px;margin:-4px 0 0 -4px;display:block;position:absolute}.lds-roller div:first-child{animation-delay:-.036s}.lds-roller div:first-child:after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-.072s}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-provider.modal-centered.modal-config.modal-preview-version .ant-modal-content .ant-modal-body{padding-bottom:10%}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal{scrollbar-color:#e4e8f7 #fff;scrollbar-width:thin;min-height:180px;margin-top:16px;overflow-y:auto}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar{-webkit-appearance:none}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar:vertical{width:10px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar-button:increment{display:none}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar-button{display:none}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar:horizontal{height:10px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar-thumb{background-color:#e4e8f7;border-radius:20px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal::-webkit-scrollbar-track{border-radius:10px;margin-top:24px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal h2{margin:0 0 16px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version{flex-direction:column;align-items:center;row-gap:32px;width:85%;margin:0 auto;display:flex}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version{background:#fff;border:3px solid #d7dbf5;border-radius:20px;flex-direction:column;gap:32px;width:100%;padding:24px 32px;display:flex}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .left{flex-direction:column;align-items:flex-start;row-gap:16px;font-style:normal;display:flex}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .left .tag{letter-spacing:.4px;color:#7df0ba;background:#13162b;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:900;line-height:16px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .left .tag.new{color:#141938;background:#7df0ba}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .left p{letter-spacing:.1px;color:#7981b2;margin:0;padding:0;font-size:14px;font-weight:400;line-height:24px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .left h4{letter-spacing:.2px;color:#141938;overflow-wrap:anywhere;margin:0;padding:0;font-size:16px;font-weight:700;line-height:24px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .right{width:100%;height:164px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .right img{object-fit:cover;width:100%;height:100%}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version .right .not-image{letter-spacing:.2px;color:#7981b2;background:#c4c4c4;border-radius:8px;place-items:center;width:100%;height:100%;font-size:16px;font-style:normal;font-weight:700;line-height:24px;display:grid}@media screen and (width>=1024px){.modal-provider.modal-centered.modal-config.modal-preview-version{width:672px!important}.modal-provider.modal-centered.modal-config.modal-preview-version .content-modal h2{margin-bottom:32px}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version{width:100%}.modal-provider.modal-centered.modal-config.modal-preview-version .content-version .card-version{grid-template-columns:1fr 224px;column-gap:32px;padding:32px;display:grid}}.title-section-form{border-bottom:1px solid #d7dbf5;align-items:center;padding-bottom:24px;display:flex}.title-section-form .service-prevention__title{margin:0;padding:0}.upload-image{cursor:pointer;background:0 0;border:2px solid #d7dbf5;border-radius:20px;grid-template-columns:auto 1fr;column-gap:16px;width:100%;padding:24px;display:grid}.upload-image .none{display:none}.upload-image .text{flex-direction:column;row-gap:4px;display:flex}.upload-image .text h4,.upload-image .text p{margin:0;padding:0}.upload-image .text h4{letter-spacing:.2px;color:#4f4fff;font-size:16px;font-weight:700;line-height:24px}.upload-image .text p{letter-spacing:.1px;color:#7981b2;font-size:14px;font-weight:400;line-height:24px}.card-image-form.card-image-upload .image__left .detail-text{flex-direction:column;row-gap:4px;display:flex}.card-image-form.card-image-upload .image__left .detail-text .title{letter-spacing:.2px;color:#141938;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;line-height:24px;overflow:hidden}.card-image-form.card-image-upload .image__left .detail-text .size{letter-spacing:.1px;color:#7981b2;font-size:14px;font-weight:400;line-height:24px}.card-image-form.card-image-upload .image__right button{letter-spacing:.4px;color:#4f4fff;font-size:14px;font-weight:700;line-height:16px}.card-image-form.card-image-upload .image__right button span{display:initial}.add-service{letter-spacing:.2px;color:#4f4fff;background:0 0;border:none;align-items:center;column-gap:8px;font-size:12px;font-weight:600;line-height:16px;display:flex}.add-service svg{transform:scale(.8)}.add-service:active,.add-service:hover,.add-service:focus{color:#4f4fff;background:0 0}.service-range .range{gap:16px}.service-range .custom{flex-direction:column;row-gap:10px;display:flex}.service-range .custom .input-with-label input{height:auto}.service-range .custom .info-custom{align-items:center;column-gap:16px;display:flex}.service-range .custom .info-custom .text-bold{letter-spacing:.2px;color:#141938;font-size:16px;font-weight:700;line-height:24px}.ant-checkbox-group.check-list{row-gap:16px}.ant-checkbox-group.check-list .ant-checkbox-wrapper{align-items:center;column-gap:16px;display:flex}.ant-checkbox-group.check-list .ant-checkbox-wrapper .ant-checkbox+span{color:#141938;padding:0;font-size:16px;font-weight:400;line-height:24px}.config-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:24px;display:grid}@media (width<=600px){.config-container .config-container{grid-template-columns:1fr}}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.collapse-ServiceCompany{color:var(--ride-sys-color-surface-extreme);background-color:#fff;border:none;border-radius:12px;margin:12px 0}.collapse-ServiceCompany.ant-collapse>.ant-collapse-item{border-bottom-color:#e8e8e8}.collapse-ServiceCompany.ant-collapse>.ant-collapse-item>.ant-collapse-header{color:#7981b2;align-items:center;height:56px;font-weight:700;display:flex}.collapse-ServiceCompany .ant-form-item-label>label{color:var(--ride-sys-color-surface-extreme)}.collapse-ServiceCompany .form{flex-direction:column;gap:24px;display:flex}.collapse-ServiceCompany .form__items{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));column-gap:16px;display:grid}.collapse-ServiceCompany .form__items .form__item{flex:1;min-width:120px;margin-bottom:0}.collapse-ServiceCompany .form__button{margin-bottom:0;margin-left:auto}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}@media screen and (width>=768px){.service-prevention-header.header-administration{grid-template-columns:1fr auto}.service-prevention-header.header-administration .flex gap-4{align-items:center;column-gap:24px;display:flex}.service-prevention-header.header-administration .flex gap-4 button{align-items:center;column-gap:8px;display:flex}.service-prevention-header.header-administration .flex gap-4 button.link,.service-prevention-header.header-administration .flex gap-4 button.link:hover{color:#4f4fff}.service-prevention-header.header-administration .flex gap-4 button:last-child{color:#fff;padding-left:32px;padding-right:32px}}.reports{grid-template-columns:repeat(auto-fill,minmax(236px,1fr));gap:16px;margin:24px 0 32px;display:grid}.state-business{justify-content:space-between;align-items:center;column-gap:16px;display:flex}.profile-company__header .title{letter-spacing:-.2px;color:#141938;margin:0;padding:0;font-size:32px;font-weight:900;line-height:40px}.profile-company__header .title.border{border-bottom:1px solid #d7dbf5;padding-bottom:24px}@media screen and (width>=768px){.profile-company__header .title{font-size:28px;line-height:36px}}.profile-company__header--action.border{border-bottom:1px solid #d7dbf5;padding-bottom:24px}.profile-company__header--action.create{justify-content:space-between;align-items:center;column-gap:24px;display:flex}.profile-company__header--action.create .title-section{max-width:70%}.profile-company__header--action .title-section{align-items:center;column-gap:12px;display:flex}.profile-company__header--action .title-section h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-company__header--action .action-section{width:164px}.profile-company__header--action .action-section button{width:100%;font-size:18px;font-weight:700;line-height:20px}.profile-company__header--action .back{cursor:pointer}.chip-button button{color:#141938;border-color:#141938}.chip-button-select button{color:#fff;background:#141938}.chip-button-select .ant-btn-ghost:hover,.chip-button-select .ant-btn-ghost:focus{color:#fff;background:#141938;border-color:#141938}.form-user{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;display:flex}.form-user>div:first-child{align-self:flex-start;max-width:296px}@media screen and (width<=768px){.form-user>div:first-child{max-width:100%}.form-user>div:first-child>p{text-align:justify}}.form-user form{align-self:start;width:376px}.form-user form>button:last-child{margin:1rem 0}@media screen and (width<=768px){.form-user form{width:100%}}.masiveUploadErrors{flex-direction:column;gap:16px;margin:24px 0;display:flex;&>ul{flex-direction:column;gap:16px;margin:0;padding-left:20px;list-style-type:none;display:flex}}.heightgraph-container{cursor:default;user-select:none;background-color:#fafafacc;border-radius:10px;display:none}.heightgraph-toggle{cursor:pointer;background:#f8f8f9;border-radius:5px;width:28px;height:28px;display:block;box-shadow:0 1px 7px #0006}.heightgraph-toggle-icon{background:url("data:image/svg+xml,%3csvg%20width='1792'%20height='1792'%20viewBox='0%200%201792%201792'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1920%201536v128h-2048v-1536h128v1408h1920zm-384-1024l256%20896h-1664v-576l448-576%20576%20576z'/%3e%3c/svg%3e") 50%/14px 14px no-repeat;width:26px;height:26px;position:absolute}.heightgraph-close-icon{cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='1792'%20height='1792'%20viewBox='0%200%201792%201792'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1490%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068l-294%20294%20294%20294q28%2028%2028%2068z'/%3e%3c/svg%3e") 50%/14px 14px no-repeat;width:26px;height:26px;display:none;position:absolute;right:0}.border-top{fill:none}.legend-hover{cursor:pointer}.legend-text{fill:#000;cursor:pointer;font-size:10px}.tick,.tick text{fill:#000;pointer-events:none}.axis .tick line{visibility:hidden;pointer-events:none}.axis path{stroke:#000;fill:none;stroke-width:2px;shape-rendering:crispedges;pointer-events:none}.focusbox{fill:#000;pointer-events:none;font-size:10px;display:none}.focusbox rect{fill:#fffc;stroke-width:1px;stroke:#888;pointer-events:none}.focusbox text{font-size:12px}.focusLine line{stroke-width:1px;stroke:#141414;cursor:default;shape-rendering:crispedges;display:none}.height-focus.label rect{fill:#ffffff80;stroke-width:1px;stroke:#888;pointer-events:none;shape-rendering:crispedges}.height-focus.line{stroke:#141414;stroke-width:1px;shape-rendering:crispedges}.height-focus.circle{stroke:#fff;stroke-width:1px}.mouse-height-box-text{font-size:12px}.grid .tick{pointer-events:none}.grid .tick line{stroke:#eee;stroke-width:1px;shape-rendering:crispedges}.grid path{stroke-width:0;pointer-events:none}.tspan{font-weight:700}.select-symbol{cursor:pointer}.select-info{cursor:default}.lineSelection{cursor:move}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mt-auto{margin-top:auto}.mx-auto{margin-left:auto;margin-right:auto}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-12{margin-bottom:3rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.flex{display:flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.grow{flex-grow:1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-10{gap:2.5rem}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.rounded-none{border-radius:0}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-4xl{border-radius:2rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-2\/3{width:66.6667%}.w-1\/4{width:25%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.6667%}.w-5\/6{width:83.3333%}.capitalize{text-transform:capitalize}.hidden{display:none}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.place-content-center{place-content:center}.justify-self-start{justify-self:start}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-10{line-height:2.5rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.whitespace-break-spaces{white-space:break-spaces}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.h-full{height:100%}.h-screen{height:100vh}.h-auto{height:auto}.h-1\/2{height:50%}.h-1\/3{height:33.3333%}.h-2\/3{height:66.6667%}.h-1\/4{height:25%}.h-3\/4{height:75%}.min-w-0{min-width:0}.min-w-full{min-width:100%}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-full{max-width:100%}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.text-primary{color:#0052cc}.text-secondary{color:#6554c0}.text-success{color:#36b37e}.text-danger{color:#ff5630}.text-warning{color:#ffab00}.text-info{color:#00b8d9}.text-dark{color:#172b4d}.text-gray{color:#6b778c}.text-light{color:#f4f5f7}.text-white{color:#fff}.text-black{color:#000}.bg-primary{background-color:#0052cc}.bg-secondary{background-color:#6554c0}.bg-success{background-color:#36b37e}.bg-danger{background-color:#ff5630}.bg-warning{background-color:#ffab00}.bg-info{background-color:#00b8d9}.bg-dark{background-color:#172b4d}.bg-gray{background-color:#6b778c}.bg-light{background-color:#f4f5f7}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-transparent{background-color:#0000}.border{border-style:solid;border-width:1px}.border-0{border-width:0}.border-t{border-top-style:solid;border-top-width:1px}.border-r{border-right-style:solid;border-right-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-l{border-left-style:solid;border-left-width:1px}.border-primary{border-color:#0052cc}.border-secondary{border-color:#6554c0}.border-success{border-color:#36b37e}.border-danger{border-color:#ff5630}.border-warning{border-color:#ffab00}.border-info{border-color:#00b8d9}.border-dark{border-color:#172b4d}.border-gray{border-color:#6b778c}.border-light{border-color:#f4f5f7}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.transition{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:var(--tw-transform)}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:var(--tw-transform)}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:var(--tw-transform)}.rotate-0{--tw-rotate:0deg;transform:var(--tw-transform)}.rotate-90{--tw-rotate:90deg;transform:var(--tw-transform)}.rotate-180{--tw-rotate:180deg;transform:var(--tw-transform)}.rotate-270{--tw-rotate:270deg;transform:var(--tw-transform)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.text-title-xlarge-default{font-family:var(--ride-gl-font-family-primary);font-weight:700;font-style:Bold;font-size:var(--ride-gl-font-size-3xlarge);line-height:var(--ride-gl-line-height-3xlarge);letter-spacing:var(--ride-gl-letter-spacing-medium)}.text-paragraph-large-default{font-family:var(--ride-gl-font-family-primary);font-weight:500;font-style:Medium;font-size:var(--ride-gl-font-size-large);line-height:var(--ride-gl-line-height-2xlarge);letter-spacing:var(--ride-gl-letter-spacing-xlarge)}@media (width<=767px){.text-title-xlarge-default,.text-paragraph-large-default{font-size:var(--ride-gl-font-size-xlarge);line-height:var(--ride-gl-line-height-xlarge)}}.subLayerContainer{cursor:pointer;align-items:center;gap:8px;transition:right .5s ease-in-out;display:flex}@media (width<=768px){.subLayerContainer{display:none}}.subLayerContainer.has-filters{right:390px}.subLayerContainer .subLayerItem{color:#000;background-color:#fff;border:1px solid #000;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;display:flex}.subLayerContainer .subLayerItem.active{color:#fff;background-color:#000}.subLayerContainer .subLayerItem.active input[type=checkbox]{accent-color:#fff}.subLayerContainer .subLayerItem input[type=checkbox]{opacity:0;accent-color:#000;width:0;height:0;position:absolute}.subLayerContainer .subLayerItem label{letter-spacing:.2px;cursor:pointer;font-family:BR Sonoma;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.select-layer{width:200px}.legend{z-index:1000;align-items:flex-start;gap:var(--ride-gl-spacing-large);background:var(--ride-sys-color-surface-subtle);cursor:default;border-radius:12px;flex-direction:column;width:max-content;padding:8px;display:inline-flex;position:absolute}@media (width<=768px){.legend{width:100%}}.legend p{color:var(--ride-sys-color-text-extreme,--ride-sys-color-text-extreme);letter-spacing:.2px;font-family:BR Sonoma;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.legend .numbers{border:2px solid #d3d3d3;border-radius:40px;align-items:center;gap:35px;width:100%;height:28px;padding:0 35px;display:flex}.legend.uv .numbers{padding:0 15px}.legend .numbers span{color:var(--ride-sys-color-text-inverse,--ride-sys-color-text-inverse);text-align:center;text-shadow:0 0 4px #09081fcc,0 0 3px #09081f;letter-spacing:.2px;flex:1 0 0;font-family:BR Sonoma;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.legend .text-wrapper{justify-content:space-between;align-self:stretch;align-items:flex-start;display:flex}.legend.uv .text-wrapper{gap:35px;justify-content:unset;padding:0 15px}@media (width<=768px){.legend .text-wrapper{display:none}}.legend .text-wrapper>div{color:var(--ride-sys-color-text-medium,--ride-sys-color-text-medium);letter-spacing:.2px;font-family:BR Sonoma;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.legend .close-button{cursor:pointer;color:var(--ride-sys-color-text-extreme);background:0 0;border:none;padding:8px;font-size:16px;position:absolute;top:0;right:0}.legend.infrared .numbers{background:linear-gradient(270deg,#b215ad 0%,#f8d1f7 9.11%,#2c0808 15.01%,#e02b2b 20.91%,#ee760e 26.8%,#ffdc00 32.77%,#39be31 38.51%,#1790be 44.36%,#18256c 50.04%,#314ad8 55.98%,#a4e1f8 73.63%,#d1f0fb 85.33%,#555971 91.14%,#141938 97.04%)}.legend.visible .numbers{background:linear-gradient(90deg,#11131f 0% 5%,#2b304e 20%,#555971 40%,#b0b5ca 60%,#eaeaed 80% 95%)}.legend.daily-rain .numbers{background:linear-gradient(90deg,#fff 3.59%,#ebf8ea 10.18%,#d4f6ee 17.05%,#a4e1f8 23.29%,#11bdff 30.04%,#29d5ac 36.92%,#39be31 50.11%,#ffdc00 56.75%,#ee760e 70.26%,#e02b2b 76.82%,#701515 83.53%,#8018b0 90.25%,#df1bd9 97.12%)}.legend.accumulated-rain .numbers{background:linear-gradient(90deg,#d4f6ee 4.52%,#a4e1f8 13.62%,#11bdff 31.9%,#b4e138 40.92%,#ffdc00 49.96%,#ee760e 59.27%,#e02b2b 68.16%,#df1bd9 77.22%,#b215ad 86.47%,#6f0d6c 100%)}.legend.relative-humidity .numbers{background:linear-gradient(90deg,#d4a984 3.59%,#ebf8ea 16.5%,#caf3e3 27.63%,#a9eedd 38.74%,#5fbfcd 49.77%,#1790be 60.59%,#1f63b4 72.58%,#273bac 83.22%,#18256c 94.24%)}.legend.temperature .numbers{background:linear-gradient(90deg,#8018b0 0%,#314ad8 9.88%,#11bdff 23.36%,#a4e1f8 36.74%,#a9eedd 43.34%,#caea73 56.58%,#fff199 63.69%,#ffdc00 69.94%,#ee760e 77.05%,#e02b2b 83.05%,#701515 90.04%,#2c052b 96.91%)}.legend.wind .numbers{background:linear-gradient(90deg,#5b659d 0%,#89b5c2 14.75%,#a9eedd 25.2%,#e1f3af 35.27%,#fff199 45.34%,#ffdc00 55.11%,#f7ac07 64.42%,#ee760e 74.81%,#af423d 84.87%,#6f0d6c 94.95%)}.legend.cloud .numbers{background:linear-gradient(90deg, #fff0 0%, #ffffff36 21.36%, #ffffff5c 35.69%, #ffffff82 50.53%, #ffffffa3 64.2%, #ffffffc9 79.03%, #fff 100%), var(--Neutral-600,#2b304e)}.legend.waves .numbers{background:linear-gradient(90deg,#d4f6ee 6.44%,#a9eedd 22.1%,#a4e1f8 36.08%,#6c98e8 49.81%,#314ad8 64.37%,#7030c3 78.58%,#b215ad 93.26%)}.legend.horizontal-visibility .numbers{background:linear-gradient(90deg,#2c052b 0%,#18256c 16.47%,#344b88 27.74%,#5070a4 38.86%,#6b95bf 49.69%,#88bbdc 61.1%,#a4e1f8 72.41%,#d1f0fb 83.26% 94.46%)}.legend.uv .numbers{background:linear-gradient(90deg,#b4e138 0%,#ffdc00 15.07%,#f6a907 25.08%,#ee760e 41.78%,#e02b2b 53.1%,#df1bd9 60.9%,#bc61e7 64.92%,#6257ac 78.15%,#a4e1f8 91.93%)}.legend.nino-costero .numbers{background:linear-gradient(90deg,#8b4512 0%,#fddd26 25.62%,#fff 50.34%,#21671f 68.18%,#74e0d0 77.69%,#47aafb 86.34%,#050174 100%)}.legend.dispersion .numbers{background:linear-gradient(90deg,#ffffe5 0%,#fff7bc 12.5%,#fee391 25%,#fec44f 37.5%,#fe9929 50%,#ec7014 62.5%,#cc4c02 75%,#993404 100%)}.legend-button{z-index:1000;position:absolute;bottom:115px;left:13px}.legend-button.no-time-control{bottom:10px}.legend-container{z-index:1000;opacity:0;visibility:hidden;width:max-content;transition:opacity .5s ease-in-out,transform .5s ease-in-out,visibility .5s ease-in-out;position:absolute;bottom:160px;left:13px;transform:translateY(-20px)}@media (width<=768px){.legend-container{width:calc(100% - 27px);bottom:173px}}.legend-container.no-time-control{bottom:113px}.legend-container.no-time-control.static{bottom:13px}.legend-container.no-time-control.static.volcanoes{bottom:103px}.legend-container.visible{opacity:1;visibility:visible;transform:translateY(0)}.legend-points-container{background:#f8f9ff;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;width:fit-content;min-width:200px;padding:16px 16px 16px 20px;display:inline-flex}.legend-icon{cursor:pointer;width:16px;height:16px;position:absolute;top:8px;right:8px}.legend-icon-background{opacity:0;width:16px;height:16px;position:absolute}.legend-icon-foreground{color:#03050f;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;font-weight:700;display:flex;position:absolute;top:0;left:0}.legend-title{color:#03050f;letter-spacing:.2px;word-wrap:break-word;align-self:stretch;font-family:BR Sonoma;font-size:12px;font-weight:700;line-height:16px}.legend-item{justify-content:flex-start;align-items:flex-start;gap:12px;display:inline-flex}.legend-circle{border:2px solid #1433cc33;border-radius:21px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:15px;height:15px;padding:8px;display:inline-flex}.legend-circle-text{text-align:center;color:#000;letter-spacing:.2px;word-wrap:break-word;align-self:stretch;font-family:BR Sonoma;font-size:10px;font-weight:700;line-height:12px}.legend-label{color:#03050f;letter-spacing:.1px;word-wrap:break-word;font-family:BR Sonoma;font-size:12px;font-weight:400;line-height:20px}.earthquakes-legend{width:557px}@media screen and (width<=768px){.earthquakes-legend{width:100%}}.earthquakes-legend-content{background:#fff;border-radius:12px;padding:.8rem}.earthquakes-legend-content span{color:var(--ride-sys-color-text-extreme);font-family:var(--ride-gl-font-family-primary);font-size:var(--ride-gl-font-size-small);font-style:normal;font-weight:700;line-height:var(--ride-gl-line-height-medium);letter-spacing:var(--ride-gl-letter-spacing-xlarge)}.earthquakes-legend-bars{width:100%}.earthquakes-legend-bar-container{border:2px solid var(--ride-sys-color-border-disable);border-radius:40px;width:100%;display:flex}.earthquakes-legend-bar{border-radius:0;flex:1;height:20px}.earthquakes-legend-bar-yellow{background:#ffd147}.earthquakes-legend-bar-green{background:#64dc00}.earthquakes-legend-bar-blue{background:#00a2ff}.earthquakes-legend-bar-purple{background:#4c32cd}.earthquakes-legend-bar-violet{background:#ae01ff}.earthquakes-legend-bar-pink{background:#ff00f7}.earthquakes-legend-bar-red{background:#ff004d}.earthquakes-legend-bar-dark-red{background:#870256}.first-bar{border-top-left-radius:40px;border-bottom-left-radius:40px}.last-bar{border-top-right-radius:40px;border-bottom-right-radius:40px}.earthquakes-legend-labels{gap:3.3rem;width:100%;display:flex}@media screen and (width<=768px){.earthquakes-legend-labels{gap:2rem}}.earthquakes-legend-labels label{color:#03050f;letter-spacing:.2px;word-wrap:break-word;font-family:BR Sonoma;font-size:10px;font-weight:700;line-height:12px}.earthquakes-legend-descriptions{justify-content:space-around;width:100%;margin-top:.3rem;display:flex}.earthquakes-legend-descriptions label{color:#5e6488;letter-spacing:.2px;word-wrap:break-word;font-family:BR Sonoma;font-size:10px;font-weight:700;line-height:12px}.legend-extra-earthquake{z-index:1000;background:#fff;border-radius:16px;justify-content:flex-start;align-items:flex-start;width:176px;height:94px;padding:20px;display:inline-flex;position:absolute;bottom:137px;left:13px;box-shadow:0 6px 32px #aeacf373}.legend-extra-earthquake-inner{background:#fff;flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:flex-start;display:inline-flex}.legend-extra-earthquake-item{justify-content:flex-start;align-self:stretch;align-items:center;gap:16px;display:inline-flex}.legend-extra-earthquake-text{color:#03050f;letter-spacing:.1px;word-wrap:break-word;flex:1 1 0;font-family:BR Sonoma;font-size:12px;font-weight:700;line-height:20px}.legend-extra-earthquake-icon{background:#fff;width:27px;height:27px;position:relative}.legend-extra-earthquake-icon-inner{background:linear-gradient(45deg,#f81e42 0%,#fa6981 100%);width:20.21px;height:20.24px;position:absolute;top:3.38px;left:3.41px}.legend-extra-earthquake-icon-inner.other{background:#2b304e}.leaflet-icon-marker-earthquake{background:0 0;border:none}.seismic-map-modal .modal-header{justify-content:space-between;align-items:flex-start;display:flex}.seismic-map-modal .legend-seismic{padding:0;list-style:none}.legend-seismic li{align-items:flex-start;gap:.5rem;margin-bottom:8px;display:flex}.legend-color{flex:5%;width:20px;height:20px;display:inline-block}.legend-seismic li strong{flex:20%}.legend-seismic li p{flex:75%;margin:0}.legend-color.weak{background-color:#ffd147}.legend-color.light{background-color:#64dc00}.legend-color.moderate{background-color:#00a2ff}.legend-color.strong{background-color:#4c32cd}.legend-color.very-strong{background-color:#ae01ff}.legend-color.severe{background-color:#ff00f7}.legend-color.violent{background-color:#ff004d}.legend-color.extreme{background-color:#870256}.source{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:16px;font-size:.875rem;display:flex}.source p{margin:0}.leaflet-popup-content p{margin:.5rem 0}@media (width<=768px){.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{display:flex}}.leaflet-bar-timecontrol{display:none}.current-hour-column{color:#00008b;background-color:#f0f0f0;font-weight:600}.back-color-red-1{background-color:#ff1c44}.back-color-gray-7{background-color:#f7f8fc}.color-primary{color:var(--ride-sys-color-surface-extreme)}.color-red-1{color:#ff1c44}.color-gray-3{color:#a3abcc}::selection{color:#fff;background:var(--ride-sys-color-surface-extreme)}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Regular.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Regular.woff)format("woff");font-weight:400}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Medium.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Medium.woff)format("woff");font-weight:500}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-SemiBold.woff)format("woff");font-weight:600}@font-face{font-family:BR Sonoma;src:url(https://www.rimac.com/fonts/BRSonoma-Bold.woff2)format("woff2"),url(https://www.rimac.com/fonts/BRSonoma-Bold.woff)format("woff");font-weight:700}.tox-notification{display:none!important}header.ant-layout-header{background:#ef3340;place-content:center space-between;padding:15px;display:flex}header.ant-layout-header img{align-self:center!important;width:auto!important}a{text-decoration:none}body{background:#fff;min-height:-webkit-fill-available}#map-container::-webkit-scrollbar{display:none}.content.ant-layout-content{background:#fff;width:100%;display:flex}.content.ant-layout-content.admin{flex-direction:column}.gmnoprint a,.gmnoprint span,.gm-style-cc{display:none}a[href^="https://maps.google.com/maps"]{display:none!important}.content{border-left:1px solid #ccc!important}.ant-layout-sider{background:#fff!important}.full-h{height:100%}.button-purple-link{color:#4f4fff;height:28px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-weight:700;line-height:16px}.button-purple-link span{text-transform:lowercase}.button-purple-link span:first-letter{text-transform:uppercase}.button-outlined-purple-link{color:#4f4fff;border-width:2px;border-color:#4f4fff;border-radius:16px;height:28px;font-family:BR Sonoma,serif,sans-serif,monospace;font-size:14px;font-weight:700;line-height:16px}.button-outlined-purple-link span{text-transform:lowercase}.button-outlined-purple-link span:first-letter{text-transform:uppercase}.modal-fullpage{top:0}.modal-fullpage .ant-modal-content{border-radius:0;flex-direction:column;align-items:center;display:flex}.modal-fullpage .ant-modal-body{width:100%;max-width:960px}.modal-fullpage .ant-modal-close{color:#7981b2;border:1px solid #7981b2;border-radius:50%;top:24px;right:24px}.modal-fullpage .ant-modal-header{margin-top:40px}.modal-fullpage .ant-modal-close-x{width:32px;height:32px;font-size:20px;line-height:30px}.modal-fullpage .ant-modal-title{color:#141938;text-transform:capitalize;font-size:32px;font-weight:900}.ant-time-picker-input{font-size:16px}b,strong{font-weight:700!important}p{margin-bottom:0}
