/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:0.6;}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box;}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none;}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress;}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto;}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{user-select:none;}.mfp-loading.mfp-figure{display:none;}.mfp-hide{display:none !important;}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#ccc;}.mfp-preloader a:hover{color:#fff;}.mfp-s-ready .mfp-preloader{display:none;}.mfp-s-error .mfp-content{display:none;}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;transition:all 0.3s;}.mfp-close:hover,.mfp-close:focus{opacity:1;}.mfp-close-btn-in .mfp-close{color:#333;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-15px;text-align:center;}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0);}.mfp-arrow:active{margin-top:-54px;}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}.mfp-arrow-left{left:0;}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px;}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f;}.mfp-arrow-right{right:0;}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px;}.mfp-arrow-right:before{border-left:27px solid #3f3f3f;}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px;}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0;}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444;}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0;}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0;}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}.mfp-preloader{width:40px;height:40px;background-color:#fff;margin:-20px auto 0;opacity:0.8;animation:rotateplane 1.2s infinite ease-in-out;}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}}.mfp-s-error .mfp-preloader{width:auto;height:auto;animation:none;background-color:transparent;opacity:1;}.mfp-ready .mfp-figure{opacity:0;}.mfp-zoom-in .mfp-s-loading .mfp-preloader{opacity:1;}.mfp-zoom-in .mfp-with-anim,.mfp-zoom-in .mfp-figure{opacity:0;transition:all 0.3s;transform:scale(0.7);}.mfp-zoom-in .mfp-ajax-holder .mfp-content,.mfp-zoom-in .mfp-iframe-holder .mfp-content{opacity:0;transform:scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);transition:all 0.5s;}.mfp-zoom-in .mfp-preloader{opacity:0;transition:all 0.4s;}.mfp-zoom-in.mfp-image-loaded .mfp-figure{opacity:1;transform:scale(1);}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1);}.mfp-zoom-in.mfp-ready .mfp-ajax-holder .mfp-content,.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-content{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0);}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.6;}.mfp-zoom-in.mfp-ready .mfp-preloader{opacity:0.8;}.mfp-zoom-in.mfp-removing .mfp-with-anim,.mfp-zoom-in.mfp-removing .mfp-figure{transform:scale(1.15);opacity:0;}.mfp-zoom-in.mfp-removing .mfp-ajax-holder .mfp-content,.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-content{transform:scale(0.9);opacity:0;transition:all 0.4s;}.mfp-zoom-in.mfp-removing.mfp-bg,.mfp-zoom-in.mfp-removing .mfp-preloader{opacity:0;transition:all 0.4s;}.mfp-zoom-in-gallery .mfp-with-anim,.mfp-zoom-in-gallery .mfp-figure,.mfp-zoom-in-gallery .mfp-iframe-holder .mfp-content{opacity:0;transition:all 0.3s ease-in-out;transform:scale(0.9);}.mfp-zoom-in-gallery.mfp-bg,.mfp-zoom-in-gallery .mfp-preloader{opacity:0;transition:all 0.3s ease-out;}.mfp-zoom-in-gallery.mfp-image-loaded .mfp-figure{opacity:1;transform:scale(1);}.mfp-zoom-in-gallery.mfp-ready .mfp-with-anim,.mfp-zoom-in-gallery.mfp-ready .mfp-iframe-holder .mfp-content{opacity:1;transform:scale(1);}.mfp-zoom-in-gallery.mfp-ready.mfp-bg{opacity:0.6;}.mfp-zoom-in-gallery.mfp-ready .mfp-preloader{opacity:0.8;}.mfp-zoom-in-gallery.mfp-removing .mfp-with-anim,.mfp-zoom-in-gallery.mfp-removing .mfp-figure,.mfp-zoom-in-gallery.mfp-removing .mfp-iframe-holder .mfp-content{transform:scale(0.9);opacity:0;}.mfp-zoom-in-gallery.mfp-removing.mfp-bg,.mfp-zoom-in-gallery.mfp-removing .mfp-preloader{opacity:0;}
/* @license MIT https://github.com/necolas/normalize.css/blob/3.0.3/LICENSE.md */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
@media (min--moz-device-pixel-ratio:0){summary{display:list-item;}}
/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.reports{padding-left:25px;padding-right:25px;padding-bottom:60px;padding-top:30px}@media screen and (min-width:1200px){.reports{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.reports{max-width:1920px}}@media screen and (min-width:1920px){.reports{padding:24px 168px}}@media screen and (min-width:768px){.reports{padding-top:50px;padding-bottom:50px}}@media screen and (min-width:1200px){.reports{padding:4.5rem 9.3333333333rem 5.5rem}}@media screen and (min-width:1500px){.reports{max-width:1920px}}@media screen and (min-width:1920px){.reports{padding:81px 168px 99px}}.reports .block__title{margin-bottom:0}@media screen and (min-width:1200px){.reports .block__title{padding-bottom:1.7777777778rem}}@media screen and (min-width:1920px){.reports .block__title{padding-bottom:32px}}.reports .block__title .block-sub-title{margin-bottom:11px}@media screen and (min-width:1200px){.reports .block__title .block-sub-title{margin-bottom:0.7777777778rem}}@media screen and (min-width:1920px){.reports .block__title .block-sub-title{margin-bottom:14px}}.reports .field-block-desc{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-size:16px}@media screen and (min-width:1200px){.reports .field-block-desc{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.reports .field-block-desc{font-size:20px}}@media screen and (min-width:1200px){.reports .field-block-desc{max-width:64.7222222222rem}}@media screen and (min-width:1920px){.reports .field-block-desc{max-width:1165px}}.reports .report-wrapper{display:flex;gap:13px;margin-top:28px;flex-direction:column}@media screen and (min-width:1200px){.reports .report-wrapper{margin-top:3.7777777778rem;flex-direction:row;align-items:center;gap:15.5555555556rem}}@media screen and (min-width:1920px){.reports .report-wrapper{margin-top:68px;gap:280px}}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-paragraph{margin-top:-1.6666666667rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-paragraph{margin-top:-30px}}.reports .report-wrapper .field-block-paragraph .swiper{overflow:visible;margin:0 -10px}@media screen and (min-width:768px){.reports .report-wrapper .field-block-paragraph .swiper{margin:-10px}}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-paragraph .swiper{margin:0}}.reports .report-wrapper .field-block-paragraph__items{display:flex;align-items:center}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-paragraph__items{margin:0}}.reports .report-wrapper .field-block-paragraph__item{display:flex;align-items:center;justify-content:center;padding:0 10px;text-align:center;width:35%}@media screen and (min-width:768px){.reports .report-wrapper .field-block-paragraph__item{width:25%;flex-wrap:wrap;padding:10px}}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-paragraph__item{width:8.7777777778rem;padding:0}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-paragraph__item{width:158px}}.reports .report-wrapper .field-block-paragraph .field-paragraph-icon{display:flex;justify-content:center}.reports .report-wrapper .field-block-paragraph .field-paragraph-icon img{width:42px;height:42px}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-paragraph .field-paragraph-icon img{width:3.8888888889rem;height:3.8888888889rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-paragraph .field-paragraph-icon img{width:70px;height:70px}}.reports .report-wrapper .field-block-paragraph .field-paragraph-title{font-family:"FixelText";font-size:16px;font-weight:700;line-height:150%}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-paragraph .field-paragraph-title{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-paragraph .field-paragraph-title{font-size:20px}}.reports .report-wrapper .field-block-paragraph .paragraph{flex-direction:column}.reports .report-wrapper .field-block-text-long{font-family:"FixelText";font-size:16px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:10px}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-text-long{margin-bottom:-0.2777777778rem;font-size:1.1111111111rem;padding-left:0.5555555556rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-text-long{font-size:20px;margin-bottom:-5px;padding-left:10px}}.reports .report-wrapper .field-block-title__items{display:flex;align-items:flex-end;gap:7px;margin:0}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-title__items{gap:1.1111111111rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-title__items{gap:20px}}.reports .report-wrapper .field-block-title__item{padding:0;font-family:"FixelText";font-size:36px;font-weight:700;line-height:125%;text-transform:uppercase}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-title__item{text-transform:none;line-height:135%;font-size:4rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-title__item{font-size:72px}}.reports .report-wrapper .field-block-title__item:first-child{font-size:64px;line-height:1;font-weight:900}@media screen and (min-width:1200px){.reports .report-wrapper .field-block-title__item:first-child{font-size:7.8888888889rem}}@media screen and (min-width:1920px){.reports .report-wrapper .field-block-title__item:first-child{font-size:142px}}.reports .field-block-paragraph1,.reports .field-block-paragraph{position:relative}.reports .field-block-paragraph1 .swiper-hand::after,.reports .field-block-paragraph .swiper-hand::after{position:absolute;content:"";background:url("/themes/personal/images/icons/hand.svg") center center;width:34px;height:32px;right:0px;top:-25px}@media screen and (min-width:1200px){.reports .field-block-paragraph1 .swiper-hand::after,.reports .field-block-paragraph .swiper-hand::after{content:none}}@media screen and (min-width:768px){.reports .field-block-paragraph .swiper-hand{display:none}}.reports .field-block-paragraph1{margin-top:42px}@media screen and (min-width:1200px){.reports .field-block-paragraph1{margin-top:3.3333333333rem}}@media screen and (min-width:1920px){.reports .field-block-paragraph1{margin-top:60px}}.reports .field-block-paragraph1 .swiper{margin:0 -10px;overflow:visible}@media screen and (min-width:1200px){.reports .field-block-paragraph1 .swiper{flex-wrap:nowrap;margin:0 -1.1666666667rem}}@media screen and (min-width:1920px){.reports .field-block-paragraph1 .swiper{margin:0 -21px}}.reports .field-block-paragraph1__items{display:flex}.reports .field-block-paragraph1__item{transition:all 350ms ease;padding:0 10px;width:105%}@media screen and (min-width:400px){.reports .field-block-paragraph1__item{width:100%}}@media screen and (min-width:768px){.reports .field-block-paragraph1__item{width:50%}}@media screen and (min-width:1200px){.reports .field-block-paragraph1__item{padding:0 1.1666666667rem;width:33.333%}}@media screen and (min-width:1920px){.reports .field-block-paragraph1__item{padding:0 21px}}.reports .field-block-paragraph1__item img{object-fit:cover;aspect-ratio:1.4705882353}@media screen and (min-width:1200px){.reports .field-block-paragraph1__item:hover .text_wrapper{opacity:1;visibility:visible;transform:none}}@media screen and (min-width:1200px){.reports .field-block-paragraph1__item:hover .field-paragraph-link-img:before{opacity:1;visibility:visible}}.reports .field-block-paragraph1 .field-paragraph-link-img{width:100%}.reports .field-block-paragraph1 .field-paragraph-link-img img{width:100%}.reports .field-block-paragraph1 .paragraph{display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.reports .text_wrapper{padding:25px;transition:all 450ms ease;position:absolute;transform:translateY(10px)}@media screen and (min-width:1200px){.reports .text_wrapper{padding:1.3888888889rem;opacity:0;visibility:hidden}}@media screen and (min-width:1920px){.reports .text_wrapper{padding:25px}}.reports .text_wrapper .field-paragraph-title-format{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;color:#FFFFFF;margin-bottom:10px;text-transform:uppercase}@media screen and (min-width:1200px){.reports .text_wrapper .field-paragraph-title-format{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.reports .text_wrapper .field-paragraph-title-format{font-size:34px}}@media screen and (min-width:1200px){.reports .text_wrapper .field-paragraph-title-format{margin-bottom:0.5555555556rem}}@media screen and (min-width:1920px){.reports .text_wrapper .field-paragraph-title-format{margin-bottom:10px}}.reports .text_wrapper .field-paragraph-text{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#FFFFFF;position:relative;padding-left:15px;margin-left:4px}@media screen and (min-width:1200px){.reports .text_wrapper .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.reports .text_wrapper .field-paragraph-text{font-size:20px}}@media screen and (min-width:1200px){.reports .text_wrapper .field-paragraph-text{padding-left:0.8333333333rem;margin-left:0.2222222222rem;font-size:1.3333333333rem}}@media screen and (min-width:1920px){.reports .text_wrapper .field-paragraph-text{padding-left:15px;margin-left:4px;font-size:24px}}.reports .field-paragraph-link-img:before{content:"";transition:all 350ms ease;position:absolute;top:0;bottom:0;right:0;left:0;background:linear-gradient(0deg,rgba(5,2,1,0.75),rgba(5,2,1,0.75))}@media screen and (min-width:1200px){.reports .field-paragraph-link-img:before{opacity:0;visibility:hidden}}
:root{--errorsColor:#DB001A;--errorsBg:#fff;--errorsTextColor:#333;}[type='color'].error,[type='date'].error,[type='datetime'].error,[type='datetime-local'].error,[type='email'].error,[type='month'].error,[type='number'].error,[type='password'].error,[type='search'].error,[type='tel'].error,[type='text'].error,[type='time'].error,[type='url'].error,[type='week'].error,select.error,textarea.error{border-color:var(--errorsColor);}select.select2-hidden-accessible{width:100% !important;}select.error ~ .select2 .select2-selection--single{border-color:var(--errorsColor);}form:not(.disable-sfe,.style-near-field) .form-item--error-message{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;}form.style-near-field .form-item--error-message{font-size:12px;font-weight:400;line-height:1.1;color:var(--errorsColor);position:relative;margin-top:3px;padding:2px 2px 2px 17px;background:#fff;z-index:1;}form.style-near-field .form-item--error-message:before{content:'';background:url(/modules/glyanec/styling_form_errors/misc/img/ico-errors-2.svg) no-repeat center;background-size:contain;width:1.25em;height:1.25em;position:absolute;left:0;top:1px;}form.style-near-field .form-item--error-message strong{font-weight:400;}.form-item-label-invisible.form-item-required.form-item--error:before{top:1.63em;}.custom-error{}div.custom-error .tooltipster-box{background:var(--errorsBg);border-color:var(--errorsColor);}div.custom-error.tooltipster-sidetip .tooltipster-content{line-height:1.25;font-size:12px;color:var(--errorsTextColor);position:relative;padding:0.5em 1em 0.5em 2.2em;}.custom-error.tooltipster-sidetip .tooltipster-content:before{content:'';background:url(/modules/glyanec/styling_form_errors/misc/img/ico-errors.svg) no-repeat center;background-size:contain;width:1.25em;height:1.25em;position:absolute;left:0.5em;top:0.45em;}.custom-error.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:var(--errorsColor);}.custom-error.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:var(--errorsBg);}.custom-error.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:var(--errorsColor);}.custom-error.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:var(--errorsBg);}.custom-error.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:var(--errorsColor);}.custom-error.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:var(--errorsBg);}.custom-error.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-left-color:var(--errorsColor);}.custom-error.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-left-color:var(--errorsBg);}.label-has-error label{display:inline-flex !important;align-items:center;}.label-has-error label:before{content:none !important;}.label-has-error .form-item--error-message{display:none;}.label-has-error .error-wrapper{position:relative;font-size:0;margin-left:8px;}.label-has-error .error-wrapper:hover .error-message{opacity:1;visibility:visible;pointer-events:auto;}.label-has-error .error-icon{width:20px;height:20px;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InZ1ZXNheC9vdXRsaW5lL2luZm8tY2lyY2xlIj4KPGcgaWQ9ImluZm8tY2lyY2xlIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwLjAwMTMgMTguOTU4N0M1LjA1OTY0IDE4Ljk1ODcgMS4wNDI5NyAxNC45NDIgMS4wNDI5NyAxMC4wMDAzQzEuMDQyOTcgNS4wNTg2NiA1LjA1OTY0IDEuMDQxOTkgMTAuMDAxMyAxLjA0MTk5QzE0Ljk0MyAxLjA0MTk5IDE4Ljk1OTYgNS4wNTg2NiAxOC45NTk2IDEwLjAwMDNDMTguOTU5NiAxNC45NDIgMTQuOTQzIDE4Ljk1ODcgMTAuMDAxMyAxOC45NTg3Wk0xMC4wMDEzIDIuMjkxOTlDNS43NTEzIDIuMjkxOTkgMi4yOTI5NyA1Ljc1MDMzIDIuMjkyOTcgMTAuMDAwM0MyLjI5Mjk3IDE0LjI1MDMgNS43NTEzIDE3LjcwODcgMTAuMDAxMyAxNy43MDg3QzE0LjI1MTMgMTcuNzA4NyAxNy43MDk2IDE0LjI1MDMgMTcuNzA5NiAxMC4wMDAzQzE3LjcwOTYgNS43NTAzMyAxNC4yNTEzIDIuMjkxOTkgMTAuMDAxMyAyLjI5MTk5WiIgZmlsbD0iI0YwMjMyMyIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik0xMCAxMS40NTg3QzkuNjU4MzMgMTEuNDU4NyA5LjM3NSAxMS4xNzUzIDkuMzc1IDEwLjgzMzdWNi42NjY5OUM5LjM3NSA2LjMyNTMzIDkuNjU4MzMgNi4wNDE5OSAxMCA2LjA0MTk5QzEwLjM0MTcgNi4wNDE5OSAxMC42MjUgNi4zMjUzMyAxMC42MjUgNi42NjY5OVYxMC44MzM3QzEwLjYyNSAxMS4xNzUzIDEwLjM0MTcgMTEuNDU4NyAxMCAxMS40NTg3WiIgZmlsbD0iI0YwMjMyMyIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik0xMC4wMDEzIDE0LjE2NjRDOS44OTI5NyAxNC4xNjY0IDkuNzg0NjQgMTQuMTQxNCA5LjY4NDY0IDE0LjA5OTdDOS41ODQ2NCAxNC4wNTgxIDkuNDkyOTcgMTMuOTk5NyA5LjQwOTY0IDEzLjkyNDdDOS4zMzQ2NCAxMy44NDE0IDkuMjc2MyAxMy43NTgxIDkuMjM0NjQgMTMuNjQ5N0M5LjE5Mjk3IDEzLjU0OTcgOS4xNjc5NyAxMy40NDE0IDkuMTY3OTcgMTMuMzMzMUM5LjE2Nzk3IDEzLjIyNDcgOS4xOTI5NyAxMy4xMTY0IDkuMjM0NjQgMTMuMDE2NEM5LjI3NjMgMTIuOTE2NCA5LjMzNDY0IDEyLjgyNDcgOS40MDk2NCAxMi43NDE0QzkuNDkyOTcgMTIuNjY2NCA5LjU4NDY0IDEyLjYwODEgOS42ODQ2NCAxMi41NjY0QzkuODg0NjQgMTIuNDgzMSAxMC4xMTggMTIuNDgzMSAxMC4zMTggMTIuNTY2NEMxMC40MTggMTIuNjA4MSAxMC41MDk2IDEyLjY2NjQgMTAuNTkzIDEyLjc0MTRDMTAuNjY4IDEyLjgyNDcgMTAuNzI2MyAxMi45MTY0IDEwLjc2OCAxMy4wMTY0QzEwLjgwOTYgMTMuMTE2NCAxMC44MzQ2IDEzLjIyNDcgMTAuODM0NiAxMy4zMzMxQzEwLjgzNDYgMTMuNDQxNCAxMC44MDk2IDEzLjU0OTcgMTAuNzY4IDEzLjY0OTdDMTAuNzI2MyAxMy43NTgxIDEwLjY2OCAxMy44NDE0IDEwLjU5MyAxMy45MjQ3QzEwLjUwOTYgMTMuOTk5NyAxMC40MTggMTQuMDU4MSAxMC4zMTggMTQuMDk5N0MxMC4yMTggMTQuMTQxNCAxMC4xMDk2IDE0LjE2NjQgMTAuMDAxMyAxNC4xNjY0WiIgZmlsbD0iI0YwMjMyMyIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==);background-size:contain;cursor:pointer;}.label-has-error .error-message{position:absolute;color:var(--errorsColor);text-align:center;font-size:0.77778rem;font-style:normal;font-weight:400;line-height:1.1;border-radius:10px;background:#fff;box-shadow:0px 0px 2px 0px rgba(145,158,171,0.24),0px 16px 32px -4px rgba(145,158,171,0.24);padding:12px 10px;opacity:0;visibility:hidden;pointer-events:none;transition:all 0.5s;left:calc(100% + 5px);transform:translateY(50%);bottom:50%;z-index:2;}.label-has-error .error-message:before{content:'';width:0;height:0;border-top:4px solid transparent;border-right:4px solid #fff;border-bottom:4px solid transparent;position:absolute;top:50%;right:100%;transform:translateY(-50%);}.label-has-error.form-type-radio  .error-wrapper{display:none;}@media screen and (min-width:1199px){.label-has-error .error-message{width:257px !important;bottom:calc(100% + 5px);transform:translateX(-50%);left:50%;}.label-has-error .error-message:before{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff;top:100%;right:auto;transform:translateX(-50%);left:50%;}}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/stable/images/core/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.js input.form-autocomplete{background-image:url(/themes/contrib/stable/images/core/throbber-inactive.png);background-repeat:no-repeat;background-position:100% center;}.js[dir="rtl"] input.form-autocomplete{background-position:0% center;}.js input.form-autocomplete.ui-autocomplete-loading{background-image:url(/themes/contrib/stable/images/core/throbber-active.gif);background-position:100% center;}.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading{background-position:0% center;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:1.5em;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
table.sticky-header{z-index:500;top:0;margin-top:0;background-color:#fff;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon:before{display:block;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:20px;}.system-status-counter__status-icon--error:before{background-image:url(/themes/contrib/stable/images/core/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/themes/contrib/stable/images/core/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/themes/contrib/stable/images/core/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
body.drag{cursor:move;}tr.region-title{font-weight:bold;}tr.region-message{color:#999;}tr.region-populated{display:none;}tr.add-new .tabledrag-changed{display:none;}.draggable a.tabledrag-handle{float:left;overflow:hidden;height:1.7em;margin-left:-1em;cursor:move;text-decoration:none;}[dir="rtl"] .draggable a.tabledrag-handle{float:right;margin-right:-1em;margin-left:0;}a.tabledrag-handle:hover{text-decoration:none;}a.tabledrag-handle .handle{width:14px;height:14px;margin:-0.4em 0.5em 0;padding:0.42em 0.5em;background:url(/themes/contrib/stable/images/core/icons/787878/move.svg) no-repeat 6px 7px;}a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle{background-image:url(/themes/contrib/stable/images/core/icons/000000/move.svg);}.touchevents .draggable td{padding:0 10px;}.touchevents .draggable .menu-item__link{display:inline-block;padding:10px 0;}.touchevents a.tabledrag-handle{width:40px;height:44px;}.touchevents a.tabledrag-handle .handle{height:21px;background-position:40% 19px;}[dir="rtl"] .touch a.tabledrag-handle .handle{background-position:right 40% top 19px;}.touchevents .draggable.drag a.tabledrag-handle .handle{background-position:50% -32px;}.tabledrag-toggle-weight-wrapper{text-align:right;}[dir="rtl"] .tabledrag-toggle-weight-wrapper{text-align:left;}.indentation{float:left;width:20px;height:1.7em;margin:-0.4em 0.2em -0.4em -0.4em;padding:0.42em 0 0.42em 0.6em;}[dir="rtl"] .indentation{float:right;margin:-0.4em -0.4em -0.4em 0.2em;padding:0.42em 0.6em 0.42em 0;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-up.svg);}
div.tree-child{background:url(/themes/contrib/stable/images/core/tree.png) no-repeat 11px center;}div.tree-child-last{background:url(/themes/contrib/stable/images/core/tree-bottom.png) no-repeat 11px center;}[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last{background-position:-65px center;}div.tree-child-horizontal{background:url(/themes/contrib/stable/images/core/tree.png) no-repeat -11px center;}
html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"]{position:absolute !important;display:inline !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper{display:none;}.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}.webform-element-description p:first-child{margin-top:0;}.webform-element-description p:last-child{margin-bottom:0;}.form-item .container-inline{margin:2px 0;}.form-checkboxes .form-required:after,.form-radios .form-required:after{display:none;}.webform-element--title-inline > label{display:inline;padding-right:0.5em;}.webform-element--title-inline > div.container-inline{display:inline;}.form-composite.webform-fieldset--title-inline legend{float:left;margin:0.4em 0.5em 0.4em 0;}[dir=rtl] .form-composite.webform-fieldset--title-inline legend{float:right;margin-right:0;margin-left:0.5em;}.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div{display:inline;}.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes{display:inline;}.webform-submission-form strong.error.form-item--error-message{display:block;}.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea{color:#6B6B6B;border-color:#bbb;background:#ededed;}
.webform-details-toggle-state-wrapper{text-align:right;margin-top:1em;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;text-decoration:none;color:#337ab7;}.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus{text-decoration:underline;}.webform-tabs .webform-details-toggle-state-wrapper{float:right;}@media screen and (max-width:600px){.webform-tabs .webform-details-toggle-state-wrapper{float:none;}}
.webform-message--close .messages{position:relative;padding-right:35px;}.webform-message--close .webform-message__link{display:none;}html.js .webform-message--close .webform-message__link{position:absolute;top:11px;right:10px;display:block;font-size:24px;line-height:24px;}html[dir="rtl"].js .webform-message--close .webform-message__link{top:11px;right:inherit;left:10px;}.webform-message__link{opacity:0.33;color:inherit;}.webform-message__link:link{text-decoration:none;border-bottom:none;}.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active{text-decoration:none;opacity:1;color:inherit;border-bottom:none;}html.js .js-webform-message--close-storage{display:none;}.js-webform-message--close .button--dismiss{display:none;}
.antibot-message{border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;padding:15px;word-wrap:break-word;overflow-wrap:break-word;margin:9px 0 10px 8px;}.antibot-message-warning{background-color:#fdf8ed;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;color:#734c00;box-shadow:-8px 0 0 #e09600;}.antibot-message-error{background-color:#fcf4f2;color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;box-shadow:-8px 0 0 #e62600;}
.webform-managed-file-preview-wrapper + input[type="submit"],.webform-managed-file-preview-wrapper + button,.webform-managed-file-preview + input[type="submit"],.webform-managed-file-preview + button{margin:0.5em 0;}.webform-managed-file-preview-wrapper,.webform-managed-file-preview-wrapper.form-item{display:table;padding:0.5em;border:1px solid #ccc;}.webform-managed-file-preview,label.webform-managed-file-preview,label.option.webform-managed-file-preview{display:block;}.webform-managed-file-placeholder,.webform-managed-file-preview,.webform-file-button{margin:0.5em 0;}
.webform-file-button-input{position:fixed;top:-1000px;}
/* @license MIT http://opensource.org/licenses/mit-license.php */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.select2-container--open{z-index:1261;}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.action-links{margin:1em 0;padding:0;list-style:none;}[dir="rtl"] .action-links{margin-right:0;}.action-links li{display:inline-block;margin:0 0.3em;}.action-links li:first-child{margin-left:0;}[dir="rtl"] .action-links li:first-child{margin-right:0;margin-left:0.3em;}.button-action{display:inline-block;padding:0.2em 0.5em 0.3em;text-decoration:none;line-height:160%;}.button-action:before{margin-left:-0.1em;padding-right:0.2em;content:"+";font-weight:900;}[dir="rtl"] .button-action:before{margin-right:-0.1em;margin-left:0;padding-right:0;padding-left:0.2em;}
.breadcrumb{padding-bottom:0.5em;}.breadcrumb ol{margin:0;padding:0;}[dir="rtl"] .breadcrumb ol{margin-right:0;}.breadcrumb li{display:inline;margin:0;padding:0;list-style-type:none;}.breadcrumb li:before{content:" \BB ";}.breadcrumb li:first-child:before{content:none;}
.button,.image-button{margin-right:1em;margin-left:1em;}.button:first-child,.image-button:first-child{margin-right:0;margin-left:0;}
.collapse-processed > summary{padding-right:0.5em;padding-left:0.5em;}.collapse-processed > summary:before{float:left;width:1em;height:1em;content:"";background:url(/themes/contrib/classy/images/misc/menu-expanded.png) 0 100% no-repeat;}[dir="rtl"] .collapse-processed > summary:before{float:right;background-position:100% 100%;}.collapse-processed:not([open]) > summary:before{-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background-position:25% 35%;}[dir="rtl"] .collapse-processed:not([open]) > summary:before{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);background-position:75% 35%;}
.container-inline label:after,.container-inline .label:after{content:":";}.form-type-radios .container-inline label:after,.form-type-checkboxes .container-inline label:after{content:"";}.form-type-radios .container-inline .form-type-radio,.form-type-checkboxes .container-inline .form-type-checkbox{margin:0 1em;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}
details{margin-top:1em;margin-bottom:1em;border:1px solid #ccc;}details > .details-wrapper{padding:0.5em 1.5em;}summary{padding:0.2em 0.5em;cursor:pointer;}
.exposed-filters .filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .filters{float:right;margin-right:0;margin-left:1em;}.exposed-filters .form-item{margin:0 0 0.1em 0;padding:0;}.exposed-filters .form-item label{float:left;width:10em;font-weight:normal;}[dir="rtl"] .exposed-filters .form-item label{float:right;}.exposed-filters .form-select{width:14em;}.exposed-filters .current-filters{margin-bottom:1em;}.exposed-filters .current-filters .placeholder{font-weight:bold;font-style:normal;}.exposed-filters .additional-filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .additional-filters{float:right;margin-right:0;margin-left:1em;}
.field__label{font-weight:bold;}.field--label-inline .field__label,.field--label-inline .field__items{float:left;}.field--label-inline .field__label,.field--label-inline > .field__item,.field--label-inline .field__items{padding-right:0.5em;}[dir="rtl"] .field--label-inline .field__label,[dir="rtl"] .field--label-inline .field__items{padding-right:0;padding-left:0.5em;}.field--label-inline .field__label::after{content:":";}
form .field-multiple-table{margin:0;}form .field-multiple-table .field-multiple-drag{width:30px;padding-right:0;}[dir="rtl"] form .field-multiple-table .field-multiple-drag{padding-left:0;}form .field-multiple-table .field-multiple-drag .tabledrag-handle{padding-right:0.5em;}[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle{padding-right:0;padding-left:0.5em;}form .field-add-more-submit{margin:0.5em 0 0;}.form-item,.form-actions{margin-top:1em;margin-bottom:1em;}tr.odd .form-item,tr.even .form-item{margin-top:0;margin-bottom:0;}.form-composite > .fieldset-wrapper > .description,.form-item .description{font-size:0.85em;}label.option{display:inline;font-weight:normal;}.form-composite > legend,.label{display:inline;margin:0;padding:0;font-size:inherit;font-weight:bold;}.form-checkboxes .form-item,.form-radios .form-item{margin-top:0.4em;margin-bottom:0.4em;}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em;}[dir="rtl"] .form-type-radio .description,[dir="rtl"] .form-type-checkbox .description{margin-right:2.4em;margin-left:0;}.marker{color:#e00;}.form-required:after{display:inline-block;width:6px;height:6px;margin:0 0.3em;content:"";vertical-align:super;background-image:url(/themes/contrib/classy/images/icons/ee0000/required.svg);background-repeat:no-repeat;background-size:6px 6px;}abbr.tabledrag-changed,abbr.ajax-changed{border-bottom:none;}.form-item input.error,.form-item textarea.error,.form-item select.error{border:2px solid red;}.form-item--error-message:before{display:inline-block;width:14px;height:14px;content:"";vertical-align:sub;background:url(/themes/contrib/classy/images/icons/e32700/error.svg) no-repeat;background-size:contain;}
.icon-help{padding:1px 0 1px 20px;background:url(/themes/contrib/classy/images/misc/help.png) 0 50% no-repeat;}[dir="rtl"] .icon-help{padding:1px 20px 1px 0;background-position:100% 50%;}.feed-icon{display:block;overflow:hidden;width:16px;height:16px;text-indent:-9999px;background:url(/themes/contrib/classy/images/misc/feed.svg) no-repeat;}
.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}[dir="rtl"] .views-filterable-options-controls .form-item{margin-right:2%;}.form--inline .form-item-separator{margin-top:2.3em;margin-right:1em;margin-left:0.5em;}[dir="rtl"] .form--inline .form-item-separator{margin-right:0.5em;margin-left:1em;}.form--inline .form-actions{clear:left;}[dir="rtl"] .form--inline .form-actions{clear:right;}
.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list li{margin:0 0 0.25em 1.5em;padding:0;}[dir="rtl"] .item-list li{margin:0 1.5em 0.25em 0;}.item-list--comma-list{display:inline;}.item-list--comma-list .item-list__comma-list,.item-list__comma-list li,[dir="rtl"] .item-list--comma-list .item-list__comma-list,[dir="rtl"] .item-list__comma-list li{margin:0;}
button.link{margin:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}label button.link{font-weight:bold;}
ul.inline,ul.links.inline{display:inline;padding-left:0;}[dir="rtl"] ul.inline,[dir="rtl"] ul.links.inline{padding-right:0;padding-left:15px;}ul.inline li{display:inline;padding:0 0.5em;list-style-type:none;}ul.links a.is-active{color:#000;}
ul.menu{margin-left:1em;padding:0;list-style:none outside;text-align:left;}[dir="rtl"] ul.menu{margin-right:1em;margin-left:0;text-align:right;}.menu-item--expanded{list-style-type:circle;list-style-image:url(/themes/contrib/classy/images/misc/menu-expanded.png);}.menu-item--collapsed{list-style-type:disc;list-style-image:url(/themes/contrib/classy/images/misc/menu-collapsed.png);}[dir="rtl"] .menu-item--collapsed{list-style-image:url(/themes/contrib/classy/images/misc/menu-collapsed-rtl.png);}.menu-item{margin:0;padding-top:0.2em;}ul.menu a.is-active{color:#000;}
.more-link{display:block;text-align:right;}[dir="rtl"] .more-link{text-align:left;}
.pager__items{clear:both;text-align:center;}.pager__item{display:inline;padding:0.5em;}.pager__item.is-active{font-weight:bold;}
tr.drag{background-color:#fffff0;}tr.drag-previous{background-color:#ffd;}body div.tabledrag-changed-warning{margin-bottom:0.5em;}
tr.selected td{background:#ffc;}td.checkbox,th.checkbox{text-align:center;}[dir="rtl"] td.checkbox,[dir="rtl"] th.checkbox{text-align:center;}
th.is-active img{display:inline;}td.is-active{background-color:#ddd;}
div.tabs{margin:1em 0;}ul.tabs{margin:0 0 0.5em;padding:0;list-style:none;}.tabs > li{display:inline-block;margin-right:0.3em;}[dir="rtl"] .tabs > li{margin-right:0;margin-left:0.3em;}.tabs a{display:block;padding:0.2em 1em;text-decoration:none;}.tabs a.is-active{background-color:#eee;}.tabs a:focus,.tabs a:hover{background-color:#f5f5f5;}
.form-textarea-wrapper textarea{display:block;box-sizing:border-box;width:100%;margin:0;}
.ui-dialog--narrow{max-width:500px;}@media screen and (max-width:600px){.ui-dialog--narrow{min-width:95%;max-width:95%;}}
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/themes/contrib/classy/images/icons/73b355/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/themes/contrib/classy/images/icons/e29700/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/themes/contrib/classy/images/icons/e32700/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}
.progress__track{border-color:#b3b3b3;border-radius:10em;background-color:#f2f1eb;background-image:-webkit-linear-gradient(#e7e7df,#f0f0f0);background-image:linear-gradient(#e7e7df,#f0f0f0);box-shadow:inset 0 1px 3px hsla(0,0%,0%,0.16);}.progress__bar{height:16px;margin-top:-1px;margin-left:-1px;padding:0 1px;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out;-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite;border:1px #07629a solid;border-radius:10em;background:#057ec9;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15)),-webkit-linear-gradient(left top,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15)),linear-gradient(to right bottom,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-size:40px 40px;}[dir="rtl"] .progress__bar{margin-right:-1px;margin-left:0;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse;}@media screen and (prefers-reduced-motion:reduce){.progress__bar{-webkit-transition:none;transition:none;-webkit-animation:none;-moz-animation:none;}}@-webkit-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@-ms-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}
.file{display:inline-block;min-height:16px;padding-left:20px;background-repeat:no-repeat;background-position:left center;}[dir="rtl"] .file{padding-right:20px;padding-left:inherit;background-position:right center;}.file--general,.file--application-octet-stream{background-image:url(/themes/contrib/classy/images/icons/application-octet-stream.png);}.file--package-x-generic{background-image:url(/themes/contrib/classy/images/icons/package-x-generic.png);}.file--x-office-spreadsheet{background-image:url(/themes/contrib/classy/images/icons/x-office-spreadsheet.png);}.file--x-office-document{background-image:url(/themes/contrib/classy/images/icons/x-office-document.png);}.file--x-office-presentation{background-image:url(/themes/contrib/classy/images/icons/x-office-presentation.png);}.file--text-x-script{background-image:url(/themes/contrib/classy/images/icons/text-x-script.png);}.file--text-html{background-image:url(/themes/contrib/classy/images/icons/text-html.png);}.file--text-plain{background-image:url(/themes/contrib/classy/images/icons/text-plain.png);}.file--application-pdf{background-image:url(/themes/contrib/classy/images/icons/application-pdf.png);}.file--application-x-executable{background-image:url(/themes/contrib/classy/images/icons/application-x-executable.png);}.file--audio{background-image:url(/themes/contrib/classy/images/icons/audio-x-generic.png);}.file--video{background-image:url(/themes/contrib/classy/images/icons/video-x-generic.png);}.file--text{background-image:url(/themes/contrib/classy/images/icons/text-x-generic.png);}.file--image{background-image:url(/themes/contrib/classy/images/icons/image-x-generic.png);}
#sliding-popup{background:url(/modules/contrib/eu_cookie_compliance/images/gradient.png) center center scroll repeat-y transparent;}.sliding-popup-bottom,.sliding-popup-top{margin:0;padding:0;width:100%;z-index:99999;left:0;text-align:center;}.sliding-popup-bottom{position:fixed;}.sliding-popup-top{position:relative;}.eu-cookie-compliance-content{margin:0 auto;max-width:80%;display:inline-block;text-align:left;width:100%;position:relative;}.eu-cookie-compliance-buttons{float:right;margin:0 0 1em 0;max-width:40%;}.eu-cookie-compliance-categories-buttons{margin:0 0 1em 0;max-width:60%;float:left;}[dir="rtl"] .eu-cookie-compliance-buttons{float:left;}[dir="rtl"] .eu-cookie-compliance-categories-buttons{float:right;}.eu-cookie-compliance-more-button{cursor:pointer;display:inline;height:auto;margin:0;padding:0;border:none;text-decoration:underline;background:none;}.eu-cookie-compliance-secondary-button{cursor:pointer;border:none;background:none;margin-top:1em;padding:0 8px;vertical-align:middle;}.disagree-button.eu-cookie-compliance-more-button,.eu-cookie-compliance-agree-button,.eu-cookie-compliance-default-button,.eu-cookie-compliance-hide-button,.eu-cookie-compliance-more-button-thank-you,.eu-cookie-withdraw-button,.eu-cookie-compliance-save-preferences-button{cursor:pointer;margin-right:5px;margin-top:1em;vertical-align:middle;overflow:visible;width:auto;-moz-box-shadow:inset 0 1px 0 0 #ffffff;-webkit-box-shadow:inset 0 1px 0 0 #ffffff;box-shadow:inset 0 1px 0 0 #ffffff;background-color:#ededed;background-image:-moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#ededed),color-stop(100%,#dfdfdf));background-image:-webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background-image:-o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background-image:-ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background-image:linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;color:#000;font-family:Arial,sans-serif;font-weight:bold;padding:4px 8px;text-decoration:none;text-shadow:1px 1px 0 #ffffff;}[dir="rtl"] .eu-cookie-compliance-buttons button{-moz-box-shadow:inset 0 0 0 1px #ffffff;-webkit-box-shadow:inset 0 0 0 1px #ffffff;box-shadow:inset 0 0 0 1px #ffffff;}.disagree-button.eu-cookie-compliance-more-button:hover,.eu-cookie-compliance-agree-button:hover,.eu-cookie-compliance-default-button:hover,.eu-cookie-compliance-hide-button:hover,.eu-cookie-compliance-more-button-thank-you:hover,.eu-cookie-withdraw-button:hover{background-color:#dfdfdf;background-image:-moz-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#dfdfdf),color-stop(100%,#ededed));background-image:-webkit-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background-image:-o-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background-image:-ms-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background-image:linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);}.disagree-button.eu-cookie-compliance-more-button:active,.eu-cookie-compliance-agree-button:active,.eu-cookie-compliance-default-button:active,.eu-cookie-compliance-hide-button:active,.eu-cookie-compliance-more-button-thank-you:active,.eu-cookie-withdraw-button:active{position:relative;top:1px;}.eu-cookie-compliance-message{float:left;margin:5px 0 0;max-width:60%;}.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message{max-width:100%;}.eu-cookie-compliance-categories{clear:both;padding-top:1em;}.eu-cookie-compliance-categories label{display:inline;}[dir="rtl"] .eu-cookie-compliance-message{float:right;text-align:right;}.eu-cookie-compliance-message h1,.eu-cookie-compliance-message h2,.eu-cookie-compliance-message h3,.eu-cookie-compliance-message p{font-weight:bold;line-height:1.4;margin:0 0 5px 0;}.eu-cookie-compliance-message h1,.eu-cookie-compliance-message h2,.eu-cookie-compliance-message h3,.eu-cookie-compliance-message p,.eu-cookie-compliance-message button,.eu-cookie-compliance-category label{color:#fff;}.eu-cookie-compliance-message h1{font-size:24px;}.eu-cookie-compliance-message h2{font-size:16px;}.eu-cookie-compliance-message h3{font-size:12px;}.eu-cookie-compliance-message p{font-size:12px;display:inline;}.eu-cookie-withdraw-tab{padding:4px 7px;cursor:pointer;}.sliding-popup-bottom .eu-cookie-withdraw-tab{border-width:2px 2px 0;border-radius:5px 5px 0 0;}.sliding-popup-top .eu-cookie-withdraw-tab{border-width:0 2px 2px;border-radius:0 0 5px 5px;}.eu-cookie-withdraw-wrapper.sliding-popup-top,.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner{transform:scaleY(-1);}.eu-cookie-withdraw-tab{position:absolute;top:0;transform:translate(-50%,-100%);left:50%;}.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab{transform:translate(-50%,-100%) scaleY(-1);}.eu-cookie-compliance-close-button{background:url(/modules/contrib/eu_cookie_compliance/images/close.png);width:24px;height:24px;border-width:0;font-size:0px;position:absolute;right:2px;top:-12px;cursor:pointer;}body:not(.eu-cookie-compliance-popup-open) .eu-cookie-compliance-close-button{display:none;}@media screen and (max-width:600px){.eu-cookie-compliance-content{max-width:95%;}.eu-cookie-compliance-categories,.eu-cookie-compliance-message{max-width:100%;}.eu-cookie-compliance-buttons{clear:both;float:none;max-width:100%;margin:5px 0 1em;}.eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories{float:right;margin-top:-56px;}.eu-cookie-compliance-banner--categories .eu-cookie-compliance-buttons{position:initial;bottom:unset;right:unset;}}
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;-ms-transform-origin:center bottom;transform-origin:center bottom}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{-ms-transform-origin:top center;transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}100%{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.noty_close{display:block!important}.noty_message{font:12px/16px arial}
.paragraph--unpublished{background-color:#fff4f4;}
.ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:100;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;}
.ui-datepicker{z-index:1261 !important;}.webform-ajax-form-wrapper[data-effect="slide"] .form-actions{margin-bottom:0;padding-bottom:1em;}
@font-face{font-family:"Century";src:url("/themes/personal/fonts/Century-Gothic/Century-Gothic.woff2") format("woff2"),url("/themes/personal/fonts/Century-Gothic/Century-Gothic.woff") format("woff"),url("/themes/personal/fonts/Century-Gothic/Century-Gothic.ttf") format("ttf");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:"Proxima";src:url("/themes/personal/fonts/Proxima-Regular/Proxima-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Proxima-Regular/Proxima-Regular.woff") format("woff"),url("/themes/personal/fonts/Proxima-Regular/Proxima-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Cuprum";src:url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff") format("woff"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-Regular/FixelText-Regular.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-Regular/FixelText-Regular.woff") format("woff"),url("/themes/personal/fonts/FixelText-Regular/FixelText-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-Medium/FixelText-Medium.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-Medium/FixelText-Medium.woff") format("woff"),url("/themes/personal/fonts/FixelText-Medium/FixelText-Medium.ttf") format("ttf");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-SemiBold/FixelText-SemiBold.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-SemiBold/FixelText-SemiBold.woff") format("woff"),url("/themes/personal/fonts/FixelText-SemiBold/FixelText-SemiBold.ttf") format("ttf");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-Bold/FixelText-Bold.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-Bold/FixelText-Bold.woff") format("woff"),url("/themes/personal/fonts/FixelText-Bold/FixelText-Bold.ttf") format("ttf");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:"icomoon";src:url("/themes/personal/fonts/icomoon/icomoon.woff") format("woff"),url("/themes/personal/fonts/icomoon/icomoon.ttf") format("ttf");font-weight:400;font-style:normal;font-display:swap}.pager{font-size:1px^-1rem;margin:30px auto 0;position:relative;text-align:center;cursor:default}@media screen and (min-width:1200px){.pager{margin:1.6666666667rem auto 0}}.pager .js-pager__items{padding:0;margin:0;text-align:center}.pager .pager__items{padding:0;margin:0;padding-left:45px;padding-right:45px;display:inline-block;position:relative}.pager .pager__item{display:inline-block;vertical-align:middle;padding:0;margin:5px 2px;color:#333}@media screen and (min-width:1200px){.pager .pager__item{margin:0.2777777778rem 0.1111111111rem}}.pager .pager__item.pager__item--last,.pager .pager__item.pager__item--first{display:none}.pager .pager__item.pager__item--next,.pager .pager__item.pager__item--previous{position:absolute;top:50%;margin-top:-15px;font-size:0;color:#F9D900}@media screen and (min-width:1200px){.pager .pager__item.pager__item--next,.pager .pager__item.pager__item--previous{margin-top:-0.8333333333rem}}.pager .pager__item.pager__item--next a,.pager .pager__item.pager__item--previous a{padding-top:1px;font-size:0;width:35px;color:#fff}@media screen and (min-width:1200px){.pager .pager__item.pager__item--next a,.pager .pager__item.pager__item--previous a{padding-top:0.0555555556rem;width:1.9444444444rem}}.pager .pager__item.pager__item--next a:hover,.pager .pager__item.pager__item--previous a:hover{color:#F9D900}.pager .pager__item.pager__item--next a::after,.pager .pager__item.pager__item--previous a::after{font-family:"icomoon";font-size:20px}@media screen and (min-width:1200px){.pager .pager__item.pager__item--next a::after,.pager .pager__item.pager__item--previous a::after{font-size:1.1111111111rem}}.pager .pager__item.pager__item--next{right:0}.pager .pager__item.pager__item--next a::after{content:""}.pager .pager__item.pager__item--previous{left:0}.pager .pager__item.pager__item--previous a::after{content:""}.pager .pager__item.is-active a{color:#F9D900;font-weight:500;font-size:24px}@media screen and (min-width:1200px){.pager .pager__item.is-active a{font-size:1.3333333333rem}}.pager .pager__item.is-active a:hover{color:#fff}.pager .pager__item a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#FFFFFF;line-height:1;padding-top:2px}@media screen and (min-width:1200px){.pager .pager__item a{width:1.6666666667rem;height:1.6666666667rem;padding-top:0.1111111111rem}}.pager .pager__item a:hover{color:#F9D900}*{outline:none;margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}.lock{touch-action:none;-ms-touch-action:none;position:relative;overflow:hidden}html,body{scroll-behavior:smooth}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:16px}@media screen and (min-width:1200px){html{font-size:0.9375vw}}body{background-image:linear-gradient(0deg,rgba(255,255,255,0.96),rgba(255,255,255,0.96)),url("/themes/personal/images/main-bg.png");font-family:"Proxima","Arial","Helvetica",sans-serif;font-weight:400;line-height:1.25;width:100%;height:100%;color:#3D3C3C;min-width:360px;overflow-x:clip}body.lock{overflow:hidden;touch-action:none}body a{text-decoration:none}body.maintenance-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#3D3C3C}body.maintenance-page .layout-container{padding:2.5em 0}body.maintenance-page .layout-container header{text-align:center}body.maintenance-page .layout-container main{max-width:42.6111111111rem;margin-top:50px;text-align:center}@media screen and (min-width:1200px){body.maintenance-page .layout-container main{margin-top:2.7777777778rem}}@media screen and (min-width:1920px){body.maintenance-page .layout-container main{margin-top:50px}}body.maintenance-page .layout-container main h1{font-family:"FixelText";font-size:28px;font-weight:600;line-height:1.25;text-transform:uppercase;margin-bottom:0.5em}@media screen and (min-width:1200px){body.maintenance-page .layout-container main h1{font-size:2.6666666667rem}}@media screen and (min-width:1920px){body.maintenance-page .layout-container main h1{font-size:48px}}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}p{margin:0 0 1em}p:last-child{margin-bottom:0}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.55}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-bg{background:#262626;opacity:0.3}.mfp-container{padding:0}.mfp-container .magnific-popup,.mfp-container .magnific-content{background:#fff;width:386px;max-width:100%;margin:0 auto;position:relative;padding:60px 25px}@media screen and (min-width:1215px){.mfp-container .magnific-popup,.mfp-container .magnific-content{padding-left:30px;padding-right:30px}}.mfp-container .magnific-popup>.block,.mfp-container .magnific-content>.block{position:static}@media screen and (min-width:1200px){.mfp-container .webform-submission-contact-popup-add-form .form-item{padding:0 1.6666666667rem 0 0;margin-bottom:1.3888888889rem}.mfp-container .webform-submission-contact-popup-add-form .form-item:nth-child(even){padding:0}}@media screen and (min-width:1920px){.mfp-container .webform-submission-contact-popup-add-form .form-item{padding-right:30px;margin-bottom:25px}}.mfp-container .webform-submission-contact-popup-add-form .form-item.form-item-zavantazhyty-rezyume{padding:0}.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-family:"FixelText";font-size:28px;font-weight:600;line-height:1.25;text-transform:uppercase;margin-bottom:25px}@media screen and (min-width:1200px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:2.6666666667rem}}@media screen and (min-width:1920px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:48px}}.mfp-container .form__actions .form__submit{width:100%}.mfp-container .mfp-close{right:25px;top:25px;width:24px;height:24px;font-size:0;display:flex;justify-content:center;align-items:center;opacity:1;color:#5A5959}@media screen and (min-width:1200px){.mfp-container .mfp-close{right:1.3888888889rem;top:1.3888888889rem;width:1.3333333333rem;height:1.3333333333rem}}@media screen and (min-width:1920px){.mfp-container .mfp-close{right:25px;top:25px;width:24px;height:24px}}.mfp-container .mfp-close::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;content:""}@media screen and (min-width:1200px){.mfp-container .mfp-close::before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.mfp-container .mfp-close::before{font-size:20px}}.basket-popup-link:not(.close-link){font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1;width:100%}@media screen and (min-width:1200px){.basket-popup-link:not(.close-link){font-size:1rem}}@media screen and (min-width:1920px){.basket-popup-link:not(.close-link){font-size:18px}}@media screen and (min-width:1200px){.basket-popup-link:not(.close-link){padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.basket-popup-link:not(.close-link){padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.basket-popup-link:not(.close-link):before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.basket-popup-link:not(.close-link):hover{color:#F9D900;background-color:transparent}.basket-popup-link:not(.close-link):hover:before{left:100%}.basket-popup-link:not(.close-link):after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.basket-popup-link:not(.close-link):after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.basket-popup-link:not(.close-link):after{font-size:20px}}@media screen and (min-width:1200px){.basket-popup-link:not(.close-link):after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.basket-popup-link:not(.close-link):after{margin-left:16px;margin-bottom:-2px}}h1{font-family:"FixelText";font-weight:600;font-size:2.25rem;line-height:1.1;text-transform:uppercase;margin:0}@media screen and (min-width:1200px){h1{font-size:5.5555555556rem}}@media screen and (min-width:1920px){h1{font-size:100px}}h2{font-family:"FixelText";font-size:28px;font-weight:600;line-height:1.25;text-transform:uppercase;margin:0}@media screen and (min-width:1200px){h2{font-size:2.6666666667rem}}@media screen and (min-width:1920px){h2{font-size:48px}}h3{font-family:"FixelText";font-size:24px;font-weight:400;line-height:1.25;text-transform:uppercase;margin:0}@media screen and (min-width:1200px){h3{font-size:2rem}}@media screen and (min-width:1920px){h3{font-size:36px}}h4{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;margin:0}@media screen and (min-width:1200px){h4{font-size:1.8888888889rem}}@media screen and (min-width:1920px){h4{font-size:34px}}h5{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25;margin:0}@media screen and (min-width:1200px){h5{font-size:2rem}}@media screen and (min-width:1920px){h5{font-size:36px}}h6{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25;margin:0}@media screen and (min-width:1200px){h6{font-size:2rem}}@media screen and (min-width:1920px){h6{font-size:36px}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;-ms-appearance:none;margin:0}input[type=time],input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;-o-appearance:textfield;-ms-appearance:textfield}input[type="time"]::-webkit-clear-button{display:none}input[type="time"]::-moz-clear-button{display:none}svg,img{border:none;vertical-align:middle;max-width:100%;height:auto}video{-o-object-fit:fill;object-fit:fill;vertical-align:middle;width:100%;height:auto}[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;background:transparent;border:none;border-bottom:1px solid rgba(45,48,55,0.5);box-sizing:border-box;width:100%;outline:none;border-radius:0 !important;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all 250ms ease}@media screen and (min-width:1200px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{font-size:1.1111111111rem}}@media screen and (min-width:1920px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{font-size:20px}}[type="color"][disabled="disabled"],[type="date"][disabled="disabled"],[type="datetime"][disabled="disabled"],[type="datetime-local"][disabled="disabled"],[type="email"][disabled="disabled"],[type="month"][disabled="disabled"],[type="number"][disabled="disabled"],[type="password"][disabled="disabled"],[type="search"][disabled="disabled"],[type="tel"][disabled="disabled"],[type="text"][disabled="disabled"],[type="time"][disabled="disabled"],[type="url"][disabled="disabled"],[type="week"][disabled="disabled"],select[disabled="disabled"],textarea[disabled="disabled"]{opacity:0.5}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;transition:background-color 5000s ease-in-out 0s}@media screen and (min-width:1200px){input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{font-size:24px}}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-family:"Proxima";color:#3D3C3C;transition:all 0.3s}input::-moz-placeholder,textarea::-moz-placeholder{font-family:"Proxima";color:#3D3C3C;transition:all 0.3s}input:-ms-input-placeholder,textarea:-ms-input-placeholder{font-family:"Proxima";color:#3D3C3C;transition:all 0.3s}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0}textarea{height:150px;padding-top:1rem;padding-bottom:1rem;resize:none;display:block}@media screen and (min-width:1215px){textarea{padding-top:0.625rem;padding-bottom:0.625rem}}select{padding-top:15px;padding-bottom:15px;padding-right:40px;border:1px solid #F4F4F4;background:#F9F9F9 url("/themes/personal/images/icons/select-arrow.svg") right 15px center no-repeat}@media screen and (min-width:1200px){select{padding-top:0.8333333333rem;padding-bottom:0.8333333333rem;padding-right:2.2222222222rem;border:0.0555555556rem solid #F4F4F4}}@media screen and (min-width:1920px){select{padding-top:15px;padding-bottom:15px;padding-right:40px;border:1px solid #F4F4F4}}.form-type-checkbox,.form-type-radio{position:relative}.form-type-radio{position:relative}.form-type-radio input[type="radio"]{position:absolute;left:0;top:0;visibility:hidden}.form-type-radio input[type="radio"]:checked+label::after{opacity:1;transform:scale(1)}.form-type-radio input[type="radio"]:checked+label::before{border-color:#F9D900}.form-type-radio input[type="radio"]+label{display:block;padding-left:35px;padding-top:4px;cursor:pointer;transition:all 0.3s;line-height:1.2;font-weight:400}@media screen and (min-width:1200px){.form-type-radio input[type="radio"]+label{padding-left:1.9444444444rem;padding-top:0.2222222222rem}}@media screen and (min-width:1920px){.form-type-radio input[type="radio"]+label{padding-left:35px;padding-top:4px}}.form-type-radio input[type="radio"]+label::before,.form-type-radio input[type="radio"]+label::after{content:"";position:absolute;left:0;top:1px;width:0;border-radius:50%}@media screen and (min-width:1200px){.form-type-radio input[type="radio"]+label::before,.form-type-radio input[type="radio"]+label::after{top:0.0555555556rem}}@media screen and (min-width:1920px){.form-type-radio input[type="radio"]+label::before,.form-type-radio input[type="radio"]+label::after{top:1px}}.form-type-radio input[type="radio"]+label::before{width:18px;height:18px;background:#fff;border:1px solid rgba(78,84,92,0.4);transition:all 0.3s}@media screen and (min-width:1200px){.form-type-radio input[type="radio"]+label::before{width:1rem;height:1rem;border:0.0555555556rem solid rgba(78,84,92,0.4)}}@media screen and (min-width:1920px){.form-type-radio input[type="radio"]+label::before{width:18px;height:18px;border:1px solid rgba(78,84,92,0.4)}}.form-type-radio input[type="radio"]+label::after{background:#F9D900;width:10px;height:10px;margin-top:4px;margin-left:4px;opacity:0;transform:scale(0.5);transition:all 0.3s}@media screen and (min-width:1200px){.form-type-radio input[type="radio"]+label::after{width:0.5555555556rem;height:0.5555555556rem;margin-top:0.2222222222rem;margin-left:0.2222222222rem}}@media screen and (min-width:1920px){.form-type-radio input[type="radio"]+label::after{width:10px;height:10px;margin-top:4px;margin-left:4px}}input[type="checkbox"]{position:absolute;left:0;top:0;visibility:hidden}input[type="checkbox"]:checked+label::after{opacity:1;transform:scale(1)}input[type="checkbox"]:checked+label::before{border-color:#F9D900}input[type="checkbox"]+label{display:block;padding-left:35px;padding-top:1px;cursor:pointer;transition:all 0.3s;font-weight:400}@media screen and (min-width:1200px){input[type="checkbox"]+label{padding-left:1.9444444444rem;padding-top:0.0555555556rem}}@media screen and (min-width:1920px){input[type="checkbox"]+label{padding-left:35px;padding-top:1px}}input[type="checkbox"]+label::before,input[type="checkbox"]+label::after{content:"";position:absolute;left:0;top:-0.1em;width:0}input[type="checkbox"]+label::before{width:24px;height:24px;background:#fff;border:1px solid #F9D900;border-radius:3px;transition:all 0.3s}@media screen and (min-width:1200px){input[type="checkbox"]+label::before{width:1.3333333333rem;height:1.3333333333rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){input[type="checkbox"]+label::before{width:24px;height:24px;border:1px solid #F9D900}}input[type="checkbox"]+label::after{width:24px;height:24px;background:url("/themes/personal/images/icons/check.svg") no-repeat center center;background-size:14px;opacity:0;transform:scale(0.5);transition:all 0.3s}@media screen and (min-width:1200px){input[type="checkbox"]+label::after{width:1.3333333333rem;height:1.3333333333rem;background-size:0.7777777778rem}}@media screen and (min-width:1920px){input[type="checkbox"]+label::after{width:24px;height:24px;background-size:14px}}.personal-local-tasks,.animete_line-personal-local-tasks{position:fixed;left:0;bottom:10px;max-width:calc(100vw - 20px);background:rgba(0,0,0,0.6);z-index:95;cursor:default;display:none}@media screen and (min-width:1200px){.personal-local-tasks,.animete_line-personal-local-tasks{display:block}}.personal-local-tasks .contextual,.animete_line-personal-local-tasks .contextual{display:none}.personal-local-tasks nav.tabs,.animete_line-personal-local-tasks nav.tabs{overflow-x:auto;max-width:100%}.personal-local-tasks nav.tabs ul,.animete_line-personal-local-tasks nav.tabs ul{margin:0;display:flex}.personal-local-tasks nav.tabs a,.animete_line-personal-local-tasks nav.tabs a{padding:7px 20px;font-size:16px;color:#fff;background:transparent;border:none;transition:all 0.3s}.personal-local-tasks nav.tabs a:hover,.personal-local-tasks nav.tabs a.is-active,.animete_line-personal-local-tasks nav.tabs a:hover,.animete_line-personal-local-tasks nav.tabs a.is-active{color:#F9D900}ol,ul{margin:0;padding:0}li{margin:0;padding:0;list-style:none}table{border-collapse:collapse}iframe{border:none;vertical-align:middle}.visually-hidden{display:none}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ajax-progress-throbber,.ajax-progress-fullscreen{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:rgba(35,34,34,0.85);font-size:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:none}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(0.5,0,0.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#F9D900;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-0.036s}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-0.072s}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-0.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-0.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-0.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-0.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-0.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-0.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}form .form-item{margin:0 0 10px}@media screen and (min-width:1200px){form .form-item{margin:0 0 0.5555555556rem}}@media screen and (min-width:1920px){form .form-item{margin:0 0 10px}}form .form-item.form-item-required{position:relative}form .form-item.form-item-required::before{content:"";position:absolute;width:6px;height:6px;background:#F9D900;border-radius:100%;left:-3px;top:50%;margin-top:-2px}form .form-item--error .form-item--error-message{display:block;position:absolute;bottom:-19px;font-size:12px;background:transparent;margin:0;padding:2px 2px 2px 20px;color:#DB001A}@media screen and (min-width:1200px){form .form-item--error .form-item--error-message{bottom:-1.2222222222rem;font-size:0.7777777778rem;padding:0.1111111111rem 0.1111111111rem 0.1111111111rem 1.1111111111rem}}@media screen and (min-width:1920px){form .form-item--error .form-item--error-message{bottom:-22px;font-size:14px;padding:2px 2px 2px 20px}}.form-actions{margin:0}.form-actions .form-submit{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1}@media screen and (min-width:1200px){.form-actions .form-submit{font-size:1rem}}@media screen and (min-width:1920px){.form-actions .form-submit{font-size:18px}}@media screen and (min-width:1200px){.form-actions .form-submit{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.form-actions .form-submit{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.form-actions .form-submit:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.form-actions .form-submit:hover{color:#F9D900;background-color:transparent}.form-actions .form-submit:hover:before{left:100%}.form-actions .form-submit:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.form-actions .form-submit:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.form-actions .form-submit:after{font-size:20px}}@media screen and (min-width:1200px){.form-actions .form-submit:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.form-actions .form-submit:after{margin-left:16px;margin-bottom:-2px}}.btn--std{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1}@media screen and (min-width:1200px){.btn--std{font-size:1rem}}@media screen and (min-width:1920px){.btn--std{font-size:18px}}@media screen and (min-width:1200px){.btn--std{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.btn--std{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.btn--std:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.btn--std:hover{color:#F9D900;background-color:transparent}.btn--std:hover:before{left:100%}.btn--std:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.btn--std:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.btn--std:after{font-size:20px}}@media screen and (min-width:1200px){.btn--std:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.btn--std:after{margin-left:16px;margin-bottom:-2px}}.gl-devel{font-family:"Cuprum";padding-left:26px;text-align:left;position:relative;display:table;text-transform:uppercase;line-height:1.25;color:#FFFFFF;width:250px;white-space:nowrap;margin:15px auto 0}.gl-devel-mask{position:absolute;top:0;bottom:0;background:#F9D900;width:0}.gl-devel-mask--title{left:0}.gl-devel-mask--role{background:#50AB09;right:0}.gl-devel-title{font-size:1.125px^-1rem;display:table;position:relative}.gl-devel-title svg,.gl-devel-title img{position:absolute;right:100%;width:auto;height:80%;top:10%;margin:0 5px 0 0}.gl-devel-name{position:relative;transform:scale(0)}.gl-devel-role{font-size:0.625px^-1rem;letter-spacing:3px;display:table;position:relative}.gl-devel-role a{text-decoration:none;position:relative;display:block;transform:scale(0);color:inherit}.gl-devel-role a:after{content:"";position:absolute;left:0;bottom:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transition-duration:0.2s}.gl-devel-role a:hover:after{transform:scaleX(1)}.gl-devel.is-animate .gl-devel-title img,.gl-devel.is-animate .gl-devel-title svg{animation:glyanec_img 5s infinite}.gl-devel.is-animate .gl-devel-mask{animation-delay:0.5s}.gl-devel.is-animate .gl-devel-mask--title{animation:mainBlock 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-mask--role{animation:mainBlockRight 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-role a,.gl-devel.is-animate .gl-devel-name{transition:0s ease 0.5s;transform:scale(1)}@keyframes mainBlock{0%{width:0;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainBlockRight{0%{width:0;right:0}50%{width:100%;right:0}100%{width:0;right:100%}}@keyframes glyanec_img{0%{transform:rotate3d(10,0,0,0deg)}20%{transform:rotate3d(10,0,0,0deg)}40%{transform:rotate3d(10,0,0,0deg)}60%{transform:rotate3d(0,10,0,180deg)}80%{transform:rotate3d(10,0,0,0deg)}}@keyframes secBlock{0%{width:0;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes popIn{0%{opacity:0}50%{opacity:1;bottom:45px}65%{bottom:0;width:15px}80%{bottom:20px}100%{bottom:2px;transform:scale(1)}}@keyframes secFadeIn{0%{opacity:0}15%{opacity:0}100%{opacity:1}}@keyframes top{0%{opacity:0;bottom:-80px}100%{opacity:1;bottom:0}}@keyframes icon{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.3) rotate(-2deg)}100%{opacity:1;bottom:0}}.block__title{font-family:"FixelText";font-size:28px;font-weight:600;line-height:1.25;text-transform:uppercase;text-transform:uppercase;margin-bottom:25px;color:#2D3037;font-family:"FixelText";letter-spacing:0.1px;padding-bottom:24px}@media screen and (min-width:1200px){.block__title{font-size:2.6666666667rem}}@media screen and (min-width:1920px){.block__title{font-size:48px}}@media screen and (min-width:1200px){.block__title{margin-bottom:2.7777777778rem;letter-spacing:0.0166666667rem;padding-bottom:2.7777777778rem}}@media screen and (min-width:1200px) and (min-width:1920px){.block__title{margin-bottom:50px;letter-spacing:0.3px;padding-bottom:50px}}.block__title .block-sub-title{font-family:"FixelText";font-weight:400;font-size:12px;line-height:1.25;letter-spacing:0.25em;text-transform:uppercase;color:#777676;margin-bottom:10px;position:relative;font-family:"FixelText"}@media screen and (min-width:1200px){.block__title .block-sub-title{font-size:0.6666666667rem;font-weight:700}}@media screen and (min-width:1920px){.block__title .block-sub-title{font-size:12px}}@media screen and (min-width:1200px){.block__title .block-sub-title{margin-bottom:0.8888888889rem}}@media screen and (min-width:1920px){.block__title .block-sub-title{margin-bottom:16px}}.block__title .block-sub-title:before{content:"";background:#777676;height:1px;position:absolute;left:-25px;top:0;width:15px;margin-top:7px}@media screen and (min-width:1200px){.block__title .block-sub-title:before{left:-11.2222222222rem;width:9.4444444444rem;margin-top:0.3888888889rem;height:0.0555555556rem}}@media screen and (min-width:1920px){.block__title .block-sub-title:before{left:-202px;width:170px;margin-top:7px;height:1px}}.swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;opacity:unset;background-color:#FFFFFF}.swiper-pagination .swiper-pagination-bullet-active-main{width:14px;height:14px;background-color:#F9D900}.progress-container{width:100%;height:8px;position:fixed;top:0;z-index:999 !important;background:transparent}.progress-bar{height:4px;background:#F9D900;width:0}.toolbar-vertical .site-header__side_menu.is-open{margin-top:39px}.toolbar-fixed .site-header__side_menu.is-open{margin-top:39px}.toolbar-fixed.toolbar-tray-open .site-header__side_menu.is-open{margin-top:79px}.site-content .region-title .personal-page-title,.site-content .site-content__title .personal-page-title{padding-left:25px;padding-right:25px;margin-top:20px;margin-bottom:20px}@media screen and (min-width:1200px){.site-content .region-title .personal-page-title,.site-content .site-content__title .personal-page-title{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.site-content .region-title .personal-page-title,.site-content .site-content__title .personal-page-title{max-width:1920px}}@media screen and (min-width:1920px){.site-content .region-title .personal-page-title,.site-content .site-content__title .personal-page-title{padding:24px 168px}}@media screen and (min-width:1200px){.site-content .region-title .personal-page-title,.site-content .site-content__title .personal-page-title{margin-top:1.7777777778rem;margin-bottom:1.7777777778rem}}@media screen and (min-width:1920px){.site-content .region-title .personal-page-title,.site-content .site-content__title .personal-page-title{margin-top:32px;margin-bottom:32px}}.site-content .region-title .personal-page-title h1,.site-content .site-content__title .personal-page-title h1{font-family:"FixelText";font-size:28px;font-weight:600;line-height:1.25;text-transform:uppercase}@media screen and (min-width:1200px){.site-content .region-title .personal-page-title h1,.site-content .site-content__title .personal-page-title h1{font-size:2.6666666667rem}}@media screen and (min-width:1920px){.site-content .region-title .personal-page-title h1,.site-content .site-content__title .personal-page-title h1{font-size:48px}}.page-front .site-content .region-title,.page-error .site-content .region-title,.page-front .site-content .site-content__title,.page-error .site-content .site-content__title{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;overflow:hidden;opacity:0;font-size:0;border:none;background:none;word-wrap:normal;pointer-events:none}.page-error-403 .site-header,.page-error-404 .site-header{position:unset;background:#262626}.page-error-403 .error-page,.page-error-404 .error-page{padding-left:25px;padding-right:25px;padding-top:60px;padding-bottom:60px;display:flex;justify-content:center;align-items:center;text-align:center}@media screen and (min-width:1200px){.page-error-403 .error-page,.page-error-404 .error-page{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.page-error-403 .error-page,.page-error-404 .error-page{max-width:1920px}}@media screen and (min-width:1920px){.page-error-403 .error-page,.page-error-404 .error-page{padding:24px 168px}}@media screen and (min-width:768px){.page-error-403 .error-page,.page-error-404 .error-page{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:1200px){.page-error-403 .error-page,.page-error-404 .error-page{padding-top:100px;padding-bottom:100px}}.page-error-403 .error-page-content,.page-error-404 .error-page-content{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25}@media screen and (min-width:1200px){.page-error-403 .error-page-content,.page-error-404 .error-page-content{font-size:2rem}}@media screen and (min-width:1920px){.page-error-403 .error-page-content,.page-error-404 .error-page-content{font-size:36px}}.page-error-403 .error-page-content .error_namber,.page-error-404 .error-page-content .error_namber{font-size:11.1111111111rem !important}@media screen and (min-width:1920px){.page-error-403 .error-page-content .error_namber,.page-error-404 .error-page-content .error_namber{font-size:200px}}.page-error-403 .error-page-content a,.page-error-404 .error-page-content a{color:#F9D900}.page-node .site-header{background:#262626}.page-node .node,.page-node .node-page{padding-left:25px;padding-right:25px;padding-top:20px;padding-bottom:40px}@media screen and (min-width:1200px){.page-node .node,.page-node .node-page{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.page-node .node,.page-node .node-page{max-width:1920px}}@media screen and (min-width:1920px){.page-node .node,.page-node .node-page{padding:24px 168px}}@media screen and (min-width:768px){.page-node .node,.page-node .node-page{padding-top:20px;padding-bottom:60px}}@media screen and (min-width:1200px){.page-node .node,.page-node .node-page{padding-top:2.2222222222rem;padding-bottom:4.4444444444rem}}@media screen and (min-width:1920px){.page-node .node,.page-node .node-page{padding-top:40px;padding-bottom:80px}}.page-node .node p,.page-node .node-page p{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5}@media screen and (min-width:1200px){.page-node .node p,.page-node .node-page p{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.page-node .node p,.page-node .node-page p{font-size:24px}}.page-node .node p:not(:last-child),.page-node .node-page p:not(:last-child){margin-bottom:15px}@media screen and (min-width:1200px){.page-node .node p:not(:last-child),.page-node .node-page p:not(:last-child){margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.page-node .node p:not(:last-child),.page-node .node-page p:not(:last-child){margin-bottom:15px}}.eu-cookie-compliance-banner{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.eu-cookie-compliance-banner{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.eu-cookie-compliance-banner{max-width:1920px}}@media screen and (min-width:1920px){.eu-cookie-compliance-banner{padding:24px 168px}}@media screen and (min-width:1200px){.eu-cookie-compliance-banner{padding:0 9.3333333333rem}}@media screen and (min-width:1500px){.eu-cookie-compliance-banner{max-width:1920px}}@media screen and (min-width:1920px){.eu-cookie-compliance-banner{padding:0 168px}}.eu-cookie-compliance-content{padding:20px 0;max-width:none}@media screen and (min-width:1200px){.eu-cookie-compliance-content{padding:1.1111111111rem 0;display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width:1920px){.eu-cookie-compliance-content{padding:20px 0}}.eu-cookie-compliance-message{float:unset}.eu-cookie-compliance-more-button{font-size:16px}@media screen and (min-width:1200px){.eu-cookie-compliance-more-button{font-size:1rem}}@media screen and (min-width:1920px){.eu-cookie-compliance-more-button{font-size:18px}}.eu-cookie-compliance-buttons{display:flex;margin:20px 0 0 0}@media screen and (min-width:1200px){.eu-cookie-compliance-buttons{margin:0}}.eu-cookie-compliance-buttons .agree-button{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 20px;margin:0;background:#F9D900;color:#111111;border-radius:5px;outline:none;text-decoration:none;border:none;box-shadow:none}@media screen and (min-width:1200px){.eu-cookie-compliance-buttons .agree-button{font-size:1rem}}@media screen and (min-width:1920px){.eu-cookie-compliance-buttons .agree-button{font-size:18px}}@media screen and (min-width:1200px){.eu-cookie-compliance-buttons .agree-button{padding:0.5555555556rem 0.8333333333rem;border-radius:0.2777777778rem}}@media screen and (min-width:1920px){.eu-cookie-compliance-buttons .agree-button{padding:10px 15px;border-radius:5px}}.eu-cookie-compliance-buttons .agree-button:hover{background-color:#FFFFFF}.eu-cookie-compliance-buttons .decline-button{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 20px;margin:0;background:transparent;color:#FFFFFF;border:none;border-radius:unset;text-shadow:unset;box-shadow:unset}@media screen and (min-width:1200px){.eu-cookie-compliance-buttons .decline-button{font-size:1rem}}@media screen and (min-width:1920px){.eu-cookie-compliance-buttons .decline-button{font-size:18px}}@media screen and (min-width:1200px){.eu-cookie-compliance-buttons .decline-button{padding:0.8333333333rem 1.1111111111rem;border-radius:0.2777777778rem}}@media screen and (min-width:1920px){.eu-cookie-compliance-buttons .decline-button{padding:15px 20px;border-radius:5px}}.eu-cookie-compliance-buttons .decline-button:hover,.eu-cookie-compliance-buttons .decline-button:focus{color:#F9D900}.is-visible{display:unset !important}.is-visible_hed{opacity:1 !important;visibility:visible !important;animation-name:rotateY;animation-iteration-count:1;animation-duration:1s}.page-not-front .site-header{background:#262626}@keyframes rotateY{0%{transform:rotateY(30deg) translateX(-50%)}25%{transform:rotateY(-45deg) translateX(-50%)}50%{transform:rotateY(20deg) translateX(-50%)}75%{transform:rotateY(-15deg) translateX(-50%)}100%{transform:rotateY(0deg) translateX(-50%)}}.is-open{opacity:1 !important;transform:translateY(0) !important;visibility:visible !important}.scroll-top{position:fixed;z-index:8;left:25px;bottom:40px;display:flex;visibility:hidden;align-items:center;justify-content:center;width:45px;height:45px;cursor:pointer;transform:translateY(30px);opacity:0;border-radius:2px;background:#FFFFFF;-ms-touch-action:manipulation;touch-action:manipulation;transition:all 250ms ease;box-shadow:0 0 20px 0 rgba(75,85,89,0.1)}@media screen and (min-width:992px){.scroll-top{width:55px;height:55px}}@media screen and (min-width:1200px){.scroll-top{left:4.1666666667rem;bottom:1.6666666667rem;width:3.5555555556rem;height:3.5555555556rem;border-radius:0.2222222222rem}}@media screen and (min-width:1920px){.scroll-top{left:75px;bottom:30px;width:64px;height:64px;border-radius:4px}}.scroll-top::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;font-family:icomoon,sans-serif;content:"";color:#2D3037;display:flex;font-size:26px !important;font-weight:400;line-height:1;transform:rotate(-90deg)}@media screen and (min-width:1200px){.scroll-top::before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.scroll-top::before{font-size:20px}}@media screen and (min-width:1200px){.scroll-top::before{font-size:1.6666666667rem !important}}@media screen and (min-width:1920px){.scroll-top::before{font-size:30px !important}}.scroll-top:hover,.scroll-top:focus-visible{border-radius:0.4444444444rem;transition:all 250ms ease}.scroll-top:hover::before,.scroll-top:focus-visible::before{transform:rotate(-90deg) scale(0.8);transition:all 250ms ease}.scroll-top.is-sticky{border-radius:10px}@media screen and (min-width:768px){.scroll-top.is-sticky{position:absolute;bottom:auto;top:-27.5px;left:calc(50% - 27.5px)}}@media screen and (min-width:1200px){.scroll-top.is-sticky{border-radius:0.5555555556rem;left:auto;top:-2.6111111111rem;right:9.3888888889rem;transform:translateY(-50%);width:5.1111111111rem;height:5.1111111111rem}}@media screen and (min-width:1920px){.scroll-top.is-sticky{top:-47px;border-radius:10px;right:169px;width:92px;height:92px}}.scroll-top.is-sticky:hover{border-radius:15px}.scroll-top.is-visible{visibility:visible;transform:translateY(0);opacity:1}.header-fixed{transition:all 250ms ease;position:fixed;background-color:white;width:100%;z-index:11 !important;box-shadow:0 2px 3px 0 rgba(66,66,66,0.2)}@media screen and (min-width:1200px){.header-fixed.site-header{min-height:5rem}}@media screen and (min-width:1920px){.header-fixed.site-header{min-height:90px}}.header-fixed .line-menu{background-color:#111111 !important}.header-fixed a{color:#111111 !important}.header-fixed a:hover{color:#F9D900}.header-fixed .dropdown_number__btn{z-index:59}.header-fixed .dropdown_number__btn:before{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:#111111 !important;cursor:pointer}@media screen and (min-width:1200px){.header-fixed .dropdown_number__btn:before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.header-fixed .dropdown_number__btn:before{font-size:20px}}.header-fixed svg path[fill="white"]{fill:#111111}.menu__item{padding:10px 0;display:flex}@media screen and (min-width:1200px){.menu__item{padding:0.5555555556rem 0}}@media screen and (min-width:1920px){.menu__item{padding:10px 0}}.menu__item:before{content:" — ";color:#111111;margin-right:5px}@media screen and (min-width:1200px){.menu__item:before{margin-right:0.4444444444rem}}@media screen and (min-width:1920px){.menu__item:before{margin-right:8px}}@media screen and (min-width:1200px){.menu__item:before{content:unset}}.field-chart{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400}@media screen and (min-width:1200px){.field-chart{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.field-chart{font-size:20px}}@media screen and (min-width:1200px){.field-chart{font-size:0.7rem}}@media screen and (min-width:1920px){.field-chart{font-size:13px}}.site-header{padding-left:25px;padding-right:25px;position:fixed;z-index:11;transition:all 500ms ease;width:100%;border-bottom:1px solid rgba(255,255,255,0.1)}@media screen and (min-width:1200px){.site-header{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.site-header{max-width:1920px}}@media screen and (min-width:1920px){.site-header{padding:24px 168px}}@media screen and (min-width:1200px){.site-header{padding:0 9.3333333333rem 0;max-width:100%}}@media screen and (min-width:1920px){.site-header{padding:0 168px 0}}.site-header__main{max-width:1584px;margin:0 auto}.site-header.black-bg{transition:all 250ms ease;background:#2D3037}@media screen and (min-width:1200px){.site-header.black-bg{background:unset}}.site-header.black-bg svg path[fill="white"]{fill:white}.site-header.black-bg .line-menu{background-color:white !important}.site-header .banner-drupal-day{width:100%}@media screen and (min-width:1200px){.site-header .banner-drupal-day{max-width:1584px;margin:0 auto}}.site-header .banner-drupal-day .block__content{margin-left:-1.5625rem;margin-right:-1.5625rem;min-height:6.25rem;padding:1rem 1.5625rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;background-image:url("/themes/personal/images/dd-waves-mob.png"),radial-gradient(50% 50% at 50% 50%,#01467F 0%,#002F55 100%);background-repeat:no-repeat,no-repeat;background-size:cover,cover;background-position:center,center;border-bottom:1px solid rgba(249,217,0,0.2)}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content{margin-left:-9.3333333333rem;margin-right:-9.3333333333rem;padding:1.1111111111rem 9.3333333333rem;min-height:5.5555555556rem;justify-content:flex-start;align-items:center;gap:1.3333333333rem;background-image:url("/themes/personal/images/dd-waves-pc.png"),radial-gradient(50% 50% at 50% 50%,#01467F 0%,#002F55 100%)}}@media screen and (min-width:1920px){.site-header .banner-drupal-day .block__content{margin-left:-168px;margin-right:-168px;padding:20px 168px;min-height:100px;gap:24px}}.site-header .banner-drupal-day .block__content .field-block-image1{width:8.875rem;height:2.125rem}@media screen and (min-width:768px){.site-header .banner-drupal-day .block__content .field-block-image1{width:12.5rem;height:3.125rem}}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content .field-block-image1{width:13.8888888889rem;height:3.4444444444rem}}@media screen and (min-width:1920px){.site-header .banner-drupal-day .block__content .field-block-image1{width:250px;height:62px}}.site-header .banner-drupal-day .block__content .field-block-image1 img,.site-header .banner-drupal-day .block__content .field-block-image1 svg{width:100%;height:auto;object-fit:contain}.site-header .banner-drupal-day .block__content .field-block-title{transition:none;transform:none;opacity:1;display:none}@media screen and (min-width:992px){.site-header .banner-drupal-day .block__content .field-block-title{display:flex}}.site-header .banner-drupal-day .block__content .field-block-title,.site-header .banner-drupal-day .block__content .field-block-datetime{padding-top:1px;font-size:1rem;font-weight:700;line-height:1;color:#FFFFFF !important}@media screen and (min-width:768px){.site-header .banner-drupal-day .block__content .field-block-title,.site-header .banner-drupal-day .block__content .field-block-datetime{font-size:1.125rem}}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content .field-block-title,.site-header .banner-drupal-day .block__content .field-block-datetime{margin:0;padding-top:0.1111111111rem;font-size:1.4444444444rem}}@media screen and (min-width:1920px){.site-header .banner-drupal-day .block__content .field-block-title,.site-header .banner-drupal-day .block__content .field-block-datetime{padding-top:2px;font-size:26px}}.site-header .banner-drupal-day .block__content .field-block-datetime{max-width:5.625rem;text-align:right}@media (min-width:375px){.site-header .banner-drupal-day .block__content .field-block-datetime{max-width:unset;text-align:unset}}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content .field-block-datetime{margin:0 auto}}.site-header .banner-drupal-day .block__content .field-block-link{width:100%;max-width:22.5rem}@media (min-width:375px){.site-header .banner-drupal-day .block__content .field-block-link{width:auto;max-width:unset}}.site-header .banner-drupal-day .block__content .field-block-link a{display:flex;justify-content:space-between;align-items:center;gap:0.25rem;color:#F9D900 !important;background:linear-gradient(to right,currentColor 0%,currentColor 100%) no-repeat 0 bottom;background-size:100% 1px;text-decoration:none;transition:all 250ms ease;background-size:15.25rem 1px;font-size:1rem;font-weight:700;line-height:1.1;position:relative}.site-header .banner-drupal-day .block__content .field-block-link a:hover{background-size:0 1px}@media (min-width:375px){.site-header .banner-drupal-day .block__content .field-block-link a{justify-content:flex-start;background-size:calc(100% - 1.25rem) 1px}}@media screen and (min-width:768px){.site-header .banner-drupal-day .block__content .field-block-link a{font-size:1.125rem;background-size:calc(100% - 1.625rem) 1px;gap:0.5rem}}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content .field-block-link a{font-size:1.3333333333rem;background-size:calc(100% - 1.7777777778rem) 1px;gap:0.6666666667rem}}@media screen and (min-width:1920px){.site-header .banner-drupal-day .block__content .field-block-link a{font-size:24px;background-size:calc(100% - 32px) 1px;gap:12px}}.site-header .banner-drupal-day .block__content .field-block-link a:after{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;font-size:1rem;transition:all 250ms ease}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content .field-block-link a:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-header .banner-drupal-day .block__content .field-block-link a:after{font-size:20px}}@media screen and (min-width:768px){.site-header .banner-drupal-day .block__content .field-block-link a:after{font-size:1.125rem}}@media screen and (min-width:1200px){.site-header .banner-drupal-day .block__content .field-block-link a:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-header .banner-drupal-day .block__content .field-block-link a:after{font-size:20px}}.site-header .banner-drupal-day .block__content .field-block-link a:hover::after{transform:translateX(0.5rem);transition:all 250ms ease}.site-header .site-header__top{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 0;z-index:2}@media screen and (min-width:1200px){.site-header .site-header__top{padding:0.5555555556rem 0}}@media screen and (min-width:1920px){.site-header .site-header__top{padding:10px 0}}@media screen and (min-width:1200px){.site-header .site-header__top .region-header-top{display:flex;justify-content:space-between;align-items:center;width:100%}}.site-header .site-header__top .header-menu{flex:2;display:none}@media screen and (min-width:1200px){.site-header .site-header__top .header-menu{display:block}.site-header .site-header__top .header-menu .menu{margin-right:6.9444444444rem;display:flex;justify-content:flex-end}.site-header .site-header__top .header-menu .menu .menu__item:not(:last-of-type){margin-right:50px}.site-header .site-header__top .header-menu .menu .menu__item a{position:relative;font-family:"FixelText";font-weight:700;font-size:16px;text-decoration:none;line-height:1.2;color:#FFFFFF;white-space:nowrap}.site-header .site-header__top .header-menu .menu .menu__item a:before,.site-header .site-header__top .header-menu .menu .menu__item a:after{position:absolute;bottom:-0.1111111111rem;height:0.0555555556rem;width:0;background:#FFFFFF;content:""}.site-header .site-header__top .header-menu .menu .menu__item a:before{left:0}.site-header .site-header__top .header-menu .menu .menu__item a:after{right:0;background:#FFFFFF;transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1)}.site-header .site-header__top .header-menu .menu .menu__item a:hover:before{width:100%;background:#FFFFFF;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.site-header .site-header__top .header-menu .menu .menu__item a:hover:after{width:100%;background:transparent;transition:0s}}@media screen and (min-width:1200px) and (min-width:1200px){.site-header .site-header__top .header-menu .menu .menu__item:not(:last-of-type){margin-right:2.7777777778rem}}@media screen and (min-width:1200px) and (min-width:1200px){.site-header .site-header__top .header-menu .menu .menu__item a{font-size:1.1111111111rem}}@media screen and (min-width:1200px) and (min-width:1920px){.site-header .site-header__top .header-menu .menu .menu__item a{font-size:20px}}@media screen and (min-width:1920px){.site-header .site-header__top .header-menu .menu{margin-right:125px}.site-header .site-header__top .header-menu .menu .menu__item:not(:last-of-type){margin-right:50px}.site-header .site-header__top .header-menu .menu .menu__item a:before,.site-header .site-header__top .header-menu .menu .menu__item a:after{bottom:-2px;height:1px}}.site-header .site-header__top .social{display:none}@media screen and (min-width:1200px){.site-header .site-header__top .social{margin-right:0.5555555556rem;display:unset}}@media screen and (min-width:1920px){.site-header .site-header__top .social{margin-right:10px;display:unset}}@media screen and (min-width:1200px){.site-header .site-header__top .social .field__items{display:flex}}.site-header .site-header__top .social .field__item{transition:all 250ms ease;position:relative}@media screen and (min-width:1200px){.site-header .site-header__top .social .field__item{margin:0 0.5555555556rem}}@media screen and (min-width:1920px){.site-header .site-header__top .social .field__item{margin:0 10px}}.site-header .site-header__top .social .field__item:hover{transform:scale(1.2)}.site-header .site-header__top .social .field__item a svg{width:36px;height:36px}@media screen and (min-width:1200px){.site-header .site-header__top .social .field__item a svg{width:2rem;height:2rem}}@media screen and (min-width:1920px){.site-header .site-header__top .social .field__item a svg{width:36px;height:36px}}.site-header .site-header__top .contacts-header{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;transition:all 250ms ease;font-weight:700;font-size:24px;display:none;font-family:"FixelText";position:relative;visibility:hidden}@media screen and (min-width:1200px){.site-header .site-header__top .contacts-header{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.site-header .site-header__top .contacts-header{font-size:34px}}@media screen and (min-width:1200px){.site-header .site-header__top .contacts-header{margin-left:0.6666666667rem;display:unset;visibility:visible;font-size:1.3333333333rem}}@media screen and (min-width:1920px){.site-header .site-header__top .contacts-header{margin-left:12px;font-size:24px}}.site-header .site-header__top .contacts-header .dropdown_number{transition:all 250ms ease;display:flex}.site-header .site-header__top .contacts-header .dropdown_number__item:first-child{color:#FFFFFF}.site-header .site-header__top .contacts-header .dropdown_number__item{transition:all 250ms ease;margin-right:14px;color:#111111}@media screen and (min-width:1200px){.site-header .site-header__top .contacts-header .dropdown_number__item{margin-right:0.7777777778rem}}@media screen and (min-width:1920px){.site-header .site-header__top .contacts-header .dropdown_number__item{margin-right:14px}}.site-header .site-header__top .contacts-header .dropdown_number__item:hover{color:#F9D900}.site-header .site-header__top .contacts-header .dropdown_number .is-animate{transition:all 250ms ease;transform:rotate(270deg) !important}.site-header .site-header__top .contacts-header .dropdown_number .is-animate:hover{transform:rotate(360deg) scale(1.2)}.site-header .site-header__top .contacts-header .dropdown_number__btn{transition:all 250ms ease;transform:rotate(90deg)}.site-header .site-header__top .contacts-header .dropdown_number__btn:before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;font-size:16px;color:#FFFFFF;content:"";cursor:pointer}@media screen and (min-width:1200px){.site-header .site-header__top .contacts-header .dropdown_number__btn:before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__top .contacts-header .dropdown_number__btn:before{font-size:20px}}@media screen and (min-width:1200px){.site-header .site-header__top .contacts-header .dropdown_number__btn:before{font-size:0.8888888889rem}}@media screen and (min-width:1920px){.site-header .site-header__top .contacts-header .dropdown_number__btn:before{font-size:16px}}.site-header .site-header__top .contacts-header .dropdown_number__btn:hover{transform:rotate(360deg) scale(1.2)}.site-header .site-header__top .contacts-header .field__items{transition:opacity 0.25s ease;visibility:hidden;opacity:0;position:absolute;margin-top:6px;padding:12px;background:#FFFFFF;left:50%;transform:translateX(-50%);width:max-content}.site-header .site-header__top .contacts-header .field__item{transition:all 250ms ease}.site-header .site-header__top .contacts-header .field__item:hover{color:#F9D900}.site-header .site-header__top .logo-header{flex:1}.site-header .site-header__top .logo-header img{width:92px;height:24px}@media screen and (min-width:1200px){.site-header .site-header__top .logo-header img{width:14.7777777778rem;height:3.9444444444rem}}@media screen and (min-width:1920px){.site-header .site-header__top .logo-header img{width:266px;height:71px}}.site-header .site-header__top .logo-header svg{width:5.6rem}@media screen and (min-width:1200px){.site-header .site-header__top .logo-header svg{width:14.7777777778rem}}@media screen and (min-width:1920px){.site-header .site-header__top .logo-header svg{width:266px}}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn{display:none}}.site-header .site-header__top .js-menu-btn .wrapper-menu{width:18px;height:12px}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn .wrapper-menu{width:1rem;height:0.6666666667rem}}@media screen and (min-width:1920px){.site-header .site-header__top .js-menu-btn .wrapper-menu{width:18px;height:12px}}.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu{height:2px;background:#FFFFFF}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu{height:0.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu{height:2px}}.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu.line-center{margin:3px 0}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu.line-center{margin:0.1666666667rem 0}}@media screen and (min-width:1920px){.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu.line-center{margin:0.1666666667rem 0}}.site-header .site-header__top .js-menu-btn .wrapper-menu .line-menu.half{width:50%;margin-left:auto}.site-header .site-header__top .js-menu-btn.is-open{margin-top:9px}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn.is-open{margin-top:0.5rem}}@media screen and (min-width:1920px){.site-header .site-header__top .js-menu-btn.is-open{margin-top:9px}}.site-header .site-header__top .js-menu-btn.is-open .line-menu{height:2px;background:#FFFFFF}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn.is-open .line-menu{height:0.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__top .js-menu-btn.is-open .line-menu{height:2px}}.site-header .site-header__top .js-menu-btn.is-open .line-menu.line-center{display:none}.site-header .site-header__top .js-menu-btn.is-open .line-menu.half{transition:all 250ms ease;width:100%;transform:rotate(45deg)}.site-header .site-header__top .js-menu-btn.is-open .line-menu.half:first-of-type{margin-bottom:-2px;transform:rotate(-45deg)}@media screen and (min-width:1200px){.site-header .site-header__top .js-menu-btn.is-open .line-menu.half:first-of-type{margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__top .js-menu-btn.is-open .line-menu.half:first-of-type{margin-bottom:-2px}}.site-header .site-header__side_menu{transition:all 250ms ease;position:fixed;left:0;right:0;bottom:0;top:54px;padding:30px 25px;z-index:2;overflow:auto;-ms-touch-action:auto;visibility:hidden;transform:translateX(5px);background:white;opacity:0}.site-header .site-header__side_menu::-webkit-scrollbar{width:0;height:0}@media screen and (min-width:1200px){.site-header .site-header__side_menu{display:none}}.site-header .site-header__side_menu .menu-sidebar{margin-bottom:60px}@media screen and (min-width:1200px){.site-header .site-header__side_menu .menu-sidebar{margin-bottom:3.3333333333rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .menu-sidebar{margin-bottom:60px}}@media screen and (min-width:1200px){.site-header .site-header__side_menu .menu-sidebar .menu{display:flex}}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item:not(:last-of-type){margin-bottom:30px}@media screen and (min-width:1200px){.site-header .site-header__side_menu .menu-sidebar .menu .menu__item:not(:last-of-type){margin-bottom:1.6666666667rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .menu-sidebar .menu .menu__item:not(:last-of-type){margin-bottom:30px}}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a{font-family:"FixelText";font-weight:700;font-size:16px;text-decoration:none;line-height:1.2;position:relative;color:#2D3037}@media screen and (min-width:1200px){.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a{font-size:20px}}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:before,.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:after{position:absolute;width:0;height:1px;bottom:-2px;background:#fff;content:""}@media screen and (min-width:1200px){.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:before,.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:after{height:0.0555555556rem;bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:before,.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:after{height:1px;bottom:-2px}}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:before{left:0}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:after{right:0;background:#2D3037;transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1)}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:hover:before{width:100%;background:#2D3037;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.site-header .site-header__side_menu .menu-sidebar .menu .menu__item a:hover:after{width:100%;background:transparent;transition:0s}.site-header .site-header__side_menu .socials-menu{margin-bottom:60px}@media screen and (min-width:1200px){.site-header .site-header__side_menu .socials-menu{margin-bottom:3.3333333333rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .socials-menu{margin-bottom:60px}}.site-header .site-header__side_menu .socials-menu .field-block-image .field__items{display:flex}.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item{transition:all 250ms ease;position:relative;overflow:hidden;cursor:pointer}.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:before{position:absolute;top:0;right:-10px;width:30%;height:100%;background:rgba(255,255,255,0.2);transition:0.5s;transform:skewX(45deg);visibility:hidden;content:""}@media screen and (min-width:1200px){.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:before{right:-0.5555555556rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:before{right:-10px}}.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:hover{transform:translateY(-5px)}.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:nth-child(2){margin:0 25px}@media screen and (min-width:1200px){.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:nth-child(2){margin:0 1.3888888889rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .socials-menu .field-block-image .field__items .field__item:nth-child(2){margin:0 25px}}.site-header .site-header__side_menu .contacts-menu .field-block-phones .field__label{margin-top:10px;margin-bottom:15px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-weight:700}@media screen and (min-width:1200px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field__label{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field__label{font-size:24px}}@media screen and (min-width:1200px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field__label{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field__label{margin-bottom:15px}}.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-phone{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25}@media screen and (min-width:1200px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-phone{font-size:2rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-phone{font-size:36px}}.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-phone a{text-decoration:none}.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-phone a:hover{transition:all 250ms ease;color:#F9D900}.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-desc{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400}@media screen and (min-width:1200px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-desc{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item .field-paragraph-desc{font-size:20px}}.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item:not(:last-of-type){margin-bottom:15px}@media screen and (min-width:1200px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item:not(:last-of-type){margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.site-header .site-header__side_menu .contacts-menu .field-block-phones .field-block-phones__item:not(:last-of-type){margin-bottom:15px}}.site-header .site-header__side_menu.is-open{opacity:1;transform:translateX(0);visibility:visible}.site-page{min-height:100vh;min-width:0;display:flex;flex-direction:column;justify-content:space-between;overflow:clip}@media (max-width:1199px){.site-page:has(.banner-drupal-day) .site-header .site-header__side_menu{top:145px}.site-page:has(.banner-drupal-day) .banner .text_wrapper{padding-bottom:30px;margin-top:98px}}.site-footer{padding-top:50px;padding-bottom:50px;padding-left:25px;padding-right:25px;display:flex;flex-direction:column;background:#262626;color:#FFFFFF;position:relative}@media screen and (min-width:1200px){.site-footer{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.site-footer{max-width:1920px}}@media screen and (min-width:1920px){.site-footer{padding:24px 168px}}@media screen and (min-width:1200px){.site-footer{justify-content:space-between;flex-direction:unset;align-items:unset;padding:2.7777777778rem 9.3333333333rem;max-width:100%}}@media screen and (min-width:1920px){.site-footer{padding:50px 168px}}@media screen and (min-width:1500px){.site-footer{max-width:1920px}}@media screen and (min-width:1200px){.site-footer__first{margin-right:1.4444444444rem}}@media screen and (min-width:1920px){.site-footer__first{margin-right:26px}}.site-footer__first .region-footer-first{margin-bottom:-4px}@media screen and (min-width:1200px){.site-footer__first .region-footer-first{width:21.6666666667rem;display:block;flex-direction:unset;align-items:unset;margin-bottom:0}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first{width:390px}}.site-footer__first .region-footer-first .logo-footer{width:206px;margin-bottom:15px}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .logo-footer{margin-bottom:0.7222222222rem;margin-left:0;margin-right:0;height:4.4444444444rem;width:14.7222222222rem}}@media screen and (min-width:1200px) and (min-width:2200px){.site-footer__first .region-footer-first .logo-footer img{width:100%}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .logo-footer{margin-bottom:13px;height:80px;width:300px}}.site-footer__first .region-footer-first .footer-link{padding-bottom:15px}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link{width:15.2777777778rem;margin-top:auto;margin-bottom:4.6111111111rem;padding-bottom:unset}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link{width:275px;margin-top:auto;margin-bottom:83px}}.site-footer__first .region-footer-first .footer-link .block__title{margin-bottom:15px;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#FFFFFF;text-transform:none;padding:0}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link .block__title{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link .block__title{font-size:20px}}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link .block__title{margin-bottom:0.8333333333rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link .block__title{margin-bottom:15px}}.site-footer__first .region-footer-first .footer-link a{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link a{font-size:1rem}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link a{font-size:18px}}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link a{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link a{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.site-footer__first .region-footer-first .footer-link a:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.site-footer__first .region-footer-first .footer-link a:hover{color:#F9D900;background-color:transparent}.site-footer__first .region-footer-first .footer-link a:hover:before{left:100%}.site-footer__first .region-footer-first .footer-link a:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link a:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link a:after{font-size:20px}}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link a:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link a:after{margin-left:16px;margin-bottom:-2px}}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .footer-link a{padding:0.75rem 1.5rem;min-width:14.4444444444rem}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .footer-link a{padding:13.5px 27px;min-width:260px}}.site-footer__first .region-footer-first .copyright{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-size:14px}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .copyright{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .copyright{font-size:20px}}@media screen and (min-width:768px){.site-footer__first .region-footer-first .copyright{font-size:16px}}@media screen and (min-width:1200px){.site-footer__first .region-footer-first .copyright{font-size:1.1111111111rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__first .region-footer-first .copyright{font-size:20px}}.site-footer__first .socials{padding:22px 0}@media screen and (min-width:1200px){.site-footer__first .socials{padding:unset;margin-bottom:1.3333333333rem}}@media screen and (min-width:1920px){.site-footer__first .socials{margin-bottom:24px}}.site-footer__first .socials .block__title{margin-bottom:18px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#FFFFFF;text-transform:none;padding:0;font-family:"FixelText"}@media screen and (min-width:1200px){.site-footer__first .socials .block__title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__first .socials .block__title{font-size:24px}}@media screen and (min-width:1200px){.site-footer__first .socials .block__title{margin-bottom:1.3888888889rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__first .socials .block__title{margin-bottom:25px}}.site-footer__first .socials .field-block-image .field__items{display:flex;gap:25px}@media screen and (min-width:1200px){.site-footer__first .socials .field-block-image .field__items{gap:0}}.site-footer__first .socials .field-block-image .field__items .field__item{transition:all 250ms ease;position:relative;overflow:hidden}@media screen and (min-width:1200px){.site-footer__first .socials .field-block-image .field__items .field__item{margin:0 1.3333333333rem 0 0;width:2rem}.site-footer__first .socials .field-block-image .field__items .field__item img{width:100%}}@media screen and (min-width:1920px){.site-footer__first .socials .field-block-image .field__items .field__item{margin:0 24px 0 0;width:36px}}@media (max-width:1199px){.site-footer__first .socials .field-block-image .field__items .field__item a{background-color:#F9D900;border-radius:5px;display:flex;align-items:center;justify-content:center}.site-footer__first .socials .field-block-image .field__items .field__item a svg path{fill:#2B2A2A}}.site-footer__first .socials .field-block-image .field__items .field__item a:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;font-size:0}.site-footer__first .socials .field-block-image .field__items .field__item:hover{transform:translateY(-5px)}@media screen and (min-width:1200px){.site-footer__second .region-footer-second{margin-bottom:0;display:flex;align-items:unset;flex-direction:unset}}.site-footer__second .region-footer-second .footer-main-menu,.site-footer__second .region-footer-second .footer-menu{padding:32px 0}@media screen and (min-width:768px){.site-footer__second .region-footer-second .footer-main-menu,.site-footer__second .region-footer-second .footer-menu{padding:unset;width:25%;margin-bottom:0}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu,.site-footer__second .region-footer-second .footer-menu{width:13.8888888889rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu,.site-footer__second .region-footer-second .footer-menu{width:250px}}.site-footer__second .region-footer-second .footer-main-menu .menu,.site-footer__second .region-footer-second .footer-menu .menu{width:fit-content;display:flex;flex-direction:column;margin:0}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu,.site-footer__second .region-footer-second .footer-menu .menu{margin:-0.4444444444rem 0;width:auto}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu .menu,.site-footer__second .region-footer-second .footer-menu .menu{margin:-8px 0}}.site-footer__second .region-footer-second .footer-main-menu .menu__item,.site-footer__second .region-footer-second .footer-menu .menu__item{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;transition:all 250ms ease;font-size:16px;line-height:1.9}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu__item,.site-footer__second .region-footer-second .footer-menu .menu__item{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu .menu__item,.site-footer__second .region-footer-second .footer-menu .menu__item{font-size:20px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu__item,.site-footer__second .region-footer-second .footer-menu .menu__item{line-height:1.5}}.site-footer__second .region-footer-second .footer-main-menu .menu__item:before,.site-footer__second .region-footer-second .footer-menu .menu__item:before{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;width:24px;color:#F9D900;line-height:1.3;display:none}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu__item:before,.site-footer__second .region-footer-second .footer-menu .menu__item:before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu .menu__item:before,.site-footer__second .region-footer-second .footer-menu .menu__item:before{font-size:20px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu__item:before,.site-footer__second .region-footer-second .footer-menu .menu__item:before{display:block;width:1.3333333333rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu .menu__item:before,.site-footer__second .region-footer-second .footer-menu .menu__item:before{width:24px}}.site-footer__second .region-footer-second .footer-main-menu .menu__item a,.site-footer__second .region-footer-second .footer-menu .menu__item a{position:relative;text-decoration:none;color:#FFFFFF;font-weight:400;font-size:14px;line-height:1.5}@media screen and (min-width:768px){.site-footer__second .region-footer-second .footer-main-menu .menu__item a,.site-footer__second .region-footer-second .footer-menu .menu__item a{font-weight:600;font-size:18px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu__item a,.site-footer__second .region-footer-second .footer-menu .menu__item a{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu .menu__item a,.site-footer__second .region-footer-second .footer-menu .menu__item a{font-size:20px}}.site-footer__second .region-footer-second .footer-main-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-main-menu .menu__item a:after,.site-footer__second .region-footer-second .footer-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-menu .menu__item a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;background:#fff}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .footer-main-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-main-menu .menu__item a:after,.site-footer__second .region-footer-second .footer-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-menu .menu__item a:after{height:0.0555555556rem;bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .footer-main-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-main-menu .menu__item a:after,.site-footer__second .region-footer-second .footer-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-menu .menu__item a:after{height:1px;bottom:-2px}}.site-footer__second .region-footer-second .footer-main-menu .menu__item a:before,.site-footer__second .region-footer-second .footer-menu .menu__item a:before{left:0}.site-footer__second .region-footer-second .footer-main-menu .menu__item a:after,.site-footer__second .region-footer-second .footer-menu .menu__item a:after{right:0;background:#FFFFFF;transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1)}.site-footer__second .region-footer-second .footer-main-menu .menu__item a:hover:before,.site-footer__second .region-footer-second .footer-menu .menu__item a:hover:before{width:100%;background:#FFFFFF;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.site-footer__second .region-footer-second .footer-main-menu .menu__item a:hover:after,.site-footer__second .region-footer-second .footer-menu .menu__item a:hover:after{width:100%;transition:0s;background:transparent}.site-footer__second .region-footer-second .contacts-footer{padding:15px 0}@media screen and (min-width:768px){.site-footer__second .region-footer-second .contacts-footer{width:75%}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer{padding:unset;width:unset;position:relative}.site-footer__second .region-footer-second .contacts-footer:after{content:"";position:absolute;right:56px;bottom:-54px;width:190px;height:128px;background:url("/themes/personal/images/plane-f.svg") no-repeat center / contain}}@media screen and (min-width:1200px) and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer:after{right:3.1111111111rem;bottom:-3rem;width:10.5555555556rem;height:7.1111111111rem}}@media screen and (min-width:1200px) and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer:after{right:56px;bottom:-54px;width:190px;height:128px}}@media screen and (min-width:768px){.site-footer__second .region-footer-second .contacts-footer__container{display:block}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer__container{display:unset;align-items:unset}}.site-footer__second .region-footer-second .contacts-footer .field-block-phones{margin-bottom:15px}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones{margin-bottom:3.3333333333rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones{margin-bottom:60px}}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__label{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;margin-bottom:15px;font-weight:700;font-family:"FixelText";font-size:22px}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__label{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__label{font-size:24px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__label{margin-bottom:0;padding-left:4.5555555556rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__label{padding-left:82px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__items{display:flex;flex-direction:column;padding-left:4.5555555556rem;width:29.0555555556rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field__items{width:523px;padding-left:82px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item{margin-top:0.8333333333rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item{margin-top:15px}}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-phone{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-phone{font-size:2rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-phone{font-size:36px}}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-phone a{text-decoration:none}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-phone a span{font-weight:700}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-phone a:hover{transition:all 250ms ease;color:#F9D900}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-desc{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-desc{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item .field-paragraph-desc{font-size:20px}}.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item:not(:last-of-type){margin-bottom:12px}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item:not(:last-of-type){margin-bottom:0;margin-right:2.2222222222rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones .field-block-phones__item:not(:last-of-type){margin-right:40px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones{margin-bottom:2.2222222222rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .field-block-phones{margin-bottom:40px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper{display:flex;justify-content:space-between}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph{width:17.6875rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph{width:283px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__items{display:flex}}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item:not(:last-child){margin-bottom:20px}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item:not(:last-child){margin-bottom:0;margin-right:1.25rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item:not(:last-child){margin-right:20px}}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .paragraph--type--starlink{display:flex;flex-direction:column;align-items:flex-start}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-title-format{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;line-height:1.25}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-title-format{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-title-format{font-size:20px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-title-format{font-size:0.7777777778rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-title-format{font-size:14px}}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-icon{margin-bottom:7px}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-icon img{height:1.625rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-icon img{height:26px}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-icon img{width:100%}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-icon{margin-bottom:0.4375rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-paragraph__item .field-paragraph-icon{margin-bottom:7px}}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;margin-bottom:30px}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email{font-size:24px}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email{margin-bottom:0}}@media screen and (min-width:1200px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email .field__label{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email .field__label{margin-bottom:15px}}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email .field-block-email__item a{text-decoration:none}.site-footer__second .region-footer-second .contacts-footer .bottom__wrapper .field-block-email .field-block-email__item a:hover{transition:all 250ms ease;color:#F9D900}@media screen and (min-width:1200px){.site-footer__third{text-align:unset}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third{position:relative;display:flex;flex-direction:column;height:100%}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .up{position:absolute;top:0;right:0;z-index:1}}.site-footer__third .region-footer-third .up .field-block-link{display:none}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .up .field-block-link{display:block}}.site-footer__third .region-footer-third .up .field-block-link a{transition:all 250ms ease;display:flex;align-items:center;font-family:"Century";font-weight:700;font-size:12px;line-height:1;letter-spacing:0.6em;color:#FFFFFF;text-transform:uppercase}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .up .field-block-link a{font-size:0.6666666667rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .up .field-block-link a{font-size:12px}}.site-footer__third .region-footer-third .up .field-block-link a:before{font-family:"icomoon";font-size:28px;font-weight:400;line-height:1;transition:all 250ms ease;margin-right:20px;transform:rotate(180deg);color:#FFFFFF;content:""}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .up .field-block-link a:before{font-size:1.5555555556rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .up .field-block-link a:before{font-size:28px}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .up .field-block-link a:before{margin-right:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .up .field-block-link a:before{margin-right:20px}}.site-footer__third .region-footer-third .up .field-block-link a:hover{color:#F9D900}.site-footer__third .region-footer-third .up .field-block-link a:hover:before{color:#F9D900}.site-footer__third .region-footer-third .company-mail{padding:27px 0}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .company-mail{padding:unset;margin-bottom:1.0555555556rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .company-mail{margin-bottom:19px}}.site-footer__third .region-footer-third .company-mail__title{margin-bottom:13px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#FFFFFF;font-weight:600;text-transform:none;padding:0;font-family:"FixelText";font-size:22px}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .company-mail__title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .company-mail__title{font-size:24px}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .company-mail__title{margin-bottom:0.8333333333rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .company-mail__title{margin-bottom:15px}}.site-footer__third .region-footer-third .company-mail .field-block-mail{transition:all 250ms ease;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#FFFFFF;text-transform:none;font-family:"FixelText"}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .company-mail .field-block-mail{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .company-mail .field-block-mail{font-size:24px}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .company-mail .field-block-mail{text-align:left}}.site-footer__third .region-footer-third .company-mail .field-block-mail:hover{color:#F9D900}.site-footer__third .region-footer-third .socials{padding:15px 0}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .socials{padding:unset;margin-bottom:1.3333333333rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .socials{margin-bottom:24px}}.site-footer__third .region-footer-third .socials .block__title{margin-bottom:12px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#FFFFFF;text-transform:none;padding:0;font-family:"FixelText"}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .socials .block__title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .socials .block__title{font-size:24px}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .socials .block__title{margin-bottom:1.3888888889rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .socials .block__title{margin-bottom:25px}}.site-footer__third .region-footer-third .socials .field-block-image .field__items{display:flex;gap:25px}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .socials .field-block-image .field__items{gap:0}}.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item{transition:all 250ms ease;position:relative;overflow:hidden}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item{margin:0 1.3333333333rem 0 0;width:2rem}.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item img{width:100%}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item{margin:0 24px 0 0;width:36px}}@media (max-width:1199px){.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item a{background-color:#F9D900;border-radius:5px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.3)}.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item a svg path{fill:#2B2A2A}}.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item a:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;font-size:0}.site-footer__third .region-footer-third .socials .field-block-image .field__items .field__item:hover{transform:translateY(-5px)}.site-footer__third .region-footer-third .our-startups{padding:32px 0}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .our-startups{padding:unset}}.site-footer__third .region-footer-third .our-startups .block__title{margin-bottom:12px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#FFFFFF;font-weight:600;text-transform:none;font-size:22px;font-family:"FixelText";padding:0}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .our-startups .block__title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .our-startups .block__title{font-size:24px}}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .our-startups .block__title{margin-bottom:0.8333333333rem;text-align:left}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .our-startups .block__title{margin-bottom:15px}}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items{display:flex;flex-wrap:wrap;align-items:baseline}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items{justify-content:center;flex-wrap:unset;align-items:unset}}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item{margin-right:30px;transition:all 250ms ease;position:relative}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item:hover{transform:translateY(-5px)}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item a::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;font-size:0}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item:nth-child(1){margin-bottom:5px}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item:nth-child(1){margin-bottom:0.2777777778rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item:nth-child(1){margin-bottom:5px}}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item img{width:auto !important}@media screen and (min-width:1200px){.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item{margin:0}.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item:not(:last-of-type){margin-right:1.6666666667rem}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item:not(:last-of-type){margin-right:30px}}@media screen and (min-width:1920px){.site-footer__third .region-footer-third .our-startups .field-block-startups .field__items .field__item img{width:100%}}.site-footer>#block-footer-link{margin-top:32px;display:flex;flex-direction:column}@media screen and (min-width:768px){.site-footer>#block-footer-link{align-items:flex-start}}.site-footer>#block-footer-link .footer-link__title{font-family:"FixelText";font-size:14px;font-weight:400;line-height:150%;margin:0 0 15px;padding:0;color:#FFFFFF;text-transform:inherit}.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1;border-radius:5px;padding:12px 50px}@media screen and (min-width:1200px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a{font-size:1rem}}@media screen and (min-width:1920px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a{font-size:18px}}@media screen and (min-width:1200px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:hover{color:#F9D900;background-color:transparent}.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:hover:before{left:100%}.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:after{font-size:20px}}@media screen and (min-width:1200px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.site-footer>#block-footer-link .text-formatted.field__text-with-summary.field-label__hidden a:after{margin-left:16px;margin-bottom:-2px}}.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;margin-bottom:15px;font-family:"FixelText"}@media screen and (min-width:1200px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:34px}}@media screen and (min-width:1200px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{margin-bottom:1.6666666667rem}}@media screen and (min-width:1920px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{margin-bottom:30px}}.mfp-content{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.mfp-content{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.mfp-content{max-width:1920px}}@media screen and (min-width:1920px){.mfp-content{padding:24px 168px}}.mfp-content .magnific-webform-submission-contact-popup-add-form{padding:20px;border:1px solid #E8EDF2;box-shadow:0px 9px 14px rgba(0,0,0,0.05);border-radius:0.2777777778rem}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form{width:100%;max-width:44.6111111111rem;border:0.0555555556rem solid #E8EDF2;padding:2.7777777778rem 4.1666666667rem}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form{max-width:803px;border:1px solid #E8EDF2;padding:50px 75px}}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation{margin:0}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__back{margin-bottom:18px;font-size:18px;font-family:"FixelText"}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__back{margin-bottom:1rem;font-size:1rem}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__back{font-size:18px;margin-bottom:18px}}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__back a{text-decoration:underline;text-underline-position:under}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__message{margin-bottom:18px;font-size:18px;font-family:"FixelText"}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__message{margin-bottom:1rem;font-size:1rem}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-confirmation__message{font-size:18px;margin-bottom:18px}}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-actions{width:100%;margin:18px 0}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-actions{margin:1rem 0}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .webform-actions{margin:18px 0}}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .file--application-pdf{max-width:180px}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .file--application-pdf{max-width:10rem}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .file--application-pdf{max-width:180px}}.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .form-type-processed-text{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;width:100%;margin-bottom:25px}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .form-type-processed-text{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .form-type-processed-text{font-size:24px}}@media screen and (min-width:1200px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .form-type-processed-text{margin-bottom:2.7777777778rem}}@media screen and (min-width:1920px){.mfp-content .magnific-webform-submission-contact-popup-add-form .webform-submission-contact-popup-form .form-type-processed-text{margin-bottom:50px}}:root{--delay:0;--duration:800ms;--iterations:1}.banner .field-block-text,.banner .field-block-text::after,.banner .field-block-title,.banner .field-block-title::after{animation-delay:var(--animation-delay,2s);animation-iteration-count:var(--iterations,1);animation-duration:var(--duration,800ms);animation-fill-mode:both;animation-timing-function:cubic-bezier(0,0,0.2,1)}.banner .field-block-text,.banner .field-block-title{--animation-delay:var(--delay,0);--animation-duration:var(--duration,800ms);--animation-iterations:var(--iterations,1);position:relative;font-size:10vw;animation-name:clip-text;color:#FFFFFF;white-space:nowrap;cursor:default}.banner .field-block-text::after,.banner .field-block-title::after{content:"";position:absolute;z-index:999;top:0;left:0;right:0;bottom:0;background-color:#FFFFFF;transform:scaleX(0);transform-origin:0 50%;pointer-events:none;animation-name:text-revealer}@keyframes clip-text{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes text-revealer{0%,50%{transform-origin:0 50%}60%,100%{transform-origin:100% 50%}60%{transform:scaleX(1)}100%{transform:scaleX(0)}}@keyframes rotate360{0%{transform:rotate(90deg)}100%{transform:rotate(450deg)}}.user-login-form,.user-register-form{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 25px}@media screen and (min-width:1200px){.user-login-form,.user-register-form{padding:5.5555555556rem}}@media screen and (min-width:1920px){.user-login-form,.user-register-form{padding:100px}}.user-login-form .form-item,.user-register-form .form-item{max-width:500px;width:100%}@media screen and (min-width:1200px){.user-login-form .form-item,.user-register-form .form-item{max-width:27.7777777778rem}}@media screen and (min-width:1920px){.user-login-form .form-item,.user-register-form .form-item{max-width:500px}}.instagram{padding-top:25px;padding-left:25px;padding-right:25px;position:relative}@media screen and (min-width:1200px){.instagram{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.instagram{max-width:1920px}}@media screen and (min-width:1920px){.instagram{padding:24px 168px}}@media screen and (min-width:768px){.instagram{padding-top:80px;padding-bottom:40px}}@media screen and (min-width:1200px){.instagram{padding-top:0;padding-bottom:3.3333333333rem}}@media screen and (min-width:1920px){.instagram{padding-bottom:60px}}.instagram:before{position:absolute;content:url("/themes/personal/images/icons/hand.svg");top:52px;left:10%;z-index:2;width:40px;height:40px}@media screen and (min-width:768px){.instagram:before{top:6.8333333333rem;left:2.7777777778rem}}@media screen and (min-width:1200px){.instagram:before{visibility:hidden;opacity:0}}@media screen and (min-width:1920px){.instagram:before{top:123px;left:50px}}@media screen and (min-width:1200px){.instagram .block__title{margin-bottom:-4.7222222222rem}}@media screen and (min-width:1920px){.instagram .block__title{margin-bottom:-85px}}@media screen and (min-width:1200px){.instagram .block__content{position:relative}}.instagram .instagram_feed{display:flex;flex-direction:row;overflow:unset}@media screen and (min-width:1200px){.instagram .swiper-wrapper{margin-bottom:0}}@media screen and (min-width:1200px){.instagram .swiper{margin-bottom:0}}.instagram .swiper .swiper-pagination-horizontal{bottom:0;z-index:1}.instagram .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}@media screen and (min-width:1200px){.instagram .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.0277777778rem solid #C5C4C4}}@media screen and (min-width:1920px){.instagram .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}}.instagram .swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active-main{border:none}.instagram .instagram-lite-block{display:flex;flex-direction:column}@media screen and (min-width:1200px){.instagram .instagram-lite-block{display:unset;flex-direction:unset;margin:-0.8333333333rem}}@media screen and (min-width:1920px){.instagram .instagram-lite-block{margin:-15px}}.instagram .swiper{max-width:100%}.instagram .instagram-lite-block--contents__items{max-width:100%;display:flex}@media screen and (min-width:1200px){.instagram .instagram-lite-block--contents__items{flex-wrap:wrap;flex-direction:row}}.instagram .instagram-lite-block--contents__items video{object-fit:cover}.instagram .instagram-lite-block--contents__items .instagram_gallery{width:360px;padding:15px 0;border-radius:5px}@media screen and (min-width:1200px){.instagram .instagram-lite-block--contents__items .instagram_gallery{width:unset;padding:0.8333333333rem;border-radius:0.2777777778rem}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(1){width:22.2222222222rem;height:25rem;margin-top:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(2){width:33.3333333333rem;height:33.3333333333rem;margin-top:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(3){width:41.1111111111rem;height:41.1111111111rem;margin-top:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(4){width:35.5555555556rem;height:41.1111111111rem;margin-bottom:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(5){width:25rem;height:25rem;margin-bottom:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(6){width:35.5555555556rem;height:33.3333333333rem;margin-bottom:auto}}@media screen and (min-width:1920px){.instagram .instagram-lite-block--contents__items .instagram_gallery{width:unset;padding:15px;border-radius:5px}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(1){width:400px;height:450px;margin-top:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(2){width:600px;height:600px;margin-top:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(3){width:740px;height:740px;margin-top:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(4){width:640px;height:740px;margin-bottom:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(5){width:450px;height:450px;margin-bottom:auto}.instagram .instagram-lite-block--contents__items .instagram_gallery:nth-child(6){width:640px;height:600px;margin-bottom:auto}}.instagram .btn-wrapper{display:flex;justify-content:center}@media screen and (min-width:1200px){.instagram .btn-wrapper{position:absolute;bottom:10.5555555556rem;left:0;right:0}}@media screen and (min-width:1920px){.instagram .btn-wrapper{bottom:190px}}.instagram .btn-wrapper a{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1;padding:18px 75px !important}@media screen and (min-width:1200px){.instagram .btn-wrapper a{font-size:1rem}}@media screen and (min-width:1920px){.instagram .btn-wrapper a{font-size:18px}}@media screen and (min-width:1200px){.instagram .btn-wrapper a{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.instagram .btn-wrapper a{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.instagram .btn-wrapper a:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.instagram .btn-wrapper a:hover{color:#F9D900;background-color:transparent}.instagram .btn-wrapper a:hover:before{left:100%}.instagram .btn-wrapper a:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.instagram .btn-wrapper a:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.instagram .btn-wrapper a:after{font-size:20px}}@media screen and (min-width:1200px){.instagram .btn-wrapper a:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.instagram .btn-wrapper a:after{margin-left:16px;margin-bottom:-2px}}@media screen and (min-width:1200px){.instagram .btn-wrapper a{padding:1rem 4.1666666667rem !important}}@media screen and (min-width:1920px){.instagram .btn-wrapper a{padding:18px 75px !important}}.instagram .btn-wrapper a:hover:before,.instagram .btn-wrapper a:focus:before{color:#F9D900}.instagram .btn-wrapper a:before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;position:unset;margin-right:15px;width:unset;display:flex;align-items:center;background:unset;content:"";color:#2D3037}@media screen and (min-width:1200px){.instagram .btn-wrapper a:before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.instagram .btn-wrapper a:before{font-size:20px}}@media screen and (min-width:1200px){.instagram .btn-wrapper a:before{margin-right:0.8333333333rem}}@media screen and (min-width:1920px){.instagram .btn-wrapper a:before{margin-right:15px}}.webform-element-description{display:none}.description{display:none}.region-content .profile{display:flex;padding:100px}.nashisocmerezhi__title{margin-top:10px;margin-bottom:6px;font-family:"FixelText";font-weight:700;font-size:16px;line-height:1.5;text-transform:unset}@media screen and (min-width:1200px){.nashisocmerezhi__title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.nashisocmerezhi__title{font-size:24px}}.nashisocmerezhi__container .field-block-image .field__items{display:flex;flex-direction:row;align-items:center}.nashisocmerezhi__container .field-block-image .field__item{padding:5px}.nashisocmerezhi__container .field-block-image .field__item:first-child{padding:5px 5px 5px 0}.page-node-19 .site-page .site-header.header-fixed{background:white}.page-node-19 .site-page .body li{list-style:initial}
.block-our-contacts{padding-left:25px;padding-right:25px;padding-top:59px}@media screen and (min-width:1200px){.block-our-contacts{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.block-our-contacts{max-width:1920px}}@media screen and (min-width:1920px){.block-our-contacts{padding:24px 168px}}@media screen and (min-width:1200px){.block-our-contacts{padding:5.5555555556rem 0 3.5555555556rem 9.3333333333rem}}@media screen and (min-width:1500px){.block-our-contacts{max-width:1920px}}@media screen and (min-width:1920px){.block-our-contacts{padding:100px 0 64px 168px}}.block-our-contacts .block__title{margin-bottom:0}.block-our-contacts .block__title .block-sub-title{margin-bottom:11px}@media screen and (min-width:1200px){.block-our-contacts .block__title .block-sub-title{margin-bottom:0.6111111111rem}}@media screen and (min-width:1920px){.block-our-contacts .block__title .block-sub-title{margin-bottom:11px}}.block-our-contacts .block-content__container{margin:0 -25px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container{margin:0;position:relative}}.block-our-contacts .block-content__container .field-block-caption{margin-bottom:23px;padding:0 24px;font-family:"FixelText";font-size:16px;line-height:1.1}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-caption{margin-bottom:0.7222222222rem;letter-spacing:0.0055555556rem;padding:unset;margin-top:0.5555555556rem;font-size:1.1111111111rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-caption{font-size:20px;margin-top:10px;margin-bottom:13px;letter-spacing:0.1px}}.block-our-contacts .block-content__container .field-block-desc,.block-our-contacts .block-content__container .field-block-email,.block-our-contacts .block-content__container .field-block-link-images{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25;font-family:"FixelText";font-size:16px;font-weight:700}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-desc,.block-our-contacts .block-content__container .field-block-email,.block-our-contacts .block-content__container .field-block-link-images{font-size:2rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-desc,.block-our-contacts .block-content__container .field-block-email,.block-our-contacts .block-content__container .field-block-link-images{font-size:36px}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-desc,.block-our-contacts .block-content__container .field-block-email,.block-our-contacts .block-content__container .field-block-link-images{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-desc,.block-our-contacts .block-content__container .field-block-email,.block-our-contacts .block-content__container .field-block-link-images{font-size:20px}}.block-our-contacts .block-content__container .field-block-desc{margin-bottom:15px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-desc{margin-bottom:0}}.block-our-contacts .block-content__container .field-block-email{transition:all 250ms ease;text-align:left;font-size:25px;padding-left:25px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-email{padding-left:0;text-align:unset;font-size:unset}}.block-our-contacts .block-content__container .field-block-email:before{left:0}.block-our-contacts .block-content__container .field-block-email:hover:before{width:100%;background:#111111;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.block-our-contacts .block-content__container .field-block-email .field__email_true{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-family:"FixelText";font-size:20px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-email .field__email_true{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-email .field__email_true{font-size:24px}}.block-our-contacts .block-content__container .field-block-email .field__email_true a{transition:all 250ms ease;transition:all 250ms ease;position:relative;text-decoration:none}.block-our-contacts .block-content__container .field-block-email .field__email_true a:after{background:currentColor;transition:all 250ms ease;content:"";position:absolute;height:1px;bottom:0;left:0;right:0;transform:scaleX(0)}.block-our-contacts .block-content__container .field-block-email .field__email_true a:hover:after{transform:scaleX(1)}.block-our-contacts .block-content__container .field-block-text-long{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText";margin:5px 0 10px 0;font-size:16px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-text-long{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-text-long{font-size:20px}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-text-long{margin:0 0 0.6111111111rem 0;width:90%}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-text-long{margin:0 0 11px 0}}.block-our-contacts .block-content__container .field-block-link-images{display:flex;align-items:flex-start;flex-direction:column;margin-top:21px;padding-left:25px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-link-images{margin-top:1.3333333333rem;padding-left:0;flex-direction:row;align-items:center}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-link-images{margin-top:24px}}.block-our-contacts .block-content__container .field-block-link-images__label{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25;transition:all 250ms ease;font-family:"FixelText";font-size:20px;font-weight:700;margin-bottom:12px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-link-images__label{font-size:2rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-link-images__label{font-size:36px}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-link-images__label{font-size:1.3333333333rem;margin-bottom:unset}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-link-images__label{font-size:24px}}.block-our-contacts .block-content__container .field-block-link-images__items{display:flex;margin-left:0}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-link-images__items{margin-left:0.6666666667rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-link-images__items{margin-left:12px}}.block-our-contacts .block-content__container .field-block-link-images__item{transition:all 250ms ease;width:40px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-link-images__item{width:2.2222222222rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-link-images__item{width:40px}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-link-images__item{margin:0 0.6666666667rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-link-images__item{margin:0 12px}}.block-our-contacts .block-content__container .field-block-link-images__item:hover{transform:scale(1.2)}.block-our-contacts .block-content__container .field-block-image1 img{display:block;margin:0 auto}@media (max-width:768px){.block-our-contacts .block-content__container .field-block-image1 img{aspect-ratio:0.962}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .field-block-image1 img{background:#F9D900;position:absolute;width:36.1111111111rem;height:40rem;right:0;top:-8rem;object-fit:cover;object-position:0}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .field-block-image1 img{width:650px;height:720px;top:-146px}}.block-our-contacts .block-content__container .main_text__wraper{background:#F9D900;padding:33px 20px;font-family:"FixelText"}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper{width:63.8888888889rem;padding:2.9444444444rem 11.1111111111rem 2.7777777778rem 3.3333333333rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .main_text__wraper{width:1150px;padding:53px 200px 50px 60px}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper p{margin-bottom:0.3333333333rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .main_text__wraper p{margin-bottom:6px}}.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper{padding-left:15px;margin-left:9px;min-height:auto;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#333333;position:relative;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper{font-size:20px}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper{padding-left:0;margin-left:0;min-height:0}}.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 14px);background:#333333}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper::after{left:-1.2222222222rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper::after{left:-22px}}.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037;bottom:auto;top:calc(100% - 14px);border-color:#333333}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #2D3037}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037}}@media screen and (min-width:1200px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper:before{left:-1.4444444444rem}}@media screen and (min-width:1920px){.block-our-contacts .block-content__container .main_text__wraper .decor-text-wrapper:before{left:-26px}}.block-our-contacts p{margin:0}@media (max-width:1199px){.block-our-contacts p{line-height:150%}}@media screen and (min-width:1200px){.block-our-contacts p{margin:0 0 0.4444444444rem}}@media screen and (min-width:1920px){.block-our-contacts p{margin:0 0 8px}}
.follow-us{padding-left:25px;padding-right:25px;padding-top:13px;padding-bottom:30px;position:relative}@media screen and (min-width:1200px){.follow-us{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.follow-us{max-width:1920px}}@media screen and (min-width:1920px){.follow-us{padding:24px 168px}}@media screen and (min-width:768px){.follow-us{padding-top:40px;padding-bottom:50px}}@media screen and (min-width:1200px){.follow-us{padding:2.7777777778rem 9.3333333333rem 10rem}}@media screen and (min-width:1500px){.follow-us{max-width:1920px}}@media screen and (min-width:1920px){.follow-us{padding:50px 168px 180px}}.follow-us .block__title{margin-bottom:0}@media screen and (min-width:1200px){.follow-us .block__title{max-width:44.4444444444rem}}@media screen and (min-width:1920px){.follow-us .block__title{max-width:800px}}.follow-us .block__title .block-sub-title{margin-bottom:11px}@media screen and (min-width:1200px){.follow-us .block__title .block-sub-title{margin-bottom:0.7222222222rem}}@media screen and (min-width:1920px){.follow-us .block__title .block-sub-title{margin-bottom:13px}}.follow-us__container .content-wrapper{padding:49px 24px 49px 20px;background-color:#F9D900}@media screen and (min-width:1200px){.follow-us__container .content-wrapper{max-width:46.9444444444rem;padding:3rem 1.6666666667rem 2.7777777778rem 3.2222222222rem}}@media screen and (min-width:1920px){.follow-us__container .content-wrapper{max-width:845px;padding:53px 30px 50px 58px}}.follow-us__container .decor-text-wrapper{padding-left:15px;margin-left:9px;min-height:auto;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#333333;position:relative;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.follow-us__container .decor-text-wrapper{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.follow-us__container .decor-text-wrapper{font-size:20px}}@media screen and (min-width:1200px){.follow-us__container .decor-text-wrapper{padding-left:0;margin-left:0;min-height:0}}.follow-us__container .decor-text-wrapper::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 14px);background:#333333}@media screen and (min-width:1200px){.follow-us__container .decor-text-wrapper::after{left:-1.4444444444rem}}@media screen and (min-width:1920px){.follow-us__container .decor-text-wrapper::after{left:-26px}}.follow-us__container .decor-text-wrapper:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037;bottom:auto;top:calc(100% - 14px);border-color:#333333}@media screen and (min-width:1200px){.follow-us__container .decor-text-wrapper:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #2D3037}}@media screen and (min-width:1920px){.follow-us__container .decor-text-wrapper:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037}}@media screen and (min-width:1200px){.follow-us__container .decor-text-wrapper:before{left:-1.6666666667rem}}@media screen and (min-width:1920px){.follow-us__container .decor-text-wrapper:before{left:-30px}}.follow-us .block-content__container .field-block-caption{margin-bottom:23px;padding:0 24px;font-family:"FixelText";font-size:16px;line-height:1.1}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-caption{margin-bottom:0.7222222222rem;letter-spacing:0.0055555556rem;padding:unset;margin-top:3.3333333333rem;font-size:1.1111111111rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-caption{font-size:20px;margin-top:60px;margin-bottom:13px;letter-spacing:0.1px}}.follow-us .block-content__container .field-block-desc,.follow-us .block-content__container .field-block-email,.follow-us .block-content__container .field-block-link-images{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-desc,.follow-us .block-content__container .field-block-email,.follow-us .block-content__container .field-block-link-images{font-size:2rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-desc,.follow-us .block-content__container .field-block-email,.follow-us .block-content__container .field-block-link-images{font-size:36px}}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-desc,.follow-us .block-content__container .field-block-email,.follow-us .block-content__container .field-block-link-images{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-desc,.follow-us .block-content__container .field-block-email,.follow-us .block-content__container .field-block-link-images{font-size:20px}}.follow-us .block-content__container .field-block-desc{margin-bottom:6px;line-height:1.5}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-desc{margin-bottom:0}}.follow-us .block-content__container .field-block-email{transition:all 250ms ease;text-align:left;font-size:25px;padding-left:25px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-email{padding-left:0;text-align:unset;font-size:unset}}.follow-us .block-content__container .field-block-email:before{left:0}.follow-us .block-content__container .field-block-email:hover:before{width:100%;background:#111111;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.follow-us .block-content__container .field-block-text-long{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText";margin:5px 0 10px 0;font-size:16px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-text-long{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-text-long{font-size:20px}}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-text-long{margin:0 0 0.6111111111rem 0;width:90%}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-text-long{margin:0 0 11px 0}}.follow-us .block-content__container .field-block-link-images{display:flex;align-items:flex-start;flex-direction:column;padding-left:12px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-link-images{margin-top:0.5555555556rem;padding-left:0;flex-direction:row;align-items:center}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-link-images{margin-top:10px}}.follow-us .block-content__container .field-block-link-images__label{font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25;transition:all 250ms ease;font-family:"FixelText";font-size:20px;font-weight:700;margin-bottom:12px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-link-images__label{font-size:2rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-link-images__label{font-size:36px}}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-link-images__label{font-size:1.3333333333rem;margin-bottom:unset}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-link-images__label{font-size:24px}}.follow-us .block-content__container .field-block-link-images__items{display:flex;margin:0 -12px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-link-images__items{margin:0 -0.6666666667rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-link-images__items{margin:0 -12px}}.follow-us .block-content__container .field-block-link-images__item{transition:all 250ms ease;width:40px}@media (max-width:1199px){.follow-us .block-content__container .field-block-link-images__item:not(:last-child){margin-right:24px}}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-link-images__item{width:2.2222222222rem;margin:0 0.6666666667rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-link-images__item{width:40px;margin:0 12px}}.follow-us .block-content__container .field-block-link-images__item:hover{transform:scale(1.2)}.follow-us .block-content__container .field-block-image1{margin:0 -24px}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-image1{margin:0}}.follow-us .block-content__container .field-block-image1 img{display:block;margin:12px auto 0}@media screen and (min-width:1200px){.follow-us .block-content__container .field-block-image1 img{margin:0;position:absolute;width:42.3333333333rem;height:32.6666666667rem;right:9.3888888889rem;top:3.5rem;object-fit:cover;object-position:0}}@media screen and (min-width:1920px){.follow-us .block-content__container .field-block-image1 img{width:762px;height:588px;top:63px;right:169px}}.follow-us .block-content__container .main_text__wraper{background:#F9D900;padding:33px 20px;font-family:"FixelText"}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper{width:63.8888888889rem;padding:2.9444444444rem 11.1111111111rem 2.7777777778rem 3.3333333333rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .main_text__wraper{width:1150px;padding:53px 200px 50px 60px}}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper p{margin-bottom:0.3333333333rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .main_text__wraper p{margin-bottom:6px}}.follow-us .block-content__container .main_text__wraper .decor-text-wrapper{padding-left:15px;margin-left:9px;min-height:auto;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#333333;position:relative;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper{font-size:20px}}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper{padding-left:0;margin-left:0;min-height:0}}.follow-us .block-content__container .main_text__wraper .decor-text-wrapper::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 14px);background:#333333}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper::after{left:-1.4444444444rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper::after{left:-26px}}.follow-us .block-content__container .main_text__wraper .decor-text-wrapper:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037;bottom:auto;top:calc(100% - 14px);border-color:#333333}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #2D3037}}@media screen and (min-width:1920px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037}}@media screen and (min-width:1200px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper:before{left:-1.6666666667rem}}@media screen and (min-width:1920px){.follow-us .block-content__container .main_text__wraper .decor-text-wrapper:before{left:-30px}}
.partners{padding-left:25px;padding-right:25px;padding-top:30px;padding-bottom:13px}@media screen and (min-width:1200px){.partners{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.partners{max-width:1920px}}@media screen and (min-width:1920px){.partners{padding:24px 168px}}@media screen and (min-width:768px){.partners{padding-top:40px;padding-bottom:25px}}@media screen and (min-width:1200px){.partners{padding:2.7777777778rem 9.3333333333rem 2.7777777778rem}}@media screen and (min-width:1500px){.partners{max-width:1920px}}@media screen and (min-width:1920px){.partners{padding:50px 168px 50px}}.partners .block__title{margin-bottom:0;padding-bottom:18px}@media screen and (min-width:768px){.partners .block__title{padding-bottom:26px}}@media screen and (min-width:1200px){.partners .block__title{padding-bottom:2.6666666667rem}}@media screen and (min-width:1920px){.partners .block__title{padding-bottom:48px}}.partners .block__title .block-sub-title{margin-bottom:10px}@media screen and (min-width:1200px){.partners .block__title .block-sub-title{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.partners .block__title .block-sub-title{margin-bottom:15px}}.partners .swiper{overflow:visible}@media screen and (min-width:1200px){.partners .swiper .swiper{overflow:unset}.partners .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap;width:auto}.partners .swiper .swiper-slide{height:auto;width:auto}.partners .swiper .swiper-pagination,.partners .swiper .swiper-button{display:none}}.partners .field-block-image .field-block-image__items{align-items:center}@media screen and (min-width:1200px){.partners .field-block-image .field-block-image__items{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin:0 0.6666666667rem -0.6666666667rem 0.6666666667rem}}@media screen and (min-width:1920px){.partners .field-block-image .field-block-image__items{margin:0 12px -30px 12px}}.partners .field-block-image .field-block-image__items .field-block-image__item{transition:all 250ms ease;padding:0 15px;margin-bottom:30px;width:46%;display:flex;align-items:center;justify-content:center;filter:grayscale(100%)}@media (min-width:480px){.partners .field-block-image .field-block-image__items .field-block-image__item{width:33.333%}}@media screen and (min-width:768px){.partners .field-block-image .field-block-image__items .field-block-image__item{width:25%}}@media screen and (min-width:992px){.partners .field-block-image .field-block-image__items .field-block-image__item{width:20%}}@media screen and (min-width:1200px){.partners .field-block-image .field-block-image__items .field-block-image__item{margin-bottom:0;padding:1.9444444444rem 1.9444444444rem 1.6666666667rem 1.9444444444rem}}@media screen and (min-width:1920px){.partners .field-block-image .field-block-image__items .field-block-image__item{padding:35px 35px 30px 35px}}.partners .field-block-image .field-block-image__items .field-block-image__item img{width:auto;max-height:100px}@media screen and (min-width:1200px){.partners .field-block-image .field-block-image__items .field-block-image__item img{max-height:5.7222222222rem}}@media screen and (min-width:1920px){.partners .field-block-image .field-block-image__items .field-block-image__item img{max-height:106px}}.partners .field-block-image .field-block-image__items .field-block-image__item:hover,.partners .field-block-image .field-block-image__items .field-block-image__item:focus{transform:scale(1.1);filter:grayscale(0%)}.partners .field-block-link{margin-top:35px;text-align:right;display:none}@media screen and (min-width:1200px){.partners .field-block-link{display:block;margin-top:0.9444444444rem}}@media screen and (min-width:1920px){.partners .field-block-link{margin-top:35px}}.partners .field-block-link a{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;transition:all 250ms ease;font-family:"FixelText";position:relative;font-size:18px;line-height:1.25}@media screen and (min-width:1200px){.partners .field-block-link a{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.partners .field-block-link a{font-size:24px}}@media screen and (min-width:1200px){.partners .field-block-link a{font-weight:700}}.partners .field-block-link a:before,.partners .field-block-link a:after{position:absolute;bottom:-2px;height:1px;width:0;background:#262626;content:""}@media screen and (min-width:1200px){.partners .field-block-link a:before,.partners .field-block-link a:after{bottom:-0.1111111111rem;height:0.0555555556rem}}@media screen and (min-width:1920px){.partners .field-block-link a:before,.partners .field-block-link a:after{bottom:-2px;height:1px}}.partners .field-block-link a:before{left:0}.partners .field-block-link a:after{right:0;background:#262626;transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1)}.partners .field-block-link a:hover:before{width:100%;background:#262626;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.partners .field-block-link a:hover:after{width:100%;background:transparent;transition:0s}
.comfortable-space{padding-left:25px;padding-right:25px;padding-top:27px;padding-bottom:30px}@media screen and (min-width:1200px){.comfortable-space{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.comfortable-space{max-width:1920px}}@media screen and (min-width:1920px){.comfortable-space{padding:24px 168px}}@media screen and (min-width:768px){.comfortable-space{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:1200px){.comfortable-space{padding:3.1666666667rem 9.3333333333rem 2.7777777778rem}}@media screen and (min-width:1500px){.comfortable-space{max-width:1920px}}@media screen and (min-width:1920px){.comfortable-space{padding:57px 168px 50px}}.comfortable-space .block__title{margin-bottom:0}@media screen and (min-width:1200px){.comfortable-space .block__title{padding-bottom:1.7222222222rem}}@media screen and (min-width:1920px){.comfortable-space .block__title{padding-bottom:31px}}.comfortable-space .block__title .block-sub-title{margin-bottom:11px}@media screen and (min-width:1200px){.comfortable-space .block__title .block-sub-title{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.comfortable-space .block__title .block-sub-title{margin-bottom:15px}}.comfortable-space .field-block-desc{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.comfortable-space .field-block-desc{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.comfortable-space .field-block-desc{font-size:20px}}.comfortable-space .swiper{overflow:visible}.comfortable-space .swiper .swiper-pagination-horizontal{bottom:-15px}.comfortable-space .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}@media screen and (min-width:1200px){.comfortable-space .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.0277777778rem solid #C5C4C4}}@media screen and (min-width:1920px) and (min-width:1200px){.comfortable-space .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}}.comfortable-space .swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active-main{border:none}.comfortable-space .swiper-comfortable-space{margin:15px -12px 0;padding:0 0}@media screen and (min-width:768px){.comfortable-space .swiper-comfortable-space{overflow:hidden}}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space{margin:2.6666666667rem -0.6666666667rem 0}}@media screen and (min-width:1920px){.comfortable-space .swiper-comfortable-space{margin:48px -12px 0}}.comfortable-space .swiper-comfortable-space .field__items{}.comfortable-space .swiper-comfortable-space .field__item{transition:all 350ms ease;padding:0 12px;width:100%;overflow:hidden}@media screen and (min-width:768px){.comfortable-space .swiper-comfortable-space .field__item{width:50%}}@media screen and (min-width:992px){.comfortable-space .swiper-comfortable-space .field__item{width:33.33%}}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .field__item{width:25%;padding:0 0.6666666667rem}}@media screen and (min-width:1920px){.comfortable-space .swiper-comfortable-space .field__item{padding:0 12px}}.comfortable-space .swiper-comfortable-space .field__item img{max-width:unset;width:100%;height:auto;object-fit:cover;aspect-ratio:1}@media screen and (min-width:768px){.comfortable-space .swiper-comfortable-space .field__item img{aspect-ratio:1.3125}}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .field__item:hover .text_wrapper{opacity:1;visibility:visible;transform:none}}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .field__item:hover .field-paragraph-link-img:before{opacity:1;visibility:visible}}.comfortable-space .swiper-comfortable-space .swiper-pagination{transform:translateY(100%);display:none}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .swiper-pagination{display:none}}.comfortable-space .swiper-comfortable-space .paragraph{display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.comfortable-space .swiper-comfortable-space .text_wrapper{padding:20px;transition:all 450ms ease;position:absolute;transform:translateY(10px)}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .text_wrapper{padding:1.3888888889rem;opacity:0;visibility:hidden}}@media screen and (min-width:1920px){.comfortable-space .swiper-comfortable-space .text_wrapper{padding:22px}}.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-title-format{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;color:#FFFFFF;margin-bottom:10px;text-transform:unset}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-title-format{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-title-format{font-size:34px}}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-title-format{margin-bottom:0.5555555556rem;font-size:1.3333333333rem}}@media screen and (min-width:1920px){.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-title-format{margin-bottom:10px;font-size:24px}}.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-text{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#FFFFFF;position:relative}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.comfortable-space .swiper-comfortable-space .text_wrapper .field-paragraph-text{font-size:20px}}.comfortable-space .swiper-comfortable-space .field-paragraph-link-img{width:100%;height:100%;position:relative}.comfortable-space .swiper-comfortable-space .field-paragraph-link-img::before{content:"";transition:all 350ms ease;position:absolute;top:0;bottom:0;right:0;left:0;background:linear-gradient(0deg,rgba(5,2,1,0.75),rgba(5,2,1,0.75))}@media screen and (min-width:1200px){.comfortable-space .swiper-comfortable-space .field-paragraph-link-img::before{opacity:0;visibility:hidden}}.comfortable-space .swiper-nav-wrapper{position:relative}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{width:49px;height:53px;background:#F9D900;border:1px solid #F9D900;overflow:clip;transition:all 250ms ease;top:48%}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev::before,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next::before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev:hover,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next:hover{background-color:transparent}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev:hover::after,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next:hover::after{color:#F9D900}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev:hover::before,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next:hover::before{left:100%}@media screen and (min-width:1200px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{width:2.7222222222rem;height:2.9444444444rem}}@media screen and (min-width:1920px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{width:49px;height:53px}}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev::after,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:#333333}@media screen and (min-width:1200px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev::after,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next::after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev::after,.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next::after{font-size:20px}}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev{left:0;display:none}@media screen and (min-width:768px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev{display:flex;transform:translateX(-40%)}}@media screen and (min-width:1200px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev{transform:translateX(calc(-50% + -0.3055555556rem))}}@media screen and (min-width:1920px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev{transform:translateX(-59%)}}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-prev::after{content:""}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{right:0;display:none}@media screen and (min-width:768px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{display:flex;transform:translateX(40%)}}@media screen and (min-width:1200px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{transform:translateX(calc(50% - -0.3055555556rem))}}@media screen and (min-width:1920px){.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next{transform:translateX(41%)}}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-next::after{content:""}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-disabled{border:1px solid #FFFFFF;background:#FFFFFF;opacity:1}.comfortable-space .swiper-nav-wrapper .swiper-navigation .swiper-button-disabled::before{display:none}
.profiles{padding-left:25px;padding-right:25px;padding-top:70px;padding-bottom:30px}@media screen and (min-width:1200px){.profiles{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.profiles{max-width:1920px}}@media screen and (min-width:1920px){.profiles{padding:24px 168px}}@media screen and (min-width:768px){.profiles{padding-top:80px;padding-bottom:40px}}@media screen and (min-width:1200px){.profiles{padding:5.5555555556rem 9.3333333333rem 1.6666666667rem}}@media screen and (min-width:1500px){.profiles{max-width:1920px}}@media screen and (min-width:1920px){.profiles{padding:100px 168px 30px}}.profiles .block__title{margin-bottom:0}@media screen and (min-width:1200px){.profiles .block__title{padding-bottom:2.6666666667rem}}@media screen and (min-width:1920px){.profiles .block__title{padding-bottom:48px}}.profiles .block__title .block-sub-title{margin-bottom:10px}@media screen and (min-width:1200px){.profiles .block__title .block-sub-title{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.profiles .block__title .block-sub-title{margin-bottom:15px}}.profiles .text-formatted a{border-bottom:1px solid #2D3037;transition:all 300ms ease}.profiles .text-formatted a:hover{border-bottom-color:transparent;transition:all 300ms ease}.profiles .swiper{margin:0 -10px}@media screen and (min-width:1200px){.profiles .swiper{margin:0}.profiles .swiper .swiper{overflow:unset}.profiles .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap;width:auto}.profiles .swiper .swiper-slide{height:auto;width:auto}.profiles .swiper .swiper-pagination,.profiles .swiper .swiper-button{display:none}}.profiles .swiper .swiper-pagination-horizontal{bottom:22px}@media screen and (min-width:1200px){.profiles .swiper .swiper-pagination-horizontal{bottom:0}}.profiles .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}@media screen and (min-width:1200px){.profiles .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.0277777778rem solid #C5C4C4}}@media screen and (min-width:1920px){.profiles .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}}.profiles .swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active-main{border:none}.profiles .field-block-title{margin-bottom:15px;font-family:"FixelText";font-size:18px;font-weight:400;line-height:1.25}@media screen and (min-width:1200px){.profiles .field-block-title{font-size:2rem}}@media screen and (min-width:1920px){.profiles .field-block-title{font-size:36px}}@media screen and (min-width:1200px){.profiles .field-block-title{margin-bottom:1.7777777778rem}}@media screen and (min-width:1920px){.profiles .field-block-title{margin-bottom:32px}}.profiles .field-block-desc{margin-bottom:18px}@media screen and (min-width:1200px){.profiles .field-block-desc{margin-bottom:2.2222222222rem}}@media screen and (min-width:1920px){.profiles .field-block-desc{margin-bottom:40px}}.profiles .field-block-desc li{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-family:"FixelText";position:relative;padding-left:39px}@media screen and (min-width:1200px){.profiles .field-block-desc li{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.profiles .field-block-desc li{font-size:24px}}@media screen and (min-width:1200px){.profiles .field-block-desc li{padding-left:2.1666666667rem}}@media screen and (min-width:1920px){.profiles .field-block-desc li{padding-left:39px}}.profiles .field-block-desc li:not(:last-child){margin-bottom:15px}@media screen and (min-width:1200px){.profiles .field-block-desc li:not(:last-child){margin-bottom:1.3888888889rem}}@media screen and (min-width:1920px){.profiles .field-block-desc li:not(:last-child){margin-bottom:25px}}.profiles .field-block-desc li strong{font-family:"FixelText";font-weight:700;font-size:16px;line-height:1.5}@media screen and (min-width:1200px){.profiles .field-block-desc li strong{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.profiles .field-block-desc li strong{font-size:24px}}.profiles .field-block-desc li:before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:#50AB09;position:absolute;left:-5px;top:5px}@media screen and (min-width:1200px){.profiles .field-block-desc li:before{font-size:1.3333333333rem}}@media screen and (min-width:1920px){.profiles .field-block-desc li:before{font-size:24px}}@media screen and (min-width:1200px){.profiles .field-block-desc li:before{left:-0.2777777778rem;top:0.2777777778rem}}@media screen and (min-width:1920px){.profiles .field-block-desc li:before{left:-5px;top:5px}}.profiles .field-block-link-images__items{margin-bottom:0}@media screen and (min-width:1200px){.profiles .field-block-link-images__items{margin:-0.8333333333rem;display:flex;justify-content:center;flex-wrap:wrap}}@media screen and (min-width:1920px){.profiles .field-block-link-images__items{margin:-15px}}.profiles .field-block-link-images__item{display:flex;justify-content:center;padding:0 10px}@media screen and (min-width:1200px){.profiles .field-block-link-images__item{border-radius:0.2777777778rem;padding:1.3888888889rem 0.8333333333rem}}@media screen and (min-width:1920px){.profiles .field-block-link-images__item{border-radius:5px;padding:25px 15px}}@media screen and (min-width:768px){.profiles .field-block-link-images__item.field__item{width:50%}}.profiles .field-block-link-images__item a{box-shadow:0px 9px 14px 0px rgba(0,0,0,0.05);border-radius:5px;border:1px solid #E8EDF2}@media screen and (min-width:1200px){.profiles .field-block-link-images__item a{width:100%;transition:all 500ms ease;position:relative;overflow:hidden}.profiles .field-block-link-images__item a::before,.profiles .field-block-link-images__item a::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity 0.5s ease-in-out,transform 0.5s ease-in-out;opacity:0;pointer-events:none}.profiles .field-block-link-images__item a::before{transform:scale3d(0,1,1);transform-origin:left top;border-top:2px solid #F9D900;border-bottom:2px solid #F9D900}.profiles .field-block-link-images__item a::after{transform:scale3d(1,0,1);transform-origin:right top;border-right:2px solid #F9D900;border-left:2px solid #F9D900}.profiles .field-block-link-images__item a:hover,.profiles .field-block-link-images__item a:focus{z-index:2}.profiles .field-block-link-images__item a:hover::before,.profiles .field-block-link-images__item a:hover::after,.profiles .field-block-link-images__item a:focus::before,.profiles .field-block-link-images__item a:focus::after{transform:scale3d(1,1,1);opacity:1}.profiles .field-block-link-images__item a img{transition:all 500ms ease;object-fit:cover;width:100%}}
.help-drupal{padding-left:25px;padding-right:25px;background:linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url("/themes/personal/images/helps.jpeg");background-size:cover;padding-top:48px;padding-bottom:78px}@media screen and (min-width:1200px){.help-drupal{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.help-drupal{max-width:1920px}}@media screen and (min-width:1920px){.help-drupal{padding:24px 168px}}@media screen and (min-width:768px){.help-drupal{padding-top:60px;padding-bottom:80px}}@media screen and (min-width:1200px){.help-drupal{padding:5.5555555556rem 9.3333333333rem 5.7777777778rem}}@media screen and (min-width:1500px){.help-drupal{max-width:1920px}}@media screen and (min-width:1920px){.help-drupal{padding:100px 168px 104px}}.help-drupal .block__title{color:#FFFFFF;margin:0}.help-drupal .block__title .block-sub-title{color:#FFFFFF;margin-bottom:11px}@media screen and (min-width:1200px){.help-drupal .block__title .block-sub-title{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.help-drupal .block__title .block-sub-title{margin-bottom:15px}}.help-drupal .block__title .block-sub-title:before{background:#FFFFFF}@media screen and (min-width:768px){.help-drupal .block__title .block-sub-title{display:block}}@media screen and (min-width:768px){.help-drupal .swiper .swiper{overflow:unset}.help-drupal .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap;width:auto}.help-drupal .swiper .swiper-slide{height:auto;width:auto}.help-drupal .swiper .swiper-pagination,.help-drupal .swiper .swiper-button{display:none}}.help-drupal .swiper .swiper-pagination-horizontal{bottom:0}.help-drupal .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}@media screen and (min-width:1200px){.help-drupal .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.0277777778rem solid #C5C4C4}}@media screen and (min-width:1920px){.help-drupal .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}}.help-drupal .swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active-main{border:none}.help-drupal .field-paragraph-help-drupal__items:not(.swiper-initialized){display:flex;flex-wrap:wrap;margin:-12px 0}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items{display:flex;flex-wrap:wrap;margin:-0.5555555556rem}.help-drupal .field-paragraph-help-drupal__items:not(.swiper-initialized){margin:-0.5555555556rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items{margin:-10px}.help-drupal .field-paragraph-help-drupal__items:not(.swiper-initialized){margin:-10px}}.help-drupal .field-paragraph-help-drupal__items .field-paragraph-help-drupal__item:not(.swiper-initialized){padding:12px 0}@media screen and (min-width:768px){.help-drupal .field-paragraph-help-drupal__items .field-paragraph-help-drupal__item{flex-shrink:1}}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .field-paragraph-help-drupal__item{padding:0.5555555556rem;width:33.3%}.help-drupal .field-paragraph-help-drupal__items .field-paragraph-help-drupal__item:not(.swiper-initialized){padding:0.5555555556rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .field-paragraph-help-drupal__item{padding:10px}.help-drupal .field-paragraph-help-drupal__items .field-paragraph-help-drupal__item:not(.swiper-initialized){padding:10px}}.help-drupal .field-paragraph-help-drupal__items .paragraph{display:flex;flex-direction:column;align-items:flex-start}.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-icon{margin-bottom:13px;height:42px}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-icon{margin-bottom:1.6666666667rem;height:3.2222222222rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-icon{margin-bottom:30px;height:58px}}.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-icon img{width:100%;height:100%}.help-drupal .field-paragraph-help-drupal__items .paragraph .link-wrapper{transition:all 250ms ease;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .link-wrapper:hover{transform:translateY(0.5555555556rem)}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .link-wrapper:hover{transform:translateY(10px)}}.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-title{margin-bottom:13px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-weight:700;color:#F9D900;font-family:"FixelText";font-size:22px;line-height:1.25}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-title{font-size:24px}}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-title{margin-bottom:1.7222222222rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-title{margin-bottom:31px}}.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text{padding-left:15px;margin-left:5px;min-height:auto;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#FFFFFF;position:relative;display:flex}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text{font-size:20px}}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text{padding-left:1.6666666667rem;margin-left:0.2777777778rem;min-height:6.6666666667rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text{padding-left:30px;margin-left:5px;min-height:120px}}.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc ::after,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text ::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 10px);background:#FFFFFF}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc ::after,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text ::after{left:-0.0555555556rem;top:0;bottom:auto;height:6.1666666667rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc ::after,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text ::after{left:-1px;height:111px}}.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc:before,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #FFFFFF;bottom:auto;top:calc(100% - 10px)}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc:before,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #FFFFFF}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc:before,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #FFFFFF}}@media screen and (min-width:1200px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc:before,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text:before{bottom:auto;top:6.1666666667rem}}@media screen and (min-width:1920px){.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-desc:before,.help-drupal .field-paragraph-help-drupal__items .paragraph .field-paragraph-text:before{top:111px}}.help-drupal .field-block-link{color:#FFFFFF;display:flex;justify-content:flex-end;margin-top:20px}@media screen and (min-width:1200px){.help-drupal .field-block-link{margin-top:2.5555555556rem}}@media screen and (min-width:1920px){.help-drupal .field-block-link{margin-top:46px}}.help-drupal .field-block-link a{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";line-height:1.25;font-weight:700;text-align:right;font-size:22px}@media screen and (min-width:1200px){.help-drupal .field-block-link a{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.help-drupal .field-block-link a{font-size:24px}}.help-drupal .field-block-link a:before,.help-drupal .field-block-link a:after{position:absolute;bottom:-2px;height:1px;width:0;background:#FFFFFF;content:""}@media screen and (min-width:1200px){.help-drupal .field-block-link a:before,.help-drupal .field-block-link a:after{bottom:-0.1111111111rem;height:0.0555555556rem}}@media screen and (min-width:1920px){.help-drupal .field-block-link a:before,.help-drupal .field-block-link a:after{bottom:-2px;height:1px}}.help-drupal .field-block-link a:before{left:0}.help-drupal .field-block-link a:after{right:0;background:#FFFFFF;transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1)}.help-drupal .field-block-link a:hover:before{width:100%;background:#FFFFFF;transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.help-drupal .field-block-link a:hover:after{width:100%;background:transparent;transition:0s}
.developer{padding-left:25px;padding-right:25px;padding-top:30px;padding-bottom:60px;position:relative;margin:0 -25px}@media screen and (min-width:1200px){.developer{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.developer{max-width:1920px}}@media screen and (min-width:1920px){.developer{padding:24px 168px}}@media screen and (min-width:768px){.developer{padding-top:40px;padding-bottom:70px}}@media screen and (min-width:1200px){.developer{margin:0 auto;padding:8.3333333333rem 9.3333333333rem}}@media screen and (min-width:1500px){.developer{max-width:1920px}}@media screen and (min-width:1920px){.developer{padding:150px 168px}}.developer:after{content:"";width:100%;display:block;background:url("/themes/personal/images/company_2.jpg") no-repeat center / cover;z-index:-1;aspect-ratio:1.2765957447}@media screen and (min-width:768px){.developer:after{left:unset;transform:unset}}@media screen and (min-width:1200px){.developer:after{position:absolute;right:4.1666666667rem;top:4.1666666667rem;bottom:5.5555555556rem;width:57.2222222222rem;height:calc(100% - 4.1666666667rem - 5.5555555556rem)}}@media screen and (min-width:1920px){.developer:after{right:75px;top:75px;bottom:100px;width:1030px;height:calc(100% - 75px - 100px)}}.developer .block__title{color:#2B2A2A;text-align:left;margin:0;padding-bottom:10px}@media screen and (min-width:768px){.developer .block__title{padding-bottom:20px}}@media screen and (min-width:1200px){.developer .block__title{padding-bottom:1.8888888889rem}}@media screen and (min-width:1920px){.developer .block__title{padding-bottom:34px}}.developer .block__layout{display:flex;justify-content:center}@media screen and (min-width:1200px){.developer .block__layout{display:unset}}.developer .developer__container{background:#F9D900;padding:48px 25px;width:100%}@media screen and (min-width:768px){.developer .developer__container{width:auto}}@media screen and (min-width:1200px){.developer .developer__container{margin-left:2.6111111111rem;padding:2.6666666667rem 4.4444444444rem 2.7777777778rem 3.8888888889rem;width:44.6666666667rem;background:#F9D900;box-shadow:0px 0px 20px 0px rgba(75,85,89,0.1)}}@media screen and (min-width:1920px){.developer .developer__container{margin-left:47px;padding:48px 80px 50px 70px;width:804px}}.developer .field-block-caption{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#2D3037;font-family:"FixelText"}@media screen and (min-width:1200px){.developer .field-block-caption{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.developer .field-block-caption{font-size:24px}}@media screen and (min-width:1200px){.developer .field-block-caption{margin-bottom:1.9444444444rem}}@media screen and (min-width:1920px){.developer .field-block-caption{margin-bottom:35px}}.developer .field-block-form{padding:37px 0 20px;background:#F9D900;border-radius:5px}@media screen and (min-width:1200px){.developer .field-block-form{padding:0;border-radius:unset;background:unset}}.developer .field-block-form .webform-confirmation__message{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;color:#2D3037}@media screen and (min-width:1200px){.developer .field-block-form .webform-confirmation__message{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.developer .field-block-form .webform-confirmation__message{font-size:24px}}.developer .field-block-form .webform-confirmation__back a{text-decoration:underline;text-underline-position:under}.developer .field-block-form .form-action{margin:0}.developer .field-block-form .form-actions .form-submit{border-color:transparent;background-color:transparent;min-height:60px}@media screen and (min-width:1200px){.developer .field-block-form .form-actions .form-submit{min-height:3.3333333333rem}}@media screen and (min-width:1920px){.developer .field-block-form .form-actions .form-submit{min-height:60px}}.developer .field-block-form .form-actions .form-submit::before{background:#FFFFFF;display:none}.developer .field-block-form .form-actions .form-submit:hover{color:#111111;letter-spacing:0.05em;transition:all 500ms ease}.developer .field-block-form .form-actions{background:#FFFFFF;padding:0;border:none;position:relative;transition:all 500ms ease}.developer .field-block-form .form-actions .button-wrapper{position:relative;display:block;width:100%;height:100%}.developer .field-block-form .form-actions:before,.developer .field-block-form .form-actions:after{position:absolute;content:"";right:0;top:0;background:#FFFFFF;transition:all 500ms ease}.developer .field-block-form .form-actions:before{height:0%;width:2px}.developer .field-block-form .form-actions:after{width:0%;height:2px}.developer .field-block-form .form-actions:hover{background:transparent;box-shadow:none}.developer .field-block-form .form-actions:hover:before{height:100%}.developer .field-block-form .form-actions:hover:after{width:100%}.developer .field-block-form .form-actions .button-wrapper:hover{color:#FFFFFF}.developer .field-block-form .form-actions .button-wrapper:before,.developer .field-block-form .form-actions .button-wrapper:after{position:absolute;content:"";left:0;bottom:0;background:#FFFFFF;transition:all 500ms ease}.developer .field-block-form .form-actions .button-wrapper:before{width:2px;height:0%}.developer .field-block-form .form-actions .button-wrapper:after{width:0%;height:2px}.developer .field-block-form .form-actions .button-wrapper:hover:before{height:100%}.developer .field-block-form .form-actions .button-wrapper:hover:after{width:100%}.developer .webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single{background:#F9D900}@media screen and (min-width:1200px){.webform-submission-form{display:flex;flex-wrap:wrap}}.webform-submission-form div[id^="ajax-wrapper--"] .description{display:none}.webform-submission-form div[id^="ajax-wrapper"] .form-item{color:#2D3037;width:100%}@media screen and (min-width:1200px){.webform-submission-form div[id^="ajax-wrapper"] .form-item{display:flex;align-items:center;padding:0 0 0 0.8888888889rem}}@media screen and (min-width:1920px){.webform-submission-form div[id^="ajax-wrapper"] .form-item{padding:0 0 0 16px}}.webform-submission-form div[id^="ajax-wrapper"]:not([id^="ajax-wrapper--"]) .description{display:flex}.webform-submission-form .form-item{position:relative;margin-bottom:19px}@media screen and (min-width:1200px){.webform-submission-form .form-item{width:50%;margin-bottom:0.9444444444rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item{margin-bottom:17px}}.webform-submission-form .form-item--error{margin-bottom:39px}@media screen and (min-width:1200px){.webform-submission-form .form-item--error{margin-bottom:2.0555555556rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item--error{margin-bottom:37px}}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-zavantazhyty-rezyume{margin-bottom:3.1111111111rem;padding-top:1.1666666667rem !important}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-zavantazhyty-rezyume{margin-bottom:56px;padding-top:21px !important}}.webform-submission-form .form-item.form-item-zavantazhyty-rezyume .file--application-pdf{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;margin-right:10px}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-zavantazhyty-rezyume .file--application-pdf{max-width:16.6666666667rem;margin-right:0.8333333333rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-zavantazhyty-rezyume .file--application-pdf{max-width:300px;margin-right:15px}}.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding:5px 0 0;margin-bottom:18px}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding:0.2777777778rem 0 0;margin-bottom:1rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding:5px 0 0;margin-bottom:18px}}.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single{border:none;border-bottom:1px solid rgba(45,48,55,0.5);border-radius:0;color:rgba(45,48,55,0.5);opacity:0.5;height:36px;padding-bottom:5px}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single{height:auto;padding-bottom:0.2777777778rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single{padding-bottom:5px}}.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__rendered,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__rendered{transition:all 250ms ease;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;padding:0}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__rendered,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__rendered,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:20px}}.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__placeholder,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__placeholder{transition:all 250ms ease;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#2D3037}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__placeholder,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__placeholder{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__placeholder,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__placeholder{font-size:20px}}.webform-submission-form .form-item.form-item-vacancy .select2-container--default .select2-selection--single .select2-selection__clear,.webform-submission-form .form-item.form-item-choice-proffesion .select2-container--default .select2-selection--single .select2-selection__clear{display:none}.webform-submission-form .form-item.form-item-choice-proffesion{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;overflow:hidden;opacity:0;font-size:0;border:none;background:none;word-wrap:normal;pointer-events:none}.webform-submission-form .form-item.not-empty label{transform:translateY(-10px)}@media screen and (min-width:1200px){.webform-submission-form .form-item.not-empty label{transform:translateY(-1.3888888889rem)}}@media screen and (min-width:1920px){.webform-submission-form .form-item.not-empty label{transform:translateY(-25px)}}.webform-submission-form .form-item label:not(.button){font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;transition:all 250ms ease;position:absolute;bottom:10px;left:0;color:rgba(45,48,55,0.5)}@media screen and (min-width:1200px){.webform-submission-form .form-item label:not(.button){font-size:1.1111111111rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item label:not(.button){font-size:20px}}@media screen and (min-width:1200px){.webform-submission-form .form-item label:not(.button){bottom:0.1666666667rem;left:0.8333333333rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item label:not(.button){bottom:6px;left:15px}}.webform-submission-form .form-item label.animated-label{position:absolute;left:0;pointer-events:none;display:flex}.webform-submission-form .form-item label.animated-label span{display:inline-block;color:rgba(45,48,55,0.5);transition:0.3s cubic-bezier(0.68,-0.55,0.265,1.55);line-height:150%}.webform-submission-form .form-item label.animated-label span:nth-child(1){transition-delay:calc(0.05s + 0.05s * (1 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(2){transition-delay:calc(0.05s + 0.05s * (2 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(3){transition-delay:calc(0.05s + 0.05s * (3 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(4){transition-delay:calc(0.05s + 0.05s * (4 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(5){transition-delay:calc(0.05s + 0.05s * (5 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(6){transition-delay:calc(0.05s + 0.05s * (6 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(7){transition-delay:calc(0.05s + 0.05s * (7 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(8){transition-delay:calc(0.05s + 0.05s * (8 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(9){transition-delay:calc(0.05s + 0.05s * (9 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(10){transition-delay:calc(0.05s + 0.05s * (10 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(11){transition-delay:calc(0.05s + 0.05s * (11 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(12){transition-delay:calc(0.05s + 0.05s * (12 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(13){transition-delay:calc(0.05s + 0.05s * (13 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(14){transition-delay:calc(0.05s + 0.05s * (14 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(15){transition-delay:calc(0.05s + 0.05s * (15 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(16){transition-delay:calc(0.05s + 0.05s * (16 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(17){transition-delay:calc(0.05s + 0.05s * (17 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(18){transition-delay:calc(0.05s + 0.05s * (18 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(19){transition-delay:calc(0.05s + 0.05s * (19 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(20){transition-delay:calc(0.05s + 0.05s * (20 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(21){transition-delay:calc(0.05s + 0.05s * (21 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(22){transition-delay:calc(0.05s + 0.05s * (22 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(23){transition-delay:calc(0.05s + 0.05s * (23 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(24){transition-delay:calc(0.05s + 0.05s * (24 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(25){transition-delay:calc(0.05s + 0.05s * (25 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(26){transition-delay:calc(0.05s + 0.05s * (26 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(27){transition-delay:calc(0.05s + 0.05s * (27 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(28){transition-delay:calc(0.05s + 0.05s * (28 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(29){transition-delay:calc(0.05s + 0.05s * (29 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(30){transition-delay:calc(0.05s + 0.05s * (30 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(31){transition-delay:calc(0.05s + 0.05s * (31 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(32){transition-delay:calc(0.05s + 0.05s * (32 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(33){transition-delay:calc(0.05s + 0.05s * (33 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(34){transition-delay:calc(0.05s + 0.05s * (34 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(35){transition-delay:calc(0.05s + 0.05s * (35 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(36){transition-delay:calc(0.05s + 0.05s * (36 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(37){transition-delay:calc(0.05s + 0.05s * (37 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(38){transition-delay:calc(0.05s + 0.05s * (38 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(39){transition-delay:calc(0.05s + 0.05s * (39 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(40){transition-delay:calc(0.05s + 0.05s * (40 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(41){transition-delay:calc(0.05s + 0.05s * (41 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(42){transition-delay:calc(0.05s + 0.05s * (42 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(43){transition-delay:calc(0.05s + 0.05s * (43 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(44){transition-delay:calc(0.05s + 0.05s * (44 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(45){transition-delay:calc(0.05s + 0.05s * (45 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(46){transition-delay:calc(0.05s + 0.05s * (46 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(47){transition-delay:calc(0.05s + 0.05s * (47 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(48){transition-delay:calc(0.05s + 0.05s * (48 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(49){transition-delay:calc(0.05s + 0.05s * (49 - 1))}.webform-submission-form .form-item label.animated-label span:nth-child(50){transition-delay:calc(0.05s + 0.05s * (50 - 1))}.webform-submission-form .form-item input:focus+label span,.webform-submission-form .form-item input:not(:placeholder-shown)+label span{color:rgba(45,48,55,0.5);transform:translateY(-18px)}@media screen and (min-width:1200px){.webform-submission-form .form-item input:focus+label span,.webform-submission-form .form-item input:not(:placeholder-shown)+label span{transform:translateY(-1.3888888889rem)}}@media screen and (min-width:1920px){.webform-submission-form .form-item input:focus+label span,.webform-submission-form .form-item input:not(:placeholder-shown)+label span{transform:translateY(-25px)}}@media screen and (min-width:1200px){.webform-submission-form .form-item.form-item-city .animated-label{left:0.8333333333rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.form-item-city .animated-label{left:15px}}.webform-submission-form .form-item input{transition:all 250ms ease;border-bottom:1px solid rgba(45,48,55,0.5);opacity:0.7;padding-bottom:7px;color:#111111}@media screen and (min-width:1200px){.webform-submission-form .form-item input{padding-top:0.5555555556rem;border-bottom:0.0555555556rem solid rgba(45,48,55,0.5);padding-bottom:0.2222222222rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item input{padding-top:10px;border-bottom:1px solid rgba(45,48,55,0.5);padding-bottom:4px}}.webform-submission-form .form-item input:-webkit-autofill{transition:all 0s 50000s;color:rgba(45,48,55,0.5)}.webform-submission-form .form-item input.error,.webform-submission-form .form-item textarea.error,.webform-submission-form .form-item select.error{border:solid #DB001A;border-width:0 0 1px 0}@media screen and (min-width:1200px){.webform-submission-form .form-item.js-form-item-phone,.webform-submission-form .form-item.form-item-city{padding:0 0 0 0.8333333333rem;width:46.6%}.webform-submission-form .form-item.js-form-item-name,.webform-submission-form .form-item.js-form-item-email,.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding:0 0.8333333333rem 0 0;width:46.6%}.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding-top:0.5555555556rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item.js-form-item-phone,.webform-submission-form .form-item.form-item-city{padding:0 0 0 15px}.webform-submission-form .form-item.js-form-item-name,.webform-submission-form .form-item.js-form-item-email,.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding:0 15px 0 0}.webform-submission-form .form-item.form-item-vacancy,.webform-submission-form .form-item.form-item-choice-proffesion{padding-top:10px}}.webform-submission-form .form-item.js-form-item-message{width:100%}.webform-submission-form .form-item-zavantazhyty-rezyume label{position:static}.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;display:flex;align-items:center;font-size:12px;color:#777676}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description{font-size:20px}}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description{font-size:0.7777777778rem;font-weight:700;line-height:1.25}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description{font-size:14px}}.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description:before{content:"";margin-right:15px;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:#C5C4C4}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description:before{font-size:1.3333333333rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description:before{font-size:24px}}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description:before{margin-right:0.5555555556rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .webform-element-description:before{margin-right:10px}}.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit{border:none}.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file{display:flex;align-items:center;margin-bottom:38px}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file{margin-bottom:0;margin-right:1.3888888889rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file{margin-right:25px}}.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file:before{transition:all 250ms ease;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;margin:0 10px 0 0;padding:0;content:"";color:#3D3C3C}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file:before{font-size:1.3333333333rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file:before{font-size:24px}}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file:before{margin:0 0.5555555556rem 0 0}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file:before{margin:0 10px 0 0}}.webform-submission-form .form-item-zavantazhyty-rezyume .js-webform-document-file .js-hide{display:none}.webform-submission-form .form-item-zavantazhyty-rezyume label,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit{transition:all 250ms ease;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText";font-size:16px;display:flex;padding:0;margin:0;color:#3D3C3C;text-decoration-line:none;transition:all 250ms ease;position:relative;text-decoration:none;cursor:pointer}@media screen and (min-width:1200px){.webform-submission-form .form-item-zavantazhyty-rezyume label,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.webform-submission-form .form-item-zavantazhyty-rezyume label,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit{font-size:20px}}.webform-submission-form .form-item-zavantazhyty-rezyume label:after,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit:after{background:currentColor;transition:all 250ms ease;content:"";position:absolute;height:1px;bottom:0;left:0;right:0;transform:scaleX(0)}.webform-submission-form .form-item-zavantazhyty-rezyume label:hover:after,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit:hover:after{transform:scaleX(1)}.webform-submission-form .form-item-zavantazhyty-rezyume label:hover,.webform-submission-form .form-item-zavantazhyty-rezyume label:focus,.webform-submission-form .form-item-zavantazhyty-rezyume label:active,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit:hover,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit:focus,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit:active{text-decoration-line:none}.webform-submission-form .form-item-zavantazhyty-rezyume label:before,.webform-submission-form .form-item-zavantazhyty-rezyume .js-form-submit:before{display:none}.webform-submission-form .form-item-zavantazhyty-rezyume .webform-file-button-input{display:none}.select2-results__option--highlighted{background:#F9D900 !important}
.office{padding-left:25px;padding-right:25px;padding-top:60px;padding-bottom:10px}@media screen and (min-width:1200px){.office{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.office{max-width:1920px}}@media screen and (min-width:1920px){.office{padding:24px 168px}}@media screen and (min-width:768px){.office{padding-top:80px;padding-bottom:50px}}@media screen and (min-width:1200px){.office{padding:5.5555555556rem 9.3333333333rem 1.3888888889rem}}@media screen and (min-width:1500px){.office{max-width:1920px}}@media screen and (min-width:1920px){.office{padding:100px 168px 25px}}.office .block__title{margin-bottom:0}.office .swiper{overflow:visible}.office .swiper .swiper-pagination-horizontal{bottom:-15px}.office .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}@media screen and (min-width:1200px){.office .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.0277777778rem solid #C5C4C4}}@media screen and (min-width:1920px) and (min-width:1200px){.office .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{border:0.5px solid #C5C4C4}}.office .swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active-main{border:none}@media screen and (min-width:1200px){.office .swiper-advantages-top .swiper{overflow:unset}.office .swiper-advantages-top .swiper-wrapper{transform:none !important;flex-wrap:wrap;width:auto}.office .swiper-advantages-top .swiper-slide{height:auto;width:auto}.office .swiper-advantages-top .swiper-pagination,.office .swiper-advantages-top .swiper-button{display:none}}.office .swiper-advantages-top .field-block-paragraph{margin-bottom:20px}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph{margin-bottom:2.7777777778rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph{margin-bottom:50px}}.office .swiper-advantages-top .field-block-paragraph__items{margin:-11px -15px;margin-bottom:45px}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items{display:flex;flex-wrap:wrap;margin:-0.6666666667rem -0.8333333333rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items{margin:-12px -15px}}.office .swiper-advantages-top .field-block-paragraph__items .field-block-paragraph__item{padding:11px 15px}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .field-block-paragraph__item{width:25%;padding:0.6666666667rem 0.8333333333rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .field-block-paragraph__item{padding:12px 15px}}.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-icon{margin-bottom:14px;width:42px;height:42px}@media screen and (min-width:768px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-icon{width:50px;height:50px}}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-icon{margin-bottom:1.1111111111rem;width:3.3333333333rem;height:3.3333333333rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-icon{margin-bottom:20px;width:60px;height:60px}}.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-icon img{width:100%;height:100%}.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text{padding-left:15px;margin-left:5px;min-height:120px;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#333333;position:relative;font-size:16px;font-family:"FixelText";letter-spacing:-0.4px}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text{font-size:20px}}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text{padding-left:1.9444444444rem;margin-left:0.2777777778rem;min-height:6.6666666667rem;letter-spacing:-0.0222222222rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text{margin-left:5px;padding-left:35px;letter-spacing:-0.4px;min-height:120px}}.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc::after,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 10px);background:#333333}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc::after,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text::after{left:-0.0555555556rem;top:0;bottom:auto;height:5rem}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc::after,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text::after{left:-1px;height:90px}}.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc:before,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037;bottom:auto;top:calc(100% - 10px);border-color:#333333}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc:before,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #2D3037}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc:before,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037}}@media screen and (min-width:1200px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc:before,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text:before{bottom:auto;top:5rem;border-color:#333333}}@media screen and (min-width:1920px){.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-desc:before,.office .swiper-advantages-top .field-block-paragraph__items .paragraph--type--office .field-paragraph-text:before{top:90px}}.office .swiper-advantages-bottom{margin:25px -75px;padding:0 75px}@media screen and (min-width:1200px){.office .swiper-advantages-bottom{margin:2.7777777778rem -4.1666666667rem 0.8333333333rem;padding:0 4.1666666667rem}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom{margin:50px -75px 15px;padding:0 75px}}.office .swiper-advantages-bottom .field__items{}.office .swiper-advantages-bottom .field__item{transition:all 350ms ease;padding:7.5px;width:100%;aspect-ratio:1.5}@media screen and (min-width:768px){.office .swiper-advantages-bottom .field__item{width:50%}}@media screen and (min-width:992px){.office .swiper-advantages-bottom .field__item{width:33.33%}}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .field__item{width:25%}}.office .swiper-advantages-bottom .field__item img{max-width:unset;width:100%;height:auto;aspect-ratio:1.5}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .field__item:hover .text_wrapper{opacity:1;visibility:visible;transform:none}}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .field__item:hover .field-paragraph-link-img:before{opacity:1;visibility:visible}}.office .swiper-advantages-bottom .swiper-pagination{transform:translateY(100%);display:none}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .swiper-pagination{display:none}}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next{width:54px;height:52px;background:#F9D900;border:1px solid #F9D900;overflow:clip;transition:all 250ms ease}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev::before,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next::before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev:hover,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next:hover{background-color:transparent}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev:hover::after,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next:hover::after{color:#F9D900}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev:hover::before,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next:hover::before{left:100%}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next{width:3.1111111111rem;height:3rem}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next{width:56px;height:54px}}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev::after,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:#333333}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev::after,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next::after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev::after,.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next::after{font-size:20px}}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev{left:0;transform:translateX(100%)}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev{left:4.1666666667rem;transform:translateX(calc(-50% + 0.4166666667rem))}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev{left:75px;transform:translateX(calc(-50% + 7.5px))}}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-prev::after{content:""}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next{right:0;transform:translateX(-100%)}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next{right:4.1666666667rem;transform:translateX(calc(50% - 0.4166666667rem))}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next{right:75px;transform:translateX(calc(50% - 7.5px))}}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-next::after{content:""}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-disabled{border:1px solid #FFFFFF;background:#FFFFFF;opacity:1}.office .swiper-advantages-bottom .swiper-navigation .swiper-button-disabled::before{display:none}.office .swiper-advantages-bottom .paragraph{display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.office .swiper-advantages-bottom .text_wrapper{padding:25px 35px;transition:all 450ms ease;position:absolute;transform:translateY(10px)}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .text_wrapper{padding:1.3888888889rem;opacity:0;visibility:hidden}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .text_wrapper{padding:25px}}.office .swiper-advantages-bottom .text_wrapper .field-paragraph-title-format{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;color:#FFFFFF;margin-bottom:10px;text-transform:unset}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .text_wrapper .field-paragraph-title-format{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .text_wrapper .field-paragraph-title-format{font-size:34px}}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .text_wrapper .field-paragraph-title-format{margin-bottom:0.5555555556rem;font-size:1.3333333333rem}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .text_wrapper .field-paragraph-title-format{margin-bottom:10px;font-size:24px}}.office .swiper-advantages-bottom .text_wrapper .field-paragraph-text{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#FFFFFF;position:relative}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .text_wrapper .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.office .swiper-advantages-bottom .text_wrapper .field-paragraph-text{font-size:20px}}.office .swiper-advantages-bottom .field-paragraph-link-img{width:100%;height:100%;position:relative}.office .swiper-advantages-bottom .field-paragraph-link-img::before{content:"";transition:all 350ms ease;position:absolute;top:0;bottom:0;right:0;left:0;background:linear-gradient(0deg,rgba(5,2,1,0.75),rgba(5,2,1,0.75))}@media screen and (min-width:1200px){.office .swiper-advantages-bottom .field-paragraph-link-img::before{opacity:0;visibility:hidden}}
.career{padding-left:25px;padding-right:25px;padding-top:47px;padding-bottom:40px;background-image:linear-gradient(0deg,rgba(5,2,1,0.7),rgba(5,2,1,0.7)),url("/themes/personal/images/bg-career-office.jpg");background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (min-width:1200px){.career{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.career{max-width:1920px}}@media screen and (min-width:1920px){.career{padding:24px 168px}}@media screen and (min-width:768px){.career{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:1200px){.career{padding:5.5555555556rem 9.3333333333rem 4rem}}@media screen and (min-width:1500px){.career{max-width:1920px}}@media screen and (min-width:1920px){.career{padding:100px 168px 72px}}.career .block__title{color:#FFFFFF;margin:0;font-family:"FixelText";letter-spacing:0px;padding-bottom:26px}@media screen and (min-width:768px){.career .block__title{padding-bottom:35px}}@media screen and (min-width:1200px){.career .block__title{padding-bottom:2.7777777778rem}}@media screen and (min-width:1920px){.career .block__title{padding-bottom:50px}}.career .block__title .block-sub-title{color:#FFFFFF}.career .swiper{overflow:visible}@media screen and (min-width:1200px){.career .swiper .swiper{overflow:unset}.career .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap;width:auto}.career .swiper .swiper-slide{height:auto;width:auto}.career .swiper .swiper-pagination,.career .swiper .swiper-button{display:none}}.career .swiper .swiper-pagination-horizontal{bottom:0}.career .field-block-career .field__items{margin:0 -7px}@media screen and (min-width:768px){.career .field-block-career .field__items{margin:0 -10px}}@media screen and (min-width:1200px){.career .field-block-career .field__items{display:flex;flex-wrap:wrap;margin:-0.8333333333rem -1.6666666667rem}}@media screen and (min-width:1920px){.career .field-block-career .field__items{margin:-15px -30px}}.career .field-block-career .field__items .field__item{padding:0 7px;width:84%}@media screen and (min-width:768px){.career .field-block-career .field__items .field__item{padding:0 10px;width:46%}}@media screen and (min-width:1200px){.career .field-block-career .field__items .field__item{padding:0.8333333333rem 1.6666666667rem;width:33.3%}.career .field-block-career .field__items .field__item:last-of-type .paragraph .text_wrapper .field-paragraph-title{width:100%}}@media screen and (min-width:1920px){.career .field-block-career .field__items .field__item{padding:15px 30px}}.career .field-block-career .field__items .field__item .paragraph{display:flex;flex-direction:column}.career .field-block-career .field__items .field__item .paragraph .field-paragraph-icon{margin-bottom:23px;width:40px;height:40px}@media screen and (min-width:768px){.career .field-block-career .field__items .field__item .paragraph .field-paragraph-icon{width:60px;height:60px}}@media screen and (min-width:1200px){.career .field-block-career .field__items .field__item .paragraph .field-paragraph-icon{margin-bottom:1.1666666667rem;width:4.4444444444rem;height:4.4444444444rem}}@media screen and (min-width:1920px){.career .field-block-career .field__items .field__item .paragraph .field-paragraph-icon{margin-bottom:21px;width:80px;height:80px}}.career .field-block-career .field__items .field__item .paragraph .field-paragraph-icon img{width:100%;height:100%}.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-title{margin-bottom:20px;font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;color:#F9D900;font-family:"FixelText"}@media screen and (min-width:1200px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-title{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-title{font-size:34px}}@media screen and (min-width:1200px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-title{width:85%;margin-bottom:1.1111111111rem}}@media screen and (min-width:1920px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-title{margin-bottom:20px}}.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-desc{margin-bottom:29px;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#FFFFFF;font-size:15px;font-family:"FixelText"}@media screen and (min-width:1200px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-desc{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-desc{font-size:20px}}@media screen and (min-width:1200px){.career .field-block-career .field__items .field__item .paragraph .text_wrapper .field-paragraph-desc{margin-bottom:0}}
.why-us{padding-top:60px;padding-bottom:60px;position:relative;counter-reset:text-block}@media screen and (min-width:1200px){.why-us{padding-top:3.6666666667rem;padding-bottom:4.2222222222rem}}@media screen and (min-width:1920px){.why-us{padding-top:66px;padding-bottom:76px}}.why-us .block__title,.why-us .why-us__container{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.why-us .block__title,.why-us .why-us__container{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.why-us .block__title,.why-us .why-us__container{max-width:1920px}}@media screen and (min-width:1920px){.why-us .block__title,.why-us .why-us__container{padding:24px 168px}}@media screen and (min-width:1500px){.why-us .block__title,.why-us .why-us__container{max-width:1920px}}@media screen and (min-width:1200px){.why-us .block__title,.why-us .why-us__container{gap:6.3888888889rem;padding-right:9.3333333333rem;padding-left:9.3333333333rem}}@media screen and (min-width:1920px){.why-us .block__title,.why-us .why-us__container{padding-right:168px;padding-left:168px;gap:115px}}.why-us .field-block-paragraph__items{display:flex;flex-direction:column;justify-content:flex-start;gap:40px}@media screen and (min-width:1200px){.why-us .field-block-paragraph__items{overflow:visible;gap:6.4444444444rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__items{gap:116px}}.why-us .field-block-paragraph__item{margin:-25px 0 0 0;padding:25px 0 0 0;overflow:hidden}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item{padding:0;margin:0;overflow:visible}}.why-us .field-block-paragraph__item .paragraph--type--why-us{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}@media screen and (min-width:992px){.why-us .field-block-paragraph__item .paragraph--type--why-us{flex-direction:row;justify-content:space-between;gap:75px}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .paragraph--type--why-us{gap:3.6111111111rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .paragraph--type--why-us{gap:65px}}@media screen and (min-width:992px){.why-us .field-block-paragraph__item:nth-child(even){margin-left:-25px}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item:nth-child(even){margin-left:-4.1666666667rem;margin-top:-2.5555555556rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item:nth-child(even){margin-top:-46px;margin-left:-75px}}@media screen and (min-width:992px){.why-us .field-block-paragraph__item:nth-child(even) .paragraph--type--why-us{flex-direction:row}}.why-us .field-block-paragraph__item:nth-child(even) .field-paragraph-image{width:94.3%;margin:0 0 0 auto;box-shadow:-97px -89px 0 0 #F9D900}@media screen and (min-width:768px){.why-us .field-block-paragraph__item:nth-child(even) .field-paragraph-image{width:100%;box-shadow:-360px -30px 0 0 #F9D900}}@media screen and (min-width:992px){.why-us .field-block-paragraph__item:nth-child(even) .field-paragraph-image{width:49.7%}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item:nth-child(even) .field-paragraph-image{margin-top:3.3333333333rem;box-shadow:-15.4444444444rem -3.3333333333rem 0 0 #F9D900;margin-left:-5.1666666667rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item:nth-child(even) .field-paragraph-image{margin-left:-93px;margin-top:60px;box-shadow:-278px -60px 0 0 #F9D900}}@media screen and (min-width:992px){.why-us .field-block-paragraph__item:nth-child(odd){margin-right:-25px}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item:nth-child(odd){margin-right:-4.1666666667rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item:nth-child(odd){margin-right:-75px}}@media screen and (min-width:992px){.why-us .field-block-paragraph__item:nth-child(odd) .paragraph--type--why-us{flex-direction:row-reverse}}.why-us .field-block-paragraph__item:nth-child(odd) .field-paragraph-image{box-shadow:153px -25px 0 0 #F9D900}@media screen and (min-width:768px){.why-us .field-block-paragraph__item:nth-child(odd) .field-paragraph-image{box-shadow:450px -25px 0 0 #F9D900}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item:nth-child(odd) .field-paragraph-image{box-shadow:22.6666666667rem -3.3333333333rem 0 0 #50AB09;margin-right:-5.1666666667rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item:nth-child(odd) .field-paragraph-image{box-shadow:408px -60px 0 0 #50AB09;margin-right:-93px}}.why-us .field-block-paragraph__item:last-child .field-paragraph-image{box-shadow:169px -25px 0 0 #F9D900}@media screen and (min-width:768px){.why-us .field-block-paragraph__item:last-child .field-paragraph-image{box-shadow:500px -25px 0 0 #F9D900}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item:last-child .field-paragraph-image{box-shadow:25.0555555556rem -3.3333333333rem 0 0 #50AB09}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item:last-child .field-paragraph-image{box-shadow:451px -60px 0 0 #50AB09}}.why-us .field-block-paragraph__item .field-paragraph-image{width:100%;aspect-ratio:1.737;flex-shrink:0;position:relative}.why-us .field-block-paragraph__item .field-paragraph-image img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:992px){.why-us .field-block-paragraph__item .field-paragraph-image{width:49.7%}}.why-us .field-block-paragraph__item .field-paragraph-text-block__items{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:18px}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__items{gap:1.2222222222rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__items{gap:22px}}@media screen and (min-width:768px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item{width:calc((100% - 30px) / 2)}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item{width:calc((100% - 1.6666666667rem) / 2)}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item{width:calc((100% - 30px) / 2)}}.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title{margin-bottom:6px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-weight:700;color:#2B2A2A;letter-spacing:0.4px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:11px;font-size:20px;counter-increment:text-block}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title{font-size:24px}}.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title::before{content:counter(text-block,decimal-leading-zero);font-family:"FixelText";font-size:28px;font-weight:600;line-height:1.25;text-transform:uppercase;font-family:"FixelText";color:#50AB09;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title::before{font-size:2.6666666667rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title::before{font-size:48px}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title{margin-bottom:1.5rem;gap:1.7777777778rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-title{margin-bottom:27px;gap:32px}}.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text{padding-left:15px;margin-left:5px;min-height:auto;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;color:#333333;position:relative;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text{font-size:20px}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text{padding-left:1.9444444444rem;margin-left:0.2777777778rem;min-height:5.5555555556rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text{padding-left:35px;margin-left:5px;min-height:100px}}.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 10px);background:#333333}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text::after{left:-0.0555555556rem;top:0;bottom:auto;height:4.7222222222rem}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text::after{left:-1px;height:85px}}.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037;bottom:auto;top:calc(100% - 10px);border-color:#333333}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #2D3037}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037}}@media screen and (min-width:1200px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text:before{bottom:auto;top:4.7222222222rem;border-color:#333333}}@media screen and (min-width:1920px){.why-us .field-block-paragraph__item .field-paragraph-text-block__item .field-paragraph-text:before{top:85px}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes secondaryImageOverlayIn{0%{width:0}100%{width:100%}}@keyframes secondaryImageOverlayOut{0%{transform:translateX(0)}100%{transform:translateX(100%)}}
.advantages{padding-left:25px;padding-right:25px;color:#FFFFFF;padding-top:48px;padding-bottom:48px;background:linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url("/themes/personal/images/bg-adv.jpg");background-size:cover;background-position:center}@media screen and (min-width:1200px){.advantages{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.advantages{max-width:1920px}}@media screen and (min-width:1920px){.advantages{padding:24px 168px}}@media screen and (min-width:768px){.advantages{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:1200px){.advantages{position:relative;padding-top:5.5555555556rem;padding-bottom:5.5555555556rem}}@media screen and (min-width:1500px){.advantages{max-width:1920px}}@media screen and (min-width:1920px){.advantages{padding-top:100px;padding-bottom:100px}}.advantages .field-block-advantages{display:flex;flex-wrap:wrap;margin:-11px}@media screen and (min-width:768px){.advantages .field-block-advantages{margin:-28px}}@media screen and (min-width:1200px){.advantages .field-block-advantages{margin:0 -2.4444444444rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages{margin:0 -44px}}@media screen and (min-width:1200px){.advantages .field-block-advantages .swiper-wrapper{box-sizing:border-box;width:unset;flex-wrap:wrap;margin:0 -3.8888888889rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages .swiper-wrapper{margin:0 -70px}}.advantages .field-block-advantages .field__item{padding:11px}@media screen and (min-width:768px){.advantages .field-block-advantages .field__item{padding:28px;width:50%}}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item{transition:all 250ms ease;padding:0 2.4444444444rem;position:relative;width:25%}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item{padding:0 44px}}.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-icon{margin-bottom:10px;width:42px;height:42px}@media screen and (min-width:768px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-icon{margin-bottom:15px;width:60px;height:60px}}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-icon{margin-bottom:1.5rem;width:4.4444444444rem;height:4.4444444444rem}.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-icon img{width:100%;height:100%}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-icon{margin-bottom:27px;width:80px;height:80px}}.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-title{margin-bottom:8px;width:fit-content;font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;text-transform:uppercase;font-family:"FixelText"}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-title{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-title{font-size:34px}}@media screen and (min-width:768px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-title{margin-bottom:12px}}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-title{margin-bottom:0.8333333333rem;max-width:85%;transition:all 250ms ease}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-title{margin-bottom:15px}}.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text{padding-left:34px;margin-left:5px;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-size:16px;position:relative;font-family:"FixelText"}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text{font-size:20px}}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text{padding-left:1.9444444444rem;margin-left:0.2777777778rem;min-height:9.9444444444rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text{padding-left:35px;margin-left:5px;min-height:179px}}.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text::after{content:"";position:absolute;left:-1px;top:0;bottom:auto;width:1px;height:calc(100% - 10px);background:#FFFFFF}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text::after{left:-0.0555555556rem;top:0;bottom:auto;height:7.7777777778rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text::after{left:-1px;height:140px}}.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text:before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #FFFFFF;bottom:auto;top:calc(100% - 10px)}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text:before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #FFFFFF}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text:before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #FFFFFF}}@media screen and (min-width:1200px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text:before{bottom:auto;top:7.7777777778rem}}@media screen and (min-width:1920px){.advantages .field-block-advantages .field__item .paragraph--type--advantages .field-paragraph-text:before{top:140px}}
.best-company{padding:60px 0 0;padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.best-company{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.best-company{max-width:1920px}}@media screen and (min-width:1920px){.best-company{padding:24px 168px}}@media screen and (min-width:768px){.best-company{padding-top:40px}}@media screen and (min-width:1200px){.best-company{padding:9.7222222222rem 0 0}}@media screen and (min-width:1500px){.best-company{max-width:1920px}}@media screen and (min-width:1920px){.best-company{padding-top:175px}}.best-company .block__title{margin-bottom:0}@media screen and (min-width:1200px){.best-company .block__title{margin-left:9.1111111111rem;max-width:73.8888888889rem}}@media screen and (min-width:1920px){.best-company .block__title{margin-left:164px;max-width:1330px}}.best-company .block__title .block-sub-title{margin-bottom:11px}@media screen and (min-width:1200px){.best-company .block__title .block-sub-title{margin-bottom:0.6111111111rem}}@media screen and (min-width:1920px){.best-company .block__title .block-sub-title{margin-bottom:11px}}@media screen and (min-width:1200px){.best-company .best-company__container{display:flex;flex-direction:column}}@media screen and (min-width:1200px){.best-company .best-company__container .left_wrapper{display:flex;align-items:flex-start}}.best-company .best-company__container .left_wrapper .field-block-bg{margin:0 -25px}@media screen and (min-width:1200px){.best-company .best-company__container .left_wrapper .field-block-bg{margin:0;width:100%}}.best-company .best-company__container .left_wrapper .field-block-bg img{width:100%;height:289px;object-fit:cover}@media screen and (min-width:768px){.best-company .best-company__container .left_wrapper .field-block-bg img{height:auto}}@media screen and (min-width:1200px){.best-company .best-company__container .right_wrapper{display:flex}}.best-company .field-block-text-long{margin-bottom:10px;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText"}@media screen and (min-width:1200px){.best-company .field-block-text-long{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.best-company .field-block-text-long{font-size:20px}}@media screen and (min-width:1200px){.best-company .field-block-text-long{padding:0 3.5555555556rem 3.6666666667rem 9.3333333333rem;width:49.1666666667rem;margin-bottom:unset;flex-shrink:0}}@media screen and (min-width:1920px){.best-company .field-block-text-long{padding:0 64px 66px 168px;width:885px}}.best-company .field-block-text-long p{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-family:"FixelText";font-size:16px;margin-bottom:12px}@media screen and (min-width:1200px){.best-company .field-block-text-long p{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.best-company .field-block-text-long p{font-size:24px}}@media screen and (min-width:1200px){.best-company .field-block-text-long p{margin-bottom:1em;font-size:1.1111111111rem;line-height:1.5}}@media screen and (min-width:1920px){.best-company .field-block-text-long p{font-size:20px}}.best-company .field-block-text-long p:first-child{margin-bottom:18px;font-family:"FixelText";font-weight:700;font-size:16px;text-decoration:none;line-height:1.2;font-family:"FixelText";line-height:1.5}@media screen and (min-width:1200px){.best-company .field-block-text-long p:first-child{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.best-company .field-block-text-long p:first-child{font-size:20px}}@media (max-width:1199px){.best-company .field-block-text-long p:first-child strong{font-size:22px;line-height:1.25}}@media screen and (min-width:1200px){.best-company .field-block-text-long p:first-child{margin-bottom:0.8333333333rem;font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.best-company .field-block-text-long p:first-child{margin-bottom:15px;font-size:24px}}@media screen and (min-width:1200px){.best-company .field-block-text-long p:last-child{margin-top:-0.3333333333rem}}@media screen and (min-width:1920px){.best-company .field-block-text-long p:last-child{margin-top:-6px}}.best-company .startups_wrapper{padding:25px 25px 38px;background:#262626;color:#FFFFFF}@media screen and (min-width:1200px){.best-company .startups_wrapper{padding:4.1666666667rem 4.4444444444rem 4.4444444444rem 9.3333333333rem;width:49.1666666667rem;margin-top:-7.2222222222rem;z-index:2;flex-shrink:0}}@media screen and (min-width:1920px){.best-company .startups_wrapper{padding:75px 80px 80px 168px;width:885px;margin-top:-130px}}.best-company .startups_wrapper .field-block-desc{margin-bottom:18px;font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText"}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-desc{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-desc{font-size:20px}}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-desc{margin-bottom:1.8888888889rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-desc{margin-bottom:34px}}.best-company .startups_wrapper .field-block-desc .field__label{margin-bottom:12px;font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;font-family:"FixelText";text-transform:uppercase}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-desc .field__label{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-desc .field__label{font-size:34px}}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-desc .field__label{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-desc .field__label{margin-bottom:15px}}@media (max-width:1199px){.best-company .startups_wrapper .field-block-desc__item{font-size:16px}}.best-company .startups_wrapper .field-block-startups .field__items{display:flex;align-items:center;flex-wrap:wrap;gap:15px 46px}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-startups .field__items{gap:0;flex-wrap:unset}}.best-company .startups_wrapper .field-block-startups .field__items .field__item{transition:all 250ms ease;position:relative}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-startups .field__items .field__item{margin-right:2.5rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-startups .field__items .field__item{margin-right:45px}}.best-company .startups_wrapper .field-block-startups .field__items .field__item a:before{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;content:""}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-startups .field__items .field__item{margin-right:3.1111111111rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-startups .field__items .field__item{margin-right:56px}}.best-company .startups_wrapper .field-block-startups .field__items .field__item:hover{transform:translateY(-10px)}.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(1){width:81px;flex:0 0 81px}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(1){margin-bottom:0;width:5rem;flex:0 0 5rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(1){width:90px;flex:0 0 90px}}.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(2){width:165px}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(2){flex:0 0 12.2222222222rem}}@media screen and (min-width:1920px){.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(2){flex:0 0 220px}}.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(3){width:155px;margin-right:0}@media screen and (min-width:1200px){.best-company .startups_wrapper .field-block-startups .field__items .field__item:nth-child(3){width:100%}}.best-company .right_wrapper{margin:0 -25px}@media screen and (min-width:1200px){.best-company .right_wrapper{margin:0;border-radius:0 0 0 0.2777777778rem}}@media screen and (min-width:1920px){.best-company .right_wrapper{border-radius:0 0 0 5px}}.best-company .right_wrapper .field-block-caption{padding:25px 25px 28px;background:#F9D900;color:#2D3037}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption{padding:3.8888888889rem 10rem 4rem 9.3333333333rem}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption{padding:70px 180px 72px 168px}}.best-company .right_wrapper .field-block-caption p:nth-child(1){font-family:"FixelText";font-weight:400;font-size:12px;line-height:1.25;letter-spacing:0.25em;text-transform:uppercase;color:#777676;font-family:"FixelText";color:#2D3037}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(1){font-size:0.6666666667rem;font-weight:700}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(1){font-size:12px}}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(1){margin-bottom:0.1111111111rem}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(1){margin-bottom:2px}}.best-company .right_wrapper .field-block-caption p:nth-child(2){margin-bottom:11px;font-family:"FixelText";font-weight:700;font-size:16px;line-height:1.5}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(2){margin-bottom:1.1111111111rem;font-size:1.5rem;line-height:1.25}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(2){margin-bottom:24px;font-size:24px}}.best-company .right_wrapper .field-block-caption p:nth-child(3){font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText";font-size:16px;position:relative;padding-left:16px;margin-left:6px}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(3){font-size:1.1111111111rem}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(3){font-size:20px}}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(3){padding:0 0 0 0.8888888889rem;margin-left:0.1666666667rem}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(3){padding:0 0 0 16px;margin-left:3px}}.best-company .right_wrapper .field-block-caption p:nth-child(3)::after{content:"";position:absolute;left:-1px;bottom:18px;width:1px;height:calc(100% - 18px);background:#2D3037}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(3)::after{left:-0.0555555556rem;bottom:1rem;height:calc(100% - 1rem)}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(3)::after{left:-1px;bottom:18px;height:calc(100% - 18px)}}.best-company .right_wrapper .field-block-caption p:nth-child(3):before{content:"";position:absolute;width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037;bottom:9px}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(3):before{width:0.5rem;height:0.5rem;left:-0.2777777778rem;bottom:-0.5rem;border:0.0555555556rem solid #2D3037}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(3):before{width:9px;height:9px;left:-5px;bottom:-9px;border:1px solid #2D3037}}@media screen and (min-width:1200px){.best-company .right_wrapper .field-block-caption p:nth-child(3):before{bottom:0.5rem}}@media screen and (min-width:1920px){.best-company .right_wrapper .field-block-caption p:nth-child(3):before{bottom:9px}}@media (max-width:1199px){.best-company .right_wrapper .field-block-caption p:nth-child(3) span{display:block;margin-top:7px}}
.cooperation-terms{padding-left:25px;padding-right:25px;padding-top:50px;padding-bottom:50px;background:linear-gradient(0deg,rgba(5,2,1,0.7),rgba(5,2,1,0.7)),url("/themes/personal/images/br-da.jpeg");background-size:cover;color:#FFFFFF}@media screen and (min-width:1200px){.cooperation-terms{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.cooperation-terms{max-width:1920px}}@media screen and (min-width:1920px){.cooperation-terms{padding:24px 168px}}@media screen and (min-width:768px){.cooperation-terms{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:1200px){.cooperation-terms{position:relative;padding-top:5.5555555556rem;padding-bottom:5.5rem}}@media screen and (min-width:1500px){.cooperation-terms{max-width:1920px}}@media screen and (min-width:1920px){.cooperation-terms{padding-top:100px;padding-bottom:99px}}.cooperation-terms .block__title{color:#FFFFFF;margin-bottom:0;padding-bottom:22px}@media screen and (min-width:768px){.cooperation-terms .block__title{padding-bottom:35px}}@media screen and (min-width:1200px){.cooperation-terms .block__title{padding-bottom:2.7777777778rem}}@media screen and (min-width:1920px){.cooperation-terms .block__title{padding-bottom:50px}}.cooperation-terms .block__title .block-sub-title{color:#FFFFFF}@media screen and (min-width:1200px){.cooperation-terms .block__title .block-sub-title{margin-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.cooperation-terms .block__title .block-sub-title{margin-bottom:15px}}.cooperation-terms .block__title .block-sub-title:before{background:#FFFFFF}.cooperation-terms .swiper{overflow:visible}@media screen and (min-width:1200px){.cooperation-terms .swiper .swiper{overflow:unset}.cooperation-terms .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap;width:auto}.cooperation-terms .swiper .swiper-slide{height:auto;width:auto}.cooperation-terms .swiper .swiper-pagination,.cooperation-terms .swiper .swiper-button{display:none}}.cooperation-terms .swiper .swiper-pagination-horizontal{bottom:-15px}@media screen and (min-width:768px){.cooperation-terms .swiper .swiper-pagination-horizontal{bottom:-30px}}.cooperation-terms .field-block-paragraph1 .field__items{display:flex;flex-wrap:wrap;justify-content:center;margin:-12px -15px}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items{justify-content:space-between;margin:-2.1111111111rem -1.1111111111rem}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items{margin:-40px -20px}}.cooperation-terms .field-block-paragraph1 .field__items .field__item{width:200px;padding:12px 15px}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item{padding:2.2222222222rem 1.1111111111rem;width:15%}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item{padding:40px 20px}}.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon{margin-bottom:20px}.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon img{width:42px;height:42px}@media screen and (min-width:768px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon img{width:50px;height:50px}}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon img{width:3.3333333333rem;height:3.3333333333rem}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon img{width:60px;height:60px}}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon{margin-bottom:1.2222222222rem}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-icon{margin-bottom:22px}}.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-text{font-family:"FixelText";font-size:14px;line-height:1.5;font-weight:400;font-family:"FixelText";font-size:16px}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-text{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .field-paragraph-text{font-size:20px}}.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:25px}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper{font-size:24px}}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper{margin-bottom:0;flex-direction:row}}.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper:before{font-family:"icomoon";font-size:14px;font-weight:400;line-height:1;width:24px;height:24px;margin-bottom:10px;display:flex;justify-content:center;align-items:center;color:#F9D900;content:""}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper:before{font-size:0.7777777778rem}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper:before{font-size:14px}}@media screen and (min-width:1200px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper:before{width:1.3333333333rem;height:1.3333333333rem;margin-right:0.5555555556rem;margin-bottom:0;font-size:0.7777777778rem}}@media screen and (min-width:1920px){.cooperation-terms .field-block-paragraph1 .field__items .field__item .item_wrapper:before{width:24px;height:24px;margin-right:10px;font-size:14px}}
.personal-block-with-video{margin-bottom:87px;position:relative}@media screen and (min-width:1200px){.personal-block-with-video{margin-bottom:16.0555555556rem}}@media screen and (min-width:1920px){.personal-block-with-video{margin-bottom:289px}}.personal-block-with-video__container{max-width:calc(100vw - 48px);margin:0 auto}@media screen and (min-width:1200px){.personal-block-with-video__container{max-width:88rem}}@media screen and (min-width:1920px){.personal-block-with-video__container{max-width:1584px}}.btn-play-sound{position:fixed;right:25px;bottom:40px;width:40px;height:40px;border-radius:4px;background-color:#FFFFFF;display:flex;align-items:center;justify-content:center;z-index:100;cursor:pointer;opacity:0;overflow:hidden;pointer-events:none;outline:none;border:none;transition:all 250ms ease;box-shadow:0 0 20px 0 rgba(75,85,89,0.1)}@media screen and (min-width:1200px){.btn-play-sound{right:4.1666666667rem;bottom:1.6666666667rem}}@media screen and (min-width:1920px){.btn-play-sound{right:75px;bottom:30px}}.btn-play-sound:before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;transition:all 250ms ease;content:"";color:#2D3037;font-size:20px}@media screen and (min-width:1200px){.btn-play-sound:before{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.btn-play-sound:before{font-size:20px}}@media screen and (min-width:1200px){.btn-play-sound:before{font-size:1.3888888889rem}}@media screen and (min-width:1920px){.btn-play-sound:before{font-size:25px}}.btn-play-sound.active:before{content:""}@media screen and (min-width:1200px){.btn-play-sound{width:2.7777777778rem;height:2.7777777778rem}}@media screen and (min-width:1920px){.btn-play-sound{width:50px;height:50px}}.btn-play-sound.visible{opacity:1;overflow:visible;pointer-events:auto}
@media screen and (min-width:768px){.view-workdream .view-content{display:flex;flex-wrap:wrap;margin:-15px}}@media screen and (min-width:1200px){.view-workdream .view-content{margin:-0.8333333333rem -0.6666666667rem}}@media screen and (min-width:1920px){.view-workdream .view-content{margin:-15px -12px}}.view-workdream .view-content .views-row{margin-bottom:15px}@media screen and (min-width:768px){.view-workdream .view-content .views-row{margin-bottom:0;padding:15px;width:50%}}@media screen and (min-width:1200px){.view-workdream .view-content .views-row{padding:0.8333333333rem 0.6666666667rem}}@media screen and (min-width:1920px){.view-workdream .view-content .views-row{padding:15px 12px}}.view-workdream .node--type-workdream{padding:15px 10px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;transition:all 350ms ease;background:#FFFFFF;box-shadow:0px 0px 20px 0px rgba(75,85,89,0.1);border:1px solid #FFFFFF}@media screen and (min-width:1200px){.view-workdream .node--type-workdream{padding:1.6666666667rem 1.5rem 1.6666666667rem 1.2222222222rem;display:flex;flex-direction:column;justify-content:flex-start;border:0.0555555556rem solid #FFFFFF}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream{padding:30px 27px 30px 22px;border:1px solid #FFFFFF}}.view-workdream .node--type-workdream:hover{box-shadow:0 9px 14px rgba(0,0,0,0.3)}.view-workdream .node--type-workdream .node__content{height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.view-workdream .node--type-workdream .node__content .field-image{position:absolute;z-index:1;width:23px;top:-42px;right:0}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .node__content .field-image{right:-0.2777777778rem;top:-1.7777777778rem;width:2.3333333333rem;height:2.3333333333rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .node__content .field-image{right:-5px;top:-32px;width:42px;height:42px}}.view-workdream .node--type-workdream.is-active{transition:all 250ms ease;border:1px solid #F9D900;border-radius:unset;background:transparent;background:#FFFFFF}@media screen and (min-width:1200px){.view-workdream .node--type-workdream.is-active{border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream.is-active{border:1px solid #F9D900}}.view-workdream .node--type-workdream.is-active .button-start{transition:all 250ms ease}.view-workdream .node--type-workdream .node-title{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;padding-left:10px;margin-bottom:17px;border-left:2px solid #2D3037;font-family:"FixelText"}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .node-title{font-size:1.8888888889rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .node-title{font-size:34px}}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .node-title{font-size:1.3333333333rem;padding-left:0;border-left:unset;margin-bottom:0.1111111111rem;border-left:unset}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .node-title{font-size:24px;padding-left:0;border-left:unset;margin-bottom:2px}}.view-workdream .node--type-workdream .top__wrapper{display:flex;flex-wrap:wrap;position:relative;gap:10px;font-family:"FixelText";margin-bottom:11px;padding-bottom:10px;border-bottom:1px solid #C5C4C4}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .top__wrapper{gap:0;margin:0.5555555556rem -0.2777777778rem 0.8333333333rem;padding-bottom:0.8333333333rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .top__wrapper{margin:10px -5px 15px;padding-bottom:15px}}.view-workdream .node--type-workdream .top__wrapper .field-node-location,.view-workdream .node--type-workdream .top__wrapper .field-node-employment-type,.view-workdream .node--type-workdream .top__wrapper .field-node-experience{font-family:"FixelText";font-weight:700;line-height:1.25;font-size:12px;font-family:"FixelText";display:flex;align-items:center;letter-spacing:3px;text-transform:uppercase;color:#FFFFFF;background-color:#50AB09;padding:6px 8px}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .top__wrapper .field-node-location,.view-workdream .node--type-workdream .top__wrapper .field-node-employment-type,.view-workdream .node--type-workdream .top__wrapper .field-node-experience{font-size:0.7777777778rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .top__wrapper .field-node-location,.view-workdream .node--type-workdream .top__wrapper .field-node-employment-type,.view-workdream .node--type-workdream .top__wrapper .field-node-experience{font-size:14px}}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .top__wrapper .field-node-location,.view-workdream .node--type-workdream .top__wrapper .field-node-employment-type,.view-workdream .node--type-workdream .top__wrapper .field-node-experience{padding:0.3333333333rem 0.5555555556rem;letter-spacing:0.1666666667rem;margin:0 0.2777777778rem 0 0.1666666667rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .top__wrapper .field-node-location,.view-workdream .node--type-workdream .top__wrapper .field-node-employment-type,.view-workdream .node--type-workdream .top__wrapper .field-node-experience{padding:6px 10px;letter-spacing:3px;margin:0 5px 0 3px}}.view-workdream .node--type-workdream .field-node-desc{margin-bottom:20px;font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;font-family:"FixelText";line-height:1.5}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .field-node-desc{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .field-node-desc{font-size:24px}}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .field-node-desc{margin-bottom:0.8333333333rem;font-size:1.1111111111rem;line-height:1.25}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .field-node-desc{margin-bottom:15px;font-size:20px}}.view-workdream .node--type-workdream .field-node-desc:before{margin:10px 0;width:100%;height:1px;display:block;background-color:#C5C4C4}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .field-node-desc:before{height:0.0555555556rem;margin:0.3333333333rem 0 0.8888888889rem 0}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .field-node-desc:before{height:1px;margin:6px 0 16px 0}}.view-workdream .node--type-workdream .bottom__wrapper{margin-top:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:19px}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .bottom__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0.5555555556rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .bottom__wrapper{gap:10px}}.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__label{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;font-family:"FixelText";font-size:18px}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__label{font-size:1rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__label{font-size:18px}}.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__items{display:flex;margin:8px -5px 0}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__items{margin:0.3888888889rem -0.2777777778rem 0}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__items{margin:7px -5px 0}}.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__item{transition:all 250ms ease;margin:0 5px}@media screen and (min-width:1200px){.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__item{width:5rem;margin:0 0.2777777778rem}}@media screen and (min-width:1920px){.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__item{width:90px;margin:0 5px}}.view-workdream .node--type-workdream .bottom__wrapper .field-node-link-img__item:hover{transform:scale(1.2)}.view-workdream .button-start{transition:all 250ms ease;font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1;font-family:"FixelText";min-height:60px;border-radius:5px;font-size:18px}@media screen and (min-width:1200px){.view-workdream .button-start{font-size:1rem}}@media screen and (min-width:1920px){.view-workdream .button-start{font-size:18px}}@media screen and (min-width:1200px){.view-workdream .button-start{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.view-workdream .button-start{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.view-workdream .button-start:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.view-workdream .button-start:hover{color:#F9D900;background-color:transparent}.view-workdream .button-start:hover:before{left:100%}.view-workdream .button-start:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.view-workdream .button-start:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.view-workdream .button-start:after{font-size:20px}}@media screen and (min-width:1200px){.view-workdream .button-start:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.view-workdream .button-start:after{margin-left:16px;margin-bottom:-2px}}.view-workdream .button-start:hover{color:#111111}@media screen and (min-width:1200px){.view-workdream .button-start{margin-right:-0.2222222222rem;min-height:3.3333333333rem;padding-top:0.5555555556rem;border-radius:0px;padding-bottom:0.5555555556rem}}@media screen and (min-width:1920px){.view-workdream .button-start{margin-right:-4px;min-height:60px;padding-top:10px;padding-bottom:10px}}.views-block-workdream-block-1{padding-top:60px;padding-bottom:60px;padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.views-block-workdream-block-1{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.views-block-workdream-block-1{max-width:1920px}}@media screen and (min-width:1920px){.views-block-workdream-block-1{padding:24px 168px}}@media screen and (min-width:768px){.views-block-workdream-block-1{padding-top:80px;padding-bottom:80px}}@media screen and (min-width:1200px){.views-block-workdream-block-1{position:relative;padding:5.5555555556rem 9.3333333333rem}}@media screen and (min-width:1500px){.views-block-workdream-block-1{max-width:1920px}}@media screen and (min-width:1920px){.views-block-workdream-block-1{padding:100px 168px}}.views-block-workdream-block-1 .block__title{margin:0}@media screen and (min-width:1200px){.views-block-workdream-block-1 .block__title .block-sub-title{margin-bottom:0.7777777778rem}}@media screen and (min-width:1920px){.views-block-workdream-block-1 .block__title .block-sub-title{margin-bottom:14px}}
.banner{position:relative;min-height:507px;height:100%}@media screen and (min-width:768px){.banner{height:55vw;min-height:unset}}@media screen and (min-width:1200px){.banner{height:53.6111111111rem}}@media screen and (min-width:1920px){.banner{height:965px}}.banner .field-block-video{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;margin:0 auto;top:-31px;z-index:-1}@media screen and (min-width:768px){.banner .field-block-video{top:-75px}}@media screen and (min-width:1200px){.banner .field-block-video{top:0}}@media screen and (min-width:1500px){.banner .field-block-video{max-width:1920px}}.banner .field-block-video:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;bottom:30px;background:linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6));z-index:1;min-height:582px;height:100%}@media screen and (min-width:768px){.banner .field-block-video:before{min-height:unset}}@media screen and (min-width:1200px){.banner .field-block-video:before{bottom:0}}.banner .field-block-video video{object-fit:cover;min-height:613px;height:100%}@media screen and (min-width:768px){.banner .field-block-video video{min-height:unset;height:calc(55vw + 75px)}}@media screen and (min-width:1200px){.banner .field-block-video video{height:53.6111111111rem}}@media screen and (min-width:1920px){.banner .field-block-video video{height:965px}}.banner .text_wrapper{color:#FFFFFF;padding:82px 25px 0;padding-left:25px;padding-right:25px;min-height:582px;height:100%}@media screen and (min-width:1200px){.banner .text_wrapper{padding:1.3333333333rem 9.3333333333rem;width:100%;max-width:1632px;margin:0 auto}}@media screen and (min-width:1500px){.banner .text_wrapper{max-width:1920px}}@media screen and (min-width:1920px){.banner .text_wrapper{padding:24px 168px}}@media screen and (min-width:768px){.banner .text_wrapper{height:calc(55vw - 44px);min-height:unset;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}@media screen and (min-width:1200px){.banner .text_wrapper{height:auto;padding:15.2777777778rem 9.3333333333rem 0}}@media screen and (min-width:1500px){.banner .text_wrapper{max-width:1920px}}@media screen and (min-width:1920px){.banner .text_wrapper{padding:275px 168px 0}}.banner .text_wrapper .field-block-title{margin-bottom:28px;font-family:"FixelText";font-weight:700;font-size:16px;text-decoration:none;line-height:1.2;font-family:"FixelText"}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-title{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-title{font-size:20px}}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-title{margin-bottom:1.9444444444rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-title{margin-bottom:35px}}.banner .text_wrapper .field-block-text{margin-bottom:28px;font-family:"FixelText";white-space:normal}@media screen and (min-width:370px){.banner .text_wrapper .field-block-text{margin-bottom:24px}}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-text{margin-bottom:1.2777777778rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-text{margin-bottom:23px}}.banner .text_wrapper .field-block-text__item{padding-right:5px;font-family:"FixelText";font-weight:700;font-size:36px;line-height:1.1;text-transform:uppercase}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-text__item{padding-right:0.2777777778rem;font-weight:700;font-size:4rem;text-transform:unset}.banner .text_wrapper .field-block-text__item:not(:last-of-type){margin-bottom:1.6666666667rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-text__item{padding-right:5px;font-weight:700;font-size:72px;text-transform:unset}.banner .text_wrapper .field-block-text__item:not(:last-of-type){margin-bottom:30px}}.banner .text_wrapper .field-block-text__item br{display:none}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-text__item br{display:block}}.banner .text_wrapper .field-block-text__item:last-child{font-family:"Proxima";font-weight:400;font-size:16px;line-height:1.5;margin-top:13px;text-transform:unset;font-weight:700;font-size:16px;white-space:pre-wrap;font-family:"FixelText"}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-text__item:last-child{font-size:1.3333333333rem;line-height:1.2}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-text__item:last-child{font-size:24px}}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-text__item:last-child{font-family:"Century";font-size:20px;font-weight:600;line-height:1.25;text-transform:uppercase;font-family:"FixelText";display:block;visibility:visible;margin-top:unset;font-size:1.1111111111rem !important;white-space:unset;text-transform:none;max-width:51.6666666667rem}}@media screen and (min-width:1200px) and (min-width:1200px){.banner .text_wrapper .field-block-text__item:last-child{font-size:1.8888888889rem}}@media screen and (min-width:1200px) and (min-width:1920px){.banner .text_wrapper .field-block-text__item:last-child{font-size:34px}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-text__item:last-child{font-size:20px !important;max-width:930px}}.banner .text_wrapper .field-block-link{display:inline-block;-webkit-appearance:none;appearance:none;border:none;cursor:pointer;position:relative;width:100%}.banner .text_wrapper .field-block-link:focus{outline:0}.banner .text_wrapper .field-block-link:before,.banner .text_wrapper .field-block-link:after{position:absolute;content:"";display:block;width:140%;height:100%;left:-20%;z-index:1;transition:all ease-in-out 0.5s;background-repeat:no-repeat}.banner .text_wrapper .field-block-link:before{display:none;top:-75%;background-image:radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,transparent 20%,#F9D900 20%,transparent 30%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,transparent 10%,#F9D900 15%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%);background-size:10% 25%,20% 35%,15% 30%,20% 35%,18% 33%,10% 25%,15% 30%,10% 25%,18% 33%}.banner .text_wrapper .field-block-link:after{display:none;bottom:-75%;background-image:radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,transparent 10%,#F9D900 15%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%),radial-gradient(circle,#F9D900 20%,transparent 20%);background-size:15% 35%,20% 40%,18% 35%,20% 40%,15% 35%,10% 25%,20% 40%}.banner .text_wrapper .field-block-link.animate:before{display:block;animation:topBubbles ease-in-out 0.75s forwards}.banner .text_wrapper .field-block-link.animate:after{display:block;animation:bottomBubbles ease-in-out 0.75s forwards}@keyframes topBubbles{0%{background-position:5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%}50%{background-position:0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%}100%{background-position:0% 70%,0% 10%,10% 30%,20% -10%,30% 20%,22% 40%,50% 40%,65% 10%,90% 20%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}@keyframes bottomBubbles{0%{background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0%}50%{background-position:0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%}100%{background-position:0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}@media screen and (min-width:480px){.banner .text_wrapper .field-block-link{width:auto}}.banner .text_wrapper .field-block-link button{font-family:"FixelText";font-size:18px;font-weight:600;line-height:1.25;transition:all 250ms ease;padding:15px 50px;min-height:50px;width:100%;min-width:260px;display:flex;justify-content:center;align-items:center;position:relative;background:#F9D900;color:#111111;cursor:pointer;outline:none;overflow:hidden;text-decoration:none;border:1px solid #F9D900;z-index:1;font-family:"FixelText";font-size:18px}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-link button{font-size:1rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-link button{font-size:18px}}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-link button{padding:1.0555555556rem 2.7777777778rem;max-width:unset;min-height:3.3333333333rem;width:fit-content;min-width:15rem;border:0.0555555556rem solid #F9D900}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-link button{padding:19px 50px;min-height:60px;min-width:270px;border:1px solid #F9D900}}.banner .text_wrapper .field-block-link button:before{transition:all 250ms ease;position:absolute;content:"";width:100%;height:100%;background:#F9D900;top:0;left:0;right:auto;z-index:-1}.banner .text_wrapper .field-block-link button:hover{color:#F9D900;background-color:transparent}.banner .text_wrapper .field-block-link button:hover:before{left:100%}.banner .text_wrapper .field-block-link button:after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;margin-left:12px;margin-bottom:-2px;content:""}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-link button:after{font-size:1.1111111111rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-link button:after{font-size:20px}}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-link button:after{margin-left:0.8888888889rem;margin-bottom:-0.1111111111rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-link button:after{margin-left:16px;margin-bottom:-2px}}@media screen and (min-width:1200px){.banner .text_wrapper .field-block-link button{min-height:3.3333333333rem;padding:1rem 3.0555555556rem}}@media screen and (min-width:1920px){.banner .text_wrapper .field-block-link button{min-height:60px;padding:18px 55px}}.banner .field-block-image{display:none}@media screen and (min-width:1200px){.banner .field-block-image{position:absolute;top:3.0555555556rem;right:4.1666666667rem;display:block}.banner .field-block-image .field__items .field__item{transition:all 250ms ease;position:relative;overflow:hidden}.banner .field-block-image .field__items .field__item:before{content:"";position:absolute;top:0;right:-10px;width:30%;height:100%;background:rgba(255,255,255,0.2);transition:0.5s;transform:skewX(45deg);visibility:hidden}.banner .field-block-image .field__items .field__item:hover:before{right:130%;visibility:visible}.banner .field-block-image .field__items .field__item:hover{transform:translateX(-5px)}.banner .field-block-image .field__items .field__item:nth-child(2){margin:0.8333333333rem 0}}@media screen and (min-width:1200px) and (min-width:1200px){.banner .field-block-image .field__items .field__item img{width:2.5rem}}@media screen and (min-width:1920px){.banner .field-block-image{top:55px;right:75px}.banner .field-block-image .field__items .field__item img{width:45px}.banner .field-block-image .field__items .field__item:nth-child(2){margin:15px 0}}.banner .field-block-anchor{padding-top:50px;width:100%;display:flex;justify-content:center}@media screen and (min-width:1200px){.banner .field-block-anchor{transition:all 250ms ease;padding:9.4444444444rem 0 0;margin:0 auto;display:block}}@media screen and (min-width:1920px){.banner .field-block-anchor{padding:170px 0 0}}.banner .field-block-anchor a{transition:all 250ms ease;display:flex;flex-direction:column-reverse;align-items:center;font-family:"Century";font-weight:700;font-size:12px;line-height:1;letter-spacing:3px;color:#F9D900;text-transform:uppercase}@media screen and (min-width:1200px){.banner .field-block-anchor a{font-size:0.6666666667rem;letter-spacing:0.1666666667rem}}@media screen and (min-width:1920px){.banner .field-block-anchor a{font-size:12px;letter-spacing:3px}}.banner .field-block-anchor a:before{content:"";margin-top:15px;font-family:"icomoon";font-size:28px;font-weight:400;line-height:1;transition:all 250ms ease;color:#F9D900;position:relative;animation:1.3s infinite ease bounce-3}@media screen and (min-width:1200px){.banner .field-block-anchor a:before{font-size:1.5555555556rem}}@media screen and (min-width:1920px){.banner .field-block-anchor a:before{font-size:28px}}@media screen and (min-width:1200px){.banner .field-block-anchor a:before{margin-top:0.8333333333rem}}@media screen and (min-width:1920px){.banner .field-block-anchor a:before{margin-top:15px}}.banner .field-block-anchor a:hover{color:#FFFFFF;transform:scale(1.1)}.banner .field-block-anchor a:hover:before{color:#FFFFFF;animation-iteration-count:1}@keyframes bounce-3{0%{transform:translateY(0)}30%{transform:translateY(15px)}50%{transform:translateY(0)}100%{transform:translateY(0)}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);}[dir="ltr"] .ajax-progress__throbber,[dir="ltr"] .ajax-progress__throbber--fullscreen,[dir="ltr"] .ui-dialog .ajax-progress__throbber,[dir="ltr"] .media-library-item .ajax-progress__throbber{border-right:3px dotted transparent;}[dir="rtl"] .ajax-progress__throbber,[dir="rtl"] .ajax-progress__throbber--fullscreen,[dir="rtl"] .ui-dialog .ajax-progress__throbber,[dir="rtl"] .media-library-item .ajax-progress__throbber{border-left:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-right:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);}[dir="ltr"] .media-library-widget .ajax-progress__throbber,[dir="ltr"] .media-library-widget .ajax-progress__throbber--fullscreen{border-right:2px dotted transparent;}[dir="rtl"] .media-library-widget .ajax-progress__throbber,[dir="rtl"] .media-library-widget .ajax-progress__throbber--fullscreen{border-left:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;top:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-radius:50%;animation:gin-throbber .75s linear infinite;}[dir="ltr"] .ui-dialog .ajax-progress-throbber::before,[dir="ltr"] .contextual-links .ajax-progress-throbber::before{left:var(--gin-spacing-xs);border-right:2px dotted transparent;}[dir="rtl"] .ui-dialog .ajax-progress-throbber::before,[dir="rtl"] .contextual-links .ajax-progress-throbber::before{right:var(--gin-spacing-xs);border-left:2px dotted transparent;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;top:0;width:24px;height:24px;}[dir="ltr"] .contextual-links .ajax-progress-throbber{right:var(--gin-spacing-xxs);}[dir="rtl"] .contextual-links .ajax-progress-throbber{left:var(--gin-spacing-xxs);}.contextual-links .ajax-progress-throbber::before{top:0;}[dir="ltr"] .contextual-links .ajax-progress-throbber::before{left:.25em;}[dir="rtl"] .contextual-links .ajax-progress-throbber::before{right:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
