/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-outline-width:1px;--f-button-outline-color:rgba(0,0,0,.7);--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-opacity:1;--f-button-svg-disabled-opacity:.5;--f-button-svg-transition:opacity .15s ease;--f-button-svg-transform:none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color,var(--f-button-color));background-color:var(--f-button-hover-bg,var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)));background-color:var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity,1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s) * .2) ease calc(var(--f-transition-duration,.2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap,0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap,0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap,0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap,0)))}}.f-zoomInUp{animation:var(--f-transition-duration,.3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);opacity:var(--f-zoomInUp-opacity,0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y,150px),0);opacity:0}}.f-carousel__slide.has-html{overflow:auto}.f-html{position:relative;margin:var(--f-html-margin,0);padding:var(--f-html-padding,2rem);color:var(--f-html-color,currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{box-sizing:border-box;min-height:1px;overflow:visible;width:100%;height:100%}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;max-width:100%;max-height:calc(80vh - 100px);overflow:auto;margin:var(--f-caption-margin);padding:var(--f-caption-padding,16px 4px);overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;max-width:var(--f-video-width,960px);max-height:var(--f-video-height,540px);aspect-ratio:var(--f-video-aspect-ratio);min-height:1px;overflow:visible;background:var(--f-video-bg,rgba(0,0,0,.9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width:var(--f-arrow-width,46px);--f-button-height:var(--f-arrow-height,46px);--f-button-svg-width:var(--f-arrow-svg-width,24px);--f-button-svg-height:var(--f-arrow-svg-height,24px);--f-button-svg-stroke-width:var(--f-arrow-svg-stroke-width,1.75);--f-button-border-radius:var(--f-arrow-border-radius,unset);--f-button-bg:var(--f-arrow-bg,transparent);--f-button-hover-bg:var(--f-arrow-hover-bg,var(--f-arrow-bg));--f-button-active-bg:var(--f-arrow-active-bg,var(--f-arrow-hover-bg));--f-button-shadow:var(--f-arrow-shadow);--f-button-color:var(--f-arrow-color);--f-button-hover-color:var(--f-arrow-hover-color,var(--f-arrow-color));--f-button-active-color:var(--f-arrow-active-color,var(--f-arrow-hover-color));overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos,0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos,0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos,0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos,0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height:100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin,0);padding:var(--f-toolbar-padding,8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg,none);box-shadow:var(--f-toolbar-shadow,none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color,currentColor);font-size:var(--f-toolbar-font-size,17px);font-weight:var(--f-toolbar-font-weight,inherit);font-family:var(--f-toolbar-font,-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap,0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin,0);padding:var(--f-counter-padding,4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap,4px)}:root{--f-thumbs-gap:8px;--f-thumbs-margin:0;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-z-index:1;--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-fit:cover;--f-thumb-opacity:1;--f-thumb-transition:opacity .3s ease,transform .15s ease;--f-thumb-border:none;--f-thumb-border-radius:4px;--f-thumb-transfors:none;--f-thumb-shadow:none;--f-thumb-bg:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.05));--f-thumb-focus-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff}.f-thumbs{--f-carousel-slide-width:calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height:calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap:0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap) * .5);cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity,1);transform:var(--f-thumb-hover-transform,none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border,none);box-shadow:var(--f-thumb-hover-shadow,var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity,1);transform:var(--f-thumb-focus-transform,none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity,1);transform:var(--f-thumb-active-transform,none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border,none);box-shadow:var(--f-thumb-active-shadow,var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity,1);transform:var(--f-thumb-selected-transform,none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border,none);box-shadow:var(--f-thumb-selected-shadow,var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width:46px;--f-thumb-extra-gap:16px;--f-carousel-slide-width:calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));--f-carousel-slide-height:var(--f-thumb-height);--width-diff:calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff) * 2);margin-left:calc(var(--width-diff) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift:calc((var(--width-diff) * .5) * var(--progress));--clip-path:inset(0 var(--clip-shift) round var(--f-thumb-border-radius,0));padding:0;overflow:visible;left:var(--shift,0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration,.2s) var(--f-thumb-transition-easing,ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,none)}.f-thumbs.is-modern{--f-transition-duration:.25s;--f-transition-easing:ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration:0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height,3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color,var(--f-carousel-theme-color,#575ad6));user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin,0px) + var(--f-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height:100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-backdrop-bg:rgba(24,24,27,.95);--f-toolbar-margin:0;--f-toolbar-padding:8px;--f-toolbar-gap:0;--f-toolbar-color:#ddd;--f-toolbar-font-size:16px;--f-toolbar-font-weight:500;--f-toolbar-font:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;--f-toolbar-line-height:var(--f-button-height);--f-toolbar-text-shadow:1px 1px 1px rgba(0,0,0,.75);--f-toolbar-shadow:none;--f-toolbar-bg:none;--f-counter-margin:0;--f-counter-padding:0px 10px;--f-counter-gap:4px;--f-counter-line-height:var(--f-button-height);--f-carousel-gap:17px;--f-carousel-slide-width:100%;--f-carousel-slide-height:100%;--f-carousel-slide-padding:0;--f-carousel-slide-bg:unset;--f-html-color:#222;--f-html-bg:#fff;--f-error-color:#fff;--f-error-bg:#333;--f-caption-margin:0;--f-caption-padding:16px 4px;--f-caption-color:var(--fancybox-color,#dbdbdb);--f-caption-bg:transparent;--f-caption-font:inherit;--f-caption-line-height:1.375;--f-spinner-color-1:rgba(255,255,255,.2);--f-spinner-color-2:rgba(255,255,255,.8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px;--f-progressbar-color:rgba(255,255,255,.2);--f-button-width:46px;--f-button-height:46px;--f-button-color:#ddd;--f-button-hover-color:#fff;--f-button-outline-width:1px;--f-button-outline-color:rgba(255,255,255,.75);--f-button-outline-offset:0px;--f-button-bg:rgba(54,54,54,.75);--f-button-border:0;--f-button-border-radius:0;--f-button-shadow:none;--f-button-transition:all .2s ease;--f-button-transform:none;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.75;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.01)),drop-shadow(1px 2px 1px rgba(24,24,27,.05));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.5;--f-arrow-pos:32px;--f-arrow-width:50px;--f-arrow-height:50px;--f-arrow-svg-width:24px;--f-arrow-svg-height:24px;--f-arrow-svg-stroke-width:2;--f-arrow-border-radius:50%;--f-arrow-bg:rgba(54,54,54,.65);--f-arrow-color:#ddd;--f-arrow-hover-color:#fff;--f-thumbs-margin:0px;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-bg:none;--f-thumb-transition:all .2s ease;--f-thumb-width:94px;--f-thumb-height:76px;--f-thumb-opacity:1;--f-thumb-border:none;--f-thumb-shadow:none;--f-thumb-transform:none;--f-thumb-focus-opacity:1;--f-thumb-focus-border:none;--f-thumb-focus-shadow:inset 0 0 0 2px rgba(255,255,255,.65);--f-thumb-focus-transform:none;--f-thumb-hover-opacity:1;--f-thumb-hover-border:none;--f-thumb-hover-transform:none;--f-thumb-active-opacity:var(--f-thumb-hover-opacity);--f-thumb-active-border:var(--f-thumb-hover-border);--f-thumb-active-transform:var(--f-thumb-hover-transform);--f-thumb-selected-opacity:1;--f-thumb-selected-border:none;--f-thumb-selected-shadow:inset 0 0 0 2px #fff;--f-thumb-selected-transform:none;position:absolute;inset:0;overflow:hidden;outline:none;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color:#222;--fancybox-backdrop-bg:rgba(255,255,255,.97);--f-toolbar-color:var(--fancybox-color,#222);--f-toolbar-text-shadow:none;--f-toolbar-font-weight:400;--f-html-color:var(--fancybox-color,#222);--f-html-bg:#fff;--f-error-color:#555;--f-error-bg:#fff;--f-video-bg:#fff;--f-caption-color:#333;--f-spinner-color-1:rgba(0,0,0,.2);--f-spinner-color-2:rgba(0,0,0,.8);--f-spinner-border-width:3.5px;--f-progressbar-color:rgba(111,111,116,.2);--f-button-color:#333;--f-button-hover-color:#000;--f-button-outline-color:rgba(0,0,0,.85);--f-button-bg:rgba(255,255,255,.85);--f-button-svg-stroke-width:1.3;--f-button-svg-filter:none;--f-arrow-bg:rgba(255,255,255,.85);--f-arrow-color:#333;--f-arrow-hover-color:#000;--f-arrow-svg-stroke-width:1.3;--f-close-button-color:#555;--f-close-button-hover-color:#000;--f-thumb-bg:linear-gradient(#ebeff2,#e2e8f0);--f-thumb-focus-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #888;--f-thumb-selected-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity,1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration,.35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height:100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset,0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color:var(--f-error-color,--f-html-color);--f-html-bg:var(--f-error-bg,--f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width:var(--f-close-button-width,34px);--f-button-height:var(--f-close-button-height,34px);--f-button-border-radius:var(--f-close-border-radius,4px);--f-button-color:var(--f-close-button-color,#fff);--f-button-hover-color:var(--f-close-button-hover-color,#fff);--f-button-bg:var(--f-close-button-bg,transparent);--f-button-hover-bg:var(--f-close-button-hover-bg,transparent);--f-button-active-bg:var(--f-close-button-active-bg,transparent);--f-button-svg-width:var(--f-close-button-svg-width,22px);--f-button-svg-height:var(--f-close-button-svg-height,22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}
*:where(:not(html,iframe,canvas,img,svg,video,audio,em,u,input[type=checkbox],input[type=radio],ol,ul):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}ul.menu{margin:0}:where([contenteditable]:not([contenteditable=false])){overflow-wrap:break-word}:where([hidden]){display:none}::marker{content:initial}::placeholder{color:unset}table{border-collapse:collapse}textarea{white-space:revert}a,button{cursor:pointer}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}.commerce-order-item-variation-cart-form-form .form-actions,.gto-commerce-cart-add-to-cart-product .form-actions{height:100%}.commerce-order-item-variation-cart-form-form,.gto-commerce-cart-add-to-cart-product{display:flex;border-radius:4px;background-color:#44b1ea;box-shadow:0 12px 24px -16px #00000052;color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;justify-content:flex-start;align-items:center;height:56px;width:100%;max-width:316px;padding:12px 16px}.commerce-order-item-variation-cart-form-form:hover .form-actions.form-actions-modal .add_to_cart_product_button:hover,.gto-commerce-cart-add-to-cart-product:hover .form-actions.form-actions-modal .add_to_cart_product_button:hover{border:1px solid #44B1EA}.commerce-order-item-variation-cart-form-form .field--name-quantity,.gto-commerce-cart-add-to-cart-product .field--name-quantity{display:flex;justify-content:center;align-items:center;max-width:100px}.commerce-order-item-variation-cart-form-form .field--name-quantity:after,.gto-commerce-cart-add-to-cart-product .field--name-quantity:after{content:"";display:flex;width:32px;height:1px;transform:rotate(-90deg);align-items:flex-start;opacity:.32;background-color:#f0f0f0}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item{margin:0;display:flex;align-items:center;justify-content:center}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item label,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item label{display:none}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .form-number,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .form-number{width:28px;text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;-moz-appearance:textfield}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .before,.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .after,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .after{display:flex;align-items:center;justify-content:center}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .before:before,.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .after:before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .before:before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .after:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='minus'%3e%3cpath%20id='Vector'%20d='M3.33334%208H12.6667'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");width:16px;height:16px;background-repeat:no-repeat;background-size:cover;background-position:center;margin:auto 0;cursor:pointer}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .after:before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .after:before{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='plus'%3e%3cpath%20id='Vector'%20d='M8%203.33325V12.6666'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33334%208H12.6667'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.commerce-order-item-variation-cart-form-form .form-actions,.gto-commerce-cart-add-to-cart-product .form-actions{margin:0;gap:8px;width:100%;justify-content:center;align-items:center}.commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart,.commerce-order-item-variation-cart-form-form .form-actions .add_to_cart_button,.gto-commerce-cart-add-to-cart-product .form-actions .button--add-to-cart,.gto-commerce-cart-add-to-cart-product .form-actions .add_to_cart_button{padding:0;width:100%;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;background-color:transparent;height:100%;min-width:83px;font-family:Ubuntu}@media(min-width:992px){.commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart,.commerce-order-item-variation-cart-form-form .form-actions .add_to_cart_button,.gto-commerce-cart-add-to-cart-product .form-actions .button--add-to-cart,.gto-commerce-cart-add-to-cart-product .form-actions .add_to_cart_button{font-size:1rem}}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper input,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper input{cursor:pointer}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper:before,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='shopping-cart'%20clip-path='url(%23clip0_1084_128)'%3e%3cpath%20id='Vector'%20d='M7.50002%2018.3334C7.96026%2018.3334%208.33335%2017.9603%208.33335%2017.5001C8.33335%2017.0398%207.96026%2016.6667%207.50002%2016.6667C7.03978%2016.6667%206.66669%2017.0398%206.66669%2017.5001C6.66669%2017.9603%207.03978%2018.3334%207.50002%2018.3334Z'%20fill='white'%20stroke='white'%20stroke-width='1.75'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M16.6666%2018.3334C17.1269%2018.3334%2017.5%2017.9603%2017.5%2017.5001C17.5%2017.0398%2017.1269%2016.6667%2016.6666%2016.6667C16.2064%2016.6667%2015.8333%2017.0398%2015.8333%2017.5001C15.8333%2017.9603%2016.2064%2018.3334%2016.6666%2018.3334Z'%20fill='white'%20stroke='white'%20stroke-width='1.75'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M0.833313%200.833252H4.16665L6.39998%2011.9916C6.47618%2012.3752%206.6849%2012.7199%206.9896%2012.9652C7.2943%2013.2104%207.67556%2013.3407%208.06665%2013.3333H16.1666C16.5577%2013.3407%2016.939%2013.2104%2017.2437%2012.9652C17.5484%2012.7199%2017.7571%2012.3752%2017.8333%2011.9916L19.1666%204.99992H4.99998'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1084_128'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:20px;height:20px;flex:0 0 20px;background-repeat:no-repeat;background-size:cover;background-position:center;margin:auto 0}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper .ajax-progress,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper .ajax-progress{margin:0}.commerce-order-item-variation-cart-form-form div span,.gto-commerce-cart-add-to-cart-product div span{display:none}.gto-commerce-cart-add-to-cart-product.view-mode-teaser .form-actions.form-actions-modal{display:flex}.gto-commerce-cart-add-to-cart-product.view-mode-full:hover{background-color:#44b1ea;color:#fff}.gto-commerce-cart-add-to-cart-product.view-mode-full:hover .form-actions.form-actions-modal .add_to_cart_product_button:before{filter:invert(0)}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser:hover{background-color:#44b1ea;color:#fff}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser:hover .form-actions.form-actions-modal .add_to_cart_product_button:before{filter:invert(0)}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser .field--name-quantity .form-item-quantity input::-webkit-outer-spin-button,.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser .field--name-quantity .form-item-quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser .field--name-quantity .form-item-quantity input[type=number]{-moz-appearance:textfield}
*:where(:not(html,iframe,canvas,img,svg,video,audio,em,u,input[type=checkbox],input[type=radio],ol,ul):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}ul.menu{margin:0}:where([contenteditable]:not([contenteditable=false])){overflow-wrap:break-word}:where([hidden]){display:none}::marker{content:initial}::placeholder{color:unset}table{border-collapse:collapse}textarea{white-space:revert}a,button{cursor:pointer}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}.page-title{display:none}.product__wrapper--main{font-family:Ubuntu;display:flex;flex-direction:column}@media(min-width:768px){.product__wrapper--main{flex-direction:row;gap:18px}}@media(min-width:992px){.product__wrapper--main{gap:48px}}.product__wrapper--main .main-images{display:flex;flex-direction:column;position:relative}.product__wrapper--main .main-images__links{position:absolute;top:25px;right:0;z-index:5;display:flex;justify-content:center;align-items:center;gap:8px}.product__wrapper--main .main-images__links--compare{display:flex;align-items:center;gap:8px;border-radius:64px;border:1px solid #F0F0F0;color:#3d3f4e;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:uppercase;background-color:#fff;cursor:pointer}.product__wrapper--main .main-images__links--compare.hidden{display:none}.product__wrapper--main .main-images__links--compare:hover{border:1px solid #44B1EA;color:#44b1ea;transition:.3s}.product__wrapper--main .main-images__links--compare .comparison__button{display:flex;width:24px;cursor:pointer;text-indent:-9999px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Balance'%3e%3cpath%20id='Vector'%20d='M12%204.6875V23.0625'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M4.6875%204.6875H19.3125'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M4.6875%2017.8125C2.61642%2017.8125%200.9375%2016.1336%200.9375%2014.0625L4.6875%204.6875L8.4375%2014.0625C8.4375%2016.1336%206.75858%2017.8125%204.6875%2017.8125Z'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M19.3125%2017.8125C17.2414%2017.8125%2015.5625%2016.1336%2015.5625%2014.0625L19.3125%204.6875L23.0625%2014.0625C23.0625%2016.1336%2021.3836%2017.8125%2019.3125%2017.8125Z'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M0.9375%2014.0625H8.4375'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M15.5625%2014.0625H23.0625'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M8.25%2023.0625H15.75'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_8'%20d='M10.125%200.9375H13.875'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:#3d3f4e;-webkit-mask-size:contain;border-radius:50%;padding:16px 26px;mask-size:24px}.product__wrapper--main .main-images__links--compare .comparison__button.remove-link{width:27px;height:27px;padding:26px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='balance%202'%3e%3cg%20id='Balance'%3e%3cpath%20id='Vector'%20d='M12%204L12%207'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M5.5%205L18.5%209'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M5.5%2018C3.01471%2018%201%2016.0381%201%2013.618L5.5%205L10%2013.618C10%2016.0381%207.98529%2018%205.5%2018Z'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M18.5%2022C16.0147%2022%2014%2020.0381%2014%2017.618L18.5%209L23%2017.618C23%2020.0381%2020.9853%2022%2018.5%2022Z'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M1%2014H10'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M14%2018H23'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M10.125%203H13.875'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.product__wrapper--main .main-images__links--compare .comparison__button.different-type,.product__wrapper--main .main-images__links--compare .comparison__button.limit-reached{background-color:#b9b9b9}.product__wrapper--main .main-images__links .flag a{display:flex;width:56px;height:56px;border-radius:50%;border:1px solid #F0F0F0;text-indent:-9999px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='heart-line'%3e%3cpath%20id='Vector'%20d='M20.4578%204.59133C19.9691%204.08683%2019.3889%203.68663%2018.7503%203.41358C18.1117%203.14054%2017.4272%203%2016.7359%203C16.0446%203%2015.3601%203.14054%2014.7215%203.41358C14.0829%203.68663%2013.5026%204.08683%2013.0139%204.59133L11.9997%205.63785L10.9855%204.59133C9.99842%203.57276%208.6596%203.00053%207.26361%203.00053C5.86761%203.00053%204.52879%203.57276%203.54168%204.59133C2.55456%205.6099%202%206.99139%202%208.43187C2%209.87235%202.55456%2011.2538%203.54168%2012.2724L4.55588%2013.3189L11.9997%2021L19.4436%2013.3189L20.4578%2012.2724C20.9467%2011.7681%2021.3346%2011.1694%2021.5992%2010.5105C21.8638%209.85148%2022%209.14517%2022%208.43187C22%207.71857%2021.8638%207.01225%2021.5992%206.35328C21.3346%205.69431%2020.9467%205.09559%2020.4578%204.59133Z'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.product__wrapper--main .main-images__links .flag.action-unflag a{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20class='injected-svg'%20data-src='/themes/custom/gto/assets/icons/heart.svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20role='img'%3e%3cpath%20d='M20.4578%204.59133C19.9691%204.08683%2019.3889%203.68663%2018.7503%203.41358C18.1117%203.14054%2017.4272%203%2016.7359%203C16.0446%203%2015.3601%203.14054%2014.7215%203.41358C14.0829%203.68663%2013.5026%204.08683%2013.0139%204.59133L11.9997%205.63785L10.9855%204.59133C9.99842%203.57276%208.6596%203.00053%207.26361%203.00053C5.86761%203.00053%204.52879%203.57276%203.54168%204.59133C2.55456%205.6099%202%206.99139%202%208.43187C2%209.87235%202.55456%2011.2538%203.54168%2012.2724L4.55588%2013.3189L11.9997%2021L19.4436%2013.3189L20.4578%2012.2724C20.9467%2011.7681%2021.3346%2011.1694%2021.5992%2010.5105C21.8638%209.85148%2022%209.14517%2022%208.43187C22%207.71857%2021.8638%207.01225%2021.5992%206.35328C21.3346%205.69431%2020.9467%205.09559%2020.4578%204.59133Z'%20fill='%23E15345'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}.product__wrapper--main .main-images__links .flag .ajax-progress{display:none}.product__wrapper--main .main-images__main{display:flex;flex-direction:column-reverse;margin-bottom:10px}@media(min-width:768px){.product__wrapper--main .main-images__main{padding:0}}.product__wrapper--main .main-images__main:hover{z-index:0}.product__wrapper--main .main-images__main .splide__track{padding:0}.product__wrapper--main .main-images__main .splide__track .splide__slide{height:auto!important;min-height:350px;display:flex;justify-content:center;align-items:center}@media(min-width:768px){.product__wrapper--main .main-images__main .splide__track .splide__slide{height:auto!important}}.product__wrapper--main .main-images__main .splide__track .splide__slide img{width:100%}.product__wrapper--main .main-images__main .splide__arrows{display:flex;gap:8px;justify-content:center;align-items:center;z-index:10}.product__wrapper--main .main-images__main .splide__arrows .splide__arrow{cursor:pointer;padding:10px;border-radius:50%;background:#f0f0f0cc;box-shadow:0 8px 16px -8px #00000029;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:50px;height:50px;display:flex;align-items:center;justify-content:center}.product__wrapper--main .main-images__main .splide__arrows .splide__arrow svg{width:16px;height:16px}.product__wrapper--main .main-images__main .splide__arrows .prev-arrow>svg{rotate:180deg}.product__wrapper--main .main-images__additional{max-height:70px}.product__wrapper--main .main-images__additional .splide__track{padding:0;margin:0}.product__wrapper--main .main-images__additional .splide__track .splide__slide{cursor:pointer;max-height:84px;border:1px solid transparent;display:flex;justify-content:center;align-items:center}.product__wrapper--main .main-images__additional .splide__track .splide__slide.is-active{border:1px solid #6A6D87}@media(min-width:768px){.product__wrapper--main .main-images{width:55%}}@media(min-width:992px){.product__wrapper--main .main-images{width:60%}}.product__wrapper--main .main-info__wrapper--tags-rates,.product__wrapper--main .main-info-mobile__wrapper--tags-rates{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap}.product__wrapper--main .main-info__wrapper--tags-rates .tags-wrapper,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .tags-wrapper{display:flex;gap:8px;flex-direction:row;align-items:center}.product__wrapper--main .main-info__wrapper--tags-rates .tags-wrapper div,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .tags-wrapper div{font-size:.75rem;font-style:normal;font-weight:500;line-height:.875rem;letter-spacing:.015rem;color:#fff;text-transform:uppercase;padding:4px 8px;border-radius:2px;background-color:#3d3f4e;display:inline-block}.product__wrapper--main .main-info__wrapper--tags-rates .tags-wrapper .sell,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .tags-wrapper .sell{background-color:#e15345}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper{display:flex;gap:8px}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;gap:2px}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates .star,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates .star{color:#b9b9b9}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates .star:before,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates .star:before{font-size:1.5rem;content:"★";display:inline-block;width:16px;height:15px}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates .full,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates .full{color:#ffb800}.product__wrapper--main .main-info__wrapper--title,.product__wrapper--main .main-info-mobile__wrapper--title{color:#3d3f4e;font-style:normal}.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-size:1.625rem}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-size:1.875rem}}@media(min-width:992px){.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-size:2.25rem}}.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-weight:500;line-height:2.625rem}.product__wrapper--main .main-info__wrapper--title .sku,.product__wrapper--main .main-info-mobile__wrapper--title .sku{display:flex;align-items:center;font-size:.875rem;font-weight:700;gap:8px}.product__wrapper--main .main-info__wrapper--title .sku .field--name-sku,.product__wrapper--main .main-info-mobile__wrapper--title .sku .field--name-sku{font-weight:400;line-height:1.125rem}.product__wrapper--main .main-info__wrapper--price,.product__wrapper--main .main-info-mobile__wrapper--price{margin:32px 0 40px;font-style:normal;display:flex;flex-direction:column;gap:8px}.product__wrapper--main .main-info__wrapper--price .price-main,.product__wrapper--main .main-info-mobile__wrapper--price .price-main{display:flex;gap:6px;align-content:center;flex-direction:column;justify-content:center}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--price .price-main,.product__wrapper--main .main-info-mobile__wrapper--price .price-main{gap:6px}}.product__wrapper--main .main-info__wrapper--price .price-main__general,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__general{display:flex;gap:12px;align-items:center}.product__wrapper--main .main-info__wrapper--price .price-main__discount,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount{border:1px solid #44B1EA;background-color:#44b1ea14;padding:4px 8px;color:#3d3f4e;font-size:.75rem;font-weight:500;line-height:.875rem;letter-spacing:.015rem;height:fit-content}.product__wrapper--main .main-info__wrapper--price .price-main__discount-price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount-price{text-align:center;color:#e15345;font-size:1.125rem;font-weight:400;line-height:2.25rem}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--price .price-main__discount-price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount-price{font-size:1.375rem}}@media(min-width:1366px){.product__wrapper--main .main-info__wrapper--price .price-main__discount-price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount-price{font-size:1.75rem}}.product__wrapper--main .main-info__wrapper--price .price-main__price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price{text-align:center;color:#6a6d87;font-size:1.125rem;font-weight:400;line-height:2.25rem}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--price .price-main__price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price{font-size:1.375rem}}@media(min-width:1366px){.product__wrapper--main .main-info__wrapper--price .price-main__price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price{font-size:1.75rem}}.product__wrapper--main .main-info__wrapper--price .price-main__price.discount,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price.discount{text-decoration:line-through}.product__wrapper--main .main-info__wrapper--price .price-main__tax-info,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__tax-info,.product__wrapper--main .main-info__wrapper--price .price-last-30-days,.product__wrapper--main .main-info-mobile__wrapper--price .price-last-30-days{color:#6a6d87;font-size:.75rem;font-weight:400;line-height:.875rem;letter-spacing:.015rem}.product__wrapper--main .main-info__wrapper--price .price-last-30-days span,.product__wrapper--main .main-info-mobile__wrapper--price .price-last-30-days span{margin-left:5px;font-weight:500}.product__wrapper--main .main-info__wrapper--delivery,.product__wrapper--main .main-info-mobile__wrapper--delivery{font-style:normal;padding:16px 0;border-top:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0}.product__wrapper--main .main-info__wrapper--delivery .delivery-time,.product__wrapper--main .main-info__wrapper--delivery .delivery-return,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping{display:flex;text-align:left;font-weight:500;align-items:center;color:#3d3f4e;margin:5px 0;font-size:.75rem;line-height:1.125rem}.product__wrapper--main .main-info__wrapper--delivery .delivery-time:before,.product__wrapper--main .main-info__wrapper--delivery .delivery-return:before,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='truck'%3e%3cpath%20id='Vector'%20d='M16%203H1V16H16V3Z'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M16%208H20L23%2011V16H16V8Z'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M5.5%2021C6.88071%2021%208%2019.8807%208%2018.5C8%2017.1193%206.88071%2016%205.5%2016C4.11929%2016%203%2017.1193%203%2018.5C3%2019.8807%204.11929%2021%205.5%2021Z'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M18.5%2021C19.8807%2021%2021%2019.8807%2021%2018.5C21%2017.1193%2019.8807%2016%2018.5%2016C17.1193%2016%2016%2017.1193%2016%2018.5C16%2019.8807%2017.1193%2021%2018.5%2021Z'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");width:24px;height:24px;background-repeat:no-repeat;background-size:cover;margin-right:12px;background-position:center}.product__wrapper--main .main-info__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping a{color:#44b1ea;text-transform:uppercase;padding:12px 10px;text-align:left;line-height:.75rem;font-size:.625rem;letter-spacing:.0075rem}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping a{line-height:.75rem}}.product__wrapper--main .main-info__wrapper--delivery .delivery-return:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='refresh-ccw'%3e%3cpath%20id='Vector'%20d='M1%204V10H7'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M23%2020V14H17'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M20.49%209.00008C19.9828%207.56686%2019.1209%206.28548%2017.9845%205.27549C16.8482%204.26551%2015.4745%203.55984%2013.9917%203.22433C12.5089%202.88883%2010.9652%202.93442%209.50481%203.35685C8.04437%203.77928%206.71475%204.56479%205.64%205.64008L1%2010.0001M23%2014.0001L18.36%2018.3601C17.2853%2019.4354%2015.9556%2020.2209%2014.4952%2020.6433C13.0348%2021.0657%2011.4911%2021.1113%2010.0083%2020.7758C8.52547%2020.4403%207.1518%2019.7346%206.01547%2018.7247C4.87913%2017.7147%204.01717%2016.4333%203.51%2015.0001'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='package'%3e%3cpath%20id='Vector'%20d='M16.5%209.39996L7.5%204.20996'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M21%2015.9999V7.9999C20.9996%207.64918%2020.9071%207.30471%2020.7315%207.00106C20.556%206.69742%2020.3037%206.44526%2020%206.2699L13%202.2699C12.696%202.09437%2012.3511%202.00195%2012%202.00195C11.6489%202.00195%2011.304%202.09437%2011%202.2699L4%206.2699C3.69626%206.44526%203.44398%206.69742%203.26846%207.00106C3.09294%207.30471%203.00036%207.64918%203%207.9999V15.9999C3.00036%2016.3506%203.09294%2016.6951%203.26846%2016.9987C3.44398%2017.3024%203.69626%2017.5545%204%2017.7299L11%2021.7299C11.304%2021.9054%2011.6489%2021.9979%2012%2021.9979C12.3511%2021.9979%2012.696%2021.9054%2013%2021.7299L20%2017.7299C20.3037%2017.5545%2020.556%2017.3024%2020.7315%2016.9987C20.9071%2016.6951%2020.9996%2016.3506%2021%2015.9999Z'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M3.27%206.95996L12%2012.01L20.73%206.95996'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M12%2022.08V12'%20stroke='%236A6D87'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--delivery,.product__wrapper--main .main-info-mobile__wrapper--delivery{display:block}}.product__wrapper--main .main-info__wrapper--cart input::-webkit-outer-spin-button,.product__wrapper--main .main-info__wrapper--cart input::-webkit-inner-spin-button,.product__wrapper--main .main-info-mobile__wrapper--cart input::-webkit-outer-spin-button,.product__wrapper--main .main-info-mobile__wrapper--cart input::-webkit-inner-spin-button{-webkit-appearance:none}.product__wrapper--main .main-info__wrapper--cart input[type=number],.product__wrapper--main .main-info-mobile__wrapper--cart input[type=number]{-moz-appearance:textfield}.product__wrapper--main .main-info__wrapper--cart,.product__wrapper--main .main-info-mobile__wrapper--cart{display:flex;margin:40px 0 16px;gap:8px;flex-direction:column;justify-content:center;align-items:center}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper{width:100%;justify-content:center;align-items:center;max-width:316px}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher{position:relative;display:flex;flex-direction:column}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type{color:#3d3f4e;text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;position:relative;width:100%;margin:0 auto;z-index:2}@media(min-width:480px){.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type{margin:0;max-width:unset;width:70%;display:inline}}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation .form-select,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame .form-select,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type .form-select,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation .form-select,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame .form-select,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type .form-select{border-radius:4px;border:1px solid #B9B9B9;display:flex;height:58px;width:100%;max-width:316px;padding:12px 12px 12px 20px;justify-content:space-between;align-items:center;text-align:left;flex:1 0 0;align-self:stretch;cursor:pointer}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper{position:relative}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper:after,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper:after{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow-down-s-line'%3e%3cpath%20id='Vector'%20d='M6%2010L12%2016L18%2010'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");width:24px;height:24px;background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;right:12px;top:0;bottom:0;margin:auto 0;cursor:pointer;z-index:1}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .steel_frame:after,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .grate_type:after,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .steel_frame:after,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .grate_type:after{margin:calc(7% + 20px) 0 auto}.product__wrapper--main .main-info__wrapper--cart .add-to-cart__wrapper,.product__wrapper--main .main-info-mobile__wrapper--cart .add-to-cart__wrapper{width:100%;max-width:316px}.product__wrapper--main .main-info__wrapper--description,.product__wrapper--main .main-info-mobile__wrapper--description{display:flex;list-style-type:none;overflow-x:auto;padding-bottom:8px;position:relative}.product__wrapper--main .main-info__wrapper--description li,.product__wrapper--main .main-info-mobile__wrapper--description li{padding:11px 10px;color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem;cursor:pointer;display:flex;gap:8px;width:fit-content;border-bottom:2px solid transparent;align-items:center;text-align:center}.product__wrapper--main .main-info__wrapper--description li.active,.product__wrapper--main .main-info-mobile__wrapper--description li.active{border-color:#44b1ea}.product__wrapper--main .main-info__wrapper--description li span,.product__wrapper--main .main-info-mobile__wrapper--description li span{width:20px;height:20px;padding:2px;border-radius:50%;background-color:#6a6d87;color:#fff;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:uppercase;text-align:center;display:block}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--description,.product__wrapper--main .main-info-mobile__wrapper--description{display:none}}@media(min-width:768px){.product__wrapper--main .main-info,.product__wrapper--main .main-info-mobile{width:45%}}@media(min-width:992px){.product__wrapper--main .main-info,.product__wrapper--main .main-info-mobile{width:40%}}.product__wrapper--main .main-info__wrapper--tags-rates{display:none}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--tags-rates{display:flex}}.product__wrapper--main .main-info__wrapper--title{display:none}@media(min-width:768px){.product__wrapper--main .main-info__wrapper--title{display:block}}.product__wrapper--main .main-info-mobile{display:block}@media(min-width:768px){.product__wrapper--main .main-info-mobile{display:none}}.product__wrapper--description{display:flex;width:100%;padding:16px 24px 24px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:4px;border:1px solid #F0F0F0;background-color:#f0f0f0;font-family:Ubuntu;margin-top:24px}.product__wrapper--description .delivery{display:none}.product__wrapper--description .description-navigation{width:100%;padding:0;position:relative;display:inline-block;list-style:none}.product__wrapper--description .description-navigation__menu-selector{display:grid;align-items:center;gap:8px;height:46px}@media(min-width:768px){.product__wrapper--description .description-navigation__menu-selector{display:none}}.product__wrapper--description .description-navigation__menu-selector--selected{border-bottom:2px solid #44B1EA;padding:13px 10px;color:#3d3f4e;text-align:center;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem}.product__wrapper--description .description-navigation__menu-selector--selected li{display:flex;justify-content:center;align-items:center;gap:10px}.product__wrapper--description .description-navigation__menu-selector--selected li span{width:20px;height:20px;padding:2px;border-radius:50%;background-color:#6a6d87;color:#fff;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:uppercase;text-align:center}.product__wrapper--description .description-navigation__menu-selector--button{height:46px;width:46px;text-align:center;display:flex;align-items:center;justify-content:center;transition:.5s;cursor:pointer}.product__wrapper--description .description-navigation__menu-selector--button:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2015.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2050%2050'%20width='100px'%20height='100px'%3e%3cline%20fill='none'%20stroke='%23000000'%20stroke-width='5'%20stroke-miterlimit='10'%20x1='50'%20y1='25'%20x2='0'%20y2='25'/%3e%3cline%20fill='none'%20stroke='%23000000'%20stroke-width='5'%20stroke-miterlimit='10'%20x1='50'%20y1='10'%20x2='0'%20y2='10'/%3e%3cline%20fill='none'%20stroke='%23000000'%20stroke-width='5'%20stroke-miterlimit='10'%20x1='0'%20y1='40'%20x2='50'%20y2='40'/%3e%3c/svg%3e");width:24px;height:24px;background-repeat:no-repeat;background-size:cover}.product__wrapper--description .description-navigation__menu-selector--button:hover{background-color:#b9b9b9}.product__wrapper--description .description-navigation__menu{display:flex;height:0px;overflow-y:hidden;transition:.25s ease-in-out;flex-direction:column;list-style:none;position:absolute;width:100%;background-color:#f0f0f0;z-index:2;margin:0;padding:0}@media(min-width:768px){.product__wrapper--description .description-navigation__menu{position:relative;display:grid;flex-direction:row;grid-template-columns:repeat(7,1fr);height:auto}}.product__wrapper--description .description-navigation__menu--item{display:flex;justify-content:left;align-items:center;padding:13px 10px;color:#3d3f4e;text-align:left;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem;gap:10px;cursor:pointer}@media(min-width:768px){.product__wrapper--description .description-navigation__menu--item{text-align:center;border-bottom:2px solid #B9B9B9;justify-content:center}}.product__wrapper--description .description-navigation__menu--item:hover{background-color:#b9b9b9}.product__wrapper--description .description-navigation__menu--item span{width:20px;height:20px;padding:2px;border-radius:50%;background-color:#6a6d87;color:#fff;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:uppercase;text-align:center}.product__wrapper--description .description-navigation__menu--item.active{display:none}@media(min-width:768px){.product__wrapper--description .description-navigation__menu--item.active{display:flex;border-bottom:2px solid #44B1EA}}.product__wrapper--description .description-navigation .open{height:270px;transition:.25s ease-in-out}@media(min-width:768px){.product__wrapper--description .description-navigation .open{height:auto}}.product__wrapper--description .description-pages{width:100%;min-height:230px}@media(min-width:768px){.product__wrapper--description .description-pages{min-height:auto}}.product__wrapper--description .description-pages__page{width:100%;display:none}.product__wrapper--description .description-pages .additional-products.active,.product__wrapper--description .description-pages .specification.active,.product__wrapper--description .description-pages .description.active,.product__wrapper--description .description-pages .benefits.active,.product__wrapper--description .description-pages .material-properties.active,.product__wrapper--description .description-pages .instruction.active{display:grid}.product__wrapper--description .description-pages .reviews.active{display:block}.product__wrapper--description .description-pages .additional-products{position:relative}.product__wrapper--description .description-pages .additional-products .splide__slide .field__item,.product__wrapper--description .description-pages .additional-products .splide__slide article,.product__wrapper--description .description-pages .additional-products .splide__slide .product-teaser{height:100%}@media(min-width:992px){.product__wrapper--description .description-pages .additional-products .splide__slide .field__item,.product__wrapper--description .description-pages .additional-products .splide__slide article,.product__wrapper--description .description-pages .additional-products .splide__slide .product-teaser{height:auto}}.product__wrapper--description .description-pages .additional-products .splide__arrows .splide__arrow{position:absolute;top:0;bottom:0;margin:auto 0;width:40px;height:40px;display:flex;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:50%;border:1px solid #F0F0F0;background:#fffc;box-shadow:0 12px 24px -8px #0000003d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;cursor:pointer}@media(min-width:768px){.product__wrapper--description .description-pages .additional-products .splide__arrows .splide__arrow{width:50px;height:50px}}.product__wrapper--description .description-pages .additional-products .splide__arrows .prev-arrow{left:-30px}@media(min-width:768px){.product__wrapper--description .description-pages .additional-products .splide__arrows .prev-arrow{left:-40px}}.product__wrapper--description .description-pages .additional-products .splide__arrows .prev-arrow svg{rotate:180deg}.product__wrapper--description .description-pages .additional-products .splide__arrows .next-arrow{right:-30px}@media(min-width:768px){.product__wrapper--description .description-pages .additional-products .splide__arrows .next-arrow{right:-40px}}.product__wrapper--description .description-pages .specification{grid-template-columns:1fr}@media(min-width:768px){.product__wrapper--description .description-pages .specification{grid-template-columns:repeat(2,1fr)}}.product__wrapper--description .description-pages .specification__description--item{display:flex;gap:8px;color:#3d3f4e;font-size:.75rem;font-style:normal;font-weight:500;line-height:.875rem;letter-spacing:.015rem;padding:12px 8px 16px;border-bottom:1px solid rgba(61,63,78,.12)}.product__wrapper--description .description-pages .specification__description--item:last-child{border:none}.product__wrapper--description .description-pages .specification__description--item div{color:#6a6d87}.product__wrapper--description .description-pages .specification__description--item.ckeditor{display:block}.product__wrapper--description .description-pages .specification__description--item.ckeditor p,.product__wrapper--description .description-pages .specification__description--item.ckeditor ul{margin:0!important;background-color:transparent!important;color:#6a6d87!important;font-family:Ubuntu!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;line-height:1.125rem!important}.product__wrapper--description .description-pages .specification__description--item.ckeditor ul{margin:16px 0 16px 6px!important;padding-inline-start:20px;list-style:disc}.product__wrapper--description .description-pages .specification__description--item.ckeditor ul li:before{border-radius:50%;background-color:#3d3f4e;margin:0}.product__wrapper--description .description-pages .specification__image{display:flex;text-align:center;padding:24px;flex-direction:column;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch}.product__wrapper--description .description-pages .material-properties{width:100%}.product__wrapper--description .description-pages .material-properties .node--type-material-properties h2,.product__wrapper--description .description-pages .material-properties .node--type-material-properties footer{display:none}.product__wrapper--description .description-pages .material-properties .node--type-material-properties .field--name-field-paragraphs .field__item:last-child .paragraph--type--two-columns{border:none}.product__wrapper--description .description-pages .instruction .field__items{display:flex;flex-direction:column;gap:12px}@media(min-width:480px){.product__wrapper--description .description-pages .instruction .field__items{flex-direction:row;display:block}}.product__wrapper--description .description-pages .instruction .field__items .field__item{display:flex;float:left;padding:12px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;border-radius:4px;background:#fff;box-shadow:0 16px 24px -20px #0000003d;margin:2px 6px}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper{cursor:pointer}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper a{font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper a .file{background:none;padding:0;display:flex;align-items:center;justify-content:center;gap:8px}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper a .file:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='file-text'%3e%3cpath%20id='Vector'%20d='M14.25%202H6.25C5.71957%202%205.21086%202.21071%204.83579%202.58579C4.46071%202.96086%204.25%203.46957%204.25%204V20C4.25%2020.5304%204.46071%2021.0391%204.83579%2021.4142C5.21086%2021.7893%205.71957%2022%206.25%2022H18.25C18.7804%2022%2019.2891%2021.7893%2019.6642%2021.4142C20.0393%2021.0391%2020.25%2020.5304%2020.25%2020V8L14.25%202Z'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M14.25%202V8H20.25'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M16.25%2013H8.25'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M16.25%2017H8.25'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M10.25%209H9.25H8.25'%20stroke='%233D3F4E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");width:24px;height:24px;background-repeat:no-repeat;background-size:cover;background-position:center}.product__wrapper--description .description-pages .reviews__add-review{display:flex;align-items:center;flex-direction:column-reverse;gap:10px;position:relative}@media(min-width:480px){.product__wrapper--description .description-pages .reviews__add-review{align-items:flex-start;gap:0}}.product__wrapper--description .description-pages .reviews__add-review--button{z-index:1}@media(min-width:768px){.product__wrapper--description .description-pages .reviews__add-review--button{margin-top:0}}.product__wrapper--description .description-pages .reviews__add-review--button .form{top:10px;position:relative}@media(min-width:992px){.product__wrapper--description .description-pages .reviews__add-review--button .form{top:-30px}}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form input{width:100%}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .error-box{position:relative;font-size:.875rem;color:#e15345;top:-5px;line-height:14px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper{margin:1em 0;max-height:70px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name{margin:0;position:relative}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name label{padding:0 4px;position:absolute;left:12px;top:14px;color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem;letter-spacing:.015rem;transition:.4s;z-index:-1;background:#fff;background:linear-gradient(0deg,#fff 0% 50%,#f0f0f0 50% 100%)}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name label:after{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input{padding:12px 12px 12px 16px;border:1px solid #B9B9B9;border-radius:4px;background-color:#fff;height:50px;font-size:.875rem;outline:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input::placeholder{color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input:not(:placeholder-shown){border:1.5px solid #44B1EA}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input:not(:placeholder-shown)+label{z-index:0;display:inline-block;top:-8px;font-size:.75rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name .error{border:1.5px solid #E15345!important}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message{position:relative}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message label{padding:0 4px;position:absolute;left:12px;top:14px;color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem;letter-spacing:.015rem;transition:.4s;z-index:-1;background:#fff;background:linear-gradient(0deg,#fff 0% 50%,#f0f0f0 50% 100%)}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message label:after{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea{width:100%;padding:12px 12px 12px 16px;border:1px solid #B9B9B9;border-radius:4px;background-color:#fff;height:130px;resize:none;font-size:.875rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea::placeholder{color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea:not(:placeholder-shown){border:1.5px solid #44B1EA}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea:not(:placeholder-shown)+label{z-index:0;display:inline-block;top:-8px;font-size:.75rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper{margin:1em 0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate{margin:0;display:flex;gap:10px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate legend{display:flex;float:left}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate legend .fieldset-legend{font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate legend .fieldset-legend:after{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper{display:flex}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;clear:both;gap:2px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate{display:inline-block;margin:0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .form-radio{color:#b9b9b9;cursor:pointer;width:17px;height:18px;border:none;background-color:transparent;appearance:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .form-radio:before{font-size:1.75rem;content:"★";display:inline-block;width:17px;height:18px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .form-radio:checked{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .full{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .option{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions{display:flex;flex-direction:column;align-items:center;gap:10px}@media(min-width:480px){.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions{flex-direction:row;gap:0}}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions input{width:156px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel{background-color:transparent;border:1px solid #44B1EA;color:#3d3f4e;position:relative;gap:0;padding:0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel span{position:absolute;left:16px;display:flex;align-items:center;z-index:0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel span:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='x'%3e%3cpath%20id='Vector'%20d='M12%204L4%2012'%20stroke='%23E15345'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M4%204L12%2012'%20stroke='%23E15345'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");width:16px;height:16px;background-repeat:no-repeat;background-size:cover;background-position:center}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel .button-close{position:relative;width:100%;background-color:transparent;box-shadow:none;padding:0;color:#3d3f4e;margin:0;z-index:1}.product__wrapper--description .description-pages .reviews__add-review--button .button{width:156px;height:56px;display:flex;padding:16px 20px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background-color:#44b1ea;box-shadow:0 12px 24px -16px #00000052;color:#fff;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}.product__wrapper--description .description-pages .reviews__add-review--button .reviews__add-review--button{margin-left:0}.product__wrapper--description .description-pages .reviews__add-review--button .hide{display:none}.product__wrapper--description .description-pages .reviews__add-review--overall{display:flex;align-items:center;gap:12px;color:#3d3f4e;font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem;justify-content:center}@media(min-width:480px){.product__wrapper--description .description-pages .reviews__add-review--overall{justify-content:end;width:100%;position:absolute;top:0}}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper{display:flex;gap:8px}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;gap:2px}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates .star{color:#b9b9b9}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates .star:before{font-size:1.5rem;content:"★";display:inline-block;width:16px;height:15px}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates .full{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper{display:flex;flex-direction:row;line-height:1.125rem;align-items:center}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .fivestar-rating-label:before{font-size:1.125rem}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper div.form-item:last-child{display:flex;align-items:center}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .rating-label{color:#b9b9b9}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .rating-label.full{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .rating-option-result{color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;padding:2px 5px}.product__wrapper--description .description-pages .reviews__add-review--overall .vote-result,.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-submit,.product__wrapper--description .description-pages .reviews__reviews .comment-products-comments-form,.product__wrapper--description .description-pages .reviews__reviews .comment-form__title{display:none}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment{margin:24px 0 0;padding:24px 0 0;border-top:1px solid rgba(61,63,78,.12)}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate{display:flex;gap:12px;align-items:center}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--name{color:#3d3f4e;font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.375rem}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;gap:2px}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate .star{color:#b9b9b9}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate .star:before{font-size:1.5rem;content:"★";display:inline-block;width:16px;height:15px}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate .full{color:#ffb800}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__date{color:#6a6d87;font-size:.75rem;font-style:normal;font-weight:400;line-height:.875rem;letter-spacing:.015rem;margin-top:8px}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__body{margin-top:16px;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.125rem}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__body .field--name-comment-body{width:100%;text-align:justify}@media(min-width:768px){.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__body .field--name-comment-body{width:60%}}.views-element-container h2{color:#3d3f4e;font-size:1.75rem;font-weight:500;margin-bottom:16px}.views-element-container .view-display-id-recently_viewed{margin:0 auto;min-width:300px}@media(min-width:480px){.views-element-container .view-display-id-recently_viewed{min-width:450px}}@media(min-width:768px){.views-element-container .view-display-id-recently_viewed{min-width:750px}}@media(min-width:992px){.views-element-container .view-display-id-recently_viewed{width:970px}}@media(min-width:1366px){.views-element-container .view-display-id-recently_viewed{width:1200px}}@media(min-width:1640px){.views-element-container .view-display-id-recently_viewed{width:1620px}}.views-element-container .view-display-id-recently_viewed .product-teaser__buttons div,.views-element-container .view-display-id-recently_viewed .product-teaser__buttons button{width:100%;height:56px}.views-element-container .view-display-id-recently_viewed .product-teaser__buttons div form,.views-element-container .view-display-id-recently_viewed .product-teaser__buttons button form{padding:0}
