
@import url("https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,300i,400,700");
@charset "UTF-8";
/* Flex mixin */
[data-sal]{transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}
[data-sal][data-sal-duration="200"]{transition-duration:.2s}
[data-sal][data-sal-duration="250"]{transition-duration:.25s}
[data-sal][data-sal-duration="300"]{transition-duration:.3s}
[data-sal][data-sal-duration="350"]{transition-duration:.35s}
[data-sal][data-sal-duration="400"]{transition-duration:.4s}
[data-sal][data-sal-duration="450"]{transition-duration:.45s}
[data-sal][data-sal-duration="500"]{transition-duration:.5s}
[data-sal][data-sal-duration="550"]{transition-duration:.55s}
[data-sal][data-sal-duration="600"]{transition-duration:.6s}
[data-sal][data-sal-duration="650"]{transition-duration:.65s}
[data-sal][data-sal-duration="700"]{transition-duration:.7s}
[data-sal][data-sal-duration="750"]{transition-duration:.75s}
[data-sal][data-sal-duration="800"]{transition-duration:.8s}
[data-sal][data-sal-duration="850"]{transition-duration:.85s}
[data-sal][data-sal-duration="900"]{transition-duration:.9s}
[data-sal][data-sal-duration="950"]{transition-duration:.95s}
[data-sal][data-sal-duration="1000"]{transition-duration:1s}
[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}
[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}
[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}
[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}
[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}
[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}
[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}
[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}
[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}
[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}
[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}
[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}
[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}
[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}
[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}
[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}
[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}
[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}
[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}
[data-sal][data-sal-duration="2000"]{transition-duration:2s}
[data-sal][data-sal-delay="50"]{transition-delay:.05s}
[data-sal][data-sal-delay="100"]{transition-delay:.1s}
[data-sal][data-sal-delay="150"]{transition-delay:.15s}
[data-sal][data-sal-delay="200"]{transition-delay:.2s}
[data-sal][data-sal-delay="250"]{transition-delay:.25s}
[data-sal][data-sal-delay="300"]{transition-delay:.3s}
[data-sal][data-sal-delay="350"]{transition-delay:.35s}
[data-sal][data-sal-delay="400"]{transition-delay:.4s}
[data-sal][data-sal-delay="450"]{transition-delay:.45s}
[data-sal][data-sal-delay="500"]{transition-delay:.5s}
[data-sal][data-sal-delay="550"]{transition-delay:.55s}
[data-sal][data-sal-delay="600"]{transition-delay:.6s}
[data-sal][data-sal-delay="650"]{transition-delay:.65s}
[data-sal][data-sal-delay="700"]{transition-delay:.7s}
[data-sal][data-sal-delay="750"]{transition-delay:.75s}
[data-sal][data-sal-delay="800"]{transition-delay:.8s}
[data-sal][data-sal-delay="850"]{transition-delay:.85s}
[data-sal][data-sal-delay="900"]{transition-delay:.9s}
[data-sal][data-sal-delay="950"]{transition-delay:.95s}
[data-sal][data-sal-delay="1000"]{transition-delay:1s}
[data-sal][data-sal-easing=linear]{transition-timing-function:linear}
[data-sal][data-sal-easing=ease]{transition-timing-function:ease}
[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}
[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}
[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}
[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}
[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}
[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}
[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}
[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}
[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}
[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}
[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}
[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}
[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}
[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}
[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}
[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}
[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}
[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}
[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}
[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}
[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}
[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}
[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}
[data-sal|=fade]{opacity:0;transition-property:opacity}
[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}
[data-sal|=slide]{opacity:0;transition-property:opacity,transform}
[data-sal=slide-up]{transform:translateY(20%)}
[data-sal=slide-down]{transform:translateY(-20%)}
[data-sal=slide-left]{transform:translateX(20%)}
[data-sal=slide-right]{transform:translateX(-20%)}
[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}
[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}
[data-sal=zoom-in]{transform:scale(.5)}
[data-sal=zoom-out]{transform:scale(1.1)}
[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}
[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}
[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}
[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}
[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}
[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}
[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}
body.compensate-for-scrollbar{overflow:hidden}
.fancybox-active{height:auto}
.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}
.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}
.fancybox-container *{box-sizing:border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}
.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}
.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}
.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-toolbar{right:0;top:0}
.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}
.fancybox-is-open .fancybox-stage{overflow:hidden}
.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}
.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}
.fancybox-slide--image{overflow:hidden;padding:44px 0}
.fancybox-slide--image:before{display:none}
.fancybox-slide--html{padding:6px}
.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}
.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}
.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}
.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}
.fancybox-container [data-selectable=true]{cursor:text}
.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}
.fancybox-spaceball{z-index:1}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}
.fancybox-slide--video .fancybox-content{background:#000}
.fancybox-slide--map .fancybox-content{background:#e5e3df}
.fancybox-slide--iframe .fancybox-content{background:#fff}
.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}
.fancybox-iframe{left:0;position:absolute;top:0}
.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}
.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}
.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}
.fancybox-button:hover{color:#fff}
.fancybox-button:focus{outline:none}
.fancybox-button.fancybox-focus{outline:1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}
.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}
.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}
.fancybox-close-small:hover{color:#fff;opacity:1}
.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}
.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}
.fancybox-navigation .fancybox-button div{padding:7px}
.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}
.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}
@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}
.fancybox-caption--separate{margin-top:-50px}
.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}
.fancybox-caption a:hover{color:#fff;text-decoration:underline}
.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}
@-webkit-keyframes a{to{transform:rotate(1turn)}}
@keyframes a{to{transform:rotate(1turn)}}
.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current{opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}
@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}
.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}
.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}
.fancybox-share p{margin:0;padding:0}
.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}
.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}
.fancybox-share__button:hover{text-decoration:none}
.fancybox-share__button--fb{background:#3b5998}
.fancybox-share__button--fb:hover{background:#344e86}
.fancybox-share__button--pt{background:#bd081d}
.fancybox-share__button--pt:hover{background:#aa0719}
.fancybox-share__button--tw{background:#1da1f2}
.fancybox-share__button--tw:hover{background:#0d95e8}
.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}
.fancybox-share__button svg path{fill:#fff}
.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}
.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}
.fancybox-show-thumbs .fancybox-thumbs{display:block}
.fancybox-show-thumbs .fancybox-inner{right:212px}
.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}
.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}
.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}
.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}
.fancybox-thumbs__list a:focus:before{opacity:.5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.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%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.modal-open{
    overflow: hidden;
    height: 100%;
}
#contentWrapper {display:unset;}
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*background: initial;*/
    text-align: initial;
    text-shadow: initial;
}
/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}
#tarteaucitronRoot a:focus, #tarteaucitronRoot button:focus {
    /*outline: 2px solid #cb3333;*/
}
/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
    margin-top: 0!important;
}
div#tarteaucitronServices {
    margin-top: 21px!important;
}
#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}
#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}
div#tarteaucitronServices {
    box-shadow: 0 0 35px #575757;
}
/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}
@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

        #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
            margin-bottom: 5px;
        }
}
@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}
/***
 * Common value
 */
#tarteaucitron * {
    zoom: 1;
}
#tarteaucitronRoot div#tarteaucitron {
    left: 0;
    right: 0;
    margin: auto;
}
#tarteaucitronRoot button#tarteaucitronBack {
    background: #eee;
}
#tarteaucitron .clear {
    clear: both;
}
#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
#tarteaucitronRoot button {
    background: transparent;
    border: 0;
}
#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}
#tarteaucitron strong {
    font-size: 22px;
    font-weight: 500;
}
#tarteaucitron ul {
    padding: 0;
}
#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}
.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#tarteaucitronRoot * {
    box-sizing: initial;
    color: #333;
    font-family: sans-serif !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}
#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px;
}
#tarteaucitronRoot .tarteaucitronH2 {
    display: inline-block;
    margin: 12px 0 0 10px;
    color: #fff;
}
#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0;
}
/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}
#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 2147483647;
}
#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: 2px solid #333;
    border-top: 0;
    height: auto;
    overflow: auto;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}
#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}
.tarteaucitronSelfLink, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: rgba(51, 51, 51, 0.07);
}
a.tarteaucitronSelfLink {
    text-align: center!important;
    display: block;
    padding: 7px!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}
#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, 
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, 
#tarteaucitron #tarteaucitronInfo, 
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    background: #333;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
    margin: 0;
}
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 2147483647;
}
#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #333;
    border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: gray;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}
#tarteaucitron .tarteaucitronH3 {
    font-size: 18px;
}
#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}
/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}
.tarteaucitronAlertBigBottom {
    bottom: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #333;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    padding: 5px 5%;
    position: fixed;
    text-align: center;
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    padding: 10px;
    margin: auto;
    width: 100%;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px verdana;
    color: #fff;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 700;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    cursor: pointer;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #008300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px;
}
#tarteaucitronPercentage {
    background: #0A0!important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}
/***
 * Small alert
 */
.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
    bottom: 0;
}
#tarteaucitronAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}
#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}
#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
    color: #333;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    color: #fff;
    font-size: 16px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
    color: darkred;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}
/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}
.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tac_activate .tac_float strong {
    color: #fff;
}
.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1B870B;
    display: inline-block;
}
/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}
div.amazon_product {
    height:240px;
    width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}
.tarteaucitronIsDenied .tarteaucitronAllow {
    opacity: 0.4!important;
}
.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1!important;
}
.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1!important;
}
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronAllow {
    opacity: 0.4;
}
div#tarteaucitronInfo {
    display: block!important;
    position: initial!important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 1em!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #555;
}
a.tarteaucitronSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 13px!important;
    display: block;
    text-shadow: 0 0 14px white;
    text-transform: uppercase;
}
.tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.2em!important;
    margin-top: 4px!important;
}
span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
}
.site-wrapper, .footer__wrapper, .preloader, .chart-data__item, .gallery__list, .gallery__list::after, .comments__avatar, .comment-reply__avatar label, .header-bar__inner, .header-bar__components, .header-bar-btn, .header-bar-dropdown__toggle, .mnv-menu__item, .tx_solr, .links-group, .profile__btn-current, .publications.-list, .telecharger__listitems, .telecharger__item a, .news-spoiler__pagination, .news-spoiler__content, .contact__content-info, .filters__map form > .fieldset, .filters__map .filters__wrapper, .filters__map .filters__buttons, .stratis-menu__list, .stratis-menu__item, .stratis-menu__toggle, .stratis-menu__toggle-report, .online-steps__wrapper, .quick-links-demarches__list, .ontheweb-block__link, .interests, .interests-block__wrapper, .interests-results__chart-wrapper, .social-wall__grid, .one-click-toggle, .one-click-panel__header, .one-click-panel .one-click-panel__title, .one-click-panel .one-click-panel__link, .extranet-homepage .extranet-header, .location__wrapper, .favorites__container, .g-translate-langs__button {
    display: flex;
}
.preloader, .gallery__list, .comments__avatar, .comment-reply__avatar label, .header-bar__inner, .header-bar__components, .header-bar-btn, .header-bar-dropdown__toggle, .mnv-menu__item, .publications.-list, .news-spoiler__pagination, .contact__content-info, .filters__map .filters__buttons, .stratis-menu__list, .stratis-menu__item, .stratis-menu__toggle, .stratis-menu__toggle-report, .interests, .interests-block__wrapper, .interests-results__chart-wrapper, .one-click-toggle, .one-click-panel__header, .one-click-panel .one-click-panel__title, .one-click-panel .one-click-panel__link, .g-translate-langs__button {
    flex-direction: row;
}
.site-wrapper, .profile__btn-current, .news-spoiler__content, .filters__map form > .fieldset, .filters__map .filters__wrapper, .ontheweb-block__link {
    flex-direction: column;
}
.preloader, .filters__map .filters__wrapper, .interests-block__wrapper, .g-translate-langs__button {
    flex-wrap: nowrap;
}
.site-wrapper, .gallery__list, .header-bar__inner, .header-bar__components, .header-bar-btn, .header-bar-dropdown__toggle, .mnv-menu__item, .tx_solr, .links-group, .publications.-list, .telecharger__listitems, .telecharger__item a, .news-spoiler__pagination, .news-spoiler__content, .contact__content-info, .filters__map form > .fieldset, .filters__map .filters__buttons, .stratis-menu__list, .stratis-menu__item, .stratis-menu__toggle, .stratis-menu__toggle-report, .quick-links-demarches__list, .interests, .interests-results__chart-wrapper, .social-wall__grid, .one-click-toggle, .extranet-homepage .extranet-header, .favorites__container {
    flex-wrap: wrap;
}
.telecharger__item a, .filters__map .filters__wrapper {
    justify-content: flex-start;
}
.header-bar__components {
    justify-content: flex-end;
}
.preloader, .comments__avatar, .comment-reply__avatar label, .header-bar-btn, .links-group, .stratis-menu__toggle, .stratis-menu__toggle-report, .quick-links-demarches__list, .one-click-toggle {
    justify-content: center;
}
.telecharger__listitems, .location__wrapper {
    justify-content: space-between;
}
.filters__map .filters__wrapper, .location__wrapper {
    align-items: flex-start;
}
.preloader, .comments__avatar, .comment-reply__avatar label, .header-bar__components, .header-bar-btn, .header-bar-dropdown__toggle, .links-group, .profile__btn-current, .telecharger__item a, .stratis-menu__toggle, .stratis-menu__toggle-report, .interests-results__chart-wrapper, .one-click-toggle {
    align-items: center;
}
.header-bar__components {
    align-content: flex-start;
}
/**
 * Grid system.
 *
 * @section Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row">
 *  <div class="col-xs-6"><div class="example-box">half-width column.</div></div>
 *  <div class="col-xs-6"><div class="example-box">half-width column</div></div>
 * </div>
 * <div class="flex-row">
 *  <div class="col-xs-4"><div class="example-box">one-third-width column.</div></div>
 *  <div class="col-xs-4"><div class="example-box">one-third-width column.</div></div>
 *  <div class="col-xs-4"><div class="example-box">one-third-width column.</div></div>
 * </div>
 *
 */
/**
 * Grid system responsive.
 * Responsive modifiers enable specifying different column sizes, offsets, alignment and distribution at xs, sm, md & lg viewport widths.
 *
 * @section Grid responsive
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row">
 *  <div class="col-xs-12 col-sm-2 col-md-8 col-lg-3"><div class="example-box">Responsive column.</div></div>
 * </div>
 *
 */
/**
 * Grid system Auto Width.
 * Add any number of auto sizing columns to a row.
 *
 * @section Grid Auto Width
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row">
 *  <div class="col-xs"><div class="example-box">1</div></div>
 * </div>
 * <div class="flex-row">
 *  <div class="col-xs"><div class="example-box">1</div></div>
 *  <div class="col-xs"><div class="example-box">2</div></div>
 * </div>
 * <div class="flex-row">
 *  <div class="col-xs"><div class="example-box">1</div></div>
 *  <div class="col-xs"><div class="example-box">2</div></div>
 *  <div class="col-xs"><div class="example-box">3</div></div>
 * </div>
 * <div class="flex-row">
 *  <div class="col-xs"><div class="example-box">1</div></div>
 *  <div class="col-xs"><div class="example-box">2</div></div>
 *  <div class="col-xs"><div class="example-box">3</div></div>
 *  <div class="col-xs"><div class="example-box">4</div></div>
 * </div>
 *
 */
/**
 * Grid system Alignment.
 * Add classes to align elements to the start or end of a row as well as the top, bottom, or center of a column
 *
 * @section Grid alignment horizontal
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row start-xs">
 *  <div class="col-xs-6">
 *   <div class="example-box">
 *     start
 *   </div>
 *  </div>
 * </div>
 * <div class="flex-row center-xs">
 *  <div class="col-xs-6">
 *   <div class="example-box">
 *     center
 *   </div>
 *  </div>
 * </div>
 * <div class="flex-row end-xs">
 *  <div class="col-xs-6">
 *   <div class="example-box">
 *     end
 *   </div>
 *  </div>
 * </div>
 *
 */
/**
 * Grid system Alignment.
 * Add classes to align elements to the start or end of a row as well as the top, bottom, or center of a column
 *
 * @section Grid alignment vertical
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row top-xs">
 *  <div class="col-xs-6"><div class="example-box example-box--large"></div></div>
 *  <div class="col-xs-6">
 *   <div class="example-box">
 *     top
 *   </div>
 *  </div>
 * </div>
 * <div class="flex-row middle-xs">
 *  <div class="col-xs-6"><div class="example-box example-box--large"></div></div>
 *  <div class="col-xs-6">
 *   <div class="example-box">
 *     middle
 *   </div>
 *  </div>
 * </div>
 * <div class="flex-row bottom-xs">
 *  <div class="col-xs-6"><div class="example-box example-box--large"></div></div>
 *  <div class="col-xs-6">
 *   <div class="example-box">
 *     bottom
 *   </div>
 *  </div>
 * </div>
 *
 */
/**
 * Grid system Distribution.
 * Add classes to distribute the contents of a row or column.
 *
 * @section Grid distribution
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row around-xs">
 *  <div class="col-xs-2"><div class="example-box">1</div></div>
 *  <div class="col-xs-2"><div class="example-box">2</div></div>
 *  <div class="col-xs-2"><div class="example-box">3</div></div>
 * </div>
 *
 * <div class="flex-row between-xs">
 *  <div class="col-xs-2"><div class="example-box">1</div></div>
 *  <div class="col-xs-2"><div class="example-box">2</div></div>
 *  <div class="col-xs-2"><div class="example-box">3</div></div>
 * </div>
 *
 */
/**
 * Grid system Reordering.
 * Add classes to reorder columns.
 *
 * @section Grid reordering
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row">
 *  <div class="col-xs-4"><div class="example-box">1</div></div>
 *  <div class="col-xs-4"><div class="example-box">2</div></div>
 *  <div class="col-xs-4 first-xs"><div class="example-box">3</div></div>
 * </div>
 *
 * <div class="flex-row">
 *  <div class="col-xs-4 last-xs"><div class="example-box">1</div></div>
 *  <div class="col-xs-4"><div class="example-box">2</div></div>
 *  <div class="col-xs-4"><div class="example-box">3</div></div>
 * </div>
 *
 */
/**
 * Grid system Reverse.
 * Add classes to reorder columns.
 *
 * @section Grid reverse
 * @sectionof Grid
 * @page Layout
 *
 * @example
 * <div class="flex-row reverse">
 *  <div class="col-xs-2"><div class="example-box">1</div></div>
 *  <div class="col-xs-2"><div class="example-box">2</div></div>
 *  <div class="col-xs-2"><div class="example-box">3</div></div>
 *  <div class="col-xs-2"><div class="example-box">4</div></div>
 *  <div class="col-xs-2"><div class="example-box">5</div></div>
 *  <div class="col-xs-2"><div class="example-box">6</div></div>
 * </div>
 *
 */
.flex-container-fluid, .flex-container {
    min-width: 320px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.flex-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
.flex-row, .column {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.no-margin.flex-row, .no-margin.column {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter.flex-row, .no-gutter.column {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter.flex-row > [class*="col-"], .no-gutter.column > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.flex-row {
    flex-direction: row;
}
.flex-row.reverse {
    flex-direction: row-reverse;
}
.column {
    flex-direction: column;
}
.column.reverse {
    flex-direction: column-reverse;
}
[class*="col-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
.col-xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.col-xs-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
.col-xs-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
.col-xs-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}
.start-xs {
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    justify-content: center;
    text-align: center;
}
.end-xs {
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    align-items: flex-start;
}
.middle-xs {
    align-items: center;
}
.bottom-xs {
    align-items: flex-end;
}
.around-xs {
    justify-content: space-around;
}
.between-xs {
    justify-content: space-between;
}
.first-xs {
    order: -1;
}
.last-xs {
    order: 1;
}
.self-top-xs {
    align-self: flex-start;
}
.self-center-xs {
    align-self: center;
}
.self-bottom-xs {
    align-self: flex-end;
}
.self-baseline-xs {
    align-self: baseline;
}
.col-xs-hide {
    display: none;
}
.col-xs-show {
    display: block;
}
@media screen and (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        align-items: flex-start;
    }
    .middle-sm {
        align-items: center;
    }
    .bottom-sm {
        align-items: flex-end;
    }
    .around-sm {
        justify-content: space-around;
    }
    .between-sm {
        justify-content: space-between;
    }
    .first-sm {
        order: -1;
    }
    .last-sm {
        order: 1;
    }
    .self-top-sm {
        align-self: flex-start;
    }
    .self-center-sm {
        align-self: center;
    }
    .self-bottom-sm {
        align-self: flex-end;
    }
    .self-baseline-sm {
        align-self: baseline;
    }
    .col-sm-hide {
        display: none;
    }
    .col-sm-show {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .start-md {
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        justify-content: center;
        text-align: center;
    }
    .end-md {
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
    .around-md {
        justify-content: space-around;
    }
    .between-md {
        justify-content: space-between;
    }
    .first-md {
        order: -1;
    }
    .last-md {
        order: 1;
    }
    .self-top-md {
        align-self: flex-start;
    }
    .self-center-md {
        align-self: center;
    }
    .self-bottom-md {
        align-self: flex-end;
    }
    .self-baseline-md {
        align-self: baseline;
    }
    .col-md-hide {
        display: none;
    }
    .col-md-show {
        display: block;
    }
}
@media screen and (min-width: 1280px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        align-items: flex-start;
    }
    .middle-lg {
        align-items: center;
    }
    .bottom-lg {
        align-items: flex-end;
    }
    .around-lg {
        justify-content: space-around;
    }
    .between-lg {
        justify-content: space-between;
    }
    .first-lg {
        order: -1;
    }
    .last-lg {
        order: 1;
    }
    .self-top-lg {
        align-self: flex-start;
    }
    .self-center-lg {
        align-self: center;
    }
    .self-bottom-lg {
        align-self: flex-end;
    }
    .self-baseline-lg {
        align-self: baseline;
    }
    .col-lg-hide {
        display: none;
    }
    .col-lg-show {
        display: block;
    }
}
/* stylelint-disable */
/* stylelint-enable */
[data-fa-icon]::before, .frame__link::before, .rte p.encadre::before, .rte ul > li::before,
.rte .show-hide__content ul > li::before, .rte .powermail_fieldwrap_file_list > li::before,
.powermail_fieldwrap_file_list > li::before, .btn.-icon::before, .g-translate-dropdown .-icon.g-translate-dropdown__toggle::before, .checkbox label::after, .radio label::after, .checkbox-dropdown__toggle::before, .checkbox-dropdown.-is-open > .checkbox-dropdown__toggle::before, .js-dropdown.-has-arrow .js-dropdown__toggle::after, .list li::before, .message h2:not([class^='gallery']):not([class^='media-element'])::before,
.message .h2::before,
.message h3:not([class^='gallery']):not([class^='media-element'])::before,
.message .h3::before,
.message h4:not([class^='gallery']):not([class^='media-element'])::before,
.message .h4::before,
.message h5:not([class^='gallery']):not([class^='media-element'])::before,
.message .h5::before,
.message h6:not([class^='gallery']):not([class^='media-element'])::before,
.message .h6::before,
.rte .message h2:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h2::before,
.rte .message h3:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h3::before,
.rte .message h4:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h4::before,
.rte .message h5:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h5::before,
.rte .message h6:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h6::before, .message ul li::before,
.rte .message ul li::before, .click-roll__toggle::after, .gallery__item::after, .comments__title::before, .comments__reply-link p::before, .header-bar-dropdown__item::before, .media-element .click-roll__toggle::after, .mnv-menu__toggle::before, #tx-solr-facets-in-use .facets-remove-all a::before, .facet-type-options li::before,
#tx-solr-facets-in-use li::before,
#tx-solr-sorting li::before, .composite-link__wrap.-has-overlay::after, .albums-block .composite-link__wrap.-has-overlay::after, .rte a.link-external[href^='http']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.rte a.link-external[href^='https']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.rte a.link-external[href^='//']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='http']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='https']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='//']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after, .pager__item.-prev a::before,
.pager__item.-prev span:not(.pager__description)::before, .pager__item.-next a::after,
.pager__item.-next span:not(.pager__description)::after, .pager-infinite__button::before, .heading .municipalities__list-item::before, .heading .tariff::before, .infos__item.-address::before, .infos__item.-website::before, .infos__item.-phone::before, .infos__item.-mobile::before, .infos__item.-fax::before, .infos__item.-email::before, .infos__item.-envelope::before, .infos__item.-info::before, .infos__item.-hours::before, .infos__item.-facebook::before, .infos__item.-twitter::before, .infos__item.-instagram::before, .infos__item.-linkedin::before, .infos__item.-renseignement::before, .infos__item.-route::before, .infos__item.-contact::before, .infos__item.-manager::before, .infos__item.-deadlines::before, .infos__item.-budget::before, .infos__item.-consequences::before, .infos__item.-place::before, .go-to-top a::before, .menu-cross__item::before, .newsletter__field.-button button::before, .newsletter__link.-archives a::before, .newsletter-bar__link.-archives a::before, .newsletter__link.-unsubscribe a::before, .newsletter-bar__link.-unsubscribe a::before, .newsletter-bar__title::before, .newsletter-bar__field.-button button::before, .profile__link::before, div.subpages-menu__picture::before, .sitemap__listitem::before, .-lvl-1 .sitemap__listitem::before, .-lvl-2 .sitemap__listitem::before, div.publications__image::before, .publications.-content .publications__content::before, .alire-item div.publications__image::before, .alire-with-newsletter .newsletter-bar__field.-button button::before, .documents-list__title::before, .telecharger__item a::before, div.news-block__picture::before, .news-block__content::before, .news-spoiler__title::before, div.albums-block__picture::before, .albums-block__picture.-has-video::before, .albums-block.-composite .composite-link__wrap.-has-overlay::after, div.contact__picture::before, .contact__canton::before, .contact__function.-main::before, .filters__btn.btn::before, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle::before, .filters__btn[aria-expanded='true']::before, .filters__dropdown-toggle::before, .filters-top__btn.btn::before, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle::before, .filters-top__btn[aria-expanded='true']::before, .date-input::before, .breadcrumb li + li::before, div.page-image__background::before, div.events-block__picture::before,
div.events-focus__image::before, .events-block__content::before, div.directory-block__picture::before, .directory-block__content::before, .vote__radio label.vote-yes::before, .vote__radio label.vote-non::before, .vote__gotop a::before, .same-category__toggle::after, .same-category__toggle[aria-expanded='true']::after, .read-more__wrap ul li::before, .my-account__field::before, .report-incident__title::before, .reviews-item div.reviews-item__picture::before, .reviews-item__quote::before, .reviews.-is-vertical .reviews-item__picture::before, .reviews.-is-vertical .reviews-item div.reviews-item__picture::before, .reviews.-is-horizontal .reviews-item div.reviews-item__picture::before, .projects__info-link::before, .projects__focus-image.-has-video::before, .ontheweb-block__link.link-external .ontheweb-block__title::after, .ontheweb-block div.ontheweb-block__picture::before, .mnv-menu .menu-floating__btn::before, .search-popup .menu-floating__btn::before, div.job-block__picture::before, .job-block__content::before, .social-wall .tabs__trigger::after, .social-card.-youtube .social-card__image::before, .social-wall.-variation-1 .social-card__footer::before, .social-wall.-variation-2 .social-card__link::before, .spAttention::before,
.spANoter::before,
.spASavoir::before, .status.-new::before, .status.-in-progress::before, .status.-assign::before, .deadline::before, .extranet__section .extranet__block .extranet__link::before, .extranet-homepage .extranet-header__item::before, .location__content-btn::before, .location__content-btn::after, .location__list-link::before, .favorites-item__remove::before, .guides__subcategory::before, div.departmental-block__picture::before, body.votreavis .rte blockquote::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}
.ghost,
.invisible,
.visually-hidden,
.sr-only, .nolabel > label,
.nolabel > legend, .menu-skip__label, .header-bar-btn.-no-text .header-bar-btn__text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}
.ce-textpic::after,
.ce-nowrap .ce-bodytext::after, .ce-gallery::after, .ce-row::after, .ce-uploads li::after,
.ce-uploads div::after, .container::after, .form::after, .checkbox::after, .radio::after, #tx-solr-faceting .facets .facet-option-list::after, .pager-alphabet__listitems::after, .pager__listitems::after, .heading__top::after, .site-infos::after, .social-card__header::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    speak: none;
    visibility: hidden;
}
.heading__request-change::before, .heading__request-change::after, .go-to-top a::before, .go-to-top a::after, .newsletter__field.-button button::before, .newsletter__field.-button button::after, .share-block__button::before, .share-block__button::after, .social-networks__item a::before, .social-networks__item a::after, .tools__btn[data-fa-icon]::before, .tools__btn[data-fa-icon]::after, .social-wall .tabs__trigger::before, .social-wall .tabs__trigger::after, .organigramme__link:not(:last-child)::before, .organigramme__link:not(:last-child)::after {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
[data-fa-icon]::before {
    content: attr(data-fa-icon);
}
[data-fa-icon]::before {
    color: #3962a5;
    margin-right: 0.25em;
}
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
/* stylelint-disable */
/*
    Unminified development version of the datepicker stylesheet. Please use the
    minified version in production - remember to run a find/replace on the
    minified file to update the image locations to suit your installation - more
    info can be found in the header of the minified file.

    F.Y.I: Here's the HTML produced for each instance of the datePicker, in this
    case associated with a form element having an id of "demo-1"

<div id="fd-demo-1" class="date-picker drag-enabled" aria-describedby="fd-dp-aria-describedby" aria-labelledby="demo-1_label" aria-hidden="false" role="application" dir="ltr">
    <div>
        <table class="date-picker-table" role="grid">
            <thead class="date-picker-thead">
                <tr role="presentation">
                    <th class="date-picker-title drag-enabled" colspan="7"><span class="month-display drag-enabled">January&nbsp;</span><span class="year-display drag-enabled">2013</span></th>
                </tr>
                <tr role="presentation">
                    <th><span class="prev-but prev-year" id="demo-1-prev-year-but" title="Previous year">«</span></th>
                    <th><span class="prev-but prev-month" id="demo-1-prev-month-but" title="Previous month">‹</span></th>
                    <th colspan="3"><span class="today-but fd-disabled" id="demo-1-today-but" title="">Today</span></th>
                    <th><span class="next-but next-month" id="demo-1-next-month-but" title="Next month">›</span></th>
                    <th><span class="next-but next-year" id="demo-1-next-year-but" title="Next year">»</span></th>
                </tr>
                <tr>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-0" title="Monday">Mon</th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-1" title="Tuesday"><span class="fd-day-header" title="Tuesday">Tue</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-2" title="Wednesday"><span class="fd-day-header" title="Wednesday">Wed</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-3" title="Thursday"><span class="fd-day-header" title="Thursday">Thu</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-4" title="Friday"><span class="fd-day-header" title="Friday">Fri</span></th>
                    <th class="date-picker-day-header date-picker-highlight" scope="col" role="columnheader" id="demo-1-col-5" title="Saturday"><span class="fd-day-header" title="Saturday">Sat</span></th>
                    <th class="date-picker-day-header date-picker-highlight" scope="col" role="columnheader" id="demo-1-col-6" title="Sunday"><span class="fd-day-header" title="Sunday">Sun</span></th>
                </tr>
            </thead>
            <tbody>
                <tr role="row">
                    <td aria-describedby="demo-1-col-0" aria-selected="false" role="gridcell" class="date-picker-unused" title="">&nbsp;</td>
                    <td aria-describedby="demo-1-col-1" aria-selected="false" role="gridcell" title="January 01, 2013" class="day-1 cell-1 cd-20130101 yyyymm-201301 mmdd-0101">1</td>
                    <td aria-describedby="demo-1-col-2" aria-selected="false" role="gridcell" title="January 02, 2013" class="day-2 cell-2 cd-20130102 yyyymm-201301 mmdd-0102">2</td>
                    <td aria-describedby="demo-1-col-3" aria-selected="false" role="gridcell" title="January 03, 2013" class="day-3 cell-3 cd-20130103 yyyymm-201301 mmdd-0103">3</td>
                    <td aria-describedby="demo-1-col-4" aria-selected="false" role="gridcell" title="January 04, 2013" class="day-4 cell-4 cd-20130104 yyyymm-201301 mmdd-0104">4</td>
                    <td aria-describedby="demo-1-col-5" aria-selected="false" role="gridcell" title="January 05, 2013" class="day-5 cell-5 cd-20130105 yyyymm-201301 mmdd-0105 date-picker-highlight">5</td>
                    <td aria-describedby="demo-1-col-6" aria-selected="false" role="gridcell" title="January 06, 2013" class="day-6 cell-6 cd-20130106 yyyymm-201301 mmdd-0106 date-picker-highlight">6</td>
                </tr>
                <tr role="row">
                    <td aria-describedby="demo-1-col-0" aria-selected="false" role="gridcell" title="January 07, 2013" class="day-0 cell-7 cd-20130107 yyyymm-201301 mmdd-0107">7</td>
                    <td aria-describedby="demo-1-col-1" aria-selected="false" role="gridcell" title="January 08, 2013" class="day-1 cell-8 cd-20130108 yyyymm-201301 mmdd-0108">8</td>
                    <td aria-describedby="demo-1-col-2" aria-selected="false" role="gridcell" title="January 09, 2013" class="day-2 cell-9 cd-20130109 yyyymm-201301 mmdd-0109">9</td>
                    <td aria-describedby="demo-1-col-3" aria-selected="false" role="gridcell" title="January 10, 2013" class="day-3 cell-10 cd-20130110 yyyymm-201301 mmdd-0110">10</td>
                    <td aria-describedby="demo-1-col-4" aria-selected="false" role="gridcell" title="January 11, 2013" class="day-4 cell-11 cd-20130111 yyyymm-201301 mmdd-0111">11</td>
                    <td aria-describedby="demo-1-col-5" aria-selected="false" role="gridcell" title="January 12, 2013" id="demo-1-date-picker-hover" class="day-5 cell-12 cd-20130112 yyyymm-201301 mmdd-0112 date-picker-today date-picker-highlight date-picker-hover" tabindex="0">12</td>
                    <td aria-describedby="demo-1-col-6" aria-selected="false" role="gridcell" title="January 13, 2013" class="day-6 cell-13 cd-20130113 yyyymm-201301 mmdd-0113 date-picker-highlight">13</td>
                </tr>

                ... snip ...

            </tbody>
        </table>
    </div>
</div>

*/
/*
    Hide the datepickers associated input by using a className
*/
.fd-hidden-input {
    display: none;
}
/*
    Screen reader class - used to hide spans inside each cell from the visual
    display. See: http://webaim.org/techniques/css/invisiblecontent/
*/
.fd-screen-reader {
    position: absolute;
    left: -999em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/*
    The wrapper div
*/
.date-picker {
    position: absolute;
    z-index: 9999;
    text-align: center;
    /*
    Change the font-size to suit your needs. The following line is for the demo
    that has a 14px font-size defined on the body tag.

    All other rules are "em" based and inherit from the font-size set here.
    */
    font: 900 0.8em/1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*
    Set the fade in/out animation time here. This is used for browsers that
    support CSS transitions. Non-supporting browsers receive the fade effect
    using a Javascript fallback.
    */
    opacity: 1;
    transition: opacity .75s ease-in-out;
}
.date-picker div {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0.8em;
}
/*
    The following rule is used whenever CSS Animations are supported by the
    browser
*/
.date-picker.fd-dp-fade {
    opacity: 0;
}
/*
    Styles for the static datePickers
*/
.static-datepicker {
    position: relative;
    top: 5px;
    left: 0;
    margin-bottom: 1.5em;
}
/*
    The iframe hack to cover selectlists in IE6
*/
.iehack {
    position: absolute;
    background: #fff;
    z-index: 9998;
    padding: 0;
    margin: 0;
    border: 0;
    display: none;
}
/*
    The activation "button" created beside each input for popup datePickers
*/
.date-picker-control span {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: auto 0;
    resize: none;
}
/*
    The hover effect on the activation button
*/
.date-picker-button-active span,
.date-picker-control:focus span,
.date-picker-control:hover span,
.date-picker-control:active span {
    box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
    border-radius: 2px;
}
/*
    A base64 encoded image-sprite is used for the activation button. IE6 and 7
    get fed "normal" png images within the rule that follows.
*/
.date-picker-control:link,
.date-picker-control:visited {
    position: absolute;
    display: -moz-inline-box;
    border: 0 none;
    padding: 0;
    margin: 0 4px;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAB+CAYAAAAp+EF2AAAD8ElEQVRo3u2Zu0scXxTHz8zcXR0H8UnEIpXyQ8TGaJNCFAlqEUyTMlUaWTC/IoR0vxQ2vz8hfZJGIki2URARkkbxhSJq4avI7uqK7x2V9XF/93v83WGzmIezKVLcL1zmvubcc+49w352xurr63tZW1s7EI1GPSkloVxfX5Ou55f8sYuLCz+TybwRMNLf3++dn5+jk8vl5eU39Ww2G/TlX6+urrzZ2dkBAU9gZGVlBZ08If+qC9r5Y6WlpeQ4jmf/714oI9orhCuOj49peXmZDg4OCDo6OqKSkhKswm0stL+/T5WVlWTbNvchVLQxhjpsiEgkQm1tbWwANy8uLlJ9fT2Vl5dzGzePjY1RR0cH1zFvfX2dOjs7ybIs2tjYoOHhYbLhHizrmyBcc0tuH25GKLhCqMOGQEgTExMcKzQ1NUX/vntHjoiS1l8lxbwYdHJywl4cHh5y3/b2NteF53kcGjYQK66urtL1wzYSKjQtMfyRuru7eRz7hT1FG8L8oaEhsmEAljFJb/Bt0uMoOiwdGmxwaOPj48FebG1tUTqRIqfYDSaXp1I0MjLCdZXFtLa2xp7BSCKRuDnxWCwmVZxSnYZU8Ut1QjKVSkl1rFJtolSTZTweD9o7OztydHRUai0sLMiWlhYpckPTp5J7YmgLIQhpokPMVRAakml6eppc1+WbsJG+73Pq64TE4wNDqOs80qeIMHGSAqvV1dUFmQsjjY2NQeZCu7u71NzcHGQ5rq2trUH+wYbARKxeVVXFhlCHERQtpAjGtYeYU11dze2ysrKbFFEe+Ol02kNCYlIymeRnDZN1/DjJmZkZbus8gnGMbW5u0unpqW8pF1/W1NQMKPc8TOQHULCjwROPvqKiIq5jQYSv2zCiUuANGRkZGRl9R5ZiyGcK/2KK3NyQDHmmfn3fgiFjiiHdAhjSVQwZA0O6v4EhXcOQIRiSQSudZjrRAt7dmSHn5uaooaGBKioqAg9Qurq6fsiQ4jaG1GHk8uKdGRJuK/Tjk9NaWloKQvseQ3Jo7e3tvCcwNjk5SU1NTQEvoYA8enp6uL63t0fz8/NBaDjlwcFBMgz5awx5phLQLZAhz8CQzxRDxpR7bkiGPFMp8Nb8RhgZGRn9iCHNe0jDkIYhzXtI8x7SvIc0MjIyuhNDPn/x9NP9qsbeomgxhWHI7MU5HWa/xgWMvOj/mwpgSJqZlb0CnhTKkMKJkmHIkN+y3394T8Xql1QrEomG+5b9+MkjevCgmRxbqJVtev3qn59+y76dIS2HjdgolhOOIUEeXwY+M23chGPxzeZb9p/EkBk/w39iCmFI/9QnMOSnezX3eiMiQmEYEkaSiWT8P0zZxbn5chQoAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 0 -72px;
    min-width: 18px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    vertical-align: text-bottom;
    resize: none;
    bottom: 12px;
    right: 6px;
    opacity: 0;
    visibility: hidden;
}
/*
    IE6 & 7 fed "normal" png images
*/
.oldie .date-picker-control:link,
.oldie .date-picker-control:visited {
    /*
    IE7 gets a non-base64 encoded image sprite of the base64 encoded image
    declared above. That's all you have to do for IE7 support as it inherits
    the background-position declarations used to reposition the sprite
    */
    *background-image: url("../images/datepicker/datepicker-sprite.png");
    /*
    IE6 gets the filter treatment and an individual image for each animation
    state. This pattern is repeated for all other image-based rules within the
    stylesheet
    */
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/datepicker/datepicker-normal.png');
}
/*
    If the datepicker has a valid date then use a different icon for the
    activation button to let the user know. It's a little detail but it's the
    little things in life etc
*/
.date-picker-dateval:link,
.date-picker-dateval:visited {
    background-position: 0 -108px;
}
/*
    Again, IE6 gets a "normal" png image from the server. Rinse, repeat.
*/
.oldie .date-picker-dateval:link,
.oldie .date-picker-dateval:visited {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/datepicker/datepicker-selected.png');
}
/*
    Hover states etc for the activation button
*/
.date-picker-button-active:link,
.date-picker-button-active:visited,
.date-picker-control:focus,
.date-picker-control:hover,
.date-picker-control:active {
    background-position: 0 0;
}
/*
    IE 6 activation button hover states
*/
.oldie .date-picker-button-active:link,
.oldie .date-picker-button-active:visited,
.oldie .date-picker-control:focus,
.oldie .date-picker-control:hover,
.oldie .date-picker-control:active {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/datepicker/datepicker-focused.png');
}
/*
    Disabled activation button
*/
.date-picker-control-disabled:link,
.date-picker-control-disabled:visited,
.date-picker-control-disabled:hover,
.date-picker-control-disabled:active {
    background-position: 0 -36px;
    cursor: default;
}
/*
    IE 6 disabled activation button
*/
.oldie .date-picker-control-disabled:link,
.oldie .date-picker-control-disabled:visited,
.oldie .date-picker-control-disabled:hover,
.oldie .date-picker-control-disabled:active {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/datepicker/datepicker-disabled.png');
}
.date-picker-control-disabled:hover span,
.date-picker-control-disabled:active span {
    box-shadow: none !important;
}
/*
    Feed IE6 the following rule, IE7 should handle the min-width declared
    previously.
 */
.oldie .date-picker-control {
    _width: 18px;
}
/*
    IE, older Safari & Opera. Seperate CSS rule seems to be required.
*/
.date-picker-control {
    display: inline-block;
}
/*
    Default datepicker "button" styles
*/
.date-picker th span {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1em;
    border: 0 none;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}
/*
    The "month, year" display
*/
.date-picker .month-display,
.date-picker .year-display {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 1.2em;
}
/*
    Generic button class for Next & Previous (both month & year) buttons
*/
.date-picker .prev-but,
.date-picker .next-but {
    font-weight: normal;
    font-size: 2.4em;
    font-family: georgia, times new roman, palatino, times, bookman, serif;
    cursor: pointer;
}
.date-picker .prev-but,
.date-picker .next-but,
.date-picker .today-but {
    transition: all .2s ease-in-out;
}
/*
    Hover effect for Next & Previous (month, year) buttons
*/
.date-picker .prev-but:hover,
.date-picker .next-but:hover,
.date-picker .today-but:hover {
    color: #a84444;
}
.date-picker .prev-but:hover,
.date-picker .next-but:hover {
    /*
    Uncomment this if you want a scale effect

    -webkit-transform:scale(1.6);
       -moz-transform:scale(1.6);
        -ms-transform:scale(1.6);
         -o-transform:scale(1.6);
            transform:scale(1.6);

    text-shadow:0 2px 1px rgba(0,0,0,.4);
    */
}
/*
    Today button
*/
.date-picker .today-but {
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    font-size: 1em;
    width: 100%;
    text-decoration: none;
    padding-top: 0.3em;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}
/*
    Disabled buttons
*/
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover {
    color: #aaa;
    cursor: default !important;
    opacity: 1;
}
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover {
    /*
    Uncomment this if you have uncommented the "scale" rules above

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
}
/*
    The gradient background image
*/
.date-picker table,
.date-picker td,
.date-picker tbody th,
.date-picker .day-disabled,
.date-picker .date-picker-hover.day-disabled,
.date-picker .date-picker-unused,
.date-picker .month-out {
    background-color: #fff;
    background-image: url(data:image/gif;base64,R0lGODlhJgBbAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5f///wAAAAAAAAAAACH5BAEAABwALAAAAAAmAFsAAAX/4CaOZGmeaKqubOu+cCzPWm3feK7vfO//wCAvQywaj8ikcslsOp/QJWZKrVqv2Kx2y+16v9qLeEwum8/otHqttrjf8Lh8Tq/b7/aKfs/v+/+AgYKDhIWGgRSJiouMjY6PkJGSkROVlpeYmZqbnJ2enRKhoqOkpaanqKmqqRGtrq+wsbKztLW2tRC5uru8vb6/wMHCwQ/FxsfIycrLzM3OzQ7R0tPU1dbX0Q3a29zd3t/g4eLj4gzm5+jp6uvs7e7v7gvy8/T19vf4+fr7+gr+/wADChxIsKDBgwYTKFzIsKHDhxAjSpwoEYHFixgzatzIsaPHjx4PiBxJsqTJkyhTi6pcybKly5QGYsqcSbOmzZs4c+rMWaCnz59AgwodSrSo0aIEkipdyrSp06dQo0qdSrUq1AFYs2rdyrWr169gw4odS/argLNo06pdy7at27dw48qd6zaA3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4tOHAIAOw==);
    background-repeat: repeat-x;
    background-position: 0 0;
}
.oldie .date-picker table,
.oldie .date-picker td,
.oldie .date-picker tbody th,
.oldie .date-picker .day-disabled,
.oldie .date-picker .date-picker-hover.day-disabled,
.oldie .date-picker .date-picker-unused,
.oldie .date-picker .month-out {
    *background-image: url("../images/datepicker/datepicker-gradient.gif");
    /*
    Remove from IE6 as it has a bug that never caches images on dynamically
    created elements which results in one http request being made for each
    cell of each table rendered by the script.
    */
    _background-image: none;
}
.date-picker table {
    table-layout: auto;
    empty-cells: show;
    border-spacing: 2px;
    border-collapse: separate;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-position: 0 -20px;
    text-align: center;
    padding: 0.3em;
    width: auto;
    height: auto;
    color: #555;
    font-size: 1em;
    border-radius: 0.8em;
    box-shadow: 0px 0px 5px #aaa;
}
/*
    Create a "Lifted Corners" effect on the table. Ripped straight from @necolas
    http://nicolasgallagher.com/css-drop-shadows-without-images/
*/
.date-picker:before,
.date-picker:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 17px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(-3deg);
}
.date-picker:after {
    right: 10px;
    left: auto;
    transform: rotate(3deg);
}
.oldie .date-picker:before,
.oldie .date-picker:after {
    display: none;
}
/*
    Common TD & TH styling
*/
.date-picker td,
.date-picker tbody th {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-position: 0 -35px;
    width: 3em;
    height: 3em;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    text-transform: none;
    font-weight: normal;
    text-shadow: 0 1px #fff;
    border-radius: 3px;
}
.date-picker th {
    border: 0 none;
    padding: 0;
    font-weight: 700;
    color: #333;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}
.date-picker .date-picker-week-header {
    border: 1px solid #dcdcdc;
    font-style: oblique;
    background: transparent;
    cursor: default;
}
.date-picker .date-picker-thead .date-picker-week-header {
    border: 0 none;
    cursor: help;
}
/*
    The "mon tue wed etc" day header styles
*/
.date-picker .date-picker-day-header {
    cursor: help;
    border: 0 none;
    padding: 0 0 0.2em 0;
    text-transform: lowercase;
    height: auto;
}
/*
    tfoot status bar
*/
.date-picker .date-picker-statusbar {
    cursor: default;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 0 none;
    background: #fff;
    height: 2.8em;
}
/*
    TD cell that is _not_ used to display a day of the month
*/
.date-picker .date-picker-unused {
    border-color: #dcdcdc;
    cursor: default !important;
    background-position: 0 -25px;
}
/*
    The TH cell used to display the "month, year" title
*/
.date-picker .date-picker-title {
    width: auto;
    height: auto;
    padding: 0.4em 0;
}
/*
    The "todays date" cell style
*/
.date-picker .date-picker-today {
    background: #fff url(data:image/gif;base64,R0lGODlhKwEoAJEAAKnT6v////X6+gAAACH5BAAAAAAALAAAAAArASgAAALXjI+py+0Po5y02ouz3lz4D4biSJbmiabqyrbuC8fyLAcCgOf0zvf+DwwKhyJbDkdMKpfMpnNo1D2n1Kr1GowCsNyu99uNgsfksnlnPKvX7LbA5o7L51Q4/Y7P8+z6vv9fwgc4SJgnWIiYuHao2OgY9hgpecU4aXkJVIm5yQmj2QkaavIpWmpKapraiaraasnqGusIK1tbSGub64er23vH6xvsBixcfEZsnAyGrNyMxewcPQUtXb1EbZ0thK3d3cPtHV4jTl5Xft4Ejr4eyO6e9R7/LU8/UwAAOw==) no-repeat 0 0;
}
.oldie .date-picker .date-picker-today {
    *background: #fff url("../images/datepicker/datepicker-today.gif") no-repeat 0 0;
}
.date-picker .month-out.date-picker-highlight {
    color: #b87676;
}
/*
    The "highlight days" style
*/
.date-picker .date-picker-highlight {
    color: #a86666;
}
/*
    The "active cursor" style
*/
.date-picker td {
    /*

    Uncomment this if you want a transition on the cursor cells scale effect

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    */
}
/*
    Keyboard users get a scaled cursor. webKit exhibits buggy behaviour when
    scaling TD cells so commented out until I find a curious CSS based fix.
    Opera no longer appears to apply the scale... ho hum...
*/
.date-picker-focus .date-picker-hover {
    /*
    -webkit-transform:scale(1.25);
    */
    transform: scale(1.25);
}
.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
    background: #fff url(data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAASwAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAwICAgICAwICAwUDAwMFBQQDAwQFBgUFBQUFBggGBwcHBwYICAkKCgoJCAwMDAwMDA4ODg4OEBAQEBAQEBAQEAEDBAQGBgYMCAgMEg4MDhIUEBAQEBQREBAQEBARERAQEBAQEBEQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgAIwIIAwERAAIRAQMRAf/EAHgAAQEBAQEBAAAAAAAAAAAAAAABBAMCCQEBAQEBAQEAAAAAAAAAAAAAAAECAwQFEAABAQgBAwMFAQEBAAAAAAAAEwFh0QIDkwQVVDFBgSFRBRFxkaGyczVEEQEAAgMBAAIDAQAAAAAAAAAAARFRAhITMQMhcTIi/9oADAMBAAIRAxEAPwD6R53yGZJm5EkmRUlZLUnYxjKkzGMYyZvb6npiIp8f7Ps26n8z8uOzzuTUuTRNcwx6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNnncmpcmiOYPTbMmyzuTUuTRHMHptmTZ5vJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZvJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzmf+mpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmzzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZ53JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZZvkqv0+RymfXpVqf201rH4hj7Z/3P7Z1XlpzsWeKLFWiixV4osVeKLFniixZ4osV9miixZ4osWeKLFXiixUUWKvFFioosWeKLFXiixZ4osVaKLFniixZ4osWeKLFWiixUUWKiixV4osWeKLFvXqKLFWiixb06iixZ4osWeKLFniixVoosVFFioosWeKLFniixV4osVeKLFniixZ4osWeKLFXiixUUWKvFFioosWeKLFniixUUWLPFFizxRYq0UWKiixUUWLPFFizxRYs8UWKvFFioosWeKLFXiixZ4osVaKLFXii3n5Wp9PlMxntWq/20a/EL9v9z+5ZWVTTnYq8FirPcFivqCxV4LFXgsVBYo/9gsVBYqCxV4LFQWK+nUFirwWKgFXgsVBYq8FioLFQWKgsVZ7gsVeCxUFirwCoLFX/ALBYqCxUFioLFfUFirwWKs9wWKgsVeCxV4LFQWKv/YLFQWKvBYqAVBYq8FioLFfTqCxV4LFQCr/2CxUFivqCxV4LFWe4LFQWKvBYq8FjaoLFQWKvBYr3+oLFQDKoLFXgsVZ7gsV9QW7fLf8AWzf96v8AbSa/EN/b/c/uWQ05J5AM69QHdoDyBfIACAXsBAHkAzoA7dQHkCsIIUPIBgFYAaBADfuAb0AoEZ9wKBAAAAzqBWgQA37gX2AnkB5AoE8+QKzuBG+AKQQoeQDOgDt1AeQKAAgFaBADfuBfYCeQHkCt6AQA37gOwFIBRPIBnXqA7tA2fLf9bN/3q/20zr8Q6fb/AHP7lkNOQwgFAgNAAOwAB2KJ+AKQOxQIAAIn4KqkAoAAJ+AK0gAADAHcAA7tKAAA0AAIAD2AM6AAABncojfAFAn4ApA7FAgAAAD2KDQAAgAPYAzoAaUAHYgdigRAqjCAUCD/2Q==) no-repeat 0 0;
    cursor: pointer;
    border-color: #6482aa !important;
    border-color: rgba(100, 130, 170, 0.7) !important;
    color: #6482aa;
    text-shadow: 0px 1px 1px #fff;
    box-shadow: 0 0 6px rgba(100, 130, 170, 0.6);
    background-size: cover;
}
.oldie .date-picker .date-picker-hover,
.oldie .date-picker .month-out.date-picker-hover {
    *background: #fff url("../images/datepicker/datepicker-cursor.jpg") no-repeat 0 0;
}
/*
    The "disabled days" style
*/
.date-picker .day-disabled {
    color: #888;
    cursor: default;
    text-decoration: line-through;
    background-position: 0 -15px;
}
.date-picker .month-out {
    border-color: #ddd;
    border-color: rgba(220, 220, 220, 0.8);
    color: #aaa;
    background-position: 0 -25px;
}
/*
    The "selected date" style - color changed below also
*/
.date-picker .date-picker-selected-date {
    border-color: #888 !important;
    border-color: rgba(7, 7, 7, 0.6) !important;
}
/*
    The date "out of range" style
*/
.date-picker .out-of-range,
.date-picker .not-selectable {
    color: #ccc;
    font-style: oblique;
    background: #fcfcfc;
    cursor: default;
}
/*
    Week number "out of range" && "month-out" styles
*/
.date-picker th.month-out,
.date-picker th.out-of-range {
    color: #aaa;
    font-style: oblique;
    background: #fcfcfc;
}
/*
    Week numbers "out of range"
*/
.date-picker .out-of-range {
    opacity: 0.6;
}
/*
    Used when the entire grid is full but the next/prev months dates cannot be
    selected
*/
.date-picker .not-selectable {
    opacity: 0.8;
}
.oldie .date-picker .out-of-range {
    filter: alpha(opacity=60);
}
.oldie .date-picker .not-selectable {
    filter: alpha(opacity=80);
}
.date-picker tr {
    display: table-row;
}
.date-picker sup {
    font-size: 0.86em;
    letter-spacing: normal;
    text-transform: none;
    height: 0;
    line-height: 1;
    position: relative;
    top: -0.2em;
    vertical-align: baseline !important;
    vertical-align: top;
}
.date-picker .date-picker-day-header,
.date-picker .month-display,
.date-picker .year-display {
    text-shadow: 0px 1px 1px #fff;
}
.date-picker .month-display,
.date-picker .year-display {
    cursor: default;
}
.date-picker td:focus,
.date-picker .date-picker-hover {
    overflow: hidden;
    -o-highlight: 0 none;
}
/*
    The "pulse" animation on focused button and datepicker cursor
*/
.date-picker-focus .date-picker-hover,
.date-picker-control:focus span {
    -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
    -moz-animation: fd-dp-pulse 1.5s infinite alternate;
    -ms-animation: fd-dp-pulse 1.5s infinite alternate;
    -o-animation: fd-dp-pulse 1.5s infinite alternate;
}
/*
    The "selected date" style
*/
.date-picker .date-picker-selected-date {
    color: #333;
    color: rgba(3, 3, 3, 0.8);
    font-weight: 700;
    font-size: 1.2em;
    width: 2.4em;
    height: 2.4em;
}
/*
    Remove the box-shadow & lifted corner effect for the inline datepickers
*/
.static-datepicker table {
    box-shadow: 0 0 0 transparent;
}
.static-datepicker:before,
.static-datepicker:after {
    display: none;
}
/*
    Add a box-shadow and enhance border for datepickers that have keyboard focus
*/
.date-picker-focus table {
    border-color: #999;
    border-color: rgba(153, 153, 153, 0.8);
    box-shadow: 0px 0px 5px #aaa;
}
/*
    Draggable datepickers
*/
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
    cursor: move;
}
/*
    Disabled datePicker
*/
.date-picker-disabled table {
    opacity: .8 !important;
}
.date-picker-disabled table:before,
.date-picker-disabled table:after {
    display: none;
}
.oldie .date-picker-disabled table {
    filter: alpha(opacity=80);
}
.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
    cursor: default !important;
}
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover {
    /*
    Uncomment this if you have used the previous scale rules previously
    declared within the file (for the prev-but and next-but classes)

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
    text-shadow: none;
}
body.fd-drag-active {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
/*
    Glow effect for the focused (keyboard active) cursor cell and popup
    datepickers activation button
*/
@-webkit-keyframes fd-dp-pulse {
    from {
        box-shadow: 0 0 2px rgba(100, 130, 170, 0.8);
    }
    to {
        box-shadow: 0 0 6px rgba(10, 130, 170, 0.5);
    }
}
/* stylelint-enable */
@font-face {
    font-family: 'icons';
    src: url("../fonts/custom/icons.woff2") format("woff2"), url("../fonts/custom/icons.woff") format("woff");
}
.icon::before {
    font-family: 'icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    font-size: 30px;
}
.icon-001-document-doc::before {
    content: '\E001';
}
.icon-002-document-jpg::before {
    content: '\E002';
}
.icon-003-document-pdf::before {
    content: '\E003';
}
.icon-004-document-ppt::before {
    content: '\E004';
}
.icon-005-document-unknown::before {
    content: '\E005';
}
.icon-006-document-xls::before {
    content: '\E006';
}
.icon-007-document-zip::before {
    content: '\E007';
}
.icon-008-recycle-bin::before {
    content: '\E008';
}
.icon-009-edit::before {
    content: '\E009';
}
.icon-010-fil-infos::before {
    content: '\E00A';
}
.icon-011-en-ce-moment::before {
    content: '\E00B';
}
.icon-012-a-lire::before {
    content: '\E00C';
}
.icon-013-en-images::before {
    content: '\E00D';
}
.icon-014-my-city::before {
    content: '\E00E';
}
.icon-015-avancer-ensemble::before {
    content: '\E00F';
}
.icon-016-comments::before {
    content: '\E010';
}
.icon-017-voting::before {
    content: '\E011';
}
.icon-018-our-territory::before {
    content: '\E012';
}
.icon-019-social::before {
    content: '\E013';
}
.icon-020-on-the-web::before {
    content: '\E014';
}
.icon-021-footer-move::before {
    content: '\E015';
}
.icon-022-on-the-site::before {
    content: '\E016';
}
.icon-023-telecharger::before {
    content: '\E017';
}
.icon-024-localiser::before {
    content: '\E018';
}
.icon-025-buildings::before {
    content: '\E019';
}
.icon-026-info::before {
    content: '\E01A';
}
.icon-027-travaux::before {
    content: '\E01B';
}
.icon-028-projects1::before {
    content: '\E01C';
}
.icon-029-projects2::before {
    content: '\E01D';
}
.icon-030-projects3::before {
    content: '\E01E';
}
.icon-031-next-council::before {
    content: '\E01F';
}
.icon-032-24::before {
    content: '\E020';
}
.icon-033-baby::before {
    content: '\E021';
}
.icon-034-bin::before {
    content: '\E022';
}
.icon-035-box::before {
    content: '\E023';
}
.icon-036-bus::before {
    content: '\E024';
}
.icon-037-doctor::before {
    content: '\E025';
}
.icon-038-guitar::before {
    content: '\E026';
}
.icon-039-kite::before {
    content: '\E027';
}
.icon-040-list::before {
    content: '\E028';
}
.icon-041-map::before {
    content: '\E029';
}
.icon-042-news::before {
    content: '\E02A';
}
.icon-043-parking::before {
    content: '\E02B';
}
.icon-044-phone::before {
    content: '\E02C';
}
.icon-045-phonebook::before {
    content: '\E02D';
}
.icon-046-pool::before {
    content: '\E02E';
}
.icon-047-script::before {
    content: '\E02F';
}
.icon-048-archery::before {
    content: '\E030';
}
.icon-049-badge::before {
    content: '\E031';
}
.icon-050-checklist::before {
    content: '\E032';
}
.icon-051-creditcard::before {
    content: '\E033';
}
.icon-052-eraser::before {
    content: '\E034';
}
.icon-053-lock::before {
    content: '\E035';
}
.icon-054-user-repeat::before {
    content: '\E036';
}
.icon-055-warning::before {
    content: '\E037';
}
.icon-056-organigramme::before {
    content: '\E038';
}
.icon-057-avatar1::before {
    content: '\E039';
}
.icon-058-avatar2::before {
    content: '\E03A';
}
.icon-059-avatar3::before {
    content: '\E03B';
}
.icon-060-avatar4::before {
    content: '\E03C';
}
.icon-061-avatar5::before {
    content: '\E03D';
}
.icon-062-avatar6::before {
    content: '\E03E';
}
.icon-063-avatar7::before {
    content: '\E03F';
}
.icon-064-avatar8::before {
    content: '\E040';
}
.icon-065-avatar9::before {
    content: '\E041';
}
.icon-066-account::before {
    content: '\E042';
}
.icon-067-lettre-2::before {
    content: '\E043';
}
.icon-068-notes::before {
    content: '\E044';
}
.icon-069-script-2::before {
    content: '\E045';
}
.icon-070-house::before {
    content: '\E046';
}
.icon-071-exclamation::before {
    content: '\E047';
}
.icon-072-canton::before {
    content: '\E048';
}
.icon-073-carte-interactive::before {
    content: '\E049';
}
.icon-074-annuaires::before {
    content: '\E04A';
}
.icon-075-routes::before {
    content: '\E04B';
}
.icon-076-guide-des-aides::before {
    content: '\E04C';
}
.icon-077-demarches::before {
    content: '\E04D';
}
.icon-078-nous-contacter::before {
    content: '\E04E';
}
.icon-079-nous-rejoindre::before {
    content: '\E04F';
}
.icon-080-marches-publics::before {
    content: '\E050';
}
.icon-081-file::before {
    content: '\E051';
}
.icon-icons.html::before {
    content: '\E052';
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
    font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("../fonts/fa-light-300.eot");
    src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}
.fa-xs {
    font-size: .75em;
}
.fa-sm {
    font-size: .875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
            filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}
.fa-abacus:before {
    content: "\f640";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-acorn:before {
    content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
    content: "\f6af";
}
.fa-ad:before {
    content: "\f641";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adobe:before {
    content: "\f778";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-air-freshener:before {
    content: "\f5d0";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-alarm-clock:before {
    content: "\f34e";
}
.fa-alarm-exclamation:before {
    content: "\f843";
}
.fa-alarm-plus:before {
    content: "\f844";
}
.fa-alarm-snooze:before {
    content: "\f845";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-alicorn:before {
    content: "\f6b0";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-slash:before {
    content: "\f846";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-allergies:before {
    content: "\f461";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-analytics:before {
    content: "\f643";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angel:before {
    content: "\f779";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angry:before {
    content: "\f556";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-ankh:before {
    content: "\f644";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-alt:before {
    content: "\f5d1";
}
.fa-apple-crate:before {
    content: "\f6b1";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-archive:before {
    content: "\f187";
}
.fa-archway:before {
    content: "\f557";
}
.fa-arrow-alt-circle-down:before {
    content: "\f358";
}
.fa-arrow-alt-circle-left:before {
    content: "\f359";
}
.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}
.fa-arrow-alt-down:before {
    content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
    content: "\f346";
}
.fa-arrow-alt-from-left:before {
    content: "\f347";
}
.fa-arrow-alt-from-right:before {
    content: "\f348";
}
.fa-arrow-alt-from-top:before {
    content: "\f349";
}
.fa-arrow-alt-left:before {
    content: "\f355";
}
.fa-arrow-alt-right:before {
    content: "\f356";
}
.fa-arrow-alt-square-down:before {
    content: "\f350";
}
.fa-arrow-alt-square-left:before {
    content: "\f351";
}
.fa-arrow-alt-square-right:before {
    content: "\f352";
}
.fa-arrow-alt-square-up:before {
    content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
    content: "\f34a";
}
.fa-arrow-alt-to-left:before {
    content: "\f34b";
}
.fa-arrow-alt-to-right:before {
    content: "\f34c";
}
.fa-arrow-alt-to-top:before {
    content: "\f34d";
}
.fa-arrow-alt-up:before {
    content: "\f357";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-from-bottom:before {
    content: "\f342";
}
.fa-arrow-from-left:before {
    content: "\f343";
}
.fa-arrow-from-right:before {
    content: "\f344";
}
.fa-arrow-from-top:before {
    content: "\f345";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-square-down:before {
    content: "\f339";
}
.fa-arrow-square-left:before {
    content: "\f33a";
}
.fa-arrow-square-right:before {
    content: "\f33b";
}
.fa-arrow-square-up:before {
    content: "\f33c";
}
.fa-arrow-to-bottom:before {
    content: "\f33d";
}
.fa-arrow-to-left:before {
    content: "\f33e";
}
.fa-arrow-to-right:before {
    content: "\f340";
}
.fa-arrow-to-top:before {
    content: "\f341";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-arrows-alt-h:before {
    content: "\f337";
}
.fa-arrows-alt-v:before {
    content: "\f338";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-atlas:before {
    content: "\f558";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-atom:before {
    content: "\f5d2";
}
.fa-atom-alt:before {
    content: "\f5d3";
}
.fa-audible:before {
    content: "\f373";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-award:before {
    content: "\f559";
}
.fa-aws:before {
    content: "\f375";
}
.fa-axe:before {
    content: "\f6b2";
}
.fa-axe-battle:before {
    content: "\f6b3";
}
.fa-baby:before {
    content: "\f77c";
}
.fa-baby-carriage:before {
    content: "\f77d";
}
.fa-backpack:before {
    content: "\f5d4";
}
.fa-backspace:before {
    content: "\f55a";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-bacon:before {
    content: "\f7e5";
}
.fa-badge:before {
    content: "\f335";
}
.fa-badge-check:before {
    content: "\f336";
}
.fa-badge-dollar:before {
    content: "\f645";
}
.fa-badge-percent:before {
    content: "\f646";
}
.fa-badger-honey:before {
    content: "\f6b4";
}
.fa-bags-shopping:before {
    content: "\f847";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-balance-scale-left:before {
    content: "\f515";
}
.fa-balance-scale-right:before {
    content: "\f516";
}
.fa-ball-pile:before {
    content: "\f77e";
}
.fa-ballot:before {
    content: "\f732";
}
.fa-ballot-check:before {
    content: "\f733";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-band-aid:before {
    content: "\f462";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-barcode-alt:before {
    content: "\f463";
}
.fa-barcode-read:before {
    content: "\f464";
}
.fa-barcode-scan:before {
    content: "\f465";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-baseball:before {
    content: "\f432";
}
.fa-baseball-ball:before {
    content: "\f433";
}
.fa-basketball-ball:before {
    content: "\f434";
}
.fa-basketball-hoop:before {
    content: "\f435";
}
.fa-bat:before {
    content: "\f6b5";
}
.fa-bath:before {
    content: "\f2cd";
}
.fa-battery-bolt:before {
    content: "\f376";
}
.fa-battery-empty:before {
    content: "\f244";
}
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-slash:before {
    content: "\f377";
}
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-bed:before {
    content: "\f236";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-bell-exclamation:before {
    content: "\f848";
}
.fa-bell-plus:before {
    content: "\f849";
}
.fa-bell-school:before {
    content: "\f5d5";
}
.fa-bell-school-slash:before {
    content: "\f5d6";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bells:before {
    content: "\f77f";
}
.fa-bezier-curve:before {
    content: "\f55b";
}
.fa-bible:before {
    content: "\f647";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-biking:before {
    content: "\f84a";
}
.fa-biking-mountain:before {
    content: "\f84b";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-biohazard:before {
    content: "\f780";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blanket:before {
    content: "\f498";
}
.fa-blender:before {
    content: "\f517";
}
.fa-blender-phone:before {
    content: "\f6b6";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-blog:before {
    content: "\f781";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bold:before {
    content: "\f032";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-bone:before {
    content: "\f5d7";
}
.fa-bone-break:before {
    content: "\f5d8";
}
.fa-bong:before {
    content: "\f55c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-book-alt:before {
    content: "\f5d9";
}
.fa-book-dead:before {
    content: "\f6b7";
}
.fa-book-heart:before {
    content: "\f499";
}
.fa-book-medical:before {
    content: "\f7e6";
}
.fa-book-open:before {
    content: "\f518";
}
.fa-book-reader:before {
    content: "\f5da";
}
.fa-book-spells:before {
    content: "\f6b8";
}
.fa-book-user:before {
    content: "\f7e7";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-books:before {
    content: "\f5db";
}
.fa-books-medical:before {
    content: "\f7e8";
}
.fa-boot:before {
    content: "\f782";
}
.fa-booth-curtain:before {
    content: "\f734";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-bottom:before {
    content: "\f84d";
}
.fa-border-center-h:before {
    content: "\f89c";
}
.fa-border-center-v:before {
    content: "\f89d";
}
.fa-border-inner:before {
    content: "\f84e";
}
.fa-border-left:before {
    content: "\f84f";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-outer:before {
    content: "\f851";
}
.fa-border-right:before {
    content: "\f852";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-border-style-alt:before {
    content: "\f854";
}
.fa-border-top:before {
    content: "\f855";
}
.fa-bow-arrow:before {
    content: "\f6b9";
}
.fa-bowling-ball:before {
    content: "\f436";
}
.fa-bowling-pins:before {
    content: "\f437";
}
.fa-box:before {
    content: "\f466";
}
.fa-box-alt:before {
    content: "\f49a";
}
.fa-box-ballot:before {
    content: "\f735";
}
.fa-box-check:before {
    content: "\f467";
}
.fa-box-fragile:before {
    content: "\f49b";
}
.fa-box-full:before {
    content: "\f49c";
}
.fa-box-heart:before {
    content: "\f49d";
}
.fa-box-open:before {
    content: "\f49e";
}
.fa-box-up:before {
    content: "\f49f";
}
.fa-box-usd:before {
    content: "\f4a0";
}
.fa-boxes:before {
    content: "\f468";
}
.fa-boxes-alt:before {
    content: "\f4a1";
}
.fa-boxing-glove:before {
    content: "\f438";
}
.fa-brackets:before {
    content: "\f7e9";
}
.fa-brackets-curly:before {
    content: "\f7ea";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-brain:before {
    content: "\f5dc";
}
.fa-bread-loaf:before {
    content: "\f7eb";
}
.fa-bread-slice:before {
    content: "\f7ec";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-briefcase-medical:before {
    content: "\f469";
}
.fa-bring-forward:before {
    content: "\f856";
}
.fa-bring-front:before {
    content: "\f857";
}
.fa-broadcast-tower:before {
    content: "\f519";
}
.fa-broom:before {
    content: "\f51a";
}
.fa-browser:before {
    content: "\f37e";
}
.fa-brush:before {
    content: "\f55d";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-bug:before {
    content: "\f188";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-bullseye-arrow:before {
    content: "\f648";
}
.fa-bullseye-pointer:before {
    content: "\f649";
}
.fa-burger-soda:before {
    content: "\f858";
}
.fa-burn:before {
    content: "\f46a";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-burrito:before {
    content: "\f7ed";
}
.fa-bus:before {
    content: "\f207";
}
.fa-bus-alt:before {
    content: "\f55e";
}
.fa-bus-school:before {
    content: "\f5dd";
}
.fa-business-time:before {
    content: "\f64a";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-cabinet-filing:before {
    content: "\f64b";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-calculator-alt:before {
    content: "\f64c";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-calendar-check:before {
    content: "\f274";
}
.fa-calendar-day:before {
    content: "\f783";
}
.fa-calendar-edit:before {
    content: "\f333";
}
.fa-calendar-exclamation:before {
    content: "\f334";
}
.fa-calendar-minus:before {
    content: "\f272";
}
.fa-calendar-plus:before {
    content: "\f271";
}
.fa-calendar-star:before {
    content: "\f736";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-calendar-week:before {
    content: "\f784";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-alt:before {
    content: "\f332";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-campfire:before {
    content: "\f6ba";
}
.fa-campground:before {
    content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-candle-holder:before {
    content: "\f6bc";
}
.fa-candy-cane:before {
    content: "\f786";
}
.fa-candy-corn:before {
    content: "\f6bd";
}
.fa-cannabis:before {
    content: "\f55f";
}
.fa-capsules:before {
    content: "\f46b";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-car-alt:before {
    content: "\f5de";
}
.fa-car-battery:before {
    content: "\f5df";
}
.fa-car-building:before {
    content: "\f859";
}
.fa-car-bump:before {
    content: "\f5e0";
}
.fa-car-bus:before {
    content: "\f85a";
}
.fa-car-crash:before {
    content: "\f5e1";
}
.fa-car-garage:before {
    content: "\f5e2";
}
.fa-car-mechanic:before {
    content: "\f5e3";
}
.fa-car-side:before {
    content: "\f5e4";
}
.fa-car-tilt:before {
    content: "\f5e5";
}
.fa-car-wash:before {
    content: "\f5e6";
}
.fa-caret-circle-down:before {
    content: "\f32d";
}
.fa-caret-circle-left:before {
    content: "\f32e";
}
.fa-caret-circle-right:before {
    content: "\f330";
}
.fa-caret-circle-up:before {
    content: "\f331";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-square-down:before {
    content: "\f150";
}
.fa-caret-square-left:before {
    content: "\f191";
}
.fa-caret-square-right:before {
    content: "\f152";
}
.fa-caret-square-up:before {
    content: "\f151";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-carrot:before {
    content: "\f787";
}
.fa-cars:before {
    content: "\f85b";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cash-register:before {
    content: "\f788";
}
.fa-cat:before {
    content: "\f6be";
}
.fa-cauldron:before {
    content: "\f6bf";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-chair:before {
    content: "\f6c0";
}
.fa-chair-office:before {
    content: "\f6c1";
}
.fa-chalkboard:before {
    content: "\f51b";
}
.fa-chalkboard-teacher:before {
    content: "\f51c";
}
.fa-charging-station:before {
    content: "\f5e7";
}
.fa-chart-area:before {
    content: "\f1fe";
}
.fa-chart-bar:before {
    content: "\f080";
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-chart-line-down:before {
    content: "\f64d";
}
.fa-chart-network:before {
    content: "\f78a";
}
.fa-chart-pie:before {
    content: "\f200";
}
.fa-chart-pie-alt:before {
    content: "\f64e";
}
.fa-chart-scatter:before {
    content: "\f7ee";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check-double:before {
    content: "\f560";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-cheese:before {
    content: "\f7ef";
}
.fa-cheese-swiss:before {
    content: "\f7f0";
}
.fa-cheeseburger:before {
    content: "\f7f1";
}
.fa-chess:before {
    content: "\f439";
}
.fa-chess-bishop:before {
    content: "\f43a";
}
.fa-chess-bishop-alt:before {
    content: "\f43b";
}
.fa-chess-board:before {
    content: "\f43c";
}
.fa-chess-clock:before {
    content: "\f43d";
}
.fa-chess-clock-alt:before {
    content: "\f43e";
}
.fa-chess-king:before {
    content: "\f43f";
}
.fa-chess-king-alt:before {
    content: "\f440";
}
.fa-chess-knight:before {
    content: "\f441";
}
.fa-chess-knight-alt:before {
    content: "\f442";
}
.fa-chess-pawn:before {
    content: "\f443";
}
.fa-chess-pawn-alt:before {
    content: "\f444";
}
.fa-chess-queen:before {
    content: "\f445";
}
.fa-chess-queen-alt:before {
    content: "\f446";
}
.fa-chess-rook:before {
    content: "\f447";
}
.fa-chess-rook-alt:before {
    content: "\f448";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-double-down:before {
    content: "\f322";
}
.fa-chevron-double-left:before {
    content: "\f323";
}
.fa-chevron-double-right:before {
    content: "\f324";
}
.fa-chevron-double-up:before {
    content: "\f325";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-square-down:before {
    content: "\f329";
}
.fa-chevron-square-left:before {
    content: "\f32a";
}
.fa-chevron-square-right:before {
    content: "\f32b";
}
.fa-chevron-square-up:before {
    content: "\f32c";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-chimney:before {
    content: "\f78b";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-church:before {
    content: "\f51d";
}
.fa-circle:before {
    content: "\f111";
}
.fa-circle-notch:before {
    content: "\f1ce";
}
.fa-city:before {
    content: "\f64f";
}
.fa-claw-marks:before {
    content: "\f6c2";
}
.fa-clinic-medical:before {
    content: "\f7f2";
}
.fa-clipboard:before {
    content: "\f328";
}
.fa-clipboard-check:before {
    content: "\f46c";
}
.fa-clipboard-list:before {
    content: "\f46d";
}
.fa-clipboard-list-check:before {
    content: "\f737";
}
.fa-clipboard-prescription:before {
    content: "\f5e8";
}
.fa-clipboard-user:before {
    content: "\f7f3";
}
.fa-clock:before {
    content: "\f017";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-closed-captioning:before {
    content: "\f20a";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-download-alt:before {
    content: "\f381";
}
.fa-cloud-drizzle:before {
    content: "\f738";
}
.fa-cloud-hail:before {
    content: "\f739";
}
.fa-cloud-hail-mixed:before {
    content: "\f73a";
}
.fa-cloud-meatball:before {
    content: "\f73b";
}
.fa-cloud-moon:before {
    content: "\f6c3";
}
.fa-cloud-moon-rain:before {
    content: "\f73c";
}
.fa-cloud-rain:before {
    content: "\f73d";
}
.fa-cloud-rainbow:before {
    content: "\f73e";
}
.fa-cloud-showers:before {
    content: "\f73f";
}
.fa-cloud-showers-heavy:before {
    content: "\f740";
}
.fa-cloud-sleet:before {
    content: "\f741";
}
.fa-cloud-snow:before {
    content: "\f742";
}
.fa-cloud-sun:before {
    content: "\f6c4";
}
.fa-cloud-sun-rain:before {
    content: "\f743";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-cloud-upload-alt:before {
    content: "\f382";
}
.fa-clouds:before {
    content: "\f744";
}
.fa-clouds-moon:before {
    content: "\f745";
}
.fa-clouds-sun:before {
    content: "\f746";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-club:before {
    content: "\f327";
}
.fa-cocktail:before {
    content: "\f561";
}
.fa-code:before {
    content: "\f121";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-code-commit:before {
    content: "\f386";
}
.fa-code-merge:before {
    content: "\f387";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-coffee-togo:before {
    content: "\f6c5";
}
.fa-coffin:before {
    content: "\f6c6";
}
.fa-cog:before {
    content: "\f013";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-coin:before {
    content: "\f85c";
}
.fa-coins:before {
    content: "\f51e";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comment-alt-check:before {
    content: "\f4a2";
}
.fa-comment-alt-dollar:before {
    content: "\f650";
}
.fa-comment-alt-dots:before {
    content: "\f4a3";
}
.fa-comment-alt-edit:before {
    content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
    content: "\f4a5";
}
.fa-comment-alt-lines:before {
    content: "\f4a6";
}
.fa-comment-alt-medical:before {
    content: "\f7f4";
}
.fa-comment-alt-minus:before {
    content: "\f4a7";
}
.fa-comment-alt-plus:before {
    content: "\f4a8";
}
.fa-comment-alt-slash:before {
    content: "\f4a9";
}
.fa-comment-alt-smile:before {
    content: "\f4aa";
}
.fa-comment-alt-times:before {
    content: "\f4ab";
}
.fa-comment-check:before {
    content: "\f4ac";
}
.fa-comment-dollar:before {
    content: "\f651";
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.fa-comment-edit:before {
    content: "\f4ae";
}
.fa-comment-exclamation:before {
    content: "\f4af";
}
.fa-comment-lines:before {
    content: "\f4b0";
}
.fa-comment-medical:before {
    content: "\f7f5";
}
.fa-comment-minus:before {
    content: "\f4b1";
}
.fa-comment-plus:before {
    content: "\f4b2";
}
.fa-comment-slash:before {
    content: "\f4b3";
}
.fa-comment-smile:before {
    content: "\f4b4";
}
.fa-comment-times:before {
    content: "\f4b5";
}
.fa-comments:before {
    content: "\f086";
}
.fa-comments-alt:before {
    content: "\f4b6";
}
.fa-comments-alt-dollar:before {
    content: "\f652";
}
.fa-comments-dollar:before {
    content: "\f653";
}
.fa-compact-disc:before {
    content: "\f51f";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-compass-slash:before {
    content: "\f5e9";
}
.fa-compress:before {
    content: "\f066";
}
.fa-compress-alt:before {
    content: "\f422";
}
.fa-compress-arrows-alt:before {
    content: "\f78c";
}
.fa-compress-wide:before {
    content: "\f326";
}
.fa-concierge-bell:before {
    content: "\f562";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-construction:before {
    content: "\f85d";
}
.fa-container-storage:before {
    content: "\f4b7";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-conveyor-belt:before {
    content: "\f46e";
}
.fa-conveyor-belt-alt:before {
    content: "\f46f";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-cookie-bite:before {
    content: "\f564";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-corn:before {
    content: "\f6c7";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-couch:before {
    content: "\f4b8";
}
.fa-cow:before {
    content: "\f6c8";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-credit-card-blank:before {
    content: "\f389";
}
.fa-credit-card-front:before {
    content: "\f38a";
}
.fa-cricket:before {
    content: "\f449";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-croissant:before {
    content: "\f7f6";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crop-alt:before {
    content: "\f565";
}
.fa-cross:before {
    content: "\f654";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-crow:before {
    content: "\f520";
}
.fa-crown:before {
    content: "\f521";
}
.fa-crutch:before {
    content: "\f7f7";
}
.fa-crutches:before {
    content: "\f7f8";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-curling:before {
    content: "\f44a";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dagger:before {
    content: "\f6cb";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-debug:before {
    content: "\f7f9";
}
.fa-deer:before {
    content: "\f78e";
}
.fa-deer-rudolph:before {
    content: "\f78f";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-democrat:before {
    content: "\f747";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-desktop-alt:before {
    content: "\f390";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dewpoint:before {
    content: "\f748";
}
.fa-dharmachakra:before {
    content: "\f655";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diagnoses:before {
    content: "\f470";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-dice:before {
    content: "\f522";
}
.fa-dice-d10:before {
    content: "\f6cd";
}
.fa-dice-d12:before {
    content: "\f6ce";
}
.fa-dice-d20:before {
    content: "\f6cf";
}
.fa-dice-d4:before {
    content: "\f6d0";
}
.fa-dice-d6:before {
    content: "\f6d1";
}
.fa-dice-d8:before {
    content: "\f6d2";
}
.fa-dice-five:before {
    content: "\f523";
}
.fa-dice-four:before {
    content: "\f524";
}
.fa-dice-one:before {
    content: "\f525";
}
.fa-dice-six:before {
    content: "\f526";
}
.fa-dice-three:before {
    content: "\f527";
}
.fa-dice-two:before {
    content: "\f528";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digging:before {
    content: "\f85e";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-digital-tachograph:before {
    content: "\f566";
}
.fa-diploma:before {
    content: "\f5ea";
}
.fa-directions:before {
    content: "\f5eb";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-disease:before {
    content: "\f7fa";
}
.fa-divide:before {
    content: "\f529";
}
.fa-dizzy:before {
    content: "\f567";
}
.fa-dna:before {
    content: "\f471";
}
.fa-do-not-enter:before {
    content: "\f5ec";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-dog:before {
    content: "\f6d3";
}
.fa-dog-leashed:before {
    content: "\f6d4";
}
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-dolly:before {
    content: "\f472";
}
.fa-dolly-empty:before {
    content: "\f473";
}
.fa-dolly-flatbed:before {
    content: "\f474";
}
.fa-dolly-flatbed-alt:before {
    content: "\f475";
}
.fa-dolly-flatbed-empty:before {
    content: "\f476";
}
.fa-donate:before {
    content: "\f4b9";
}
.fa-door-closed:before {
    content: "\f52a";
}
.fa-door-open:before {
    content: "\f52b";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-dove:before {
    content: "\f4ba";
}
.fa-download:before {
    content: "\f019";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-drafting-compass:before {
    content: "\f568";
}
.fa-dragon:before {
    content: "\f6d5";
}
.fa-draw-circle:before {
    content: "\f5ed";
}
.fa-draw-polygon:before {
    content: "\f5ee";
}
.fa-draw-square:before {
    content: "\f5ef";
}
.fa-dreidel:before {
    content: "\f792";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-drone:before {
    content: "\f85f";
}
.fa-drone-alt:before {
    content: "\f860";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drum:before {
    content: "\f569";
}
.fa-drum-steelpan:before {
    content: "\f56a";
}
.fa-drumstick:before {
    content: "\f6d6";
}
.fa-drumstick-bite:before {
    content: "\f6d7";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dryer:before {
    content: "\f861";
}
.fa-dryer-alt:before {
    content: "\f862";
}
.fa-duck:before {
    content: "\f6d8";
}
.fa-dumbbell:before {
    content: "\f44b";
}
.fa-dumpster:before {
    content: "\f793";
}
.fa-dumpster-fire:before {
    content: "\f794";
}
.fa-dungeon:before {
    content: "\f6d9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-ear:before {
    content: "\f5f0";
}
.fa-ear-muffs:before {
    content: "\f795";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-eclipse:before {
    content: "\f749";
}
.fa-eclipse-alt:before {
    content: "\f74a";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edit:before {
    content: "\f044";
}
.fa-egg:before {
    content: "\f7fb";
}
.fa-egg-fried:before {
    content: "\f7fc";
}
.fa-eject:before {
    content: "\f052";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-elephant:before {
    content: "\f6da";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-h-alt:before {
    content: "\f39b";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-ellipsis-v-alt:before {
    content: "\f39c";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-empty-set:before {
    content: "\f656";
}
.fa-engine-warning:before {
    content: "\f5f2";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-dollar:before {
    content: "\f657";
}
.fa-envelope-open-text:before {
    content: "\f658";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-envira:before {
    content: "\f299";
}
.fa-equals:before {
    content: "\f52c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-ethernet:before {
    content: "\f796";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-euro-sign:before {
    content: "\f153";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-exchange-alt:before {
    content: "\f362";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-exclamation-square:before {
    content: "\f321";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-expand:before {
    content: "\f065";
}
.fa-expand-alt:before {
    content: "\f424";
}
.fa-expand-arrows:before {
    content: "\f31d";
}
.fa-expand-arrows-alt:before {
    content: "\f31e";
}
.fa-expand-wide:before {
    content: "\f320";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-external-link-alt:before {
    content: "\f35d";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-external-link-square-alt:before {
    content: "\f360";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-dropper:before {
    content: "\f1fb";
}
.fa-eye-evil:before {
    content: "\f6db";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fan:before {
    content: "\f863";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-farm:before {
    content: "\f864";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-feather:before {
    content: "\f52d";
}
.fa-feather-alt:before {
    content: "\f56b";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-female:before {
    content: "\f182";
}
.fa-field-hockey:before {
    content: "\f44c";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-figma:before {
    content: "\f799";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-file-audio:before {
    content: "\f1c7";
}
.fa-file-certificate:before {
    content: "\f5f3";
}
.fa-file-chart-line:before {
    content: "\f659";
}
.fa-file-chart-pie:before {
    content: "\f65a";
}
.fa-file-check:before {
    content: "\f316";
}
.fa-file-code:before {
    content: "\f1c9";
}
.fa-file-contract:before {
    content: "\f56c";
}
.fa-file-csv:before {
    content: "\f6dd";
}
.fa-file-download:before {
    content: "\f56d";
}
.fa-file-edit:before {
    content: "\f31c";
}
.fa-file-excel:before {
    content: "\f1c3";
}
.fa-file-exclamation:before {
    content: "\f31a";
}
.fa-file-export:before {
    content: "\f56e";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-import:before {
    content: "\f56f";
}
.fa-file-invoice:before {
    content: "\f570";
}
.fa-file-invoice-dollar:before {
    content: "\f571";
}
.fa-file-medical:before {
    content: "\f477";
}
.fa-file-medical-alt:before {
    content: "\f478";
}
.fa-file-minus:before {
    content: "\f318";
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-plus:before {
    content: "\f319";
}
.fa-file-powerpoint:before {
    content: "\f1c4";
}
.fa-file-prescription:before {
    content: "\f572";
}
.fa-file-search:before {
    content: "\f865";
}
.fa-file-signature:before {
    content: "\f573";
}
.fa-file-spreadsheet:before {
    content: "\f65b";
}
.fa-file-times:before {
    content: "\f317";
}
.fa-file-upload:before {
    content: "\f574";
}
.fa-file-user:before {
    content: "\f65c";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-file-word:before {
    content: "\f1c2";
}
.fa-files-medical:before {
    content: "\f7fd";
}
.fa-fill:before {
    content: "\f575";
}
.fa-fill-drip:before {
    content: "\f576";
}
.fa-film:before {
    content: "\f008";
}
.fa-film-alt:before {
    content: "\f3a0";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fingerprint:before {
    content: "\f577";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-alt:before {
    content: "\f7e4";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-fire-smoke:before {
    content: "\f74b";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-fireplace:before {
    content: "\f79a";
}
.fa-first-aid:before {
    content: "\f479";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-fish:before {
    content: "\f578";
}
.fa-fish-cooked:before {
    content: "\f7fe";
}
.fa-fist-raised:before {
    content: "\f6de";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-alt:before {
    content: "\f74c";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flag-usa:before {
    content: "\f74d";
}
.fa-flame:before {
    content: "\f6df";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-flask-poison:before {
    content: "\f6e0";
}
.fa-flask-potion:before {
    content: "\f6e1";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-flower:before {
    content: "\f7ff";
}
.fa-flower-daffodil:before {
    content: "\f800";
}
.fa-flower-tulip:before {
    content: "\f801";
}
.fa-flushed:before {
    content: "\f579";
}
.fa-fly:before {
    content: "\f417";
}
.fa-fog:before {
    content: "\f74e";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-minus:before {
    content: "\f65d";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-folder-plus:before {
    content: "\f65e";
}
.fa-folder-times:before {
    content: "\f65f";
}
.fa-folder-tree:before {
    content: "\f802";
}
.fa-folders:before {
    content: "\f660";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-flag:before {
    content: "\f425";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-font-case:before {
    content: "\f866";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-football-ball:before {
    content: "\f44e";
}
.fa-football-helmet:before {
    content: "\f44f";
}
.fa-forklift:before {
    content: "\f47a";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-fragile:before {
    content: "\f4bb";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-french-fries:before {
    content: "\f803";
}
.fa-frog:before {
    content: "\f52e";
}
.fa-frosty-head:before {
    content: "\f79b";
}
.fa-frown:before {
    content: "\f119";
}
.fa-frown-open:before {
    content: "\f57a";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-function:before {
    content: "\f661";
}
.fa-funnel-dollar:before {
    content: "\f662";
}
.fa-futbol:before {
    content: "\f1e3";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-game-board:before {
    content: "\f867";
}
.fa-game-board-alt:before {
    content: "\f868";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-gas-pump:before {
    content: "\f52f";
}
.fa-gas-pump-slash:before {
    content: "\f5f4";
}
.fa-gavel:before {
    content: "\f0e3";
}
.fa-gem:before {
    content: "\f3a5";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-ghost:before {
    content: "\f6e2";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-gift-card:before {
    content: "\f663";
}
.fa-gifts:before {
    content: "\f79c";
}
.fa-gingerbread-man:before {
    content: "\f79d";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glass:before {
    content: "\f804";
}
.fa-glass-champagne:before {
    content: "\f79e";
}
.fa-glass-cheers:before {
    content: "\f79f";
}
.fa-glass-citrus:before {
    content: "\f869";
}
.fa-glass-martini:before {
    content: "\f000";
}
.fa-glass-martini-alt:before {
    content: "\f57b";
}
.fa-glass-whiskey:before {
    content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
    content: "\f7a1";
}
.fa-glasses:before {
    content: "\f530";
}
.fa-glasses-alt:before {
    content: "\f5f5";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-globe-africa:before {
    content: "\f57c";
}
.fa-globe-americas:before {
    content: "\f57d";
}
.fa-globe-asia:before {
    content: "\f57e";
}
.fa-globe-europe:before {
    content: "\f7a2";
}
.fa-globe-snow:before {
    content: "\f7a3";
}
.fa-globe-stand:before {
    content: "\f5f6";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golf-ball:before {
    content: "\f450";
}
.fa-golf-club:before {
    content: "\f451";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gopuram:before {
    content: "\f664";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-greater-than:before {
    content: "\f531";
}
.fa-greater-than-equal:before {
    content: "\f532";
}
.fa-grimace:before {
    content: "\f57f";
}
.fa-grin:before {
    content: "\f580";
}
.fa-grin-alt:before {
    content: "\f581";
}
.fa-grin-beam:before {
    content: "\f582";
}
.fa-grin-beam-sweat:before {
    content: "\f583";
}
.fa-grin-hearts:before {
    content: "\f584";
}
.fa-grin-squint:before {
    content: "\f585";
}
.fa-grin-squint-tears:before {
    content: "\f586";
}
.fa-grin-stars:before {
    content: "\f587";
}
.fa-grin-tears:before {
    content: "\f588";
}
.fa-grin-tongue:before {
    content: "\f589";
}
.fa-grin-tongue-squint:before {
    content: "\f58a";
}
.fa-grin-tongue-wink:before {
    content: "\f58b";
}
.fa-grin-wink:before {
    content: "\f58c";
}
.fa-grip-horizontal:before {
    content: "\f58d";
}
.fa-grip-lines:before {
    content: "\f7a4";
}
.fa-grip-lines-vertical:before {
    content: "\f7a5";
}
.fa-grip-vertical:before {
    content: "\f58e";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guitar:before {
    content: "\f7a6";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-h1:before {
    content: "\f313";
}
.fa-h2:before {
    content: "\f314";
}
.fa-h3:before {
    content: "\f315";
}
.fa-h4:before {
    content: "\f86a";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hamburger:before {
    content: "\f805";
}
.fa-hammer:before {
    content: "\f6e3";
}
.fa-hammer-war:before {
    content: "\f6e4";
}
.fa-hamsa:before {
    content: "\f665";
}
.fa-hand-heart:before {
    content: "\f4bc";
}
.fa-hand-holding:before {
    content: "\f4bd";
}
.fa-hand-holding-box:before {
    content: "\f47b";
}
.fa-hand-holding-heart:before {
    content: "\f4be";
}
.fa-hand-holding-magic:before {
    content: "\f6e5";
}
.fa-hand-holding-seedling:before {
    content: "\f4bf";
}
.fa-hand-holding-usd:before {
    content: "\f4c0";
}
.fa-hand-holding-water:before {
    content: "\f4c1";
}
.fa-hand-lizard:before {
    content: "\f258";
}
.fa-hand-middle-finger:before {
    content: "\f806";
}
.fa-hand-paper:before {
    content: "\f256";
}
.fa-hand-peace:before {
    content: "\f25b";
}
.fa-hand-point-down:before {
    content: "\f0a7";
}
.fa-hand-point-left:before {
    content: "\f0a5";
}
.fa-hand-point-right:before {
    content: "\f0a4";
}
.fa-hand-point-up:before {
    content: "\f0a6";
}
.fa-hand-pointer:before {
    content: "\f25a";
}
.fa-hand-receiving:before {
    content: "\f47c";
}
.fa-hand-rock:before {
    content: "\f255";
}
.fa-hand-scissors:before {
    content: "\f257";
}
.fa-hand-spock:before {
    content: "\f259";
}
.fa-hands:before {
    content: "\f4c2";
}
.fa-hands-heart:before {
    content: "\f4c3";
}
.fa-hands-helping:before {
    content: "\f4c4";
}
.fa-hands-usd:before {
    content: "\f4c5";
}
.fa-handshake:before {
    content: "\f2b5";
}
.fa-handshake-alt:before {
    content: "\f4c6";
}
.fa-hanukiah:before {
    content: "\f6e6";
}
.fa-hard-hat:before {
    content: "\f807";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hat-chef:before {
    content: "\f86b";
}
.fa-hat-santa:before {
    content: "\f7a7";
}
.fa-hat-winter:before {
    content: "\f7a8";
}
.fa-hat-witch:before {
    content: "\f6e7";
}
.fa-hat-wizard:before {
    content: "\f6e8";
}
.fa-haykal:before {
    content: "\f666";
}
.fa-hdd:before {
    content: "\f0a0";
}
.fa-head-side:before {
    content: "\f6e9";
}
.fa-head-side-brain:before {
    content: "\f808";
}
.fa-head-side-medical:before {
    content: "\f809";
}
.fa-head-vr:before {
    content: "\f6ea";
}
.fa-heading:before {
    content: "\f1dc";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-headphones-alt:before {
    content: "\f58f";
}
.fa-headset:before {
    content: "\f590";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heart-broken:before {
    content: "\f7a9";
}
.fa-heart-circle:before {
    content: "\f4c7";
}
.fa-heart-rate:before {
    content: "\f5f8";
}
.fa-heart-square:before {
    content: "\f4c8";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-helicopter:before {
    content: "\f533";
}
.fa-helmet-battle:before {
    content: "\f6eb";
}
.fa-hexagon:before {
    content: "\f312";
}
.fa-highlighter:before {
    content: "\f591";
}
.fa-hiking:before {
    content: "\f6ec";
}
.fa-hippo:before {
    content: "\f6ed";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-history:before {
    content: "\f1da";
}
.fa-hockey-mask:before {
    content: "\f6ee";
}
.fa-hockey-puck:before {
    content: "\f453";
}
.fa-hockey-sticks:before {
    content: "\f454";
}
.fa-holly-berry:before {
    content: "\f7aa";
}
.fa-home:before {
    content: "\f015";
}
.fa-home-alt:before {
    content: "\f80a";
}
.fa-home-heart:before {
    content: "\f4c9";
}
.fa-home-lg:before {
    content: "\f80b";
}
.fa-home-lg-alt:before {
    content: "\f80c";
}
.fa-hood-cloak:before {
    content: "\f6ef";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-horizontal-rule:before {
    content: "\f86c";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-horse:before {
    content: "\f6f0";
}
.fa-horse-head:before {
    content: "\f7ab";
}
.fa-hospital:before {
    content: "\f0f8";
}
.fa-hospital-alt:before {
    content: "\f47d";
}
.fa-hospital-symbol:before {
    content: "\f47e";
}
.fa-hospital-user:before {
    content: "\f80d";
}
.fa-hospitals:before {
    content: "\f80e";
}
.fa-hot-tub:before {
    content: "\f593";
}
.fa-hotdog:before {
    content: "\f80f";
}
.fa-hotel:before {
    content: "\f594";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-house-damage:before {
    content: "\f6f1";
}
.fa-house-flood:before {
    content: "\f74f";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-hryvnia:before {
    content: "\f6f2";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-humidity:before {
    content: "\f750";
}
.fa-hurricane:before {
    content: "\f751";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-ice-cream:before {
    content: "\f810";
}
.fa-ice-skate:before {
    content: "\f7ac";
}
.fa-icicles:before {
    content: "\f7ad";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-icons-alt:before {
    content: "\f86e";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-igloo:before {
    content: "\f7ae";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-inbox-in:before {
    content: "\f310";
}
.fa-inbox-out:before {
    content: "\f311";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-industry:before {
    content: "\f275";
}
.fa-industry-alt:before {
    content: "\f3b3";
}
.fa-infinity:before {
    content: "\f534";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-info-square:before {
    content: "\f30f";
}
.fa-inhaler:before {
    content: "\f5f9";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-integral:before {
    content: "\f667";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-intersection:before {
    content: "\f668";
}
.fa-inventory:before {
    content: "\f480";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-island-tropical:before {
    content: "\f811";
}
.fa-italic:before {
    content: "\f033";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-jack-o-lantern:before {
    content: "\f30e";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi:before {
    content: "\f669";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joint:before {
    content: "\f595";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-journal-whills:before {
    content: "\f66a";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaaba:before {
    content: "\f66b";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-kerning:before {
    content: "\f86f";
}
.fa-key:before {
    content: "\f084";
}
.fa-key-skeleton:before {
    content: "\f6f3";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keyboard:before {
    content: "\f11c";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-keynote:before {
    content: "\f66c";
}
.fa-khanda:before {
    content: "\f66d";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-kidneys:before {
    content: "\f5fb";
}
.fa-kiss:before {
    content: "\f596";
}
.fa-kiss-beam:before {
    content: "\f597";
}
.fa-kiss-wink-heart:before {
    content: "\f598";
}
.fa-kite:before {
    content: "\f6f4";
}
.fa-kiwi-bird:before {
    content: "\f535";
}
.fa-knife-kitchen:before {
    content: "\f6f5";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-lambda:before {
    content: "\f66e";
}
.fa-lamp:before {
    content: "\f4ca";
}
.fa-landmark:before {
    content: "\f66f";
}
.fa-landmark-alt:before {
    content: "\f752";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-laptop-code:before {
    content: "\f5fc";
}
.fa-laptop-medical:before {
    content: "\f812";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-laugh:before {
    content: "\f599";
}
.fa-laugh-beam:before {
    content: "\f59a";
}
.fa-laugh-squint:before {
    content: "\f59b";
}
.fa-laugh-wink:before {
    content: "\f59c";
}
.fa-layer-group:before {
    content: "\f5fd";
}
.fa-layer-minus:before {
    content: "\f5fe";
}
.fa-layer-plus:before {
    content: "\f5ff";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-leaf-heart:before {
    content: "\f4cb";
}
.fa-leaf-maple:before {
    content: "\f6f6";
}
.fa-leaf-oak:before {
    content: "\f6f7";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-lemon:before {
    content: "\f094";
}
.fa-less:before {
    content: "\f41d";
}
.fa-less-than:before {
    content: "\f536";
}
.fa-less-than-equal:before {
    content: "\f537";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-level-down-alt:before {
    content: "\f3be";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-up-alt:before {
    content: "\f3bf";
}
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.fa-lightbulb-dollar:before {
    content: "\f670";
}
.fa-lightbulb-exclamation:before {
    content: "\f671";
}
.fa-lightbulb-on:before {
    content: "\f672";
}
.fa-lightbulb-slash:before {
    content: "\f673";
}
.fa-lights-holiday:before {
    content: "\f7b2";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-line-columns:before {
    content: "\f870";
}
.fa-line-height:before {
    content: "\f871";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lips:before {
    content: "\f600";
}
.fa-lira-sign:before {
    content: "\f195";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-location:before {
    content: "\f601";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-location-circle:before {
    content: "\f602";
}
.fa-location-slash:before {
    content: "\f603";
}
.fa-lock:before {
    content: "\f023";
}
.fa-lock-alt:before {
    content: "\f30d";
}
.fa-lock-open:before {
    content: "\f3c1";
}
.fa-lock-open-alt:before {
    content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
    content: "\f309";
}
.fa-long-arrow-alt-left:before {
    content: "\f30a";
}
.fa-long-arrow-alt-right:before {
    content: "\f30b";
}
.fa-long-arrow-alt-up:before {
    content: "\f30c";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-loveseat:before {
    content: "\f4cc";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-luchador:before {
    content: "\f455";
}
.fa-luggage-cart:before {
    content: "\f59d";
}
.fa-lungs:before {
    content: "\f604";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-mace:before {
    content: "\f6f8";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-mail-bulk:before {
    content: "\f674";
}
.fa-mailbox:before {
    content: "\f813";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-male:before {
    content: "\f183";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-mandolin:before {
    content: "\f6f9";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-marked:before {
    content: "\f59f";
}
.fa-map-marked-alt:before {
    content: "\f5a0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
    content: "\f605";
}
.fa-map-marker-check:before {
    content: "\f606";
}
.fa-map-marker-edit:before {
    content: "\f607";
}
.fa-map-marker-exclamation:before {
    content: "\f608";
}
.fa-map-marker-minus:before {
    content: "\f609";
}
.fa-map-marker-plus:before {
    content: "\f60a";
}
.fa-map-marker-question:before {
    content: "\f60b";
}
.fa-map-marker-slash:before {
    content: "\f60c";
}
.fa-map-marker-smile:before {
    content: "\f60d";
}
.fa-map-marker-times:before {
    content: "\f60e";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-marker:before {
    content: "\f5a1";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mask:before {
    content: "\f6fa";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-meat:before {
    content: "\f814";
}
.fa-medal:before {
    content: "\f5a2";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-medium-m:before {
    content: "\f3c7";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaphone:before {
    content: "\f675";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-meh:before {
    content: "\f11a";
}
.fa-meh-blank:before {
    content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}
.fa-memory:before {
    content: "\f538";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-menorah:before {
    content: "\f676";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-meteor:before {
    content: "\f753";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-alt:before {
    content: "\f3c9";
}
.fa-microphone-alt-slash:before {
    content: "\f539";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-microscope:before {
    content: "\f610";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-mind-share:before {
    content: "\f677";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-hexagon:before {
    content: "\f307";
}
.fa-minus-octagon:before {
    content: "\f308";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-mistletoe:before {
    content: "\f7b4";
}
.fa-mitten:before {
    content: "\f7b5";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-mobile-android:before {
    content: "\f3ce";
}
.fa-mobile-android-alt:before {
    content: "\f3cf";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-money-bill:before {
    content: "\f0d6";
}
.fa-money-bill-alt:before {
    content: "\f3d1";
}
.fa-money-bill-wave:before {
    content: "\f53a";
}
.fa-money-bill-wave-alt:before {
    content: "\f53b";
}
.fa-money-check:before {
    content: "\f53c";
}
.fa-money-check-alt:before {
    content: "\f53d";
}
.fa-money-check-edit:before {
    content: "\f872";
}
.fa-money-check-edit-alt:before {
    content: "\f873";
}
.fa-monitor-heart-rate:before {
    content: "\f611";
}
.fa-monkey:before {
    content: "\f6fb";
}
.fa-monument:before {
    content: "\f5a6";
}
.fa-moon:before {
    content: "\f186";
}
.fa-moon-cloud:before {
    content: "\f754";
}
.fa-moon-stars:before {
    content: "\f755";
}
.fa-mortar-pestle:before {
    content: "\f5a7";
}
.fa-mosque:before {
    content: "\f678";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mountain:before {
    content: "\f6fc";
}
.fa-mountains:before {
    content: "\f6fd";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-mug:before {
    content: "\f874";
}
.fa-mug-hot:before {
    content: "\f7b6";
}
.fa-mug-marshmallows:before {
    content: "\f7b7";
}
.fa-mug-tea:before {
    content: "\f875";
}
.fa-music:before {
    content: "\f001";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-narwhal:before {
    content: "\f6fe";
}
.fa-neos:before {
    content: "\f612";
}
.fa-network-wired:before {
    content: "\f6ff";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-not-equal:before {
    content: "\f53e";
}
.fa-notes-medical:before {
    content: "\f481";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-octagon:before {
    content: "\f306";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-oil-can:before {
    content: "\f613";
}
.fa-oil-temp:before {
    content: "\f614";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-om:before {
    content: "\f679";
}
.fa-omega:before {
    content: "\f67a";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-ornament:before {
    content: "\f7b8";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-otter:before {
    content: "\f700";
}
.fa-outdent:before {
    content: "\f03b";
}
.fa-overline:before {
    content: "\f876";
}
.fa-page-break:before {
    content: "\f877";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-pager:before {
    content: "\f815";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-paint-brush-alt:before {
    content: "\f5a9";
}
.fa-paint-roller:before {
    content: "\f5aa";
}
.fa-palette:before {
    content: "\f53f";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-pallet:before {
    content: "\f482";
}
.fa-pallet-alt:before {
    content: "\f483";
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-parachute-box:before {
    content: "\f4cd";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-paragraph-rtl:before {
    content: "\f878";
}
.fa-parking:before {
    content: "\f540";
}
.fa-parking-circle:before {
    content: "\f615";
}
.fa-parking-circle-slash:before {
    content: "\f616";
}
.fa-parking-slash:before {
    content: "\f617";
}
.fa-passport:before {
    content: "\f5ab";
}
.fa-pastafarianism:before {
    content: "\f67b";
}
.fa-paste:before {
    content: "\f0ea";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-paw-alt:before {
    content: "\f701";
}
.fa-paw-claws:before {
    content: "\f702";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-peace:before {
    content: "\f67c";
}
.fa-pegasus:before {
    content: "\f703";
}
.fa-pen:before {
    content: "\f304";
}
.fa-pen-alt:before {
    content: "\f305";
}
.fa-pen-fancy:before {
    content: "\f5ac";
}
.fa-pen-nib:before {
    content: "\f5ad";
}
.fa-pen-square:before {
    content: "\f14b";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-pencil-alt:before {
    content: "\f303";
}
.fa-pencil-paintbrush:before {
    content: "\f618";
}
.fa-pencil-ruler:before {
    content: "\f5ae";
}
.fa-pennant:before {
    content: "\f456";
}
.fa-penny-arcade:before {
    content: "\f704";
}
.fa-people-carry:before {
    content: "\f4ce";
}
.fa-pepper-hot:before {
    content: "\f816";
}
.fa-percent:before {
    content: "\f295";
}
.fa-percentage:before {
    content: "\f541";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-person-booth:before {
    content: "\f756";
}
.fa-person-carry:before {
    content: "\f4cf";
}
.fa-person-dolly:before {
    content: "\f4d0";
}
.fa-person-dolly-empty:before {
    content: "\f4d1";
}
.fa-person-sign:before {
    content: "\f757";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-alt:before {
    content: "\f879";
}
.fa-phone-laptop:before {
    content: "\f87a";
}
.fa-phone-office:before {
    content: "\f67d";
}
.fa-phone-plus:before {
    content: "\f4d2";
}
.fa-phone-slash:before {
    content: "\f3dd";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-phone-square-alt:before {
    content: "\f87b";
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.fa-photo-video:before {
    content: "\f87c";
}
.fa-php:before {
    content: "\f457";
}
.fa-pi:before {
    content: "\f67e";
}
.fa-pie:before {
    content: "\f705";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pig:before {
    content: "\f706";
}
.fa-piggy-bank:before {
    content: "\f4d3";
}
.fa-pills:before {
    content: "\f484";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pizza:before {
    content: "\f817";
}
.fa-pizza-slice:before {
    content: "\f818";
}
.fa-place-of-worship:before {
    content: "\f67f";
}
.fa-plane:before {
    content: "\f072";
}
.fa-plane-alt:before {
    content: "\f3de";
}
.fa-plane-arrival:before {
    content: "\f5af";
}
.fa-plane-departure:before {
    content: "\f5b0";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-plus-hexagon:before {
    content: "\f300";
}
.fa-plus-octagon:before {
    content: "\f301";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-podium:before {
    content: "\f680";
}
.fa-podium-star:before {
    content: "\f758";
}
.fa-poll:before {
    content: "\f681";
}
.fa-poll-h:before {
    content: "\f682";
}
.fa-poll-people:before {
    content: "\f759";
}
.fa-poo:before {
    content: "\f2fe";
}
.fa-poo-storm:before {
    content: "\f75a";
}
.fa-poop:before {
    content: "\f619";
}
.fa-popcorn:before {
    content: "\f819";
}
.fa-portrait:before {
    content: "\f3e0";
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-pray:before {
    content: "\f683";
}
.fa-praying-hands:before {
    content: "\f684";
}
.fa-prescription:before {
    content: "\f5b1";
}
.fa-prescription-bottle:before {
    content: "\f485";
}
.fa-prescription-bottle-alt:before {
    content: "\f486";
}
.fa-presentation:before {
    content: "\f685";
}
.fa-print:before {
    content: "\f02f";
}
.fa-print-search:before {
    content: "\f81a";
}
.fa-print-slash:before {
    content: "\f686";
}
.fa-procedures:before {
    content: "\f487";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-project-diagram:before {
    content: "\f542";
}
.fa-pumpkin:before {
    content: "\f707";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-question:before {
    content: "\f128";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-question-square:before {
    content: "\f2fd";
}
.fa-quidditch:before {
    content: "\f458";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-quran:before {
    content: "\f687";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-rabbit:before {
    content: "\f708";
}
.fa-rabbit-fast:before {
    content: "\f709";
}
.fa-racquet:before {
    content: "\f45a";
}
.fa-radiation:before {
    content: "\f7b9";
}
.fa-radiation-alt:before {
    content: "\f7ba";
}
.fa-rainbow:before {
    content: "\f75b";
}
.fa-raindrops:before {
    content: "\f75c";
}
.fa-ram:before {
    content: "\f70a";
}
.fa-ramp-loading:before {
    content: "\f4d4";
}
.fa-random:before {
    content: "\f074";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-receipt:before {
    content: "\f543";
}
.fa-rectangle-landscape:before {
    content: "\f2fa";
}
.fa-rectangle-portrait:before {
    content: "\f2fb";
}
.fa-rectangle-wide:before {
    content: "\f2fc";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-redo:before {
    content: "\f01e";
}
.fa-redo-alt:before {
    content: "\f2f9";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-remove-format:before {
    content: "\f87d";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-repeat:before {
    content: "\f363";
}
.fa-repeat-1:before {
    content: "\f365";
}
.fa-repeat-1-alt:before {
    content: "\f366";
}
.fa-repeat-alt:before {
    content: "\f364";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-republican:before {
    content: "\f75e";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-restroom:before {
    content: "\f7bd";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-retweet-alt:before {
    content: "\f361";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-ribbon:before {
    content: "\f4d6";
}
.fa-ring:before {
    content: "\f70b";
}
.fa-rings-wedding:before {
    content: "\f81b";
}
.fa-road:before {
    content: "\f018";
}
.fa-robot:before {
    content: "\f544";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-route:before {
    content: "\f4d7";
}
.fa-route-highway:before {
    content: "\f61a";
}
.fa-route-interstate:before {
    content: "\f61b";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-ruble-sign:before {
    content: "\f158";
}
.fa-ruler:before {
    content: "\f545";
}
.fa-ruler-combined:before {
    content: "\f546";
}
.fa-ruler-horizontal:before {
    content: "\f547";
}
.fa-ruler-triangle:before {
    content: "\f61c";
}
.fa-ruler-vertical:before {
    content: "\f548";
}
.fa-running:before {
    content: "\f70c";
}
.fa-rupee-sign:before {
    content: "\f156";
}
.fa-rv:before {
    content: "\f7be";
}
.fa-sack:before {
    content: "\f81c";
}
.fa-sack-dollar:before {
    content: "\f81d";
}
.fa-sad-cry:before {
    content: "\f5b3";
}
.fa-sad-tear:before {
    content: "\f5b4";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salad:before {
    content: "\f81e";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sandwich:before {
    content: "\f81f";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-satellite:before {
    content: "\f7bf";
}
.fa-satellite-dish:before {
    content: "\f7c0";
}
.fa-sausage:before {
    content: "\f820";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-scalpel:before {
    content: "\f61d";
}
.fa-scalpel-path:before {
    content: "\f61e";
}
.fa-scanner:before {
    content: "\f488";
}
.fa-scanner-keyboard:before {
    content: "\f489";
}
.fa-scanner-touchscreen:before {
    content: "\f48a";
}
.fa-scarecrow:before {
    content: "\f70d";
}
.fa-scarf:before {
    content: "\f7c1";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-school:before {
    content: "\f549";
}
.fa-screwdriver:before {
    content: "\f54a";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-scroll:before {
    content: "\f70e";
}
.fa-scroll-old:before {
    content: "\f70f";
}
.fa-scrubber:before {
    content: "\f2f8";
}
.fa-scythe:before {
    content: "\f710";
}
.fa-sd-card:before {
    content: "\f7c2";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-dollar:before {
    content: "\f688";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-seedling:before {
    content: "\f4d8";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-send-back:before {
    content: "\f87e";
}
.fa-send-backward:before {
    content: "\f87f";
}
.fa-server:before {
    content: "\f233";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shapes:before {
    content: "\f61f";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-all:before {
    content: "\f367";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-sheep:before {
    content: "\f711";
}
.fa-shekel-sign:before {
    content: "\f20b";
}
.fa-shield:before {
    content: "\f132";
}
.fa-shield-alt:before {
    content: "\f3ed";
}
.fa-shield-check:before {
    content: "\f2f7";
}
.fa-shield-cross:before {
    content: "\f712";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-shipping-fast:before {
    content: "\f48b";
}
.fa-shipping-timed:before {
    content: "\f48c";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shish-kebab:before {
    content: "\f821";
}
.fa-shoe-prints:before {
    content: "\f54b";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-shovel:before {
    content: "\f713";
}
.fa-shovel-snow:before {
    content: "\f7c3";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-shredder:before {
    content: "\f68a";
}
.fa-shuttle-van:before {
    content: "\f5b6";
}
.fa-shuttlecock:before {
    content: "\f45b";
}
.fa-sickle:before {
    content: "\f822";
}
.fa-sigma:before {
    content: "\f68b";
}
.fa-sign:before {
    content: "\f4d9";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-sign-in-alt:before {
    content: "\f2f6";
}
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
}
.fa-signal:before {
    content: "\f012";
}
.fa-signal-1:before {
    content: "\f68c";
}
.fa-signal-2:before {
    content: "\f68d";
}
.fa-signal-3:before {
    content: "\f68e";
}
.fa-signal-4:before {
    content: "\f68f";
}
.fa-signal-alt:before {
    content: "\f690";
}
.fa-signal-alt-1:before {
    content: "\f691";
}
.fa-signal-alt-2:before {
    content: "\f692";
}
.fa-signal-alt-3:before {
    content: "\f693";
}
.fa-signal-alt-slash:before {
    content: "\f694";
}
.fa-signal-slash:before {
    content: "\f695";
}
.fa-signature:before {
    content: "\f5b7";
}
.fa-sim-card:before {
    content: "\f7c4";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-sith:before {
    content: "\f512";
}
.fa-skating:before {
    content: "\f7c5";
}
.fa-skeleton:before {
    content: "\f620";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-ski-jump:before {
    content: "\f7c7";
}
.fa-ski-lift:before {
    content: "\f7c8";
}
.fa-skiing:before {
    content: "\f7c9";
}
.fa-skiing-nordic:before {
    content: "\f7ca";
}
.fa-skull:before {
    content: "\f54c";
}
.fa-skull-crossbones:before {
    content: "\f714";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f3ef";
}
.fa-slash:before {
    content: "\f715";
}
.fa-sledding:before {
    content: "\f7cb";
}
.fa-sleigh:before {
    content: "\f7cc";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-sliders-h-square:before {
    content: "\f3f0";
}
.fa-sliders-v:before {
    content: "\f3f1";
}
.fa-sliders-v-square:before {
    content: "\f3f2";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-smile:before {
    content: "\f118";
}
.fa-smile-beam:before {
    content: "\f5b8";
}
.fa-smile-plus:before {
    content: "\f5b9";
}
.fa-smile-wink:before {
    content: "\f4da";
}
.fa-smog:before {
    content: "\f75f";
}
.fa-smoke:before {
    content: "\f760";
}
.fa-smoking:before {
    content: "\f48d";
}
.fa-smoking-ban:before {
    content: "\f54d";
}
.fa-sms:before {
    content: "\f7cd";
}
.fa-snake:before {
    content: "\f716";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-snooze:before {
    content: "\f880";
}
.fa-snow-blowing:before {
    content: "\f761";
}
.fa-snowboarding:before {
    content: "\f7ce";
}
.fa-snowflake:before {
    content: "\f2dc";
}
.fa-snowflakes:before {
    content: "\f7cf";
}
.fa-snowman:before {
    content: "\f7d0";
}
.fa-snowmobile:before {
    content: "\f7d1";
}
.fa-snowplow:before {
    content: "\f7d2";
}
.fa-socks:before {
    content: "\f696";
}
.fa-solar-panel:before {
    content: "\f5ba";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-alpha-down:before {
    content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
    content: "\f881";
}
.fa-sort-alpha-up:before {
    content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
    content: "\f882";
}
.fa-sort-alt:before {
    content: "\f883";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-sort-amount-down-alt:before {
    content: "\f884";
}
.fa-sort-amount-up:before {
    content: "\f161";
}
.fa-sort-amount-up-alt:before {
    content: "\f885";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-numeric-down:before {
    content: "\f162";
}
.fa-sort-numeric-down-alt:before {
    content: "\f886";
}
.fa-sort-numeric-up:before {
    content: "\f163";
}
.fa-sort-numeric-up-alt:before {
    content: "\f887";
}
.fa-sort-shapes-down:before {
    content: "\f888";
}
.fa-sort-shapes-down-alt:before {
    content: "\f889";
}
.fa-sort-shapes-up:before {
    content: "\f88a";
}
.fa-sort-shapes-up-alt:before {
    content: "\f88b";
}
.fa-sort-size-down:before {
    content: "\f88c";
}
.fa-sort-size-down-alt:before {
    content: "\f88d";
}
.fa-sort-size-up:before {
    content: "\f88e";
}
.fa-sort-size-up-alt:before {
    content: "\f88f";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-soup:before {
    content: "\f823";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-spa:before {
    content: "\f5bb";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-spade:before {
    content: "\f2f4";
}
.fa-sparkles:before {
    content: "\f890";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spell-check:before {
    content: "\f891";
}
.fa-spider:before {
    content: "\f717";
}
.fa-spider-black-widow:before {
    content: "\f718";
}
.fa-spider-web:before {
    content: "\f719";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-spinner-third:before {
    content: "\f3f4";
}
.fa-splotch:before {
    content: "\f5bc";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-spray-can:before {
    content: "\f5bd";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-full:before {
    content: "\f45c";
}
.fa-square-root:before {
    content: "\f697";
}
.fa-square-root-alt:before {
    content: "\f698";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-squirrel:before {
    content: "\f71a";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-staff:before {
    content: "\f71b";
}
.fa-stamp:before {
    content: "\f5bf";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-and-crescent:before {
    content: "\f699";
}
.fa-star-christmas:before {
    content: "\f7d4";
}
.fa-star-exclamation:before {
    content: "\f2f3";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-star-half-alt:before {
    content: "\f5c0";
}
.fa-star-of-david:before {
    content: "\f69a";
}
.fa-star-of-life:before {
    content: "\f621";
}
.fa-stars:before {
    content: "\f762";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steak:before {
    content: "\f824";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-steering-wheel:before {
    content: "\f622";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-stocking:before {
    content: "\f7d5";
}
.fa-stomach:before {
    content: "\f623";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stopwatch:before {
    content: "\f2f2";
}
.fa-store:before {
    content: "\f54e";
}
.fa-store-alt:before {
    content: "\f54f";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stream:before {
    content: "\f550";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-stretcher:before {
    content: "\f825";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-stroopwafel:before {
    content: "\f551";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-subway:before {
    content: "\f239";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-suitcase-rolling:before {
    content: "\f5c1";
}
.fa-sun:before {
    content: "\f185";
}
.fa-sun-cloud:before {
    content: "\f763";
}
.fa-sun-dust:before {
    content: "\f764";
}
.fa-sun-haze:before {
    content: "\f765";
}
.fa-sunglasses:before {
    content: "\f892";
}
.fa-sunrise:before {
    content: "\f766";
}
.fa-sunset:before {
    content: "\f767";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-surprise:before {
    content: "\f5c2";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swatchbook:before {
    content: "\f5c3";
}
.fa-swimmer:before {
    content: "\f5c4";
}
.fa-swimming-pool:before {
    content: "\f5c5";
}
.fa-sword:before {
    content: "\f71c";
}
.fa-swords:before {
    content: "\f71d";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-synagogue:before {
    content: "\f69b";
}
.fa-sync:before {
    content: "\f021";
}
.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-syringe:before {
    content: "\f48e";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-table-tennis:before {
    content: "\f45d";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tablet-android:before {
    content: "\f3fb";
}
.fa-tablet-android-alt:before {
    content: "\f3fc";
}
.fa-tablet-rugged:before {
    content: "\f48f";
}
.fa-tablets:before {
    content: "\f490";
}
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-tachometer-alt:before {
    content: "\f3fd";
}
.fa-tachometer-alt-average:before {
    content: "\f624";
}
.fa-tachometer-alt-fast:before {
    content: "\f625";
}
.fa-tachometer-alt-fastest:before {
    content: "\f626";
}
.fa-tachometer-alt-slow:before {
    content: "\f627";
}
.fa-tachometer-alt-slowest:before {
    content: "\f628";
}
.fa-tachometer-average:before {
    content: "\f629";
}
.fa-tachometer-fast:before {
    content: "\f62a";
}
.fa-tachometer-fastest:before {
    content: "\f62b";
}
.fa-tachometer-slow:before {
    content: "\f62c";
}
.fa-tachometer-slowest:before {
    content: "\f62d";
}
.fa-taco:before {
    content: "\f826";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-tally:before {
    content: "\f69c";
}
.fa-tanakh:before {
    content: "\f827";
}
.fa-tape:before {
    content: "\f4db";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-tasks-alt:before {
    content: "\f828";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-teeth:before {
    content: "\f62e";
}
.fa-teeth-open:before {
    content: "\f62f";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-temperature-frigid:before {
    content: "\f768";
}
.fa-temperature-high:before {
    content: "\f769";
}
.fa-temperature-hot:before {
    content: "\f76a";
}
.fa-temperature-low:before {
    content: "\f76b";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-tenge:before {
    content: "\f7d7";
}
.fa-tennis-ball:before {
    content: "\f45e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-text:before {
    content: "\f893";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-size:before {
    content: "\f894";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-theater-masks:before {
    content: "\f630";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-thermometer:before {
    content: "\f491";
}
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-theta:before {
    content: "\f69e";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbtack:before {
    content: "\f08d";
}
.fa-thunderstorm:before {
    content: "\f76c";
}
.fa-thunderstorm-moon:before {
    content: "\f76d";
}
.fa-thunderstorm-sun:before {
    content: "\f76e";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-ticket-alt:before {
    content: "\f3ff";
}
.fa-tilde:before {
    content: "\f69f";
}
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-times-hexagon:before {
    content: "\f2ee";
}
.fa-times-octagon:before {
    content: "\f2f0";
}
.fa-times-square:before {
    content: "\f2d3";
}
.fa-tint:before {
    content: "\f043";
}
.fa-tint-slash:before {
    content: "\f5c7";
}
.fa-tire:before {
    content: "\f631";
}
.fa-tire-flat:before {
    content: "\f632";
}
.fa-tire-pressure-warning:before {
    content: "\f633";
}
.fa-tire-rugged:before {
    content: "\f634";
}
.fa-tired:before {
    content: "\f5c8";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-toilet:before {
    content: "\f7d8";
}
.fa-toilet-paper:before {
    content: "\f71e";
}
.fa-toilet-paper-alt:before {
    content: "\f71f";
}
.fa-tombstone:before {
    content: "\f720";
}
.fa-tombstone-alt:before {
    content: "\f721";
}
.fa-toolbox:before {
    content: "\f552";
}
.fa-tools:before {
    content: "\f7d9";
}
.fa-tooth:before {
    content: "\f5c9";
}
.fa-toothbrush:before {
    content: "\f635";
}
.fa-torah:before {
    content: "\f6a0";
}
.fa-torii-gate:before {
    content: "\f6a1";
}
.fa-tornado:before {
    content: "\f76f";
}
.fa-tractor:before {
    content: "\f722";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-traffic-cone:before {
    content: "\f636";
}
.fa-traffic-light:before {
    content: "\f637";
}
.fa-traffic-light-go:before {
    content: "\f638";
}
.fa-traffic-light-slow:before {
    content: "\f639";
}
.fa-traffic-light-stop:before {
    content: "\f63a";
}
.fa-train:before {
    content: "\f238";
}
.fa-tram:before {
    content: "\f7da";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-alt:before {
    content: "\f2ed";
}
.fa-trash-restore:before {
    content: "\f829";
}
.fa-trash-restore-alt:before {
    content: "\f82a";
}
.fa-trash-undo:before {
    content: "\f895";
}
.fa-trash-undo-alt:before {
    content: "\f896";
}
.fa-treasure-chest:before {
    content: "\f723";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-tree-alt:before {
    content: "\f400";
}
.fa-tree-christmas:before {
    content: "\f7db";
}
.fa-tree-decorated:before {
    content: "\f7dc";
}
.fa-tree-large:before {
    content: "\f7dd";
}
.fa-tree-palm:before {
    content: "\f82b";
}
.fa-trees:before {
    content: "\f724";
}
.fa-trello:before {
    content: "\f181";
}
.fa-triangle:before {
    content: "\f2ec";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-trophy-alt:before {
    content: "\f2eb";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-truck-container:before {
    content: "\f4dc";
}
.fa-truck-couch:before {
    content: "\f4dd";
}
.fa-truck-loading:before {
    content: "\f4de";
}
.fa-truck-monster:before {
    content: "\f63b";
}
.fa-truck-moving:before {
    content: "\f4df";
}
.fa-truck-pickup:before {
    content: "\f63c";
}
.fa-truck-plow:before {
    content: "\f7de";
}
.fa-truck-ramp:before {
    content: "\f4e0";
}
.fa-tshirt:before {
    content: "\f553";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-turkey:before {
    content: "\f725";
}
.fa-turtle:before {
    content: "\f726";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-tv-retro:before {
    content: "\f401";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-umbrella-beach:before {
    content: "\f5ca";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-undo:before {
    content: "\f0e2";
}
.fa-undo-alt:before {
    content: "\f2ea";
}
.fa-unicorn:before {
    content: "\f727";
}
.fa-union:before {
    content: "\f6a2";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-university:before {
    content: "\f19c";
}
.fa-unlink:before {
    content: "\f127";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-upload:before {
    content: "\f093";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-usd-circle:before {
    content: "\f2e8";
}
.fa-usd-square:before {
    content: "\f2e9";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-alt-slash:before {
    content: "\f4fa";
}
.fa-user-astronaut:before {
    content: "\f4fb";
}
.fa-user-chart:before {
    content: "\f6a3";
}
.fa-user-check:before {
    content: "\f4fc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-clock:before {
    content: "\f4fd";
}
.fa-user-cog:before {
    content: "\f4fe";
}
.fa-user-crown:before {
    content: "\f6a4";
}
.fa-user-edit:before {
    content: "\f4ff";
}
.fa-user-friends:before {
    content: "\f500";
}
.fa-user-graduate:before {
    content: "\f501";
}
.fa-user-hard-hat:before {
    content: "\f82c";
}
.fa-user-headset:before {
    content: "\f82d";
}
.fa-user-injured:before {
    content: "\f728";
}
.fa-user-lock:before {
    content: "\f502";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-md-chat:before {
    content: "\f82e";
}
.fa-user-minus:before {
    content: "\f503";
}
.fa-user-ninja:before {
    content: "\f504";
}
.fa-user-nurse:before {
    content: "\f82f";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-shield:before {
    content: "\f505";
}
.fa-user-slash:before {
    content: "\f506";
}
.fa-user-tag:before {
    content: "\f507";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-users-class:before {
    content: "\f63d";
}
.fa-users-cog:before {
    content: "\f509";
}
.fa-users-crown:before {
    content: "\f6a5";
}
.fa-users-medical:before {
    content: "\f830";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-utensil-fork:before {
    content: "\f2e3";
}
.fa-utensil-knife:before {
    content: "\f2e4";
}
.fa-utensil-spoon:before {
    content: "\f2e5";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-utensils-alt:before {
    content: "\f2e6";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-value-absolute:before {
    content: "\f6a6";
}
.fa-vector-square:before {
    content: "\f5cb";
}
.fa-venus:before {
    content: "\f221";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-vial:before {
    content: "\f492";
}
.fa-vials:before {
    content: "\f493";
}
.fa-viber:before {
    content: "\f409";
}
.fa-video:before {
    content: "\f03d";
}
.fa-video-plus:before {
    content: "\f4e1";
}
.fa-video-slash:before {
    content: "\f4e2";
}
.fa-vihara:before {
    content: "\f6a7";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-voicemail:before {
    content: "\f897";
}
.fa-volcano:before {
    content: "\f770";
}
.fa-volleyball-ball:before {
    content: "\f45f";
}
.fa-volume:before {
    content: "\f6a8";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-mute:before {
    content: "\f6a9";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-slash:before {
    content: "\f2e2";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-vote-nay:before {
    content: "\f771";
}
.fa-vote-yea:before {
    content: "\f772";
}
.fa-vr-cardboard:before {
    content: "\f729";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-walker:before {
    content: "\f831";
}
.fa-walking:before {
    content: "\f554";
}
.fa-wallet:before {
    content: "\f555";
}
.fa-wand:before {
    content: "\f72a";
}
.fa-wand-magic:before {
    content: "\f72b";
}
.fa-warehouse:before {
    content: "\f494";
}
.fa-warehouse-alt:before {
    content: "\f495";
}
.fa-washer:before {
    content: "\f898";
}
.fa-watch:before {
    content: "\f2e1";
}
.fa-watch-fitness:before {
    content: "\f63e";
}
.fa-water:before {
    content: "\f773";
}
.fa-water-lower:before {
    content: "\f774";
}
.fa-water-rise:before {
    content: "\f775";
}
.fa-wave-sine:before {
    content: "\f899";
}
.fa-wave-square:before {
    content: "\f83e";
}
.fa-wave-triangle:before {
    content: "\f89a";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-webcam:before {
    content: "\f832";
}
.fa-webcam-slash:before {
    content: "\f833";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weight:before {
    content: "\f496";
}
.fa-weight-hanging:before {
    content: "\f5cd";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whale:before {
    content: "\f72c";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-wheat:before {
    content: "\f72d";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-whistle:before {
    content: "\f460";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-wifi-1:before {
    content: "\f6aa";
}
.fa-wifi-2:before {
    content: "\f6ab";
}
.fa-wifi-slash:before {
    content: "\f6ac";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-wind:before {
    content: "\f72e";
}
.fa-wind-turbine:before {
    content: "\f89b";
}
.fa-wind-warning:before {
    content: "\f776";
}
.fa-window:before {
    content: "\f40e";
}
.fa-window-alt:before {
    content: "\f40f";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-windsock:before {
    content: "\f777";
}
.fa-wine-bottle:before {
    content: "\f72f";
}
.fa-wine-glass:before {
    content: "\f4e3";
}
.fa-wine-glass-alt:before {
    content: "\f5ce";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-won-sign:before {
    content: "\f159";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-wreath:before {
    content: "\f7e2";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-x-ray:before {
    content: "\f497";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yen-sign:before {
    content: "\f157";
}
.fa-yin-yang:before {
    content: "\f6ad";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* stylelint-enable */
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*,
*::before,
*::after {
    box-sizing: inherit;
    color: inherit;
}
body {
    background-color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
body.-overflow-hidden {
    overflow: hidden;
}
body a {
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
}
.svg-symbol {
    display: none;
}
.test-wrapper {
    min-height: 12rem;
    padding: 0 0 1rem;
    position: relative;
}
body .-float-right {
    float: right;
}
@media screen and (max-width: 767px) {
    body .-float-right {
        float: none;
    }
}
body .-float-left {
    float: left;
}
@media screen and (max-width: 767px) {
    body .-float-left {
        float: none;
    }
}
.ce-align-left {
    text-align: left;
}
.ce-align-right {
    text-align: right;
}
.ce-align-center {
    text-align: center;
}
.ce-table td,
.ce-table th {
    vertical-align: top;
}
.ce-textpic,
.ce-nowrap .ce-bodytext {
    overflow: inherit;
}
/**
 * TODO: Responsive style refactoring needed
 */
.ce-left .ce-gallery,
.ce-column {
    float: none;
}
@media screen and (min-width: 768px) {
    .ce-left .ce-gallery,
    .ce-column {
        float: left;
    }
}
.ce-center .ce-outer,
.ce-center .ce-inner {
    float: right;
    position: relative;
}
.ce-center .ce-outer {
    right: 50%;
}
.ce-center .ce-inner {
    right: -50%;
}
.ce-gallery {
    /**
     * TODO: Responsive style refactoring needed
     */
    /**
     * TODO: Responsive style refactoring needed
     */
    /**
     * TODO: Responsive style refactoring needed
     */
    /**
     * TODO: Responsive style refactoring needed
     */
}
.ce-gallery figure {
    display: table;
    margin: 0;
}
.ce-gallery figure a {
    display: block;
}
.ce-gallery figcaption {
    caption-side: bottom;
    color: #727272;
    display: table-caption;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    padding-top: 10px;
}
.ce-gallery .copyright {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.ce-gallery img {
    display: block;
}
.ce-gallery iframe {
    border-width: 0;
}
.ce-right .ce-gallery {
    float: none;
}
@media screen and (min-width: 768px) {
    .ce-right .ce-gallery {
        float: right;
    }
}
.ce-intext.ce-right .ce-gallery {
    margin-bottom: 20px;
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .ce-intext.ce-right .ce-gallery {
        margin-left: 30px;
    }
}
.ce-intext.ce-left .ce-gallery {
    margin-bottom: 20px;
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .ce-intext.ce-left .ce-gallery {
        margin-right: 30px;
    }
}
.ce-above .ce-gallery {
    margin-bottom: 20px;
}
.ce-below .ce-gallery {
    margin-top: 10px;
}
.ce-border img,
.ce-border iframe {
    border: 2px solid #000;
    padding: 0;
}
.ce-column {
    margin-right: 10px;
}
.ce-column:last-child {
    margin-right: 0;
}
.ce-row {
    margin-bottom: 10px;
    overflow: inherit;
}
.ce-row:last-child {
    margin-bottom: 0;
}
.ce-above .ce-bodytext {
    clear: both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
    overflow: auto;
}
.ce-uploads {
    margin: 0;
    padding: 0;
}
.ce-uploads li,
.ce-uploads div {
    overflow: inherit;
}
.ce-uploads li {
    list-style: none outside none;
    margin: 1em 0;
}
.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}
.ce-uploads span {
    display: block;
}
.ce-nowrap .ce-bodytext {
    overflow: hidden !important;
}
.ce-nowrap .ce-bodytext h2 {
    margin-top: 0 !important;
}
.rte .ce-textpic img {
    height: auto;
    max-width: 100%;
}
.rte .ce-textpic figure {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
    .rte .ce-textpic figure {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }
}
.rte h2:not([class^='gallery']):not([class^='media-element']),
.rte .h2:not([class^='media-element']),
.h2, .rte h3:not([class^='media-element']),
.rte .h3:not([class^='media-element']),
.h3, .rte h4:not([class^='media-element']),
.rte .h4:not([class^='media-element']),
.h4, .rte h5:not([class^='media-element']),
.rte .h5:not([class^='media-element']),
.h5, .rte h6,
.rte .h6,
.h6, .spCenter h1 {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    line-height: 1.2;
}
.rte h2:not([class^='gallery']):not([class^='media-element']) a, .rte .h2:not([class^='media-element']) a, .h2 a, .rte h3:not([class^='media-element']) a, .rte .h3:not([class^='media-element']) a, .h3 a, .rte h4:not([class^='media-element']) a, .rte .h4:not([class^='media-element']) a, .h4 a, .rte h5:not([class^='media-element']) a, .rte .h5:not([class^='media-element']) a, .h5 a, .rte h6 a, .rte .h6 a, .h6 a, .spCenter h1 a {
    color: inherit;
}
.rte h2:not([class^='gallery']):not([class^='media-element']) a:hover, .rte .h2:not([class^='media-element']) a:hover, .h2 a:hover, .rte h3:not([class^='media-element']) a:hover, .rte .h3:not([class^='media-element']) a:hover, .h3 a:hover, .rte h4:not([class^='media-element']) a:hover, .rte .h4:not([class^='media-element']) a:hover, .h4 a:hover, .rte h5:not([class^='media-element']) a:hover, .rte .h5:not([class^='media-element']) a:hover, .h5 a:hover, .rte h6 a:hover, .h6 a:hover, .spCenter h1 a:hover, .rte h2:not([class^='gallery']):not([class^='media-element']) a:focus, .rte .h2:not([class^='media-element']) a:focus, .h2 a:focus, .rte h3:not([class^='media-element']) a:focus, .rte .h3:not([class^='media-element']) a:focus, .h3 a:focus, .rte h4:not([class^='media-element']) a:focus, .rte .h4:not([class^='media-element']) a:focus, .h4 a:focus, .rte h5:not([class^='media-element']) a:focus, .rte .h5:not([class^='media-element']) a:focus, .h5 a:focus, .rte h6 a:focus, .h6 a:focus, .spCenter h1 a:focus {
    color: #000;
}
.frame {
    margin: 8rem 0;
}
@media screen and (max-width: 767px) {
    .frame {
        margin: 4rem 0;
    }
}
.frame .frame__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 700;
    margin: 1.75em 0;
}
.frame__wrapper {
    position: relative;
    width: 100%;
}
.frame__ratio {
    display: block;
    height: auto;
    width: 100%;
}
.frame__link {
    color: #000;
    display: block;
    font-size: 1.8rem;
    margin-top: 1.5rem;
}
.frame__link::before {
    content: "\f019";
}
.frame__link::before {
    color: #79348f;
    font-size: 1.4rem;
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .frame__link {
        font-size: 1.6rem;
    }
}
.frame iframe,
.frame object,
.frame embed {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rte h2:not([class^='gallery']):not([class^='media-element']),
.rte .h2:not([class^='media-element']),
.h2 {
    color: #4c165d;
    font-size: 3.4rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 1.76471em 0 0.73529em;
    position: relative;
    padding-left: 2rem;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .rte h2:not([class^='gallery']):not([class^='media-element']),
    .rte .h2:not([class^='media-element']),
    .h2 {
        font-size: 2.5rem;
    }
}
.rte h2:not([class^='gallery']):not([class^='media-element'])::after,
.rte .h2:not([class^='media-element'])::after,
.h2::after {
    position: absolute;
    content: '';
    width: 5.6rem;
    height: 1rem;
    left: 0;
    top: 2.3rem;
    background-color: #952461;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .rte h2:not([class^='gallery']):not([class^='media-element'])::after,
    .rte .h2:not([class^='media-element'])::after,
    .h2::after {
        bottom: initial;
        top: 1.5rem;
    }
}
.rte h3:not([class^='media-element']),
.rte .h3:not([class^='media-element']),
.h3 {
    color: #4ebdc3;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 1.92308em 0 2.5rem;
    text-transform: uppercase;
    z-index: 1;
    padding-left: 4.4rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .rte h3:not([class^='media-element']),
    .rte .h3:not([class^='media-element']),
    .h3 {
        margin-top: 5.6rem;
        margin-bottom: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .rte h3:not([class^='media-element']),
    .rte .h3:not([class^='media-element']),
    .h3 {
        font-size: 2.3rem;
    }
}
.rte h3:not([class^='media-element'])::after,
.rte .h3:not([class^='media-element'])::after,
.h3::after {
    position: absolute;
    content: '';
    width: 6.9rem;
    height: 1rem;
    left: 0;
    top: 1.6rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .rte h3:not([class^='media-element'])::after,
    .rte .h3:not([class^='media-element'])::after,
    .h3::after {
        bottom: initial;
        top: 1.2rem;
    }
}
.rte h4:not([class^='media-element']),
.rte .h4:not([class^='media-element']),
.h4 {
    color: #000;
    font-size: 2.2rem;
    margin: 1.81818em 0 2.8rem;
}
@media screen and (max-width: 767px) {
    .rte h4:not([class^='media-element']),
    .rte .h4:not([class^='media-element']),
    .h4 {
        font-size: 1.8rem;
        text-transform: uppercase;
    }
}
.rte h5:not([class^='media-element']),
.rte .h5:not([class^='media-element']),
.h5 {
    color: #727272;
    font-size: 1.9rem;
    margin: 2.10526em 0 0.94737em;
}
@media screen and (max-width: 767px) {
    .rte h5:not([class^='media-element']),
    .rte .h5:not([class^='media-element']),
    .h5 {
        font-size: 1.6rem;
    }
}
.rte h6,
.rte .h6,
.h6 {
    color: #000;
    font-size: 1.6rem;
    margin: 1.25em 0 0.625em;
}
.rte > *:first-child {
    margin-top: 0 !important;
}
.rte a:not([data-fancybox]) {
    color: #79348f;
    text-decoration: underline;
}
.rte a:not([data-fancybox]):hover, .rte a:not([data-fancybox]):focus {
    text-decoration: none;
}
.rte p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0 0 1rem;
}
@media screen and (max-width: 1279px) {
    .rte p {
        margin: 0.27778em 0 0.55556em 0;
    }
}
@media screen and (max-width: 767px) {
    .rte p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.rte p.chapeau {
    color: #727272;
    font-size: 1.5rem;
}
.rte p.chapeau a {
    color: #727272;
}
.rte p.encadre {
    background-color: #4c165d;
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 8rem 0 4rem 6rem;
    min-height: 15.4rem;
    padding: 3.2rem 4rem 2rem 9rem;
    position: relative;
}
.rte p.encadre::before {
    content: "\f0eb";
}
@media screen and (max-width: 1279px) {
    .rte p.encadre {
        margin-top: 5rem;
        margin-bottom: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .rte p.encadre {
        font-size: 1.6rem;
        line-height: 1.2;
        font-style: italic;
        margin-left: 4.6rem;
        margin-bottom: 3rem;
        padding: 1.84211em 1.57895em 5rem 6.4rem;
    }
}
.rte p.encadre::before {
    color: #fff;
    font-size: 5.7rem;
    position: absolute;
    font-weight: 400;
    width: 12rem;
    height: 12rem;
    background-color: #79348f;
    top: 0;
    bottom: 0;
    left: -6rem;
    z-index: 1;
    text-align: center;
    line-height: 12rem;
    margin-top: auto;
    margin-bottom: auto;
}
@media screen and (max-width: 767px) {
    .rte p.encadre::before {
        width: 9rem;
        height: 9rem;
        top: 3.4rem;
        bottom: initial;
        font-size: 3.7rem;
        line-height: 9rem;
        left: -4.6rem;
    }
}
.rte p.encadre a {
    color: #fff;
}
.rte .blockquote,
.rte blockquote {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 300;
    margin: 10.2rem 0 8rem 14.2rem;
    position: relative;
    min-height: 14.7rem;
    max-width: 68.6rem;
}
@media screen and (max-width: 1279px) {
    .rte .blockquote,
    .rte blockquote {
        margin-top: 5.2rem;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .rte .blockquote,
    .rte blockquote {
        font-size: 1.8rem;
        letter-spacing: 0.04rem;
        line-height: 1.2rem;
        max-width: 100%;
        margin: 8.2rem 2rem 6rem 7.8rem;
    }
}
.rte .blockquote::before,
.rte blockquote::before {
    left: -14.2rem;
    position: absolute;
    top: -2.2rem;
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-style: normal;
    content: '"';
    font-weight: 900;
    font-size: 12rem;
    background-color: #79348f;
    height: 14.7rem;
    width: 100%;
    padding-left: 4.5rem;
    padding-top: 2.8rem;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .rte .blockquote::before,
    .rte blockquote::before {
        left: -7.8rem;
        width: calc(100vw - 2rem);
        height: 10.8rem;
        font-size: 9rem;
        padding-left: 2rem;
        padding-top: 6.3rem;
    }
}
.rte .blockquote p,
.rte blockquote p {
    background-color: #4c165d;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.48px;
    line-height: 1.2;
    margin: 0 0 2rem;
    padding: 3rem 4.5rem 3rem 4rem;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1279px) {
    .rte .blockquote p,
    .rte blockquote p {
        padding: 3.2rem 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .rte .blockquote p,
    .rte blockquote p {
        font-size: 1.8rem;
        letter-spacing: 0.04rem;
        line-height: 1.2;
        margin: 0;
        padding: 2rem 1.5rem 4.3rem 2rem;
    }
}
.rte ul > li > ul, .rte .show-hide__content ul > li > ul, .rte ol > li > ul, .rte .show-hide__content ol > li > ul {
    margin: 0 0 0 1.11111em;
    padding-left: 2rem;
}
.rte ul > li > ul > li, .rte .show-hide__content ul > li > ul > li, .rte ol > li > ul > li, .rte .show-hide__content ol > li > ul > li {
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1279px) {
    .rte ul > li > ul > li, .rte .show-hide__content ul > li > ul > li, .rte ol > li > ul > li, .rte .show-hide__content ol > li > ul > li {
        margin-bottom: 0.2rem;
    }
}
.rte ul > li > ul > li::before, .rte .show-hide__content ul > li > ul > li::before, .rte ol > li > ul > li::before, .rte .show-hide__content ol > li > ul > li::before {
    color: inherit;
    content: '•';
    font-family: inherit;
    width: 1.5rem;
}
.rte ul > li > ol, .rte .show-hide__content ul > li > ol, .rte ol > li > ol, .rte .show-hide__content ol > li > ol {
    counter-reset: list1;
    margin: 0 0 0 1.11111em;
    padding-left: 1em;
}
.rte ul > li > ol > li, .rte .show-hide__content ul > li > ol > li, .rte ol > li > ol > li, .rte .show-hide__content ol > li > ol > li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1279px) {
    .rte ul > li > ol > li, .rte .show-hide__content ul > li > ol > li, .rte ol > li > ol > li, .rte .show-hide__content ol > li > ol > li {
        margin-bottom: 0.2rem;
    }
}
.rte ul > li > ol > li::before, .rte .show-hide__content ul > li > ol > li::before, .rte ol > li > ol > li::before, .rte .show-hide__content ol > li > ol > li::before {
    color: inherit;
    content: counter(list1) ".";
    counter-increment: list1;
    font-family: inherit;
    width: 1.5rem;
}
.rte ul,
.rte .show-hide__content ul, .rte ol,
.rte .show-hide__content ol {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .rte ul,
    .rte .show-hide__content ul, .rte ol,
    .rte .show-hide__content ol {
        font-size: 1.6rem;
    }
}
.rte ul > li, .rte .show-hide__content ul > li, .rte ol > li, .rte .show-hide__content ol > li {
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1279px) {
    .rte ul > li, .rte .show-hide__content ul > li, .rte ol > li, .rte .show-hide__content ol > li {
        margin-bottom: 0.2rem;
    }
}
.rte ul p, .rte .show-hide__content ul p, .rte ol p, .rte .show-hide__content ol p {
    font-size: 1.8rem;
    margin-bottom: 0.13889em;
}
.rte ul,
.rte .show-hide__content ul,
.rte ol,
.rte .show-hide__content ol {
    list-style: none;
    margin: 2rem 0 1.5rem;
    padding-left: 2rem;
}
@media screen and (max-width: 1279px) {
    .rte ul,
    .rte .show-hide__content ul,
    .rte ol,
    .rte .show-hide__content ol {
        padding-left: 1.5rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .rte ul,
    .rte .show-hide__content ul,
    .rte ol,
    .rte .show-hide__content ol {
        padding-left: 2rem;
    }
}
.rte ul > li,
.rte .show-hide__content ul > li,
.rte ol > li,
.rte .show-hide__content ol > li {
    position: relative;
}
.rte ul > li::before,
.rte .show-hide__content ul > li::before,
.rte ol > li::before,
.rte .show-hide__content ol > li::before {
    color: #3962a5;
    left: -1em;
    position: absolute;
    width: 1.5rem;
}
@media screen and (max-width: 1279px) {
    .rte ul > li::before,
    .rte .show-hide__content ul > li::before,
    .rte ol > li::before,
    .rte .show-hide__content ol > li::before {
        left: -1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .rte ul > li::before,
    .rte .show-hide__content ul > li::before,
    .rte ol > li::before,
    .rte .show-hide__content ol > li::before {
        font-size: 1.6rem;
    }
}
.rte ul > li::before,
.rte .show-hide__content ul > li::before {
    content: "\f105";
}
.rte ol,
.rte .show-hide__content ol {
    counter-reset: list1;
}
.rte ol > li::before,
.rte .show-hide__content ol > li::before {
    color: inherit;
    content: counter(list1) ".";
    counter-increment: list1;
    font-family: inherit;
}
.rte ul.reset-list {
    list-style-position: outside;
    margin-left: 45px;
    padding: 0;
}
.rte ul.reset-list ul,
.rte ul.reset-list ol {
    list-style-position: outside;
}
.rte ul.reset-list ul {
    list-style-type: circle;
}
.rte ul.reset-list li {
    padding: 0;
}
.rte ul.reset-list li::before {
    content: none !important;
}
.rte ul.reset-list {
    list-style-type: disc;
}
.rte .table-responsive {
    display: block;
    -webkit-overflow-scrolling: touch;
    /* stylelint-disable */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    /* stylelint-enable */
    width: 100%;
    margin-bottom: 7.5rem;
}
@media screen and (max-width: 1279px) {
    .rte .table-responsive {
        margin-bottom: 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .rte .table-responsive {
        margin-bottom: 6rem;
    }
}
.rte .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
            appearance: none;
    background-color: #efefef;
    width: 13px;
}
.rte .table-responsive::-webkit-scrollbar-thumb {
    background-color: #4c165d;
}
.rte table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    margin-top: 7rem;
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .rte table {
        margin-top: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .rte table {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
.rte table caption {
    color: #1e95bf;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
}
@media screen and (max-width: 1279px) {
    .rte table caption {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .rte table caption {
        max-width: 30rem;
        text-transform: uppercase;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
.rte table th,
.rte table td {
    padding: 0.75em 1.875em;
    vertical-align: middle;
}
@media screen and (max-width: 1279px) {
    .rte table th,
    .rte table td {
        padding: 0.75em 1em;
    }
}
.rte table th ul,
.rte table th p,
.rte table td ul,
.rte table td p {
    font-size: 1em;
}
.rte table th {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-stretch: condensed;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}
.rte table thead th {
    color: #485d6e;
    padding: 2rem 2.8rem 0.8rem;
}
@media screen and (max-width: 767px) {
    .rte table thead th {
        padding-top: 2.5rem;
    }
}
.rte table thead th:nth-child(even) {
    background-color: rgba(78, 189, 195, 0.1);
}
.rte table thead th:nth-child(odd) {
    background-color: rgba(30, 149, 191, 0.2);
}
.rte table thead th:first-child {
    background: #fff;
}
.rte table tbody th {
    color: #4c165d;
    padding: 0.9rem 3.5rem;
    text-align: right;
}
@media screen and (max-width: 1279px) {
    .rte table tbody th {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }
}
.rte table td,
.rte table th {
    border-right: 2px solid #fff;
}
.rte table td {
    background: #fff;
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0.9rem 2.8rem;
    min-width: 16.4rem;
}
.rte table td:nth-child(even) {
    background-color: rgba(78, 189, 195, 0.1);
}
.rte table td:nth-child(odd) {
    background-color: rgba(30, 149, 191, 0.2);
}
.rte table tbody tr:last-child th,
.rte table tbody tr:last-child td {
    padding-bottom: 6rem;
}
/**
 * Containers has 4 variations:
 *  - `.container` - width 1160px
 *  - `.container -sm` - width 940px
 *  - `.container -lg` - width 1220px
 *  - `.container -fluid` - width 100%
 *
 * You can configure containers width in `core/layouts/_wrappers.scss`
 *
 * @section Containers
 * @page Layout
 *
 * @example
 * <div class="container -sm">Small container width 940px</div>
 * <div class="container">Default container width 1160px</div>
 * <div class="container -lg">Large container width 1220px</div>
 * <div class="container -fluid">Fluid container width 100%</div>
 *
 */
.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 124rem;
    padding: 0 1rem;
    width: 100%;
}
.container-wrapper {
    width: 100%;
}
.container-wrapper.-dark {
    background: radial-gradient(circle at 53.75% center, #000 0%, #2a2a2a 100%);
}
@media screen and (max-width: 1279px) {
    .container {
        max-width: 98rem;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}
.container.-fluid {
    max-width: 100%;
}
.container.-sm {
    max-width: 96rem;
}
@media screen and (max-width: 1279px) {
    .container.-sm {
        max-width: 98rem;
    }
}
@media screen and (max-width: 767px) {
    .container.-sm {
        max-width: 100%;
    }
}
.container.-lg {
    max-width: 126rem;
}
@media screen and (max-width: 1279px) {
    .container.-lg {
        max-width: 98rem;
    }
}
@media screen and (max-width: 767px) {
    .container.-lg {
        max-width: 100%;
    }
}
.container.-page {
    padding: 0 1rem 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .container.-page {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
}
.container.-black {
    background: radial-gradient(circle at 53.75% center, #000 0%, #2a2a2a 100%);
}
.sidebar .container {
    padding: 0;
}
.site-wrapper-out {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}
.site-wrapper {
    min-height: 100vh;
    width: 100%;
}
.site-wrapper.-overflow-hidden {
    overflow: hidden;
}
.site-header {
    flex-basis: auto;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: auto;
}
.site-main {
    flex-grow: 1;
    min-height: 0.1rem;
    width: 100%;
}
.site-footer {
    flex-basis: auto;
    position: relative;
    width: 100%;
    z-index: 5;
}
.top-of-content {
    flex-basis: auto;
    background-color: #485d6e;
    margin: -7rem 0 0 auto;
    max-width: 111rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .top-of-content {
        margin-top: 0;
    }
}
.top-of-content__wrapper {
    padding: 2.8rem 6rem;
}
@media screen and (max-width: 1279px) {
    .top-of-content__wrapper {
        padding: 3.3rem 4rem 1.1rem;
    }
}
@media screen and (max-width: 767px) {
    .top-of-content__wrapper {
        padding: 2.5rem 1.1rem 0.7rem;
    }
}
.site-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.site-content,
.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.-content .site-content:only-child, .-content
.sidebar:only-child {
    display: block;
    margin: 0 auto;
    max-width: 94rem;
}
@media screen and (max-width: 1279px) {
    .site-content,
    .sidebar {
        display: block;
    }
}
.site-content span.anchor:first-of-type + .colPos0 > *:first-child,
.site-content span.anchor:first-of-type + .colPos0 .ce-bodytext > *:first-child {
    margin-top: 0;
}
.site-content > *:first-child {
    margin-top: 0 !important;
}
@media screen and (max-width: 1279px) {
    .site-content .rte .ce-textpic .ce-bodytext {
        width: 100%;
    }
}
.site-content .flex-row [class*='col-'] > section {
    margin: 4rem 0;
}
.site-content .flex-row > .js-no-margin > *:first-child {
    margin-top: 0 !important;
}
.site-content .flex-row > .js-no-margin > *:first-child [class*='title']:first-child {
    margin-top: 0 !important;
}
@media screen and (min-width: 1280px) {
    .sidebar {
        padding: 0 6rem 0 0;
        position: relative;
        width: 38rem;
    }
    .site-content + .sidebar {
        padding: 0 0 0 8rem;
    }
}
@media screen and (max-width: 767px) {
    .sidebar {
        padding: 0;
    }
}
.fancybox-slide--html,
.fancybox-slide--iframe {
    padding: 3rem;
}
@media screen and (max-width: 1279px) {
    .fancybox-slide--html,
    .fancybox-slide--iframe {
        padding: 8rem 1.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .fancybox-slide--html,
    .fancybox-slide--iframe {
        padding: 5rem 1rem;
    }
}
.fancybox-slide--html .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    padding: 5rem 15rem;
    width: 100% !important;
}
@media screen and (max-width: 1279px) {
    .fancybox-slide--html .fancybox-content,
    .fancybox-slide--iframe .fancybox-content {
        padding: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .fancybox-slide--html .fancybox-content,
    .fancybox-slide--iframe .fancybox-content {
        padding: 1rem;
    }
}
.fancybox-slide--html .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    height: 5rem;
    width: 5rem;
    background-color: #4c165d !important;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .fancybox-slide--html .fancybox-close-small,
    .fancybox-slide--iframe .fancybox-close-small {
        height: 4rem;
        width: 4rem;
    }
}
.fancybox-slide--html .fancybox-close-small svg,
.fancybox-slide--iframe .fancybox-close-small svg {
    color: #fff;
}
.fancybox-slide--iframe .fancybox-close-small {
    right: 0;
    top: 0;
}
.fancybox-iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.js-localiser-popup .fancybox-iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.home-page .site-wrapper-out .site-main {
    position: relative;
}
.home-page .site-wrapper-out .site-main::after {
    position: absolute;
    content: '';
    width: 1355px;
    height: 999px;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    background-image: url("../images/home/flower_desktop.svg");
    background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .home-page .site-wrapper-out .site-main::after {
        width: 1035px;
        height: 839px;
        background-image: url("../images/home/flower_laptop.svg");
    }
}
@media screen and (max-width: 1279px) {
    .home-page .site-wrapper-out .site-main::after {
        width: 768px;
        height: 755px;
        bottom: 24rem;
        background-image: url("../images/home/flower_tablet.svg");
    }
}
@media screen and (max-width: 767px) {
    .home-page .site-wrapper-out .site-main::after {
        display: none;
    }
}
.header {
    background-color: #efefef;
    display: block;
    padding: 3rem 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .header {
        padding: 1.7rem 0;
    }
}
.header.-has-image {
    background: none;
    padding: 0;
}
.header.-map {
    padding: 0;
    background-color: #485d6e;
}
.footer {
    background: #4ebdc3;
    position: relative;
}
.footer .title-block {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0;
}
.footer .title-block::before {
    height: 0.5rem;
    width: 5.8rem;
    left: auto;
    right: -1.7rem;
    top: 1.4rem;
}
.footer__wrapper {
    border-top: 0.5rem solid rgba(0, 0, 0, 0.15);
    padding: 8.1rem 2rem 5.5rem;
    max-width: 155.2rem;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1440px) {
    .footer__wrapper {
        max-width: 120rem;
        padding: 8.1rem 0 3.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .footer__wrapper {
        flex-wrap: wrap;
        max-width: 72.8rem;
        padding: 10rem 0 5.5rem;
    }
}
@media screen and (max-width: 767px) {
    .footer__wrapper {
        display: block;
        max-width: 30rem;
        padding: 8.5rem 0 3.8rem;
    }
}
.footer__title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}
.footer__links {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    padding: 3.2rem 0 0;
}
@media screen and (max-width: 1440px) {
    .footer__links {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .footer__links {
        display: block;
        padding: 0;
    }
}
.footer__block:nth-of-type(1) {
    margin-right: 2.5rem;
}
@media screen and (max-width: 1279px) {
    .footer__block:nth-of-type(1) {
        margin-right: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .footer__block:nth-of-type(1) {
        margin: 0 0 2.5rem;
    }
}
.footer__block:nth-of-type(2) {
    flex-shrink: 0;
}
.footer__stratis {
    background-color: transparent;
    bottom: 1.4rem;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 5;
}
@media screen and (max-width: 767px) {
    .footer__stratis {
        bottom: 1.9rem;
    }
}
.footer__stratis a {
    transition: all 400ms ease 0ms;
    background: #4c165d;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-left: 0.6rem;
    padding: 0.25rem 1rem;
    text-decoration: none;
}
.footer__stratis a:hover, .footer__stratis a:focus {
    background: #fff;
    color: #4c165d;
}
@media screen and (max-width: 1279px) {
    .sidebar {
        margin: 0 0 8rem;
    }
}
@media screen and (max-width: 767px) {
    .sidebar {
        margin: 1rem 0 5rem;
    }
}
form {
    display: block;
    margin: 2em 0 3em;
}
form:first-child {
    margin-top: 0;
}
.confirmation form {
    display: inline-block;
    margin: 0;
}
fieldset {
    background: transparent;
    border: 0;
    margin: 3em 0;
    min-width: inherit;
    padding: 0;
    position: relative;
}
fieldset:first-child {
    margin-top: 0;
}
fieldset:last-of-type, fieldset:only-of-type {
    margin-bottom: 0;
}
.form__captcha,
.form .captcha {
    margin: 1rem 0;
}
.form__buttons {
    margin: 1rem -0.5rem;
}
.form__buttons.-center {
    text-align: center;
}
.form__buttons.-right {
    text-align: right;
}
.form__buttons button,
.form__buttons .btn,
.form__buttons .g-translate-dropdown .g-translate-dropdown__toggle,
.g-translate-dropdown .form__buttons .g-translate-dropdown__toggle,
.form__buttons a,
.form__buttons .link {
    display: inline-block;
    margin: 0 0.5rem;
}
.form__buttons button,
.form__buttons .btn,
.form__buttons .g-translate-dropdown .g-translate-dropdown__toggle,
.g-translate-dropdown .form__buttons .g-translate-dropdown__toggle {
    margin: 0.5rem;
}
.form__buttons a,
.form__buttons .link {
    color: #727272;
    font-size: 1.2rem;
    font-style: italic;
    text-decoration: underline;
    position: relative;
    z-index: 1;
}
.form__buttons a:hover, .form__buttons a:focus,
.form__buttons .link:hover,
.form__buttons .link:focus {
    text-decoration: none;
}
.form__field-group {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
    .form__field-group:not(.-type-uri) {
        flex-wrap: wrap;
    }
}
.form__field-group > * {
    flex-basis: 100%;
}
.form__field-group input {
    margin: 0;
}
.form__field-wrapper {
    margin-bottom: 2.5em;
    margin-top: 1.5em;
}
.form__field-wrapper.-datewrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.form__field-wrapper.-datewrapper[class*='col-'] .date-picker-control {
    margin: 1rem 2rem 1rem 1rem;
}
.form__field-wrapper.-datewrapper .date-picker-control {
    bottom: 0;
    margin: 1rem;
    position: absolute;
    right: 0;
}
.form__field-attached {
    background: rgba(197, 197, 197, 0.4);
    flex: 1 0 auto;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.85714em 0.71429em;
    text-transform: none;
}
.form .file--image {
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 0.5rem;
}
.form__field-price {
    align-items: flex-start;
}
.form__field-price__item {
    display: flex;
    flex-wrap: wrap;
}
.form__field-price__item .parsley-errors-list {
    order: 3;
    width: 100%;
}
.form__field-price__item > input {
    width: calc(100% - 3rem);
}
.form__field-price__item > span {
    flex-shrink: 0;
    width: 3rem;
}
.geocode__wrapper {
    position: relative;
}
.geocode__wrapper .geocode__wrapper-btn {
    background-color: #79348f;
    border-color: transparent;
    bottom: 0.2rem;
    color: #fff;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    z-index: 1;
}
.geocode__wrapper .geocode__wrapper-btn::before {
    color: inherit;
}
.geocode__wrapper .geocode__wrapper-btn:hover, .geocode__wrapper .geocode__wrapper-btn:focus {
    background-color: #fff;
    border-color: rgba(197, 197, 197, 0.5);
    color: #79348f;
}
.date-picker table {
    font-size: 1.5rem;
}
.ui-timepicker-wrapper {
    font-size: 1.5rem;
}
/*
    Todo - Check parsley styles after it's will be implemented
    @author - evanre
    @data - 22/3/18
    @time - 17:13
*/
.parsley-errors-list p {
    color: #4c165d;
    font-size: 1.2rem;
    font-style: italic;
    margin: 5px 0 15px;
}
.rte .powermail_fieldwrap_file_list,
.powermail_fieldwrap_file_list {
    list-style: none;
    padding: 0;
}
.rte .powermail_fieldwrap_file_list > li,
.powermail_fieldwrap_file_list > li {
    font-size: 1.2rem;
    margin: 0.5em 0;
    padding-left: 1em;
    position: relative;
}
.rte .powermail_fieldwrap_file_list > li::before,
.powermail_fieldwrap_file_list > li::before {
    content: "\f105";
}
.rte .powermail_fieldwrap_file_list > li::before,
.powermail_fieldwrap_file_list > li::before {
    color: #4ebdc3;
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
}
.rte .powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete,
.powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete {
    padding-left: 0;
}
.rte .powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete::before,
.powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete::before {
    content: inherit;
    display: none;
}
.rte .powermail_fieldwrap_file_list .btn::before, .rte .powermail_fieldwrap_file_list .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .rte .powermail_fieldwrap_file_list .g-translate-dropdown__toggle::before,
.powermail_fieldwrap_file_list .btn::before,
.powermail_fieldwrap_file_list .g-translate-dropdown .g-translate-dropdown__toggle::before,
.g-translate-dropdown .powermail_fieldwrap_file_list .g-translate-dropdown__toggle::before {
    color: #4ebdc3;
}
.webform-submission-form fieldset {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-block legend {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.form-block label {
    color: #000;
    text-transform: none;
}
.form-block label .required {
    font-weight: 400;
}
.-datewrapper > i {
    bottom: 0.1rem;
    position: absolute;
    right: 1rem;
    color: #4ebdc3;
    font-size: 1.7rem;
    font-weight: 400;
    margin: 1rem;
    pointer-events: none;
    position: absolute;
}
.confirm-parent > .password-confirm {
    color: #727272;
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    margin: 0.5rem 0;
    text-transform: none;
}
.confirm-parent > .password-confirm .ok,
.confirm-parent > .password-confirm .error {
    font-weight: 700;
}
.confirm-parent > .password-confirm .ok {
    color: #009009;
}
.confirm-parent > .password-confirm .error {
    color: #79348f;
}
.extranet-context-region li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.extranet-context-region li .title__svg {
    margin: 0 0.25em;
}
.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: all 250ms ease-in-out 200ms;
}
.preloader__animation {
    border: 0.5rem solid #79348f;
    border-radius: 50%;
    display: inline-block;
    height: 5rem;
    margin-right: 1.5rem;
    position: relative;
    vertical-align: middle;
    width: 5rem;
}
.preloader__animation::after {
    -webkit-animation: rotation 1s linear infinite;
            animation: rotation 1s linear infinite;
    border: 0.5rem solid transparent;
    border-radius: 50%;
    border-top-color: #c288d4;
    bottom: -0.5rem;
    content: '';
    left: -0.5rem;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
}
.preloader__text {
    display: inline-block;
    font-size: 1.8rem;
    vertical-align: middle;
}
.preloader__text strong {
    font-size: 2.4rem;
}
.preloader.-is-hidden {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    z-index: -10;
}
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/**
 * Buttons
 *
 * The Button `.btn` class can be applied to `<button>`, `<input>`, or `<a>` elements.
 *
 * @section
 * @page Buttons
 *
 * @example
 * <div class="flex-row">
 *     <div class="col-xs-12 col-sm-6">
 *         <div class="form__field-wrapper">
 *             <button class="btn -light -icon">Retour</button>
 *             <button class="btn -light -icon -no-text">Retour</button>
 *         </div>
 *         <div class="form__field-wrapper">
 *             <button class="btn -light -icon -large">Retour</button>
 *         </div>
 *         <div class="form__field-wrapper">
 *             <button class="btn -light -icon -small">Retour</button>
 *         </div>
 *     </div>
 *     <div class="col-xs-12 col-sm-6">
 *         <div class="form__field-wrapper">
 *             <button class="btn" data-fa-icon="&#xf00c;">Valider</button>
 *             <button class="btn -no-text" data-fa-icon="&#xf00c;">Valider</button>
 *         </div>
 *         <div class="form__field-wrapper">
 *             <button class="btn -large" data-fa-icon="&#xf00c;">Valider</button>
 *         </div>
 *         <div class="form__field-wrapper">
 *             <button class="btn -small" data-fa-icon="&#xf00c;">Valider</button>
 *         </div>
 *     </div>
 * </div>
*/
.btn, .g-translate-dropdown .g-translate-dropdown__toggle {
    transition: all 250ms ease-in-out 0ms;
    background-color: transparent;
    border: solid 1px #3962a5;
    border-radius: 3.5rem;
    color: #4ebdc3;
    cursor: pointer;
    display: inline-block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    line-height: 1.14286;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    z-index: 1;
    font-size: 1.4rem;
    padding: 1.14286em 1.71429em;
    font-weight: 700;
}
.btn::after, .g-translate-dropdown .g-translate-dropdown__toggle::after {
    height: 100%;
    width: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: #4ebdc3;
    border-radius: 3.5rem;
    content: '';
    z-index: -1;
}
.btn__icon, .g-translate-dropdown .g-translate-dropdown__toggle-icon {
    color: #79348f;
    margin-right: 0.5rem;
}
.btn__icon::before, .g-translate-dropdown .g-translate-dropdown__toggle-icon::before, .btn__icon::after, .g-translate-dropdown .g-translate-dropdown__toggle-icon::after {
    color: inherit;
}
.btn__icon, .g-translate-dropdown .g-translate-dropdown__toggle-icon, .btn::before, .g-translate-dropdown .g-translate-dropdown__toggle::before, .btn::after, .g-translate-dropdown .g-translate-dropdown__toggle::after {
    transition: all 250ms ease-in-out 0ms;
}
.btn.-icon::before, .g-translate-dropdown .-icon.g-translate-dropdown__toggle::before {
    content: "\f0d9";
}
.btn.-icon::before, .g-translate-dropdown .-icon.g-translate-dropdown__toggle::before {
    color: #4ebdc3;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin-right: 0.25em;
}
.btn.-no-text, .g-translate-dropdown .-no-text.g-translate-dropdown__toggle, .btn.-circle, .g-translate-dropdown .-circle.g-translate-dropdown__toggle {
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
}
.btn.-no-text .btn__icon, .g-translate-dropdown .-no-text.g-translate-dropdown__toggle .btn__icon, .btn.-no-text .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-no-text .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-no-text.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon, .btn.-no-text::before, .g-translate-dropdown .-no-text.g-translate-dropdown__toggle::before, .btn.-no-text::after, .g-translate-dropdown .-no-text.g-translate-dropdown__toggle::after, .btn.-circle .btn__icon, .g-translate-dropdown .-circle.g-translate-dropdown__toggle .btn__icon, .btn.-circle .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-circle .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-circle.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon, .btn.-circle::before, .g-translate-dropdown .-circle.g-translate-dropdown__toggle::before, .btn.-circle::after, .g-translate-dropdown .-circle.g-translate-dropdown__toggle::after {
    display: block;
    left: 50%;
    margin: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1279px) {
    .btn.-no-text-mobile, .g-translate-dropdown .-no-text-mobile.g-translate-dropdown__toggle {
        height: 4rem;
        width: 4rem;
        overflow: hidden;
        position: relative;
        text-align: left;
        text-indent: -9999px;
        white-space: nowrap;
    }
    .btn.-no-text-mobile .btn__icon, .g-translate-dropdown .-no-text-mobile.g-translate-dropdown__toggle .btn__icon, .btn.-no-text-mobile .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-no-text-mobile .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-no-text-mobile.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon, .btn.-no-text-mobile::before, .g-translate-dropdown .-no-text-mobile.g-translate-dropdown__toggle::before, .btn.-no-text-mobile::after, .g-translate-dropdown .-no-text-mobile.g-translate-dropdown__toggle::after {
        display: block;
        left: 50%;
        margin: 0;
        position: absolute;
        text-indent: 0;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}
.btn.-circle, .g-translate-dropdown .-circle.g-translate-dropdown__toggle, .btn.-no-text, .g-translate-dropdown .-no-text.g-translate-dropdown__toggle {
    padding: 1.14286em 1.71429em;
}
.btn.-large, .g-translate-dropdown .-large.g-translate-dropdown__toggle {
    font-size: 2rem;
    padding: 0.62857em 1.2em;
}
.btn.-large.-circle, .g-translate-dropdown .-large.-circle.g-translate-dropdown__toggle, .btn.-large.-no-text, .g-translate-dropdown .-large.-no-text.g-translate-dropdown__toggle {
    padding: 0.62857em 1.2em;
}
.btn.-small, .g-translate-dropdown .-small.g-translate-dropdown__toggle {
    font-size: 1.2rem;
    padding: 0.59524em 2em;
}
.btn.-small.-circle, .g-translate-dropdown .-small.-circle.g-translate-dropdown__toggle, .btn.-small.-no-text, .g-translate-dropdown .-small.-no-text.g-translate-dropdown__toggle {
    padding: 0.59524em 1.16667em;
}
.btn.-light, .g-translate-dropdown .-light.g-translate-dropdown__toggle {
    font-weight: 100;
}
.btn:hover, .g-translate-dropdown .g-translate-dropdown__toggle:hover, .btn:focus, .g-translate-dropdown .g-translate-dropdown__toggle:focus {
    border-color: transparent;
    color: #3962a5;
}
.btn:hover::after, .g-translate-dropdown .g-translate-dropdown__toggle:hover::after, .btn:focus::after, .g-translate-dropdown .g-translate-dropdown__toggle:focus::after {
    width: 100%;
}
.btn:hover .btn__icon, .g-translate-dropdown .g-translate-dropdown__toggle:hover .btn__icon, .btn:hover .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn:hover .g-translate-dropdown__toggle-icon, .g-translate-dropdown .g-translate-dropdown__toggle:hover .g-translate-dropdown__toggle-icon, .btn:hover[data-fa-icon]::before, .g-translate-dropdown .g-translate-dropdown__toggle:hover[data-fa-icon]::before, .btn:hover[data-fa-icon]::after, .g-translate-dropdown .g-translate-dropdown__toggle:hover[data-fa-icon]::after, .btn:focus .btn__icon, .g-translate-dropdown .g-translate-dropdown__toggle:focus .btn__icon, .btn:focus .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn:focus .g-translate-dropdown__toggle-icon, .g-translate-dropdown .g-translate-dropdown__toggle:focus .g-translate-dropdown__toggle-icon, .btn:focus[data-fa-icon]::before, .g-translate-dropdown .g-translate-dropdown__toggle:focus[data-fa-icon]::before, .btn:focus[data-fa-icon]::after, .g-translate-dropdown .g-translate-dropdown__toggle:focus[data-fa-icon]::after {
    color: #FFF;
}
.btn.-circle, .g-translate-dropdown .-circle.g-translate-dropdown__toggle {
    border-radius: 50%;
}
.btn.-rounded, .g-translate-dropdown .-rounded.g-translate-dropdown__toggle {
    border-radius: 5px;
}
.btn.-gray, .g-translate-dropdown .-gray.g-translate-dropdown__toggle {
    border-color: #c5c5c5;
}
.btn.-gray:hover, .g-translate-dropdown .-gray.g-translate-dropdown__toggle:hover, .btn.-gray:focus, .g-translate-dropdown .-gray.g-translate-dropdown__toggle:focus {
    border-color: transparent;
}
.btn.-inverted, .g-translate-dropdown .-inverted.g-translate-dropdown__toggle {
    color: #fff;
}
.btn.-inverted:hover, .g-translate-dropdown .-inverted.g-translate-dropdown__toggle:hover, .btn.-inverted:focus, .g-translate-dropdown .-inverted.g-translate-dropdown__toggle:focus {
    color: #3962a5;
}
.btn.-inverted .btn__icon, .g-translate-dropdown .-inverted.g-translate-dropdown__toggle .btn__icon, .btn.-inverted .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-inverted .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-inverted.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon {
    color: #3962a5;
}
.btn.-secondary, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle {
    font-weight: 300;
}
.btn.-secondary .btn__icon, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle .btn__icon, .btn.-secondary .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-secondary .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon, .btn.-secondary[data-fa-icon]::before, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle[data-fa-icon]::before, .btn.-secondary::before, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle::before, .btn.-secondary::after, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle::after {
    color: #4ebdc3;
}
.btn.-secondary:hover .btn__icon, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:hover .btn__icon, .btn.-secondary:hover .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-secondary:hover .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:hover .g-translate-dropdown__toggle-icon, .btn.-secondary:hover::before, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:hover::before, .btn.-secondary:hover::after, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:hover::after, .btn.-secondary:focus .btn__icon, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:focus .btn__icon, .btn.-secondary:focus .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn.-secondary:focus .g-translate-dropdown__toggle-icon, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:focus .g-translate-dropdown__toggle-icon, .btn.-secondary:focus::before, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:focus::before, .btn.-secondary:focus::after, .g-translate-dropdown .-secondary.g-translate-dropdown__toggle:focus::after {
    color: #fff;
}
.btn.-darken, .g-translate-dropdown .-darken.g-translate-dropdown__toggle {
    align-items: center;
    background: #4ebdc3;
    border: 4px solid rgba(255, 255, 255, 0.15);
    border-radius: 4.5rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    line-height: 1.6rem;
    min-width: 33.4rem;
    padding: 1.5rem 6.8rem 1.5rem 6rem;
}
@media screen and (max-width: 767px) {
    .btn.-darken, .g-translate-dropdown .-darken.g-translate-dropdown__toggle {
        min-width: 27.6rem;
        padding: 1.5rem 3.5rem;
    }
}
.btn.-darken:hover, .g-translate-dropdown .-darken.g-translate-dropdown__toggle:hover, .btn.-darken:focus, .g-translate-dropdown .-darken.g-translate-dropdown__toggle:focus {
    border-color: #79348f;
}
.btn.-darken::after, .g-translate-dropdown .-darken.g-translate-dropdown__toggle::after {
    background: #79348f;
}
.btn[type='submit'] + .required, .g-translate-dropdown .g-translate-dropdown__toggle[type='submit'] + .required {
    margin: 0 0.5rem;
}
.btn[disabled='true'], .g-translate-dropdown .g-translate-dropdown__toggle[disabled='true'] {
    background: #efefef;
    color: #c5c5c5;
    pointer-events: none;
}
.btn[disabled='true'] .btn__icon, .g-translate-dropdown .g-translate-dropdown__toggle[disabled='true'] .btn__icon, .btn[disabled='true'] .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .btn[disabled='true'] .g-translate-dropdown__toggle-icon, .g-translate-dropdown .g-translate-dropdown__toggle[disabled='true'] .g-translate-dropdown__toggle-icon, .btn[disabled='true'][data-fa-icon]::before, .g-translate-dropdown .g-translate-dropdown__toggle[disabled='true'][data-fa-icon]::before {
    color: #c5c5c5;
}
/**
 * Button backgrounds
 *
 * The `-inverted` and `-darken` modifier classes also can be applied.
 *
 * @section
 * @page Buttons
 *
 * @example
 * <div class="flex-row">
 *     <div class="col-xs-12 col-sm-6" style="background-color: #000">
 *         <div class="form__field-wrapper">
 *             <button class="btn -light -icon -inverted">Retour</button>
 *             <button class="btn -light -icon -inverted -no-text">Retour</button>
 *             <button class="btn -light -icon -inverted -large">Retour</button>
 *             <button class="btn -light -icon -inverted -small">Retour</button>
 *         </div>
 *     </div>
 *     <div class="col-xs-12 col-sm-6" style="background-color: #ca000b">
 *         <div class="form__field-wrapper">
 *             <button class="btn -light -icon -darken">Retour</button>
 *             <button class="btn -light -icon -darken -no-text">Retour</button>
 *             <button class="btn -light -icon -darken -large">Retour</button>
 *             <button class="btn -light -icon -darken -small">Retour</button>
 *         </div>
 *     </div>
 * </div>
 */
/**
 * Rounded and circles
 *
 * The `-rounded` and `-circle` modifier classes also can be applied.
 *
 * @section
 * @page Buttons
 *
 * @example
 * <div class="form__field-wrapper">
 *     <button class="btn -rounded" data-fa-icon="&#xf00c;">Valider</button>
 *     <button class="btn -rounded -no-text" data-fa-icon="&#xf015;">Home</button>
 *     <button class="btn -rounded -light -large" data-fa-icon="&#xf03e;">Gallery</button>
 *     <button class="btn -rounded -small" data-fa-icon="&#xf129;">Info</button>
 * </div>
 * <div class="form__field-wrapper">
 *     <button class="btn -circle" data-fa-icon="&#xf00c;">Valider</button>
 *     <button class="btn -circle" data-fa-icon="&#xf015;">Home</button>
 *     <button class="btn -circle -large" data-fa-icon="&#xf03e;">Gallery</button>
 *     <button class="btn -circle -small" data-fa-icon="&#xf129;">Info</button>
 * </div>
 */
/**
 * Input radio and checkbox
 *
 * A checkbox input
 *
 * @section
 * @page Forms
 *
 * @state .column-2 - Indicates the column positioning
 * @state .radio-checkbox -inline - Indicates radio or checkbox positioning side by side. Works only on one line.
 *
 * @example
 * <fieldset class="radio">
 *     <legend>Radio :</legend>
 *     <div>
 *         <input type="radio" name="radio1" id="radio1_0" value="Item 1" disabled>
 *         <label for="radio1_0">Disabled - Coluptatem</label>
 *     </div>
 *     <div>
 *         <input type="radio" name="radio1" id="radio1_1" value="Earum eum ipsam non nostrum, repellendus voluptatem. Ab ducimus facere facilis officia optio quas repellat sunt vero">
 *         <label for="radio1_1">Earum eum <a href="#">ipsam non nostrum</a>, repellendus voluptatem. Ab ducimus facere facilis officia optio quas repellat sunt vero</label>
 *     </div>
 *     <div>
 *         <input type="radio" name="radio1" id="radio1_2" value="Asperiores beatae deleniti" checked>
 *         <label for="radio1_2">checked - Asperiores beatae deleniti</label>
 *     </div>
 *     <div>
 *         <input type="radio" name="radio1" id="radio1_3" value="Doloremque enim exercitationem">
 *         <label for="radio1_3">Doloremque enim exercitationem</label>
 *     </div>
 * </fieldset>
 * <fieldset class="radio -inline">
 *     <legend>Radio-inline :</legend>
 *     <div>
 *         <input type="radio" name="radio2" id="radio2_0" value="Item 1">
 *         <label for="radio2_0">Coluptatem</label>
 *     </div>
 *     <div>
 *         <input type="radio" name="radio2" id="radio2_2" value="Asperiores beatae deleniti" checked>
 *         <label for="radio2_2">checked - Asperiores beatae deleniti</label>
 *     </div>
 *     <div>
 *         <input type="radio" name="radio2" id="radio2_3" value="Doloremque enim exercitationem">
 *         <label for="radio2_3">Doloremque enim exercitationem</label>
 *     </div>
 * </fieldset>
 * <fieldset class="checkbox">
 *     <legend>Checkbox :</legend>
 *     <div>
 *         <input type="checkbox" name="checkbox1_0" id="checkbox1_0" value="Nostrum optio" disabled>
 *         <label for="checkbox1_0">Disabled - Nostrum optio</label>
 *     </div>
 *     <div>
 *         <input type="checkbox" name="checkbox1_1" id="checkbox1_1" value="Repellat rerum sed veritatis vitae? Alias corporis cum distinctio" disabled checked>
 *         <label for="checkbox1_1">Disabled and checked - Repellat rerum sed veritatis vitae? Alias corporis cum distinctio</label>
 *     </div>
 *     <div>
 *         <input type="checkbox" name="checkbox1_2" id="checkbox1_2" value="facilis fugit harum" checked>
 *         <label for="checkbox1_2">Checked - Facilis fugit harum</label>
 *     </div>
 *     <div>
 *         <input type="checkbox" name="checkbox1_3" id="checkbox1_3" value="Cum facilis fugit harum nemo neque">
 *         <label for="checkbox1_3">Cum facilis fugit harum nemo neque</label>
 *     </div>
 * </fieldset>
 * <fieldset class="checkbox -inline">
 *     <legend>Checkbox-inline :</legend>
 *     <div>
 *         <input type="checkbox" name="checkbox2_0" id="checkbox2_0" value="Nostrum optio">
 *         <label for="checkbox2_0">Nostrum optio</label>
 *     </div>
 *     <div>
 *         <input type="checkbox" name="checkbox2_2" id="checkbox2_2" value="facilis fugit harum" checked>
 *         <label for="checkbox2_2">Checked - Facilis fugit harum</label>
 *     </div>
 *     <div>
 *         <input type="checkbox" name="checkbox2_3" id="checkbox2_3" value="Cum facilis fugit harum nemo neque">
 *         <label for="checkbox2_3">Cum facilis fugit harum nemo neque</label>
 *     </div>
 * </fieldset>
 */
.checkbox, .radio {
    clear: both;
    margin: 1.5em 0 2.5em;
}
@media screen and (max-width: 1279px) {
    .checkbox, .radio {
        margin: 2em 0 1.5em;
    }
}
.checkbox:first-child, .radio:first-child {
    margin-top: 1.5em;
}
.checkbox.-inline div, .radio.-inline div {
    display: inline-block;
    margin-bottom: 1.3em;
    margin-right: 1.2em;
    margin-top: 0;
    vertical-align: top;
}
.checkbox.-inline div:last-child, .radio.-inline div:last-child {
    margin-right: 0;
}
.checkbox.-inline legend, .radio.-inline legend {
    margin-bottom: 1.14286em;
}
.column-2.checkbox div, .column-2.radio div {
    display: inline-block;
    vertical-align: top;
    width: 47.4%;
}
@media screen and (max-width: 1279px) {
    .column-2.checkbox div, .column-2.radio div {
        display: block;
        vertical-align: inherit;
        width: 100%;
    }
}
.column-2.checkbox div:nth-child(even), .column-2.radio div:nth-child(even) {
    margin-right: 1%;
}
@media screen and (max-width: 1279px) {
    .column-2.checkbox div:nth-child(even), .column-2.radio div:nth-child(even) {
        margin-right: 0;
    }
}
.column-2.checkbox div:nth-child(odd), .column-2.radio div:nth-child(odd) {
    margin-left: 1%;
}
@media screen and (max-width: 1279px) {
    .column-2.checkbox div:nth-child(odd), .column-2.radio div:nth-child(odd) {
        margin-left: 0;
    }
}
.column-2.checkbox legend ~ div, .column-2.radio legend ~ div {
    margin-top: 0;
}
.checkbox div, .radio div {
    margin: 1.1em 0;
}
.checkbox div:nth-of-type(1), .radio div:nth-of-type(1) {
    margin-top: 0;
}
.checkbox div:last-child, .radio div:last-child {
    margin-bottom: 0;
}
.checkbox legend, .radio legend {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.35714em 0 0.35714em;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .checkbox legend, .radio legend {
        margin-top: 0;
    }
}
.checkbox legend .required, .radio legend .required {
    font-size: 1em;
}
.checkbox label, .radio label {
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.28571em;
    margin: 0;
    padding: 0 0 0 1.78571em;
    position: relative;
    text-transform: none;
}
.checkbox label::before, .radio label::before {
    background-color: transparent;
    border: 1px solid #3962a5;
    box-sizing: border-box;
    content: '';
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 19px;
}
.checkbox label::after, .radio label::after {
    color: transparent;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    transform: scale(0.75);
    transition: all 0.2s ease-in-out;
}
.checkbox input[type=checkbox], .radio input[type=radio] {
    background: transparent;
    border: 0;
    left: 0;
    opacity: 0;
    padding: inherit;
    pointer-events: none;
    position: absolute;
    width: auto;
}
.checkbox input:disabled[type=checkbox] + label, .radio input:disabled[type=radio] + label {
    color: #c4c4c4;
    cursor: default;
}
.checkbox input:disabled[type=checkbox] + label::before, .radio input:disabled[type=radio] + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #6289c9;
    cursor: default;
}
.checkbox input:checked[type=checkbox] + label::after, .radio input:checked[type=radio] + label::after,
.checkbox input:checked:disabled[type=checkbox] + label::after,
.radio input:checked:disabled[type=radio] + label::after {
    background-color: transparent;
    color: #3962a5;
    left: 4px;
    top: 4px;
    transform: scale(1);
}
.checkbox input:focus[type=checkbox] + label, .radio input:focus[type=radio] + label {
    outline: 1px auto #4d90fe;
}
.checkbox label::after {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #dddae5;
    content: "\f00c";
    font-size: 12px;
    font-weight: 400;
    left: 2px;
    top: 2px;
}
.checkbox input[type=checkbox]:indeterminate + label::after {
    color: #3962a5;
    content: "\f45c";
    font-weight: 700;
    transform: scale(1);
    left: 3.2px;
    top: 4px;
}
.checkbox.form-field-follow-checkbox {
    margin-top: 0.75em;
}
.radio label::before {
    border-radius: 50%;
}
.radio label::after {
    content: "\f111";
    font-size: 8px;
    left: 5px;
    top: 5px;
}
.radio input[type=radio]:checked + label::after,
.radio input[type=radio]:checked:disabled + label::after {
    left: 5.8px;
    top: 5px;
}
.checkbox-dropdown {
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    margin-bottom: 0;
    position: relative;
}
.checkbox-dropdown + .checkbox-dropdown {
    margin-top: -1px;
}
.checkbox-dropdown > label {
    font-style: normal;
    padding-bottom: 1.4rem;
    padding-left: 2.5rem;
    padding-top: 1.4rem;
    text-transform: uppercase;
    width: calc(100% - 2rem);
}
.checkbox-dropdown > label::before {
    top: 1.3rem;
}
.checkbox-dropdown > label::after {
    top: 1.7rem;
}
.checkbox-dropdown__block {
    display: none;
    overflow: hidden;
}
.checkbox-dropdown__block > ul {
    list-style: none;
    padding: 0;
}
.checkbox-dropdown__block ul {
    margin-top: 1rem;
}
.checkbox-dropdown__toggle {
    transition: all 250ms ease-in-out 0ms;
    height: 1.7rem;
    width: 1.7rem;
    transform: translateY(1.4rem);
    background: none;
    border: 0;
    color: #3962a5;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    margin-right: -0.4rem;
    padding: 0;
    vertical-align: top;
}
.checkbox-dropdown__toggle::before {
    content: "\f067";
}
.checkbox-dropdown.-is-open > label {
    font-weight: 500;
}
.checkbox-dropdown.-is-open > .checkbox-dropdown__toggle::before {
    content: "\f068";
}
.checkbox-dropdown.-is-open > .checkbox-dropdown__block {
    display: block;
}
.checkbox-dropdown.-is-open > .checkbox-dropdown__block > ul {
    margin-top: 1rem;
}
/*
    TODO: Add documentation for dropdown
*/
/**
 * Dropdown component, documentation will be later.
 *
 * @section Dropdown
 * @page Components
 *
 */
.js-dropdown {
    position: relative;
}
.js-dropdown__toggle {
    cursor: pointer;
}
.js-dropdown__block {
    left: 0;
    list-style: none;
    min-width: 100%;
    opacity: 0;
    padding: 1rem;
    top: 100%;
    transform: translateY(-1rem);
    transition: visibility 200ms ease-in-out, transform 350ms ease-in-out, opacity 200ms ease-in-out;
    visibility: hidden;
    width: auto;
    z-index: 5;
}
.js-dropdown.-has-arrow .js-dropdown__toggle::after {
    content: "";
}
.js-dropdown.-has-arrow .js-dropdown__toggle::after {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transition: all 250ms ease-in-out 0ms;
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    transform: translateY(-50%);
}
.-is-open {
    z-index: 46;
}
.-is-open > .js-dropdown__toggle {
    box-shadow: 0 0.5rem 0.7rem 0 rgba(0, 0, 0, 0.4);
}
.-is-open > .js-dropdown__toggle::after {
    margin-top: 1px;
    transform: translateY(-50%) rotate(180deg);
}
.-is-open > .js-dropdown__block {
    box-shadow: 0 0.5rem 0.7rem 0 rgba(0, 0, 0, 0.4);
    opacity: 1;
    transform: translateY(-1px);
    transition: visibility 200ms ease-in-out, transform 200ms ease-in-out, opacity 350ms ease-in-out;
    visibility: visible;
}
/**
 * Input fields
 *
 * Input text, number, password etc., textarea
 *
 * @section
 * @page Forms
 *
 * @example
 * <fieldset>
 *     <legend>Form Title</legend>
 *     <div class="form__field-wrapper">
 *         <label for="input-placeholder">
 *             Input <a href="#">label</a> <em class="required">(required)</em>
 *             <span class="text-help">Aide : Lorem ipsum dolor sit <a href="#">amet consectur</a> elis passam filis </span>
 *             <strong class="text-help -alert">Information : Amet consectur <a href="#">dolor</a> ipsum dolor sit amet</strong>
 *         </label>
 *         <input type="text" name="input-placeholder" id="input-placeholder" value="" placeholder="Input placeholder hint" required="true" data-parsley-errors-container=".field_error_container_input-placeholder" data-parsley-required-message="Ce champ est obligatoire.">
 *         <div class="field_error_container field_error_container_input-placeholder"></div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-text-inline">
 *             Help text inline
 *             <em class="required">(required)</em>
 *             <span class="text-help -inline">Lorem ipsum dolor sit amet consectur elis passam filis</span>
 *             <strong class="text-help -inline -alert">Lorem ipsum dolor sit amet consectur elis passam filis</strong>
 *         </label>
 *         <input type="text" name="input-text-inline" id="input-text-inline" required="true" data-parsley-errors-container=".field_error_container_input-text-inline" data-parsley-required-message="Ce champ est obligatoire.">
 *         <div class="field_error_container field_error_container_input-text-inline"></div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-nested">
 *             <span class="text-label">Field inside label</span>
 *             <em class="required">(required)</em>
 *             <input type="text" name="input-nested" id="input-nested" required="true" data-parsley-errors-container=".field_error_container_input-nested" data-parsley-required-message="Ce champ est obligatoire.">
 *             <span class="text-help">Aide : Lorem ipsum dolor sit amet consectur elis passam filis </span>
 *         </label>
 *         <div class="field_error_container field_error_container_input-nested"></div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-follow-checkbox">Checkbox that follow input field</label>
 *         <input type="text" name="input-follow-checkbox" id="input-follow-checkbox" value="">
 *         <div class="checkbox form-field-follow-checkbox">
 *             <input type="checkbox" name="checkbox_11" id="checkbox_11" value="1">
 *             <label for="checkbox_11">Tous les événements à partir de cette date</label>
 *         </div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-simple">Input label <em class="required">(required)</em></label>
 *         <input type="text" name="input-simple" id="input-simple" value="Text" required="true" data-parsley-errors-container=".field_error_container_input-simple" data-parsley-required-message="Ce champ est obligatoire.">
 *         <div class="field_error_container field_error_container_input-simple"></div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-disabled">Input disabled </label>
 *         <input type="text" name="input-disabled" id="input-disabled" value="Unavailable" disabled>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-readonly">Input readonly</label>
 *         <input type="text" name="input-readonly" id="input-readonly" value="read-only" readonly>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-email-address">Input email address <span class="text-help">name@domain.com</span></label>
 *         <input name="input-email-address" id="input-email-address" type="email" pattern="^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$">
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-tel">Input phone number <span class="text-help">0100000000</span></label>
 *         <input name="input-tel" id="input-tel" type="tel" pattern="">
 *     </div>
 *     <div class="flex-row">
 *         <div class="col-xs-12 col-md-6 form__field-wrapper">
 *             <label for="input-uri-1" class="">
 *                 <span class="text-label">Input uri</span>
 *                 <span class="form__field-group -type-uri">
 *                     <span class="form__field-attached">http://www.</span>
 *                     <input name="input-uri-1" id="input-uri-1" type="text">
 *                     <span class="form__field-attached">.com</span>
 *                 </span>
 *             </label>
 *         </div>
 *         <div class="col-xs-12 col-md-6 form__field-wrapper">
 *             <label for="input-uri-2" class="">
 *                 <span class="text-label">Input prefix/suffix</span>
 *                 <span class="form__field-group">
 *                     <span class="form__field-attached">lorem ipsum</span>
 *                     <input name="input-uri-2" id="input-uri-2" type="text">
 *                     <span class="form__field-attached">dolor sit amet</span>
 *                 </span>
 *             </label>
 *         </div>
 *     </div>
 *     <div class="form__field-wrapper powermail_fieldwrap_file">
 *         <label for="input-file">Input file <span class="text-help">jpg, gif, png, bmp, rtf, doc, docx, xls, xlsx, pdf, zip (jusqu'à 10 Mo)</span></label>
 *         <input type="file" name="input-file" id="input-file">
 *         <ul class="powermail_fieldwrap_file_list">
 *             <li>1920x972.jpg <input type="hidden" name="tx_powermail_pi1[field][fichierjoint][]" value="1920x972.jpg"></li>
 *             <li>1920x972.jpg <input type="hidden" name="tx_powermail_pi1[field][fichierjoint][]" value="1920x972.jpg"></li>
 *             <li class="powermail_fieldwrap_file_list__delete">
 *                 <button class="btn -light deleteAllFiles" data-fa-icon="&#xf00d;" type="button">Supprimer ce fichier</button>
 *             </li>
 *         </ul>
 *     </div>
 *     <div class="form__field-wrapper -datewrapper">
 *         <label for="input-date">Input date</label>
 *         <input type="date" name="input-date" id="input-date" value="" title="jj/mm/aaaa" class="js-tooltip">
 *     </div>
 *     <div class="flex-row">
 *         <div class="col-xs-12 col-md-6 form__field-wrapper -datewrapper">
 *             <label for="input-date-2">Input date <span class="text-help">Saisir une date sous la forme jj/mm/aaa</span></label>
 *             <input type="date" name="input-date-2" id="input-date-2" value="" title="jj/mm/aaaa" class="js-tooltip">
 *         </div>
 *         <div class="col-xs-12 col-md-6 form__field-wrapper">
 *             <label for="input-time">Input time <span class="text-help">Saisir une heure sous la forme hh:mm</span></label>
 *             <input type="time" pattern="[0-9]{2}:[0-9]{2}" min="9:00" max="18:00" name="input-time" id="input-time" value="">
 *         </div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="input-password">Input password <em class="required">(required)</em></label>
 *         <input type="password" name="input-password" id="input-password" value="" required>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <!-- Option : https://github.com/nico3333fr/jquery-accessible-autocomplete-list-aria -->
 *         <label for="input-autocompletion">Accessible autocompletion with datalist <span class="text-help">Choosing a fruit (Apple for example)</span></label>
 *         <input type="text" name="input-autocompletion" id="input-autocompletion" value=""
 *                class="js-combobox js-combobox-1"
 *                list="fruits"
 *                data-combobox-prefix-class="combobox"
 *                data-combobox-case-sensitive="no"
 *                data-combobox-help-text="Utilisez les touches de tabulation ou la flèche du bas pour naviguer dans la liste du champ autocomplété. Confirmez votre choix avec la touche entrée, ou la touche échap pour fermer la liste de suggestions."
 *                data-suggestion-single="Il y a "
 *                data-suggestion-plural="Il y a "
 *                data-combobox-button-title="Effacer ce champ"
 *                data-combobox-search-option="containing"
 *                data-combobox-limit-number-suggestions="999"
 *                >
 *         <datalist id="fruits">
 *             <option value="Apple">
 *             <option value="Apricot">
 *             <option value="Banana">
 *             <option value="Blackberry">
 *             <option value="Blueberry">
 *             <option value="Cherry">
 *             <option value="Coconut">
 *             <option value="Fig">
 *             <option value="Kiwi">
 *             <option value="Kumquat">
 *             <option value="Lemon">
 *             <option value="Lychee">
 *             <option value="Melon">
 *             <option value="Orange">
 *             <option value="Peach">
 *             <option value="Pineapple">
 *             <option value="Raspberry">
 *             <option value="Strawberry">
 *         </datalist>
 *     </div>
*
 *     <div class="form__field-wrapper">
 *         <!-- Option : https://github.com/nico3333fr/jquery-accessible-autocomplete-list-aria -->
 *         <label for="input-autocompletion-json-2">Accessible autocompletion with JSON Call with data <span class="text-help">Choosing a vegetable (Potato for example)</span></label>
 *         <input type="text" name="input-autocompletion-json" id="input-autocompletion-json-2" value="" class="js-combobox js-combobox-2" list="vegetables" data-json-path="http://www.mocky.io/v2/5ab3e1cb2f00006000ca39f1">
 *     </div>
*
 *     <div class="form__field-wrapper">
 *         <!-- Option : https://github.com/nico3333fr/jquery-accessible-autocomplete-list-aria -->
 *         <label for="input-autocompletion-json-3">Accessible autocompletion with JSON call in JS <span class="text-help">Choosing a fruit (Apple for example)</span></label>
 *         <input type="text" name="input-autocompletion-json-3" id="input-autocompletion-json-3" value="" class="js-combobox js-combobox-3" list="fruit-2">
 *     </div>
 *     <div class="form__field-wrapper geocode">
 *         <label for="input-geocode">Geolocation</label>
 *         <div class="geocode__wrapper">
 *             <input type="text" name="input-geocode" data-geocode-field value="">
 *             <button data-geocode type="button" class="geocode__wrapper-btn btn -small -no-text" data-fa-icon="&#xf21d;" title="Déterminer mon adresse actuelle">Déterminer mon adresse actuelle</button></div>
 *     </div>
 *     <div class="form__field-wrapper">
 *         <label for="textarea">Textarea</label>
 *          <textarea name="textarea" id="textarea" cols="30" rows="10"></textarea>
 *      </div>
 *      <div class="form__field-wrapper">
 *          <label for="textarea-disabled">Textarea disabled</label>
 *          <textarea name="textarea-disabled" id="textarea-disabled" cols="30" rows="10" disabled aria-disabled="true"></textarea>
 *      </div>
 * </fieldset>
 */
input,
textarea, select {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 0.2rem;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    padding: 1rem 1.5rem;
    resize: vertical;
    width: 100%;
}
input:disabled,
textarea:disabled, select:disabled {
    background-color: #f7f7f7;
    font-style: italic;
    resize: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: 1;
}
input::placeholder,
textarea::placeholder, select::placeholder {
    color: #fff;
    font-style: italic;
    opacity: 1;
}
.-revers input,
.-revers textarea, .-revers select {
    border-bottom: 2px solid rgba(78, 189, 195, 0.3);
}
.-revers input::-webkit-input-placeholder, .-revers textarea::-webkit-input-placeholder, .-revers select::-webkit-input-placeholder {
    color: #4ebdc3;
}
.-revers input::-moz-placeholder, .-revers textarea::-moz-placeholder, .-revers select::-moz-placeholder {
    color: #4ebdc3;
}
.-revers input:-ms-input-placeholder, .-revers textarea:-ms-input-placeholder, .-revers select:-ms-input-placeholder {
    color: #4ebdc3;
}
.-revers input::-ms-input-placeholder, .-revers textarea::-ms-input-placeholder, .-revers select::-ms-input-placeholder {
    color: #4ebdc3;
}
.-revers input::placeholder,
.-revers textarea::placeholder, .-revers select::placeholder {
    color: #4ebdc3;
}
input,
textarea {
    color: #fff;
}
input:disabled,
textarea:disabled {
    color: rgba(73, 73, 73, 0.5);
}
input:-moz-read-only, textarea:-moz-read-only {
    background-color: #f7f7f7;
    color: #fff;
    font-style: italic;
}
input:read-only,
textarea:read-only {
    background-color: #f7f7f7;
    color: #fff;
    font-style: italic;
}
input[type=date],
textarea[type=date] {
    padding: 0.64286em 0.71429em;
}
.-revers input, .-revers
textarea {
    background-color: #fff;
    color: #4ebdc3;
}
textarea {
    height: 7.14286em;
}
/**
 * Select
 *
 * A select field
 *
 * @section
 * @page Forms
 *
 * @example
 * <fieldset>
 *     <div class="flex-row">
 *         <div class="col-xs-12 col-md-6 form--field-wrapper">
 *             <label for="select">Select</label>
 *             <select name="select" id="select">
 *                 <option value="0">- Sélectionner -</option>
 *                 <option value="1">Option 1</option>
 *                 <option value="2">Option 2</option>
 *             </select>
 *         </div>
 *         <div class="col-xs-12 col-md-6 form--field-wrapper">
 *             <label for="select-disabled">Select disabled</label>
 *             <select name="select-disabled" id="select-disabled" disabled>
 *                 <option value="0">- Sélectionner -</option>
 *                 <option value="1">Option 1</option>
 *                 <option value="2">Option 2</option>
 *             </select>
 *         </div>
 *     </section>
 * </fieldset>
 */
select {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background-color: #1e95bf;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%233962a5%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%20width%3D%2213%22%20height%3D%2213%22%3E%3Cpath%20d%3D%22M443.5%20162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17%200L224%20351%2028.5%20155.5c-4.7-4.7-12.3-4.7-17%200l-7.1%207.1c-4.7%204.7-4.7%2012.3%200%2017l211%20211.1c4.7%204.7%2012.3%204.7%2017%200l211-211.1c4.8-4.7%204.8-12.3.1-17z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-position: calc(100% - 0.75em) 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    color: #fff;
    cursor: pointer;
    font-style: italic;
    padding-right: 3.5rem;
}
select:disabled {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23b1b1b1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%20width%3D%2213%22%20height%3D%2213%22%3E%3Cpath%20d%3D%22M443.5%20162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17%200L224%20351%2028.5%20155.5c-4.7-4.7-12.3-4.7-17%200l-7.1%207.1c-4.7%204.7-4.7%2012.3%200%2017l211%20211.1c4.7%204.7%2012.3%204.7%2017%200l211-211.1c4.8-4.7%204.8-12.3.1-17z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    color: rgba(73, 73, 73, 0.5);
    cursor: inherit;
}
select::-ms-expand {
    display: none;
}
.-revers select {
    background-color: #fff;
    color: #4ebdc3;
}
/**
 * Label
 *
 */
@media screen and (max-width: 1279px) {
    label {
        margin-top: 0;
    }
}
.legend,
.rte .legend,
legend {
    color: #fff;
    display: block;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
}
.legend .required,
.rte .legend .required,
legend .required {
    font-size: 1em;
}
.-revers .legend, .-revers
.rte .legend, .-revers
legend {
    color: #4ebdc3;
}
.label, .multiselect-wrapper legend,
.rte .label,
.rte .multiselect-wrapper legend,
.multiselect-wrapper .rte legend,
label {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.71429em;
}
.-revers .label, .-revers .multiselect-wrapper legend, .multiselect-wrapper .-revers legend, .-revers .rte .label, .-revers .rte .multiselect-wrapper legend, .multiselect-wrapper .-revers .rte legend, .-revers
label {
    color: #4ebdc3;
}
.label .required, .multiselect-wrapper legend .required,
.rte .label .required,
.rte .multiselect-wrapper legend .required,
.multiselect-wrapper .rte legend .required,
label .required {
    font-size: 1em;
}
.label .text-help, .multiselect-wrapper legend .text-help,
.rte .label .text-help,
.rte .multiselect-wrapper legend .text-help,
.multiselect-wrapper .rte legend .text-help,
label .text-help {
    font-size: 0.85714em;
}
.label input, .multiselect-wrapper legend input,
.label select,
.multiselect-wrapper legend select,
.label textarea,
.multiselect-wrapper legend textarea,
.rte .label input,
.rte .multiselect-wrapper legend input,
.multiselect-wrapper .rte legend input,
.rte .label select,
.rte .multiselect-wrapper legend select,
.multiselect-wrapper .rte legend select,
.rte .label textarea,
.rte .multiselect-wrapper legend textarea,
.multiselect-wrapper .rte legend textarea,
label input,
label select,
label textarea {
    margin-top: 0.35714em;
}
.label a, .multiselect-wrapper legend a,
.rte .label a,
.rte .multiselect-wrapper legend a,
.multiselect-wrapper .rte legend a,
label a {
    color: #fff;
    text-decoration: underline;
}
.label a:hover, .multiselect-wrapper legend a:hover, .label a:focus, .multiselect-wrapper legend a:focus,
.rte .label a:hover,
.rte .multiselect-wrapper legend a:hover,
.multiselect-wrapper .rte legend a:hover,
.rte .label a:focus,
.rte .multiselect-wrapper legend a:focus,
.multiselect-wrapper .rte legend a:focus,
label a:hover,
label a:focus {
    text-decoration: none;
}
.-revers .label a, .-revers .multiselect-wrapper legend a, .multiselect-wrapper .-revers legend a, .-revers .rte .label a, .-revers .rte .multiselect-wrapper legend a, .multiselect-wrapper .-revers .rte legend a, .-revers
label a {
    color: #4ebdc3;
}
.text-label {
    display: block;
    margin: 0 0 0.35714em;
}
.required {
    font-size: 1.4em;
    font-style: italic;
    font-weight: 300;
    text-transform: none;
}
.required:not(input):not(textarea):not(select):not(button):not(datalist) {
    color: #79348f;
}
.text-help {
    color: #727272;
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0.5em 0;
    text-transform: none;
}
.text-help.-inline {
    display: inline;
}
.text-help.-alert {
    color: #79348f;
}
.text-help.-alert a {
    color: #79348f;
}
.text-help a {
    color: #727272;
}
.iframe,
iframe {
    border: 0;
    margin: 4.5rem 0;
}
.captcha .iframe, .captcha
iframe {
    margin: 0;
}
.heading-content {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 0 3rem;
    padding: 0;
}
.tx_solr .heading-content {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .heading-content {
        flex-wrap: wrap-reverse;
        margin: 2rem 0;
    }
}
.heading-content .number-articles {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #485d6e;
    margin: 0;
}
.wf-active .heading-content .number-articles {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.-dark .heading-content .number-articles {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .heading-content .btn-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}
.heading-content .btn-group .btn, .heading-content .btn-group .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .heading-content .btn-group .g-translate-dropdown__toggle {
    margin: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
    .heading-content .btn-group .btn, .heading-content .btn-group .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .heading-content .btn-group .g-translate-dropdown__toggle {
        margin: 0.5rem;
    }
}
.heading-content > .btn, .g-translate-dropdown .heading-content > .g-translate-dropdown__toggle {
    margin: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
    .heading-content > .btn, .g-translate-dropdown .heading-content > .g-translate-dropdown__toggle {
        margin: 0 0 0 auto;
    }
}
.list {
    list-style: none;
    padding-left: 0;
}
.list li {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
}
.list li::before {
    content: "\f105";
}
.list li::before {
    color: #4ebdc3;
    font-size: 1.3rem;
    left: 0;
    position: absolute;
    top: 0.2rem;
}
.list li a {
    color: #000;
}
.list li a:hover, .list li a:focus {
    text-decoration: underline;
}
/**
 * @section Message
 * @page Messages
 *
 * @example
 * <div class="messages">
 *      <div class="message">
 *           <h2>Message consectur elis</h2>
 *           <ul>
 *               <li>Consectur elis poder proin gravita lorem ipsum.</li>
 *               <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</li>
 *           </ul>
 *           <p>Lem ipsum dolor sit amet, consectetur adipisicing elit</p>
 *      </div>
 * </div>
 *
 */
/**
 * @section Error message
 * @page Messages
 *
 * @example
 * <div class="messages">
 *      <div class="message -error">
 *           <h4>Message d'erreur</h4>
 *           <ul>
 *               <li>Consectur elis poder proin gravita lorem ipsum.</li>
 *               <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</li>
 *           </ul>
 *           <p>Lem ipsum dolor sit amet, consectetur adipisicing elit</p>
 *      </div>
 * </div>
 */
/**
 * @section Success message
 * @page Messages
 *
 * @example
 * <div class="messages">
 *      <div class="message -success">
 *           <h3>Message succès lorem ipsum</h3>
 *           <ul>
 *               <li>Consectur elis poder proin gravita lorem ipsum.</li>
 *               <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore</li>
 *           </ul>
 *           <p>Lem ipsum dolor sit amet, consectetur adipisicing elit</p>
 *      </div>
 * </div>
 */
.message,
.rte .message {
    background-color: #f6f6f6;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0 0 4rem;
    padding: 4rem 2rem 3.5rem 7rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .message,
    .rte .message {
        padding: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .message,
    .rte .message {
        padding: 4rem 1.5rem 3rem;
    }
}
.message__close,
.rte .message__close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    transition: all 250ms ease-in-out 0ms;
    background: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .message__close,
    .rte .message__close {
        right: 0.8rem;
        top: 0.8rem;
    }
}
.message__close:hover, .message__close:focus,
.rte .message__close:hover,
.rte .message__close:focus {
    color: #4c165d;
}
.message h2:not([class^='gallery']):not([class^='media-element']),
.message .h2,
.message h3:not([class^='gallery']):not([class^='media-element']),
.message .h3,
.message h4:not([class^='gallery']):not([class^='media-element']),
.message .h4,
.message h5:not([class^='gallery']):not([class^='media-element']),
.message .h5,
.message h6:not([class^='gallery']):not([class^='media-element']),
.message .h6,
.rte .message h2:not([class^='gallery']):not([class^='media-element']),
.rte .message .h2,
.rte .message h3:not([class^='gallery']):not([class^='media-element']),
.rte .message .h3,
.rte .message h4:not([class^='gallery']):not([class^='media-element']),
.rte .message .h4,
.rte .message h5:not([class^='gallery']):not([class^='media-element']),
.rte .message .h5,
.rte .message h6:not([class^='gallery']):not([class^='media-element']),
.rte .message .h6 {
    color: #02648e;
    font-size: 1.57143em;
    margin: 0 0 1.1em;
    padding-left: 1.25em;
    position: relative;
}
.message h2:not([class^='gallery']):not([class^='media-element'])::before,
.message .h2::before,
.message h3:not([class^='gallery']):not([class^='media-element'])::before,
.message .h3::before,
.message h4:not([class^='gallery']):not([class^='media-element'])::before,
.message .h4::before,
.message h5:not([class^='gallery']):not([class^='media-element'])::before,
.message .h5::before,
.message h6:not([class^='gallery']):not([class^='media-element'])::before,
.message .h6::before,
.rte .message h2:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h2::before,
.rte .message h3:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h3::before,
.rte .message h4:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h4::before,
.rte .message h5:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h5::before,
.rte .message h6:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h6::before {
    content: "\f05a";
}
.message h2:not([class^='gallery']):not([class^='media-element'])::before,
.message .h2::before,
.message h3:not([class^='gallery']):not([class^='media-element'])::before,
.message .h3::before,
.message h4:not([class^='gallery']):not([class^='media-element'])::before,
.message .h4::before,
.message h5:not([class^='gallery']):not([class^='media-element'])::before,
.message .h5::before,
.message h6:not([class^='gallery']):not([class^='media-element'])::before,
.message .h6::before,
.rte .message h2:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h2::before,
.rte .message h3:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h3::before,
.rte .message h4:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h4::before,
.rte .message h5:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h5::before,
.rte .message h6:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message .h6::before {
    color: currentColor;
    left: 0;
    position: absolute;
    top: 0;
}
.message ul,
.rte .message ul {
    font-size: 1em;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.message ul li,
.rte .message ul li {
    padding-left: 1em;
    position: relative;
}
.message ul li::before,
.rte .message ul li::before {
    content: "\f054";
}
.message ul li::before,
.rte .message ul li::before {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 0.75em;
    line-height: 1.46667em;
}
.message ol,
.rte .message ol {
    font-size: 1em;
    margin-left: 0;
    padding: 1.5rem;
}
.message.-error, .message.messages--error,
.rte .message.-error,
.rte .message.messages--error {
    background-color: #fcdcde;
}
.message.-error h2:not([class^='gallery']):not([class^='media-element']),
.message.-error .h2,
.message.-error h3:not([class^='gallery']):not([class^='media-element']),
.message.-error .h3,
.message.-error h4:not([class^='gallery']):not([class^='media-element']),
.message.-error .h4,
.message.-error h5:not([class^='gallery']):not([class^='media-element']),
.message.-error .h5,
.message.-error h6:not([class^='gallery']):not([class^='media-element']),
.message.-error .h6, .message.messages--error h2:not([class^='gallery']):not([class^='media-element']),
.message.messages--error .h2,
.message.messages--error h3:not([class^='gallery']):not([class^='media-element']),
.message.messages--error .h3,
.message.messages--error h4:not([class^='gallery']):not([class^='media-element']),
.message.messages--error .h4,
.message.messages--error h5:not([class^='gallery']):not([class^='media-element']),
.message.messages--error .h5,
.message.messages--error h6:not([class^='gallery']):not([class^='media-element']),
.message.messages--error .h6,
.rte .message.-error h2:not([class^='gallery']):not([class^='media-element']),
.rte .message.-error .h2,
.rte .message.-error h3:not([class^='gallery']):not([class^='media-element']),
.rte .message.-error .h3,
.rte .message.-error h4:not([class^='gallery']):not([class^='media-element']),
.rte .message.-error .h4,
.rte .message.-error h5:not([class^='gallery']):not([class^='media-element']),
.rte .message.-error .h5,
.rte .message.-error h6:not([class^='gallery']):not([class^='media-element']),
.rte .message.-error .h6,
.rte .message.messages--error h2:not([class^='gallery']):not([class^='media-element']),
.rte .message.messages--error .h2,
.rte .message.messages--error h3:not([class^='gallery']):not([class^='media-element']),
.rte .message.messages--error .h3,
.rte .message.messages--error h4:not([class^='gallery']):not([class^='media-element']),
.rte .message.messages--error .h4,
.rte .message.messages--error h5:not([class^='gallery']):not([class^='media-element']),
.rte .message.messages--error .h5,
.rte .message.messages--error h6:not([class^='gallery']):not([class^='media-element']),
.rte .message.messages--error .h6 {
    color: #ca000a;
}
.message.-error h2:not([class^='gallery']):not([class^='media-element'])::before,
.message.-error .h2::before,
.message.-error h3:not([class^='gallery']):not([class^='media-element'])::before,
.message.-error .h3::before,
.message.-error h4:not([class^='gallery']):not([class^='media-element'])::before,
.message.-error .h4::before,
.message.-error h5:not([class^='gallery']):not([class^='media-element'])::before,
.message.-error .h5::before,
.message.-error h6:not([class^='gallery']):not([class^='media-element'])::before,
.message.-error .h6::before, .message.messages--error h2:not([class^='gallery']):not([class^='media-element'])::before,
.message.messages--error .h2::before,
.message.messages--error h3:not([class^='gallery']):not([class^='media-element'])::before,
.message.messages--error .h3::before,
.message.messages--error h4:not([class^='gallery']):not([class^='media-element'])::before,
.message.messages--error .h4::before,
.message.messages--error h5:not([class^='gallery']):not([class^='media-element'])::before,
.message.messages--error .h5::before,
.message.messages--error h6:not([class^='gallery']):not([class^='media-element'])::before,
.message.messages--error .h6::before,
.rte .message.-error h2:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-error .h2::before,
.rte .message.-error h3:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-error .h3::before,
.rte .message.-error h4:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-error .h4::before,
.rte .message.-error h5:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-error .h5::before,
.rte .message.-error h6:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-error .h6::before,
.rte .message.messages--error h2:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.messages--error .h2::before,
.rte .message.messages--error h3:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.messages--error .h3::before,
.rte .message.messages--error h4:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.messages--error .h4::before,
.rte .message.messages--error h5:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.messages--error .h5::before,
.rte .message.messages--error h6:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.messages--error .h6::before {
    content: "\f06a";
}
.message.-success,
.rte .message.-success {
    background-color: #edfceb;
}
.message.-success h2:not([class^='gallery']):not([class^='media-element']),
.message.-success .h2,
.message.-success h3:not([class^='gallery']):not([class^='media-element']),
.message.-success .h3,
.message.-success h4:not([class^='gallery']):not([class^='media-element']),
.message.-success .h4,
.message.-success h5:not([class^='gallery']):not([class^='media-element']),
.message.-success .h5,
.message.-success h6:not([class^='gallery']):not([class^='media-element']),
.message.-success .h6,
.rte .message.-success h2:not([class^='gallery']):not([class^='media-element']),
.rte .message.-success .h2,
.rte .message.-success h3:not([class^='gallery']):not([class^='media-element']),
.rte .message.-success .h3,
.rte .message.-success h4:not([class^='gallery']):not([class^='media-element']),
.rte .message.-success .h4,
.rte .message.-success h5:not([class^='gallery']):not([class^='media-element']),
.rte .message.-success .h5,
.rte .message.-success h6:not([class^='gallery']):not([class^='media-element']),
.rte .message.-success .h6 {
    color: #278417;
}
.message.-success h2:not([class^='gallery']):not([class^='media-element'])::before,
.message.-success .h2::before,
.message.-success h3:not([class^='gallery']):not([class^='media-element'])::before,
.message.-success .h3::before,
.message.-success h4:not([class^='gallery']):not([class^='media-element'])::before,
.message.-success .h4::before,
.message.-success h5:not([class^='gallery']):not([class^='media-element'])::before,
.message.-success .h5::before,
.message.-success h6:not([class^='gallery']):not([class^='media-element'])::before,
.message.-success .h6::before,
.rte .message.-success h2:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-success .h2::before,
.rte .message.-success h3:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-success .h3::before,
.rte .message.-success h4:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-success .h4::before,
.rte .message.-success h5:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-success .h5::before,
.rte .message.-success h6:not([class^='gallery']):not([class^='media-element'])::before,
.rte .message.-success .h6::before {
    content: "\f14a";
}
.message.-center,
.rte .message.-center {
    text-align: center;
}
/**
 * @section Steps
 * @page Steps
 *
 * @example
 * <div class="progress">
 *      <p>Étape <span class="index">1</span>/<span class="total">4</span></p>
 *      <span class="progress__description">Descriptif de l’étape 1 lorem ipsum dolor sit amet consectur elis</span>
 *      <progress min="0" value="1" class="meter" max="4"></progress>
 * </div>
 * <div class="progress">
 *      <p>Étape <span class="index">4</span>/<span class="total">4</span></p>
 *      <span class="progress__description">Descriptif de l’étape 1 lorem ipsum dolor sit amet consectur elis</span>
 *      <progress min="0" value="2" class="meter" max="4"></progress>
 * </div>
 *
 */
.progress {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    margin: 1em 0 2em;
}
.progress meter {
    float: left;
    height: 10px;
    margin: 4px 10px 0 0;
    width: 100%;
}
.progress p {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.5em 0;
    text-transform: uppercase;
}
.progress__description {
    color: #727272;
    display: block;
    font-size: 1.2rem;
    margin: 0.5em 0;
}
progress {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #efefef;
    border: 0;
    color: #fff;
    height: 10px;
    width: 100%;
}
progress::-moz-progress-bar {
    background: #79348f;
}
progress::-webkit-progress-value {
    background: #79348f;
}
progress::-webkit-progress-bar {
    background: transparent;
}
[data-sal] {
    --sal-duration: 0.6s;
}
[data-sal='slide-up'] {
    --sal-easing: ease-out-cubic;
}
.children-animation-iterate [data-sal]:nth-of-type(1) {
    --sal-duration: 0.8s;
    --sal-delay: 0.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(2) {
    --sal-duration: 0.8s;
    --sal-delay: 0.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(3) {
    --sal-duration: 0.8s;
    --sal-delay: 0.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(4) {
    --sal-duration: 0.8s;
    --sal-delay: 0.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(5) {
    --sal-duration: 0.8s;
    --sal-delay: 0.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(6) {
    --sal-duration: 0.8s;
    --sal-delay: 1s;
}
.children-animation-iterate [data-sal]:nth-of-type(7) {
    --sal-duration: 0.8s;
    --sal-delay: 1.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(8) {
    --sal-duration: 0.8s;
    --sal-delay: 1.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(9) {
    --sal-duration: 0.8s;
    --sal-delay: 1.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(10) {
    --sal-duration: 0.8s;
    --sal-delay: 1.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(11) {
    --sal-duration: 0.8s;
    --sal-delay: 1.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(12) {
    --sal-duration: 0.8s;
    --sal-delay: 2s;
}
.children-animation-iterate [data-sal]:nth-of-type(13) {
    --sal-duration: 0.8s;
    --sal-delay: 2.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(14) {
    --sal-duration: 0.8s;
    --sal-delay: 2.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(15) {
    --sal-duration: 0.8s;
    --sal-delay: 2.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(16) {
    --sal-duration: 0.8s;
    --sal-delay: 2.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(17) {
    --sal-duration: 0.8s;
    --sal-delay: 2.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(18) {
    --sal-duration: 0.8s;
    --sal-delay: 3s;
}
.children-animation-iterate [data-sal]:nth-of-type(19) {
    --sal-duration: 0.8s;
    --sal-delay: 3.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(20) {
    --sal-duration: 0.8s;
    --sal-delay: 3.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(21) {
    --sal-duration: 0.8s;
    --sal-delay: 3.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(22) {
    --sal-duration: 0.8s;
    --sal-delay: 3.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(23) {
    --sal-duration: 0.8s;
    --sal-delay: 3.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(24) {
    --sal-duration: 0.8s;
    --sal-delay: 4s;
}
.children-animation-iterate [data-sal]:nth-of-type(25) {
    --sal-duration: 0.8s;
    --sal-delay: 4.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(26) {
    --sal-duration: 0.8s;
    --sal-delay: 4.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(27) {
    --sal-duration: 0.8s;
    --sal-delay: 4.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(28) {
    --sal-duration: 0.8s;
    --sal-delay: 4.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(29) {
    --sal-duration: 0.8s;
    --sal-delay: 4.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(30) {
    --sal-duration: 0.8s;
    --sal-delay: 5s;
}
.children-animation-iterate [data-sal]:nth-of-type(31) {
    --sal-duration: 0.8s;
    --sal-delay: 5.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(32) {
    --sal-duration: 0.8s;
    --sal-delay: 5.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(33) {
    --sal-duration: 0.8s;
    --sal-delay: 5.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(34) {
    --sal-duration: 0.8s;
    --sal-delay: 5.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(35) {
    --sal-duration: 0.8s;
    --sal-delay: 5.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(36) {
    --sal-duration: 0.8s;
    --sal-delay: 6s;
}
.children-animation-iterate [data-sal]:nth-of-type(37) {
    --sal-duration: 0.8s;
    --sal-delay: 6.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(38) {
    --sal-duration: 0.8s;
    --sal-delay: 6.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(39) {
    --sal-duration: 0.8s;
    --sal-delay: 6.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(40) {
    --sal-duration: 0.8s;
    --sal-delay: 6.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(41) {
    --sal-duration: 0.8s;
    --sal-delay: 6.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(42) {
    --sal-duration: 0.8s;
    --sal-delay: 7s;
}
.children-animation-iterate [data-sal]:nth-of-type(43) {
    --sal-duration: 0.8s;
    --sal-delay: 7.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(44) {
    --sal-duration: 0.8s;
    --sal-delay: 7.33333s;
}
.children-animation-iterate [data-sal]:nth-of-type(45) {
    --sal-duration: 0.8s;
    --sal-delay: 7.5s;
}
.children-animation-iterate [data-sal]:nth-of-type(46) {
    --sal-duration: 0.8s;
    --sal-delay: 7.66667s;
}
.children-animation-iterate [data-sal]:nth-of-type(47) {
    --sal-duration: 0.8s;
    --sal-delay: 7.83333s;
}
.children-animation-iterate [data-sal]:nth-of-type(48) {
    --sal-duration: 0.8s;
    --sal-delay: 8s;
}
.children-animation-iterate [data-sal]:nth-of-type(49) {
    --sal-duration: 0.8s;
    --sal-delay: 8.16667s;
}
.children-animation-iterate [data-sal]:nth-of-type(50) {
    --sal-duration: 0.8s;
    --sal-delay: 8.33333s;
}
.bold {
    font-weight: 700;
}
/*
    TODO: Add documentation for click-roll
    TODO: Add fancy slide animations
*/
/**
 * Click-roll component, documentation will be later.
 *
 * @section Click-roll
 * @page Components
 *
 */
.click-roll {
    border-top: 2px solid transparent;
    margin: 8rem 0 8.5rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .click-roll {
        margin-top: 5rem;
        margin-bottom: 5.5rem;
    }
}
@media screen and (max-width: 767px) {
    .click-roll {
        margin: 6rem -1rem 6.5rem;
    }
}
.click-roll + .click-roll {
    margin-top: -8rem;
}
@media screen and (max-width: 1279px) {
    .click-roll + .click-roll {
        margin-top: -4.7rem;
    }
}
@media screen and (max-width: 767px) {
    .click-roll + .click-roll {
        margin-top: -5.5rem;
    }
}
.click-roll__toggle {
    background-color: #efefef;
    border: 0;
    color: #1e95bf;
    cursor: pointer;
    display: block;
    font-size: 1.9rem;
    font-weight: 700;
    padding: 0.9em 7.5rem 0.9em 1.5em;
    position: relative;
    text-align: left;
    transition: color 50ms ease, background-color 150ms ease;
    text-transform: uppercase;
    width: 100%;
    line-height: 2.6rem;
}
.click-roll__toggle::after {
    content: "\f175";
}
@media screen and (max-width: 767px) {
    .click-roll__toggle {
        font-size: 1.8rem;
        min-height: 6rem;
        padding: 1.6rem 7.5rem 1.6rem 1.1em;
        line-height: 1.2;
    }
}
.click-roll__toggle::before {
    transition: color 50ms ease, background-color 150ms ease;
    position: absolute;
    content: '';
    width: calc(100% - 1rem);
    left: 1rem;
    bottom: -0.5rem;
    height: 2rem;
    z-index: -1;
    background-color: #1e95bf;
}
@media screen and (max-width: 767px) {
    .click-roll__toggle::before {
        width: 100%;
        left: 0;
    }
}
.click-roll__toggle::after {
    position: absolute;
    width: 6rem;
    height: 100%;
    right: 0;
    top: 0;
    padding-top: 1.8rem;
    color: #fff;
    border-top: 5px solid #fff;
    background-color: #1e95bf;
    transition: color 50ms ease, background-color 150ms ease;
    font-weight: 400;
    text-align: center;
    font-size: 2rem;
}
.click-roll__toggle:hover, .click-roll__toggle:focus,
.-is-open .click-roll__toggle {
    background-color: #4c165d;
    color: #fff;
}
.click-roll__toggle:hover::after, .click-roll__toggle:focus::after,
.-is-open .click-roll__toggle::after {
    color: #fff;
    background-color: #79348f;
}
.click-roll__toggle:hover::before, .click-roll__toggle:focus::before,
.-is-open .click-roll__toggle::before {
    background-color: #79348f;
}
.-is-open .click-roll__toggle::after {
    content: '\f176';
}
.click-roll__toggle-wrapper {
    font-size: inherit;
    margin: 0;
}
.click-roll__toggle-wrapper.-is-open .click-roll__toggle::after {
    content: '\f176';
}
.click-roll__block {
    display: none;
    font-size: 1.7rem;
    overflow: hidden;
    z-index: 5;
}
@media screen and (max-width: 767px) {
    .click-roll__block {
        font-size: 1.6rem;
    }
}
.click-roll__slide-wrap {
    padding: 3rem;
}
@media screen and (max-width: 1279px) {
    .click-roll__slide-wrap {
        padding-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .click-roll__slide-wrap {
        padding-bottom: 1.5rem;
    }
}
.click-roll__slide-wrap img {
    max-width: 100%;
}
.click-roll__slide-wrap span.anchor:first-of-type + .colPos0 > *:first-child,
.click-roll__slide-wrap span.anchor:first-of-type + .setPos > *:first-child,
.click-roll__slide-wrap span.anchor:first-of-type + .colPos0 .ce-bodytext > *:first-child,
.click-roll__slide-wrap span.anchor:first-of-type + .setPos .ce-bodytext > *:first-child {
    margin-top: 0;
}
.click-roll__slide-wrap > *:first-child {
    margin-top: 0 !important;
}
.click-roll__slide-wrap > *:last-child {
    margin-bottom: 0 !important;
}
.click-roll__slide-wrap p {
    font-size: 1.8rem;
    color: #000;
    font-weight: 300;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .click-roll__slide-wrap p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 0.5rem;
    }
}
.click-roll.-is-open .click-roll__block {
    display: block;
}
.faq-block .title-block + .click-roll {
    margin-top: 2rem;
}
@media screen and (max-width: 767px) {
    .faq-block .title-block {
        padding-left: 4.7rem;
        margin-left: -1rem;
    }
}
.faq-block .click-roll__toggle {
    padding-top: 2rem;
    color: #4ebdc3;
}
@media screen and (max-width: 767px) {
    .faq-block .click-roll__toggle {
        padding-top: 1.5rem;
    }
}
.faq-block .click-roll__toggle .category {
    display: block;
    color: #4c165d;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    transition: color 50ms ease;
    margin-bottom: 0.3rem;
}
.faq-block .click-roll__toggle:hover, .faq-block .click-roll__toggle:focus,
.-is-open .faq-block .click-roll__toggle {
    color: #fff;
}
.faq-block .click-roll__toggle:hover .category, .faq-block .click-roll__toggle:focus .category,
.-is-open .faq-block .click-roll__toggle .category {
    color: #fff;
}
.faq-block .click-roll__block {
    margin: 0;
    position: relative;
}
.faq-block .click-roll__slide-wrap {
    padding-right: 6rem;
    padding-bottom: 2.3rem;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .faq-block .click-roll__slide-wrap {
        padding-left: 2rem;
        padding-right: 2.7rem;
        padding-bottom: 2rem;
    }
}
.faq-block .click-roll__slide-wrap .btn.-gray, .faq-block .click-roll__slide-wrap .g-translate-dropdown .-gray.g-translate-dropdown__toggle, .g-translate-dropdown .faq-block .click-roll__slide-wrap .-gray.g-translate-dropdown__toggle {
    align-self: flex-end;
}
@media screen and (max-width: 767px) {
    .faq-block .click-roll__slide-wrap .btn.-gray, .faq-block .click-roll__slide-wrap .g-translate-dropdown .-gray.g-translate-dropdown__toggle, .g-translate-dropdown .faq-block .click-roll__slide-wrap .-gray.g-translate-dropdown__toggle {
        margin-top: 2rem;
    }
}
.faq-block .click-roll .-is-open .click-roll__toggle {
    color: #fff;
}
.faq-block .click-roll .-is-open .click-roll__toggle .category {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .faq-block.-list .click-roll {
        margin-left: 0;
        margin-right: 0;
    }
}
.faq-block.-list .click-roll__toggle {
    padding-right: 2rem;
    padding-left: 9rem;
}
.faq-block.-list .click-roll__toggle::before {
    left: auto;
    right: 1rem;
}
@media screen and (max-width: 767px) {
    .faq-block.-list .click-roll__toggle::before {
        width: calc(100% - 1rem);
    }
}
.faq-block.-list .click-roll__toggle::after {
    left: 0;
    right: auto;
}
.faq-block.-list .click-roll__block::before {
    left: 9rem;
    position: absolute;
    top: 3.5rem;
    color: #000;
    font-weight: 700;
    content: attr(data-response);
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .faq-block.-list .click-roll__block::before {
        left: 2rem;
        top: 2.5rem;
    }
}
.faq-block.-list .click-roll__slide-wrap {
    padding: 7rem 8rem 4rem 9rem;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3rem;
}
@media screen and (max-width: 1279px) {
    .faq-block.-list .click-roll__slide-wrap {
        padding-right: 1rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .faq-block.-list .click-roll__slide-wrap {
        padding: 6rem 0 2rem 2rem;
    }
}
.heading-content + .faq-block .click-roll:first-child {
    margin-top: 3rem;
}
#access-tooltip {
    background-color: #79348f;
    border: 0.2rem solid #fff;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 9999;
}
.chart-data {
    padding: 0;
}
.chart-data__item {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    color: #494949;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    position: relative;
}
.chart-data__item strong {
    display: inline-block;
    font-weight: 700;
    margin-right: 0.5rem;
    min-width: 3.2rem;
    flex-shrink: 0;
}
.chart-data__item:last-child {
    margin-bottom: 0;
}
.chart-data__colorbox {
    left: 0;
    position: absolute;
    top: 0.5rem;
    height: 0.7rem;
    width: 2.5rem;
    display: block;
}
.chart-data__item:nth-child(0) .chart-data__colorbox {
    background-color: #79348f;
}
.chart-data__item:nth-child(1) .chart-data__colorbox {
    background-color: #9c43b8;
}
.chart-data__item:nth-child(2) .chart-data__colorbox {
    background-color: #b26ac9;
}
.chart-data__item:nth-child(3) .chart-data__colorbox {
    background-color: #c793d8;
}
.chart-data__item:nth-child(4) .chart-data__colorbox {
    background-color: #ddbde7;
}
.chart-data__item:nth-child(5) .chart-data__colorbox {
    background-color: #f2e6f6;
}
.chart-data__item:nth-child(6) .chart-data__colorbox {
    background-color: white;
}
.chart-data__item:nth-child(7) .chart-data__colorbox {
    background-color: white;
}
.chart-tooltip {
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid #727272;
    border-radius: 0.5rem;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    max-width: 20rem;
    padding: 1rem;
}
.chart-tooltip span {
    height: 1.5rem;
    width: 1.5rem;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: bottom;
}
.tabs {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    margin-top: -5.9rem;
    position: relative;
}
.site-content .tabs {
    margin: 6.5rem 0;
}
.site-content .tabs .tabs__list {
    justify-content: flex-start;
}
.site-content .tabs .tabs__panel {
    background: transparent;
}
@media screen and (max-width: 1279px) {
    .tabs {
        margin-top: -4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .tabs {
        margin-top: -0.5rem;
    }
}
.click-roll__block .tabs {
    margin-top: 0;
}
.tabs.-has-shadow {
    position: relative;
}
.tabs.-has-shadow::before, .tabs.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.tabs.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .tabs.-has-shadow::before {
        left: 7rem;
    }
}
.tabs.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .tabs.-has-shadow::after {
        right: 7rem;
    }
}
.tabs .tabs__list {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs .tabs__list > li.tabs__list-item {
    margin-bottom: 0;
}
.tabs .tabs__list > li.tabs__list-item::before {
    display: none;
}
.tabs__trigger {
    background: #efefef;
    border: 0;
    color: #727272;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2rem 3rem;
    position: relative;
    text-transform: uppercase;
    transition: all 400ms ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
    .tabs__trigger {
        font-size: 1.3rem;
        padding: 1rem 0.5rem;
    }
}
.tabs__trigger:hover, .tabs__trigger:active, .tabs__trigger.-current {
    background-color: #414141;
    color: #191919;
}
.tabs__panel .tabs__trigger:hover, .tabs__panel .tabs__trigger:active, .tabs__panel .tabs__trigger.-current {
    background-color: #353535;
    color: black;
}
.tabs__trigger::before {
    background: #494949;
    border-radius: 5px 5px 0 0;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all 400ms ease-in-out 0ms;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.tabs__panel {
    background-color: #414141;
    display: none;
}
.tabs__panel .tabs__panel {
    background-color: #353535;
}
.tabs__panel::before, .tabs__panel::after {
    height: 2.5rem;
    width: 50%;
}
.tabs__panel::before {
    transform: rotate(-1deg) skewX(-60deg);
}
.tabs__panel::after {
    transform: rotate(1deg) skewX(60deg);
}
.tabs__panel.-current {
    display: block;
}
.tabs__inner {
    padding: 5rem 5rem 3rem;
}
@media screen and (max-width: 767px) {
    .tabs__inner {
        padding: 3rem 1.5rem 1.5rem;
    }
}
.tabs.-content .tabs__list {
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
    .tabs.-content .tabs__list {
        flex-direction: column;
    }
}
.tabs.-content .tabs__list-item {
    width: calc(33.333% - 0.1rem);
}
@media screen and (max-width: 767px) {
    .tabs.-content .tabs__list-item {
        width: 100%;
    }
}
.tabs.-content .tabs__trigger {
    background-color: rgba(72, 93, 110, 0.2);
    color: #485d6e;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    height: 100%;
    line-height: 2.16rem;
    padding: 3.5rem 2rem;
    text-transform: uppercase;
    width: 100%;
}
.tabs.-content .tabs__trigger.-current {
    background-color: #efefef;
}
.tabs.-content .tabs__panel {
    background-color: #efefef;
    padding: 4rem;
}
.tabs.-content .tabs__panel p {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0 0 1rem;
}
.js-swiper-control {
    transition: all 250ms ease-in-out 0ms;
}
.js-swiper-control[data-fa-icon]::before {
    margin-right: 0;
}
.js-swiper-control.swiper-button-disabled {
    opacity: 0.1;
    pointer-events: none;
}
.js-swiper-control.-is-hidden {
    display: none;
}
.gallery {
    display: block;
    margin: 8rem 0;
}
@media screen and (max-width: 1279px) {
    .gallery {
        margin: 5rem 0;
    }
}
@media screen and (max-width: 767px) {
    .gallery {
        margin: 3.5rem 0;
    }
}
.gallery__title {
    color: #1e95bf;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 2rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .gallery__title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
.gallery__list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .gallery__list {
        margin: 0 0 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .gallery__list::after {
        bottom: 0;
        position: absolute;
        right: 0;
        background-color: #4c165d;
        color: #fff;
        content: "+" attr(data-items);
        font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        padding: 1.7rem;
    }
}
.gallery__item {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery__item::after {
    content: "\f06e";
}
.gallery__item::after, .gallery__item::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 250ms ease-in-out 0ms;
}
.gallery__item:not(.-has-video)::after {
    opacity: 0;
}
.gallery__item::after {
    align-items: center;
    display: flex;
    font-size: 3.5rem;
    justify-content: center;
    z-index: 5;
}
.gallery__item::before {
    background-color: rgba(76, 22, 93, 0.8);
    border-radius: 11rem 0.2rem;
    content: '';
    opacity: 0;
    transform: scale(0.5);
}
.gallery__item:hover::after, .gallery__item:focus::after {
    opacity: 1;
}
.gallery__item:hover::before, .gallery__item:focus::before {
    opacity: 1;
    transform: scale(2);
}
.gallery__item.-has-video::after {
    content: '\f144';
}
.gallery__thumb {
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.gallery .figure-caption {
    margin: 0;
    width: 33.3333%;
}
@media screen and (max-width: 767px) {
    .gallery .figure-caption {
        width: 100%;
    }
    .gallery .figure-caption:not(:first-child) {
        display: none;
    }
}
.gallery .figure-caption__info {
    padding: 0.8rem 1rem;
    z-index: 5;
}
@media screen and (max-width: 767px) {
    .gallery .figure-caption__info {
        padding: 2rem 5rem 2rem 2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .gallery .figure-caption__info button::before {
        font-size: 1.6rem;
    }
}
.gallery .figure-caption .caption {
    font-size: 1.7rem;
    text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .gallery .figure-caption .caption {
        font-size: 1.6rem;
    }
}
.gallery.-margins {
    margin: 0 -0.75rem;
}
.gallery.-margins .figure-caption {
    margin: 0 0.75rem 1.5rem;
    width: calc(33.3333% - 1.5rem);
}
@media screen and (max-width: 1279px) {
    .gallery.-margins .figure-caption {
        width: 100%;
        margin: 0;
    }
}
.fancybox-active {
    overflow: hidden;
}
.fancybox-slide.fancybox-slide--image .fancybox-image {
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
    width: auto;
}
.fancybox-slide.js-localiser-popup {
    padding: 5rem 10rem;
}
@media screen and (max-width: 1279px) {
    .fancybox-slide.js-localiser-popup {
        padding: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .fancybox-slide.js-localiser-popup {
        padding: 0;
    }
}
.fancybox-content {
    max-height: 100%;
}
.js-localiser-popup .fancybox-content {
    width: 100%;
    height: 100%;
    padding: 0;
}
.fancybox-is-zoomable .fancybox-content {
    max-height: none;
}
.page-detail {
    overflow-y: auto !important;
}
.fancybox-slide--html .fancybox-close-small {
    background-color: #000;
    color: #fff;
}
.print-banner {
    display: none;
}
.comments {
    margin: 2rem 0 3rem;
}
.comments__title {
    color: #4ebdc3;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 2rem;
}
.comments__title::before {
    content: "\f086";
}
.comments__title::before {
    color: #4ebdc3;
    margin-right: 0.5rem;
}
.comments__listitems {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments__listitems.-lvl-2 .comments__item {
    padding-left: 10rem;
}
@media screen and (max-width: 1279px) {
    .comments__listitems.-lvl-2 .comments__item {
        padding-left: 3rem;
    }
}
.comments__listitems.-lvl-2 .comments__item-wrapper {
    background-color: #fff;
}
.comments__listitems.-lvl-2 .comments__item-wrapper::before {
    border-color: transparent #c5c5c5 transparent transparent;
}
@media screen and (max-width: 1279px) {
    .comments__listitems.-lvl-2 .comments__item-wrapper::before {
        border-color: transparent transparent #c5c5c5 transparent;
    }
}
.comments__listitems.-lvl-2 .comments__item-wrapper::after {
    border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 1279px) {
    .comments__listitems.-lvl-2 .comments__item-wrapper::after {
        border-color: transparent transparent #fff transparent;
    }
}
.comments__avatar {
    height: 8rem;
    width: 8rem;
    background-color: #f6f6f6;
    float: left;
    margin-right: 1rem;
}
@media screen and (max-width: 1279px) {
    .comments__avatar {
        float: none;
        margin-bottom: 1em;
        margin-right: 0;
    }
}
.comments__avatar svg {
    height: 4.3rem;
    width: 4.3rem;
    fill: #000;
}
.comments__item {
    margin: 2rem 0;
}
.comments__item-container {
    overflow: hidden;
    padding-left: 1rem;
}
@media screen and (max-width: 1279px) {
    .comments__item-container {
        padding: 1rem 0 0;
    }
}
.comments__item-wrapper {
    background: #efefef;
    border: 1px solid #c5c5c5;
    padding: 2rem;
    position: relative;
}
.comments__item-wrapper::before, .comments__item-wrapper::after {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 100%;
    top: auto;
    height: 0;
    width: 0;
    border-style: solid;
    content: '';
    display: block;
}
@media screen and (max-width: 1279px) {
    .comments__item-wrapper::before, .comments__item-wrapper::after {
        right: inherit;
    }
}
.comments__item-wrapper::before {
    border-color: transparent #c5c5c5 transparent transparent;
    border-width: 1.2rem;
    top: 1.9rem;
}
@media screen and (max-width: 1279px) {
    .comments__item-wrapper::before {
        border-color: transparent transparent #c5c5c5 transparent;
        left: 2.8rem;
        top: -2.4rem;
    }
}
.comments__item-wrapper::after {
    border-color: transparent #efefef transparent transparent;
    border-width: 10px;
    top: 2.1rem;
}
@media screen and (max-width: 1279px) {
    .comments__item-wrapper::after {
        border-color: transparent transparent #efefef transparent;
        left: 3rem;
        top: -2rem;
    }
}
.comments__header {
    color: #595959;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    margin: 0;
}
@media screen and (max-width: 1279px) {
    .comments__header {
        padding-bottom: 2rem;
    }
}
.comments__author {
    font-style: normal;
    font-weight: 700;
}
.comments__date {
    font-weight: 300;
}
.comments__content p {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 1.5rem 0 0;
}
.comments__content p a {
    color: inherit;
    text-decoration: underline;
}
.comments__content p a:hover, .comments__content p a:focus {
    text-decoration: none;
}
.comments__reply-link {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 2rem;
    top: 2rem;
}
@media screen and (max-width: 1279px) {
    .comments__reply-link {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
}
.comments__reply-link p {
    color: #727272;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
.comments__reply-link p::before {
    content: "\f0da";
}
.comments__reply-link p a {
    color: #6c6c6c;
}
.comments__reply-link p a:hover, .comments__reply-link p a:focus {
    text-decoration: underline;
}
.comments__reply-link p::before {
    margin-right: 0.5rem;
}
.comment-reply {
    margin: 5rem 0 2rem;
}
.comment-reply .checkbox label,
.comment-reply .radio label {
    color: #494949;
}
.comment-reply__title {
    color: #4ebdc3;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 300;
}
.comment-reply__avatars {
    margin: 0 0 2.5rem;
    padding: 0;
}
.comment-reply__avatars legend {
    color: #4ebdc3;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.comment-reply__avatar {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}
@media screen and (max-width: 1279px) {
    .comment-reply__avatar {
        margin-bottom: 1rem;
    }
}
.comment-reply__avatar label {
    height: 8rem;
    width: 8rem;
    transition: all 250ms ease-in-out 0ms;
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    position: relative;
}
.comment-reply__avatar label svg {
    height: 4.3rem;
    width: 4.3rem;
    transition: all 250ms ease-in-out 0ms;
    fill: #000;
}
input[type=radio]:checked + label .comment-reply__avatar label:hover, .comment-reply__avatar label:focus {
    background: #485d6e;
}
input[type=radio]:checked + label .comment-reply__avatar label:hover svg, .comment-reply__avatar label:focus svg {
    fill: #fff;
}
.comment-reply__avatar input[type=radio] {
    left: -9999px;
    position: absolute;
}
.comment-reply__avatar input[type=radio]:checked + label {
    background: #485d6e;
}
.comment-reply__avatar input[type=radio]:checked + label svg {
    fill: #fff;
}
@media screen and (max-width: 1279px) {
    .comment-reply .col-xs-12 {
        margin-bottom: 2.5rem;
    }
}
.comment-reply__buttons {
    text-align: right;
}
.comment-reply .checkbox label {
    color: #516979;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
}
.combobox-container {
    position: relative;
    width: 100%;
}
.js-combobox {
    padding-right: 4rem;
}
.combobox-clear-button {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    height: 3rem;
    width: 3rem;
    transition: all 250ms ease-in-out 0ms;
    background: #efefef;
    border: 0;
    border-radius: 50%;
    color: #79348f;
    cursor: pointer;
    font-size: 1.4rem;
}
.combobox-clear-button:hover, .combobox-clear-button:focus {
    background-color: #79348f;
    color: #fff;
}
.combobox-suggestions {
    position: absolute;
    top: 100%;
    background-color: #fff;
    margin-top: 1rem;
    width: 100%;
    z-index: 2;
}
.combobox-suggestions > div {
    transition: opacity 250ms ease-in-out 0ms;
    opacity: 0;
    visibility: hidden;
}
.combobox-suggestions > div::before {
    position: absolute;
    right: 1rem;
    top: -1rem;
    border-color: transparent;
    border-style: solid;
    border-width: 0 1rem 1rem;
    content: '';
    opacity: 0;
    visibility: hidden;
}
.combobox-suggestions > div:not(:empty) {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
    opacity: 1;
    padding: 1rem;
    visibility: visible;
}
.combobox-suggestions > div:not(:empty)::before {
    border-color: transparent transparent #fff;
    opacity: 1;
    visibility: visible;
}
.combobox-suggestion {
    transition: all 250ms ease-in-out 0ms;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 0.5rem;
}
.combobox-suggestion:hover, .combobox-suggestion:focus {
    background-color: rgba(57, 98, 165, 0.3);
}
.js-combobox[type=text]::-ms-clear, .js-combobox[type=text]::-ms-reveal {
    height: 0;
    width: 0;
    display: none;
}
/* stylelint-disable */
#tarteaucitronRoot div#tarteaucitronInfo {
    font-size: 1.6rem !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #4ebdc3;
}
#tarteaucitronRoot #tarteaucitronAlertBig button {
    transition: all 250ms ease-in-out 0ms;
    background: transparent;
    border: solid 1px #3962a5;
    border-radius: 3.5rem;
    color: #fff;
    flex-shrink: 0;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif !important;
    font-size: 1.2rem;
    font-weight: 700;
    height: 3rem;
    margin: 0 1rem 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 15rem;
}
#tarteaucitronRoot #tarteaucitronAlertBig button::after {
    transition: all 250ms ease-in-out 0ms;
    height: 100%;
    width: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: #79348f;
    border-radius: 3.5rem;
    content: '';
    z-index: -1;
}
#tarteaucitronRoot #tarteaucitronAlertBig button:hover, #tarteaucitronRoot #tarteaucitronAlertBig button:focus {
    border-color: transparent;
}
#tarteaucitronRoot #tarteaucitronAlertBig button:hover::after, #tarteaucitronRoot #tarteaucitronAlertBig button:focus::after {
    width: 100%;
}
@media screen and (max-width: 1279px) {
    #tarteaucitronRoot #tarteaucitronAlertBig button {
        margin: 0.5rem;
    }
}
#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
    border-color: #fff;
    width: 12rem;
}
@media screen and (max-width: 767px) {
    #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
        width: 15rem;
    }
}
#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover, #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert:focus {
    border-color: transparent;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: #000;
    display: block !important;
    max-width: inherit;
    padding: 0 20px 10px;
    position: static;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    background: #000;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    margin-top: 0;
}
#tarteaucitronDisclaimerAlert {
    display: inline-block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif !important;
    font-size: 1.6rem !important;
    margin: 0 4.2rem 0 0 !important;
    vertical-align: middle !important;
    width: 70%;
}
@media screen and (max-width: 1279px) {
    #tarteaucitronDisclaimerAlert {
        display: block;
        margin: 0 0 2rem !important;
        text-align: center !important;
        width: 100%;
    }
}
#tarteaucitronRoot #tarteaucitronAlertBig {
    box-sizing: border-box;
    padding: 2.5rem 6rem;
}
@media screen and (max-width: 1279px) {
    #tarteaucitronRoot #tarteaucitronAlertBig {
        padding: 2.5rem;
    }
}
div#tarteaucitronInfo {
    position: inherit !important;
}
#tarteaucitronAlertSmall {
    left: 0;
    right: auto;
}
/* stylelint-enable */
.menu-skip {
    width: 100%;
}
.menu-skip__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-skip a {
    color: #FFF;
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    top: -20rem;
    transition: all 0.3s ease;
}
.menu-skip a:focus {
    background: #952461;
    display: block;
    padding: 1.5rem;
    top: 0;
    width: 100%;
    z-index: 101;
}
.header-bar {
    margin: 0 auto;
    max-width: 122rem;
    transition-duration: 200ms;
    transition-property: width, max-width;
    transition-timing-function: ease;
    width: 100%;
    z-index: 51;
}
@media screen and (max-width: 1279px) {
    .header-bar {
        max-width: 100%;
    }
}
.header-bar.-absolute {
    left: 0;
    position: absolute;
    top: 3rem;
}
@media screen and (max-width: 767px) {
    .header-bar.-absolute {
        top: 1.7rem;
    }
}
.header-bar.-wide {
    max-width: 100%;
}
.header-bar.-map .header-bar__logo {
    padding-left: 3rem;
}
@media screen and (max-width: 767px) {
    .header-bar.-map .header-bar__logo {
        max-width: calc(100% - 18rem);
    }
}
@media screen and (max-width: 479px) {
    .header-bar.-map .header-bar__logo {
        max-width: calc(100% - 21rem);
        padding-left: 1rem;
    }
}
.header-bar.-map .header-bar__inner {
    max-width: none;
    padding: 0;
}
.header-bar.-map .header-bar__components {
    max-width: 100%;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .header-bar.-map .header-bar__components {
        max-width: 18rem;
    }
}
@media screen and (max-width: 479px) {
    .header-bar.-map .header-bar__components {
        max-width: 18rem;
    }
}
.header-bar.-map .logo__image {
    margin-right: 1.5rem;
    max-width: 6rem;
}
@media screen and (max-width: 1279px) {
    .header-bar.-map .logo__image {
        max-width: 5.6rem;
    }
}
@media screen and (max-width: 767px) {
    .header-bar.-map .logo__image {
        max-width: 4.7rem;
    }
}
@media screen and (max-width: 479px) {
    .header-bar.-map .logo__image {
        max-width: 3.6rem;
    }
}
.header-bar.-light {
    background-color: #fff;
}
.header-bar.-light .header-bar__inner {
    background-color: #fff;
}
.header-bar.js-fixed-el {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 51;
}
.header-bar.js-fixed-el-abs {
    position: absolute;
}
.header-bar.js-fixed-el-down, .header-bar.js-fixed-el-up-hide, .header-bar.js-fixed-el-up {
    transition-duration: 200ms;
    transition-property: left, right, transform, width, max-width;
    transition-timing-function: ease;
}
.header-bar.js-fixed-el, .header-bar.js-fixed-el-down, .header-bar.js-fixed-el-up {
    background: #fff;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    top: 0;
}
.header-bar.js-fixed-el .header-bar__inner, .header-bar.js-fixed-el-down .header-bar__inner, .header-bar.js-fixed-el-up .header-bar__inner {
    max-width: 154rem;
}
.header-bar.js-fixed-el .header-bar__components, .header-bar.js-fixed-el-down .header-bar__components, .header-bar.js-fixed-el-up .header-bar__components {
    align-content: center;
    padding: 0;
}
.header-bar.js-fixed-el .header-bar__profile, .header-bar.js-fixed-el-down .header-bar__profile, .header-bar.js-fixed-el-up .header-bar__profile {
    margin-left: 0;
}
.header-bar.js-fixed-el .logo__image, .header-bar.js-fixed-el-down .logo__image, .header-bar.js-fixed-el-up .logo__image {
    width: 6.8rem;
}
.header-bar.js-fixed-el .logo__image:nth-of-type(2), .header-bar.js-fixed-el-down .logo__image:nth-of-type(2), .header-bar.js-fixed-el-up .logo__image:nth-of-type(2) {
    display: none;
}
.header-bar.js-fixed-el .menu-toggle, .header-bar.js-fixed-el-down .menu-toggle, .header-bar.js-fixed-el-up .menu-toggle {
    height: 6rem;
    width: 6rem;
    border: 0;
    justify-content: center;
    padding: 0;
}
.header-bar.js-fixed-el .menu-toggle__text, .header-bar.js-fixed-el-down .menu-toggle__text, .header-bar.js-fixed-el-up .menu-toggle__text {
    font-size: 0;
    position: absolute;
}
.header-bar.js-fixed-el .header-search__btn, .header-bar.js-fixed-el-down .header-search__btn, .header-bar.js-fixed-el-up .header-search__btn {
    height: 6rem;
    width: 6rem;
    justify-content: center;
    padding: 0;
}
.header-bar.js-fixed-el .header-search__btn span, .header-bar.js-fixed-el-down .header-search__btn span, .header-bar.js-fixed-el-up .header-search__btn span {
    font-size: 0;
    position: absolute;
}
.header-bar.js-fixed-el .profile__btn-current, .header-bar.js-fixed-el-down .profile__btn-current, .header-bar.js-fixed-el-up .profile__btn-current {
    height: 6rem;
    width: 6rem;
    background: #efefef;
    justify-content: center;
    padding: 0;
}
.header-bar.js-fixed-el .profile__btn-text, .header-bar.js-fixed-el-down .profile__btn-text, .header-bar.js-fixed-el-up .profile__btn-text {
    font-size: 0;
    position: absolute;
}
.header-bar__inner {
    margin: 0 auto;
    max-width: 150rem;
    padding: 0 2rem;
}
@media screen and (max-width: 767px) {
    .header-bar__inner {
        padding: 0 1rem;
    }
}
.header-bar__logo {
    flex-grow: 1;
    margin: 0;
    max-width: 25%;
}
.header-bar__components {
    flex-grow: 1;
    max-width: 75%;
    padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
    .header-bar__components {
        margin-left: auto;
        max-width: 19rem;
        padding: 0;
    }
}
.header-bar__search {
    position: relative;
    z-index: 1;
}
.header-bar__profile {
    margin: 0 1.4rem 0 -1rem;
}
@media screen and (max-width: 767px) {
    .header-bar__profile {
        margin: 0 0.4rem 0 -0.8rem;
    }
}
.header-bar__menu {
    flex-grow: 1;
    max-width: calc(100% - 23rem);
}
.header-bar-btn {
    transition: all 250ms ease-in-out 0ms;
    background-color: #3962a5;
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    min-height: 9rem;
    min-width: 9rem;
    padding: 3rem;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .header-bar-btn {
        min-height: 8rem;
    }
}
@media screen and (max-width: 767px) {
    .header-bar-btn {
        min-height: 6rem;
        min-width: 6rem;
        padding: 1.4rem;
    }
}
@media screen and (max-width: 479px) {
    .header-bar-btn {
        min-height: 6rem;
        min-width: 6rem;
    }
}
.header-bar-btn::before, .header-bar-btn[data-fa-icon]::before {
    color: #4ebdc3;
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
    .header-bar-btn::before, .header-bar-btn[data-fa-icon]::before {
        margin-right: 0;
    }
}
.header-bar-btn:hover, .header-bar-btn:focus {
    background-color: #2f5189;
}
.header-bar-btn.-no-text::before {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .header-bar-btn.-no-text-mobile .header-bar-btn__text {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px !important;
        left: -9999px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        top: auto !important;
        width: 1px !important;
    }
}
.header-bar-btn.-dark {
    background-color: #952461;
}
.header-bar-btn.-dark:hover, .header-bar-btn.-dark:focus {
    background-color: #761d4d;
}
.header-bar-btn.-light {
    background-color: #fff;
}
.header-bar-btn.-light::before {
    color: #4c165d;
}
.header-bar-dropdown__toggle {
    transition: all 250ms ease-in-out 0ms;
    background-color: #1e95bf;
    border: 0;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    height: 9rem;
    padding: 2.25rem 3.5rem 2.25rem 5.5rem;
    text-transform: uppercase;
}
.header-bar-dropdown__toggle::after {
    font-weight: 300 !important;
}
@media screen and (max-width: 1279px) {
    .header-bar-dropdown__toggle {
        height: 8rem;
    }
}
@media screen and (max-width: 767px) {
    .header-bar-dropdown__toggle {
        height: 6rem;
        min-width: 6rem;
        padding: 1.4rem;
    }
}
@media screen and (max-width: 479px) {
    .header-bar-dropdown__toggle {
        height: 6rem;
        min-width: 6rem;
    }
}
.header-bar-dropdown__toggle:hover, .header-bar-dropdown__toggle:focus {
    background-color: #197b9e;
}
.header-bar-dropdown__toggle-ico {
    left: 3rem;
    position: absolute;
    top: 50%;
    font-size: 1.8rem;
    transform: translateY(-50%);
}
.header-bar-dropdown__toggle-ico i {
    font-weight: 400;
}
.header-bar-dropdown__toggle-text {
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-self: center;
    margin: auto;
}
.header-bar-dropdown__block {
    transition: all 250ms ease-in-out 0ms;
    position: absolute;
    background-color: #1e95bf;
    margin: 0;
    padding: 1rem 3rem 2rem 4rem;
}
.header-bar-dropdown__item {
    position: relative;
}
.header-bar-dropdown__item::before {
    content: "\f0da";
}
.header-bar-dropdown__item::before {
    left: -0.8rem;
    position: absolute;
    top: 0;
    color: #fff;
}
.header-bar-dropdown__item:not(:last-child) {
    margin-bottom: 1rem;
}
.header-bar-dropdown__link {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}
.header-bar-dropdown__link:hover, .header-bar-dropdown__link:focus {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .header-bar-dropdown.-no-text-mobile .header-bar-dropdown__toggle-text {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px !important;
        left: -9999px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        top: auto !important;
        width: 1px !important;
    }
    .header-bar-dropdown.-no-text-mobile .header-bar-dropdown__toggle-ico {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 767px) {
    .header-bar-dropdown.-no-arrow-mobile .header-bar-dropdown__toggle::after {
        display: none !important;
    }
}
.header-bar-dropdown.-has-arrow .header-bar-dropdown__toggle::after {
    margin-top: -0.1rem;
    right: 2.2rem !important;
}
.header-bar-dropdown.-drop-left-mobile .header-bar-dropdown__block {
    left: auto;
    right: 0;
}
.header-bar-dropdown.-is-open .header-bar-dropdown__toggle,
.header-bar-dropdown.-is-open .header-bar-dropdown__block {
    background-color: #000;
}
.media-element {
    display: block;
    margin: 6.5rem 0 8rem;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .media-element {
        margin-top: 5rem;
        margin-bottom: 5.3rem;
    }
}
@media screen and (max-width: 767px) {
    .media-element {
        margin-bottom: 6rem;
    }
}
.media-element audio,
.media-element iframe,
.media-element video {
    display: block;
    width: 100%;
}
.media-element .iframe,
.media-element iframe {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
}
.media-element .click-roll {
    margin: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
    .media-element .click-roll {
        margin-left: 0;
        margin-right: 0;
    }
}
.media-element .click-roll__toggle {
    background-color: transparent;
    border-bottom: 0.1rem solid #c5c5c5;
    color: #727272;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 400;
    padding: 1rem 3.8rem 1rem 1.2rem;
    text-transform: none;
}
.media-element .click-roll__toggle::after {
    content: "\f107";
}
@media screen and (max-width: 767px) {
    .media-element .click-roll__toggle {
        min-height: 4.3rem;
        font-size: 1.3rem;
        line-height: 1.8rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
}
.media-element .click-roll__toggle::before {
    display: none;
}
.media-element .click-roll__toggle::after {
    width: auto;
    height: auto;
    top: 1rem;
    right: 1.1rem;
    font-size: 1.9rem;
    color: #4c165d;
    background-color: transparent;
    padding-top: 0;
    border-top: 0;
}
@media screen and (max-width: 1279px) {
    .media-element .click-roll__toggle::after {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .media-element .click-roll__toggle::after {
        right: 2rem;
    }
}
.media-element .click-roll__toggle:hover, .media-element .click-roll__toggle:focus {
    background-color: #79348f;
    color: #fff;
}
.media-element .click-roll__toggle:hover::after, .media-element .click-roll__toggle:focus::after {
    color: #fff;
}
.media-element .click-roll.-is-open .click-roll__toggle {
    background-color: #79348f;
    color: #fff;
}
.media-element .click-roll.-is-open .click-roll__toggle::after {
    color: #fff;
    content: '\f106';
}
.media-element__title {
    color: #4ebdc3;
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 2rem;
    margin-top: 0;
    position: relative;
    padding-left: 3.7rem;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .media-element__title {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .media-element__title {
        font-size: 3rem;
    }
}
.media-element__title::before {
    position: absolute;
    content: '';
    top: 2.8rem;
    left: 0;
    width: 11.3rem;
    height: 1rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .media-element__title::before {
        top: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .media-element__title::before {
        top: 1.9rem;
    }
}
.media-element__subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e95bf;
    margin-top: 2rem;
    margin-bottom: 2.7rem;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .media-element__subtitle {
        margin-bottom: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .media-element__subtitle {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1.8rem;
    }
}
.media-element__wrapper {
    position: relative;
    width: 100%;
}
.media-element__ratio {
    display: block;
    height: auto;
    width: 100%;
}
/*
    TODO: add logo__image styles
*/
.logo {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    text-decoration: none;
}
.-map .logo {
    height: 100%;
}
.logo:hover, .logo:focus {
    text-decoration: none;
}
.logo__image {
    margin-right: 2.7rem;
}
@media screen and (max-width: 1279px) {
    .logo__image {
        margin-right: 1.9rem;
        width: 10.6rem;
    }
}
@media screen and (max-width: 767px) {
    .logo__image {
        width: 6.7rem;
    }
}
.logo__image img {
    height: auto;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .logo__image:nth-of-type(2) {
        width: 11.5rem;
    }
}
@media screen and (max-width: 767px) {
    .logo__image:nth-of-type(2) {
        display: none;
    }
}
.logo__text {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 3.1rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .logo__text {
        font-size: 2.2rem;
    }
}
.logo__text span {
    font-weight: 300;
}
.logo.-dark {
    color: #000;
}
.logo.-light {
    color: #fff;
}
.logo.-has-decor {
    position: relative;
}
.logo.-has-decor .logo__text,
.logo.-has-decor .logo__image {
    max-width: 21rem;
}
.logo.-has-decor::before {
    content: '';
    position: absolute;
}
.header-search__btn {
    align-items: center;
    background-color: #3962a5;
    border: 0;
    border-radius: 50%;
    color: #4ebdc3;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 1.8rem;
    padding-top: 2.7rem;
    height: 8.6rem;
    width: 8.6rem;
    transition: background-color 250ms ease-in-out 0ms;
}
@media screen and (max-width: 1279px) {
    .header-search__btn {
        height: 7rem;
        width: 7rem;
        font-size: 1.5rem;
        padding-top: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .header-search__btn {
        height: 6rem;
        width: 6rem;
        font-size: 1.2rem;
        padding-top: 2rem;
    }
}
.header-search__btn:hover, .header-search__btn:focus {
    background-color: #325792;
}
.header-search__btn span {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    margin: 0.6rem 0 0;
}
@media screen and (max-width: 1279px) {
    .header-search__btn span {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 767px) {
    .header-search__btn span {
        font-size: 1rem;
        margin-top: 0.4rem;
    }
}
.header-search__btn i {
    font-weight: 400;
}
.header-search__btn.-is-open {
    justify-content: center;
    padding-top: 0.7rem;
}
.header-search__btn.-is-open i::before {
    content: '\f00d';
}
.header-search__btn.-is-open span {
    font-size: 0;
}
.header-search__btn.-light {
    background-color: #fff;
    color: #000;
}
.header-search__form {
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    height: 0;
    width: 0;
    transition: all 250ms ease-in-out 0ms;
    background-color: #79348f;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
}
.header-search__form form {
    display: flex;
    margin: 0;
}
.header-search__form .required {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
}
.header-search__form-input {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
}
.-popup .header-search__form-input {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .-popup .header-search__form-input {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .header-search__form-input {
        padding: 0.5rem 1rem;
    }
}
.-popup .header-search__form-input input {
    border: 0;
    border-left: 0.1rem solid rgba(78, 189, 195, 0.3);
    color: #465968;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    height: 5rem;
    width: 100%;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    .-popup .header-search__form-input input {
        border: 0;
    }
}
.-popup .header-search__form-input input::-webkit-input-placeholder {
    color: transparent;
}
.-popup .header-search__form-input input::-moz-placeholder {
    color: transparent;
}
.-popup .header-search__form-input input:-ms-input-placeholder {
    color: transparent;
}
.-popup .header-search__form-input input::-ms-input-placeholder {
    color: transparent;
}
.-popup .header-search__form-input input::placeholder {
    color: transparent;
}
@media screen and (max-width: 767px) {
    .-popup .header-search__form-input input::-webkit-input-placeholder {
        color: #4ebdc3;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
    .-popup .header-search__form-input input::-moz-placeholder {
        color: #4ebdc3;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
    .-popup .header-search__form-input input:-ms-input-placeholder {
        color: #4ebdc3;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
    .-popup .header-search__form-input input::-ms-input-placeholder {
        color: #4ebdc3;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
    .-popup .header-search__form-input input::placeholder {
        color: #4ebdc3;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
}
.header-search__form-input label {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.2rem;
    margin: 0 1.5rem 0 0;
}
.-popup .header-search__form-input label {
    font-size: 2.5rem;
    font-weight: 400;
    color: #4ebdc3;
    margin: 0 2.5rem 0 0;
}
@media screen and (max-width: 1279px) {
    .-popup .header-search__form-input label {
        margin: 0 1.5rem 0 0;
    }
}
@media screen and (max-width: 767px) {
    .-popup .header-search__form-input label {
        font-size: 0;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .header-search__form-input label {
        margin-right: 0.5rem;
    }
}
.-is-open .header-search__form, .header-search__form.-popup {
    height: 8rem;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .-is-open .header-search__form, .header-search__form.-popup {
        height: 6rem;
    }
}
.header-search__form.-popup {
    background-color: #3962a5;
    border-radius: 4rem;
    height: 8rem;
    margin: 4rem 0 10rem;
    padding: 1.5rem 3.5rem 1.5rem 4.5rem;
    position: static;
}
@media screen and (max-width: 1279px) {
    .header-search__form.-popup {
        margin: 5rem 0 7rem;
        padding: 1.5rem 1rem 1.5rem 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .header-search__form.-popup {
        height: 7rem;
        margin: 1.5rem 0 4.5rem;
        padding: 1rem;
    }
}
.header-search__form.-popup form {
    align-items: center;
}
.header-search__submit {
    transition: all 250ms ease-in-out 0ms;
    height: 5rem;
    width: 5rem;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #4ebdc3;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 1rem;
}
.header-search__submit i {
    font-weight: 400;
}
.header-search__submit:hover, .header-search__submit:focus {
    background: #4c165d;
    color: #fff;
}
.menu-toggle {
    height: 10rem;
    width: 10rem;
    align-items: center;
    background-color: #4c165d;
    border: 0.5rem solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 3.5rem;
    position: relative;
    transition: background-color 250ms ease-in-out 0ms;
}
@media screen and (max-width: 1279px) {
    .menu-toggle {
        height: 8rem;
        width: 8rem;
        padding-top: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .menu-toggle {
        height: 6.5rem;
        width: 6.5rem;
        border: 0.3rem solid #fff;
        padding-top: 2.2rem;
    }
}
.menu-toggle:hover, .menu-toggle:focus {
    background-color: #3b1148;
}
.menu-toggle__line {
    background-color: #fff;
    display: block;
    height: 0.2rem;
    margin-bottom: 0.4rem;
    width: 1.8rem;
    transition: all 250ms ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
    .menu-toggle__line {
        margin-bottom: 0.3rem;
        width: 1.4rem;
    }
}
.menu-toggle__line:last-child {
    margin-bottom: 0;
}
.menu-toggle__text {
    color: inherit;
    font-size: 1.2rem;
    margin: 0.3rem 0 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .menu-toggle__text {
        font-size: 1rem;
    }
}
.menu-toggle.-is-open {
    padding-top: 4rem;
}
@media screen and (max-width: 1279px) {
    .menu-toggle.-is-open {
        padding-top: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .menu-toggle.-is-open {
        padding-top: 2.7rem;
    }
}
.menu-toggle.-is-open .menu-toggle__line:first-child {
    transform: translateY(0.5rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .menu-toggle.-is-open .menu-toggle__line:first-child {
        transform: translateY(0.3rem) rotate(45deg);
    }
}
.menu-toggle.-is-open .menu-toggle__line:nth-child(2) {
    opacity: 0;
}
.menu-toggle.-is-open .menu-toggle__line:last-child {
    transform: translateY(-0.7rem) rotate(-45deg);
}
.menu-toggle.-is-open .menu-toggle__text {
    font-size: 0;
}
.mnv-menu, .search-popup {
    background: #4c165d url("../images/logo-trame.svg") no-repeat 41vw 95%;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 300ms ease-in-out 0ms;
    height: 100vh;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .mnv-menu, .search-popup {
        background-position: -10vw -97rem;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu, .search-popup {
        background-position: -10rem -38rem;
        background-size: 270%;
    }
}
.mnv-menu .container, .search-popup .container {
    height: calc(100vh - 24.2rem);
    margin: 24.2rem 0 0;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 1279px) {
    .mnv-menu .container, .search-popup .container {
        height: calc(100vh - 21rem);
        margin: 21rem 0 0;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu .container, .search-popup .container {
        height: calc(100vh - 15rem);
        margin: 15rem 0 0;
    }
}
.mnv-menu.-is-open, .-is-open.search-popup {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 47;
}
.mnv-menu .title-block::before, .search-popup .title-block::before {
    background: #79348f;
    top: 2.5rem;
    width: 7.5rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu .title-block::before, .search-popup .title-block::before {
        top: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu .title-block, .search-popup .title-block {
        padding-left: 2rem;
    }
}
.mnv-menu__content {
    display: flex;
    margin: 0 auto 5rem;
    max-width: 124rem;
}
@media screen and (max-width: 1279px) {
    .mnv-menu__content {
        display: block;
        max-width: 98rem;
        padding: 0 7rem;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu__content {
        padding: 0 1rem;
    }
}
.mnv-menu__block:nth-of-type(1) {
    padding: 0 3rem 0 7rem;
    width: 48%;
}
@media screen and (max-width: 1279px) {
    .mnv-menu__block:nth-of-type(1) {
        padding: 0;
        width: 100%;
    }
}
.mnv-menu__block:nth-of-type(2) {
    padding-left: 4rem;
    width: 52%;
}
@media screen and (max-width: 1279px) {
    .mnv-menu__block:nth-of-type(2) {
        padding: 0;
        width: 100%;
    }
}
.mnv-menu__links:nth-of-type(2) {
    margin-top: 18rem;
}
@media screen and (max-width: 1279px) {
    .mnv-menu__links:nth-of-type(2) {
        margin-top: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu__links:nth-of-type(2) {
        margin-top: 4.4rem;
    }
}
.mnv-menu__links .btn, .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle {
    font-size: 2rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__links .btn, .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }
}
.mnv-menu__links .btn::after, .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle::after, .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle::after {
    background: #3962a5;
}
.mnv-menu__links .btn:not(:last-child), .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle:not(:last-child), .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle:not(:last-child) {
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__links .btn:not(:last-child), .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle:not(:last-child), .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle:not(:last-child) {
        margin-right: 0.6rem;
    }
}
.mnv-menu__links .btn:hover, .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle:hover, .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle:hover, .mnv-menu__links .btn:focus, .mnv-menu__links .g-translate-dropdown .g-translate-dropdown__toggle:focus, .g-translate-dropdown .mnv-menu__links .g-translate-dropdown__toggle:focus {
    color: #4ebdc3;
}
.mnv-menu__nav {
    margin-bottom: 2rem;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .mnv-menu__nav {
        margin: 4.5rem 0 2rem;
        max-width: 58rem;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu__nav {
        margin: 4rem 0 3rem;
    }
}
.mnv-menu__list {
    clear: both;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
    color: inherit;
    display: block;
    font-size: 4rem;
    font-weight: 900;
    margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
        font-size: 3rem;
        margin: 0;
        padding: 1rem 0;
    }
}
.mnv-menu__item {
    margin-top: -0.1rem;
    position: relative;
    transition: all 250ms ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
    .mnv-menu__item {
        align-items: center;
        justify-content: space-between;
    }
}
.mnv-menu__item.-is-open > .mnv-menu__submenu {
    max-height: 1000rem;
    opacity: 1;
    visibility: visible;
}
.mnv-menu__item.-is-open > .mnv-menu__toggle::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.mnv-menu__item.-is-open::after {
    opacity: 0;
    visibility: hidden;
}
.mnv-menu__link {
    color: inherit;
    flex-grow: 0;
    font-family: inherit;
    width: 85%;
    transition: all 250ms ease-in-out 0ms;
}
.mnv-menu__link:hover, .mnv-menu__link:focus {
    text-decoration: underline;
}
.mnv-menu__link.-is-current, .mnv-menu__link.is-active {
    color: #efefef !important;
    text-decoration: underline;
}
.mnv-menu__toggle {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    max-height: 5.6rem;
    padding: 0 2.5rem;
    position: relative;
    width: 11%;
    transition: all 250ms ease-in-out 0ms;
}
.mnv-menu__toggle::before {
    content: "\f107";
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .mnv-menu__toggle {
        height: 4rem;
        padding: 0;
    }
}
.mnv-menu__toggle::before {
    color: inherit;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    transition: all 350ms ease-in-out 0ms;
    left: 50%;
    position: absolute;
    top: 50%;
}
.mnv-menu__toggle:hover, .mnv-menu__toggle:focus {
    background-color: rgba(0, 0, 0, 0.2);
}
.mnv-menu__submenu {
    height: auto;
    list-style: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: calc(100% + 6rem);
    transition: all 650ms ease-in-out 0ms;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item {
    padding-left: 4rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-1 > .mnv-menu__item {
        padding-left: 2rem;
    }
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link {
        font-size: 2rem;
        margin: 0;
        padding: 0.7rem 0;
    }
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__toggle {
    top: -0.5rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__toggle {
        top: auto;
    }
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__toggle::before {
    font-size: 1.7rem;
}
.mnv-menu__submenu.-level-2 {
    margin-left: -4rem;
    width: calc(100% + 7rem);
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-2 {
        margin-left: -2rem;
        width: calc(100% + 3rem);
    }
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item {
    padding-left: 6rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-2 > .mnv-menu__item {
        padding-left: 3rem;
    }
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link {
        font-size: 1.7rem;
        margin: 0;
        padding: 0.7rem 0;
    }
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item > .mnv-menu__toggle {
    top: -0.5rem;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-2 > .mnv-menu__item > .mnv-menu__toggle {
        top: auto;
    }
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item > .mnv-menu__toggle::before {
    font-size: 1.5rem;
}
.mnv-menu__submenu.-level-3 {
    margin-left: -5rem;
    width: calc(100% + 8rem);
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-3 {
        margin-left: -3rem;
        width: calc(100% + 4rem);
    }
}
.mnv-menu__submenu.-level-3 > .mnv-menu__item {
    padding-left: 8rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .mnv-menu__submenu.-level-3 > .mnv-menu__item {
        padding-left: 5rem;
    }
}
.mnv-menu__submenu.-level-3 > .mnv-menu__item .mnv-menu__link {
    font-size: 1.6rem;
    font-weight: 400;
}
.mnv-menu__submenu.-level-3 > .mnv-menu__item .mnv-menu__link:hover, .mnv-menu__submenu.-level-3 > .mnv-menu__item .mnv-menu__link:focus {
    text-decoration: underline;
}
@media screen and (max-width: 1279px) {
    .mnv-menu .profile, .search-popup .profile {
        position: absolute;
        top: 0;
        width: calc(100% - 16rem);
    }
    .mnv-menu .profile .profile__btn-current, .search-popup .profile .profile__btn-current {
        justify-content: flex-start;
        width: 100%;
    }
    .mnv-menu .profile .js-dropdown.-is-open, .search-popup .profile .js-dropdown.-is-open {
        z-index: 12;
    }
    .mnv-menu .profile .profile__btn-text, .search-popup .profile .profile__btn-text {
        max-width: 16rem;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu .profile, .search-popup .profile {
        width: calc(100% - 12rem);
    }
    .mnv-menu .profile .profile__btn-current, .search-popup .profile .profile__btn-current {
        min-height: 6rem;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
    }
}
@media screen and (max-width: 479px) {
    .mnv-menu .profile, .search-popup .profile {
        background-color: #fff;
    }
}
.js-mnv-overlay, .js-search-overlay {
    position: fixed;
    right: 0;
    top: 0;
    transition: all 300ms ease-in-out 0ms;
    background-color: #4c165d;
    border-radius: 50%;
    height: 10rem;
    opacity: 0;
    visibility: hidden;
    width: 10rem;
}
@media screen and (max-width: 1279px) {
    .js-mnv-overlay, .js-search-overlay {
        left: auto;
    }
}
.js-mnv-overlay.-is-open, .-is-open.js-search-overlay {
    opacity: 1;
    transform: scale(50);
    visibility: visible;
}
/* stylelint-disable */
.search-page .filters__field label {
    text-transform: none;
}
#tx-solr-search {
    flex-grow: 1;
    order: 2;
    width: 72%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    #tx-solr-search {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 767px) {
    #tx-solr-search {
        width: 100%;
        margin: 0;
    }
}
#tx-solr-search ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
#tx-solr-search .number-articles {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    padding-bottom: 1.44444em;
}
#tx-solr-search-functions {
    flex-shrink: 0;
    margin-right: 6%;
    width: 22%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    #tx-solr-search-functions {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 767px) {
    #tx-solr-search-functions {
        margin-right: 0;
        width: 100%;
    }
}
.tx-solr-search-form {
    background-color: #f2f2f2;
    border: 1px solid #cfcecf;
    margin-bottom: 10px;
    padding: 10px;
}
.tx-solr-q {
    border: 1px solid #cfcecf;
    padding: 5px;
    width: 80%;
}
.tx-solr-submit {
    background-color: #cfcecf;
    border: 0;
    color: #494949;
    font-weight: 700;
    padding: 6px;
    width: 15%;
}
#tx-solr-faceting,
#tx-solr-sorting {
    margin-bottom: 2rem;
}
#tx-solr-faceting h2,
#tx-solr-sorting h2 {
    position: relative;
    color: #1e95bf;
    font-size: 2rem;
    margin-top: 0;
    text-transform: uppercase;
}
#tx-solr-faceting h2.csc-firstHeader,
#tx-solr-sorting h2.csc-firstHeader {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    padding-left: 1.4rem;
}
#tx-solr-faceting h2.csc-firstHeader::before,
#tx-solr-sorting h2.csc-firstHeader::before {
    bottom: 0.4rem;
    left: 0rem;
    position: absolute;
    width: 5.8rem;
    height: 0.5rem;
    background-color: #3fc1c4;
    content: '';
    z-index: -1;
}
#tx-solr-faceting .facets {
    padding: 0;
    margin: 0;
}
#tx-solr-faceting .facets .facet-option-list {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
}
#tx-solr-faceting .facets .facet-type-numericRange .facet-option-list {
    width: 85%;
}
#tx-solr-faceting .facets .facet-label {
    color: #4c165d;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.5em 0;
    position: relative;
    text-transform: none;
}
#tx-solr-faceting .facets .dateselector {
    position: relative;
    color: #000;
    border-color: rgba(72, 93, 110, 0.3);
    max-width: 15rem;
    padding: 0.45rem 0;
    margin-left: 1rem;
}
#tx-solr-faceting .facets .dateselector::after {
    content: '\f073';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    color: #3fc1c4;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}
#tx-solr-faceting .facets .facet-result-count {
    color: #485d6e;
}
#tx-solr-faceting .facets .facet-type-dateRange fieldset {
    margin: 0;
    padding: 0;
}
#tx-solr-faceting .facets .facet-type-dateRange fieldset button[type=submit] {
    margin: 0;
}
#tx-solr-faceting .facets .facet-type-dateRange .btn, #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown__toggle {
    padding: 0.6rem 2rem;
    color: #485d6e;
}
#tx-solr-faceting .facets .facet-type-dateRange .btn::before, #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown__toggle::before {
    content: '\f0b0';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 0.5rem;
    font-size: 1.4rem;
    color: #4cc5c8;
}
#tx-solr-faceting .facets .facet-type-dateRange .btn:hover, #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown .g-translate-dropdown__toggle:hover, .g-translate-dropdown #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown__toggle:hover, #tx-solr-faceting .facets .facet-type-dateRange .btn:focus, #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown .g-translate-dropdown__toggle:focus, .g-translate-dropdown #tx-solr-faceting .facets .facet-type-dateRange .g-translate-dropdown__toggle:focus {
    color: #fff;
}
#tx-solr-faceting .facets .dateselector-label {
    display: block;
    font-weight: 400;
    position: relative;
    text-transform: none;
    font-size: 1.3rem;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    color: #000;
    margin-bottom: 0;
}
#tx-solr-faceting .facets .dateselector-label span {
    color: #727272;
    display: block;
    font-style: italic;
}
#tx-solr-faceting .facets .dateselector {
    display: block;
    width: 100%;
}
#tx-solr-faceting .facets li {
    list-style-type: none;
}
#tx-solr-facets-in-use {
    margin-bottom: 6rem;
    padding: 2rem;
    background-color: #1e95bf;
}
@media screen and (max-width: 767px) {
    #tx-solr-facets-in-use {
        margin: 0 -1rem 3rem;
    }
}
#tx-solr-facets-in-use .facets li {
    margin-left: 0;
    padding-left: 0;
}
#tx-solr-facets-in-use .facets li a {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    color: #fff;
    font-size: 1.4rem;
}
#tx-solr-facets-in-use li:not(.facets-remove-all) a {
    text-decoration: none;
    list-style-type: none;
}
#tx-solr-facets-in-use li:not(.facets-remove-all) a span {
    font-size: 1rem;
    line-height: 1.30769em;
    margin-left: 0.2rem;
    color: #3fc1c4;
}
#tx-solr-facets-in-use li:not(.facets-remove-all) a:hover, #tx-solr-facets-in-use li:not(.facets-remove-all) a:focus {
    text-decoration: underline;
}
#tx-solr-facets-in-use li::before {
    display: none;
}
#tx-solr-facets-in-use h2 {
    color: #fff;
    text-transform: none;
}
#tx-solr-facets-in-use .facets-remove-all {
    margin: 3rem 0 1rem;
    padding: 0;
}
#tx-solr-facets-in-use .facets-remove-all::before {
    content: none;
}
#tx-solr-facets-in-use .facets-remove-all a {
    background-color: transparent;
    border: solid 1px #3fc1c4;
    border-radius: 20px;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    line-height: 1.14286;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 0.7rem 2rem;
    text-transform: uppercase;
    transition: all 100ms ease-in-out 0ms;
}
#tx-solr-facets-in-use .facets-remove-all a::before {
    content: "\f00d";
}
#tx-solr-facets-in-use .facets-remove-all a::before {
    color: inherit;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin-right: 0;
}
#tx-solr-facets-in-use .facets-remove-all a::before {
    color: #3fc1c4;
    margin-right: 0.5rem;
}
#tx-solr-facets-in-use .facets-remove-all a:hover, #tx-solr-facets-in-use .facets-remove-all a:focus {
    background-color: #79348f;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#tx-solr-facets-in-use .facets-remove-all a:hover::before, #tx-solr-facets-in-use .facets-remove-all a:hover::after, #tx-solr-facets-in-use .facets-remove-all a:focus::before, #tx-solr-facets-in-use .facets-remove-all a:focus::after {
    color: inherit !important;
}
.facet-type-options ul,
#tx-solr-facets-in-use ul,
#tx-solr-sorting ul {
    color: #000;
    font-size: 1.7rem;
    font-weight: 300;
    list-style: none;
    margin: 1rem 0 1.5rem 0;
    padding: 0;
}
.facet-type-options li,
#tx-solr-facets-in-use li,
#tx-solr-sorting li {
    line-height: 1.4;
    margin-left: 0;
    padding: 0 0 0.29412em 0.73529em;
    position: relative;
}
.facet-type-options li::before,
#tx-solr-facets-in-use li::before,
#tx-solr-sorting li::before {
    content: "\f105";
}
.facet-type-options li::before,
#tx-solr-facets-in-use li::before,
#tx-solr-sorting li::before {
    color: #4c165d;
    left: 0;
    position: absolute;
}
.facet-type-options a,
#tx-solr-facets-in-use a,
#tx-solr-sorting a {
    color: #494949;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.facet-type-options a:hover, .facet-type-options a:focus,
#tx-solr-facets-in-use a:hover,
#tx-solr-facets-in-use a:focus,
#tx-solr-sorting a:hover,
#tx-solr-sorting a:focus {
    text-decoration: underline;
}
#tx-solr-sorting h2 {
    font-size: 1.6rem;
    text-transform: none;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    color: #4c165d;
}
#tx-solr-sorting ul li {
    margin-left: 1.45rem;
    padding-bottom: 0;
}
#tx-solr-search .tx-solr-search-word {
    font-weight: 700;
}
#tx-solr-search .results-list {
    margin-top: 10px;
}
#tx-solr-search .results-list li {
    list-style: none inside;
    margin-left: 0;
}
.results-entry {
    padding: 3rem 0;
}
@media screen and (max-width: 1279px) {
    .results-entry {
        padding: 2rem 0;
    }
}
.results-entry__bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .results-entry__bar {
        align-items: flex-start;
        flex-direction: column;
    }
}
.results-entry a {
    display: block;
}
.results-entry:hover .results-topic, .results-entry:focus .results-topic {
    text-decoration: underline;
}
.results-category {
    color: #4ebdc3;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.results-category a {
    color: #4ebdc3;
}
.results-elevated {
    background: #ffffef;
    border: 1px solid #cfcecf;
    padding: 5px;
}
.results-elevated-label {
    color: #cfcecf;
    font-size: 50%;
    padding-bottom: 5px;
}
.results-topic {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 2.2rem;
    margin-top: -0.8rem;
}
.results-topic a {
    color: #000;
}
.result-content {
    line-height: 3rem;
    font-weight: 300;
    clear: both;
    font-size: 1.8rem;
}
.result-date {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 0;
    font-weight: 300;
}
.result-date strong {
    font-weight: 700;
}
.results-highlight {
    background: #fdee53;
}
#tx-solr-search ul.references li {
    list-style-type: disc;
}
.relevance {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    height: 18px;
    margin-bottom: 0.5rem;
    transform: translateY(-0.5rem);
}
.relevance span {
    display: block;
}
.relevance-label, .relevance-bar, .relevance-percent {
    float: left;
    margin-right: 5px;
}
.relevance-label, .relevance-percent {
    font-size: 1.4rem;
}
.relevance-bar {
    margin-top: 2px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
}
.tx-solr-relevance-bar {
    background-color: #fff;
    box-sizing: border-box;
    font-size: 1px;
    height: 12px;
    width: 50px;
}
.tx-solr-relevance,
.tx-solr-relevance-fill {
    float: left;
    height: 12px;
    margin-right: 0 !important;
    padding: 0;
}
.tx-solr-relevance {
    background-color: #79348f;
}
.tx-solr-relevance-fill {
    background-color: #494949;
}
#tx-solr-frequent-searches ul {
    padding-right: 10px;
}
#tx-solr-frequent-searches li {
    list-style-type: none;
    margin-left: 10px;
    display: inline;
}
.tx-solr-frequent-term-14 {
    font-size: 14px;
}
.tx-solr-frequent-term-15 {
    font-size: 15px;
}
.tx-solr-frequent-term-16 {
    font-size: 16px;
}
.tx-solr-frequent-term-17 {
    font-size: 17px;
}
.tx-solr-frequent-term-18 {
    font-size: 18px;
}
.tx-solr-frequent-term-19 {
    font-size: 19px;
}
.tx-solr-frequent-term-20 {
    font-size: 20px;
}
.tx-solr-frequent-term-21 {
    font-size: 21px;
}
.tx-solr-frequent-term-22 {
    font-size: 22px;
}
.tx-solr-frequent-term-23 {
    font-size: 23px;
}
.tx-solr-frequent-term-24 {
    font-size: 24px;
}
.tx-solr-frequent-term-25 {
    font-size: 25px;
}
.tx-solr-frequent-term-26 {
    font-size: 26px;
}
.tx-solr-frequent-term-27 {
    font-size: 27px;
}
.tx-solr-frequent-term-28 {
    font-size: 28px;
}
.tx-solr-frequent-term-29 {
    font-size: 29px;
}
.tx-solr-frequent-term-30 {
    font-size: 30px;
}
.tx-solr-frequent-term-31 {
    font-size: 31px;
}
.tx-solr-loader {
    height: 100px;
    left: 50%;
    position: fixed;
    top: 35%;
    width: 100px;
    z-index: 10000;
    background: url("data:image/gif;base64,R0lGODlhZABkAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaItvUNR+HvSFB/2GAf6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6JAvuRCvaeF/SkHfKpIvKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJvCsKO+sKuysL+qsNeesO+StQ9+uTtqvXNOxb8qzhsW1lr+3p7q6uru7u7y8vL29vb6+vr+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBADtACwAAAAAZABkAAAI/gDbCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6ZNj6xy6tzJk2dBQkCDCh069CfRo0Rx9lza0yjSp4ScQj2qlKlVVlKnFiWoFWnVq0uzdgUqduxXsD65jt06cC3bjWiZlu06V+vZuDnrTtUL9S5evk8Be+2It6lat2QPI/YbVzBVxW4Zo3WcFPJayWApv22HOCjmq5qFhvZMuPDO0Ynbdo5a2nRey2Zh023tGjVr1Z0/W7XNm7bp3rgX+y4MXODq23Bdvw4eWbbdm9CjS59Ovbr16sc9Zu+4nWP3jd814obPOB5j+YvnLaavuJ5i+4nvJcaPOB9i/Yf3HeZvuJ9h/4X/KRRgQgMiVOBBBxqUYHHiraadg9xB6J2E4FHYYG4RYjihhhVyeKFwG4LYoYgfNnfdiSimqOKKLKYY3osWkmchjB7K6CGNJNpIIo4mjtgjZzPGaF6QNwqJHpE7Gqkekj8u6NxeT/YVZWAZJllkjUNeaWWOWW7ZpJLsMXnZlIOF+KWWP+p4ppdjmtmmcWLG5qaccKL5Zol38ninmnnGOducf9bJJp0tFmrooYgmquiijDbq6KOQRirppJRWaqlCAQEAIfkECQQA7QAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhon3NC5IET+oYD/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA+5EK+JkS9aIb86gh8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8ask8asl8asl8asl8asl8asl8asl8asl8asl8asl8asl8asl8awl8awl8awl8awm8Kwo76wq7Kww66w06K065a1D4K5O27Bc1LJvy7SHwLinu7u7vLy8vb29vr6+v7+/wMDAwcHBxcXFzc3N19fX4eHh6urq8fHx9/f3+/v7/f39/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A2wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY+FcurcyZNnQVdAgwodOrRgz6NHcSJdmvMn0adEjTJdqnRqUoJQswaVarVn1a47nWqFyhWszq9mC4kdG5Vg2rAd357FyvZp2bRoza6tu9WtXLVx/+7l6+qu3sByB/M1DDZvY7qE+w78C5gjZcV1GXd1vBly5MJ+EyN+i5mtZqucUXuOfHpqaterCbdm+pp27MWhSY/Geztzbt6WBfc2/ftwcNEDP0sWeHm3cYHKgc6merO69evYs2vfrr35cd3fgedv9D5eePjnGsmnN18eeXvw78Wvdz8ffn35GdXnZ38f/X76/9kXIH4Y6VcgfwP6dyCACwrYIIEXGRghgg8qOCGDFzqYIYQWSdghhRta+CGGI2pYIocVeZgiiNy16OKLMMYoY3bq1cjiivTZSCKO9uloIo/y+YgiRUKipyKR/BX52HlLMpfkjUjm+OSOUfY45Y9VBnnlkBMp2dlkUHa5pZFhSuSlamBSKaaUbGK5ppVtcmnmmE22c+SbWsYpIpBk6llngnWeCRuTXzrpZ6EzJqrooow26uijkEYq6aSUVmrppZhmqqlCAQEAIfkECQQA7QAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1demVNq3Ix3n4T94UE/YYB/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/ocA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/okC/YsE/I0G/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5EK+5EK+ZcQ9p8Y9aMc9KYf86gh8qoj8qsk8qsk8qsk8qsk8qsk8qsk8qsk8ask8asl8awl8awl8awl8awl8awl8awl8awl8awl8awl8awn8Kwo76wr7q0v66445q9G47FS3rNg2bZ01L2Q0sm419fX4eHh6urq8fHx9/f3+/v7/f39/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A2wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY97curcyZNnQU1AgwodOrSgraNIkypVirOn054/iUolanSp1aVNn2rdE3WqV01Vr4q1lXWr065fpYYda7WsWZ8E03pdy5Zpx7dP0coVSrcuUrd4c+rdC7SvX7J3A8MdSJgqwcNYEyvWOZiwYb+AA1fee7luZryb5XZm+/lt6LSjx5Y2e/prarGrt7ae+xhy0thaZ099fRV33riN+da2fdT3WeDBCw8nbhwq8uS820qezPV58OiROVKnbL0xdrs3w/6LH0++vPnz5bcLnj65+eKN6qtrV+9+Z33u87ffX5+f+n758NHHnmL/FTigZgeClqBpC7LWoGwP5hbhb/21N+FxFRJ4oXMZItihgh8yGKKDI0JYooQnUhigfhu+p1F8BqaI4Yr+tWgfejjmqOOOPPa4I4wEATmQkDRaOKSAR7IoI4cCEdmOkxk5KSWSRWqYZI1XGlmlh01S+aSXUXo5pZJbgtglmV+iGSaaY2JZpohnupmmnGvK2aaWL4qpp5oY3WllnHjWiaefXObJ5p509onooGAqeuijiV5EqJlzBuqonYv+aSimkFrq46eghirqqKSWauqpqKaq6qqsturqqwSwHhQQACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXWhgV7FzLt5/E/aFBf2GAf6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP2LBPyOB/uRCvqTDPqVDvmXEPmZEvmZEvmZEvmZEvmZEvmZEvmZEvmZEviaE/iaE/iaE/iaE/iaE/iaE/iaE/iaE/iaE/ibFPedFvWjHPSmH/OoIfKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvCsKO+sK+6tMOyuNuu0Sey+Zu3Liu/ZrvLlzfTv5Pj39Pv7+v39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2Pe3Lq3MmTZ8GeQIEWxES0qNGjR3EGXZrzJ9OlQ5FKRar0qVCCVoNGncoVU9WsO52CDUuwa9evY/eITau2rNmpaMeuTbv1bdKObHXOlevW7l2OeZtiDVzXL9G4YPcm7mv4MF7Cg/MWNow4q2LLjBtXtnqZc2bKjyVHZjvZ7+annVF/Nh2a9Gi6q+2eZpqaduy3s6G+5juwsdHcWncv7u3bMWDIAwO3JV4c+NXkyAUWN36zuvXr2LNr345duUdd4MP7ix8/3nnP7+TTkzfvs6P69+HZk+UIH758ve7rq78vmL7+9Pwtt9F/ALYGm38EihcgegnGZyBvAzbo4HGiISjhgvlJqAuGFjbIYYQafqiRhuCJmBGJGz44HIgXqohZhwmaiBGKMl5EI3c45qjjjjz2uKN3wr0oEJAUugZdhUNGpxGRSSLZDpNLKgkllBlNKaWSVV7pJJUYWbklll1qaWSTY0b55ZllZonmgWSyaWaZXqYZ5poQPgnmRXG6ySWeYup5p0V51rknoH0K+mdFga5op5Nqwlmooo36SSekczo6qZA+Zqrpppx26umnoIYq6qiklmrqqaimqqpCAQEAIfkECQQA8AAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhoaWlpampqa2trbGxsbW1tbm5ub29vcHBwcXFxcnJyc3NzdHR0dXV1dnZ2d3d3eHh4eXl5enp6e3t7fHx8fX19fn5+f39/gICAgYGBgoKCg4ODhISEhYWFhoaGh4eHiIiIiYmJioqKtYlY24gq9IcM/IcC/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/I4H+pQN+JoT9aAZ9aIb9aIb9aIb9aIb9aIb9aIb9aIb9KMc9KMc9KMc9KMc9KMc9KMc9KQd86Yf8qki8qoj8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsl8qwl8qwl8qwl8qwl8qwl8qwl8qwm8qwn8q0p8q4s8rEz87dD9shw++nF/vz5/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A4QkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY+dcurcyZNnwZ5Agf4MSjQnzqJEhyIVSnBp0KNOfTaNKnUg1aobr+5UqpXrVahdp2rt5JUq2K9iw1odS7Yj27Zrx5aNetZsWrRx1WZlO9dp36V16d61mxfvXrmDBRcmfFgvvLd/kQb2m5jyYsWNDT/mWxmwW86XLQuE/BlxaM+nJZd2TDp10cmoR4OWbToz4821cTvO2Jo269k3gwsfTry48ePDe2vsxby58+fPYavmCL16demvO1rf3hx7Uu3ct/d7fwo+/PXVmjOatz6eKfX10Nv39Ag/Pvrb6us7l491uf7u92Hm33+98LdVef8ZqBN9BBYYoGgDJvhgbBHqp6BRCFo44XQbNeggR8rlR+CFcHXYIIkMjojciiy26OKLMLqonHLS1GjjjTjiiGJnHMKT448/7ujadwMBaaSNQvqm2ZFHJqnbkkwC6SSNUQa5YXZDkldklTlOCRyXXV5JpJK3gamjmFqSKaCZN3qZG5tIoumemhDCWaObjtkpDZ5QwslnmXb+uWagcs7HI5YC6SlonYSCCByVfhbaH6RsxmjppZhmqummnHbq6aeghirqqKSWauqpDgUEACH5BAkEAO8ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjLuKU+uIGPyHA/6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAPyNBviYEfWhGvKpIvKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfKsJfKsJfKsJfKsJfKsJfKsJfKsJfKsJfKsJvKsJ/KtKvKvLfKxNPO2QPS7TvXBXPbHbvfQhfrfrP304/78+P7+/v7+/v7+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+AN8JHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PonLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqFeWVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxY77u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X8W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU3KKbfMiCSWaKKJsKnmWlIEneiiiym+1pmKAr1oI4kxsrjiUy3eaGOOPO7I1EA+/riaZiIWCeORtyWpJIpMYqabZk+eCOSQvlFZZYlX9hSZjERuiWOUok15m5hjchQicGiO2CVWZkrZ5jJvbjUjmDW2WadOX+qYJ5p7GnWnn+/MGShcWZ6pJ5mxxVmmoYzS6GijkKoJnJNifqjpppx26umnoIYq6qiklmrqqaimquqqDgUEACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaItvUNF+IPeFBf2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6IAf2LBPiYEfSmH/KqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJvGsJ/CsKO6sK+ysMeqsNuetPOStROCuT9qwXtOyccu0icC4qLu7u7y8vL29vb6+vr+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PhHLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqJeSVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxYb7u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X8W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU3KtSLiiCSWWGJkr62mmYkssohiUire1uKMI774VIyYtUMjjTYyxVGIO7bYY0+wqTZQkEJ2ZqRtOSLpopIp/gickyYOidVyU1JJopVb4SiajlrWCCWMUuYWppiukcnkl2eKyKVORUYpUJutvGmUl7GBeaadcK2ZJ518xqmmnmEGiueShGppaJmOATrmjYyu2OaifiLqaJqQfqjpppx26umnoIYq6qiklmrqqaimquqqCwUEACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaJlyRuCBFfmFBP2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6IAf2KA/2MBfyNBvyOB/yPCPyPCPyPCPyPCPyPCPyPCPyPCPyPCPuQCfuQCfuQCfuQCfuQCfuQCfuQCfuQCfuSC/mVDviZEvafGPSmH/OoIfKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvGsJ/CsKe+tLe6vNe6xPO+1RvC6U/HBZfTLfPfXmvrmwP358P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PgnLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqFeSVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxYb7u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X+W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU29hCjiiCSSWJAnKKao4oorRvZaRyXGGOOJLNbIootJwSjjjiHSaOOPnuD4lI48yugjkDUKyRRHRe54JJItdqYak03OSBCUNirZk0dVWjkQlklK+SKVXY74JJhBipkjmWX2eCWaKmqJlUZtmvkmnCjKuRWRdZ4Jpp46cVmnm1/imaeaQ7LZpp9YAmoUn4veiaejcG00KKECGXqoa2taeimjUFIq6KCgIikqpGWWCuSpiqYqKZwirHpK6qtoxvrhrbjmquuuvPbq66/ABivssMQWa+yxyCoUEAAh+QQJBADtACwAAAAAZABkAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1diWlJ2YUiXajjGdx/pgQz6hQL+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hwD/hwD/hwD/hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+iAH9jAX7kQr6lQ75mBH5mRL5mRL5mRL5mRL5mRL5mRL5mRL5mRL4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mxT3nBX3nhf2oBn0pR7zqCHyqyTyqyTyqyTyqyTyqyTyqyTyqyTyqyTxqyXxqyXxqyXxqyXxqyXxqyXxqyXxqyXxqyXxrCXxrCXxrCXxrCbwrCfvrCrtrC7qrDXlrULbr1nVsGrMsoDCtZ28uK+6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHFxcXNzc3X19fh4eHq6urx8fH39/f7+/v9/f3+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gDbCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6ZNj3By6tzJk2fBnkCB/gxKNCfOokSHIhVKcGnQo059No0qdSDVqhuv7lSqletVqF2naoXjlSrYr2LDWh1LtiPbtmvHlo161mxatHHVZmU712nfpXXp3rWbF+9euYMFFyZ8WG+7t3+RBvabmPJixY0NP+ZbGbBbzpctC4T8GXFoz6cll3ZMOnXRyahHg5ZtOjPjzbVxO87Ymjbr2TeDCx9OvLjx48NdKV/OvHlz2Ko5Op8+HfrrjtSzL7eeFLv27Nyf/nr/Xn215ozkqYdnKj298/U9Pbp/b/42+vnM4WPViD9/fcz89aecfluN1x+BOsknoCsIGmUgfg3CtdGCDP4nWoACRqhghhbGhuGBHUY34YIaPjhficilqOKKLLbo4oqPxCjjjDTSGNl1rnXHUY088nijjr6dh1GPRMr4o3g5IrlRkUUeyV6Q9g3JZI9OxteZiBpNSeWVOEIJYEZa+sglkLoJeVGYNVa5X29ZojmjmgUm+WSbbsYIZ4JjKklnnXc6KKeVO9ZpZ55zsgmmoI/0KWGZUZ6JqKKQdoRoooQC6uWFhwoa6Z/7ZcpnpWsC56mbm17q4aholsrol1JqCmqcHaZi+eKstNZq66245qrrrrz26uuvwAYr7LDEJhQQACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXHlkTJltO7JzLcx6HueBDveFBP2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP2KA/qTDPebFPafGPWiG/WiG/WiG/WiG/WiG/WiG/WiG/WiG/WiG/SjHPSjHPSjHPSjHPSjHPSjHPSjHPSjHPSjHPSkHfSlHvOnIPKpIvKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvCsKO+sLOysMeitO+KvTNqxYdOzdc+1gsu3kMa5ocG8tL+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PsXLq3MmTZ8E7QIMKHTr0J9GjRHH2XNrTKNKnd5xCPaqUqdVYUqcWJagVadWrS7N2BSp27FewPrmO3TpwLduNaJmW7TpX69m4OetO1Qv1Ll6+TwF77Yi3qVq3ZA8j9htXMFXFbhmjdZwU8lrJYCm/bYc4KOarmoWG9ky48M7Ridt2jlradF7LZmHTbe0aNWvVnT9btc2btuneuBf7Lgxc4OrbcF2/Dh5Ztt2b0KNLn069uvXqk7Jr386du8fjHrv9ixf/fXX48eizl8/dMX369cI5ukcPv7n8+eQ7gm+Pv3v9y/z1t91/sd0noHYEzmbggZMk+NyCBzq4V4AMStgXhRHqZx6GAloYGIf9eTgYhB1qyB6JIZoY30YMIqiifSy22OCLAKKIn4iPXafjjjz26OOPPO7HXI3GbciRkEWemOSKGiHJmZFLwtgklE8qWSWTGTmpJZVZUrmllV1a+SWWGI0ppZNhMmkmkVOK6SWXZb7pJphxzqkmnBetWWCUbKZ5ppxk5gnon3QKaiehgVqkp4J87tnmnYf2WSeklErpJ5uLPgjkppx26umnoIYq6qiklmrqqaimquqqrC4UEAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=");
}
.search-no-results__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.search-no-results__content i {
    color: #485d6e;
    font-size: 5rem;
    font-weight: 700;
}
.search-no-results__text {
    font-size: 1.6rem;
    font-style: italic;
    margin: 0.8rem 0;
    text-align: center;
}
.search-no-results__text a {
    color: #727272;
    text-decoration: underline;
}
.search-no-results__text a:hover, .search-no-results__text a:focus {
    text-decoration: none;
}
/* stylelint-enable */
.hero {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
}
.hero__control-btn {
    position: absolute;
    top: 50%;
    height: 5rem;
    width: 5rem;
    transition: all 200ms ease-in-out 0ms;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 5rem;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 10;
}
@media screen and (max-width: 1279px) {
    .hero__control-btn {
        height: 3rem;
        width: 3rem;
        font-size: 3rem;
    }
}
.hero__control-btn:hover, .hero__control-btn:focus {
    transform: translateY(-50%) scale(1.25);
}
.hero__control-btn.-prev {
    left: 5rem;
    text-shadow: 0.25rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1279px) {
    .hero__control-btn.-prev {
        left: 1rem;
    }
}
.hero__control-btn.-next {
    right: 5rem;
    text-shadow: -0.25rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1279px) {
    .hero__control-btn.-next {
        right: 1rem;
    }
}
.hero__control-btn[disabled] {
    opacity: 0;
    visibility: hidden;
}
.hero .swiper-pagination {
    bottom: 2rem;
    left: auto;
    position: absolute;
    right: 9rem;
    align-items: center;
    display: inline-flex;
    list-style: none;
    margin: 0 -0.4rem;
    padding: 0;
    width: auto;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .hero .swiper-pagination {
        bottom: 1rem;
    }
}
.hero .swiper-pagination__bullet {
    display: block;
    padding: 0 0.4rem;
}
.hero .swiper-pagination__bullet.-is-active .swiper-pagination__bullet-btn {
    background-color: #3962a5;
    transform: scale(1.5);
}
.hero .swiper-pagination__bullet-btn {
    height: 0.8rem;
    width: 0.8rem;
    transition: all 250ms ease-in-out 0ms;
    background: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding: 0;
}
.hero__actions {
    bottom: 0;
    position: absolute;
    right: 0;
    border-left: 1px solid #fff;
    display: inline-flex;
    margin: 0 -0.3rem;
    min-width: 7.5rem;
    padding: 0.4rem 1.5rem 1.8rem;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .hero__actions {
        padding: 0.75rem 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .-has-video .hero__actions {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 26rem;
    }
}
.hero__action {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 0.9rem;
    padding: 0 0.3rem;
}
.hero__action.-is-active {
    color: #3962a5;
    display: inline-block;
}
.hero.-has-video .swiper-pagination__action {
    transition: all 250ms ease-in-out 0ms;
    opacity: 0;
}
.hero.-has-video .swiper-pagination__action:focus {
    opacity: 1;
}
.hero.-has-video:hover .swiper-pagination__action.-is-active {
    opacity: 1;
}
.hero-slider {
    height: auto;
}
.hero-slider.-static-height {
    height: 84rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-slider.-static-height {
        height: 63.4rem;
    }
}
@media screen and (max-width: 1279px) {
    .hero-slider.-static-height {
        height: 51rem;
    }
}
@media screen and (max-width: 767px) {
    .hero-slider.-static-height {
        height: 54.2rem;
    }
}
.hero-slider.-full-page {
    height: 100vh;
}
.hero-item {
    display: block;
    height: auto;
    position: relative;
}
.hero-item__image {
    display: block;
    height: 100%;
}
.hero-item__image img {
    height: 100%;
    width: 100%;
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
}
.hero-item__video {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .hero-item__video {
        height: 43rem;
    }
}
@media screen and (max-width: 767px) {
    .hero-item__video {
        height: 30rem;
    }
}
.hero-item__video video {
    bottom: auto;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    height: 100%;
    width: 100%;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-50%, -50%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero-item__video video {
        height: auto;
        width: 100vw;
    }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
    .hero-item__video video {
        height: auto;
        width: 100%;
    }
}
.hero-item__content {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
}
.hero-item__content::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 1px;
    height: 1px;
    margin: auto;
}
.hero-item__content.-hover::before {
    -webkit-animation: increaseBefore 300ms linear forwards 1;
            animation: increaseBefore 300ms linear forwards 1;
    background-color: rgba(57, 98, 165, 0.5);
}
@media screen and (max-width: 1279px) {
    .hero-item__content.-hover::before {
        -webkit-animation: none;
                animation: none;
        display: none;
    }
}
.hero-item__link {
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    width: 83.1%;
    margin-bottom: 8.1rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-item__link {
        width: 81%;
        margin-bottom: 11rem;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__link {
        margin-bottom: 5.5rem;
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .hero-item__link {
        width: 100%;
        margin-bottom: 10.5rem;
    }
}
.hero-item__link.-hover .hero-item__category::after {
    background-color: #4ebdc3;
    color: #3962a5;
    -webkit-animation: paddingLeft 300ms linear forwards 1;
            animation: paddingLeft 300ms linear forwards 1;
}
@media screen and (max-width: 1279px) {
    .hero-item__link.-hover .hero-item__category::after {
        -webkit-animation: none;
                animation: none;
        background-color: transparent;
        color: #fff;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__link {
        flex-direction: column;
        align-items: flex-end;
    }
}
.hero-item.swiper-slide-active .hero-item__link {
    -webkit-animation: toLeft 300ms linear forwards 1;
            animation: toLeft 300ms linear forwards 1;
}
@media screen and (max-width: 767px) {
    .hero-item.swiper-slide-active .hero-item__link {
        -webkit-animation: none;
                animation: none;
    }
}
.hero-item__link-content {
    max-width: 81.5rem;
    flex-shrink: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-item__link-content {
        max-width: none;
        flex-shrink: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__link-content {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
.hero-item__title {
    transition: background-color 0.3s;
    font-size: 7.5rem;
    font-weight: 900;
    color: #fff;
    background-color: #3962a5;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1.4rem;
    text-align: right;
    line-height: 8.9rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-item__title {
        font-size: 5.5rem;
        line-height: 1.2;
        padding: 0.5rem 2rem 0.6rem;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__title {
        font-size: 5rem;
        line-height: 5.5rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        padding-left: 1.7rem;
        padding-right: 1.7rem;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
}
@media screen and (max-width: 767px) {
    .hero-item__title {
        font-size: 2.6rem;
        line-height: 3.5rem;
        padding: 0 1rem;
    }
}
.hero-item__title.-hover {
    background-color: transparent;
}
@media screen and (max-width: 1279px) {
    .hero-item__title.-hover {
        background-color: #3962a5;
    }
}
.hero-item__teaser {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    line-height: 8.9rem;
    padding-right: 2rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-item__teaser {
        font-size: 5.5rem;
        line-height: 1.2;
        margin-top: -1rem;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__teaser {
        font-size: 5rem;
        line-height: 5.5rem;
        margin-top: -0.3rem;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
}
@media screen and (max-width: 767px) {
    .hero-item__teaser {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }
}
.hero-item__category {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #4c165d;
    padding-left: 3rem;
    text-transform: uppercase;
    position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-item__category {
        flex-shrink: 0;
        min-width: 42.3rem;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__category {
        order: -1;
        font-size: 1.6rem;
        padding-left: 0.8rem;
    }
}
@media screen and (max-width: 767px) {
    .hero-item__category {
        font-size: 1.3rem;
    }
}
.hero-item__category span {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: calc(100% - 9.5rem);
}
@media screen and (max-width: 1279px) {
    .hero-item__category span {
        width: calc(100% - 2.3rem);
        padding-top: 0;
        padding-bottom: 0;
    }
}
.hero-item__category::after {
    transition: all 250ms ease-in-out 0ms;
    height: 8.9rem;
    width: 8.9rem;
    font-family: "Font Awesome 5 Pro";
    content: '\f178';
    font-size: 1.8rem;
    color: #fff;
    line-height: 8.9rem;
    padding-left: 3.2rem;
    margin-left: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .hero-item__category::after {
        height: 7.7rem;
        width: 7.7rem;
        line-height: 7.7rem;
    }
}
@media screen and (max-width: 1279px) {
    .hero-item__category::after {
        height: 2.3rem;
        width: 2.3rem;
        line-height: 2.3rem;
        padding-left: 0;
        font-size: 1.2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .hero-item__category::after {
        margin-right: 0;
    }
}
@-webkit-keyframes toLeft {
    from {
        opacity: 0;
        transform: translateX(15px);
        visibility: hidden;
    }
    to {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}
@keyframes toLeft {
    from {
        opacity: 0;
        transform: translateX(15px);
        visibility: hidden;
    }
    to {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}
@-webkit-keyframes paddingLeft {
    100% {
        transform: translateX(0);
        padding-left: 3.2rem;
    }
    50% {
        transform: translateX(9px);
        padding-left: 0;
    }
    0% {
        transform: translateX(15px);
        padding-left: 1.2rem;
    }
}
@keyframes paddingLeft {
    100% {
        transform: translateX(0);
        padding-left: 3.2rem;
    }
    50% {
        transform: translateX(9px);
        padding-left: 0;
    }
    0% {
        transform: translateX(15px);
        padding-left: 1.2rem;
    }
}
@-webkit-keyframes increaseBefore {
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
        height: 50%;
    }
    0% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}
@keyframes increaseBefore {
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
        height: 50%;
    }
    0% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}
.news {
    margin: 7rem 0 6rem;
}
.news.-content {
    margin: 8rem 0 7rem;
}
@media screen and (max-width: 1279px) {
    .news.-content {
        margin: 5rem 0 4rem;
    }
}
.news.-content .container {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .news.-content .container {
        padding: 0 0.75rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-composite .news__wrapper {
        margin: 0 auto;
        max-width: 60rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-composite .news__wrapper {
        max-width: 32rem;
        padding: 0 0.5rem;
    }
}
.news .links-group .btn::before, .news .links-group .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .news .links-group .g-translate-dropdown__toggle::before {
    height: 3.2rem;
    width: 3.2rem;
    background: url("../images/icon-news.svg") no-repeat;
    background-size: contain;
    content: '';
    margin-right: 1rem;
}
.news.-home {
    margin-top: 6.7rem;
    margin-bottom: 13.3rem;
    margin-left: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home {
        margin-top: 10.2rem;
        margin-bottom: 9.4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 7.4rem;
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
        margin-top: 3.6rem;
        margin-bottom: 9.6rem;
    }
}
.news.-home .container.-lg {
    padding-left: 0;
    padding-right: 0;
    max-width: 106.4rem;
    margin-right: 0;
}
.news.-home .composite-link:hover .composite-link__image img,
.news.-home .composite-link:focus .composite-link__image img {
    opacity: 1;
}
.news.-home .title-block {
    display: flex;
    padding-left: 0;
    max-width: 48rem;
    margin-bottom: -7rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .title-block {
        max-width: none;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .title-block {
        max-width: 39rem;
        margin-bottom: -6.5rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .title-block {
        margin-bottom: 2.8rem;
    }
}
.news.-home .title-block::before {
    display: none;
}
.news.-home .title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 7rem;
    position: relative;
    padding-left: 5.5rem;
    line-height: 0.72;
}
@media screen and (max-width: 1279px) {
    .news.-home .title {
        font-size: 5.5rem;
        padding-left: 3.3rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .title {
        font-size: 3.5rem;
        line-height: 0.75;
        padding-left: 2.9rem;
    }
}
.news.-home .title::before {
    position: absolute;
    content: '';
    width: 16.7rem;
    height: 1rem;
    left: 0;
    top: 7.1rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .news.-home .title::before {
        width: 11.7rem;
        top: 5.6rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .title::before {
        width: 8.8rem;
        top: 3.3rem;
    }
}
.news.-home .title .title__subtext {
    font-size: 4rem;
    display: block;
    padding-left: 3.2rem;
}
@media screen and (max-width: 1279px) {
    .news.-home .title .title__subtext {
        font-size: 3.5rem;
        padding-left: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .title .title__subtext {
        font-size: 2.2rem;
        padding-left: 1.6rem;
    }
}
.news.-home .news-block {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 105rem;
    align-items: flex-start;
    position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block {
        max-height: 80rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block {
        justify-content: space-between;
        max-height: 95rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        max-height: none;
        width: 28.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.news.-home .news-block::after {
    position: absolute;
    content: '';
    width: 8.2rem;
    height: 61.8rem;
    max-height: calc(100% - 12rem);
    top: 12rem;
    left: 45rem;
    background-color: #efefef;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block::after {
        left: 35rem;
        width: 6rem;
        height: 52.8rem;
        top: 7rem;
        max-height: calc(100% - 7rem);
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block::after {
        left: 33rem;
        width: 6.7rem;
        height: 50.4rem;
        top: 10rem;
        max-height: calc(100% - 10rem);
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block::after {
        width: 100%;
        height: calc(100% - 15rem);
        left: 0;
        max-height: 100%;
    }
}
.news.-home .news-block .news-block__item {
    margin-left: 0;
    margin-right: 8rem;
    margin-bottom: 6.3rem;
    width: 45rem;
    flex-basis: auto;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item {
        width: 35rem;
        flex-basis: auto;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item {
        width: 33rem;
        flex-basis: auto;
        margin-bottom: 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item {
        width: 100%;
        flex-basis: auto;
        margin-bottom: 3rem;
    }
}
.news.-home .news-block .news-block__item:only-child {
    margin-top: 12rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:only-child {
        margin-top: 7rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:only-child {
        margin-top: 10rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:only-child {
        margin-top: 0;
    }
}
.news.-home .news-block .news-block__item:nth-child(1) {
    order: 3;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:nth-child(1) {
        margin-right: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:nth-child(1) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:nth-child(1) {
        order: unset;
    }
}
.news.-home .news-block .news-block__item:nth-child(2) {
    order: 1;
    margin-bottom: 9.7rem;
    margin-top: 12rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:nth-child(2) {
        margin-right: 6rem;
        margin-top: 7rem;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:nth-child(2) {
        margin: 10rem 6.7rem 4.5rem 0;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:nth-child(2) {
        order: unset;
        margin-bottom: 3.8rem;
        margin-right: 0;
        margin-top: 0;
    }
}
.news.-home .news-block .news-block__item:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 28.1rem;
    height: 27.1rem;
    top: 9.6rem;
    right: -3rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:nth-child(2)::after {
        width: 18.1rem;
        height: 20.2rem;
        top: 9rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:nth-child(2)::after {
        width: 20.1rem;
        height: 15.3rem;
        right: -2rem;
        top: 11.5rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:nth-child(2)::after {
        width: 11.4rem;
        height: 18.2rem;
        top: 3.9rem;
        right: -0.8rem;
    }
}
.news.-home .news-block .news-block__item:nth-child(3) {
    order: 4;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:nth-child(3) {
        margin-right: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:nth-child(3) {
        order: unset;
    }
}
.news.-home .news-block .news-block__item:nth-child(3)::after {
    position: absolute;
    content: '';
    width: 43.8rem;
    height: 36.8rem;
    top: -3rem;
    right: -3rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:nth-child(3)::after {
        width: 34.8rem;
        height: 29.3rem;
        right: -4rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:nth-child(3)::after {
        width: 31.9rem;
        height: 27rem;
        top: -2.2rem;
        right: -2rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:nth-child(3)::after {
        width: 27.8rem;
        height: 22.2rem;
        top: -0.8rem;
        right: -0.8rem;
    }
}
.news.-home .news-block .news-block__item:nth-child(4) {
    order: 2;
    margin-bottom: -11.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block .news-block__item:nth-child(4) {
        margin-right: 6rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block .news-block__item:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:nth-child(4) {
        order: unset;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block .news-block__item:last-child {
        margin-bottom: 2rem;
    }
}
.news.-home .news__wrapper {
    width: 106.4rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news__wrapper {
        width: 80rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news__wrapper {
        width: 100%;
    }
}
.news.-home .news-block__content {
    margin-top: -18rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .news-block__content {
        margin-top: -15rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block__content {
        width: 15rem;
        min-height: 15rem;
        padding: 1rem;
        margin-top: -9rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block__content {
        width: 23.4rem;
        min-height: 7.6rem;
        margin-top: -7.6rem;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block__content::before {
        right: 1rem;
        top: 1rem;
    }
}
.news.-home .news-block__category {
    margin-bottom: 1rem;
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block__category {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .news-block__category {
        font-size: 1.2rem;
    }
}
.news.-home .news-block__title {
    line-height: 1.2;
    margin-right: 2rem;
}
@media screen and (max-width: 1279px) {
    .news.-home .news-block__title {
        font-size: 1.4rem;
    }
}
.news.-home .links-group {
    justify-content: flex-end;
    overflow: hidden;
    background-image: url("../images/home/timeline.png");
    background-repeat: no-repeat;
    background-position: 45rem center;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .news.-home .links-group {
        background-position: 7rem center;
    }
}
@media screen and (max-width: 1279px) {
    .news.-home .links-group {
        margin-left: -2rem;
        margin-right: -2rem;
        background-image: url("../images/home/timeline-tablet.png");
        background-position: 35.5rem center;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .links-group {
        margin-top: 0;
        background-position: -2rem center;
    }
}
.news.-home .links-group .btn.-darken, .news.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .news.-home .links-group .-darken.g-translate-dropdown__toggle {
    font-size: 2.2rem;
    line-height: 1;
    margin-right: -3.8rem;
    padding: 1.9rem 8.8rem 1.9rem 6.6rem;
}
@media screen and (max-width: 1279px) {
    .news.-home .links-group .btn.-darken, .news.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .news.-home .links-group .-darken.g-translate-dropdown__toggle {
        font-size: 1.8rem;
        margin-right: -4.8rem;
        padding: 1.3rem 4.8rem 1.3rem 3.6rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .links-group .btn.-darken, .news.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .news.-home .links-group .-darken.g-translate-dropdown__toggle {
        font-size: 1.7rem;
        padding: 1.4rem 4rem 1.4rem 3rem;
        margin-right: -5.2rem;
    }
}
.news.-home .links-group .btn.-darken::before, .news.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle::before, .g-translate-dropdown .news.-home .links-group .-darken.g-translate-dropdown__toggle::before {
    width: 4.3rem;
    height: 4.3rem;
    margin-right: 1.2rem;
}
@media screen and (max-width: 1279px) {
    .news.-home .links-group .btn.-darken::before, .news.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle::before, .g-translate-dropdown .news.-home .links-group .-darken.g-translate-dropdown__toggle::before {
        width: 3.4rem;
        height: 3.4rem;
        margin-right: 0.8rem;
    }
}
@media screen and (max-width: 767px) {
    .news.-home .links-group .btn.-darken::before, .news.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle::before, .g-translate-dropdown .news.-home .links-group .-darken.g-translate-dropdown__toggle::before {
        width: 2.9rem;
        height: 2.9rem;
        margin-right: 1rem;
    }
}
.what-can-we-do {
    margin: 7rem 0;
}
.what-can-we-do > .container > .title-block {
    margin-bottom: 2.5rem;
}
.what-can-we-do.-gray {
    background-color: #292929;
    margin: 0;
    padding: 7rem 0 5rem;
}
.what-can-we-do__wrapper {
    display: flex;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 1279px) {
    .what-can-we-do__wrapper {
        display: block;
    }
    .what-can-we-do__wrapper > section {
        margin-bottom: 4rem;
    }
}
.what-can-we-do__wrapper > * + * {
    margin-left: 2rem;
}
@media screen and (max-width: 1279px) {
    .what-can-we-do__wrapper > * + * {
        margin-left: 0;
    }
}
.what-can-we-do .-section-1-3 {
    width: 33.33333%;
}
@media screen and (max-width: 1279px) {
    .what-can-we-do .-section-1-3 {
        width: 100%;
    }
}
.what-can-we-do .-section-2-3 {
    width: 66.66667%;
}
@media screen and (max-width: 1279px) {
    .what-can-we-do .-section-2-3 {
        width: 100%;
    }
}
.what-can-we-do .-frame {
    background-color: #fff;
    position: relative;
}
.what-can-we-do .-frame::before, .what-can-we-do .-frame::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.what-can-we-do .-frame::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .what-can-we-do .-frame::before {
        left: 7rem;
    }
}
.what-can-we-do .-frame::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .what-can-we-do .-frame::after {
        right: 7rem;
    }
}
.what-can-we-do .-frame .title-block {
    margin-bottom: 0;
    padding: 2rem 3rem;
}
.what-can-we-do .-frame .links-group {
    padding: 1rem;
}
.title {
    align-items: center;
    color: #4ebdc3;
    display: inline-flex;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4rem;
    margin: 0;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .title {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .title {
        font-size: 3rem;
        display: block;
    }
}
.title__svg {
    display: block;
    margin-right: 0.25em;
    max-height: 4.1rem;
}
@media screen and (max-width: 1279px) {
    .title__svg {
        max-height: 3.6rem;
    }
}
@media screen and (max-width: 767px) {
    .title__svg {
        max-height: 2.8rem;
        display: inline-block;
        vertical-align: top;
    }
}
.title__svg svg {
    height: 4.1rem;
    width: 4.1rem;
    fill: #4ebdc3;
}
@media screen and (max-width: 1279px) {
    .title__svg svg {
        height: 3.6rem;
        width: 3.6rem;
    }
}
@media screen and (max-width: 767px) {
    .title__svg svg {
        height: 2.8rem;
        width: 2.8rem;
    }
}
.title.-center {
    text-align: center;
}
.title.-inverted {
    color: #fff;
}
.title-block {
    display: block;
    margin-bottom: 2rem;
    padding-left: 3.7rem;
    position: relative;
}
.title-block::before {
    height: 1rem;
    width: 11.3rem;
    left: 0;
    position: absolute;
    top: 2.9rem;
    background: #3962a5;
    content: '';
}
@media screen and (max-width: 1279px) {
    .title-block::before {
        top: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .title-block::before {
        top: 1.9rem;
    }
}
.title-block.-center {
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .title-block.-center {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .title-block.-column {
        align-items: flex-start;
        flex-direction: column;
    }
}
.title-block.-line {
    display: inline-block;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .title-block.-line {
        padding-left: 3.7rem;
    }
}
.title-block.-line::before {
    height: 1rem;
    width: 24rem;
    left: -5.5rem;
    position: absolute;
    top: 4.8rem;
    background: #3962a5;
    content: '';
}
@media screen and (max-width: 1279px) {
    .title-block.-line::before {
        top: 3.8rem;
    }
}
@media screen and (max-width: 767px) {
    .title-block.-line::before {
        left: 0;
        top: 1.9rem;
    }
}
.title[data-fa-icon]::before {
    color: #4ebdc3;
    font-family: "icons";
    font-size: 3rem;
    font-weight: 400;
    vertical-align: bottom;
}
.title.-primary {
    font-size: 6rem;
}
@media screen and (max-width: 1279px) {
    .title.-primary {
        font-size: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .title.-primary {
        font-size: 3rem;
        line-height: 1.15;
        margin: 0;
    }
}
.title.-primary[data-fa-icon]::before {
    color: #4ebdc3;
    font-size: 4.5rem;
    vertical-align: bottom;
}
@media screen and (max-width: 1279px) {
    .title.-primary[data-fa-icon]::before {
        font-size: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .title.-primary[data-fa-icon]::before {
        font-size: 3rem;
    }
}
.title.-secondary {
    font-size: 2rem;
}
.title.-secondary .title__svg svg {
    fill: #79348f;
}
.title.-secondary[data-fa-icon]::before {
    color: #79348f;
    font-size: 3rem;
    vertical-align: middle;
}
.title.-main {
    font-size: 5.5rem;
}
@media screen and (max-width: 1279px) {
    .title.-main {
        font-size: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .title.-main {
        font-size: 3.5rem;
    }
}
.title.-main::before {
    top: auto;
}
.title.-lg {
    font-size: 3.5rem;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .title.-lg {
        font-size: 2.5rem;
    }
}
/**
 * @section Link round to list view
 * @page Links
 *
 * @example
 * <div class="links-group">
 *      <a href="#" class="link -round -primary" data-fa-icon="&#xf09e;">Flux rss des publications</a>
 *      <a href="#" class="link -round -secondary" data-fa-icon="&#xf067;">Toutes les publications</a>
 * </div>
 *
 * <div class="links-group -right">
 *      <a href="#" class="link -round -secondary" data-fa-icon="&#xf067;">Toutes les publications</a>
 * </div>
 *
 * <div class="links-group -center">
 *      <a href="#" class="link -round -primary" data-fa-icon="&#xf09e;">Flux rss des publications</a>
 * </div>
 *
 */
/**
 * @section Link rectangle to list view
 * @page Links
 *
 * @example
 *
 * <div class="links-group -rect">
 *      <a href="#" class="link -rect -primary -line -no-text-mobile" data-fa-icon="&#xf09e;">s’abonner</a>
 *      <a href="#" class="link -rect -secondary -no-text-mobile" data-fa-icon="&#xF055;">Toutes les publications</a>
 * </div>
 *
 * <div class="links-group -rect">
 *      <a href="#" class="link -rect -secondary -no-text-mobile" data-fa-icon="&#xF055;">Toutes les publications</a>

 * </div>
 *
 * <div class="links-group -rect">
 *      <a href="#" class="link -rect -primary -line -no-text-mobile" data-fa-icon="&#xf09e;">s’abonner</a>
 *      <a href="#" class="link -rect -secondary -line -no-text-mobile" data-fa-icon="&#xF055;">Toutes les publications</a>
 *      <a href="#" class="link -round -secondary -line -no-text-mobile" data-fa-icon="&#xf067;">Toutes les publications</a>
 * </div>
 *
 */
.links-group {
    padding: 0.5rem 0;
}
.links-group.-right {
    justify-content: flex-end;
}
.links-group.-left {
    justify-content: flex-start;
}
.links-group.-rect {
    align-items: center;
    border: 1px solid #c5c5c5;
    font-size: 1.4rem;
    justify-content: center;
    margin-top: 2rem;
    padding: 0.5rem 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .links-group.-rect {
        border: 0;
        flex-direction: column;
    }
}
.links-group.-noborder {
    border: 0;
    justify-content: flex-end;
}
.links-group.-fill {
    text-align: center;
}
.links-group.-fill .btn, .links-group.-fill .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .links-group.-fill .g-translate-dropdown__toggle {
    margin: 0;
    width: 100%;
}
.links-group .btn, .links-group .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .links-group .g-translate-dropdown__toggle {
    margin: 0.5rem;
}
.sidebar .links-group .btn, .sidebar .links-group .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .sidebar .links-group .g-translate-dropdown__toggle {
    font-size: 1.3rem;
    margin: 0.5rem 0;
}
@media screen and (max-width: 1279px) {
    .sidebar .links-group .btn, .sidebar .links-group .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .sidebar .links-group .g-translate-dropdown__toggle {
        margin: 0.5rem;
    }
}
.link.-round {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    transition: all 400ms ease 0ms;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    display: block;
    margin: 0 0.25rem;
    overflow: hidden;
    position: relative;
}
.link.-round::before {
    bottom: auto;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transition: all 400ms ease 0ms;
    text-indent: 0;
    transform: translate(-45%, -55%);
}
.link.-round.-primary {
    background-color: #efefef;
}
.link.-round.-primary::before {
    color: #3962a5;
    font-size: 1.4rem;
    font-weight: 700;
}
.link.-round.-primary:hover, .link.-round.-primary:focus {
    background-color: #4ebdc3;
}
.link.-round.-primary:hover::before, .link.-round.-primary:focus::before {
    color: #efefef;
}
.link.-round.-secondary {
    background-color: #4ebdc3;
}
.link.-round.-secondary::before {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
.link.-round.-secondary:hover, .link.-round.-secondary:focus {
    background-color: #efefef;
}
.link.-round.-secondary:hover::before, .link.-round.-secondary:focus::before {
    color: #4ebdc3;
}
.link.-round.-line {
    border-right: 0;
    margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
    .link.-round.-line {
        border: 0;
        margin: 0.5rem;
    }
}
.link.-rect {
    color: #000;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .link.-rect {
        padding-left: 0;
    }
}
.link.-rect.-inverted {
    color: #fff;
}
.link.-rect::before {
    transition: all 400ms ease 0ms;
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 0.5rem;
}
.link.-rect.-primary::before {
    color: #4ebdc3;
}
.link.-rect.-primary:hover::before, .link.-rect.-primary:focus::before {
    color: #79348f;
}
.link.-rect.-secondary::before {
    color: #79348f;
}
.link.-rect.-secondary:hover::before, .link.-rect.-secondary:focus::before {
    color: #4ebdc3;
}
@media screen and (max-width: 767px) {
    .link.-rect.-no-text-mobile {
        overflow: hidden;
        text-indent: -9999px;
        white-space: nowrap;
        height: 3.2rem;
        width: 3.2rem;
        background-color: #4ebdc3;
        border: 0;
        border-radius: 50%;
        margin: 0.5rem;
        padding: 0;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .link.-rect.-no-text-mobile::before {
        left: 50%;
        position: absolute;
        top: 50%;
        color: #fff;
        text-indent: 0;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 767px) {
    .link.-rect.-no-text-mobile:hover, .link.-rect.-no-text-mobile:focus {
        background-color: #fff;
    }
    .link.-rect.-no-text-mobile:hover::before, .link.-rect.-no-text-mobile:focus::before {
        color: #4ebdc3;
    }
}
.link.-line {
    border-right: 1px solid #c5c5c5;
}
.composite-link {
    display: block;
    overflow: hidden;
}
.composite-link__wrap {
    position: relative;
}
.composite-link__wrap.-has-overlay::before {
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
}
.composite-link__wrap.-has-overlay::after {
    content: "\f06e";
}
.composite-link__wrap.-has-overlay::after {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 3rem;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.albums-block .composite-link__wrap.-has-overlay::after {
    content: "\f00e";
}
.albums-block .composite-link__wrap.-has-overlay::after {
    font-weight: 300;
    z-index: 13;
}
.composite-link__image {
    overflow: hidden;
    perspective: 1rem;
}
.composite-link__image img {
    transition: all 250ms ease-in-out 0ms;
    transition-duration: 0.4s;
}
.composite-link:hover .composite-link__wrap.-has-overlay::before, .composite-link:focus .composite-link__wrap.-has-overlay::before {
    height: 100%;
    width: 100%;
    opacity: 1;
}
.composite-link:hover .composite-link__wrap.-has-overlay::after, .composite-link:focus .composite-link__wrap.-has-overlay::after {
    opacity: 1;
}
.composite-link:hover .composite-link__image img, .composite-link:focus .composite-link__image img {
    opacity: 0.9;
    transform: translateZ(0.1rem);
}
.composite-link:hover .composite-link__title, .composite-link:focus .composite-link__title {
    text-decoration: underline;
}
.rte a.link-external[href^='http']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.rte a.link-external[href^='https']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.rte a.link-external[href^='//']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='http']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='https']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='//']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after {
    content: "\f08e";
}
.rte a.link-external[href^='http']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.rte a.link-external[href^='https']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.rte a.link-external[href^='//']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='http']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='https']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after,
.list-document__item.-read a.link-external[href^='//']:not([href*='stratis.fr']):not([data-fancybox]):not(.no-external)::after {
    font-size: 0.8em;
    margin-left: 0.5rem;
    font-weight: 400;
}
.link-context__context {
    position: relative;
}
.link-context__context .list-document {
    position: relative;
    z-index: 31;
}
.link-context__link::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
}
/**
 * Use this component for pagers
 *
 * You can find markup and macro in `components/pagers/pagers.njk`
 *
 * Use macro: `{{ pagerContainer(number = true, return = false, single = false) }}` or `{{ pagerAlphabet() }}` or `{{ pagerInfinite() }}`
 *
 * @section Pager
 * @page Pagers
 *
 * @example
 * <nav class="pager">
 *      <ul class="pager__listitems">
 *          <li class="pager__item -prev"><span>Retour</span></li>
 *          <li class="pager__item"><span>1</span></li>
 *          <li class="pager__item"><a href="#">2</a></li>
 *          <li class="pager__item"><a href="#">3</a></li>
 *          <li class="pager__item"><a href="#">4</a></li>
 *          <li class="pager__item"><a href="#">5</a></li>
 *          <li class="pager__item -next"><a href="#">Suivant</a></li>
 *      </ul>
 * </nav>
 *
 * <nav class="pager">
 *      <ul class="pager__listitems">
 *          <li class="pager__item -prev"><a href="#">Retour</a></li>
 *          <li class="pager__item"><a href="#">1</a></li>
 *          <li class="pager__item"><a href="#">2</a></li>
 *          <li class="pager__item"><span>3</span></li>
 *          <li class="pager__item"><a href="#">4</a></li>
 *          <li class="pager__item"><a href="#">5</a></li>
 *          <li class="pager__item -next"><span>Suivant</span></li>
 *      </ul>
 * </nav>
 */
/**
 *
 * @section Pager alphabet
 * @page Pagers
 *
 * @example
 * <div class="pager-alphabet">
 *      <nav>
 *          <p class="pager-alphabet__title">Trier le glossaire :</p>
 *          <ul class="pager-alphabet__listitems">
 *              <li class="pager-alphabet__item"><a href="#">A</a></li>
 *              <li class="pager-alphabet__item"><a href="#">B</a></li>
 *              <li class="pager-alphabet__item -is-current"><a href="#" aria-current="true">C</a></li>
 *              <li class="pager-alphabet__item"><a href="#">D</a></li>
 *              <li class="pager-alphabet__item"><a href="#">E</a></li>
 *              <li class="pager-alphabet__item"><span>F</span></li>
 *              <li class="pager-alphabet__item"><a href="#">G</a></li>
 *              <li class="pager-alphabet__item"><a href="#">H</a></li>
 *              <li class="pager-alphabet__item"><a href="#">I</a></li>
 *              <li class="pager-alphabet__item"><a href="#">J</a></li>
 *              <li class="pager-alphabet__item"><a href="#">K</a></li>
 *              <li class="pager-alphabet__item"><span>L</span></li>
 *              <li class="pager-alphabet__item"><a href="#">M</a></li>
 *              <li class="pager-alphabet__item"><a href="#">N</a></li>
 *              <li class="pager-alphabet__item"><a href="#">O</a></li>
 *              <li class="pager-alphabet__item"><a href="#">P</a></li>
 *              <li class="pager-alphabet__item"><a href="#">Q</a></li>
 *              <li class="pager-alphabet__item"><a href="#">R</a></li>
 *              <li class="pager-alphabet__item"><a href="#">S</a></li>
 *              <li class="pager-alphabet__item"><a href="#">T</a></li>
 *              <li class="pager-alphabet__item"><a href="#">U</a></li>
 *              <li class="pager-alphabet__item"><a href="#">V</a></li>
 *              <li class="pager-alphabet__item"><a href="#">W</a></li>
 *              <li class="pager-alphabet__item"><a href="#">X</a></li>
 *              <li class="pager-alphabet__item"><a href="#">Y</a></li>
 *              <li class="pager-alphabet__item"><a href="#">Z</a></li>
 *              <li class="pager-alphabet__item -number"><a href="#">0-9</a></li>
 *              <li class="pager-alphabet__item -tous"><a href="#">Tous</a></li>
 *          </ul>
 *      </nav>
 * </div>
 *
 */
/**
 *
 * @section Pager infinite
 * @page Pagers
 *
 * @example
 * <nav class="pager-infinite">
 *      <button type="button" class="pager-infinite__button">Afficher plus de résultats</button>
 * </nav>
*/
/**
 *
 * @section Pager with return
 * @page Pagers
 *
 * @example
 * <nav class="pager">
 *      <ul class="pager__listitems">
 *          <li class="pager__item -prev"><span>Retour</span></li>
 *          <li class="pager__item -return"><a href="#">Retour à la liste</a></li>
 *          <li class="pager__item -next"><a href="#">Suivant</a></li>
 *      </ul>
 * </nav>
 *
 * <nav class="pager">
 *      <ul class="pager__listitems">
 *          <li class="pager__item -prev"><a href="#">Retour</a></li>
 *          <li class="pager__item -return"><a href="#">Retour à la liste</a></li>
 *          <li class="pager__item -next"><span>Suivant</span></li>
 *      </ul>
 * </nav>
 *
*/
/**
 *
 * @section Pager single
 * @page Pagers
 *
 * @example
 * <nav class="pager -single">
 *      <ul class="pager__listitems">
 *          <li class="pager__item -prev">
 *              <span>Actualités précédente</span>
 *              <span class="pager__description">Lorem ipsum dolor sit amet consectur elis passam filis poder</span>
 *          </li>
 *          <li class="pager__item -return"><a href="#">Retour à la liste</a></li>
 *          <li class="pager__item -next">
 *              <span class="pager__description">Conseccur elis passam filis poder proin gravita lorem ipsum dolor sit poder machina amet</span>
 *              <a href="#" class="pager__link -right">Actualité Suivante</a>
 *          </li>
 *      </ul>
 * </nav>
 *
 * <nav class="pager -single">
 *      <ul class="pager__listitems">
 *          <li class="pager__item -prev">
 *              <a href="#" class="pager__link -left">Actualités précédente</a>
 *              <span class="pager__description">Lorem ipsum dolor sit amet consectur elis passam filis poder</span>
 *          </li>
 *          <li class="pager__item -return"><a href="#">Retour à la liste</a></li>
 *          <li class="pager__item -next">
 *              <span class="pager__description">Conseccur elis passam filis poder proin gravita lorem ipsum dolor sit poder machina amet</span>
 *              <span>Actualité Suivante</span>
 *          </li>
 *      </ul>
 * </nav>
 *
*/
.pager-alphabet {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 1279px) {
    .pager-alphabet {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .pager-alphabet {
        margin-bottom: 3rem;
    }
}
.pager-alphabet__title {
    color: #fff;
    display: inline-block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 2.7rem;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .pager-alphabet__title {
        margin-top: 1rem;
    }
}
.pager-alphabet__title::before {
    height: 0.5rem;
    width: 5.8rem;
    position: absolute;
    right: -3rem;
    top: 1.4rem;
    background: #3962a5;
    content: '';
}
.pager-alphabet__title span {
    position: relative;
    z-index: 1;
}
.pager-alphabet__listitems {
    list-style: none;
    margin: 0 -0.5rem;
    padding-left: 0;
}
.pager-alphabet__item {
    float: left;
    margin: 0.25rem;
    text-align: center;
}
.pager-alphabet__item a,
.pager-alphabet__item span {
    background-color: transparent;
    border: 1px solid #c5c5c5;
    border-radius: 2rem;
    color: #fff;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4rem;
    line-height: 3.8rem;
    text-transform: uppercase;
    width: 4rem;
}
@media screen and (max-width: 767px) {
    .pager-alphabet__item a,
    .pager-alphabet__item span {
        height: 3rem;
        width: 3rem;
        line-height: 2.8rem;
    }
}
.pager-alphabet__item a {
    text-decoration: none;
    transition: all 300ms ease 0ms;
}
.pager-alphabet__item a:hover, .pager-alphabet__item a:focus {
    background-color: #79348f;
    border-color: #79348f;
}
.pager-alphabet__item span {
    color: #c5c5c5;
}
.pager-alphabet__item.-is-current a {
    background-color: #3962a5;
    border-color: #3962a5;
    color: #000;
}
.pager-alphabet__item.-tous a {
    width: 6.7rem;
}
.pager-alphabet__item.-number a {
    width: 6rem;
}
.pager {
    width: 100%;
}
.pager__listitems {
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 0;
    font-weight: 300;
    list-style: none;
    margin: 3rem 0 5rem;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
}
.pager__listitems.-is-hidden {
    display: none;
}
.pager__item {
    display: inline-block;
    font-size: 1.4rem;
}
.pager__item.-dots p {
    color: #000;
    display: block;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
    .pager__item.-dots p {
        padding: 0.5rem 0.6rem;
    }
}
.pager__item:not(.-return) a,
.pager__item:not(.-return) span:not(.pager__description) {
    height: 4rem;
    width: 4rem;
    background-color: transparent;
    border: 0.1rem solid #c5c5c5;
    border-radius: 50%;
    box-sizing: border-box;
    color: #4c165d;
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0 0.2rem;
    padding: 0.85rem 0.5rem;
}
@media screen and (max-width: 767px) {
    .pager__item:not(.-return) a,
    .pager__item:not(.-return) span:not(.pager__description) {
        margin: 0;
        padding: 0.75rem 1.1rem;
    }
}
.-reverse-color .pager__item a {
    color: #fff;
}
.pager__item:not(.-return) a {
    text-decoration: none;
    transition: all 300ms ease 0ms;
}
.pager__item:not(.-return) a:hover, .pager__item:not(.-return) a:focus {
    background-color: #4c165d;
    border-color: #4c165d;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .pager__item:not(.-return) a {
        display: none;
    }
}
.pager__item:not(.-return) span:not(.pager__description) {
    background-color: #4c165d;
    border-color: #4c165d;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .pager__item.-start a, .pager__item.-end a {
        display: inline-block;
    }
}
.pager__item.-prev a:hover, .pager__item.-prev a:focus, .pager__item.-next a:hover, .pager__item.-next a:focus {
    background-color: #4c165d;
    color: #fff;
}
.pager__item.-prev a,
.pager__item.-prev span:not(.pager__description), .pager__item.-next a,
.pager__item.-next span:not(.pager__description) {
    background-color: transparent;
    color: #4c165d;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
}
.pager__item.-prev a::before, .pager__item.-prev a::after,
.pager__item.-prev span:not(.pager__description)::before,
.pager__item.-prev span:not(.pager__description)::after, .pager__item.-next a::before, .pager__item.-next a::after,
.pager__item.-next span:not(.pager__description)::before,
.pager__item.-next span:not(.pager__description)::after {
    display: block;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1279px) {
    .pager__item.-prev a,
    .pager__item.-prev span:not(.pager__description), .pager__item.-next a,
    .pager__item.-next span:not(.pager__description) {
        padding: 1.1rem 1.9rem;
        position: relative;
        text-indent: -9999px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px) {
    .pager__item.-prev a,
    .pager__item.-prev span:not(.pager__description), .pager__item.-next a,
    .pager__item.-next span:not(.pager__description) {
        display: inline-block;
        padding: 0.75rem 1.4rem;
    }
}
.pager__item.-prev a::before, .pager__item.-prev a::after,
.pager__item.-prev span:not(.pager__description)::before,
.pager__item.-prev span:not(.pager__description)::after, .pager__item.-next a::before, .pager__item.-next a::after,
.pager__item.-next span:not(.pager__description)::before,
.pager__item.-next span:not(.pager__description)::after {
    color: #4c165d;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 1279px) {
    .pager__item.-prev a::before, .pager__item.-prev a::after,
    .pager__item.-prev span:not(.pager__description)::before,
    .pager__item.-prev span:not(.pager__description)::after, .pager__item.-next a::before, .pager__item.-next a::after,
    .pager__item.-next span:not(.pager__description)::before,
    .pager__item.-next span:not(.pager__description)::after {
        display: block;
        left: 50%;
        line-height: 0;
        position: absolute;
        text-indent: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.pager__item.-prev span:not(.pager__description), .pager__item.-next span:not(.pager__description) {
    border-color: #c5c5c5;
    color: #c5c5c5;
    font-weight: 300;
}
.pager__item.-prev span:not(.pager__description)::before, .pager__item.-prev span:not(.pager__description)::after, .pager__item.-next span:not(.pager__description)::before, .pager__item.-next span:not(.pager__description)::after {
    color: #c5c5c5;
}
.pager__item.-prev {
    float: left;
}
.pager__item.-prev a::before,
.pager__item.-prev span:not(.pager__description)::before {
    content: "\F053";
}
.pager__item.-prev a::before,
.pager__item.-prev span:not(.pager__description)::before {
    transition: all 300ms ease 0ms;
    font-weight: 700;
    margin-right: 0.1rem;
}
@media screen and (max-width: 1279px) {
    .pager__item.-prev a::before,
    .pager__item.-prev span:not(.pager__description)::before {
        margin: 0;
    }
}
.pager__item.-prev a:hover::before, .pager__item.-prev a:focus::before {
    color: #fff;
}
.pager__item.-next {
    float: right;
}
.pager__item.-next a::after,
.pager__item.-next span:not(.pager__description)::after {
    content: "\F054";
}
.pager__item.-next a::after,
.pager__item.-next span:not(.pager__description)::after {
    transition: all 300ms ease 0ms;
    font-weight: 700;
    margin-left: 0.1rem;
}
@media screen and (max-width: 1279px) {
    .pager__item.-next a::after,
    .pager__item.-next span:not(.pager__description)::after {
        margin: 0;
    }
}
.pager__item.-next a:hover::after, .pager__item.-next a:focus::after {
    color: #fff;
}
.pager__description {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    text-transform: none;
}
.pager.-single {
    margin-bottom: 13rem;
}
.pager.-single .pager__listitems {
    margin-bottom: 7rem;
    position: relative;
}
.pager.-single .pager__item.-prev, .pager.-single .pager__item.-next {
    align-items: flex-start;
    display: flex;
    position: relative;
    width: 49.7%;
}
.pager.-single .pager__item.-prev a,
.pager.-single .pager__item.-prev span:not(.pager__description), .pager.-single .pager__item.-next a,
.pager.-single .pager__item.-next span:not(.pager__description) {
    flex-shrink: 0;
}
.pager.-single .pager__item.-prev {
    justify-content: flex-start;
}
.pager.-single .pager__item.-prev .pager__description {
    margin: auto 0 auto 1.5rem;
    text-align: left;
}
.pager.-single .pager__item.-next {
    justify-content: flex-end;
}
.pager.-single .pager__item.-next .pager__description {
    margin: auto 1.5rem auto 0;
    text-align: right;
}
.pager.-single .pager__item.-return {
    left: 50%;
    position: absolute;
    top: 140%;
    transform: translateX(-50%);
}
.pager__link.-left::after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    speak: none;
    top: 0;
    z-index: 10;
}
.pager__link.-right::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    speak: none;
    top: 0;
    z-index: 10;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg) translateY(-50%);
    }
    100% {
        transform: rotate(-360deg) translateY(-50%);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg) translateY(-50%);
    }
    100% {
        transform: rotate(-360deg) translateY(-50%);
    }
}
.pager-infinite {
    margin: 2rem 0;
    text-align: center;
}
.pager-infinite.-is-hidden {
    display: none;
}
.pager-infinite__button {
    transition: all 300ms ease 0ms;
    background-color: transparent;
    border: 0;
    color: #010101;
    cursor: pointer;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1.2rem 0.5rem;
    text-transform: uppercase;
}
.pager-infinite__button::before {
    content: "\f2f9";
}
.pager-infinite__button::before {
    color: #4ebdc3;
    font-size: 1.4rem;
    margin-right: 0.5rem;
}
.pager-infinite__button:hover, .pager-infinite__button:focus {
    color: #4ebdc3;
}
.pager-infinite__loading::before {
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
    transform-origin: top;
}
/**
 * You can find markup and macro in `components/headings/headings.njk`
 *
 * Use macro: `{{ heading() }}`
 *
 * @section Heading macro
 * @page Heading
 */
/**
 * @section Heading News List
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <div class="heading__content">
 *              <h1 class="heading__title">Actualités</h1>
 *              <div class="links-group">
 *                  <a href="#" class="link -round -primary" data-fa-icon="&#xf09e;">Flux rss des publications</a>
 *              </div>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading News Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <figure class="heading__figure">
 *              <picture>
 *                  <source srcset="http://satyr.io/320x214" media="(max-width: 768px)">
 *                  <img src="http://satyr.io/290x194" alt>
 *              </picture>
 *          </figure>
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">H1 Titre de l’actualité</h1>
 *              <p class="heading__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 *              <p class="heading__publication">
 *                  <span>Publié le </span
 *                  <time datetime="2018-11-26">26 novembre 2018</time>
 *              </p>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Agenda List
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <div class="heading__content">
 *              <h1 class="heading__title">Agenda</h1>
 *              <div class="links-group -rect -noborder">
 *                  <a href="#" class="link -rect -primary -line" data-fa-icon="&#xF041;">Vue cartographique</a>
 *                  <a href="#" class="link -rect -primary -line" data-fa-icon="&#xF271;">Proposer un événement</a>
 *                  <a href="#" class="link -round -primary -line" data-fa-icon="&#xf09e;">Flux rss des publications</a>
 *              </div>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Agenda Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <figure class="heading__figure" role="group">
 *              <picture>
 *                  <img src="http://satyr.io/290x194" alt>
 *              </picture>
 *              <div class="date">
 *                   <p class="date__wrap">
 *                       <span class="ghost">Du</span>
 *                       <time class="date__time" datetime="2018-01-18">
 *                           <span class="date__item -day">18</span>
 *                           <span class="date__item -month">Jan.</span>
 *                       </time>
 *                       <span class="ghost">au</span>
 *                       <time class="date__time -has-icon" datetime="2018-01-19">
 *                           <span class="date__item -day">19</span>
 *                           <span class="date__item -month">Jan.</span>
 *                       </time>
 *                   </p>
 *              </div>
 *              <div class="time-place">
 *                   <p class="time-place__item -time">
 *                       <time datetime="20:30">20h30</time>
 *                       <span>à</span>
 *                       <time datetime="22:30">22h30</time>
 *                   </p>
 *                   <p class="time-place__item -place">Théâtre aIpsum - Ville</p>
 *              </div>
 *          </figure>
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">H1 Titre de l’actualité</h1>
 *              <p class="heading__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 *              <a href="#" class="btn heading__btn" data-fa-icon="&#xF271;">Ajouter au calendrier</a>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Publications Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <figure class="heading__figure">
 *              <picture>
 *                  <img src="http://satyr.io/220" alt>
 *              </picture>
 *          </figure>
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">H1 Titre de l’actualité</h1>
 *              <p class="heading__publication">
 *                  <span class="heading__number">7 documents</span>
 *                  <span>Publié le </span>
 *                  <time datetime="2018-11-26">26 novembre 2018</time>
 *              </p>
 *              <p class="heading__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading News Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <figure class="heading__figure">
 *              <picture>
 *                  <img src="http://satyr.io/290x194" alt>
 *              </picture>
 *          </figure>
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">H1 Titre de l’actualité</h1>
 *              <p class="heading__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 *              <p class="heading__publication">
 *                  <span>Publié le </span>
 *                  <time datetime="2018-11-26">26 novembre 2018</time>
 *              </p>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Page Menu
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">Dans cette rubrique</h1>
 *              <p class="heading__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Directory List
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <div class="heading__content">
 *              <h1 class="heading__title">Annuaire</h1>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Directory Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <figure class="heading__figure">
 *              <picture>
 *                  <img src="http://satyr.io//280x187" alt>
 *              </picture>
 *          </figure>
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">H1 Titre de l’actualité</h1>
 *              <div class="infos">
 *                   <div class="infos__wrap">
 *                       <div class="infos__items">
 *                           <p class="infos__item -address">
 *                               <span class="ghost">Adresse : </span>
 *                               13 Lorem ipsum dolor sit<br>amert 25697 loreum ipsuli
 *                           </p>
 *                           <p class="infos__item -website -underline">
 *                               <a href="#">Site internet</a>
 *                           </p>
 *                       </div>
 *                       <div class="infos__items -has-border">
 *                           <p class="infos__item -phone">
 *                               <span class="ghost">Tél : </span>
 *                               <a href="tel:0494000000">04 94 00 00 00</a>
 *                           </p>
 *                           <p class="infos__item -fax">
 *                               <span class="ghost">Fax : </span>
 *                               <a href="tel:0494000000">04 94 00 00 00</a>
 *                           </p>
 *                           <p class="infos__item -email -underline">
 *                               <a href="mailto:name@domain.com">Courriel</a>
 *                           </p>
 *                       </div>
 *                   </div>
 *                   <p class="infos__item -info">
 *                       <span class="ghost">Informations : </span>
 *                       Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid error minus numquam officia saepe vitae.
 *                   </p>
 *                   <p class="infos__item -hours">
 *                       <span class="ghost">Horaires : </span>
 *                       Lundi : 15h-18h / Mardi : 9h30-12h30 / Jeudi : 9h30-12h30 / 14h30-18h30
 *                   </p>
 *              </div>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Job offers Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <div class="heading__content">
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">Intitulé du poste lorem ipsum dolor sit amet consectur</h1>
 *              <p class="heading__publication -large">
 *                  <span>Publié le </span>
 *                  <time datetime="2018-11-26">26 novembre 2018</time>
 *              </p>
 *              <p class="heading__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 *              <p class="heading__publication -small">
 *                  <span>Publié le </span>
 *                  <time datetime="2018-11-26">26 novembre 2018</time>
 *              </p>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Glossary
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <div class="heading__content">
 *              <h1 class="heading__title">Glossaire</h1>
 *              <div class="pager-alphabet">
 *                   <nav>
 *                       <p class="pager-alphabet__title">Trier le glossaire :</p>
 *                       <ul class="pager-alphabet__listitems">
 *                           <li class="pager-alphabet__item"><a href="#">A</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">B</a></li>
 *                           <li class="pager-alphabet__item -is-current"><a href="#" title="C (page en cours)">C</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">D</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">E</a></li>
 *                           <li class="pager-alphabet__item"><span>F</span></li>
 *                           <li class="pager-alphabet__item"><a href="#">G</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">H</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">I</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">J</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">K</a></li>
 *                           <li class="pager-alphabet__item"><span>L</span></li>
 *                           <li class="pager-alphabet__item"><a href="#">M</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">N</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">O</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">P</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">Q</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">R</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">S</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">T</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">U</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">V</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">W</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">X</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">Y</a></li>
 *                           <li class="pager-alphabet__item"><a href="#">Z</a></li>
 *                           <li class="pager-alphabet__item -number"><a href="#">0-9</a></li>
 *                           <li class="pager-alphabet__item -tous"><a href="#">Tous</a></li>
 *                       </ul>
 *                   </nav>
 *              </div>
 *          </div>
 *      </div>
 * </header>
 *
 */
/**
 * @section Heading Public Market Single
 * @page Heading
 *
 * @example
 * <header class="heading">
 *      <div class="container heading__wrapper">
 *          <figure class="heading__figure">
 *              <picture>
 *                  <img src="http://satyr.io/220" alt>
 *              </picture>
 *          </figure>
 *          <div class="heading__content">
 *              <p class="status -new">NOUVEAUX MARCHÉS</p>
 *              <p class="status -in-progress">en cours d’attribution</p>
 *              <p class="status -assign">attribué</p>
 *              <p class="heading__category">Thème 1, Thème2, Thème 3</p>
 *              <h1 class="heading__title">Intitulé du poste lorem ipsum dolor sit amet consectur</h1>
 *              <p class="deadline">
 *                  DATE LIMITE DE RÉPONSE:
 *                  <time datetime="2016-10-31 12:00" class="deadline__time">31 septembre 2016 à 12h00</time>
 *              </p>
 *              <p class="heading__publication">
 *                  <span class="heading__number">7 documents</span>
 *                  <span>Publié le </span
 *                  <time datetime="2018-11-26">26 novembre 2018</time>
 *              </p>
 *          </div>
 *      </div>
 * </header>
 *
 */
.heading {
    background-color: #485d6e;
    margin-bottom: 10rem;
    margin-left: auto;
    max-width: 111rem;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .heading {
        margin-bottom: 0;
    }
}
.heading.-center {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .heading.-center {
        text-align: left;
    }
}
.heading.-content {
    background-color: #494949;
}
.heading.-events .button {
    align-items: center;
    display: flex;
}
@media screen and (max-width: 767px) {
    .heading.-events .button {
        flex-direction: column;
    }
}
.heading.-events .heading__btn {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .heading.-events .heading__btn {
        margin: 1rem 0 0;
    }
}
.heading__wrapper.container {
    padding: 0 6rem 5rem;
}
@media screen and (max-width: 1279px) {
    .heading__wrapper.container {
        padding: 0 4rem 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .heading__wrapper.container {
        padding: 0 1rem 3.8rem;
    }
}
.-content .heading__wrapper {
    padding: 8rem 1rem 10rem;
}
@media screen and (max-width: 1279px) {
    .-events .heading__wrapper {
        padding: 1rem 4rem 3rem 16.2rem;
    }
}
@media screen and (max-width: 767px) {
    .-events .heading__wrapper {
        padding: 0 1rem 3.8rem;
    }
}
.heading__top {
    position: relative;
}
.heading__bottom {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
@media screen and (max-width: 767px) {
    .heading__bottom {
        display: block;
    }
}
.heading .links-group {
    float: right;
}
@media screen and (max-width: 767px) {
    .heading .links-group {
        margin-left: 1rem;
        margin-top: -0.7rem;
        padding: 0;
    }
}
.heading .links-group.-rect {
    margin-top: 0;
}
.heading .link.-round.-primary {
    background-color: #fff;
    box-shadow: none;
}
.heading .link.-round.-primary:hover, .heading .link.-round.-primary:focus {
    background-color: #4ebdc3;
}
@media screen and (max-width: 767px) {
    .heading .link.-round.-primary {
        background-color: #4ebdc3;
    }
    .heading .link.-round.-primary::before {
        color: #fff;
    }
    .heading .link.-round.-primary:hover, .heading .link.-round.-primary:focus {
        background-color: #fff;
    }
    .heading .link.-round.-primary:hover::before, .heading .link.-round.-primary:focus::before {
        color: #4ebdc3;
    }
}
@media screen and (max-width: 767px) {
    .heading .link.-rect {
        box-shadow: none;
    }
    .heading .link.-rect.-primary:hover::before, .heading .link.-rect.-primary:focus::before, .heading .link.-rect.-secondary:hover::before, .heading .link.-rect.-secondary:focus::before {
        color: #4ebdc3;
    }
}
.heading__image {
    flex-shrink: 0;
    margin: 0 3rem 0 0;
    max-width: 21.5rem;
}
@media screen and (max-width: 767px) {
    .heading__image {
        margin: 0 0 2rem;
    }
}
.heading__image-link {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}
.heading__figure {
    margin: 0;
}
.heading__figure img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
.heading__figure figcaption {
    color: #727272;
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 1.5rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.heading__figure .figure-caption__info {
    padding: 1rem;
}
.heading__content {
    flex-grow: 1;
    position: relative;
    width: 1%;
}
@media screen and (max-width: 767px) {
    .heading__content {
        width: 100%;
    }
}
.heading__content-btn {
    margin: 2rem 0 1.5rem;
}
.heading__category {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    color: #fff;
    margin: 0 0 0.7rem;
}
.wf-active .heading__category {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.heading__title {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .heading__title {
        font-size: 3rem;
    }
}
.heading .departmental__title,
.heading .municipalities__title,
.heading .name__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0 0 1.5rem;
}
.wf-active .heading .departmental__title, .wf-active
.heading .municipalities__title, .wf-active
.heading .name__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.heading .departmental__list,
.heading .municipalities__list,
.heading .name__list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0 1rem 0 2rem;
}
.heading .departmental__list-item,
.heading .municipalities__list-item,
.heading .name__list-item {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    padding: 0 0 0 1.5rem;
    position: relative;
}
.wf-active .heading .departmental__list-item, .wf-active
.heading .municipalities__list-item, .wf-active
.heading .name__list-item {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.heading .departmental__list-item::before,
.heading .municipalities__list-item::before,
.heading .name__list-item::before {
    left: 0;
    position: absolute;
    top: 50%;
    font-size: inherit;
    font-weight: 300;
    margin: 0;
    transform: translateY(-50%);
}
.heading .departmental__list-item .main,
.heading .municipalities__list-item .main,
.heading .name__list-item .main {
    text-transform: uppercase;
}
.heading .municipalities__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.heading .municipalities__list-item {
    padding-left: 1.9rem;
}
.heading .municipalities__list-item::before {
    content: "";
    font-family: "icons";
}
.heading .municipalities__list-item::before {
    color: #3962a5;
    font-size: 1.4rem;
    font-weight: 400;
}
.heading .name__list {
    padding: 0;
}
.heading__content-wrapper .flex-row {
    margin: 0 -1rem;
}
.heading .infos {
    margin-bottom: 3rem;
}
@media screen and (max-width: 1279px) {
    .heading .infos {
        margin-bottom: 1rem;
    }
}
.heading .infos__wrap {
    margin: 1rem 0;
}
.heading .infos__items-wrap {
    display: flex;
}
.heading .infos__items-wrap .infos__item {
    margin-right: 2rem;
}
.heading .infos__items-wrap .infos__item:last-child {
    margin-right: 0;
}
.heading .infos__items-wrap .-phone {
    margin-bottom: 0;
}
.heading .infos__item {
    color: #fff;
}
.heading .social {
    margin-bottom: 2rem;
}
.heading .social__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}
.wf-active .heading .social__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.heading .social .social-networks__item a {
    border-color: #3962a5;
}
.heading .social .social-networks__item a[data-fa-icon]::before {
    color: #fff;
}
.heading .button__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}
.wf-active .heading .button__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.heading .button .btn, .heading .button .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .heading .button .g-translate-dropdown__toggle {
    color: #fff;
}
.heading .function {
    margin: 0.1rem 0 2rem;
}
.heading .function__item {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.wf-active .heading .function__item {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.heading .function__item.-main {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
    .heading .function__item.-main {
        margin: 1rem 0 0.5rem;
    }
}
.heading .information {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    width: 100%;
}
.heading .information::-webkit-scrollbar {
    -webkit-appearance: none;
            appearance: none;
    background-color: #efefef;
    width: 1rem;
}
.heading .information::-webkit-scrollbar-thumb {
    background-color: #4c165d;
}
.heading .information__wrap {
    display: flex;
    flex-wrap: nowrap;
}
.heading .information-block {
    background-color: rgba(255, 255, 255, 0.9);
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 0.1rem;
    padding: 2rem 2.3rem;
    width: 16.5rem;
}
.heading .information-block:first-child {
    width: 15.5rem;
}
.heading .information-block:nth-child(2n) {
    background-color: #fff;
}
.heading .information-block__title-wrap {
    min-height: 4rem;
}
.heading .information-block__title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #485d6e;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.heading .information-block__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.heading .information-block__item {
    font-size: 1.6rem;
    font-weight: 300;
    color: #485d6e;
    margin-bottom: 1rem;
}
.heading .status {
    display: inline-block;
}
.heading .status.-assign {
    background-color: #8c8c8c;
}
.heading__teaser {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin: 0 0 2.5rem;
    max-width: 90rem;
}
@media screen and (max-width: 767px) {
    .heading__teaser {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-top: 1.8rem;
    }
}
.heading__terme {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem;
}
.heading__synonyme {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1rem 0;
}
.heading__doubletag-list {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}
.heading__doubletag-list.-inline {
    display: flex;
}
@media screen and (max-width: 1279px) {
    .heading__doubletag-list.-inline {
        flex-wrap: wrap;
    }
}
.heading__doubletag-list.-inline .heading__doubletag-item {
    margin-right: 4rem;
}
.heading__doubletag-item {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.68rem;
    margin: 0 0 1.5rem;
}
.heading__doubletag-item strong {
    font-weight: 700;
}
.heading__doubletag-item strong::before {
    color: #3962a5;
    font-size: 1.8rem;
    font-weight: 400;
}
.heading__publication {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.68rem;
    margin: 0 0 2.3rem;
}
.heading__publication.-small {
    font-size: 1.2rem;
    font-style: normal;
}
.heading__publication.-large {
    color: #79348f;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 1rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .heading__publication.-large {
        font-size: 1.4rem;
    }
}
.heading__publication.-large time {
    font-weight: 700;
}
.heading__publication.-simple {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.68rem;
}
@media screen and (max-width: 767px) {
    .heading__publication.-simple {
        margin-bottom: 3rem;
    }
}
.heading__buttons.-absolute {
    bottom: 0;
    position: absolute;
    right: 9rem;
}
@media screen and (max-width: 767px) {
    .heading__buttons.-absolute {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
}
.heading__buttons.-right {
    display: flex;
    justify-content: flex-end;
}
.heading__buttons .heading__btn {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0 0 0 1rem;
    padding: 1.5rem 2rem;
}
.heading__buttons .heading__btn.-small {
    padding: 1rem 2rem;
}
.heading__buttons .heading__btn[data-fa-icon]::before {
    color: #3962a5;
}
.heading__buttons .heading__btn:first-child {
    margin-left: 0;
}
.heading__publications-single .publications-single__item {
    flex-basis: calc(33.3% - 2rem);
}
@media screen and (max-width: 1279px) {
    .heading__publications-single .publications-single__item {
        flex-basis: calc(48% - 2rem);
        margin: 0 1rem 2rem;
    }
}
@media screen and (max-width: 767px) {
    .heading__publications-single .publications-single__item {
        flex-basis: 100%;
    }
}
.heading__publications-single .documents-list__title {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin: 0;
    padding-left: 3.2rem;
}
.heading__publications-single .documents-list__title::before {
    color: #3962a5;
    font-size: 2.5rem;
    left: -0.2rem;
    top: 0.5rem;
}
.heading__publications-single .documents-list__size {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
}
.heading__publications-single .documents-links .documents-link:last-child a {
    margin-right: 0;
}
.heading__publications-single .documents-links .documents-link a {
    color: #fff;
    margin-right: 1rem;
    padding: 1.1rem 1.8rem;
}
.heading__publications-single .documents-links .documents-link a[data-fa-icon]::before {
    color: #3962a5;
}
.heading__number {
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.heading__number::after {
    content: ' - ';
    font-size: 1.4rem;
}
.heading__btn {
    margin-right: 0.5rem;
    margin-top: 3rem;
}
.heading__btn:last-child {
    margin-right: 0;
}
.heading__btn[data-fa-icon]::before {
    color: #4ebdc3;
}
.heading .date {
    left: -11.3rem;
    position: absolute;
    top: 0.8rem;
}
@media screen and (max-width: 1279px) {
    .heading .date {
        left: -14.2rem;
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .heading .date {
        float: left;
        margin: 0 1.2rem 0 0;
        position: static;
    }
}
.heading .date__time.date__time {
    height: 10.5rem;
    width: 10.5rem;
}
@media screen and (max-width: 767px) {
    .heading .date__time.date__time {
        height: 8.5rem;
        width: 8.5rem;
    }
}
.heading .date__time.date__time .date__item.-day {
    font-size: 3.5rem;
    line-height: 1;
}
.heading .date__time.date__time .date__item.-month {
    font-size: 1.6rem;
}
.heading .date__time.date__time:nth-of-type(2) {
    margin-top: -1.3rem;
}
.heading .date__time.date__time.-has-line::before {
    height: 2.6rem;
    width: 0.1rem;
    bottom: -1.3rem;
    left: 50%;
    transform: none;
}
@media screen and (max-width: 767px) {
    .heading .date__time.date__time.-has-line::before {
        bottom: -1rem;
        height: 2.4rem;
    }
}
.heading .time-place {
    margin: 2rem 0 3rem;
}
@media screen and (max-width: 767px) {
    .heading .time-place {
        margin: 1rem 0 1.2rem;
    }
}
.heading .time-place__item.-time {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
}
.heading .tariff {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 0 0;
}
.heading .tariff::before {
    content: "\f0d6";
}
@media screen and (max-width: 767px) {
    .heading .tariff {
        margin: 0 0 1rem;
    }
}
.heading .tariff::before {
    color: #3962a5;
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 0.8rem;
}
.heading__request-change {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: -0.5rem;
    height: 3.5rem;
    width: 3.5rem;
    border: 2px solid #952461;
    border-radius: 50%;
    display: block;
}
.heading__request-change::before, .heading__request-change::after {
    text-indent: 0;
}
.elected {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
/**
 * @section Date
 * @page Date
 *
 * @example
 * <div class="date">
 *      <p class="date__wrap">
 *          <span class="ghost">Du</span>
 *          <time class="date__time" datetime="2018-01-18">
 *              <span class="date__item -day">18</span>
 *              <span class="date__item -month">Jan.</span>
 *          </time>
 *          <span class="ghost">au</span>
 *          <time class="date__time -has-icon" datetime="2018-01-19">
 *              <span class="date__item -day">19</span>
 *              <span class="date__item -month">Jan.</span>
 *          </time>
 *      </p>
 * </div>
 *
 */
/**
 * @section Time and Place
 * @page Date
 *
 * @example
 * <div class="time-place">
 *      <p class="time-place__item -time">
 *          <time datetime="20:30">20h30</time>
 *          <span>à</span>
 *          <time datetime="22:30">22h30</time>
 *      </p>
 *      <p class="time-place__item -place">Théâtre aIpsum - Ville</p>
 * </div>
 *
 */
.date__wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .date__wrap {
        height: 100%;
        justify-content: center;
    }
}
.date__time {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.date__time.-has-line {
    position: relative;
}
.date__time.-has-line::before {
    bottom: 1rem;
    position: absolute;
    right: 1.2rem;
    height: 0.1rem;
    width: 2.8rem;
    background: #fff;
    content: '';
    transform: rotate(45deg);
}
@media screen and (max-width: 1279px) {
    .date__time.-has-line::before {
        bottom: 1.5rem;
        right: 0.3rem;
        width: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .date__time.-has-line::before {
        bottom: 1rem;
        right: 0.5rem;
        width: 1.8rem;
    }
}
.date__time:nth-of-type(1) {
    height: 11rem;
    width: 11rem;
    background: #79348f;
    color: #fff;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .date__time:nth-of-type(1) {
        height: 9rem;
        width: 9rem;
    }
}
@media screen and (max-width: 767px) {
    .date__time:nth-of-type(1) {
        height: 6.5rem;
        width: 6.5rem;
    }
}
.date__time:nth-of-type(1) .date__item.-day {
    font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
    .date__time:nth-of-type(1) .date__item.-day {
        font-size: 2rem;
    }
}
.date__time:nth-of-type(1) .date__item.-month {
    font-size: 1.6rem;
    line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
    .date__time:nth-of-type(1) .date__item.-month {
        font-size: 1rem;
    }
}
.date__time:nth-of-type(2) {
    height: 7.7rem;
    width: 7.7rem;
    background: #3962a5;
    color: #000;
}
@media screen and (max-width: 767px) {
    .date__time:nth-of-type(2) {
        height: 6rem;
        width: 6rem;
    }
}
.date__time:nth-of-type(2) .date__item.-day {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
    .date__time:nth-of-type(2) .date__item.-day {
        font-size: 2rem;
    }
}
.date__time:nth-of-type(2) .date__item.-month {
    font-size: 1.2rem;
    line-height: 1rem;
}
@media screen and (max-width: 767px) {
    .date__time:nth-of-type(2) .date__item.-month {
        font-size: 1rem;
    }
}
.date__item {
    display: block;
    text-transform: uppercase;
}
.date__item.-day {
    font-weight: 700;
    line-height: 0.8;
}
.date__item.-month {
    font-weight: 300;
}
.time-place {
    margin-top: 1.5rem;
}
.time-place.-center {
    text-align: center;
}
.time-place.-center .time-place__item {
    display: table;
    margin: 0 auto;
}
.time-place__item {
    color: #494949;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    margin: 0.1rem 0;
    position: relative;
}
.time-place__item.-inline {
    color: #fff;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: top;
}
.time-place__item.-inline::before {
    color: #fff;
}
.time-place__item .far {
    color: #4ebdc3;
    font-weight: 700;
}
.time-place__item.-time {
    font-size: 1.8rem;
    font-weight: 700;
}
.time-place__item.-place {
    font-size: 1.6rem;
    font-weight: 300;
}
.tariff {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1.5rem 0;
}
@media screen and (max-width: 1279px) {
    .tariff {
        display: none;
    }
}
/**
 * @section Infos
 * @page Infos
 *
 * @example
 * <div class="infos">
 *      <div class="infos__wrap">
 *          <div class="infos__items">
 *              <p class="infos__item -address">
 *                  <span class="ghost">Adresse : </span>
 *                  13 Lorem ipsum dolor sit<br>amert 25697 loreum ipsuli
 *              </p>
 *              <p class="infos__item -website -underline">
 *                  <a href="#">Site internet</a>
 *              </p>
 *          </div>
 *          <div class="infos__items -has-border">
 *              <p class="infos__item -phone">
 *                  <span class="ghost">Tél : </span>
 *                  <a href="tel:0494000000">04 94 00 00 00</a>
 *              </p>
 *              <p class="infos__item -fax">
 *                  <span class="ghost">Fax : </span>
 *                  <a href="tel:0494000000">04 94 00 00 00</a>
 *              </p>
 *              <p class="infos__item -email -underline">
 *                  <a href="mailto:name@domain.com">Courriel</a>
 *              </p>
 *          </div>
 *      </div>
 *      <p class="infos__item -info">
 *          <span class="ghost">Informations : </span>
 *          Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid error minus numquam officia saepe vitae.
 *      </p>
 *      <p class="infos__item -hours">
 *          <span class="ghost">Horaires : </span>
 *          Lundi : 15h-18h / Mardi : 9h30-12h30 / Jeudi : 9h30-12h30 / 14h30-18h30
 *      </p>
 * </div>
 *
 */
/**
 * @section Infos without columns
 * @page Infos
 *
 * @example
 * <div class="infos">
 *      <p class="infos__item -address">
 *          <span class="ghost">Adresse : </span>
 *          13 Lorem ipsum dolor sit<br>amert 25697 loreum ipsuli
 *      </p>
 *      <p class="infos__item -website -underline"><a href="#">Site internet</p>
 *      <p class="infos__item -phone">
 *          <span class="ghost">Tél : </span>
 *          <a href="tel:0494000000">04 94 00 00 00</a>
 *      </p>
 *      <p class="infos__item -fax">
 *          <span class="ghost">Fax : </span>
 *          <a href="tel:0494000000">04 94 00 00 00</a>
 *      </p>
 *      <p class="infos__item -email -underline"><a href="mailto:name@domain.com">Courriel</a></p>
 *      <p class="infos__item -info">
 *          <span class="ghost">Informations : </span>
 *          Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid error minus numquam officia saepe vitae.
 *      </p>
 *      <p class="infos__item -hours">
 *          <span class="ghost">Horaires : </span>
 *          Lundi : 15h-18h / Mardi : 9h30-12h30 / Jeudi : 9h30-12h30 / 14h30-18h30
 *      </p>
 * </div>
 */
.infos__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}
.wf-active .infos__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.infos__wrap {
    display: flex;
    margin: 3rem 0 2rem;
}
@media screen and (max-width: 1279px) {
    .infos__wrap {
        flex-direction: column;
        margin: 2rem 0 3rem;
    }
}
.infos__items {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 5%;
}
@media screen and (max-width: 1279px) {
    .infos__items {
        padding: 0 0 1rem;
    }
}
.infos__items.-has-border {
    border-left: 1px solid #727272;
    padding: 0 0 0 5%;
}
@media screen and (max-width: 1279px) {
    .infos__items.-has-border {
        border-left: 0;
        border-top: 1px solid #727272;
        padding: 1rem 0 0;
    }
}
.infos__item {
    color: #4ebdc3;
    font-size: 1.4rem;
    margin: 0.7rem 0;
    padding-left: 2rem;
    position: relative;
}
.infos__item a {
    color: inherit;
    display: block;
    margin-bottom: 0.2rem;
}
.infos__item a:hover, .infos__item a:focus {
    text-decoration: underline;
}
.infos__item::before {
    left: 0;
    position: absolute;
    top: 0;
    color: #3962a5;
    font-weight: 400 !important;
}
.infos__item.-address::before {
    content: "\f3c5";
}
.infos__item.-website::before {
    content: "\f80c";
}
.infos__item.-phone::before {
    content: "\f095";
}
.infos__item.-mobile::before {
    content: "\f3cf";
}
.infos__item.-fax::before {
    content: "\f1ac";
}
.infos__item.-email::before {
    content: "\f1fa";
}
.infos__item.-envelope::before {
    content: "\f0e0";
}
.infos__item.-info::before {
    content: "\f05a";
}
.infos__item.-hours::before {
    content: "\f017";
}
.infos__item.-facebook::before {
    content: "\f39e";
}
.infos__item.-twitter::before {
    content: "\f099";
}
.infos__item.-instagram::before {
    content: "\f16d";
}
.infos__item.-linkedin::before {
    content: "\f0e1";
}
.infos__item.-renseignement::before {
    content: "\f66f";
}
.infos__item.-route::before {
    content: "\f124";
}
.infos__item.-contact::before {
    content: "\f0c0";
}
.infos__item.-manager::before {
    content: "\f0b1";
}
.infos__item.-deadlines::before {
    content: "\f017";
}
.infos__item.-budget::before {
    content: "\f153";
}
.infos__item.-consequences::before {
    content: "\f05a";
}
.infos__item.-place::before {
    content: "\f071";
}
.infos__item.-facebook, .infos__item.-twitter, .infos__item.-instagram, .infos__item.-linkedin {
    display: inline-block;
    width: 45%;
}
.infos__item.-facebook::before, .infos__item.-twitter::before, .infos__item.-instagram::before, .infos__item.-linkedin::before {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}
.infos__item.-public, .infos__item.-name, .infos__item.-tariff, .infos__item.-recurring {
    padding-left: 0;
}
.map-page .infos__item.-website::before {
    content: '\f0ac';
}
.infos__item.-recurring strong,
.infos__item.-recurring span {
    display: block;
}
.infos__item.-recurring span::before {
    color: #000;
    content: '•';
    font-size: 1.6rem;
    margin-right: 0.5rem;
}
@media screen and (max-width: 1279px) {
    .infos.-single .infos__wrap {
        margin: 0.5rem 0 0;
    }
}
/**
 * Use this component for lang chooser
 *
 * You can find markup and macro in `components/lang/lang.njk`
 *
 * Use macro: `{{ lang() }}` or `{{ lang('-light') }}` or `{{ lang('-dark') }}`
 *
 * @section Lang
 * @page Components
 *
 * @example
 *  <div class="lang">
 *    <div class="lang__switcher js-dropdown -has-arrow">
 *      <button type="button" class="lang__current js-dropdown__toggle"><abbr title="Français">FR</abbr></button>
 *      <ul class="lang__drop js-dropdown__block">
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="en" title="English">EN</abbr></a></li>
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="de" title="Deutsch">DE</abbr></a></li>
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="ru" title="русский">RU</abbr></a></li>
 *      </ul>
 *    </div>
 *  </div>
 *  <div class="lang -light">
 *    <div class="lang__switcher js-dropdown -has-arrow">
 *      <button type="button" class="lang__current js-dropdown__toggle"><abbr title="Français">FR</abbr></button>
 *      <ul class="lang__drop js-dropdown__block">
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="en" title="English">EN</abbr></a></li>
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="de" title="Deutsch">DE</abbr></a></li>
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="ru" title="русский">RU</abbr></a></li>
 *      </ul>
 *    </div>
 *  </div>
 *  <div class="lang -dark">
 *    <div class="lang__switcher js-dropdown -has-arrow">
 *      <button type="button" class="lang__current js-dropdown__toggle"><abbr title="Français">FR</abbr></button>
 *      <ul class="lang__drop js-dropdown__block">
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="en" title="English">EN</abbr></a></li>
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="de" title="Deutsch">DE</abbr></a></li>
 *        <li class="lang__item"><a href="#" class="lang__link"><abbr lang="ru" title="русский">RU</abbr></a></li>
 *      </ul>
 *    </div>
 *  </div>
 *
 */
.lang {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
.lang__switcher {
    position: relative;
    width: 100%;
    z-index: 10;
}
.lang__switcher.-has-arrow .lang__current::after {
    right: 0.7rem;
}
.lang__current {
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
    padding: 1.35rem 1.6rem 1.35rem 1rem;
    position: relative;
    transition: all 300ms ease-in-out 0ms;
}
.lang__current:hover, .lang__current:focus {
    background-color: rgba(0, 0, 0, 0.65);
}
.lang__current abbr {
    text-decoration: none;
}
.lang__drop {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 5;
}
.lang__item {
    text-align: center;
}
.lang__link {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 1.35rem 1.6rem 1.35rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    transition: all 250ms ease-in-out 0ms;
}
.lang__link:hover, .lang__link:focus {
    background-color: rgba(0, 0, 0, 0.4);
}
.lang__link abbr {
    text-decoration: none;
}
.lang.-light {
    color: #000;
}
.lang.-light .lang__current:hover, .lang.-light .lang__current:focus,
.lang.-light .lang__link:hover,
.lang.-light .lang__link:focus {
    background-color: #e6e6e6;
}
.lang.-light .lang__current,
.lang.-light .lang__drop {
    background-color: #fff;
}
.lang.-dark {
    color: #fff;
}
.lang.-dark .lang__current:hover, .lang.-dark .lang__current:focus,
.lang.-dark .lang__link:hover,
.lang.-dark .lang__link:focus {
    background-color: #666666;
}
.lang.-dark .lang__current,
.lang.-dark .lang__drop {
    background-color: #000;
}
.lang-wrapper {
    left: 0;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 767px) {
    .lang-wrapper .lang {
        display: none;
    }
}
.flash-info {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    padding: 0;
    z-index: 100;
}
.flash-info.-is-open {
    display: flex;
}
.flash-info .container.-lg {
    max-width: 126rem;
    padding: 0 0 0 0.5rem;
    position: static;
}
@media screen and (max-width: 1279px) {
    .flash-info .container.-lg {
        padding: 0 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .flash-info .container.-lg {
        padding: 0 2rem;
    }
}
.flash-info__wrap {
    align-items: flex-start;
    display: flex;
    position: relative;
}
.flash-info__content-title {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 5.5rem;
    font-weight: 900;
    margin: 0 0 2.6rem;
    padding-left: 4rem;
}
@media screen and (max-width: 767px) {
    .flash-info__content-title {
        font-size: 3rem;
        margin: 3rem 0 2rem;
        padding-left: 2.3rem;
    }
}
.flash-info__content-title::before {
    top: 4.2rem;
    width: 4.9rem;
}
@media screen and (max-width: 767px) {
    .flash-info__content-title::before {
        left: 2rem;
        top: 1.9rem;
        width: 2.7rem;
    }
}
.flash-info__content-teaser {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.096rem;
    line-height: 1.2;
    margin: 0 0 3.5rem;
}
@media screen and (max-width: 1279px) {
    .flash-info__content-teaser {
        font-size: 2rem;
        letter-spacing: 0.08rem;
    }
}
@media screen and (max-width: 767px) {
    .flash-info__content-teaser {
        font-size: 1.6rem;
        letter-spacing: 0.064rem;
    }
}
.flash-info__listitems {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.flash-info__item {
    display: flex;
}
@media screen and (max-width: 767px) {
    .flash-info__item {
        align-items: center;
        flex-direction: column;
    }
}
.flash-info__image {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-top: 0;
    max-height: 29rem;
    max-width: 29rem;
    padding: 0;
}
@media screen and (max-width: 1279px) {
    .flash-info__image {
        max-height: 20.7rem;
        max-width: 20.7rem;
    }
}
@media screen and (max-width: 767px) {
    .flash-info__image {
        max-height: 17rem;
        max-width: 17rem;
    }
}
.flash-info__image img {
    height: 100%;
    width: 100%;
}
.flash-info__content {
    margin: 0 0 0 3rem;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .flash-info__content {
        margin: 0;
        text-align: center;
    }
}
.flash-info__buttons {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
    .flash-info__buttons {
        justify-content: center;
    }
}
.flash-info__button {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    padding: 1.3rem 2rem;
}
.flash-info__button span {
    color: #3962a5;
    margin: 0;
}
.flash-info__button-close, .flash-info__button-close.btn, .g-translate-dropdown .flash-info__button-close.g-translate-dropdown__toggle {
    position: absolute;
    right: 3rem;
    top: 3rem;
    height: 3.5rem;
    width: 3.5rem;
    background: none;
    border: 0;
    color: #fff;
    font-weight: 300;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .flash-info__button-close, .flash-info__button-close.btn, .g-translate-dropdown .flash-info__button-close.g-translate-dropdown__toggle {
        height: 2rem;
        width: 2rem;
        font-size: 2rem;
        right: 2rem;
        top: 2rem;
    }
}
.flash-info__button-close .btn__icon, .flash-info__button-close .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .flash-info__button-close .g-translate-dropdown__toggle-icon, .flash-info__button-close.btn .btn__icon, .g-translate-dropdown .flash-info__button-close.g-translate-dropdown__toggle .btn__icon, .flash-info__button-close.btn .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .flash-info__button-close.btn .g-translate-dropdown__toggle-icon, .g-translate-dropdown .flash-info__button-close.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon {
    color: inherit;
    display: block;
    font-size: 3.5rem;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .flash-info__button-close .btn__icon, .flash-info__button-close .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .flash-info__button-close .g-translate-dropdown__toggle-icon, .flash-info__button-close.btn .btn__icon, .g-translate-dropdown .flash-info__button-close.g-translate-dropdown__toggle .btn__icon, .flash-info__button-close.btn .g-translate-dropdown .g-translate-dropdown__toggle-icon, .g-translate-dropdown .flash-info__button-close.btn .g-translate-dropdown__toggle-icon, .g-translate-dropdown .flash-info__button-close.g-translate-dropdown__toggle .g-translate-dropdown__toggle-icon {
        font-size: 2rem;
    }
}
.flash-info__modal {
    background-color: #485d6e;
    display: none;
}
.-flash-info-open .flash-info__modal {
    padding: 2rem 6rem 2rem 2rem !important;
    width: auto !important;
}
@media screen and (max-width: 767px) {
    .flash-info__modal.fancybox-content {
        padding: 3rem 1rem;
    }
}
.flash-info__modal form {
    margin: 0;
}
.flash-info__modal .radio {
    margin-bottom: 1rem;
}
.flash-info__modal-btn {
    color: #fff;
}
.flash-info__modal-btn span {
    color: #3962a5;
}
.go-to-top {
    bottom: 3rem;
    display: block;
    opacity: 1;
    position: relative;
    right: 5rem;
    visibility: visible;
    z-index: 46;
}
@media screen and (max-width: 1279px) {
    .go-to-top {
        right: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .go-to-top {
        right: 1rem;
    }
}
.go-to-top p {
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
}
.go-to-top a {
    height: 6rem;
    width: 6rem;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    transition: all 400ms ease 0ms;
    background-color: #3962a5;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
    text-indent: 9999px;
}
.go-to-top a::before, .go-to-top a::after {
    text-indent: 0;
}
.go-to-top a::before {
    content: "\f106";
}
.go-to-top a::before {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 6rem;
}
@media screen and (max-width: 1279px) {
    .go-to-top a::before {
        line-height: 4rem;
    }
}
.go-to-top a:hover, .go-to-top a:focus {
    background-color: #79348f;
}
.go-to-top.-is-hide {
    opacity: 0;
    transition: opacity 0.5s ease;
    visibility: hidden;
}
.menu-cross {
    background-color: rgba(41, 41, 41, 0.2);
    padding: 1.65rem 0;
}
@media screen and (max-width: 767px) {
    .menu-cross {
        padding: 3.8rem 0 6.5rem;
    }
}
.menu-cross__link {
    transition: all 400ms ease 0ms;
    font-size: 1.6rem;
    padding: 0.95rem 2rem 0.95rem 1.7rem;
}
.menu-cross__link::before {
    transition: all 400ms ease 0ms;
    font-weight: 700;
    margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
    .menu-cross__nav {
        display: flex;
        justify-content: center;
    }
}
.menu-cross__listitems {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1279px) {
    .menu-cross__listitems {
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 72.8rem;
    }
}
@media screen and (max-width: 767px) {
    .menu-cross__listitems {
        align-items: center;
        flex-direction: column;
    }
}
.menu-cross__item {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.5rem;
    margin: 0;
    padding-left: 1.1rem;
    position: relative;
    text-transform: uppercase;
}
.menu-cross__item::before {
    content: "\f105";
}
.menu-cross__item::before {
    color: #3962a5;
    left: 0;
    position: absolute;
    top: 0;
}
.menu-cross__item:not(:last-child) {
    margin-right: 2.5rem;
}
@media screen and (max-width: 1279px) {
    .menu-cross__item:not(:last-child) {
        margin-right: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .menu-cross__item:not(:last-child) {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .menu-cross__item {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .menu-cross__item {
        margin-bottom: 0.8rem;
    }
}
.menu-cross__item a {
    transition: all 400ms ease 0ms;
    color: #fff;
    text-decoration: none;
}
.menu-cross__item a:hover, .menu-cross__item a:focus {
    color: #3962a5;
    text-decoration: underline;
}
.menu-cross__item.-active a {
    color: #3962a5;
    text-decoration: underline;
}
.menu-cross__item.-cookie {
    margin-top: 1.5em;
}
.newsletter {
    flex-shrink: 0;
    margin: 0 5rem 0 7.5rem;
    width: 25.1rem;
}
@media screen and (max-width: 1440px) {
    .newsletter {
        margin: 0 3rem;
    }
}
@media screen and (max-width: 1279px) {
    .newsletter {
        margin: 0 4rem 0 0;
        width: 23rem;
    }
}
@media screen and (max-width: 767px) {
    .newsletter {
        margin: 3.5rem 0 2.5rem;
        width: 100%;
    }
}
.newsletter__form {
    margin: 0;
}
.newsletter__fields {
    position: relative;
}
@media screen and (max-width: 1279px) {
    .newsletter__fields {
        max-width: 30rem;
    }
}
.newsletter__field.-input label {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: none;
}
.newsletter__field.-input input {
    background-color: transparent;
    border: 0;
    border-bottom: 0.3rem solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    max-height: 4rem;
    padding: 0.9rem 1.4rem;
    width: calc(100% - 4rem);
}
.newsletter__field.-input input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.newsletter__field.-input input:focus::-moz-placeholder {
    opacity: 0;
}
.newsletter__field.-input input:focus:-ms-input-placeholder {
    opacity: 0;
}
.newsletter__field.-input input:focus::-ms-input-placeholder {
    opacity: 0;
}
.newsletter__field.-input input:focus::placeholder {
    opacity: 0;
}
.newsletter__field.-input input::-webkit-input-placeholder {
    -webkit-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    opacity: 1;
}
.newsletter__field.-input input::-moz-placeholder {
    -moz-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    opacity: 1;
}
.newsletter__field.-input input:-ms-input-placeholder {
    -ms-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    opacity: 1;
}
.newsletter__field.-input input::-ms-input-placeholder {
    -ms-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    opacity: 1;
}
.newsletter__field.-input input::placeholder {
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    opacity: 1;
}
.newsletter__field.-button {
    bottom: 0;
    position: absolute;
    right: 0;
    height: 4rem;
    width: 4rem;
}
.newsletter__field.-button button {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    transition: all 400ms ease 0ms;
    background-color: transparent;
    border: 0;
    border-bottom: 0.3rem solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.newsletter__field.-button button::before {
    content: "\f00c";
}
.newsletter__field.-button button::before, .newsletter__field.-button button::after {
    text-indent: 0;
}
.newsletter__field.-button button::before {
    transition: all 400ms ease 0ms;
    color: #3962a5;
    font-size: 1.3rem;
    font-weight: 700;
}
.newsletter__field.-button button:hover, .newsletter__field.-button button:focus {
    background-color: #79348f;
    border-color: #79348f;
}
.newsletter__field.-button button:hover::before, .newsletter__field.-button button:focus::before {
    color: #fff;
}
.newsletter__links, .newsletter-bar__links {
    list-style: none;
    margin-top: 1rem;
    padding-left: 0;
}
.newsletter__link, .newsletter-bar__link {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
}
.newsletter__link.-archives, .newsletter-bar__link.-archives {
    margin-right: 3.5rem;
}
.newsletter__link.-archives a::before, .newsletter-bar__link.-archives a::before {
    content: "\f187";
}
.newsletter__link.-archives a::before, .newsletter-bar__link.-archives a::before {
    color: #3962a5;
}
.newsletter__link.-unsubscribe a::before, .newsletter-bar__link.-unsubscribe a::before {
    content: "\f00d";
}
.newsletter__link.-unsubscribe a::before, .newsletter-bar__link.-unsubscribe a::before {
    color: #3962a5;
}
.newsletter__link.-inline, .newsletter-bar__link.-inline {
    display: inline-block;
}
.newsletter__link a, .newsletter-bar__link a {
    color: #c5c5c5;
    text-decoration: none;
}
.newsletter__link a::before, .newsletter-bar__link a::before {
    transition: all 400ms ease 0ms;
    margin-right: 0.5rem;
}
.newsletter__link a:hover, .newsletter__link a:focus, .newsletter-bar__link a:hover, .newsletter-bar__link a:focus {
    color: #fff;
}
.newsletter__link a:hover::before, .newsletter__link a:focus::before, .newsletter-bar__link a:hover::before, .newsletter-bar__link a:focus::before {
    color: #fff;
}
.newsletter-bar {
    margin: 3rem 0 7rem;
}
@media screen and (max-width: 1279px) {
    .newsletter-bar {
        margin: 3rem 0 5rem;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-bar {
        margin: 6rem 0 4.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .newsletter-bar .container {
        padding: 0;
    }
}
.newsletter-bar__wrap {
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    padding: 2rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__wrap {
        align-items: flex-start;
        padding: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-bar__wrap {
        flex-direction: column;
        padding: 2.5rem 2rem;
    }
}
.newsletter-bar__wrap.-has-shadow {
    position: relative;
}
.newsletter-bar__wrap.-has-shadow::before, .newsletter-bar__wrap.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.newsletter-bar__wrap.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__wrap.-has-shadow::before {
        left: 7rem;
    }
}
.newsletter-bar__wrap.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__wrap.-has-shadow::after {
        right: 7rem;
    }
}
.newsletter-bar__title {
    border-right: 1px solid rgba(114, 114, 114, 0.2);
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 1rem 3rem 1rem 4rem;
    position: relative;
    text-transform: uppercase;
}
.newsletter-bar__title::before {
    content: "\f1d8";
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__title {
        max-width: 21rem;
        padding: 1rem 2.5rem 1rem 4rem;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-bar__title {
        border-bottom: 1px solid rgba(114, 114, 114, 0.2);
        border-right: 0;
        margin-bottom: 2rem;
        max-width: 100%;
        padding: 0 0 2.5rem 4rem;
    }
}
.newsletter-bar__title::before {
    left: 0;
    position: absolute;
    top: 1rem;
    color: #79348f;
    font-size: 3.4rem;
    font-weight: 300;
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .newsletter-bar__title::before {
        top: 0;
    }
}
.newsletter-bar__subtitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 0.7rem;
    text-transform: none;
}
.newsletter-bar__form {
    flex-grow: 1;
    margin: 0;
    padding-left: 3rem;
}
@media screen and (max-width: 767px) {
    .newsletter-bar__form {
        padding-left: 0;
        width: 100%;
    }
}
.newsletter-bar__fields {
    display: flex;
}
@media screen and (max-width: 767px) {
    .newsletter-bar__fields {
        display: block;
    }
}
.newsletter-bar__field.-input {
    align-items: center;
    display: flex;
    flex-grow: 1;
}
@media screen and (max-width: 767px) {
    .newsletter-bar__field.-input {
        align-items: flex-start;
        flex-direction: column;
    }
}
.newsletter-bar__field.-input label {
    color: #000;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .newsletter-bar__field.-input label {
        margin-bottom: 1.5rem;
    }
}
.newsletter-bar__field.-input input {
    background-color: #fff;
    border: 0;
    color: #727272;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    padding: 1.2rem 1rem;
}
.newsletter-bar__field.-input input::-webkit-input-placeholder {
    color: #727272;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
}
.newsletter-bar__field.-input input::-moz-placeholder {
    color: #727272;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
}
.newsletter-bar__field.-input input:-ms-input-placeholder {
    color: #727272;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
}
.newsletter-bar__field.-input input::-ms-input-placeholder {
    color: #727272;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
}
.newsletter-bar__field.-input input::placeholder {
    color: #727272;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
}
.newsletter-bar__field.-button {
    margin-left: 1rem;
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__field.-button {
        flex-shrink: 0;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-bar__field.-button {
        margin: 1.5rem 0 0;
        text-align: center;
    }
}
.newsletter-bar__field.-button button {
    padding-left: 3rem;
    padding-right: 3rem;
}
.newsletter-bar__field.-button button::before {
    content: "\f00c";
}
.newsletter-bar__field.-button button::before {
    color: #79348f;
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 0.5rem;
}
.newsletter-bar__field.-button button:hover, .newsletter-bar__field.-button button:focus {
    background-color: #79348f;
}
.newsletter-bar__field.-button button:hover::before, .newsletter-bar__field.-button button:focus::before {
    color: #fff;
}
.newsletter-bar__links {
    flex-shrink: 0;
    margin-left: 1.5rem;
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__links {
        bottom: 3.5rem;
        left: 34.5rem;
        position: absolute;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-bar__links {
        margin-left: 0;
        margin-top: 1.5rem;
        position: static;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 1279px) {
    .newsletter-bar__link {
        display: inline-block;
        margin-right: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-bar__link {
        margin: 0 0.5rem !important;
    }
}
.newsletter-bar__link.-archives a {
    font-weight: 700;
}
.newsletter-bar__link a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
}
.newsletter-bar__link a:hover::before, .newsletter-bar__link a:focus::before {
    color: #000;
}
.site-infos {
    display: flex;
    justify-content: space-between;
    width: 46%;
}
@media screen and (max-width: 1279px) {
    .site-infos {
        margin: 0 0 5.5rem;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .site-infos {
        display: block;
        margin: 0 0 3.5rem;
    }
}
.site-infos__image {
    float: left;
    margin: -4.5rem 1rem 0 -2rem;
    width: 14.4rem;
}
@media screen and (max-width: 767px) {
    .site-infos__image {
        margin: -3.5rem 0 0 -1.5rem;
        width: 12rem;
    }
}
.site-infos__image img {
    width: 100%;
}
.site-infos__col:nth-of-type(1) {
    flex-shrink: 0;
    margin-right: 3rem;
}
@media screen and (max-width: 767px) {
    .site-infos__col:nth-of-type(1) {
        margin: 0 0 2.5rem;
    }
}
.site-infos__col:nth-of-type(2) {
    min-width: 18.4rem;
}
@media screen and (max-width: 1279px) {
    .site-infos__col:nth-of-type(2) {
        margin-left: auto;
    }
}
.site-infos__listitems {
    font-style: normal;
    overflow: hidden;
}
.site-infos__item {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 0.3rem;
}
.site-infos__item a {
    color: #fff;
}
.site-infos__item.-name {
    font-weight: 700;
}
.site-infos__links {
    margin: 0.5rem 0 0;
}
.site-infos__links .btn, .site-infos__links .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .site-infos__links .g-translate-dropdown__toggle {
    border-color: #c5c5c5;
    color: #fff;
    margin-bottom: 0.6rem;
    min-width: 14.1rem;
    padding: 1.6rem 2.6rem;
}
.site-infos__links .btn i, .site-infos__links .g-translate-dropdown .g-translate-dropdown__toggle i, .g-translate-dropdown .site-infos__links .g-translate-dropdown__toggle i {
    color: #3962a5;
    font-weight: 700;
    margin-right: 0.2rem;
}
.site-infos__links .btn::after, .site-infos__links .g-translate-dropdown .g-translate-dropdown__toggle::after, .g-translate-dropdown .site-infos__links .g-translate-dropdown__toggle::after {
    background: #79348f;
}
.site-infos__links .btn:not(:last-child), .site-infos__links .g-translate-dropdown .g-translate-dropdown__toggle:not(:last-child), .g-translate-dropdown .site-infos__links .g-translate-dropdown__toggle:not(:last-child) {
    margin-right: 1rem;
}
.site-infos__links .btn:hover, .site-infos__links .g-translate-dropdown .g-translate-dropdown__toggle:hover, .g-translate-dropdown .site-infos__links .g-translate-dropdown__toggle:hover, .site-infos__links .btn:focus, .site-infos__links .g-translate-dropdown .g-translate-dropdown__toggle:focus, .g-translate-dropdown .site-infos__links .g-translate-dropdown__toggle:focus {
    border-color: transparent;
}
/**
 * Use this component for lang chooser
 *
 * You can find markup and macro in `components/profile-menu/profile-menu.njk`
 *
 * Use macro: `{{ profileMenu() }}` or `{{ profileMenu(dataArray, iconClass, btnText, className) }}`
 *
 * @section Profile
 * @page Components
 *
 * @example
 * <div class="profile">
 *   <div class="profile__switcher js-dropdown -has-arrow">
 *     <button type="button" class="profile__btn-current js-dropdown__toggle">
 *       <span class="profile__btn-icon"><i class="fas fa-users"></i></span> Vous êtes
 *     </button>
 *     <ul class="profile__drop js-dropdown__block">
 *       <li class="profile__item"><a href="#" class="profile__link">Item 1</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 2</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 3</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 4</a></li>
 *     </ul>
 *   </div>
 * </div>
 * <div class="profile -light">
 *   <div class="profile__switcher js-dropdown -has-arrow">
 *     <button type="button" class="profile__btn-current js-dropdown__toggle">
 *       <span class="profile__btn-icon"><i class="fas fa-users"></i></span> Vous êtes
 *     </button>
 *     <ul class="profile__drop js-dropdown__block">
 *       <li class="profile__item"><a href="#" class="profile__link">Item 1</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 2</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 3</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 4</a></li>
 *     </ul>
 *   </div>
 * </div>
 * <div class="profile -dark">
 *   <div class="profile__switcher js-dropdown -has-arrow">
 *     <button type="button" class="profile__btn-current js-dropdown__toggle">
 *       <span class="profile__btn-icon"><i class="fas fa-users"></i></span> Vous êtes
 *     </button>
 *     <ul class="profile__drop js-dropdown__block">
 *       <li class="profile__item"><a href="#" class="profile__link">Item 1</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 2</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 3</a></li>
 *       <li class="profile__item"><a href="#" class="profile__link">Item 4</a></li>
 *     </ul>
 *   </div>
 * </div>
 *
 */
.profile {
    color: #000;
}
.profile__switcher.-is-open .profile__btn-current {
    background-color: #ebebeb;
}
.profile__btn-current {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    padding-top: 2.5rem;
    position: relative;
    height: 8.6rem;
    width: 8.6rem;
    transition: background-color 250ms ease-in-out 0ms;
}
@media screen and (max-width: 1279px) {
    .profile__btn-current {
        height: 7rem;
        width: 7rem;
        font-size: 1.1rem;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .profile__btn-current {
        height: 6rem;
        width: 6rem;
        font-size: 1rem;
        padding-top: 1.7rem;
    }
}
.profile__btn-current:hover, .profile__btn-current:focus {
    background-color: #952461 !important;
}
.profile__btn-current.-is-open .profile__btn-icon i:first-child {
    display: none;
}
.profile__btn-current.-is-open .profile__btn-icon i:last-child {
    display: block;
}
.profile__btn-text {
    max-width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.6rem;
}
@media screen and (max-width: 1279px) {
    .profile__btn-text {
        margin-top: 0.3rem;
    }
}
@media screen and (max-width: 767px) {
    .profile__btn-text {
        margin-top: 0.1rem;
    }
}
.profile__btn-icon {
    color: #4c165d;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .profile__btn-icon {
        font-size: 1.6rem;
    }
}
.profile__btn-icon i:first-child {
    display: block;
}
.profile__btn-icon i:last-child {
    display: none;
}
.profile__drop {
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
    position: absolute;
}
.profile__item {
    display: block;
}
.profile__item:last-child .profile__link {
    padding-bottom: 1.5rem;
}
.profile__item:last-child .profile__link::before {
    margin-top: -0.25rem;
}
.profile__link {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    padding: 1rem 2rem 1rem 5rem;
    position: relative;
    white-space: nowrap;
    transition: all 250ms ease-in-out 0ms;
}
.profile__link::before {
    content: "";
}
.profile__link::before {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    left: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.profile__link:hover, .profile__link:focus {
    background-color: #bcbcbc;
}
.profile.-light {
    color: #000;
}
.profile.-light .profile__btn-current:hover, .profile.-light .profile__btn-current:focus {
    background-color: #e6e6e6;
}
.profile.-light .profile__btn-current,
.profile.-light .profile__drop {
    background-color: #fff;
}
.profile.-light .profile__switcher.-is-open .profile__btn-current {
    background-color: #e6e6e6;
}
.profile.-light .profile__link::before {
    color: #999999;
}
.profile.-light .profile__link:hover, .profile.-light .profile__link:focus {
    background-color: #e6e6e6;
}
.profile.-dark {
    color: #fff;
}
.profile.-dark .profile__btn-current:hover, .profile.-dark .profile__btn-current:focus {
    background-color: #666666;
}
.profile.-dark .profile__btn-current,
.profile.-dark .profile__drop {
    background-color: #000;
}
.profile.-dark .profile__switcher.-is-open .profile__btn-current {
    background-color: #666666;
}
.profile.-dark .profile__link::before {
    color: #999999;
}
.profile.-dark .profile__link:hover, .profile.-dark .profile__link:focus {
    background-color: #666666;
}
.subpages-menu-section {
    background: #4ebdc3 url("../images/logo-trame.svg") no-repeat 40.5rem 19%;
    padding: 10rem 0 7.5rem;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 1279px) {
    .subpages-menu-section {
        background-position: 24rem 17%;
        padding: 6.5rem 0 4rem;
    }
}
@media screen and (max-width: 767px) {
    .subpages-menu-section {
        background-position: -2rem 27%;
        padding: 6rem 0 2rem;
        text-align: left;
    }
}
.subpages-menu-section .title-block {
    margin-bottom: 5.3rem;
}
@media screen and (max-width: 1279px) {
    .subpages-menu-section .title-block {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .subpages-menu-section .title-block {
        margin-bottom: 2rem;
    }
}
.subpages-menu {
    margin: 0 auto;
    max-width: 96.5rem;
}
@media screen and (max-width: 1279px) {
    .subpages-menu {
        padding: 0 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .subpages-menu {
        display: block;
        padding: 0 0.8rem;
    }
}
.subpages-menu__item {
    flex-basis: calc(33.33333% - 3.4rem);
    margin: 0 5rem 2.5rem 0;
    max-width: calc(33.33333% - 3.4rem);
    padding: 0;
    text-align: left;
}
@media screen and (max-width: 1279px) {
    .subpages-menu__item {
        flex-basis: calc(33.33333% - 1.3rem);
        margin: 0 1.9rem 2rem 0;
        max-width: calc(33.33333% - 1.3rem);
    }
}
@media screen and (max-width: 767px) {
    .subpages-menu__item {
        margin: 0 auto 3rem;
        max-width: 48rem;
    }
}
.subpages-menu__item:nth-child(3n + 3) {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .subpages-menu__item:nth-child(3n + 3) {
        margin-right: auto;
    }
}
.subpages-menu__picture {
    display: block;
}
div.subpages-menu__picture::before {
    content: "\f1ea";
}
div.subpages-menu__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.subpages-menu__picture::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 75%;
}
.subpages-menu__picture img {
    height: auto;
    width: 100%;
    display: block;
}
.subpages-menu__info {
    background: #fff;
    margin-top: -2rem;
    padding: 1rem 2rem 1.2rem 1rem;
    position: relative;
    width: calc(100% - 5rem);
}
@media screen and (max-width: 1279px) {
    .subpages-menu__info {
        width: calc(100% - 3.2rem);
    }
}
@media screen and (max-width: 767px) {
    .subpages-menu__info {
        width: calc(100% - 5rem);
    }
}
.subpages-menu__category {
    color: #4ebdc3;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.subpages-menu__title {
    color: #727272;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.subpages-menu__teaser {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 2.5rem 0 2rem;
}
.subpages-menu__list {
    border-top: 1px solid #c5c5c5;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0 0;
}
.subpages-menu__listitem {
    color: #727272;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 1.5rem 0;
    padding-left: 1.4rem;
    position: relative;
    text-transform: uppercase;
}
.subpages-menu__listitem[data-fa-icon]::before {
    left: 0;
    position: absolute;
    top: 0;
    color: #4ebdc3;
}
.subpages-menu__listitem a {
    color: #727272;
    display: block;
}
.subpages-menu__listitem:hover, .subpages-menu__listitem:focus {
    color: #79348f;
}
.subpages-menu__listitem:hover[data-fa-icon]::before, .subpages-menu__listitem:focus[data-fa-icon]::before {
    color: #79348f;
}
.subpages-menu__listitem:hover a, .subpages-menu__listitem:focus a {
    color: #79348f;
    text-decoration: underline;
}
@media screen and (max-width: 1279px) {
    .sitemap {
        padding-top: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .sitemap {
        padding-top: 4rem;
    }
}
.sitemap__item {
    margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
    .sitemap__item {
        margin-bottom: 4rem;
    }
}
.sitemap__title {
    color: #79348f;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 0 0 2rem;
}
.sitemap__teaser {
    border-bottom: 1px solid #c5c5c5;
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin: 2rem 0 1.5rem;
    padding-bottom: 1.5rem;
}
.sitemap__list {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    list-style: none;
    margin: 0.7rem 0;
    padding-left: 0;
}
.sitemap__list.-lvl-1 {
    padding-left: 0.8rem;
}
.sitemap__list.-lvl-2 {
    padding-left: 1rem;
}
.sitemap__listitem {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    padding-left: 1rem;
    position: relative;
    text-transform: uppercase;
}
.sitemap__listitem::before {
    content: "\f105";
}
.sitemap__listitem::before {
    color: #4ebdc3;
    font-size: 1.3rem;
    left: 0;
    position: absolute;
    top: 0;
}
.sitemap__listitem a {
    color: #000;
    display: block;
    margin-bottom: 1.3rem;
}
.sitemap__listitem a:hover, .sitemap__listitem a:focus {
    text-decoration: underline;
}
.-lvl-1 .sitemap__listitem {
    line-height: 2rem;
}
.-lvl-1 .sitemap__listitem::before {
    content: "\f105";
}
.-lvl-1 .sitemap__listitem::before {
    color: #79348f;
}
.-lvl-1 .sitemap__listitem a {
    margin-bottom: 0;
}
.-lvl-2 .sitemap__listitem {
    line-height: 2rem;
    margin: 0;
}
.-lvl-2 .sitemap__listitem::before {
    content: "\f111";
}
.-lvl-2 .sitemap__listitem::before {
    color: #000;
    font-size: 0.5rem;
}
.sitemap__listitem.-has-ul {
    font-weight: 700;
}
.publications__block {
    display: flex;
}
@media screen and (max-width: 767px) {
    .publications__item-wrapper {
        flex-direction: column;
    }
}
.publications__image {
    display: block;
    flex-shrink: 0;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    position: relative;
    width: 18rem;
}
.publications__image picture {
    display: block;
}
.publications__image img {
    display: block;
    height: auto;
    max-width: 100%;
}
div.publications__image {
    height: 18rem;
}
div.publications__image::before {
    content: "\f1ea";
}
div.publications__image::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.publications__image::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 100%;
}
.-content div.publications__image {
    height: auto;
}
.-content div.publications__image::after {
    padding-top: 135.8%;
}
.publications__content {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
.publications__category {
    color: #4c165d;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.publications__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9rem;
    margin: 0;
    text-transform: uppercase;
}
.publications__teaser {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2rem;
    margin: 1.5rem 0;
}
@media screen and (max-width: 1279px) {
    .publications__teaser {
        font-size: 1.4rem;
    }
}
.publications__publication,
.publications .list-document {
    border-top: 0.1rem solid rgba(73, 73, 73, 0.5);
    padding-top: 1rem;
}
.publications__publication {
    color: #494949;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
}
.publications__number {
    display: block;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.publications.-content {
    margin: 8rem 0;
}
@media screen and (max-width: 1279px) {
    .publications.-content {
        margin: 5rem 0 8rem;
    }
}
@media screen and (max-width: 767px) {
    .publications.-content {
        margin: 5rem 0 5.5rem;
    }
}
.publications.-content .publications__block {
    margin: 0 -0.9rem;
}
@media screen and (max-width: 1279px) {
    .publications.-content .publications__block {
        margin: 0 -0.8rem;
    }
}
@media screen and (max-width: 767px) {
    .publications.-content .publications__block {
        display: block;
        margin: 0;
    }
}
.publications.-content .publications__item-wrapper:hover .publications__content::before, .publications.-content .publications__item-wrapper:focus .publications__content::before {
    -webkit-animation: moveArrow 0.2s ease-in-out;
            animation: moveArrow 0.2s ease-in-out;
}
.publications.-content .publications__image {
    margin: 0;
    width: 19.6rem;
}
@media screen and (max-width: 1279px) {
    .publications.-content .publications__image {
        width: 100%;
    }
}
.publications.-content .publications__image img {
    border: 1px solid #707070;
    width: 100%;
}
.publications.-content .publications__content {
    background: #fff;
    margin: -2.8rem 3.9rem 0 0;
    padding: 2rem;
    position: relative;
}
.publications.-content .publications__content::before {
    content: "\f178";
}
.publications.-content .publications__content::before {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    color: #4ebdc3;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 1279px) {
    .publications.-content .publications__content {
        margin-right: 1.3rem;
    }
}
.publications.-content .publications__category {
    margin-right: 1.5rem;
}
.publications.-content .publications__item {
    flex-basis: calc(25% - 1.8rem);
    margin: 0 0.9rem 3rem;
}
@media screen and (max-width: 1279px) {
    .publications.-content .publications__item {
        margin: 0 0.8rem 3rem;
    }
}
@media screen and (max-width: 767px) {
    .publications.-content .publications__item {
        margin: 0 auto 3rem;
        max-width: 17rem;
    }
}
.publications.-content .links-group {
    padding: 0;
}
.publications.-content .container {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .publications.-content .container {
        padding: 0 1rem;
    }
}
.publications.-list {
    margin: 0 -1.5rem;
}
@media screen and (max-width: 767px) {
    .publications.-list {
        margin: 0;
    }
}
.publications.-list .publications__item {
    flex-basis: 50%;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 3.5rem 1.5rem 0;
}
@media screen and (max-width: 1279px) {
    .publications.-list .publications__item {
        flex-basis: calc(33.3333% - 3rem);
    }
}
@media screen and (max-width: 767px) {
    .publications.-list .publications__item {
        flex-basis: calc(50% - 2rem);
        margin: 2.5rem 1rem 0;
    }
}
.publications.-list .publications__image {
    max-width: 18rem;
    width: auto;
}
.publications.-list .publications__teaser {
    display: none;
}
.publications.-list .deadline {
    font-size: 1.2rem;
    padding-left: 1.8rem;
}
.publications.-list .deadline::before {
    font-size: 1.2rem;
    top: 1.3rem;
}
.publications.-list .deadline + .publications__publication,
.publications.-list .deadline + .publications__teaser + .publications__publication,
.publications.-list .deadline + .publications__teaser + .list-document {
    border-top: 0;
    padding-top: 0;
}
.publications.-list.-three-columns .publications__item {
    flex-basis: calc(33.3333% - 3rem);
}
@media screen and (max-width: 767px) {
    .-page .publications.-list.-three-columns .publications__item {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 1279px) {
    .publications.-list.-three-columns .publications__item {
        flex-basis: calc(33.3333% - 3rem);
    }
}
@media screen and (max-width: 767px) {
    .publications.-list.-three-columns .publications__item {
        flex-basis: calc(50% - 2rem);
    }
}
.publications.-list.-four-columns .publications__item {
    flex-basis: calc(25% - 3rem);
}
@media screen and (max-width: 767px) {
    .-page .publications.-list.-four-columns .publications__item {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 1279px) {
    .publications.-list.-four-columns .publications__item {
        flex-basis: calc(33.3333% - 3rem);
    }
}
@media screen and (max-width: 767px) {
    .publications.-list.-four-columns .publications__item {
        flex-basis: calc(50% - 2rem);
    }
}
.publications.-list.-five-columns .publications__item {
    flex-basis: calc(20% - 2rem);
}
@media screen and (max-width: 767px) {
    .-page .publications.-list.-five-columns .publications__item {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 1279px) {
    .publications.-list.-five-columns .publications__item {
        flex-basis: calc(33.3333% - 3rem);
    }
}
@media screen and (max-width: 767px) {
    .publications.-list.-five-columns .publications__item {
        flex-basis: calc(50% - 2rem);
    }
}
.publications.-list.-six-columns {
    margin: 0 -1.4rem;
}
@media screen and (max-width: 1279px) {
    .publications.-list.-six-columns {
        justify-content: space-between;
        margin: 0 -2.3rem;
    }
}
@media screen and (max-width: 767px) {
    .publications.-list.-six-columns {
        align-items: center;
        flex-direction: column;
    }
}
.publications.-list.-six-columns .publications__item {
    flex-basis: calc(100% / 6 - 2.8rem);
    margin: 0 1.4rem 2.8rem;
}
@media screen and (max-width: 767px) {
    .-page .publications.-list.-six-columns .publications__item {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 1279px) {
    .publications.-list.-six-columns .publications__item {
        flex-basis: calc(33.3333% - 4.6rem);
        margin: 0 2.3rem 4.6rem;
        max-width: 21.5rem;
    }
}
@media screen and (max-width: 767px) {
    .publications.-list.-six-columns .publications__item {
        flex-basis: 100%;
        max-width: 21rem;
    }
}
.publications.-list.-six-columns .publications__image {
    height: 25.2rem;
}
@media screen and (max-width: 1279px) {
    .publications.-list.-six-columns .publications__image {
        height: 30rem;
        max-width: 21.4rem;
    }
}
.publications.-list.-six-columns .publications__image img {
    height: 100%;
}
.publications.-list.-six-columns .publications__content {
    margin: -2.8rem 2.5rem 0 0;
}
@media screen and (max-width: 1279px) {
    .publications.-list.-six-columns .publications__content {
        margin: -3.8rem 5.8rem 0 0;
    }
}
@media screen and (max-width: 767px) {
    .publications.-list.-six-columns .publications__content {
        margin: -3.7rem 5.5rem 0 0;
    }
}
.publications.-list .publications__image {
    height: 18rem;
}
.publications.-list .publications__image img {
    bottom: 0;
    max-height: 100%;
    position: absolute;
}
@media screen and (max-width: 1279px) {
    .publications.-list .publications__image img {
        position: static;
    }
}
.publications-single__listitems {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -2rem;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .publications-single__listitems {
        margin: 0;
    }
}
.publications-single__item {
    flex-basis: calc(33.3333% - 4rem);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 2rem 2.5rem;
}
@media screen and (max-width: 1279px) {
    .publications-single__item {
        flex-basis: calc(50% - 4rem);
    }
}
@media screen and (max-width: 767px) {
    .publications-single__item {
        flex-basis: 100%;
        margin: 0 0 2.5rem;
    }
}
.alire.-coverflow-right {
    position: relative;
}
.alire.-coverflow-right .alire__control {
    position: absolute;
    top: 22rem;
    background: none;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-right .alire__control {
        top: 17rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .alire__control {
        top: 16rem;
    }
}
.alire.-coverflow-right .alire__control[data-fa-icon]::before {
    color: #000;
    font-size: 2.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .alire__control[data-fa-icon]::before {
        font-size: 2rem;
    }
}
.alire.-coverflow-right .alire__control:hover[data-fa-icon]::before, .alire.-coverflow-right .alire__control:focus[data-fa-icon]::before {
    color: #485d6e;
}
.alire.-coverflow-right .alire__control.-prev {
    left: 0;
}
.alire.-coverflow-right .alire__control.-next {
    right: 0;
}
.alire.-coverflow-right .alire__carousel {
    width: calc(100% - 10rem);
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-right .alire__carousel {
        width: calc(100% - 6rem);
    }
}
.alire.-coverflow-right .alire__wrapper {
    margin-left: 10rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-right .alire__wrapper {
        margin-left: -1rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .alire__wrapper {
        margin-left: 0;
    }
}
.alire.-coverflow-right .publications {
    height: 46rem;
    width: 32.5rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-right .publications {
        height: 36rem;
        width: 25rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .publications {
        height: auto;
        width: 100%;
    }
}
.alire.-coverflow-right .publications__image {
    max-width: 32.5rem;
    width: 32.5rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-right .publications__image {
        max-width: 25rem;
        width: 25rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .publications__image {
        margin: 0 auto;
        max-width: 24rem;
        width: 24rem;
    }
}
.alire.-coverflow-right .publications__image img {
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.35);
    display: block;
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .publications__image img {
        box-shadow: none;
    }
}
.alire.-coverflow-right .publications__content {
    position: absolute;
    right: -30rem;
    top: 0;
    box-sizing: border-box;
    padding: 12rem 2rem 3rem 5rem;
    width: 30rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-right .publications__content {
        padding: 7rem 2rem 3rem 3rem;
        right: -24rem;
        width: 24rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-right .publications__content {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        padding: 2rem 0 0;
        text-align: center;
        width: 100%;
    }
}
.alire.-coverflow-right .swiper-slide-active > *,
.alire.-coverflow-right .swiper-slide-active ~ .swiper-slide .publications__item {
    display: none;
}
.alire.-coverflow-right .swiper-slide .alire-item__content {
    display: none;
}
.alire.-coverflow-right .swiper-slide > .publications__item,
.alire.-coverflow-right .swiper-slide .alire-item__picture {
    display: block;
}
.alire.-coverflow-right .swiper-slide-active .alire-item__content {
    display: block;
}
.alire.-coverflow-right .swiper-slide-active .publications__picture-link {
    pointer-events: auto;
}
.alire.-coverflow-left {
    position: relative;
}
.alire.-coverflow-left .alire__control {
    position: absolute;
    top: 18.5rem;
    background: none;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .alire__control {
        top: 19rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__control {
        top: 16rem;
    }
}
.alire.-coverflow-left .alire__control[data-fa-icon]::before {
    color: #000;
    font-size: 2.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__control[data-fa-icon]::before {
        font-size: 2rem;
    }
}
.alire.-coverflow-left .alire__control:hover[data-fa-icon]::before, .alire.-coverflow-left .alire__control:focus[data-fa-icon]::before {
    color: #485d6e;
}
.alire.-coverflow-left .alire__control.-prev {
    left: 27rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .alire__control.-prev {
        left: 36rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__control.-prev {
        left: 0;
    }
}
.alire.-coverflow-left .alire__control.-next {
    right: 0;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .alire__control.-next {
        right: 6rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__control.-next {
        right: 0;
    }
}
.alire.-coverflow-left .alire__carousel {
    transform: translateX(-17%);
    width: calc(100% + 16rem);
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .alire__carousel {
        transform: none;
        width: calc(100% - 12rem);
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__carousel {
        padding: 0;
        width: calc(100% - 8rem);
    }
}
.alire.-coverflow-left .alire__carousel .swiper-slide {
    height: 38rem;
    width: 25.3rem;
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__carousel .swiper-slide {
        height: auto;
    }
}
.alire.-coverflow-left .alire__carousel .swiper-slide .publications__item > * {
    display: none;
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .alire__carousel .swiper-slide .publications__item > * {
        display: block;
    }
}
.alire.-coverflow-left .alire__carousel .swiper-slide.swiper-slide-active .publications__item > *,
.alire.-coverflow-left .alire__carousel .swiper-slide.swiper-slide-active ~ .swiper-slide .publications__item > * {
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire.-coverflow-left .alire__carousel .swiper-slide.swiper-slide-active .publications__item > *,
    .alire.-coverflow-left .alire__carousel .swiper-slide.swiper-slide-active ~ .swiper-slide .publications__item > * {
        display: flex;
    }
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .alire-item {
        max-width: none;
    }
}
.alire.-coverflow-left .publications__image {
    display: block;
    height: auto;
    max-width: 25.3rem;
    pointer-events: none;
    width: 25.3rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .publications__image {
        height: 100%;
        margin: 0 auto;
        order: 1;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .publications__image {
        margin: 0 auto;
        width: 100%;
    }
}
.alire.-coverflow-left .publications__image img {
    height: 100%;
    width: 25.3rem;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
}
.alire.-coverflow-left .publications__image img:not([src*='data:image']) {
    font-family: "object-fit: cover; object-position: center;";
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .publications__image img {
        box-shadow: none;
    }
}
.alire.-coverflow-left .publications__content {
    left: -37.8rem;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    display: none;
    padding: 8.5rem 10rem 9.5rem 6rem;
    text-align: right;
    width: 37.8rem;
}
@media screen and (max-width: 1279px) {
    .alire.-coverflow-left .publications__content {
        padding: 13.5rem 3.5rem 9.5rem 0;
        position: static;
        width: 30rem;
    }
}
@media screen and (max-width: 767px) {
    .alire.-coverflow-left .publications__content {
        padding: 2rem 0 0;
        text-align: center;
        width: 100%;
    }
}
.alire.-coverflow-left .publications__content a {
    display: inline-block;
}
.alire.-coverflow-left .publications__button a {
    display: inline-block;
}
.alire {
    margin: 7rem 0 5rem;
    position: relative;
}
.alire__container {
    max-width: 100%;
    position: relative;
    width: 100%;
}
.alire__wrap {
    width: 100%;
}
.alire .links-group {
    margin-top: 3rem;
}
.alire__control {
    position: absolute;
    top: 24.5rem;
    background: none;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .alire__control {
        top: 22rem;
    }
}
@media screen and (max-width: 767px) {
    .alire__control {
        top: 17rem;
    }
}
.alire__control[data-fa-icon]::before {
    color: #000;
    font-size: 2.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .alire__control[data-fa-icon]::before {
        font-size: 2rem;
    }
}
.alire__control:hover[data-fa-icon]::before, .alire__control:focus[data-fa-icon]::before {
    color: #485d6e;
}
.alire__control.-prev {
    left: 0;
}
.alire__control.-next {
    right: 0;
}
.alire__carousel {
    overflow: hidden;
    width: calc(100% - 18.4rem);
}
@media screen and (max-width: 1279px) {
    .alire__carousel {
        width: calc(100% - 15rem);
    }
}
@media screen and (max-width: 767px) {
    .alire__carousel {
        width: calc(100% - 6rem);
    }
}
.alire .swiper-slide-active .publications__content {
    display: block !important;
}
.swiper-slide-active .publications__content {
    display: block !important;
}
.alire-item {
    max-width: 30.5rem;
}
@media screen and (max-width: 1279px) {
    .alire-item {
        max-width: 26.7rem;
    }
}
@media screen and (max-width: 767px) {
    .alire-item {
        max-width: 100%;
    }
}
.alire-item .link-context__link:hover, .alire-item .link-context__link:focus {
    text-decoration: underline;
}
.alire-item .publications__item-wrapper {
    display: block;
    height: 100%;
}
.alire-item .publications__image {
    height: 43.5rem;
    width: 30.5rem;
    max-width: 30.5rem;
    display: block;
}
@media screen and (max-width: 1279px) {
    .alire-item .publications__image {
        height: 38rem;
        width: 26.7rem;
        max-width: 26.7rem;
    }
}
@media screen and (max-width: 767px) {
    .alire-item .publications__image {
        height: 34.3rem;
        width: 24rem;
        margin: 0 auto;
    }
}
.alire-item .publications__image img {
    height: 43.5rem;
    width: 30.5rem;
    background-color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.35);
}
.alire-item .publications__image img:not([src*='data:image']) {
    font-family: "object-fit: cover; object-position: center;";
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 1279px) {
    .alire-item .publications__image img {
        height: 38rem;
        width: 26.7rem;
    }
}
@media screen and (max-width: 767px) {
    .alire-item .publications__image img {
        height: 34.3rem;
        width: 24rem;
        box-shadow: none;
    }
}
.alire-item div.publications__image {
    position: relative;
}
.alire-item div.publications__image::before {
    content: "\f1ea";
}
.alire-item div.publications__image::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
.alire-item div.publications__image::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 140%;
}
.alire-item .publications__content {
    display: none;
    padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
    .alire-item .publications__content {
        text-align: center;
    }
}
.alire-item .publications__category {
    color: #79348f;
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.alire-item__title {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}
.alire-item .publications__buttons {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    border-top: 0.1rem solid #727272;
    color: #000;
    display: inline-block;
    list-style: none;
    margin: 1rem 0 0;
    padding: 1rem 0 0;
    position: relative;
    text-transform: uppercase;
    z-index: 41;
}
.wf-active .alire-item .publications__buttons {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
.alire-item .publications__button a {
    color: inherit;
    padding-left: 1.8rem;
    position: relative;
}
.alire-item .publications__button a::before {
    left: 0;
    position: absolute;
    top: 0;
}
.alire-item .publications__button a:hover, .alire-item .publications__button a:focus {
    text-decoration: underline;
}
.alire-item .publications__button.-download a::before {
    color: #79348f;
}
.alire-item .publications__button.-read a {
    font-weight: 400;
}
.alire-item .publications__button.-read a::before {
    color: #4ebdc3;
}
.alire-item .publications__button-size {
    color: #727272;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
}
.alire-item .publications__button-size::before {
    content: '|';
    display: inline;
    margin: 0 0.5rem;
    vertical-align: 0;
}
.alire-with-newsletter .alire__container {
    width: 68%;
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .alire__container {
        margin-bottom: 3rem;
        width: 100%;
    }
}
.alire-with-newsletter .alire__wrap {
    display: flex;
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .alire__wrap {
        flex-direction: column;
    }
}
.alire-with-newsletter .alire__newsletter {
    flex-shrink: 0;
    margin-left: 7rem;
    max-width: 30%;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .alire__newsletter {
        margin: 0 auto;
        max-width: 72rem;
    }
}
@media screen and (max-width: 767px) {
    .alire-with-newsletter .alire__newsletter {
        max-width: 48rem;
    }
}
.alire-with-newsletter .newsletter-bar {
    margin: 3rem 0 8rem;
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar {
        margin: 3rem 0 5rem;
    }
}
@media screen and (max-width: 767px) {
    .alire-with-newsletter .newsletter-bar {
        margin: 6rem 0 4.5rem;
    }
}
.alire-with-newsletter .newsletter-bar__wrap {
    background-color: #efefef;
    display: block;
    padding: 5.5rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__wrap {
        padding: 3rem 6rem;
    }
}
@media screen and (max-width: 767px) {
    .alire-with-newsletter .newsletter-bar__wrap {
        padding: 4rem 2rem;
    }
}
.alire-with-newsletter .newsletter-bar__title {
    border: 0;
    color: #952461;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 2.6rem;
    margin: 0 0 2.5rem;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__title {
        font-size: 2.7rem;
        margin: 0 auto 1.5rem;
    }
}
.alire-with-newsletter .newsletter-bar__subtitle {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 2.5rem;
    text-align: center;
    text-transform: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__subtitle {
        text-align: center;
    }
}
.alire-with-newsletter .newsletter-bar__form {
    flex-grow: 1;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .alire-with-newsletter .newsletter-bar__form {
        padding-left: 0;
        width: 100%;
    }
}
.alire-with-newsletter .newsletter-bar__fields {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__fields {
        align-items: flex-end;
        flex-direction: row;
    }
}
.alire-with-newsletter .newsletter-bar__field.-input {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__field.-input {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .alire-with-newsletter .newsletter-bar__field.-input {
        margin-bottom: 1.5rem;
    }
}
.alire-with-newsletter .newsletter-bar__field.-input label {
    color: #727272;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.28rem;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}
.alire-with-newsletter .newsletter-bar__field.-input input {
    background-color: transparent;
    border-bottom: 1px solid rgba(114, 114, 114, 0.8);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.28rem;
    padding: 1.2rem 1rem;
}
.alire-with-newsletter .newsletter-bar__field.-input input::-webkit-input-placeholder {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.28rem;
}
.alire-with-newsletter .newsletter-bar__field.-input input::-moz-placeholder {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.28rem;
}
.alire-with-newsletter .newsletter-bar__field.-input input:-ms-input-placeholder {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.28rem;
}
.alire-with-newsletter .newsletter-bar__field.-input input::-ms-input-placeholder {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.28rem;
}
.alire-with-newsletter .newsletter-bar__field.-input input::placeholder {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.28rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__field.-button {
        margin-left: 5rem;
    }
}
.alire-with-newsletter .newsletter-bar__field.-button button {
    background-color: transparent;
    font-size: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__field.-button button {
        font-size: 2rem;
        padding: 2rem 5rem;
    }
}
.alire-with-newsletter .newsletter-bar__field.-button button::before {
    content: "\f00c";
}
.alire-with-newsletter .newsletter-bar__field.-button button::before {
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 0.5rem;
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__field.-button button::before {
        font-size: 2rem;
    }
}
.alire-with-newsletter .newsletter-bar__field.-button button:hover, .alire-with-newsletter .newsletter-bar__field.-button button:focus {
    background-color: #79348f;
    border-color: #79348f;
    color: #fff;
}
.alire-with-newsletter .newsletter-bar__field.-button button:hover::before, .alire-with-newsletter .newsletter-bar__field.-button button:focus::before {
    color: #fff;
}
.alire-with-newsletter .newsletter-bar__links {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin: 3rem 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__links {
        margin: 2.5rem 0 0;
        position: static;
    }
}
@media screen and (max-width: 1279px) {
    .alire-with-newsletter .newsletter-bar__link {
        display: inline-block;
    }
}
.alire-with-newsletter .newsletter-bar__link.-archives a, .alire-with-newsletter .newsletter-bar__link.-unsubscribe a {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.56rem;
    text-transform: uppercase;
}
.alire-with-newsletter .newsletter-bar__link.-archives a::before, .alire-with-newsletter .newsletter-bar__link.-unsubscribe a::before {
    color: #000;
    font-weight: 400;
}
.alire-with-newsletter .newsletter-bar__link.-archives a:hover, .alire-with-newsletter .newsletter-bar__link.-archives a:focus, .alire-with-newsletter .newsletter-bar__link.-unsubscribe a:hover, .alire-with-newsletter .newsletter-bar__link.-unsubscribe a:focus {
    text-decoration: underline;
}
.alire-with-newsletter .newsletter-bar__link.-archives a:hover::before, .alire-with-newsletter .newsletter-bar__link.-archives a:focus::before, .alire-with-newsletter .newsletter-bar__link.-unsubscribe a:hover::before, .alire-with-newsletter .newsletter-bar__link.-unsubscribe a:focus::before {
    color: #79348f;
}
.list-document {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    list-style: none;
    margin: 1.5rem 0;
    padding-left: 0;
}
.list-document__item {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    text-transform: uppercase;
}
.list-document__item a {
    color: #000;
}
.list-document__item a:hover, .list-document__item a:focus {
    text-decoration: underline;
}
.list-document__item[data-fa-icon]::before {
    margin-right: 0.5rem;
}
.list-document__item.-download[data-fa-icon]::before {
    color: #79348f;
}
.list-document__item.-read[data-fa-icon]::before {
    color: #4ebdc3;
}
.list-document__size {
    color: #494949;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
}
.list-document__size::before {
    content: '|';
    display: inline;
    margin: 0 0.5rem;
    vertical-align: 0;
}
.documents-list__title {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding-left: 4rem;
    position: relative;
}
.documents-list__title::before {
    content: "";
}
.documents-list__title::before {
    left: 0;
    position: absolute;
    top: -0.5rem;
    transition: all 300ms ease 0ms;
    color: #4ebdc3;
    font-family: "icons" !important;
    font-size: 3.5rem;
    font-weight: 300;
}
.documents-list__title span {
    text-transform: uppercase;
}
.documents-list__title.-pdf::before {
    content: "\e003";
}
.documents-list__title.-xls::before {
    content: "\e006";
}
.documents-list__title.-xlsx::before {
    content: "\e006";
}
.documents-list__title.-xlsm::before {
    content: "\e006";
}
.documents-list__title.-doc::before {
    content: "\e001";
}
.documents-list__title.-docx::before {
    content: "\e001";
}
.documents-list__title.-docm::before {
    content: "\e001";
}
.documents-list__title.-dotx::before {
    content: "\e001";
}
.documents-list__title.-dotm::before {
    content: "\e001";
}
.documents-list__title.-ppt::before {
    content: "\e004";
}
.documents-list__title.-png::before {
    content: "\e002";
}
.documents-list__title.-svg::before {
    content: "\e002";
}
.documents-list__title.-jpg::before {
    content: "\e002";
}
.documents-list__title.-zip::before {
    content: "\e007 ";
}
.documents-list__size {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
}
.documents-links {
    list-style: none;
    padding-left: 0;
}
.documents-link {
    display: inline-block;
    margin-top: 1rem;
}
.documents-link.-read {
    margin-right: 0.7rem;
}
.documents-link.-read a[data-fa-icon]::before {
    color: #4ebdc3;
}
.telecharger__wrapper {
    padding: 0;
    position: relative;
}
.telecharger__listitems {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
.telecharger__item {
    align-items: center;
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem;
    padding-bottom: 2rem;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .telecharger__item {
        padding-bottom: 3.5rem;
        width: 48%;
    }
    .telecharger__item:nth-last-child(1), .telecharger__item:nth-last-child(2) {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .telecharger__item {
        padding-bottom: 0.5rem;
    }
}
.telecharger__item a {
    transition: all 300ms ease 0ms;
    color: #fff;
    min-height: 3rem;
    padding: 0 0 0 4rem;
    position: relative;
    width: 100%;
    word-break: break-all;
    word-break: break-word;
}
.telecharger__item a::before {
    content: "\e005";
    font-family: "icons";
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .telecharger__item a {
        display: block;
        min-height: inherit;
        padding: 1rem 0 1rem 4rem;
    }
}
.telecharger__item a:hover, .telecharger__item a:focus {
    color: rgba(255, 255, 255, 0.8);
    outline-color: #fff;
}
.telecharger__item a:hover .telecharger__title, .telecharger__item a:focus .telecharger__title {
    text-decoration: underline;
}
.telecharger__item a::before {
    left: 0;
    position: absolute;
    top: 0;
    color: #3962a5;
    content: '\e051';
    font-family: "icons";
    font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
    .telecharger__item a::before {
        top: 50%;
        transform: translateY(-50%);
    }
}
.telecharger__title {
    flex-grow: 1;
    padding-right: 1rem;
}
@media screen and (max-width: 767px) {
    .telecharger__title {
        flex-grow: 0;
    }
}
.telecharger__meta {
    display: block;
    flex-shrink: 0;
    font-weight: 300;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .telecharger__meta {
        display: inline-block;
        width: auto;
    }
}
.telecharger__ext::after {
    content: ' - ';
}
.telecharger.-content {
    background-color: #4c165d;
    margin: 8rem 0;
    padding: 3rem 5rem 4rem 2.9rem;
}
.telecharger.-content .title-block {
    margin-bottom: 2.8rem;
}
.telecharger.-content .title-block::before {
    background-color: rgba(149, 36, 97, 0.2);
}
.telecharger.-content .title-block .title {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 4rem;
    font-weight: 900;
    text-transform: none;
}
@media screen and (min-width: 768px) {
    .telecharger.-content .telecharger__item {
        padding-bottom: 2rem;
        width: 47%;
    }
    .telecharger.-content .telecharger__item:nth-last-child(1), .telecharger.-content .telecharger__item:nth-last-child(2) {
        padding-bottom: 0;
    }
}
.telecharger.-content .telecharger__item a {
    flex-wrap: nowrap;
    min-height: 4rem;
    padding: 0 6rem 0 5rem;
}
@media screen and (max-width: 767px) {
    .telecharger.-content .telecharger__item a {
        display: block;
        min-height: inherit;
        padding: 1rem 0 1rem 5.5rem;
    }
}
.telecharger.-content .telecharger__item a::before {
    font-size: 4.7rem;
    left: -0.7rem;
    top: 50%;
    transform: translateY(-50%);
}
.telecharger.-content .telecharger__meta {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    width: 6rem;
}
@media screen and (min-width: 768px) {
    .telecharger.-content .telecharger__meta {
        left: calc(100% - 6rem);
        position: absolute;
        top: 50%;
        border-left: 1px solid #fff;
        padding-left: 1rem;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 767px) {
    .telecharger.-content .telecharger__meta {
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    .telecharger.-content .telecharger__ext {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .telecharger.-content .telecharger__ext::after {
        content: none;
    }
}
.news-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
    .news-block {
        justify-content: center;
        margin: 0;
    }
}
.news-block__item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 1rem 2rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .news-block__item {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .news-block__item {
        flex-basis: 100%;
        margin: 0 0 3rem;
    }
}
.news-block__item a:hover .news-block__content::before, .news-block__item a:focus .news-block__content::before {
    -webkit-animation: moveArrow 0.2s ease-in-out;
            animation: moveArrow 0.2s ease-in-out;
}
.-content .news-block__item:last-child::before {
    position: absolute;
    right: -6.5rem;
    top: -3rem;
    height: calc(100% + 3rem);
    width: 107%;
    background: #3962a5;
    content: '';
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .-content .news-block__item:last-child::before {
        content: none;
    }
}
.news-block.-two-columns .news-block__item {
    flex-basis: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
    .news-block.-two-columns .news-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.news-block.-three-columns .news-block__item {
    flex-basis: calc(33.3333% - 2rem);
}
@media screen and (max-width: 1279px) {
    .news-block.-three-columns .news-block__item {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .news-block.-three-columns .news-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.news-block.-four-columns .news-block__item {
    flex-basis: calc(25% - 2rem);
}
@media screen and (max-width: 1279px) {
    .news-block.-four-columns .news-block__item {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .news-block.-four-columns .news-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.news-block.-five-columns .news-block__item {
    flex-basis: calc(20% - 2rem);
}
@media screen and (max-width: 1279px) {
    .news-block.-five-columns .news-block__item {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .news-block.-five-columns .news-block__item {
        flex-basis: 100%;
        max-width: 40rem;
    }
}
.news-block.-list .news-block__content {
    margin-top: -14.5rem;
    padding: 2rem 1.5rem 2rem 2.2rem;
    width: 20rem;
}
.news-block.-list .news-block__title {
    line-height: 1.25;
}
.news-block__picture {
    display: block;
    width: 100%;
}
div.news-block__picture::before {
    content: "\f1ea";
}
div.news-block__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #727272;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.news-block__picture::after {
    background: #c5c5c5;
    content: '';
    display: block;
    padding-top: 75%;
}
@media screen and (max-width: 1279px) {
    div.news-block__picture::after {
        padding-top: 75.2%;
    }
}
.news-block__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.news-block__content {
    background: #fff;
    margin-top: -15rem;
    min-height: 18rem;
    padding: 2rem 3rem 2rem 2rem;
    position: relative;
    width: 20rem;
}
.news-block__content::before {
    content: "\f178";
}
.news-block__content::before {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    color: #4ebdc3;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .news-block__content::before {
        font-size: 1.3rem;
        right: 1rem;
        top: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .news-block__content {
        bottom: 0;
        left: 0;
        position: absolute;
        min-height: auto;
        padding: 1rem 1.5rem 1.2rem 1rem;
        width: calc(100% - 1.5rem);
    }
}
.news-block__category {
    color: #4ebdc3;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 2.5rem 0.5rem 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .news-block__category {
        font-size: 1.2rem;
    }
}
.news-block__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .news-block__title {
        font-size: 1.4rem;
    }
}
.news-block__teaser {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
}
.news-block__publication {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #485d6e;
    font-weight: 400;
    font-style: italic;
}
.news-block.-espace-presse.-list .news-block__content {
    margin-top: -5rem;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
    min-height: 14.7rem;
}
@media screen and (max-width: 1279px) {
    .news-block.-espace-presse.-list .news-block__content {
        margin-top: -3.3rem;
    }
}
@media screen and (max-width: 767px) {
    .news-block.-espace-presse.-list .news-block__content {
        margin-top: -3rem;
        position: relative;
    }
}
.news-block.-espace-presse .news-block__title {
    text-transform: none;
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .news-block.-espace-presse .news-block__title {
        font-size: 1.8rem;
    }
}
.news-block.-espace-presse .links-group {
    width: 100%;
}
@-webkit-keyframes moveArrow {
    0% {
        right: 1.5rem;
    }
    50% {
        right: 2.2rem;
    }
    90% {
        right: 1.5rem;
    }
}
@keyframes moveArrow {
    0% {
        right: 1.5rem;
    }
    50% {
        right: 2.2rem;
    }
    90% {
        right: 1.5rem;
    }
}
.news-spoiler {
    margin: 2rem 0;
}
@media screen and (max-width: 1279px) {
    .news-spoiler {
        margin: 1rem 0;
    }
}
.news-spoiler__wrap {
    align-items: center;
    background-color: #292929;
    display: flex;
    margin-top: 2.5rem;
    padding: 2rem;
}
@media screen and (max-width: 767px) {
    .news-spoiler__wrap {
        flex-direction: column;
        margin: 2.5rem 1rem 0;
    }
}
.news-spoiler__wrap.-has-shadow {
    position: relative;
}
.news-spoiler__wrap.-has-shadow::before, .news-spoiler__wrap.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.news-spoiler__wrap.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .news-spoiler__wrap.-has-shadow::before {
        left: 7rem;
    }
}
.news-spoiler__wrap.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .news-spoiler__wrap.-has-shadow::after {
        right: 7rem;
    }
}
.news-spoiler__title {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 1rem 3rem 1rem 4rem;
    position: relative;
    text-transform: uppercase;
    width: 28rem;
}
.news-spoiler__title::before {
    content: "\e01b";
}
@media screen and (max-width: 1279px) {
    .news-spoiler__title {
        padding: 1rem 2rem 1rem 4rem;
        width: 18rem;
    }
}
@media screen and (max-width: 767px) {
    .news-spoiler__title {
        padding: 0 0 1.5rem 4rem;
        width: auto;
    }
}
.news-spoiler__title::before {
    left: 0;
    position: absolute;
    top: 1.1rem;
    color: #79348f;
    font-family: "icons";
    font-size: 3.7rem;
    font-weight: 300;
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .news-spoiler__title::before {
        top: 0;
    }
}
.news-spoiler__subtitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 0.65rem;
    text-transform: none;
}
.news-spoiler__wrapper {
    border-left: 1px solid rgba(114, 114, 114, 0.2);
    border-right: 1px solid rgba(114, 114, 114, 0.2);
    padding-top: 1.5rem;
    position: relative;
    width: calc(100% - 48rem);
}
@media screen and (max-width: 1279px) {
    .news-spoiler__wrapper {
        width: calc(100% - 34rem);
    }
}
@media screen and (max-width: 767px) {
    .news-spoiler__wrapper {
        border-bottom: 1px solid rgba(114, 114, 114, 0.2);
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(114, 114, 114, 0.2);
        padding: 2rem 0;
        width: 100%;
    }
}
.news-spoiler__wrapper.-has-pagination {
    padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
    .news-spoiler__wrapper.-has-pagination {
        padding-bottom: 5rem;
    }
}
.news-spoiler__container {
    margin: 0 auto;
    width: calc(100% - 9rem);
}
@media screen and (max-width: 1279px) {
    .news-spoiler__container {
        width: calc(100% - 8rem);
    }
}
@media screen and (max-width: 767px) {
    .news-spoiler__container {
        width: calc(100% - 4rem);
    }
}
.news-spoiler__actions {
    bottom: 0;
    position: absolute;
    right: 4.5rem;
    border-left: 1px solid #c5c5c5;
    display: inline-flex;
    margin: 0;
    padding: 0.3rem 0 0.3rem 1rem;
}
@media screen and (max-width: 767px) {
    .news-spoiler__actions {
        border: 0;
        bottom: 1rem;
        padding: 0;
        right: 50%;
        transform: translateX(50%);
    }
}
.news-spoiler__action {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 0.9rem;
    padding: 0 0.3rem;
}
.news-spoiler__action.-is-active {
    color: #3962a5;
    display: inline-block;
}
.news-spoiler__pagination {
    bottom: 0;
    position: absolute;
    right: 8.3rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .news-spoiler__pagination {
        bottom: 2.5rem;
        right: 50%;
        transform: translateX(50%);
    }
}
.news-spoiler__pagination .-is-active button {
    background: #3962a5;
    transform: scale(1);
}
.news-spoiler__pagination button {
    transition: all 250ms ease-in-out 0ms;
    height: 1.2rem;
    width: 1.2rem;
    background: #c5c5c5;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transform: scale(0.75);
}
.news-spoiler__control {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
}
.news-spoiler__control[data-fa-icon]::before {
    color: #727272;
    font-size: 2.5rem;
}
.news-spoiler__control.-prev {
    left: 1rem;
}
@media screen and (max-width: 1279px) {
    .news-spoiler__control.-prev {
        left: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .news-spoiler__control.-prev {
        left: -1.5rem;
    }
}
.news-spoiler__control.-next {
    right: 1rem;
}
@media screen and (max-width: 1279px) {
    .news-spoiler__control.-next {
        right: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .news-spoiler__control.-next {
        right: -1.5rem;
    }
}
.news-spoiler__control.swiper-button-disabled {
    cursor: auto;
}
.news-spoiler__control.swiper-button-disabled[data-fa-icon]::before {
    color: #efefef;
}
.news-spoiler__control.-is-hidden {
    display: none;
}
.news-spoiler__content {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    height: auto;
}
@media screen and (max-width: 767px) {
    .news-spoiler__content {
        text-align: center;
    }
}
.news-spoiler__category {
    color: #79348f;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.news-spoiler__teaser {
    color: #000;
    flex-grow: 1;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}
.news-spoiler__link-wrapper {
    margin-top: auto;
    padding-top: 0.5rem;
}
.news-spoiler__link, .news-spoiler__link.btn, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle {
    border: 0;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}
.news-spoiler__link span, .news-spoiler__link.btn span, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle span {
    font-size: 1.2rem;
}
.news-spoiler__link span::before, .news-spoiler__link.btn span::before, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle span::before {
    color: inherit;
}
.news-spoiler__link:hover, .news-spoiler__link:focus, .news-spoiler__link.btn:hover, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle:hover, .news-spoiler__link.btn:focus, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle:focus {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}
.news-spoiler__link:hover span, .news-spoiler__link:focus span, .news-spoiler__link.btn:hover span, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle:hover span, .news-spoiler__link.btn:focus span, .g-translate-dropdown .news-spoiler__link.g-translate-dropdown__toggle:focus span {
    color: #79348f;
}
.news-spoiler__all, .news-spoiler__all.btn, .g-translate-dropdown .news-spoiler__all.g-translate-dropdown__toggle {
    border: 0;
    padding: 1rem;
    margin: 1rem 2rem;
    white-space: nowrap;
}
@media screen and (max-width: 1279px) {
    .news-spoiler__all, .news-spoiler__all.btn, .g-translate-dropdown .news-spoiler__all.g-translate-dropdown__toggle {
        margin: 1rem;
    }
}
.share-block__button {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    transition: all 300ms ease 0ms;
    height: 3.5rem;
    width: 3.5rem;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}
.share-block__button::before, .share-block__button::after {
    text-indent: 0;
}
.-is-open .share-block__button {
    background-color: #79348f;
}
.share-block__button[data-fa-icon]::before {
    transition: all 300ms ease 0ms;
    color: #c5c5c5;
    font-size: 1.6rem;
    margin-right: 0;
}
.-is-open .share-block__button[data-fa-icon]::before {
    color: #fff;
}
.share-block__button:hover, .share-block__button:focus {
    background-color: #79348f;
}
.share-block__button:hover[data-fa-icon]::before, .share-block__button:focus[data-fa-icon]::before {
    color: #fff;
}
.share-block__listitems {
    left: auto;
    position: absolute;
    right: 0;
    top: 3.5rem;
    background-color: #79348f;
    overflow: hidden;
    padding: 2rem;
    width: auto;
}
.share-block__listitems.-in-top {
    right: 50%;
    top: -3.5rem;
    transform: translate(50%, -100%);
}
.share-block__listitems.-in-left {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    overflow-x: hidden;
    transform: translateX(0) translateY(-50%) !important;
}
.-is-open .share-block__listitems.-in-top {
    right: 50%;
    top: -3.5rem;
    transform: translate(50%, -100%);
}
.-is-open .share-block__listitems.-in-left {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translateX(calc(-100% - 1rem)) translateY(-50%) !important;
}
.-is-open .share-block__listitems .share-block__item {
    opacity: 1;
    transform: translateX(0);
}
.-is-open .share-block__listitems .share-block__item:nth-child(1) {
    transition: all 0.2s ease 0ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(2) {
    transition: all 0.2s ease 100ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(3) {
    transition: all 0.2s ease 200ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(4) {
    transition: all 0.2s ease 300ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(5) {
    transition: all 0.2s ease 400ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(6) {
    transition: all 0.2s ease 500ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(7) {
    transition: all 0.2s ease 600ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(8) {
    transition: all 0.2s ease 700ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(9) {
    transition: all 0.2s ease 800ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(10) {
    transition: all 0.2s ease 900ms;
}
.share-block__item {
    color: #fff;
    opacity: 0;
    transform: translateX(100%);
    white-space: nowrap;
}
.share-block__item a {
    color: #fff;
    font-size: 1.6rem;
}
.share-block__item a:hover, .share-block__item a:focus {
    text-decoration: underline;
}
.share-block__item[data-fa-icon]::before {
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-size: 1.2rem;
    margin-right: 0.3rem;
    min-width: 1.6rem;
}
.share-block__item.-email[data-fa-icon]::before {
    font-family: "Font Awesome 5 Pro";
}
.share-block.-transparent .share-block__button {
    height: 4.5rem;
    width: 4.5rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1279px) {
    .share-block.-transparent .share-block__button {
        height: 3.5rem;
        width: 3.5rem;
    }
}
.share-block.-transparent .share-block__button[data-fa-icon]::before {
    color: #fff;
    font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
    .share-block.-transparent .share-block__button[data-fa-icon]::before {
        font-size: 1.6rem;
    }
}
.share-block.-transparent .share-block__button:hover, .share-block.-transparent .share-block__button:focus {
    background-color: #fff;
}
.share-block.-transparent .share-block__button:hover[data-fa-icon]::before, .share-block.-transparent .share-block__button:focus[data-fa-icon]::before {
    color: #79348f;
}
.share-block.-transparent.-is-open .share-block__listitems {
    transform: translateY(5px);
}
.albums-block {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin: 0 -1.6rem;
}
@media screen and (max-width: 767px) {
    .albums-block {
        justify-content: center;
        padding: 0;
    }
}
.-dark .albums-block {
    background-color: transparent;
}
.albums-block.-has-shadow {
    position: relative;
}
.albums-block.-has-shadow::before, .albums-block.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.albums-block.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .albums-block.-has-shadow::before {
        left: 7rem;
    }
}
.albums-block.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .albums-block.-has-shadow::after {
        right: 7rem;
    }
}
@media screen and (max-width: 1279px) {
    .albums-block.-has-shadow::before, .albums-block.-has-shadow::after {
        content: none;
    }
}
.albums-block__item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 2rem 0;
    padding: 0 1.67rem;
}
.albums-block__item .composite-link__wrap:hover.-has-overlay .albums-block__picture::before, .albums-block__item .composite-link__wrap:focus.-has-overlay .albums-block__picture::before,
.albums-block__item .composite-link:hover.-has-overlay .albums-block__picture::before,
.albums-block__item .composite-link:focus.-has-overlay .albums-block__picture::before {
    opacity: 0;
}
.albums-block__item .composite-link__wrap:hover .albums-block__picture.-has-video::before, .albums-block__item .composite-link__wrap:focus .albums-block__picture.-has-video::before,
.albums-block__item .composite-link:hover .albums-block__picture.-has-video::before,
.albums-block__item .composite-link:focus .albums-block__picture.-has-video::before {
    opacity: 0;
}
@media screen and (max-width: 1279px) {
    .albums-block__item {
        flex-basis: 33.3333%;
        padding: 0 1.25rem;
    }
}
@media screen and (max-width: 767px) {
    .albums-block__item {
        flex-basis: 100%;
        max-width: 40rem;
    }
}
.albums-block.-three-columns .albums-block__item {
    flex-basis: 33.3333%;
}
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .albums-block.-three-columns .albums-block__item {
        flex-basis: 30.56%;
    }
}
@media screen and (max-width: 1279px) {
    .albums-block.-three-columns .albums-block__item {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 767px) {
    .albums-block.-three-columns .albums-block__item {
        flex-basis: 100%;
        max-width: 40rem;
    }
}
.albums-block.-four-columns .albums-block__item {
    flex-basis: 25%;
}
@media screen and (max-width: 1279px) {
    .albums-block.-four-columns .albums-block__item {
        flex-basis: 33.3333%;
    }
}
@media screen and (max-width: 767px) {
    .albums-block.-four-columns .albums-block__item {
        flex-basis: 100%;
        max-width: 40rem;
    }
}
.albums-block.-five-columns .albums-block__item {
    flex-basis: 20%;
}
@media screen and (max-width: 1279px) {
    .albums-block.-five-columns .albums-block__item {
        flex-basis: 33.3333%;
    }
}
@media screen and (max-width: 767px) {
    .albums-block.-five-columns .albums-block__item {
        flex-basis: 100%;
        max-width: 40rem;
    }
}
.albums-block__picture {
    display: block;
    height: 100%;
    position: relative;
    z-index: 0;
}
.albums-block__picture::after {
    content: '';
    display: block;
    padding-top: 71.60494%;
    width: 100%;
}
.albums-block__picture::after {
    background: #333333;
}
div.albums-block__picture {
    height: 100%;
    width: 100%;
}
div.albums-block__picture::before {
    content: "\f302";
}
div.albums-block__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
.albums-block__picture img {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .albums-block__picture img {
        margin: 0 auto;
    }
}
.albums-block__picture.-has-video::before {
    content: "\f04b";
}
.albums-block__picture.-has-video::before {
    left: 50%;
    position: absolute;
    top: 50%;
    background-color: #3962a5;
    border-radius: 50%;
    box-shadow: 1.4px 1.4px 6px rgba(0, 0, 0, 0.29);
    color: #4ebdc3;
    font-size: 1.8rem;
    height: 6.5rem;
    font-weight: 400;
    opacity: 0.8;
    padding: 2.2rem 2.5rem;
    transform: translate(-50%, -50%);
    width: 6.5rem;
    z-index: 1;
}
.albums-block__content {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    padding: 1rem 2rem 0 1.5rem;
    position: relative;
    text-align: left;
    width: 50%;
    float: right;
    min-height: 11.8rem;
    background-color: #fff;
    margin-top: -5rem;
    z-index: 11;
}
.-dark .albums-block__content {
    color: #fff;
}
@media screen and (max-width: 1279px) {
    .albums-block__content.-darken {
        color: #000;
    }
}
@media screen and (max-width: 1279px) {
    .albums-block__content {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
}
.albums-block__category {
    background-color: #4ebdc3;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    margin: -2.6rem auto 1rem;
    padding: 0.6rem 2rem;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    z-index: 3;
}
.albums-block__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 1rem;
    color: #727272;
}
.albums-block__title a {
    color: #fff;
}
.albums-block__media {
    margin-top: 0.4rem;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    padding-top: 1rem;
    position: relative;
    color: #727272;
}
.albums-block .figure-caption__info {
    padding: 1.3rem;
    z-index: 12;
    bottom: unset;
    top: 0;
}
.albums {
    margin: 7rem 0 5rem;
}
.albums.-black {
    background: radial-gradient(circle at 53.75% center, #000 0%, #2a2a2a 100%);
}
@media screen and (max-width: 1279px) {
    .albums.-black .albums-block__content {
        color: #fff;
    }
}
@media screen and (max-width: 1279px) {
    .albums {
        padding: 2rem 0;
    }
}
@media screen and (max-width: 767px) {
    .albums {
        padding: 2rem 0 1rem;
    }
}
.albums .container.-fluid {
    padding: 0;
}
.albums .links-group {
    margin-top: 2rem;
}
.albums__wrapper {
    display: flex;
}
@media screen and (max-width: 1279px) {
    .albums__wrapper {
        flex-direction: column;
    }
}
.albums__wrapper.-has-shadow {
    position: relative;
}
.albums__wrapper.-has-shadow::before, .albums__wrapper.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.albums__wrapper.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .albums__wrapper.-has-shadow::before {
        left: 7rem;
    }
}
.albums__wrapper.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .albums__wrapper.-has-shadow::after {
        right: 7rem;
    }
}
@media screen and (max-width: 1279px) {
    .albums__wrapper.-has-shadow::before {
        content: none;
    }
}
.albums__wrapper .albums-block {
    width: 50%;
}
@media screen and (max-width: 1279px) {
    .albums__wrapper .albums-block {
        width: 100%;
    }
}
.albums-block {
    padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .albums-block {
        padding: 0 1.3rem;
    }
}
@media screen and (max-width: 1279px) {
    .albums-block.-composite {
        justify-content: center;
    }
}
.albums-block.-composite .albums-block__item {
    margin-top: 0;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .albums-block.-composite .albums-block__item {
        flex-basis: 50%;
        margin: 0 1rem 1.5rem;
        max-width: 30.5rem;
    }
    .albums-block.-composite .albums-block__item:nth-child(n + 5) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .albums-block.-composite .albums-block__item {
        flex-basis: 100%;
        margin: 0 0 1.5rem;
    }
}
.albums-block.-composite .composite-link__wrap.-has-overlay::before {
    background-color: rgba(0, 0, 0, 0.8);
}
.albums-block.-composite .composite-link__wrap.-has-overlay::after {
    content: none;
}
@media screen and (max-width: 1279px) {
    .albums-block.-composite .composite-link__wrap.-has-overlay::after {
        content: "\f06e";
    }
}
.albums-block.-composite .albums-block__content {
    left: 50%;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
@media screen and (min-width: 1280px) {
    .albums-block.-composite .albums-block__content {
        color: #fff;
    }
}
@media screen and (max-width: 1279px) {
    .albums-block.-composite .albums-block__content {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        opacity: 1;
        transform: translate(0);
        visibility: visible;
    }
}
@media screen and (max-width: 767px) {
    .albums-block.-composite .albums-block__content {
        padding: 1.5rem 0.5rem 0;
    }
}
.albums-block.-composite .albums-block__category {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 0.7rem 2rem;
    position: static;
    transform: translate(0);
}
@media screen and (max-width: 767px) {
    .albums-block.-composite .albums-block__category {
        margin-top: -4.5rem;
    }
}
.albums-block.-composite .albums-block__picture::after {
    content: none;
}
.albums-block.-composite .albums-block__picture img {
    position: static;
}
.albums-block.-composite .composite-link {
    height: 100%;
}
@media screen and (max-width: 1279px) {
    .albums-block.-composite .composite-link {
        height: auto;
    }
}
.albums-block.-composite .composite-link__wrap {
    height: 100%;
}
.albums-block.-focus .albums-block__item {
    flex-basis: 100%;
}
@media screen and (max-width: 1279px) {
    .albums-block.-focus .albums-block__item {
        max-width: 61rem;
    }
}
.albums-block .composite-link:hover .albums-block__content, .albums-block .composite-link:focus .albums-block__content {
    opacity: 1;
    visibility: visible;
}
.contact {
    margin: 8rem 0 6rem;
}
@media screen and (max-width: 1279px) {
    .contact {
        margin: 5rem 0 3rem;
    }
}
@media screen and (max-width: 767px) {
    .contact {
        margin: 6rem 0 4rem;
    }
}
.contact__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
    .contact__wrapper {
        align-items: center;
        flex-direction: column;
    }
}
.contact .title-block {
    margin-bottom: 3.9rem;
}
@media screen and (max-width: 767px) {
    .contact .title-block {
        margin-bottom: 2rem;
    }
}
.contact .title.-hide {
    display: none;
}
.contact__item {
    align-items: flex-start;
    background-color: #efefef;
    display: flex;
    margin: 0 1rem 2rem;
    max-width: calc(50% - 2rem);
    padding: 1rem;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .contact__item {
        flex-direction: column;
        max-width: 28rem;
        padding: 2rem;
        width: auto;
    }
}
.contact__item:first-child {
    margin: 0 1rem 2rem 3rem;
    max-width: 100%;
    padding: 2rem 6.2rem 2rem 0;
}
@media screen and (max-width: 1279px) {
    .contact__item:first-child {
        padding: 2rem 2.8rem 2rem 0;
    }
}
@media screen and (max-width: 767px) {
    .contact__item:first-child {
        margin: 0 2rem 2rem;
        max-width: 28rem;
        padding: 0 2rem 3rem 3rem;
    }
}
.contact__item:first-child .contact__picture {
    margin: -4rem 3rem 0 -2rem;
}
@media screen and (max-width: 767px) {
    .contact__item:first-child .contact__picture {
        margin: 0 -4rem 2rem;
    }
}
.contact__picture {
    display: block;
    margin-right: 2rem;
    max-height: 22.2rem;
    max-width: 22.2rem;
    min-height: 22.2rem;
    min-width: 22.2rem;
    padding: 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .contact__picture {
        max-height: 30rem;
        max-width: 30rem;
        min-height: 30rem;
        min-width: 30rem;
    }
}
.contact__picture::after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 250ms ease-in-out 0ms;
    background-color: transparent;
    content: '';
}
.contact__picture img {
    height: auto;
    width: 100%;
    display: block;
}
.contact__picture img:not([src*='data:image']) {
    font-family: "object-fit: cover; object-position: center;";
    -o-object-fit: cover;
       object-fit: cover;
}
div.contact__picture::before {
    content: "\f007";
}
div.contact__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #727272;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
    z-index: 3;
}
div.contact__picture::after {
    background: #c5c5c5;
    content: '';
    display: block;
    padding-top: 100%;
    z-index: 2;
}
.contact__content {
    width: 100%;
}
.contact__details, .contact__infos {
    display: inline-block;
    flex-grow: 1;
    vertical-align: top;
}
@media screen and (max-width: 1279px) {
    .contact__details, .contact__infos {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .contact__details, .contact__infos {
        display: block;
    }
}
.contact .contact__details, .contact .contact__infos {
    display: block;
    max-width: none;
}
.contact__details .infos__wrap, .contact__infos .infos__wrap {
    margin: 0;
}
.contact__details .infos__item, .contact__infos .infos__item {
    margin: 0 0 0.5rem;
}
.contact__details .infos__item.-address, .contact__infos .infos__item.-address {
    margin-bottom: 3.4rem;
}
@media screen and (max-width: 1279px) {
    .contact__details .infos__item.-address, .contact__infos .infos__item.-address {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .contact__details .infos__item.-address, .contact__infos .infos__item.-address {
        margin-bottom: 3rem;
    }
}
.contact__details .infos__item.-phone, .contact__infos .infos__item.-phone {
    margin-top: 1rem;
}
.contact__content-info > div:first-child {
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .contact__content-info > div:first-child {
        margin-bottom: 1.5rem;
    }
}
.contact__details {
    padding: 0 2.8rem 0 0;
    min-width: 15rem;
    width: 42%;
}
@media screen and (max-width: 1279px) {
    .contact__details {
        width: 47%;
    }
}
@media screen and (max-width: 767px) {
    .contact__details {
        padding: 0;
    }
}
.contact__infos {
    padding: 0;
    position: relative;
    width: 58%;
    z-index: 42;
}
@media screen and (max-width: 1279px) {
    .contact__infos {
        width: 53%;
    }
}
.contact__category {
    color: #4c165d;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.contact__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #485d6e;
    margin: 0 0 0.5rem;
}
.wf-active .contact__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.contact__canton {
    color: #4ebdc3;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 0.5rem;
}
.contact__canton::before {
    content: "\E048";
    font-family: "icons";
}
.contact__canton::before {
    color: #3962a5;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 0.5rem;
    vertical-align: bottom;
}
.contact__function {
    color: #4ebdc3;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 0.2rem;
    padding-left: 2rem;
}
.contact__function.-main {
    position: relative;
}
.contact__function.-main::before {
    content: "\f15c";
}
.contact__function.-main::before {
    left: 0.2rem;
    position: absolute;
    top: 0;
    color: #3962a5;
    font-weight: 400;
    margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
    .contact__group {
        margin-left: -0.6rem;
    }
}
.contact__btn + .contact__btn {
    margin-left: 1rem;
}
.contact__btn:nth-of-type(1)::after {
    background: #79348f;
}
.contact__btn:nth-of-type(1):hover, .contact__btn:nth-of-type(1):focus {
    color: #fff;
}
.contact__btn:nth-of-type(2) {
    border-color: #c5c5c5;
}
.contact.-structure .contact__item {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .contact.-structure .contact__item {
        max-width: 30rem;
    }
}
@media screen and (min-width: 1280px) {
    .contact.-structure .contact__content {
        display: flex;
        padding: 2rem 0;
    }
}
@media screen and (min-width: 1280px) {
    .contact.-structure .contact__content-top {
        flex-shrink: 0;
        margin-right: 1%;
        width: 34%;
    }
}
.contact.-content {
    margin: 8rem 0;
}
@media screen and (max-width: 767px) {
    .contact.-content {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
}
.contact.-content + .contact {
    margin: 8rem 0;
}
@media screen and (max-width: 767px) {
    .contact.-content + .contact {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
}
.contact.-content .contact__item {
    margin: 0 1rem 0 3rem;
    max-width: 100%;
    padding: 2rem 6.2rem 2rem 0;
}
@media screen and (max-width: 1279px) {
    .contact.-content .contact__item {
        padding: 2rem 2.8rem 2rem 0;
    }
}
@media screen and (max-width: 767px) {
    .contact.-content .contact__item {
        margin: 0 2rem;
        max-width: 28rem;
        padding: 0 2rem 3rem 3rem;
    }
}
.contact.-content .contact__picture {
    margin: -4rem 3rem 0 -2rem;
}
@media screen and (max-width: 767px) {
    .contact.-content .contact__picture {
        margin: 0 -4rem 2rem;
    }
}
/**
 * You can find markup and macro in `components/filters/filters.njk`
 *
 * Use macro: `{{ filters() }}`
 *
 * @section Filters macro
 * @page Filters
 */
/**
 * @section Filters one column
 * @page Filters
 *
 * @example
 * <div class="filters">
 *      <div class="container filters__container">
 *          <div class="filters__dropdown">
 *              <form action="#" method="get">
 *                  <fieldset>
 *                      <legend>Filtrer les actualités par:</legend>
 *                      <div class="filters__wrapper -inline">
 *                          <div class="filters__fields flex-row">
 *                              <div class="filters__field col-xs-12">
 *                                  <label for="select">Select label</label>
 *                                  <select name="select" id="select">
 *                                      <option value="0">- Sélectionner -</option>
 *                                      <option value="1">Option 1</option>
 *                                      <option value="2">Option 2</option>
 *                                  </select>
 *                              </div>
 *                          </div>
 *                          <div class="filters__buttons">
 *                               <button type="reset" class="btn filters__button -reset" data-fa-icon="&#xf00d;">Effacer</button>
 *                               <button type="submit" class="btn filters__button -submit" data-fa-icon="&#xf0b0;">Filtrer</button>
 *                          </div>
 *                      </div>
 *                  </fieldset>
 *              </form>
 *          </div>
 *      </div>
 * </div>
 *
 */
/**
 * @section Filters two columns
 * @page Filters
 *
 * @example
 * <div class="filters">
 *      <div class="container filters__container">
 *          <div class="filters__dropdown">
 *              <form action="#" method="get">
 *                  <fieldset>
 *                      <legend>Filtrer les actualités par:</legend>
 *                      <div class="filters__wrapper">
 *                          <div class="filters__fields flex-row">
 *                              <div class="filters__field col-xs-6">
 *                                  <label for="keyword">Input label</label>
 *                                  <input type="text" name="keyword" id="keyword" value="" placeholder="Placeholder hint...">
 *                              </div>
 *                              <div class="filters__field col-xs-6">
 *                                  <label for="select2">Select label</label>
 *                                  <select name="select2" id="select2">
 *                                      <option value="0">- Sélectionner -</option>
 *                                      <option value="1">Option 1</option>
 *                                      <option value="2">Option 2</option>
 *                                  </select>
 *                              </div>
 *                              <div class="filters__field col-xs-6">
 *                                  <label for="keyword2">Input label</label>
 *                                  <input type="text" name="keyword2" id="keyword2" value="" placeholder="Placeholder hint...">
 *                              </div>
 *                          </div>
 *                          <div class="filters__buttons">
 *                               <button type="reset" class="btn filters__button -reset" data-fa-icon="&#xf00d;">Effacer</button>
 *                               <button type="submit" class="btn filters__button -submit" data-fa-icon="&#xf0b0;">Filtrer</button>
 *                          </div>
 *                      </div>
 *                  </fieldset>
 *              </form>
 *          </div>
 *      </div>
 * </div>
 *
 */
/**
 * @section Filters three columns
 * @page Filters
 *
 * @example
 * <div class="filters">
 *      <div class="container filters__container">
 *          <div class="filters__dropdown">
 *              <form action="#" method="get">
 *                  <fieldset>
 *                      <legend>Filtrer les actualités par:</legend>
 *                      <div class="filters__wrapper">
 *                          <div class="filters__fields flex-row">
 *                              <div class="filters__field col-xs-4">
 *                                  <label for="select3">Select label</label>
 *                                  <select name="select3" id="select3">
 *                                      <option value="0">- Sélectionner -</option>
 *                                      <option value="1">Option 1</option>
 *                                      <option value="2">Option 2</option>
 *                                  </select>
 *                              </div>
 *                              <div class="filters__field col-xs-4">
 *                                  <label for="select4">Select label</label>
 *                                  <select name="select4" id="select4">
 *                                      <option value="0">- Sélectionner -</option>
 *                                      <option value="1">Option 1</option>
 *                                      <option value="2">Option 2</option>
 *                                  </select>
 *                              </div>
 *                              <div class="filters__field col-xs-4">
 *                                  <label for="keyword3">Input label</label>
 *                                  <input type="text" name="keyword3" id="keyword3" value="" placeholder="Placeholder hint...">
 *                              </div>
 *                              <div class="filters__field col-xs-4">
 *                                  <label for="input-date">Date:</label>
 *                                  <input type="date" id="input-date" value="" class="access__title" tabindex="0" data-name="input-date" title="jj/mm/aaaa">
 *                                  <input type="hidden" name="input-date" id="input-date-hidden" value="">
 *                                  <div class="checkbox">
 *                                      <input type="checkbox" name="checkbox1_3" id="checkbox1_3" value="Cum facilis fugit harum nemo neque">
 *                                      <label for="checkbox1_3">Cum facilis fugit harum nemo neque</label>
 *                                  </div>
 *                              </div>
 *                              <div class="filters__field col-xs-4">
 *                                  <label for="select__periode">Période:</label>
 *                                  <select name="select__periode" id="select__periode">
 *                                      <option value="0">- Toutes les dates -</option>
 *                                      <option value="1">Option 1</option>
 *                                      <option value="2">Option 2</option>
 *                                  </select>
 *                              </div>
 *                          </div>
 *                          <div class="filters__buttons">
 *                               <button type="reset" class="btn filters__button -reset" data-fa-icon="&#xf00d;">Effacer</button>
 *                               <button type="submit" class="btn filters__button -submit" data-fa-icon="&#xf0b0;">Filtrer</button>
 *                          </div>
 *                      </div>
 *                  </fieldset>
 *              </form>
 *          </div>
 *      </div>
 * </div>
 *
 */
.filters {
    margin: 0 0 2rem;
}
.filters.-heading {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .filters {
        margin: 1rem 1rem 2rem;
    }
    .map-page .filters {
        margin: 0 0 2rem;
    }
}
.filters__container {
    background-color: #1e95bf;
    max-width: 122rem;
    padding: 5rem 4rem 2.5rem;
    position: relative;
    z-index: 45;
}
.-heading .filters__container {
    background-color: transparent;
    padding: 2rem 0 0;
}
@media screen and (max-width: 1279px) {
    .filters__container {
        max-width: 100%;
        padding: 4rem 4rem 2rem;
    }
}
@media screen and (max-width: 767px) {
    .filters__container {
        padding: 2rem 2rem 0;
    }
}
.filters .link.-round.-line {
    position: absolute;
    right: 2rem;
    top: 2rem;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .filters .link.-round.-line {
        bottom: auto;
        left: auto;
        position: relative;
        right: 0;
        top: 0;
        margin: 0 0 1rem auto;
    }
}
.filters__btn {
    display: none;
}
@media screen and (max-width: 767px) {
    .filters__btn {
        display: block;
    }
}
.filters__btn.btn, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle {
    height: 3.2rem;
    width: 3.2rem;
    background-color: #4ebdc3;
    line-height: 3.2rem;
    padding: 0;
}
.filters__btn.btn::before, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle::before {
    content: "\f0b0";
}
.filters__btn.btn::before, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle::before {
    color: #fff !important;
    font-size: 1.2rem;
}
.filters__btn.btn:hover, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle:hover, .filters__btn.btn:focus, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle:focus {
    background-color: #79348f;
}
.filters__btn.-no-text-mobile {
    height: 3.2rem;
    width: 3.2rem;
}
.filters__btn[aria-expanded='true']::before {
    content: "\f00d";
}
.filters__btn[aria-expanded='true'].btn, .g-translate-dropdown .filters__btn.g-translate-dropdown__toggle[aria-expanded='true'] {
    background-color: #79348f;
}
.filters .flex-row {
    margin-left: -1rem;
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .filters .flex-row {
        margin: 0;
    }
}
.filters [class*='col-'] {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media screen and (max-width: 767px) {
    .filters [class*='col-'] {
        padding: 0;
    }
}
.filters form {
    margin: 0;
    width: 100%;
}
.filters fieldset {
    margin: 0;
    padding: 0;
}
.filters legend {
    display: inline-block;
    position: relative;
    width: auto;
}
.filters legend::after {
    bottom: 0.3rem;
    position: absolute;
    right: -2rem;
    height: 0.5rem;
    width: 6rem;
    background-color: #3962a5;
    content: '';
}
.filters legend span {
    color: inherit;
    position: relative;
    z-index: 1;
}
.filters input:not([type*='checkbox']):not([type*='radio']),
.filters select {
    height: 4rem;
}
.filters .checkbox:first-child {
    margin-top: 0;
}
.filters__wrapper {
    display: flex;
}
@media screen and (max-width: 767px) {
    .filters__wrapper {
        display: block;
    }
}
.filters__fields {
    flex-grow: 1;
}
@media screen and (max-width: 1279px) {
    .filters__fields {
        width: 100%;
    }
}
.filters__field {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
    position: relative;
}
.-heading .filters__field {
    margin-bottom: 0;
}
.filters__field label {
    flex-shrink: 0;
}
.-inline .filters__field {
    align-items: center;
    flex-direction: row;
}
.-inline .filters__field label {
    margin: 0 1.5rem 0 0;
}
.filters__buttons {
    align-items: flex-start;
    display: flex;
    flex-shrink: 0;
    margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
    .filters__buttons {
        justify-content: flex-end;
        margin-bottom: 2.5rem;
        margin-top: 0;
    }
}
.-inline .filters__buttons {
    margin-top: 0;
}
.filters__buttons-link {
    color: #727272;
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 1rem;
    text-align: right;
    text-decoration: underline;
}
.filters__buttons-link:hover, .filters__buttons-link:focus {
    text-decoration: none;
}
.filters__button {
    color: #fff;
    margin-left: 1rem;
}
.filters__button.-reset[data-fa-icon]::before {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    vertical-align: middle;
}
.map-page .filters__button.-reset[data-fa-icon]::before {
    font-size: 1.4rem;
    line-height: 0.8;
}
.filters__dropdown {
    min-width: 100%;
    width: auto;
}
.filters__dropdown.-is-open .filters__dropdown-block {
    display: block;
}
.filters__dropdown.-is-open .filters__dropdown-toggle::before {
    color: #3962a5;
    transform: translateY(-50%) rotateX(180deg);
}
.filters__dropdown-block {
    display: none;
}
@media screen and (max-width: 767px) {
    .filters__dropdown-block {
        width: 100%;
    }
}
.filters__dropdown-block .flex-row {
    margin-right: -1rem;
}
@media screen and (max-width: 767px) {
    .filters__dropdown-block .flex-row {
        margin-right: 0;
    }
}
.filters__dropdown-toggle {
    margin-bottom: 2.5rem;
}
.filters__dropdown-toggle::before {
    content: "";
}
.filters__dropdown-toggle::before {
    position: absolute;
    right: 1rem;
    top: 50%;
    font-size: 1.1rem;
    font-weight: 400;
    transform: translateY(-40%);
}
.filters__map {
    height: 100%;
    padding: 3.5rem 0 5.5rem;
}
.filters__map form,
.filters__map form > fieldset,
.filters__map .fieldset {
    height: 100%;
    margin-bottom: 0;
}
.filters__map form > fieldset > legend,
.filters__map form > .fieldset > .legend {
    margin-bottom: 3rem;
    margin-top: 0;
    padding: 0 3rem;
    position: relative;
    z-index: 2;
}
.filters__map form > fieldset > legend::after,
.filters__map form > .fieldset > .legend::after {
    min-width: 5.8rem;
    min-height: 0.5rem;
    display: inline-block;
    transform: translateX(-50%);
    position: relative;
    z-index: -1;
    background-color: #3962a5;
    content: '';
}
.filters__map .flex-row {
    margin: 0;
}
.filters__map .filters__wrapper {
    height: 1%;
    flex-grow: 1;
}
.filters__map .filters__fields {
    align-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    flex-wrap: wrap;
    height: 1%;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
    overflow-y: auto;
}
.filters__map .filters__fields::-webkit-scrollbar {
    width: 1rem;
}
.filters__map .filters__fields::-webkit-scrollbar-track {
    background-color: transparent;
}
.filters__map .filters__fields::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
}
.filters__map .filters__buttons {
    margin-top: 1rem;
    padding: 0 3rem;
    width: 100%;
}
.filters__map .filters__buttons.-reverse {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.filters__map .filters__buttons button {
    width: calc(50% - 3.5rem);
    padding: 0.8rem 1rem;
}
.filters__map .filters__buttons button:last-child {
    margin-left: 0;
}
.filters__map .filters__field {
    flex-basis: auto;
    margin-bottom: 2.8rem;
    max-width: 100%;
    padding: 0 3rem;
    width: 100%;
}
.filters__map-form {
    height: 100%;
}
.filters-top__btn {
    display: none;
}
@media screen and (max-width: 767px) {
    .filters-top__btn {
        display: block;
    }
}
.filters-top__btn.btn, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle {
    background-color: #4ebdc3;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0;
    width: 3.2rem;
}
.filters-top__btn.btn::before, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle::before {
    content: "\f0b0";
}
.filters-top__btn.btn::before, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle::before {
    color: #fff !important;
    font-size: 1.2rem;
}
.filters-top__btn.btn:hover, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle:hover, .filters-top__btn.btn:focus, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle:focus {
    background-color: #79348f;
}
.filters-top__btn[aria-expanded='true']::before {
    content: "\f00d";
}
.filters-top__btn[aria-expanded='true'].btn, .g-translate-dropdown .filters-top__btn.g-translate-dropdown__toggle[aria-expanded='true'] {
    background-color: #79348f;
}
.filters-top__dropdown {
    left: 0;
    list-style: none;
    min-width: 100%;
    opacity: 1;
    padding: 0;
    top: 100%;
    transition: visibility 200ms ease-in-out, transform 350ms ease-in-out, opacity 200ms ease-in-out;
    visibility: visible;
    width: auto;
    z-index: 5;
}
@media screen and (max-width: 767px) {
    .filters-top__dropdown {
        left: 1rem;
        max-height: 0;
        max-width: calc(100% - 2rem);
        min-width: inherit;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        visibility: hidden;
    }
}
.-is-open .filters-top__dropdown {
    opacity: 1;
    transform: translateY(-1rem);
    transition: visibility 200ms ease-in-out, transform 200ms ease-in-out, opacity 350ms ease-in-out;
    visibility: visible;
}
@media screen and (max-width: 767px) {
    .-is-open .filters-top__dropdown {
        max-height: 75rem;
        max-width: 100%;
        overflow: visible;
        position: static;
    }
}
.filters-top__wrapper {
    display: flex;
}
@media screen and (max-width: 767px) {
    .filters-top__wrapper {
        align-items: center;
        flex-direction: column;
    }
}
.filters-top__fields {
    flex-grow: 1;
}
@media screen and (max-width: 1279px) {
    .filters-top__fields {
        width: 100%;
    }
}
.filters-top__field {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5rem;
    position: relative;
}
.filters-top__field label {
    flex-shrink: 0;
}
.-inline .filters-top__field {
    align-items: center;
    flex-direction: row;
}
.-inline .filters-top__field label {
    margin: 0 1.5rem 0 0;
}
.filters-top__buttons {
    flex-shrink: 0;
    margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
    .filters-top__buttons {
        margin-top: 0;
    }
}
.-inline .filters-top__buttons {
    margin-top: 0;
}
.filters-top__buttons-link {
    color: #727272;
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 1rem;
    text-align: right;
    text-decoration: underline;
}
.filters-top__buttons-link:hover, .filters-top__buttons-link:focus {
    text-decoration: none;
}
.filters-top__buttons .btn, .filters-top__buttons .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .filters-top__buttons .g-translate-dropdown__toggle {
    padding: 0.633em 1.40625em;
}
.filters-top__button {
    margin-left: 1rem;
}
@media screen and (max-width: 767px) {
    .filters-top__button:first-child {
        margin-left: 0;
    }
}
.filters-top__button.-small {
    font-size: 1.4rem;
}
.filters-top__button.-reset[data-fa-icon]::before {
    color: #4ebdc3;
}
.date-input {
    position: relative;
}
.date-input::before {
    content: "\f073";
}
.date-input::before {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    color: #3962a5;
    font-size: 1.3rem;
    font-weight: 400;
    transform: translateY(-50%);
}
.social-networks {
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 1440px) {
    .footer .social-networks {
        max-width: 17.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .footer .social-networks {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .mnv-menu .social-networks, .search-popup .social-networks {
        padding-left: 2rem;
    }
}
.social-networks__item {
    display: inline-block;
    margin: 0 0.6rem 0.4rem 0;
}
.social-networks__item:last-child {
    margin-right: 0;
}
.mnv-menu .social-networks__item, .search-popup .social-networks__item {
    margin: 0 1rem 0.5rem 0;
}
.social-networks__item a {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    height: 3.6rem;
    width: 3.6rem;
    transition: all 250ms ease-in-out 0ms;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    display: block;
    position: relative;
}
.social-networks__item a::before, .social-networks__item a::after {
    text-indent: 0;
}
.social-networks__item a[data-fa-icon]::before {
    transition: all 250ms ease-in-out 0ms;
    color: #c5c5c5;
    font-family: "Font Awesome 5 Brands";
    font-size: 1.4rem;
    font-weight: 400;
}
.social-networks__item a[data-fa-icon='']::before {
    font-family: "Font Awesome 5 Pro";
}
.social-networks__item a:hover[data-fa-icon]::before, .social-networks__item a:focus[data-fa-icon]::before {
    color: #fff !important;
}
.mnv-menu .social-networks__item a, .search-popup .social-networks__item a {
    height: 7rem;
    width: 7rem;
    border: 1px solid rgba(121, 52, 143, 0.4);
}
.mnv-menu .social-networks__item a[data-fa-icon]::before, .search-popup .social-networks__item a[data-fa-icon]::before {
    color: #952461;
    font-size: 2.2rem;
}
.social-networks__item:nth-child(1) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3b5998;
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(1) a:hover, .social-networks__item:nth-child(1) a:focus {
    border: 0;
}
.social-networks__item:nth-child(1) a:hover::after, .social-networks__item:nth-child(1) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(1) a:hover, .heading .social-networks__item:nth-child(1) a:focus {
    border: 1px solid #fff;
}
.social-networks__item:nth-child(2) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #36b9ff;
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(2) a:hover, .social-networks__item:nth-child(2) a:focus {
    border: 0;
}
.social-networks__item:nth-child(2) a:hover::after, .social-networks__item:nth-child(2) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(2) a:hover, .heading .social-networks__item:nth-child(2) a:focus {
    border: 1px solid #fff;
}
.social-networks__item:nth-child(3) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #c4302c;
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(3) a:hover, .social-networks__item:nth-child(3) a:focus {
    border: 0;
}
.social-networks__item:nth-child(3) a:hover::after, .social-networks__item:nth-child(3) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(3) a:hover, .heading .social-networks__item:nth-child(3) a:focus {
    border: 1px solid #fff;
}
.social-networks__item:nth-child(4) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#fec35e, #e42e76, #4d61d3);
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(4) a:hover, .social-networks__item:nth-child(4) a:focus {
    border: 0;
}
.social-networks__item:nth-child(4) a:hover::after, .social-networks__item:nth-child(4) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(4) a:hover, .heading .social-networks__item:nth-child(4) a:focus {
    border: 1px solid #fff;
}
.social-networks__item:nth-child(5) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #efe300;
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(5) a:hover, .social-networks__item:nth-child(5) a:focus {
    border: 0;
}
.social-networks__item:nth-child(5) a:hover::after, .social-networks__item:nth-child(5) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(5) a:hover, .heading .social-networks__item:nth-child(5) a:focus {
    border: 1px solid #fff;
}
.social-networks__item:nth-child(6) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0077b5;
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(6) a:hover, .social-networks__item:nth-child(6) a:focus {
    border: 0;
}
.social-networks__item:nth-child(6) a:hover::after, .social-networks__item:nth-child(6) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(6) a:hover, .heading .social-networks__item:nth-child(6) a:focus {
    border: 1px solid #fff;
}
.social-networks__item:nth-child(7) a::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff9800;
    border-radius: 50%;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
    z-index: -1;
}
.social-networks__item:nth-child(7) a:hover, .social-networks__item:nth-child(7) a:focus {
    border: 0;
}
.social-networks__item:nth-child(7) a:hover::after, .social-networks__item:nth-child(7) a:focus::after {
    opacity: 1;
    transform: scale(1);
}
.heading .social-networks__item:nth-child(7) a:hover, .heading .social-networks__item:nth-child(7) a:focus {
    border: 1px solid #fff;
}
.tools {
    margin-left: -1rem;
    vertical-align: middle;
}
.tools__list {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.tools__item {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.tools__item + .tools__item {
    border-left: 1px solid #3962a5;
}
.tools__item:last-child .tools__btn {
    font-size: 1.8rem;
}
.tools__btn {
    transition: all 300ms ease-in-out 0ms;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}
.share-block .tools__btn {
    color: #3962a5;
}
.tools__btn[data-fa-icon] {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    height: 3rem;
    width: 4rem;
    background: none;
    font-size: 1.6rem;
    position: relative;
    text-align: left;
}
.tools__btn[data-fa-icon]::before, .tools__btn[data-fa-icon]::after {
    text-indent: 0;
}
.tools__btn[data-fa-icon]::before {
    color: inherit !important;
    display: block;
    font-weight: 400;
    margin: 0;
}
.tools__btn:hover, .tools__btn:focus {
    color: #79348f;
}
.tools .share-block {
    text-align: left;
}
.tools .share-block__button {
    border-radius: 0;
    color: #79348f;
}
.breadcrumb {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.breadcrumb ol {
    font-size: 1.4em;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    color: #fff;
    display: inline-block;
}
.breadcrumb li:last-child::before {
    color: #3962a5;
}
@media screen and (max-width: 767px) {
    .breadcrumb li:not(:first-child):not(:last-child) {
        display: none;
    }
}
.breadcrumb li + li::before {
    content: "\f105";
}
.breadcrumb li + li::before {
    color: inherit;
    font-weight: 400;
    margin: 0 0.5rem;
}
.breadcrumb li.breadcrumb__here {
    font-weight: 700;
}
.breadcrumb li.breadcrumb__here + li::before {
    content: none;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb p {
    display: inline-block;
}
.page-image {
    display: block;
    width: 100%;
}
.page-image__link {
    display: block;
}
.page-image__background {
    display: block;
    width: 100%;
}
.page-image__background img {
    display: block;
    height: auto;
    width: 100%;
}
.page-image__background.-static-height img {
    font-family: 'object-fit: cover; object-position: center;';
    height: 50rem;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 1279px) {
    .page-image__background.-static-height img {
        height: auto;
    }
}
div.page-image__background::before {
    content: "\f1ea";
}
div.page-image__background::before {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.page-image__background::after {
    background: #efefef;
    content: '';
    display: block;
    height: 50rem;
}
@media screen and (max-width: 1279px) {
    div.page-image__background::after {
        height: 30rem;
    }
}
@media screen and (max-width: 767px) {
    div.page-image__background::after {
        height: 23rem;
    }
}
.events-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
    .events-block {
        justify-content: center;
        margin: 0;
    }
}
.events-block__item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 1rem 4rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .events-block__item {
        flex-basis: calc(50% - 3.4rem);
        max-width: calc(50% - 3.4rem);
    }
}
@media screen and (max-width: 767px) {
    .events-block__item {
        flex-basis: 100%;
        margin: 0 0 2.5rem;
        max-width: none;
    }
}
.events-block__item a {
    display: flex;
    flex-wrap: wrap;
}
.events-block__item a:hover .events-block__category::before, .events-block__item a:focus .events-block__category::before {
    width: 300%;
}
@media screen and (max-width: 767px) {
    .events-block__item a:hover .events-block__category, .events-block__item a:focus .events-block__category {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .events-block__item a {
        overflow: visible;
    }
}
.events-block.-two-columns .events-block__item {
    flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
    .events-block.-two-columns .events-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.events-block.-three-columns .events-block__item {
    flex-basis: calc(33.3333% - 3.4rem);
    max-width: calc(33.3333% - 3.4rem);
}
@media screen and (max-width: 1279px) {
    .events-block.-three-columns .events-block__item {
        flex-basis: calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .events-block.-three-columns .events-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.events-block.-four-columns .events-block__item {
    flex-basis: calc(25% - 3.4rem);
}
@media screen and (max-width: 1279px) {
    .events-block.-four-columns .events-block__item {
        flex-basis: calc(50% - 3.4rem);
    }
}
@media screen and (max-width: 767px) {
    .events-block.-four-columns .events-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.events-block.-five-columns .events-block__item {
    flex-basis: calc(20% - 3.4rem);
}
@media screen and (max-width: 1279px) {
    .events-block.-five-columns .events-block__item {
        flex-basis: calc(50% - 3.4rem);
    }
}
@media screen and (max-width: 767px) {
    .events-block.-five-columns .events-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.events-block__picture {
    display: block;
    width: 100%;
}
div.events-block__picture,
div.events-focus__image {
    height: auto;
    width: 100%;
}
div.events-block__picture::before,
div.events-focus__image::before {
    content: "\f073";
}
div.events-block__picture::before,
div.events-focus__image::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #727272;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.events-block__picture::after,
div.events-focus__image::after {
    background: #c5c5c5;
    content: '';
    display: block;
    padding-top: 75%;
}
.events-block__picture img {
    height: 100%;
    width: 100%;
    display: block;
    max-width: 100%;
}
.events-block__date {
    height: 100%;
    width: 18rem;
    display: flex;
    margin-top: -6rem;
    padding: 0 1.6rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .events-block__date {
        margin-top: -4.7rem;
        padding: 0 2.4rem 0 2rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block__date {
        height: auto;
        margin: -7.8rem 0 0 -0.7rem;
        padding: 0;
        width: 9.4rem;
    }
}
.events-block__date .date__time:nth-of-type(2) {
    margin: -3rem 0 0 7rem;
}
@media screen and (max-width: 1279px) {
    .events-block__date .date__time:nth-of-type(2) {
        margin: -3.5rem 0 0 6rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block__date .date__time:nth-of-type(2) {
        margin: -1.8rem 0 0 3.4rem;
    }
}
.events-block__content {
    align-self: start;
    background: #fff;
    margin-top: -4.5rem;
    padding: 3rem 0 3.8rem 3rem;
    position: relative;
    width: calc(100% - 18rem);
}
.events-block__content::before {
    content: "\f178";
}
@media screen and (max-width: 1279px) {
    .events-block__content {
        padding: 2.8rem 0 2.8rem 2rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block__content {
        padding: 2rem 0 0.5rem 1.2rem;
        width: calc(100% - 8.7rem);
    }
}
.events-block__content::before {
    bottom: 0;
    left: 3rem;
    position: absolute;
    color: #4ebdc3;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 1279px) {
    .events-block__content::before {
        left: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block__content::before {
        font-size: 1.3rem;
        left: auto;
        right: 1.5rem;
        top: 3.2rem;
    }
}
.events-block__category-wrap {
    margin: -4.5rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
    .events-block__category-wrap {
        margin: -3.2rem 0 1rem;
    }
}
.events-block__category {
    background: #4ebdc3;
    color: #fff;
    display: inline-block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    padding: 0.7rem 1rem;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .events-block__category {
        font-size: 1.2rem;
        padding: 0.6rem 0.9rem;
    }
}
.events-block__category::before {
    transition: all 250ms ease-in-out 0ms;
    height: 100%;
    width: 0;
    left: 100%;
    position: absolute;
    top: 0;
    background: #4ebdc3;
    content: '';
}
@media screen and (max-width: 767px) {
    .events-block__category::before {
        content: none;
    }
}
.events-block__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0;
    padding-right: 0.5rem;
}
@media screen and (max-width: 1279px) {
    .events-block__title {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block__title {
        padding-right: 3.5rem;
    }
}
.-list .events-block__title {
    font-size: 2rem;
}
@media screen and (max-width: 1279px) {
    .-list .events-block__title {
        font-size: 1.8rem;
    }
}
.events-block.-list {
    margin: 3rem -1.2rem 0;
}
@media screen and (max-width: 1279px) {
    .events-block.-list {
        margin: 3rem -1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block.-list {
        align-items: center;
        flex-direction: column;
        margin: 3rem 0;
    }
}
.events-block.-list .events-block__item {
    flex-basis: calc(33.333% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
    max-width: calc(33.333% - 2.4rem);
}
@media screen and (max-width: 1279px) {
    .events-block.-list .events-block__item {
        flex-basis: calc(50% - 2.8rem);
        margin: 0 1.4rem 2.8rem;
        max-width: calc(50% - 2.8rem);
    }
}
@media screen and (max-width: 767px) {
    .events-block.-list .events-block__item {
        flex-basis: 100%;
        margin: 0 0 2.8rem;
        max-width: 48rem;
    }
}
.events {
    margin: 7rem 0;
}
@media screen and (max-width: 1279px) {
    .events {
        margin: 2.5rem 0;
    }
}
@media screen and (max-width: 767px) {
    .events {
        margin: 2rem 0;
    }
}
.events.-bg-grey .events-focus {
    margin-bottom: 0;
}
.events.-bg-grey .events__wrapper {
    background-color: #494949;
    padding-bottom: 6.5rem;
    padding-top: 3rem;
}
.events.-content {
    margin: 8rem 0 7rem;
}
@media screen and (max-width: 1279px) {
    .events.-content {
        margin: 5rem 0 4rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-content {
        margin: 6rem 0 4rem;
    }
}
.events.-content .events__wrapper {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .events.-content .events-block {
        padding: 0 1.6rem;
    }
}
.events.-content .container {
    padding: 0;
}
.events.-mobile-carousel .events-block {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .events.-mobile-carousel .events-block {
        flex-wrap: nowrap;
        justify-content: normal;
    }
}
.events.-mobile-carousel .events-block__item {
    flex-basis: calc(33.333% - 3.4rem);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 1.7rem 2rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .events.-mobile-carousel .events-block__item {
        flex-basis: calc(33.333% - 1rem);
        margin: 0 0.5rem 1rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-mobile-carousel .events-block__item {
        box-sizing: border-box;
        flex-basis: auto;
        height: auto;
        margin: 0 0 2rem;
        min-width: 26rem;
        width: 26rem;
    }
}
.events-focus {
    margin-bottom: 3rem;
    position: relative;
}
.events-focus__share {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 11.5rem;
    top: 11.8rem;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .events-focus__share {
        right: 2rem;
        top: 1.2rem;
    }
}
.events-focus__wrap {
    background-color: #952461;
    display: flex;
}
@media screen and (max-width: 1279px) {
    .events-focus__wrap {
        flex-direction: column;
    }
}
.events-focus__image {
    flex-grow: 1;
}
.events-focus__image img {
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .events-focus div.events-focus__image::after {
        height: 100%;
        padding-top: 0;
        width: 100%;
    }
}
.events-focus__content {
    box-shadow: inset 1rem 0 2.5rem 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    flex-shrink: 0;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    padding: 21.5rem 11.5rem 14rem;
    position: relative;
    width: 63rem;
}
@media screen and (max-width: 1279px) {
    .events-focus__content {
        box-shadow: none;
        padding: 9rem 7.5rem 7rem;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .events-focus__content {
        padding: 9rem 3rem 3rem;
        text-align: center;
    }
}
.events-focus__date {
    left: 0;
    position: absolute;
    top: 11rem;
    width: calc(100% - 17rem);
}
@media screen and (max-width: 1279px) {
    .events-focus__date {
        left: 7.5rem;
        top: 0;
        width: calc(100% - 15rem);
    }
}
@media screen and (max-width: 767px) {
    .events-focus__date {
        left: 0;
        width: 100%;
    }
}
.events-focus__title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0 0 1.5rem;
}
@media screen and (max-width: 1279px) {
    .events-focus__title {
        font-size: 3rem;
        margin: 0 0 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .events-focus__title {
        font-size: 2rem;
        line-height: 2.2rem;
        margin: 0 0 1rem;
    }
}
.events-focus__title b {
    font-weight: 700;
}
.events-focus__teaser {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.3rem;
    margin: 1.5rem 0 0;
}
@media screen and (max-width: 1279px) {
    .events-focus__teaser {
        line-height: 2.1rem;
        margin: 0.5rem 0 0;
    }
}
@media screen and (max-width: 767px) {
    .events-focus__teaser {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin: 1rem 0 0;
    }
}
.events-focus__time {
    padding-top: 1.5rem;
    position: relative;
}
.events-focus__time .far {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .events-focus__time .time-place__item {
        display: block;
        margin-right: 0;
    }
    .events-focus__time .time-place__item::before {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        margin-right: 0.4rem;
    }
}
.events-focus__time::before {
    height: 0.1rem;
    width: 2.5rem;
    left: 0;
    position: absolute;
    top: 1.5rem;
    background-color: #fff;
    content: '';
}
@media screen and (max-width: 767px) {
    .events-focus__time::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
.events-focus__time .time-place__item.-place {
    font-size: 1.4rem;
}
.events__wrapper {
    padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .events__wrapper {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .events__wrapper .link.-line {
        border: 0;
    }
}
.events .links-group {
    padding: 0;
}
.events .links-group .btn::before, .events .links-group .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .events .links-group .g-translate-dropdown__toggle::before {
    height: 2.8rem;
    width: 3.1rem;
    background: url("../images/icon-events.svg") no-repeat;
    background-size: contain;
    content: '';
    margin-right: 0.8rem;
}
.events-block.-composite {
    flex-wrap: nowrap;
    margin: 0 -1rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .events-block.-composite {
        flex-wrap: wrap;
        padding: 0 7.5rem;
    }
}
@media screen and (max-width: 767px) {
    .events-block.-composite {
        margin: 0;
        padding: 0;
    }
}
.events-block.-composite .events-block__item {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    height: auto;
    margin: 0 0 2rem;
    width: 25%;
}
@media screen and (max-width: 1279px) {
    .events-block.-composite .events-block__item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .events-block.-composite .events-block__item {
        width: 100%;
    }
}
.events-block.-composite .events-block__share {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: auto;
    top: auto;
    transform: translate(-50%, 50%);
}
.events-block.-composite .events-block__share .share-block__button {
    padding: 0;
}
.events-block.-composite .events-block__picture {
    flex-grow: 0;
}
.events-block.-composite .events-block__picture img {
    height: 100%;
    width: 100%;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
}
.events-block.-composite .events-block__content {
    background-color: #fff;
    flex-basis: auto;
    flex-grow: 1;
}
.events-block.-composite .composite-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 1rem;
}
@media screen and (max-width: 767px) {
    .events-block.-composite .composite-link {
        padding: 0;
    }
}
.events-block.-composite .swiper-container {
    padding-bottom: 1rem;
}
.events-block.-composite .swiper-container-horizontal {
    width: calc(100% - 7rem);
}
@media screen and (max-width: 767px) {
    .events-block.-composite .swiper-container-horizontal {
        width: calc(100% - 5rem);
    }
}
.events-block__control {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
}
.events-block__control[data-fa-icon]::before {
    color: #727272;
    font-size: 3rem;
}
.events-block__control.-prev {
    left: 0;
}
@media screen and (max-width: 767px) {
    .events-block__control.-prev {
        left: -1rem;
    }
}
.events-block__control.-next {
    right: 0;
}
@media screen and (max-width: 767px) {
    .events-block__control.-next {
        right: -1rem;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home {
        padding-left: 1rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.events.-home .composite-link:hover .composite-link__image img,
.events.-home .composite-link:focus .composite-link__image img {
    opacity: 1;
}
.events.-home .title-block {
    padding-left: 0;
    max-width: 34rem;
}
@media screen and (max-width: 1279px) {
    .events.-home .title-block {
        margin-bottom: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .title-block {
        max-width: none;
        margin-left: -1rem;
        margin-bottom: 1.5rem;
    }
}
.events.-home .title-block::before {
    display: none;
}
.events.-home .title {
    font-size: 6rem;
    padding-left: 3.7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.8;
}
@media screen and (max-width: 1279px) {
    .events.-home .title {
        font-size: 5.5rem;
        padding-left: 3.3rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .title {
        font-size: 3.5rem;
        padding-left: 3.7rem;
    }
}
.events.-home .title::before {
    position: absolute;
    content: '';
    width: 9.7rem;
    height: 1rem;
    left: 0;
    background-color: #952461;
    top: 3.8rem;
    bottom: auto;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .events.-home .title::before {
        top: 3.4rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .title::before {
        top: 1.8rem;
    }
}
.events.-home .title__subtext {
    font-size: 4rem;
    line-height: 3.1rem;
    margin-left: 4.8rem;
}
@media screen and (max-width: 1279px) {
    .events.-home .title__subtext {
        font-size: 2.6rem;
        margin-left: 0;
        line-height: 2.3rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .title__subtext {
        font-size: 2.2rem;
    }
}
.events.-home .container.-lg {
    padding-left: 0;
    padding-right: 0;
    max-width: 106.4rem;
    margin-right: 0;
}
.events.-home .events-block {
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
    position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block {
        padding-top: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 26.8rem;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
    }
}
.events.-home .events-block::after {
    position: absolute;
    content: '';
    width: 6rem;
    height: 70.8rem;
    max-height: calc(100% - 3rem);
    top: 0;
    left: 43.7rem;
    background-color: #efefef;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block::after {
        left: 34.3rem;
        width: 4rem;
        height: 60rem;
        max-height: calc(100% - 8rem);
        top: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block::after {
        left: 33rem;
        width: 4.2rem;
        height: 55.8rem;
        max-height: calc(100% - 12rem);
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block::after {
        width: 100%;
        height: calc(100% - 6rem);
        left: 0;
    }
}
.events.-home .events-block__item {
    flex-basis: 43.7rem;
    width: 43.7rem;
    margin-left: 0;
    max-width: none;
    z-index: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item {
        flex-basis: 34.3rem;
        width: 34.3rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item {
        flex-basis: 33rem;
        width: 33rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item {
        flex-basis: auto;
        width: 26.8rem;
        margin-bottom: 2rem;
        z-index: 2;
    }
}
.events.-home .events-block__item:nth-child(even) {
    margin-right: 6rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:nth-child(even) {
        margin-right: 4rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(even) {
        margin-right: 4.2rem;
    }
}
.events.-home .events-block__item:nth-child(1) {
    order: 2;
    margin-top: -12.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:nth-child(1) {
        margin-right: 4rem;
        margin-top: -9rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(1) {
        margin-left: 0;
        margin-right: 0;
        margin-top: -10rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(1) {
        margin-top: 0;
        order: unset;
    }
}
.events.-home .events-block__item:only-child {
    margin-top: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:only-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:only-child {
        margin-top: 0;
        margin-bottom: 12rem;
    }
}
.events.-home .events-block__item:nth-child(2) {
    order: 1;
    margin-bottom: 2rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:nth-child(2) {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(2) {
        margin-left: 0;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(2) {
        margin-top: 0;
        order: unset;
        margin-bottom: 3.8rem;
    }
}
.events.-home .events-block__item:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 20.6rem;
    height: 39rem;
    top: 28.7rem;
    left: -2.6rem;
    background-image: url("../images/home/agenda-home-vertical.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:nth-child(2)::after {
        width: 18rem;
        height: 39rem;
        top: 20.9rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(2)::after {
        width: 17rem;
        height: 31rem;
        top: 21.3rem;
        left: -2rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(2)::after {
        display: none;
    }
}
.events.-home .events-block__item:nth-child(3) {
    order: 4;
    margin-top: -6.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:nth-child(3) {
        margin-right: 4rem;
        margin-top: -4.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
        margin-top: -9rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(3) {
        margin-top: 0;
        order: unset;
    }
}
.events.-home .events-block__item:nth-child(3)::after {
    position: absolute;
    content: '';
    width: 45.5rem;
    height: 30.4rem;
    top: -4rem;
    right: -5.1rem;
    background-image: url("../images/home/agenda-home-horizontal.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__item:nth-child(3)::after {
        width: 34.8rem;
        height: 29.3rem;
        right: -4rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(3)::after {
        width: 27rem;
        height: 25rem;
        top: -2.5rem;
        right: -4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(3)::after {
        width: 23.5rem;
        height: 22.2rem;
        top: -2rem;
        right: -2.6rem;
    }
}
.events.-home .events-block__item:nth-child(4) {
    order: 3;
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__item:nth-child(4) {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(4) {
        margin-top: 0;
        order: unset;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:nth-child(4)::after {
        position: absolute;
        content: '';
        width: 15rem;
        height: 22.5rem;
        top: -1.6rem;
        left: -2.6rem;
        background-image: url("../images/home/agenda-home-vertical.png");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__item:last-child {
        margin-bottom: 2rem;
    }
}
.events.-home .events-block__content {
    padding-right: 1rem;
    margin-top: -6.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__content {
        width: calc(100% - 16rem);
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__content {
        width: calc(100% - 15rem);
        margin-top: -3rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__content {
        width: calc(100% - 8.7rem);
        padding-bottom: 1rem;
    }
}
.events.-home .events-block__date {
    min-height: 16rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__date {
        width: 16rem;
        min-height: 14rem;
        padding-left: 1rem;
        padding-right: 0;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .events-block__date {
        width: 15rem;
        min-height: 13rem;
        padding-left: 1rem;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .events-block__date {
        width: 9.4rem;
        min-height: 14rem;
        padding-left: 0;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .date__time:nth-of-type(1) {
        width: 9.3rem;
        height: 9.3rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .date__time:nth-of-type(1) {
        width: 8.8rem;
        height: 8.8rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .date__time:nth-of-type(1) {
        width: 6.5rem;
        height: 6.5rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .date__time:nth-of-type(2) {
        width: 6rem;
        height: 6rem;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .events-block__title {
        font-size: 1.8rem;
    }
}
.events.-home .links-group {
    justify-content: flex-end;
    overflow: hidden;
    margin-top: -3.5rem;
    background-image: url("../images/home/timeline.png");
    background-repeat: no-repeat;
    background-position: 45rem center;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .links-group {
        margin-top: -3rem;
        background-position: 7rem center;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .links-group {
        margin-left: -2rem;
        margin-right: -2rem;
        margin-top: -7.5rem;
        background-image: url("../images/home/timeline-tablet.png");
        background-position: 35.5rem center;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .links-group {
        margin-top: 0;
        background-position: -2rem center;
    }
}
.events.-home .links-group .btn.-darken, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle {
    font-size: 2.2rem;
    line-height: 1;
    margin-right: -3.8rem;
    padding: 1.9rem 8.5rem 1.9rem 5.3rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .events.-home .links-group .btn.-darken, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle {
        padding-right: 7.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .events.-home .links-group .btn.-darken, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle {
        font-size: 1.8rem;
        margin-right: -4.8rem;
        padding: 1.3rem 4.8rem 1.3rem 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .links-group .btn.-darken, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle {
        font-size: 1.7rem;
        padding: 1.4rem 7rem 1.4rem 3rem;
        margin-right: -5.2rem;
    }
}
.events.-home .links-group .btn.-darken::before, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle::before, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle::before {
    width: 4.3rem;
    height: 4.3rem;
    margin-right: 1.2rem;
}
@media screen and (max-width: 1279px) {
    .events.-home .links-group .btn.-darken::before, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle::before, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle::before {
        width: 3.4rem;
        height: 3.4rem;
        margin-right: 0.8rem;
    }
}
@media screen and (max-width: 767px) {
    .events.-home .links-group .btn.-darken::before, .events.-home .links-group .g-translate-dropdown .-darken.g-translate-dropdown__toggle::before, .g-translate-dropdown .events.-home .links-group .-darken.g-translate-dropdown__toggle::before {
        width: 2.9rem;
        height: 2.9rem;
        margin-right: 1rem;
    }
}
.directory-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
    .directory-block {
        justify-content: center;
        margin: 0;
    }
}
.directory-block__item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 1rem 2rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .directory-block__item {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .directory-block__item {
        flex-basis: 100%;
        margin: 0 0 3rem;
    }
}
.directory-block__item a:hover .directory-block__content::before, .directory-block__item a:focus .directory-block__content::before {
    -webkit-animation: moveArrow 0.2s ease-in-out;
            animation: moveArrow 0.2s ease-in-out;
}
.directory-block.-three-columns .directory-block__item {
    flex-basis: calc(33.3333% - 2rem);
}
@media screen and (max-width: 1279px) {
    .directory-block.-three-columns .directory-block__item {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .directory-block.-three-columns .directory-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
.directory-block__picture {
    display: block;
    width: 100%;
}
div.directory-block__picture::before {
    content: "\f1ea";
}
div.directory-block__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.directory-block__picture::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 75.1%;
}
.directory-block__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.directory-block__content {
    background: #fff;
    margin-top: -15rem;
    min-height: 18rem;
    padding: 2rem 3rem 2rem 2rem;
    position: relative;
    width: 20rem;
}
.directory-block__content::before {
    content: "\f178";
}
.directory-block__content::before {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    color: #4ebdc3;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .directory-block__content::before {
        font-size: 1.3rem;
        right: 1rem;
        top: 1rem;
    }
}
@media screen and (max-width: 1279px) {
    .directory-block__content {
        margin-top: -10rem;
    }
}
@media screen and (max-width: 767px) {
    .directory-block__content {
        bottom: 0;
        left: 0;
        position: absolute;
        min-height: auto;
        padding: 1rem 3rem 1.2rem 1rem;
        width: 23rem;
    }
}
.directory-block__category {
    color: #4ebdc3;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 2.5rem 0.5rem 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .directory-block__category {
        font-size: 1.2rem;
    }
}
.directory-block__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .directory-block__title {
        font-size: 1.4rem;
    }
}
.directory-block__teaser {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
}
@keyframes moveArrow {
    0% {
        right: 1.9rem;
    }
    50% {
        right: 2.5rem;
    }
    90% {
        right: 1.9rem;
    }
}
.vote {
    background-color: #485d6e;
    padding: 5.3rem 0 6rem;
}
@media screen and (max-width: 767px) {
    .vote {
        padding: 5.3rem 0 3rem;
    }
}
.vote__form {
    color: #fff;
    margin: 0 auto;
    max-width: 74rem;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 1279px) {
    .vote__form {
        max-width: 65rem;
    }
}
@media screen and (max-width: 767px) {
    .vote__form {
        padding: 0 1rem;
    }
}
.vote__title {
    font-size: 2.8rem;
    font-weight: 900;
    margin: 0 0 3.2rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .vote__title {
        font-size: 2.3rem;
        margin-bottom: 2rem;
    }
}
.vote__text {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
    .vote__text {
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin: 0 0 3rem;
    }
}
.vote__radio {
    margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
    .vote__radio {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 0 0 3rem;
    }
}
.vote__radio.radio.-inline div {
    margin-bottom: 0;
    margin-right: 3rem;
}
@media screen and (max-width: 767px) {
    .vote__radio.radio.-inline div {
        min-width: 21.5rem;
    }
}
@media screen and (max-width: 767px) {
    .vote__radio.radio.-inline div:first-child {
        margin: 0 0 1rem;
    }
}
.vote__radio.radio.-inline div:last-child {
    margin-right: 0;
}
.vote__radio.radio input:checked[type=radio] + label::before {
    font-weight: bold;
}
.vote__radio.radio input:focus + label {
    color: #3962a5;
}
.vote__radio.radio input:focus + label::after {
    width: 100%;
}
.vote__radio label {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1.6rem 1.7rem 1.6rem 5rem;
    text-transform: uppercase;
}
.vote__radio label:hover, .vote__radio label:focus {
    color: #3962a5;
}
.vote__radio label.vote-yes::before {
    content: "\f164";
}
.vote__radio label.vote-yes::before {
    font-weight: 400;
}
.vote__radio label.vote-non::before {
    content: "\f165";
}
.vote__radio label.vote-non::before {
    font-weight: 400;
}
.vote__radio label::before {
    background: transparent;
    border: 0;
    color: #3962a5;
    font-size: 1.8rem;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.vote__radio label::after {
    height: 100%;
    width: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: #4ebdc3;
    border-radius: 3.5rem;
    content: '';
    z-index: -1;
}
.vote__radio .btn, .vote__radio .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .vote__radio .g-translate-dropdown__toggle {
    padding: 0;
}
.vote__block {
    align-items: center;
    display: flex;
}
@media screen and (max-width: 767px) {
    .vote__block {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
.vote__textarea {
    flex-grow: 1;
    margin-right: 2rem;
}
@media screen and (max-width: 1279px) {
    .vote__textarea {
        margin-right: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .vote__textarea {
        margin: 0 0 1rem;
        width: 100%;
    }
}
.vote__textarea textarea {
    background: #fff;
    color: #494949;
    height: 9rem;
    min-height: 9rem;
    padding: 1.5rem 2rem;
}
.vote__textarea textarea::-webkit-input-placeholder {
    color: #354957;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    opacity: 1;
}
.vote__textarea textarea::-moz-placeholder {
    color: #354957;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    opacity: 1;
}
.vote__textarea textarea:-ms-input-placeholder {
    color: #354957;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    opacity: 1;
}
.vote__textarea textarea::-ms-input-placeholder {
    color: #354957;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    opacity: 1;
}
.vote__textarea textarea::placeholder {
    color: #354957;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    opacity: 1;
}
.vote__group {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .vote__group {
        flex-direction: column-reverse;
    }
}
.vote__gotop {
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .vote__gotop {
        align-self: flex-end;
        margin: 0 0 3rem;
    }
}
.vote__gotop a {
    transition: all 250ms ease-in-out 0ms;
    height: 11.6rem;
    width: 6rem;
    background: #4c165d;
    display: block;
    margin: -7rem 0 0 3.8rem;
    overflow: hidden;
    position: relative;
    text-indent: 9999px;
    white-space: nowrap;
}
.vote__gotop a::before {
    content: "\f176";
}
.vote__gotop a:hover, .vote__gotop a:focus {
    background: #3962a5;
    margin-top: -8rem;
}
.vote__gotop a::before {
    bottom: 1.9rem;
    left: 50%;
    position: absolute;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    text-indent: 0;
    transform: translateX(-50%);
}
.vote .webform-confirmation__message {
    margin: 0;
}
.vote .webform-confirmation__message p {
    font-size: 2rem;
}
.vote__success {
    text-align: center;
}
.same-category {
    margin: 0 0 3rem;
    position: relative;
    text-align: left;
    z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .same-category {
        margin: 0;
    }
}
.same-category__wrapper {
    background: transparent;
    max-width: 122rem;
    padding: 0;
    position: relative;
}
.same-category__toggle {
    background-color: transparent;
    border: 0;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0.3);
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    padding: 1rem 5rem 1rem 1.4rem;
    position: relative;
    text-align: left;
    width: 100%;
}
.same-category__toggle::after {
    content: "\f107";
}
.same-category__toggle::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    color: #3962a5;
    font-size: 1.3rem;
    transform: translateY(-50%);
}
.same-category__toggle[aria-expanded='true']::after {
    content: "\f106";
}
.same-category__list-wrapper {
    transition: all 350ms ease-in-out 0ms;
    background-color: transparent;
    height: auto;
    margin: 0;
    max-height: 0;
    visibility: hidden;
}
.-is-open .same-category__list-wrapper {
    max-height: 100rem;
    visibility: visible;
}
.same-category__list {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.4rem 0;
    text-align: left;
}
@media screen and (max-width: 1279px) {
    .same-category__list {
        margin: 0 -1rem;
    }
}
.same-category__item {
    transition: all 350ms ease-in-out 0ms;
    opacity: 0;
    vertical-align: middle;
}
@media screen and (max-width: 1279px) {
    .same-category__item {
        margin: 0.2rem 1rem;
    }
}
.-is-open .same-category__item {
    opacity: 1;
    transform: translateY(0);
}
.-is-open .same-category__item:nth-child(1) {
    transition: all 0.2s ease 0ms;
}
.-is-open .same-category__item:nth-child(2) {
    transition: all 0.2s ease 100ms;
}
.-is-open .same-category__item:nth-child(3) {
    transition: all 0.2s ease 200ms;
}
.-is-open .same-category__item:nth-child(4) {
    transition: all 0.2s ease 300ms;
}
.-is-open .same-category__item:nth-child(5) {
    transition: all 0.2s ease 400ms;
}
.-is-open .same-category__item:nth-child(6) {
    transition: all 0.2s ease 500ms;
}
.-is-open .same-category__item:nth-child(7) {
    transition: all 0.2s ease 600ms;
}
.-is-open .same-category__item:nth-child(8) {
    transition: all 0.2s ease 700ms;
}
.-is-open .same-category__item:nth-child(9) {
    transition: all 0.2s ease 800ms;
}
.-is-open .same-category__item:nth-child(10) {
    transition: all 0.2s ease 900ms;
}
.-is-open .same-category__item:nth-child(11) {
    transition: all 0.2s ease 1000ms;
}
.-is-open .same-category__item:nth-child(12) {
    transition: all 0.2s ease 1100ms;
}
.-is-open .same-category__item:nth-child(13) {
    transition: all 0.2s ease 1200ms;
}
.-is-open .same-category__item:nth-child(14) {
    transition: all 0.2s ease 1300ms;
}
.-is-open .same-category__item:nth-child(15) {
    transition: all 0.2s ease 1400ms;
}
.-is-open .same-category__item:nth-child(16) {
    transition: all 0.2s ease 1500ms;
}
.-is-open .same-category__item:nth-child(17) {
    transition: all 0.2s ease 1600ms;
}
.-is-open .same-category__item:nth-child(18) {
    transition: all 0.2s ease 1700ms;
}
.-is-open .same-category__item:nth-child(19) {
    transition: all 0.2s ease 1800ms;
}
.-is-open .same-category__item:nth-child(20) {
    transition: all 0.2s ease 1900ms;
}
.-is-open .same-category__item:nth-child(21) {
    transition: all 0.2s ease 2000ms;
}
.-is-open .same-category__item:nth-child(22) {
    transition: all 0.2s ease 2100ms;
}
.-is-open .same-category__item:nth-child(23) {
    transition: all 0.2s ease 2200ms;
}
.-is-open .same-category__item:nth-child(24) {
    transition: all 0.2s ease 2300ms;
}
.-is-open .same-category__item:nth-child(25) {
    transition: all 0.2s ease 2400ms;
}
.-is-open .same-category__item:nth-child(26) {
    transition: all 0.2s ease 2500ms;
}
.-is-open .same-category__item:nth-child(27) {
    transition: all 0.2s ease 2600ms;
}
.-is-open .same-category__item:nth-child(28) {
    transition: all 0.2s ease 2700ms;
}
.-is-open .same-category__item:nth-child(29) {
    transition: all 0.2s ease 2800ms;
}
.-is-open .same-category__item:nth-child(30) {
    transition: all 0.2s ease 2900ms;
}
.same-category__item a {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.5rem 0;
    transition: all 350ms ease;
    vertical-align: middle;
}
.same-category__item a:hover, .same-category__item a:focus {
    text-decoration: underline;
}
.same-category__item a[aria-current='page'] {
    font-weight: 700;
}
.widget {
    font-weight: 300;
    margin-bottom: 4.5rem;
}
.widget:only-child {
    margin-bottom: 0;
}
.read-more__wrap {
    background-color: #494949;
    font-size: 1.4rem;
    padding: 2rem 3rem;
}
.read-more__wrap > * a,
.read-more__wrap > * p {
    color: #000;
}
.read-more__wrap > * a:hover, .read-more__wrap > * a:focus {
    text-decoration: underline;
}
.read-more__wrap ul {
    list-style: none;
    padding-left: 0;
}
.read-more__wrap ul li {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
}
.read-more__wrap ul li::before {
    content: "\f105";
}
.read-more__wrap ul li::before {
    left: 0;
    position: absolute;
    top: 0.2rem;
    color: #4ebdc3;
    font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .read-more__wrap {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .read-more__wrap > * {
        flex: 1 1 32%;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.read-more .list {
    display: block;
}
.read-more__picture {
    display: block;
    margin: 1em auto;
    max-width: 20rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .read-more__picture {
        margin-left: 0;
        margin-right: 0;
    }
}
.read-more__picture img {
    height: auto;
    width: 100%;
    display: block;
}
.event .events-block__item {
    background-color: #494949;
    margin: 0 0 2rem;
}
.event .events-block__share {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: auto;
    top: auto;
    transform: translate(-50%, 50%);
}
.communes-block {
    margin-bottom: 3rem;
}
.communes-block__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.communes-block__item {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 0 0.5rem;
    padding: 0 2rem 0 0;
    width: 50%;
}
.communes-block__item::before {
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: 0.2rem;
}
@media screen and (max-width: 767px) {
    .communes-block__item {
        font-size: 1.6rem;
        width: 100%;
    }
}
.stratis-menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    transition: all 250ms ease-in-out 0ms;
    background: #fff;
    border: 0;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.4);
    color: #000;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 300;
    overflow: hidden;
    padding: 1rem;
    z-index: 999;
}
@media screen and (max-width: 767px) {
    .stratis-menu-trigger {
        display: none;
    }
}
.stratis-menu-trigger span {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    position: relative;
    z-index: 10;
    transition: all 250ms ease-in-out 0ms;
}
.stratis-menu-trigger::after {
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 250ms ease-in-out 0ms;
    background-color: #79348f;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.stratis-menu-trigger:hover, .stratis-menu-trigger:focus {
    box-shadow: none;
    color: #fff;
}
.stratis-menu-trigger:hover::after, .stratis-menu-trigger:focus::after {
    left: 0;
}
.stratis-menu {
    bottom: auto;
    left: 0;
    position: fixed;
    right: auto;
    top: 0;
    transition: all 250ms ease-in-out 0ms;
    background-color: #79348f;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0;
    transform: translateY(-130%);
    width: 100%;
    z-index: 998;
}
@media screen and (max-width: 767px) {
    .stratis-menu {
        display: none;
    }
}
.stratis-menu.-is-visible {
    transform: translateY(0);
}
.stratis-menu__list {
    list-style: none;
    margin: 0 -0.5rem;
    padding: 0;
}
.stratis-menu__item {
    padding: 0 0.5rem;
    position: relative;
    z-index: 1;
}
.stratis-menu__item.-is-active {
    z-index: 5;
}
.stratis-menu__item.-is-active > .stratis-menu__submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
}
.stratis-menu__link, .stratis-menu__toggle-report {
    transition: all 250ms ease-in-out 0ms;
    color: #fff;
    flex-grow: 1;
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
    position: relative;
    text-decoration: none;
    z-index: 5;
}
.stratis-menu__link:hover, .stratis-menu__link:focus, .stratis-menu__toggle-report:hover, .stratis-menu__toggle-report:focus {
    background-color: #952461;
}
.stratis-menu__toggle, .stratis-menu__toggle-report {
    transition: all 250ms ease-in-out 0ms;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
    position: relative;
    text-align: center;
    z-index: 5;
}
.stratis-menu__toggle i, .stratis-menu__toggle-report i {
    display: block;
}
.stratis-menu__toggle:hover, .stratis-menu__toggle:focus, .stratis-menu__toggle-report:hover, .stratis-menu__toggle-report:focus {
    background-color: #4c165d;
}
.stratis-menu__toggle-report.-no-errors {
    background-color: #278417;
}
.stratis-menu__toggle-report.-no-errors:hover, .stratis-menu__toggle-report.-no-errors:focus {
    background-color: #1a590f;
}
.stratis-menu__submenu {
    left: 0;
    position: absolute;
    top: 100%;
    transition: all 250ms ease-in-out 0ms;
    background-color: #4c165d;
    list-style: none;
    margin: 0;
    min-width: 20rem;
    opacity: 0;
    padding: 0;
    transform: translateY(-1rem);
    visibility: hidden;
    width: 100%;
    z-index: -1;
    max-height: calc(100vh - 36px);
    overflow: auto;
}
.stratis-menu__submenu > .stratis-menu__item {
    padding: 0.3rem;
}
.stratis-menu__submenu .stratis-menu__link:hover, .stratis-menu__submenu .stratis-menu__link:focus {
    background-color: #6e2086;
}
.online-steps {
    font-size: 1.7rem;
    margin-top: 9.5rem;
    margin-bottom: 5.5rem;
}
@media screen and (min-width: 1280px) {
    .online-steps {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .online-steps {
        margin-bottom: 3.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .online-steps {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 4.8rem;
        margin-bottom: 4.2rem;
    }
}
@media screen and (max-width: 767px) {
    .online-steps {
        align-items: flex-start;
        margin-top: 4.5rem;
        margin-bottom: 3rem;
    }
}
.online-steps .title-block {
    padding-left: 4rem;
    margin-bottom: 2.6rem;
}
@media screen and (max-width: 1279px) {
    .online-steps .title-block {
        padding-left: 2rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .online-steps .title-block {
        padding-left: 4rem;
    }
}
.online-steps .title-block::before {
    width: 8.6rem;
    bottom: 1rem;
    top: auto;
}
@media screen and (max-width: 1279px) {
    .online-steps .title-block::before {
        width: 6.2rem;
        bottom: 0.9rem;
    }
}
@media screen and (max-width: 767px) {
    .online-steps .title-block::before {
        width: 6.9rem;
        bottom: 0.6rem;
    }
}
.online-steps__wrapper {
    margin-bottom: auto;
}
@media screen and (max-width: 1279px) {
    .online-steps__wrapper {
        padding-bottom: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .online-steps__wrapper {
        flex-wrap: wrap;
    }
}
.-frame .online-steps__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
}
@media screen and (max-width: 767px) {
    .-frame .online-steps__wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.online-steps__image {
    margin: 0;
    width: 50%;
}
@media screen and (min-width: 768px) {
    .online-steps__image {
        margin-right: 6rem;
    }
    .-frame .online-steps__image {
        padding-right: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .online-steps__image {
        margin-bottom: 2rem;
        padding-right: 0;
        width: 100%;
    }
}
.online-steps__image picture,
.online-steps__image img {
    display: block;
    height: auto;
    width: 100%;
}
.online-steps__image .caption {
    font-weight: 700;
    margin-top: 1em;
}
.online-steps__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .online-steps__list {
        max-width: 36rem;
    }
}
@media screen and (max-width: 1279px) {
    .online-steps__list {
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .online-steps__list {
        justify-content: flex-start;
    }
}
.online-steps__list li {
    margin-right: 0.6rem;
}
@media screen and (max-width: 1279px) {
    .online-steps__list li {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }
}
@media screen and (max-width: 767px) {
    .online-steps__list li {
        margin-left: 0;
        margin-right: 0.6rem;
    }
}
.online-steps__list .btn, .online-steps__list .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .online-steps__list .g-translate-dropdown__toggle {
    font-size: 2rem;
    padding: 1.8rem 2.5rem;
    margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
    .online-steps__list .btn, .online-steps__list .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .online-steps__list .g-translate-dropdown__toggle {
        font-size: 1.6rem;
        padding: 1.5rem 2.1rem;
    }
}
.online-steps__buttons {
    margin: 0 -1rem;
    padding: 2rem 0;
}
@media screen and (max-width: 767px) {
    .online-steps__buttons {
        margin: 0;
    }
}
.online-steps__button, .online-steps__button.btn, .g-translate-dropdown .online-steps__button.g-translate-dropdown__toggle {
    border: 0;
    padding: 1rem;
}
.online-steps__block {
    width: 100%;
}
.online-payment {
    font-size: 1.7rem;
    /**
     * TODO: Responsive style refactoring needed
     */
}
@media screen and (min-width: 1280px) {
    .online-payment {
        display: flex;
        flex-direction: column;
    }
}
.online-payment:not(.-frame) .online-payment__wrapper {
    background-color: #efefef;
}
.online-payment__wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    padding: 0 3rem;
    /**
         * TODO: Responsive style refactoring needed
         */
    /**
         * TODO: Responsive style refactoring needed
         */
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .online-payment__wrapper {
        align-items: center;
        display: flex;
    }
}
@media screen and (max-width: 1279px) {
    .online-payment__wrapper {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 1280px) {
    .online-payment__wrapper {
        height: 100%;
        padding: 0 6rem 2rem;
        text-align: center;
    }
}
.online-payment__wrapper:hover .btn, .online-payment__wrapper:hover .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .online-payment__wrapper:hover .g-translate-dropdown__toggle, .online-payment__wrapper:focus .btn, .online-payment__wrapper:focus .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .online-payment__wrapper:focus .g-translate-dropdown__toggle {
    background-color: #952461;
}
.online-payment__wrapper:hover .btn::before, .online-payment__wrapper:hover .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .online-payment__wrapper:hover .g-translate-dropdown__toggle::before, .online-payment__wrapper:focus .btn::before, .online-payment__wrapper:focus .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .online-payment__wrapper:focus .g-translate-dropdown__toggle::before {
    color: #fff !important;
}
.online-payment__title {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 300;
    padding-left: 6rem;
    position: relative;
    /**
         * TODO: Responsive style refactoring needed
         */
}
@media screen and (max-width: 767px) {
    .online-payment__title {
        display: table;
        margin: 1em auto;
    }
}
@media screen and (min-width: 1280px) {
    .online-payment__title {
        font-size: 2.7rem;
        margin: 2rem 0;
        padding: 0;
    }
}
.online-payment__title svg {
    display: block;
    fill: #4ebdc3;
    font-family: "icons";
    font-weight: 400;
    height: 4rem;
    width: 4rem;
    /**
             * TODO: Responsive style refactoring needed
             */
}
@media screen and (max-width: 1279px) {
    .online-payment__title svg {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 1280px) {
    .online-payment__title svg {
        display: block;
        height: 9rem;
        width: 9rem;
        margin: 0 auto 2rem;
    }
}
.online-payment__title strong {
    font-weight: 700;
}
.online-payment__text {
    flex-grow: 1;
    font-size: 1.7rem;
    margin: 0;
    padding: 1.5em 0;
    position: relative;
    /**
         * TODO: Responsive style refactoring needed
         */
}
@media screen and (max-width: 1279px) {
    .online-payment__text {
        padding-right: 4rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .online-payment__text {
        margin-left: 3rem;
        padding-left: 3rem;
    }
}
.online-payment__text::before {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /**
             * TODO: Responsive style refactoring needed
             */
    /**
             * TODO: Responsive style refactoring needed
             */
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .online-payment__text::before {
        height: 100%;
        width: 1px;
    }
}
@media screen and (min-width: 1280px) {
    .online-payment__text::before {
        height: 1px;
        left: 50%;
        margin-left: -30px;
        right: auto;
        width: 60px;
    }
}
.online-payment .btn, .online-payment .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .online-payment .g-translate-dropdown__toggle {
    background-color: #79348f;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2), inset 0 -5px 3px 0 rgba(0, 0, 0, 0.1);
    display: block;
    font-weight: 400;
    height: 3.4rem;
    margin: 2rem auto 0;
    padding: 0;
    position: relative;
    width: 3.4rem;
    transition: all 400ms ease-in-out 0ms;
}
@media screen and (max-width: 1279px) {
    .online-payment .btn, .online-payment .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .online-payment .g-translate-dropdown__toggle {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.online-payment .btn::before, .online-payment .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .online-payment .g-translate-dropdown__toggle::before {
    color: #fff;
    font-size: 1.6rem;
}
.my-account {
    font-size: 1.5rem;
    /**
     * TODO: Responsive style refactoring needed
     */
}
@media screen and (min-width: 1280px) {
    .my-account {
        display: flex;
        flex-direction: column;
    }
}
.my-account:not(.-frame) .my-account__wrapper {
    background-color: #efefef;
}
.my-account.-frame .my-account__form {
    margin-bottom: 2rem;
}
.my-account__wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 3rem 3rem;
    /**
         * TODO: Responsive style refactoring needed
         */
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .my-account__wrapper {
        align-items: center;
        display: flex;
    }
}
@media screen and (min-width: 1280px) {
    .my-account__wrapper {
        height: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .my-account__form {
        flex: 1 0 50%;
        margin: 0 2rem 0 0;
    }
}
.my-account__text {
    margin: 0 0 2rem;
}
.my-account__field {
    margin-bottom: 0.71429em;
    padding-left: 4rem;
    position: relative;
}
.my-account__field::before {
    color: #4ebdc3;
    font-family: "icons";
    font-size: 3rem;
    font-weight: 400;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
}
.my-account__field.-login::before {
    content: "";
}
.my-account__field.-password::before {
    content: "";
}
.my-account__field.-submit::before {
    content: none;
}
.my-account__field.-submit {
    padding: 0;
    text-align: right;
}
.my-account__field.-submit a {
    color: #727272;
    font-style: italic;
    font-size: 0.86667em;
    margin-right: 1.5em;
}
.my-account__field.-submit a:hover, .my-account__field.-submit a:focus {
    text-decoration: underline;
}
.my-account__field input {
    margin: 0;
}
.my-account__allready {
    background-color: #79348f;
    color: #fff;
    display: block;
    padding: 3rem 7rem 3rem 4rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .my-account__allready {
        padding: 1.5rem 5rem 1.5rem 2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .my-account__allready {
        flex-grow: 1;
    }
}
.my-account__allready:hover .btn::before, .my-account__allready:hover .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .my-account__allready:hover .g-translate-dropdown__toggle::before, .my-account__allready:focus .btn::before, .my-account__allready:focus .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .my-account__allready:focus .g-translate-dropdown__toggle::before {
    color: #79348f !important;
}
.my-account__allready h4 {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.33333em;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
.my-account__allready p {
    font-weight: 300;
    margin: 0;
}
.my-account__allready .btn, .my-account__allready .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .my-account__allready .g-translate-dropdown__toggle {
    position: absolute;
    right: 3rem;
    top: 50%;
    background-color: #952461;
    border: 0;
    display: block;
    font-weight: 400;
    height: 3.4rem;
    padding: 0;
    transform: translateY(-50%);
    width: 3.4rem;
}
@media screen and (max-width: 767px) {
    .my-account__allready .btn, .my-account__allready .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .my-account__allready .g-translate-dropdown__toggle {
        right: 2rem;
    }
}
.my-account__allready .btn::before, .my-account__allready .g-translate-dropdown .g-translate-dropdown__toggle::before, .g-translate-dropdown .my-account__allready .g-translate-dropdown__toggle::before {
    transition: all 400ms ease-in-out 0ms;
    color: #fff;
    font-size: 1.6rem;
}
.quick-links-demarches {
    display: flex;
    flex-direction: column;
    margin-bottom: 5.3rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .quick-links-demarches {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches {
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches {
        align-items: flex-start;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        margin-bottom: 4.1rem;
    }
}
.quick-links-demarches .title-block {
    padding-left: 4rem;
    margin-bottom: 2.6rem;
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches .title-block {
        padding-left: 2rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches .title-block {
        padding-left: 4rem;
        margin-bottom: 1.4rem;
    }
}
.quick-links-demarches .title-block::before {
    background-color: #0a367e;
    width: 8.6rem;
    bottom: 1rem;
    top: auto;
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches .title-block::before {
        width: 6.2rem;
        bottom: 0.9rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches .title-block::before {
        width: 6.9rem;
        bottom: 0.6rem;
    }
}
.quick-links-demarches.-section-1-3 .quick-links-demarches__list li {
    width: 20rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #4ebdc3;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li {
        width: 19rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li {
        margin-right: 0;
        width: 100%;
    }
}
.quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(2n) {
    margin-right: 0;
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(2n) {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(2n) {
        margin-right: 0;
    }
}
.quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(3n - 1) {
    background-color: #1e95bf;
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(3n - 1) {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(3n - 1) {
        margin-right: 0;
    }
}
.quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(3n) {
    background-color: #485d6e;
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1279px) {
    .quick-links-demarches.-section-1-3 .quick-links-demarches__list li:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .quick-links-demarches.-frame .quick-links-demarches__list li {
        border-width: 1px;
        margin: 0 0 -1px -1px;
        width: calc(16.66667% + 1px);
    }
}
@media screen and (min-width: 768px) {
    .quick-links-demarches.-frame .quick-links-demarches__list li:nth-child(6n) {
        margin-right: -1px;
        width: calc(16.66667% + 2px);
    }
}
@media screen and (min-width: 1280px) {
    .quick-links-demarches.-frame.-section-1-3 .quick-links-demarches__list li {
        width: calc((33.33333% + 1px));
    }
}
@media screen and (min-width: 1280px) {
    .quick-links-demarches.-frame.-section-1-3 .quick-links-demarches__list li:nth-child(3n) {
        margin-right: -1px;
        width: calc(33.33333% + 2px);
    }
}
.quick-links-demarches__list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.quick-links-demarches__list li {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 15.4rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .quick-links-demarches__list li {
        min-height: 14.6rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches__list li {
        min-height: 7.7rem;
    }
}
.quick-links-demarches__list a {
    color: #fff;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4em;
    height: 100%;
    padding: 2.2rem 2.1rem 2.9rem;
    position: relative;
    width: 100%;
    z-index: 1;
    transition: color 0.3s ease-in-out 0ms;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .quick-links-demarches__list a {
        padding: 1.9rem 1.7rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches__list a {
        display: flex;
        padding: 1.6rem 1rem 1.6rem 2rem;
    }
}
.quick-links-demarches__list a[class*='-slide-in'] {
    color: #fff;
}
.quick-links-demarches__list a[class*='-slide-in'] svg {
    fill: #fff;
}
.quick-links-demarches__list a[class*='-slide-in']::after {
    opacity: 1;
}
.quick-links-demarches__list a::after {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    background: #4c165d;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    transition: opacity 0.15s ease-in-out 0ms;
}
.quick-links-demarches__list svg {
    display: block;
    fill: #fff;
    font-family: "icons";
    font-weight: 400;
    width: auto;
    height: 4.2rem;
    position: relative;
    text-align: inherit;
    z-index: 1;
    margin-bottom: 0.3rem;
    transition: fill 0.3s ease-in-out 0ms;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .quick-links-demarches__list svg {
        height: 4rem;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches__list svg {
        width: 5rem;
        margin-right: 1.8rem;
    }
}
.quick-links-demarches__list h4 {
    pointer-events: none;
    z-index: 1;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    position: relative;
    padding-right: 2rem;
}
.quick-links-demarches__list h4::after {
    position: absolute;
    content: '\f178';
    right: 0;
    top: 0.4rem;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.4rem;
    font-weight: 400;
    color: #3962a5;
}
@media screen and (max-width: 767px) {
    .quick-links-demarches__list h4::after {
        top: 1.4rem;
    }
}
.quick-links-demarches__list p {
    pointer-events: none;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .quick-links-demarches__list p br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .quick-links-demarches__content {
        width: 100%;
    }
}
@-webkit-keyframes direction-aware-in-top {
    from {
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes direction-aware-in-top {
    from {
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes direction-aware-out-top {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -100%);
    }
}
@keyframes direction-aware-out-top {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -100%);
    }
}
.-slide-in-top::after {
    -webkit-animation-name: direction-aware-in-top;
            animation-name: direction-aware-in-top;
}
.-slide-out-top::after {
    -webkit-animation-name: direction-aware-out-top;
            animation-name: direction-aware-out-top;
}
@-webkit-keyframes direction-aware-in-right {
    from {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes direction-aware-in-right {
    from {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes direction-aware-out-right {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100%, 0);
    }
}
@keyframes direction-aware-out-right {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100%, 0);
    }
}
.-slide-in-right::after {
    -webkit-animation-name: direction-aware-in-right;
            animation-name: direction-aware-in-right;
}
.-slide-out-right::after {
    -webkit-animation-name: direction-aware-out-right;
            animation-name: direction-aware-out-right;
}
@-webkit-keyframes direction-aware-in-bottom {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes direction-aware-in-bottom {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes direction-aware-out-bottom {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 100%);
    }
}
@keyframes direction-aware-out-bottom {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 100%);
    }
}
.-slide-in-bottom::after {
    -webkit-animation-name: direction-aware-in-bottom;
            animation-name: direction-aware-in-bottom;
}
.-slide-out-bottom::after {
    -webkit-animation-name: direction-aware-out-bottom;
            animation-name: direction-aware-out-bottom;
}
@-webkit-keyframes direction-aware-in-left {
    from {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes direction-aware-in-left {
    from {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes direction-aware-out-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100%, 0);
    }
}
@keyframes direction-aware-out-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100%, 0);
    }
}
.-slide-in-left::after {
    -webkit-animation-name: direction-aware-in-left;
            animation-name: direction-aware-in-left;
}
.-slide-out-left::after {
    -webkit-animation-name: direction-aware-out-left;
            animation-name: direction-aware-out-left;
}
.report-incident {
    background-color: #485d6e;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    /**
     * TODO: Responsive style refactoring needed
     */
}
@media screen and (min-width: 1280px) {
    .report-incident.container,
    .report-incident .container {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
.report-incident.-has-shadow {
    margin-bottom: 4rem;
    position: relative;
}
.report-incident.-has-shadow::before, .report-incident.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.report-incident.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .report-incident.-has-shadow::before {
        left: 7rem;
    }
}
.report-incident.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .report-incident.-has-shadow::after {
        right: 7rem;
    }
}
.report-incident.-has-shadow::before, .report-incident.-has-shadow::after {
    height: 2.5rem;
}
.report-incident.-has-shadow::before {
    transform: rotate(-1deg) skewX(-60deg);
}
.report-incident.-has-shadow::after {
    transform: rotate(1deg) skewX(60deg);
    visibility: visible;
}
@media screen and (min-width: 768px) {
    .report-incident__wrap {
        display: flex;
    }
}
.report-incident__title {
    color: #fff;
    flex-shrink: 0;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3rem;
    position: relative;
    text-transform: uppercase;
}
.report-incident__title::before {
    content: "\E037";
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .report-incident__title {
        line-height: 1.2;
        padding-left: 4rem;
    }
}
.report-incident__title::before {
    color: #3962a5;
    font-family: "icons";
    font-size: 3.5rem;
    font-weight: 400;
    margin-right: 1rem;
    vertical-align: -0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .report-incident__title::before {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .report-incident__title strong {
        display: block;
    }
}
.report-incident__form {
    border: solid #fff;
    border-width: 1px 0 0;
    flex-grow: 1;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
    .report-incident__form {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .report-incident__form {
        align-items: center;
        border-width: 0 0 0 1px;
        display: flex;
        margin-left: 4rem;
        padding-left: 3rem;
    }
}
.report-incident__form label {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .report-incident__form label {
        margin-top: 1.5rem;
    }
}
.report-incident__form .form__field-wrapper {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .report-incident__form .form__field-wrapper {
        align-items: center;
        display: flex;
    }
}
.report-incident__form select {
    background-color: #485d6e;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20320%22%20width%3D%228%22%20height%3D%228%22%3E%3Cpath%20d%3D%22M41%2C96.5h238c21.4%2C0%2C32.1%2C25.9%2C17%2C41l-119%2C119c-9.4%2C9.4-24.6%2C9.4-33.9%2C0L24%2C137.5C8.9%2C122.4%2C19.6%2C96.5%2C41%2C96.5z%22%2F%3E%3C%2Fsvg%3E");
    border: 1px solid #fff;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 1.1rem 3rem 1.1rem 1rem;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .report-incident__form select {
        margin: 1rem 0;
    }
}
@media screen and (min-width: 768px) {
    .report-incident__form select {
        margin: 0 1rem 0 2rem;
    }
}
.report-incident__form button {
    flex-shrink: 0;
}
.reviews {
    margin: 7rem 0 6rem;
}
@media screen and (max-width: 1279px) {
    .reviews {
        margin: 2.5rem 0 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .reviews {
        margin-bottom: 0;
    }
}
.reviews .title-block {
    margin: 0;
}
.reviews__wrapper {
    display: flex;
    margin: 0 -2.5rem;
}
@media screen and (max-width: 1279px) {
    .reviews__wrapper {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .reviews__wrapper {
        align-items: center;
        flex-direction: column;
    }
}
.reviews-item {
    flex-grow: 1;
    margin: 0 2.5rem;
    width: 33.3333%;
}
@media screen and (max-width: 767px) {
    .reviews-item {
        margin: 0 0 3.5rem;
        padding: 0 6.5rem;
        width: 100%;
    }
}
.reviews-item__wrapper {
    display: flex;
}
@media screen and (max-width: 1279px) {
    .reviews-item__wrapper {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}
.reviews-item__picture {
    display: block;
    flex-shrink: 0;
    margin-right: 2rem;
}
@media screen and (max-width: 1279px) {
    .reviews-item__picture {
        margin-right: 0;
    }
}
.reviews-item__picture img {
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.reviews-item div.reviews-item__picture {
    height: 24rem;
    width: 16.3rem;
}
.reviews-item div.reviews-item__picture::before {
    content: "\f10d";
}
.reviews-item div.reviews-item__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #efefef;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
.reviews-item div.reviews-item__picture::after {
    background: #727272;
    content: '';
    display: block;
    padding-top: 147.24%;
}
.reviews-item__content {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
.reviews-item__quote {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 300;
    margin: 1rem 0 1.5rem;
    padding-top: 4.9rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .reviews-item__quote {
        font-size: 2rem;
        padding-top: 2rem;
    }
}
.reviews-item__quote::before {
    content: "\f10d";
}
.reviews-item__quote::before {
    left: 0;
    position: absolute;
    top: -2rem;
    color: #79348f;
    font-size: 6rem;
}
@media screen and (max-width: 1279px) {
    .reviews-item__quote::before {
        left: 50%;
        top: -6rem;
        transform: translateX(-50%);
    }
}
.reviews-item__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem;
    padding-top: 1.5rem;
    position: relative;
}
.reviews-item__title::before {
    left: -4.5rem;
    position: absolute;
    top: 0;
    height: 0.1rem;
    width: 8.5rem;
    background-color: #79348f;
    content: '';
}
@media screen and (max-width: 1279px) {
    .reviews-item__title::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
.reviews-item__title span {
    text-transform: uppercase;
}
.reviews-item__function {
    color: #191919;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 300;
    margin: 0.5rem 0 0;
}
.reviews.-has-bg {
    background-color: #f6f6f6;
    margin: 0;
    padding: 5rem 0 7rem;
}
@media screen and (max-width: 1279px) {
    .reviews.-has-bg {
        padding: 2.5rem 0 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .reviews.-has-bg {
        padding-bottom: 0;
    }
}
.reviews.-is-vertical > .container {
    position: relative;
    z-index: 1;
}
.reviews.-is-vertical .reviews__wrapper {
    margin: 0 -0.75rem;
}
@media screen and (max-width: 767px) {
    .reviews.-is-vertical .reviews__wrapper {
        margin: 0;
    }
}
.reviews.-is-vertical .reviews-item {
    background-color: #fff;
    margin: 0 0.75rem;
    padding: 3rem 3rem 4.5rem;
    width: calc(33.3333% - 6rem);
    position: relative;
}
.reviews.-is-vertical .reviews-item::before, .reviews.-is-vertical .reviews-item::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.reviews.-is-vertical .reviews-item::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .reviews.-is-vertical .reviews-item::before {
        left: 7rem;
    }
}
.reviews.-is-vertical .reviews-item::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .reviews.-is-vertical .reviews-item::after {
        right: 7rem;
    }
}
@media screen and (max-width: 767px) {
    .reviews.-is-vertical .reviews-item {
        margin: 0 0 3.5rem;
        padding: 2rem 6.5rem;
        width: 100%;
    }
}
.reviews.-is-vertical .reviews-item__wrapper {
    flex-direction: column;
}
.reviews.-is-vertical .reviews-item__picture {
    margin-right: 0;
}
.reviews.-is-vertical .reviews-item__picture::before {
    content: "\f10d";
}
.reviews.-is-vertical .reviews-item__picture::before {
    left: 0;
    position: absolute;
    top: 50%;
    color: #79348f;
    font-size: 6rem;
    height: 6.9rem;
    transform: translateY(-50%);
    z-index: 1;
}
.reviews.-is-vertical .reviews-item div.reviews-item__picture {
    height: auto;
    width: 100%;
}
.reviews.-is-vertical .reviews-item div.reviews-item__picture::before {
    content: "\f10d";
}
.reviews.-is-vertical .reviews-item div.reviews-item__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #efefef;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
.reviews.-is-vertical .reviews-item div.reviews-item__picture::after {
    background: #727272;
    content: '';
    display: block;
    padding-top: 63.07%;
}
.reviews.-is-vertical .reviews-item__title::before {
    content: none;
}
.reviews.-is-vertical .reviews-item__quote {
    padding-top: 2.5rem;
}
.reviews.-is-vertical .reviews-item__quote::before {
    content: none;
}
.reviews.-is-horizontal .reviews__wrapper {
    margin: 0 -1.5rem;
}
@media screen and (max-width: 767px) {
    .reviews.-is-horizontal .reviews__wrapper {
        margin: 0;
    }
}
.reviews.-is-horizontal .reviews-item {
    margin: 0 1.5rem;
    padding: 3rem;
}
@media screen and (max-width: 767px) {
    .reviews.-is-horizontal .reviews-item {
        margin: 0 0 3.5rem;
        padding: 2rem 6.5rem;
        width: 100%;
    }
}
.reviews.-is-horizontal .reviews-item__wrapper {
    flex-direction: row;
}
@media screen and (max-width: 1279px) {
    .reviews.-is-horizontal .reviews-item__wrapper {
        flex-direction: column;
    }
}
.reviews.-is-horizontal .reviews-item__picture {
    margin-right: 1.5rem;
}
@media screen and (max-width: 1279px) {
    .reviews.-is-horizontal .reviews-item__picture {
        margin-right: 0;
    }
}
.reviews.-is-horizontal .reviews-item__picture::before {
    bottom: 4.5rem;
    position: absolute;
    right: 0;
    transform: translateY(0);
}
.reviews.-is-horizontal .reviews-item div.reviews-item__picture {
    height: auto;
    width: 30rem;
}
@media screen and (max-width: 767px) {
    .reviews.-is-horizontal .reviews-item div.reviews-item__picture {
        width: 100%;
    }
}
.reviews.-is-horizontal .reviews-item div.reviews-item__picture::before {
    content: "\f10d";
}
.reviews.-is-horizontal .reviews-item div.reviews-item__picture::before {
    bottom: auto;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    color: #efefef;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
.reviews.-is-horizontal .reviews-item div.reviews-item__picture::after {
    background: #727272;
    content: '';
    display: block;
    padding-top: 66.66667%;
}
.projects {
    margin: 4rem auto 0;
    background-image: linear-gradient(to bottom, #fff 44rem, #4ebdc3 44rem);
    padding-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects {
        margin-top: 3.3rem;
        padding-bottom: 1rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects {
        margin-top: 1.2rem;
        background-image: linear-gradient(to bottom, #fff 37rem, #4ebdc3 37rem);
        padding-bottom: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .projects {
        position: relative;
        overflow: hidden;
        margin-top: 4.7rem;
        background-image: linear-gradient(to bottom, #fff 17rem, #4ebdc3 17rem);
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .projects::after {
        position: absolute;
        content: '';
        bottom: 0;
        opacity: 0.1;
        width: 320px;
        height: 580px;
        background-image: url("../images/home/flower-mobile-projects.svg");
        left: 50%;
        background-position: center 0;
        transform: translateX(-50%);
    }
}
.projects .container.-lg {
    max-width: 154rem;
    padding-left: 5.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects .container.-lg {
        padding-left: 8rem;
        padding-right: 4rem;
        max-width: 128rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects .container.-lg {
        padding-left: 6.5rem;
        padding-right: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .projects .container.-lg {
        padding-left: 0;
        padding-right: 0;
    }
}
.projects .title-block {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    max-width: 102.5rem;
    margin-bottom: -16rem;
    z-index: 2;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects .title-block {
        max-width: 78.1rem;
        margin-bottom: -10.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects .title-block {
        max-width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .projects .title-block {
        margin-bottom: -3rem;
        width: 32rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
    }
}
.projects .title-block::before {
    display: none;
}
.projects .title {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    font-size: 6rem;
    line-height: 1.05;
    padding-left: 5.7rem;
    padding-right: 6.7rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects .title {
        padding-right: 5.7rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects .title {
        font-size: 5.5rem;
        padding-right: 4.7rem;
    }
}
@media screen and (max-width: 767px) {
    .projects .title {
        font-size: 3.5rem;
        display: flex;
        padding-left: 1.8rem;
        padding-right: 0;
    }
}
.projects .title::before {
    position: absolute;
    content: '';
    width: 20.6rem;
    height: 1rem;
    left: 0;
    top: 4.5rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .projects .title::before {
        top: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .projects .title::before {
        top: 2.2rem;
        width: 11.4rem;
    }
}
.projects .title__subtext {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.projects .links-group {
    margin-top: 2rem;
}
.projects__items {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 106.5rem;
    margin-top: -11rem;
    justify-content: space-between;
}
@media screen and (max-width: 1279px) {
    .projects__items {
        width: 67.5rem;
        margin-top: -2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__items {
        width: 32rem;
        flex-wrap: wrap;
        height: 36rem;
        position: relative;
        margin-top: -1rem;
    }
}
.projects__item {
    background-color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    width: 316px;
    height: 316px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .projects__item {
        width: 230px;
        height: 230px;
    }
    .projects__item:first-child {
        margin-left: -4rem;
    }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
    .projects__item:first-child {
        margin-left: -1rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__item {
        margin: 0 0 1rem;
        width: 172px;
        height: 172px;
        position: absolute;
    }
    .projects__item:nth-child(1) {
        top: 0;
        left: -1rem;
        margin-left: 0;
    }
    .projects__item:nth-child(2) {
        top: 4.3rem;
        left: 17.4rem;
    }
    .projects__item:nth-child(3) {
        top: 18.7rem;
        left: 4.5rem;
    }
}
.projects__info {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.projects__info::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #3962a5;
    transition: all 250ms ease-in-out 0ms;
    top: 0;
    left: 0;
    transform: scale(0.1);
    margin: auto;
    opacity: 0;
}
.projects__info:hover::after, .projects__info:focus::after {
    opacity: 1;
    transform: scale(1.1);
}
@media screen and (max-width: 767px) {
    .projects__info:hover::after, .projects__info:focus::after {
        transform: scale(1.01);
    }
}
.projects__info:hover .projects__info-title::before, .projects__info:focus .projects__info-title::before {
    -webkit-animation: shiftProjectArrow 300ms linear forwards 1;
            animation: shiftProjectArrow 300ms linear forwards 1;
    color: #3962a5;
}
.projects__info-wrapper {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #fff 144px, #efefef 144px);
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 1279px) {
    .projects__info-wrapper {
        background-image: linear-gradient(to right, #fff 105px, #efefef 105px);
    }
}
@media screen and (max-width: 767px) {
    .projects__info-wrapper {
        background-image: linear-gradient(to right, #fff 78px, #efefef 78px);
    }
}
.projects__info-image {
    display: block;
    width: 7rem;
    height: auto;
}
@media screen and (max-width: 1279px) {
    .projects__info-image {
        width: 5.5rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__info-image {
        width: 3.9rem;
    }
}
.projects__info-content {
    color: #292929;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    height: 100%;
    width: 17.2rem;
    padding: 13.5rem 2rem 2rem 0;
}
@media screen and (max-width: 1279px) {
    .projects__info-content {
        padding-top: 9.7rem;
        width: 12.5rem;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__info-content {
        width: 9.4rem;
        font-size: 1.1rem;
        padding-top: 6.9rem;
    }
}
.projects__info-title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 0 3.6rem;
    text-transform: uppercase;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .projects__info-title {
        font-size: 1.5rem;
        margin-left: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__info-title {
        font-size: 1.1rem;
        margin-left: 1.7rem;
    }
}
.projects__info-title::before {
    position: absolute;
    content: '\f178';
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    color: #4ebdc3;
    bottom: -2.5rem;
    left: 1rem;
    transition: all 250ms ease-in-out 0ms;
}
.projects__info-title span {
    padding: 0.1rem 1rem;
    background-color: #fff;
}
.projects__info-subtitle {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}
.projects__info-link {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 1.4rem;
    position: relative;
    text-transform: uppercase;
}
.projects__info-link::before {
    content: "\f105";
}
.projects__info-link:hover span, .projects__info-link:focus span {
    text-decoration: underline;
}
.projects__info-link::before {
    left: 0;
    position: absolute;
    top: 0;
}
.projects__focus {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .projects__focus {
        width: 68.3rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus {
        width: 32rem;
    }
}
.projects__focus::before {
    position: absolute;
    content: '';
    width: 14.2rem;
    height: 38.3rem;
    left: -4.5rem;
    bottom: 0.7rem;
    background-color: #4c165d;
}
@media screen and (max-width: 1279px) {
    .projects__focus::before {
        width: 14.2rem;
        height: 33.4rem;
        bottom: initial;
        top: 16.8rem;
        left: -2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus::before {
        left: 0;
        height: 17.6rem;
        top: 6rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
}
.projects__focus-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}
.projects__focus-item a {
    display: flex;
}
@media screen and (max-width: 1279px) {
    .projects__focus-item a {
        flex-direction: column;
    }
}
.projects__focus-image {
    height: 60rem;
    width: 102.7rem;
    display: block;
    position: relative;
    margin-top: 11.5rem;
    margin-bottom: 4.7rem;
    overflow: hidden;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects__focus-image {
        width: 78.7rem;
        height: 49.1rem;
        margin-top: 5.5rem;
        margin-bottom: 5.7rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects__focus-image {
        width: 63.7rem;
        height: 36.5rem;
        margin-bottom: -6.5rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-image {
        margin-top: 0;
        width: 32rem;
        height: 17.9rem;
        margin-bottom: -4rem;
    }
}
.projects__focus-image img {
    height: auto;
    width: 100%;
    transition: transform 300ms linear;
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
}
.projects__focus-image.-has-video::before {
    content: "\f04b";
}
.projects__focus-image.-has-video::before {
    left: 50%;
    position: absolute;
    top: 50%;
    height: 5rem;
    width: 5rem;
    background-color: #952461;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    line-height: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .projects__focus-image.-has-video::before {
        height: 4rem;
        width: 4rem;
        line-height: 40px;
    }
}
.projects__focus-actions {
    bottom: 0;
    left: 0;
    position: absolute;
    border-right: 1px solid #fff;
    display: inline-flex;
    margin: 0 -0.3rem;
    min-width: 7.5rem;
    padding: 0.4rem 1.5rem 1.8rem;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .projects__focus-actions {
        padding: 0.75rem 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .-has-video .projects__focus-actions {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 26rem;
    }
}
.projects__focus-action {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0 0.3rem;
}
.projects__focus-action.-is-active {
    color: #79348f;
    display: inline-block;
}
.projects__focus-video {
    position: relative;
}
.projects__focus-video video {
    width: 100%;
}
.projects__focus-info {
    position: relative;
    background-color: #79348f;
    width: 44.8rem;
    display: flex;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects__focus-info {
        width: 37.9rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects__focus-info {
        margin-left: auto;
        width: 49.6rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-info {
        width: 30rem;
        margin-right: auto;
    }
}
.projects__focus-share {
    position: absolute;
    right: 0.9rem;
    top: 2.3rem;
}
@media screen and (max-width: 1279px) {
    .projects__focus-share {
        right: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-share {
        right: 0;
        top: 1rem;
    }
}
.projects__focus .share-block__listitems {
    top: 50%;
    transform: translate(0, -50%);
}
.projects__focus .share-block.-is-open .share-block__listitems {
    transform: translate(-4.5rem, -50%);
}
.projects__focus-content {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    padding: 7rem 4rem 8rem 7rem;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1279px) {
    .projects__focus-content {
        min-height: 25.3rem;
        padding: 3.6rem 3rem 3.4rem 7.2rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-content {
        min-height: 18.8rem;
        padding: 3.6rem 3rem 2.4rem 5.2rem;
    }
}
.projects__focus-category {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.projects__focus-category::before {
    position: absolute;
    content: '\f178';
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    bottom: -2.5rem;
    left: -3.5rem;
}
.projects__focus-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 2.9rem;
    font-weight: 300;
    margin: 0;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .projects__focus-title {
        padding-left: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-title {
        padding-left: 0;
        font-size: 1.8rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
}
.projects__focus-title::before {
    transition: all 250ms ease-in-out 0ms;
    position: absolute;
    content: '';
    width: 30.5rem;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects__focus-title::before {
        width: 24rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects__focus-title::before {
        width: 35.2rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-title::before {
        width: 16.7rem;
    }
}
.projects__focus-title::after {
    transition: all 250ms ease-in-out 0ms;
    position: absolute;
    content: '';
    width: 30.5rem;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .projects__focus-title::after {
        width: 24rem;
    }
}
@media screen and (max-width: 1279px) {
    .projects__focus-title::after {
        width: 35.2rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-title::after {
        width: 16.7rem;
    }
}
@media screen and (max-width: 767px) {
    .projects__focus-title {
        font-size: 2rem;
    }
}
.projects__focus-title b {
    font-weight: 700;
    display: block;
}
.projects__focus-teaser {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 1.5rem;
}
.projects__focus-control {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 5;
}
@media screen and (max-width: 767px) {
    .projects__focus-control {
        top: 30%;
        transform: translateY(0);
    }
}
.projects__focus-control[data-fa-icon]::before {
    color: #efefef;
    font-size: 3rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.projects__focus-control.-prev {
    left: 0;
}
@media screen and (max-width: 767px) {
    .projects__focus-control.-prev {
        left: 1rem;
    }
}
.projects__focus-control.-next {
    right: 0;
}
@media screen and (max-width: 767px) {
    .projects__focus-control.-next {
        right: 1rem;
    }
}
.projects .composite-link:hover .projects__focus-image img, .projects .composite-link:focus .projects__focus-image img {
    transform: scale(1.2);
}
.projects .composite-link:hover .projects__focus-title::before,
.projects .composite-link:hover .projects__focus-title::after, .projects .composite-link:focus .projects__focus-title::before,
.projects .composite-link:focus .projects__focus-title::after {
    -webkit-animation: shiftBorder 300ms linear forwards 1;
            animation: shiftBorder 300ms linear forwards 1;
}
.projects.-is-vertical .projects__wrapper {
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    .projects.-is-vertical .projects__wrapper {
        flex-direction: column;
    }
}
.projects.-is-vertical .projects__items {
    flex-direction: column;
    flex-shrink: 0;
    margin: 0 0 0 1rem;
    width: 40rem;
}
@media screen and (max-width: 1279px) {
    .projects.-is-vertical .projects__items {
        width: 30rem;
    }
}
@media screen and (max-width: 767px) {
    .projects.-is-vertical .projects__items {
        margin: 0;
        width: 100%;
    }
}
.projects.-is-vertical .projects__item {
    margin: 0 0 1rem;
    width: 100%;
}
.projects.-is-vertical .projects__item:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .projects.-is-vertical .projects__item:last-child {
        margin-bottom: 1rem;
    }
}
.projects.-is-vertical .projects__focus {
    margin-top: 0;
    min-height: 45.5rem;
    width: calc(100% - 40rem);
}
@media screen and (max-width: 1279px) {
    .projects.-is-vertical .projects__focus {
        width: calc(100% - 30rem);
    }
}
@media screen and (max-width: 767px) {
    .projects.-is-vertical .projects__focus {
        min-height: inherit;
        width: 100%;
    }
}
.projects.-is-vertical .projects__focus-image img {
    height: 100%;
}
.projects.-is-vertical .projects__focus-info {
    bottom: 0;
    left: 3rem;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .projects.-is-vertical .projects__focus-info {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
        background-color: #fff;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .projects.-is-vertical .projects__focus-info__wrapper {
        padding: 5rem 2rem 1rem;
    }
}
@-webkit-keyframes shiftBorder {
    100% {
        width: 140%;
    }
    50% {
        width: 110%;
    }
    0% {
        width: 100%;
    }
}
@keyframes shiftBorder {
    100% {
        width: 140%;
    }
    50% {
        width: 110%;
    }
    0% {
        width: 100%;
    }
}
@-webkit-keyframes shiftProjectArrow {
    100% {
        left: 1rem;
    }
    50% {
        left: 0.5rem;
    }
    0% {
        left: 0;
    }
}
@keyframes shiftProjectArrow {
    100% {
        left: 1rem;
    }
    50% {
        left: 0.5rem;
    }
    0% {
        left: 0;
    }
}
.next-council {
    align-items: center;
    display: flex;
    margin: 5rem 0 7rem;
}
.next-council__wrapper {
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    padding: 2rem 4rem;
}
@media screen and (max-width: 1279px) {
    .next-council__wrapper {
        padding: 1rem 2rem 2rem;
    }
}
@media screen and (max-width: 767px) {
    .next-council__wrapper {
        flex-direction: column;
        justify-content: center;
        padding: 1rem 2rem 3rem;
    }
}
.next-council__wrapper.-has-shadow {
    position: relative;
}
.next-council__wrapper.-has-shadow::before, .next-council__wrapper.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.next-council__wrapper.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .next-council__wrapper.-has-shadow::before {
        left: 7rem;
    }
}
.next-council__wrapper.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .next-council__wrapper.-has-shadow::after {
        right: 7rem;
    }
}
.next-council__title-wrapper {
    display: flex;
    padding: 1rem 3rem 1rem 0;
}
@media screen and (max-width: 767px) {
    .next-council__title-wrapper {
        padding: 1rem 0 2rem;
    }
}
.next-council__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.2rem;
    width: 4.2rem;
}
.next-council__icon svg {
    width: 3.2rem;
    height: auto;
    fill: #79348f;
}
.next-council__title {
    color: #000;
    flex-shrink: 0;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    width: 24.5rem;
}
@media screen and (max-width: 1279px) {
    .next-council__title {
        width: 29rem;
    }
}
@media screen and (max-width: 767px) {
    .next-council__title {
        width: auto;
    }
}
.next-council__content {
    align-items: center;
    border-left: 1px solid rgba(114, 114, 114, 0.2);
    border-right: 1px solid rgba(114, 114, 114, 0.2);
    display: flex;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    padding: 1rem 3rem;
}
@media screen and (max-width: 1279px) {
    .next-council__content {
        flex-grow: 1;
        justify-content: space-between;
        padding: 0 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .next-council__content {
        border-bottom: 1px solid rgba(114, 114, 114, 0.2);
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(114, 114, 114, 0.2);
        padding: 2rem 0;
    }
}
.next-council__date {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 0;
}
.next-council__place {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin: 0;
}
.next-council__agenda {
    flex-shrink: 0;
    margin-left: 4.5rem;
}
@media screen and (max-width: 1279px) {
    .next-council__agenda {
        margin-left: 3rem;
    }
}
.next-council__links {
    display: flex;
    flex-shrink: 0;
    padding-left: 2rem;
}
@media screen and (max-width: 1279px) {
    .next-council__links {
        padding-left: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .next-council__links {
        padding: 2rem 0 0;
    }
}
.next-council__discussion {
    margin-right: 1rem;
}
@media screen and (max-width: 1279px) {
    .next-council__discussion {
        margin-right: 0;
    }
}
.next-council__discussion[data-fa-icon]::before {
    color: #4ebdc3;
}
.ontheweb-block {
    margin: 0;
    padding-top: 7rem;
    background-color: #4ebdc3;
    padding-bottom: 4.2rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block {
        padding-bottom: 2.8rem;
    }
}
@media screen and (max-width: 1279px) {
    .ontheweb-block {
        padding-top: 2.5rem;
        padding-bottom: 7rem;
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block {
        padding-bottom: 6rem;
        padding-top: 5.7rem;
        position: relative;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    .ontheweb-block::after {
        position: absolute;
        content: '';
        top: 0;
        opacity: 0.1;
        width: 320px;
        background-image: url("../images/home/flower-mobile-projects.svg");
        left: 50%;
        transform: translateX(-50%);
        height: 96px;
        right: initial;
        margin-left: auto;
        margin-right: auto;
        background-position: center bottom;
    }
}
.ontheweb-block .title-block {
    display: flex;
    padding-left: 0;
    z-index: 3;
    margin-bottom: 5.9rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block .title-block {
        margin-bottom: 3.8rem;
    }
}
@media screen and (max-width: 1279px) {
    .ontheweb-block .title-block {
        margin-bottom: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block .title-block {
        margin-bottom: 2.8rem;
        max-width: 30rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.ontheweb-block .title-block::before {
    display: none;
}
.ontheweb-block .title-block .title {
    position: relative;
    padding-left: 0.7rem;
    font-size: 6rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block .title-block .title {
        padding-left: 5.7rem;
    }
}
@media screen and (max-width: 1279px) {
    .ontheweb-block .title-block .title {
        font-size: 5.5rem;
        padding-left: 5.4rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block .title-block .title {
        font-size: 3.5rem;
        line-height: 3.3rem;
        padding-left: 0;
    }
}
.ontheweb-block .title-block .title::before {
    position: absolute;
    content: '';
    width: 24rem;
    height: 1rem;
    background-color: #3962a5;
    left: -4.7rem;
    top: 4.8rem;
    z-index: -1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block .title-block .title::before {
        left: 0.3rem;
    }
}
@media screen and (max-width: 1279px) {
    .ontheweb-block .title-block .title::before {
        width: 22.4rem;
        left: 0;
        top: 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block .title-block .title::before {
        width: 14rem;
        top: 2rem;
        left: 3.5rem;
    }
}
.ontheweb-block .container.-lg {
    max-width: 154rem;
}
@media screen and (max-width: 1279px) {
    .ontheweb-block .container.-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block .container.-lg {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.ontheweb-block__container {
    position: relative;
    max-width: 136rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block__container {
        max-width: 114rem;
    }
}
@media screen and (max-width: 1279px) {
    .ontheweb-block__container {
        max-width: 63.6rem;
    }
}
.ontheweb-block__container.-boxed {
    background-color: #fff;
    padding: 3rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
    .ontheweb-block__container {
        margin: 2rem auto 0;
        max-width: 32rem;
    }
}
.ontheweb-block__carousel {
    width: calc(100% - 15rem);
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block__carousel {
        width: calc(100% - 14rem);
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block__carousel {
        width: calc(100% - 5.8rem);
    }
}
.ontheweb-block__wrapper {
    display: flex;
}
.ontheweb-block__item {
    box-sizing: border-box;
    flex-grow: 1;
    width: 20%;
    z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .ontheweb-block__item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .ontheweb-block__item {
        width: 100%;
    }
}
.ontheweb-block__link {
    box-sizing: border-box;
    padding: 0 1.6rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block__link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.ontheweb-block__link:hover .ontheweb-block__text, .ontheweb-block__link:focus .ontheweb-block__text {
    opacity: 1;
    visibility: visible;
}
.ontheweb-block__link:hover picture.ontheweb-block__picture::before, .ontheweb-block__link:focus picture.ontheweb-block__picture::before {
    transition: opacity 300ms linear;
    background-color: rgba(57, 98, 165, 0.8);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.ontheweb-block__link:hover .ontheweb-block__content::before, .ontheweb-block__link:focus .ontheweb-block__content::before {
    width: 100%;
    background-color: #79348f;
    -webkit-animation: moveBefore 300ms linear forwards 1;
            animation: moveBefore 300ms linear forwards 1;
}
.ontheweb-block__link.link-external .ontheweb-block__title::after {
    content: "\f08e";
}
.ontheweb-block__link.link-external .ontheweb-block__title::after {
    font-size: 0.8em;
    margin-left: 0.5rem;
}
.ontheweb-block__link.link-external::after {
    display: none !important;
}
.ontheweb-block__image {
    display: block;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.ontheweb-block__image img {
    display: block;
    height: auto;
    width: 100%;
}
.ontheweb-block div.ontheweb-block__picture::before {
    content: "\f0ac";
}
.ontheweb-block div.ontheweb-block__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
.ontheweb-block div.ontheweb-block__picture::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 100%;
}
.ontheweb-block__text {
    transition: all 250ms ease-in-out 0ms;
    background-color: transparent;
    margin: auto;
    color: #4ebdc3;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    opacity: 0;
    padding: 0.5rem 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 90%;
    max-width: 90%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
@media screen and (max-width: 1279px) {
    .ontheweb-block__text {
        font-size: 1.3rem;
    }
}
.ontheweb-block__title {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.ontheweb-block__title a {
    color: #000;
}
.ontheweb-block__title:hover a, .ontheweb-block__title:focus a {
    text-decoration: underline;
}
.ontheweb-block__control {
    position: absolute;
    top: 10rem;
    background: none;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    transform: translateY(-50%);
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .ontheweb-block__control {
        position: absolute;
        top: 9rem;
    }
}
.ontheweb-block__control[data-fa-icon]::before {
    color: #3962a5;
    font-size: 3.5rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .ontheweb-block__control[data-fa-icon]::before {
        font-size: 2rem;
    }
}
.ontheweb-block__control.-prev {
    left: 0;
}
.ontheweb-block__control.-next {
    right: 0;
}
.ontheweb-block__content {
    background-color: #4ebdc3;
    position: relative;
    width: 15.9rem;
    margin-top: -2.3rem;
    padding: 1.3rem 1rem;
    margin-left: -1rem;
    transition: all 250ms ease-in-out 0ms;
    z-index: 2;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .ontheweb-block__content {
        margin-top: -1.7rem;
    }
}
.ontheweb-block__content::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.ontheweb-block.-grey {
    background-color: #efefef;
}
.ontheweb-block.-grey .-boxed {
    position: relative;
}
.ontheweb-block.-grey .-boxed::before {
    bottom: 0;
    left: -100%;
    position: absolute;
    right: -100%;
    top: 0;
    background-color: #fff;
    content: '';
}
.ontheweb-block.-grey .ontheweb-block__carousel {
    width: calc(100% - 5.2rem);
}
.ontheweb-block.-grey .ontheweb-block__item {
    padding: 0 0.8rem;
}
.ontheweb-block.-grey .ontheweb-block__control {
    position: absolute;
    top: 9rem;
}
.ontheweb-block.-grey .ontheweb-block__control.-prev {
    left: 2rem;
}
.ontheweb-block.-grey .ontheweb-block__control.-next {
    right: 2rem;
}
@-webkit-keyframes moveBefore {
    100% {
        opacity: 1;
        width: 100%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
    }
    0% {
        opacity: 0;
        width: 1px;
    }
}
@keyframes moveBefore {
    100% {
        opacity: 1;
        width: 100%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
    }
    0% {
        opacity: 0;
        width: 1px;
    }
}
.quicklinks-block {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    padding: 5.5rem 0 3rem;
}
@media screen and (max-width: 1279px) {
    .quicklinks-block {
        margin: 2.5rem 0 3rem;
    }
}
@media screen and (max-width: 767px) {
    .quicklinks-block {
        margin-bottom: 0;
    }
}
.quicklinks-block__container {
    position: relative;
}
.quicklinks-block__container.-boxed {
    background-color: #fff;
    padding: 3rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
    .quicklinks-block__container {
        margin: 2rem auto 0;
        max-width: 32rem;
    }
}
.quicklinks-block__carousel {
    width: calc(100% - 3.2rem);
}
@media screen and (max-width: 767px) {
    .quicklinks-block__carousel {
        width: calc(100% - 4.4rem);
    }
}
.quicklinks-block .quicklinks-block__item {
    margin-bottom: 2rem;
    text-align: center;
    width: 20%;
}
@media screen and (max-width: 1279px) {
    .quicklinks-block .quicklinks-block__item {
        width: 33.33333%;
    }
}
@media screen and (max-width: 767px) {
    .quicklinks-block .quicklinks-block__item {
        width: 100%;
    }
}
.quicklinks-block__link {
    display: block;
    margin: 0 3rem;
}
.quicklinks-block__link h3 {
    color: #000;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 1rem 0 0;
}
.quicklinks-block__link:hover .quicklinks-block__svg-wrapper, .quicklinks-block__link:focus .quicklinks-block__svg-wrapper {
    box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.29);
}
.quicklinks-block__link:hover .quicklinks-block__svg-wrapper::after, .quicklinks-block__link:focus .quicklinks-block__svg-wrapper::after {
    transform: scale(1, 1);
}
.quicklinks-block__link:hover .quicklinks-block__svg-wrapper svg, .quicklinks-block__link:focus .quicklinks-block__svg-wrapper svg {
    fill: #fff;
}
.quicklinks-block__svg {
    position: relative;
}
.quicklinks-block__svg::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.quicklinks-block__svg-wrapper {
    transition: box-shadow 250ms ease-in-out 0ms;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #efefef;
    border-radius: 50%;
}
.quicklinks-block__svg-wrapper::after {
    transition: transform 250ms ease-in-out 0ms;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, #79348f 0%, #652b78 100%);
    border-radius: 50%;
    content: '';
    display: block;
    transform: scale(0, 0);
    z-index: 0;
}
.quicklinks-block__svg-wrapper svg {
    transition: fill 250ms ease-in-out 0ms;
    bottom: inherit;
    left: 50%;
    position: absolute;
    right: inherit;
    top: 50%;
    fill: #4ebdc3;
    height: 20%;
    transform: translate(-50%, -50%);
    width: 20%;
    z-index: 1;
}
.quicklinks-block__control {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .quicklinks-block__control {
        top: 11rem;
    }
}
.quicklinks-block__control[data-fa-icon]::before {
    color: #727272;
    font-size: 2.4rem;
}
.quicklinks-block__control.-prev {
    left: 0;
}
.quicklinks-block__control.-next {
    right: 0;
}
.menu-floating__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.menu-floating__item {
    transition: transform 0.4s ease;
    will-change: transform;
}
.menu-floating__link {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    overflow: hidden;
    padding-right: 1rem;
    position: relative;
    z-index: 7;
}
@media screen and (max-width: 1279px) {
    .menu-floating__link {
        width: 100%;
    }
}
.menu-floating__link::after {
    height: 100%;
    width: 1rem;
    left: 4rem;
    position: absolute;
    top: 0;
    transition: all 250ms ease-in-out 0ms;
    box-shadow: 0.75rem 0 1rem 0 rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    transform: rotate(5deg);
}
.menu-floating__icon {
    height: auto;
    width: 6rem;
    align-items: center;
    align-self: stretch;
    background-color: inherit;
    display: flex;
    justify-content: center;
    margin-right: 1rem;
    min-height: 6rem;
    min-width: 6rem;
    position: relative;
    z-index: 5;
}
.menu-floating__icon svg {
    height: 2.5rem;
    width: 2.5rem;
    fill: #fff;
    line-height: 6rem;
}
.container-wrapper .menu-floating {
    bottom: auto;
    left: auto;
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateX(100%) translateX(-6rem);
    z-index: 100;
}
@media screen and (max-width: 1279px) {
    .container-wrapper .menu-floating {
        display: none;
    }
}
.container-wrapper .menu-floating__btn {
    display: none;
}
.container-wrapper .menu-floating__item {
    margin-bottom: 0.1rem;
}
.container-wrapper .menu-floating__link {
    background-color: #4ebdc3;
    transform: translateX(0);
    transition: all 250ms ease-in-out 0ms;
}
.container-wrapper .menu-floating__link:hover, .container-wrapper .menu-floating__link:focus {
    background-color: #79348f;
    transform: translateX(-100%) translateX(6rem);
}
.mnv-menu .menu-floating.-is-open .menu-floating__btn, .search-popup .menu-floating.-is-open .menu-floating__btn {
    background-color: #4ebdc3;
}
.mnv-menu .menu-floating.-is-open .menu-floating__btn i, .search-popup .menu-floating.-is-open .menu-floating__btn i {
    transform: rotateX(180deg);
}
.mnv-menu .menu-floating.-is-open .menu-floating__list, .search-popup .menu-floating.-is-open .menu-floating__list {
    max-height: 100rem;
    opacity: 1;
    transition: visibility 200ms ease-in-out, max-height 200ms ease-in-out, opacity 350ms ease-in-out;
    visibility: visible;
}
.mnv-menu .menu-floating__btn, .search-popup .menu-floating__btn {
    background-color: #3962a5;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem 3rem 1.5rem 1rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.mnv-menu .menu-floating__btn::before, .search-popup .menu-floating__btn::before {
    content: "\f0a6";
}
.mnv-menu .menu-floating__btn::before, .search-popup .menu-floating__btn::before {
    margin-right: 0.25em;
    vertical-align: baseline;
}
.mnv-menu .menu-floating__btn i, .search-popup .menu-floating__btn i {
    position: absolute;
    right: 1rem;
    top: 50%;
    height: 3rem;
    width: 3rem;
    background-color: #000;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: -1.5rem;
    text-align: center;
    transform: rotateX(0);
    transition: transform 200ms ease-in-out;
}
.mnv-menu .menu-floating__btn i::before, .search-popup .menu-floating__btn i::before {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mnv-menu .menu-floating__btn:hover, .search-popup .menu-floating__btn:hover, .mnv-menu .menu-floating__btn:focus, .search-popup .menu-floating__btn:focus {
    background-color: #4ebdc3;
}
.mnv-menu .menu-floating__list, .search-popup .menu-floating__list {
    max-height: 0;
    opacity: 0;
    transition: visibility 200ms ease-in-out, max-height 350ms ease-in-out, opacity 200ms ease-in-out;
    visibility: hidden;
}
.mnv-menu .menu-floating__item, .search-popup .menu-floating__item {
    border-bottom: 1px solid #6a3d79;
}
.mnv-menu .menu-floating__link, .search-popup .menu-floating__link {
    background-color: #79348f;
}
.mnv-menu .menu-floating__link:hover, .search-popup .menu-floating__link:hover, .mnv-menu .menu-floating__link:focus, .search-popup .menu-floating__link:focus {
    background-color: #4ebdc3;
}
.job-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.7rem;
}
@media screen and (max-width: 767px) {
    .job-block {
        justify-content: center;
        margin: 0;
    }
}
.job-block__item {
    flex-grow: 0;
    flex-shrink: 1;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    margin: 0 1.7rem 3.4rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .job-block__item {
        flex-basis: 100%;
        margin: 0 0 3rem;
    }
}
.job-block__item a:hover .job-block__content::before, .job-block__item a:focus .job-block__content::before {
    -webkit-animation: moveArrowJob 0.2s ease-in-out;
            animation: moveArrowJob 0.2s ease-in-out;
}
.job-block__picture {
    display: block;
    width: 100%;
}
div.job-block__picture::before {
    content: "\f1ea";
}
div.job-block__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.job-block__picture::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 55.47%;
}
.job-block__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.job-block__content {
    margin: 0 0 0 2rem;
    max-width: 29rem;
    padding: 0 0 1.6rem;
    position: relative;
}
.job-block__content::before {
    content: "\f178";
}
.job-block__content::before {
    bottom: 0;
    left: 0;
    position: absolute;
    color: #4ebdc3;
    font-size: 1.4rem;
    font-weight: 400;
}
.job-block__content-top {
    margin: -1.5rem 0 0;
}
.job-block__content-top + .job-block__title {
    margin: 0 0 1rem;
}
.job-block__category {
    background-color: #4c165d;
    color: #fff;
    display: inline-block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 0 0 1.6rem;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
}
.job-block__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0;
}
.job-block__teaser {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 1.3rem 0 1rem;
}
@media screen and (max-width: 767px) {
    .job-block__teaser {
        font-size: 1.6rem;
    }
}
.job-block.-three-columns .job-block__item {
    flex-basis: calc(33.3333% - 3.4rem);
}
@media screen and (max-width: 1279px) {
    .job-block.-three-columns .job-block__item {
        flex-basis: calc(50% - 3.4rem);
    }
}
@media screen and (max-width: 767px) {
    .job-block.-three-columns .job-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
@-webkit-keyframes moveArrowJob {
    0% {
        left: 0;
    }
    50% {
        left: 1rem;
    }
    90% {
        left: 0;
    }
}
@keyframes moveArrowJob {
    0% {
        left: 0;
    }
    50% {
        left: 1rem;
    }
    90% {
        left: 0;
    }
}
.job-single {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .job-single {
        flex-direction: column;
    }
}
.job-single__listitems {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .job-single__listitems {
        width: 100%;
    }
}
.job-single__item {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin: 0 1rem 2rem;
}
@media screen and (max-width: 1279px) {
    .job-single__item {
        max-width: 100%;
        margin: 0 0 2rem;
    }
}
.job-single__apply {
    height: 6.5rem;
    width: 41.4rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1279px) {
    .job-single__apply {
        height: auto;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .job-single__apply {
        margin-top: 3rem;
        max-width: 32rem;
        width: 100%;
    }
}
.interests.-no-image .interests__question,
.interests.-no-image .interests__form {
    width: 100%;
}
.interests.-no-image .interests__question {
    margin: 0 7rem 1rem 0;
}
@media screen and (max-width: 767px) {
    .interests.-no-image .interests__question {
        margin: 0 0 1rem;
    }
}
.interests__question {
    margin-right: 3.5rem;
    width: 25rem;
}
@media screen and (max-width: 767px) {
    .interests__question {
        margin-right: 0;
        width: 100%;
    }
}
.interests__question-img {
    display: block;
}
.interests__question-img img {
    display: block;
    height: auto;
    max-width: 100%;
}
.interests__question-caption {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}
.interests__form {
    flex-grow: 1;
    margin: 0;
    width: calc(100% - 28.5rem);
}
@media screen and (max-width: 767px) {
    .interests__form {
        width: 100%;
    }
}
.interests__form label {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
}
.interests__form .radio {
    margin-bottom: 3rem;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
}
.interests__form .radio label {
    padding-left: 2.9rem;
}
.interests__form .radio label::before {
    height: 2.2rem;
    width: 2.2rem;
    border: 0.2rem solid #c5c5c5;
}
.interests__form .radio label::after {
    height: 0.7rem;
    width: 0.7rem;
    border-radius: 50%;
    background: transparent;
}
.interests__form .radio input:checked[type=radio] + label::after {
    background: #3962a5;
    color: transparent;
    left: 0.8rem;
    top: 0.8rem;
}
.interests-block {
    margin: 7.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
    .interests-block {
        margin: 5.5rem 0 5rem;
    }
}
.interests-block .container {
    padding: 0;
}
.interests-block .links-group {
    margin-top: 2rem;
}
.interests-block__wrapper {
    padding-left: 5rem;
}
@media screen and (max-width: 1279px) {
    .interests-block__wrapper {
        padding: 0 0.5rem 0 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .interests-block__wrapper {
        flex-wrap: wrap;
        padding: 0;
    }
}
.interests-block__wrapper.-has-dynamic-content {
    margin: 0;
}
.interests-block__wrapper.-has-dynamic-content .interests-block__vote,
.interests-block__wrapper.-has-dynamic-content .interests-block__results {
    height: 100%;
    width: 100%;
    margin: 0;
}
.interests-block__dynamic {
    flex-grow: 1;
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .interests-block__dynamic {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .interests-block__dynamic {
        order: 1;
    }
}
.interests-block__image {
    height: 100%;
    width: 34rem;
    flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
    .interests-block__image {
        width: 46.6%;
    }
}
@media screen and (max-width: 767px) {
    .interests-block__image {
        margin-bottom: 2rem;
        width: 100%;
    }
}
.interests-block__image img {
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.interests-block__vote, .interests-block__results {
    transition: all 250ms ease-in-out 0ms;
    margin: 0 1.5rem;
    width: calc(50% - 3rem);
}
@media screen and (max-width: 1279px) {
    .interests-block__vote, .interests-block__results {
        margin-bottom: 2rem;
        max-width: 60rem;
        width: calc(100% - 3rem);
    }
}
.interests-block__vote.-is-hidden, .interests-block__results.-is-hidden {
    max-height: 0;
    overflow: hidden;
}
.interests-block__vote.-boxed, .interests-block__results.-boxed {
    background-color: #fff;
    padding: 3rem;
}
.interests-block__vote.-has-shadow, .interests-block__results.-has-shadow {
    position: relative;
}
.interests-block__vote.-has-shadow::before, .interests-block__vote.-has-shadow::after, .interests-block__results.-has-shadow::before, .interests-block__results.-has-shadow::after {
    background-color: transparent;
    bottom: 2rem;
    box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 1.5rem;
    position: absolute;
    width: calc(40% - 3rem);
    z-index: -1;
}
.interests-block__vote.-has-shadow::before, .interests-block__results.-has-shadow::before {
    left: 6rem;
    transform: rotate(-3deg) skewX(-60deg);
}
@media screen and (max-width: 1279px) {
    .interests-block__vote.-has-shadow::before, .interests-block__results.-has-shadow::before {
        left: 7rem;
    }
}
.interests-block__vote.-has-shadow::after, .interests-block__results.-has-shadow::after {
    right: 6rem;
    transform: rotate(3deg) skewX(60deg);
}
@media screen and (max-width: 1279px) {
    .interests-block__vote.-has-shadow::after, .interests-block__results.-has-shadow::after {
        right: 7rem;
    }
}
.interests-block.-composite .container {
    padding: 0;
}
.interests-block.-composite .interests-block__image {
    padding: 0;
    width: 40%;
}
@media screen and (max-width: 1279px) {
    .interests-block.-composite .interests-block__image {
        width: 100%;
    }
}
.interests-block.-composite .interests-block__wrapper.-has-dynamic-content {
    flex-wrap: nowrap;
}
@media screen and (max-width: 1279px) {
    .interests-block.-composite .interests-block__wrapper.-has-dynamic-content {
        flex-wrap: wrap;
    }
}
.interests-block.-composite .interests-block__dynamic {
    background-color: #efefef;
}
.interests-results__title {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0;
    text-transform: uppercase;
}
.interests-results__message {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    margin: 1rem 0;
}
.interests-results__text {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .interests-results__text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.interests-results__chart-wrapper {
    margin-top: 2rem;
    position: relative;
}
.interests-results__number-people {
    color: #000;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
}
.interests-results__number-people span {
    font-weight: 500;
}
.interests-results__chart-canvas {
    background-color: transparent;
    height: 18rem;
    position: relative;
    width: 18rem;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .interests-results__chart-canvas {
        width: 100%;
    }
}
.interests-results__chart-canvas::after {
    border-radius: 50%;
    bottom: 1.5rem;
    box-shadow: 0 20rem 9.2rem 2.3rem rgba(0, 0, 0, 0.2);
    content: '';
    height: 18rem;
    left: -0.6rem;
    position: absolute;
    transform: scaleY(0.1) scaleX(0.6) skew(6deg);
    transform-origin: center bottom;
    width: 18rem;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .interests-results__chart-canvas::after {
        left: calc(50% - 0.6rem);
        margin-left: -9rem;
    }
}
.interests-results__chart-data {
    padding-left: 3rem;
    width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
    .interests-results__chart-data {
        margin-top: 2rem;
        padding-left: 0;
        width: 100%;
    }
}
.social-wall {
    margin: 7.5rem 0 6rem;
}
@media screen and (max-width: 1279px) {
    .social-wall {
        margin: 6.5rem 0 6rem;
    }
}
.social-wall .container {
    padding: 0;
}
.social-wall__grid {
    margin: 0 -0.9rem;
    padding: 0;
}
@media screen and (max-width: 1279px) {
    .social-wall__grid {
        padding: 0 9rem;
    }
}
@media screen and (max-width: 767px) {
    .social-wall__grid {
        margin: 0 auto;
        max-width: 26.8rem;
        padding: 0;
    }
}
.social-wall .tabs__panel {
    background: none;
}
.social-wall .tabs__list {
    border: 0;
}
@media screen and (min-width: 768px) {
    .social-wall .tabs__list {
        justify-content: flex-start;
        margin-bottom: 2rem;
        margin-left: calc(50% + 1rem);
    }
}
@media screen and (max-width: 767px) {
    .social-wall .tabs__list {
        justify-content: center;
    }
}
.social-wall .tabs__trigger {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    height: 3.5rem;
    width: 3.5rem;
    background: linear-gradient(to bottom, #efefef 0%, #dfdfdf 100%);
    border-radius: 50%;
    color: #79348f;
    margin-left: 0.5rem;
    padding: 0;
}
.social-wall .tabs__trigger::after {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.social-wall .tabs__trigger::before, .social-wall .tabs__trigger::after {
    text-indent: 0;
}
.social-wall .tabs__trigger::before {
    border-radius: 50%;
    content: none;
    z-index: 0;
}
.social-wall .tabs__trigger::after {
    color: currentColor;
    display: block;
    font-size: 1.6rem;
}
.social-wall .tabs__trigger.-facebook::after {
    content: "\f39e";
}
.social-wall .tabs__trigger.-twitter::after {
    content: "\f099";
}
.social-wall .tabs__trigger.-instagram::after {
    content: "\f16d";
}
.social-wall .tabs__trigger.-youtube::after {
    content: "\f167";
}
.social-wall .tabs__trigger.-tous::after {
    content: 'Tous';
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}
.social-wall .tabs__trigger:hover, .social-wall .tabs__trigger:active, .social-wall .tabs__trigger.-current {
    background: #79348f;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .social-wall.-tablet-two .social-card {
        width: 50%;
    }
}
@media screen and (min-width: 1280px) {
    .social-wall.-desktop-two .social-card {
        width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .social-wall.-tablet-three .social-card {
        width: 33.33333%;
    }
}
@media screen and (min-width: 1280px) {
    .social-wall.-desktop-three .social-card {
        width: 33.33333%;
    }
}
@media screen and (min-width: 768px) {
    .social-wall.-tablet-four .social-card {
        width: 25%;
    }
}
@media screen and (min-width: 1280px) {
    .social-wall.-desktop-four .social-card {
        width: 25%;
    }
}
@media screen and (min-width: 768px) {
    .social-wall.-tablet-five .social-card {
        width: 20%;
    }
}
@media screen and (min-width: 1280px) {
    .social-wall.-desktop-five .social-card {
        width: 20%;
    }
}
.social-wall.-list .tabs {
    margin: 0;
}
.social-wall.-list .tabs__list {
    margin: 0 0 2rem;
}
.social-wall.-list .social-wall__grid {
    padding: 0;
}
.social-card {
    margin: 0 0 2rem;
    padding: 0 0.9rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .social-card {
        padding: 0;
    }
}
.social-card__link {
    height: 100%;
}
.social-card__link * {
    color: #494949;
    font-size: 1.5rem;
    font-weight: 300;
}
.social-card__image {
    display: block;
    overflow: hidden;
    width: 100%;
}
.social-card__image img {
    height: 100%;
    width: 100%;
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
}
.social-card__wrapper {
    padding-top: 2rem;
}
.social-card__wrapper .hashtag {
    margin-top: -1em;
}
.social-card__reposted {
    margin-top: 0;
}
.social-card__reposted span {
    color: #0c9;
    margin-right: 0.5rem;
}
.social-card__readmore {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.3rem;
    margin: -1em 0 3.5rem;
    text-decoration: underline;
}
.social-card__header {
    margin-bottom: 1rem;
}
.social-card__header-logo {
    border: 1px solid #c5c5c5;
    display: block;
    float: left;
    margin-right: 1rem;
    width: 3.7rem;
}
.social-card__header-title {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.25em;
}
.social-card__header-subtitle {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    margin: 0;
}
.social-card__footer {
    display: flex;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.social-card__footer-type, .social-card__footer-posted-on {
    color: #727272;
    font-size: 1.1rem;
    margin: 0;
}
.social-card__footer-type *, .social-card__footer-posted-on * {
    font-size: 1.1rem;
}
.social-card__footer-type {
    font-weight: 700;
}
.social-card.-youtube .social-card__image {
    position: relative;
}
.social-card.-youtube .social-card__image::before {
    content: "\f04b";
}
.social-card.-youtube .social-card__image::before {
    height: 4.2rem;
    width: 4.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: rgba(57, 98, 165, 0.8);
    line-height: 4.2rem;
    margin-left: -2.1rem;
    margin-top: -2.1rem;
    padding: 0.1em 0 0 0.1em;
    text-align: center;
    z-index: 100;
}
.social-wall.-variation-1 .social-card {
    min-height: 26.7rem;
}
.social-wall.-variation-1 .social-card__link {
    border: 1px solid #c5c5c5;
    position: relative;
}
.social-wall.-variation-1 .social-card__wrapper {
    padding: 1.6rem 2rem 1.8rem 1.8rem;
}
.social-wall.-variation-1 .social-card__footer {
    height: 4.5rem;
    padding: 1.5rem 2rem 1.8rem 1.8rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.social-wall.-variation-1 .social-card__footer::before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.social-wall.-variation-1 .social-card__footer::before {
    border-right: 1px solid #727272;
    display: block;
    font-size: 1.1rem;
    margin-right: 0.5em;
    padding-right: 0.5em;
}
.social-wall.-variation-1 .social-card.-facebook .social-card__footer::before {
    color: #3b5998;
    content: "\f39e";
}
.social-wall.-variation-1 .social-card.-twitter .social-card__footer::before {
    color: #00acee;
    content: "\f099";
}
.social-wall.-variation-1 .social-card.-instagram .social-card__footer::before {
    color: #4c68d7;
    content: "\f16d";
}
.social-wall.-variation-1 .social-card.-youtube .social-card__footer::before {
    color: #c4302b;
    content: "\f167";
}
.social-wall.-variation-1 .social-card.-instagram .social-card__link {
    overflow: hidden;
}
.social-wall.-variation-1 .social-card.-instagram .social-card__link:hover .social-card__wrapper, .social-wall.-variation-1 .social-card.-instagram .social-card__link:focus .social-card__wrapper {
    opacity: 1;
}
.social-wall.-variation-1 .social-card.-instagram .social-card__image {
    bottom: 5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.social-wall.-variation-1 .social-card.-instagram .social-card__wrapper {
    transition: all 400ms ease-in-out 0ms;
    background-color: rgba(0, 0, 0, 0.75);
    height: calc(100% - 5rem);
    opacity: 0;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1279px) {
    .social-wall.-variation-1 .social-card.-instagram .social-card__wrapper {
        opacity: 1;
    }
}
.social-wall.-variation-1 .social-card.-instagram .social-card__wrapper * {
    color: #fff;
}
.social-wall.-variation-1 .social-card.-twitter .social-card__image {
    display: none;
}
.social-wall.-variation-1 .social-card.-facebook .social-card__image,
.social-wall.-variation-1 .social-card.-youtube .social-card__image {
    height: 9.5rem;
}
.social-wall.-variation-2 .tabs {
    margin: 0;
}
.social-wall.-variation-2 .tabs__list {
    justify-content: center;
}
.social-wall.-variation-2 .social-card__link::before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.social-wall.-variation-2 .social-card__link::before {
    height: 2.5rem;
    width: 100%;
    color: #fff;
    display: block;
    font-size: 1.6em;
    line-height: 2.5rem;
    text-align: center;
}
.social-wall.-variation-2 .social-card__image {
    height: 18rem;
}
.social-wall.-variation-2 .social-card.-facebook .social-card__link::before {
    background-color: #3b5998;
    content: "\f39e";
}
.social-wall.-variation-2 .social-card.-facebook .social-card__header-title,
.social-wall.-variation-2 .social-card.-facebook .social-card__readmore,
.social-wall.-variation-2 .social-card.-facebook .hashtag,
.social-wall.-variation-2 .social-card.-facebook .social-card__footer {
    color: #3b5998;
}
.social-wall.-variation-2 .social-card.-twitter .social-card__link::before {
    background-color: #00acee;
    content: "\f099";
}
.social-wall.-variation-2 .social-card.-twitter .social-card__header-title,
.social-wall.-variation-2 .social-card.-twitter .social-card__readmore,
.social-wall.-variation-2 .social-card.-twitter .hashtag,
.social-wall.-variation-2 .social-card.-twitter .social-card__footer {
    color: #00acee;
}
.social-wall.-variation-2 .social-card.-instagram .social-card__link::before {
    background-color: #4c68d7;
    content: "\f16d";
}
.social-wall.-variation-2 .social-card.-instagram .social-card__header-title,
.social-wall.-variation-2 .social-card.-instagram .social-card__readmore,
.social-wall.-variation-2 .social-card.-instagram .hashtag,
.social-wall.-variation-2 .social-card.-instagram .social-card__footer {
    color: #4c68d7;
}
.social-wall.-variation-2 .social-card.-youtube .social-card__link::before {
    background-color: #c4302b;
    content: "\f167";
}
.social-wall.-variation-2 .social-card.-youtube .social-card__header-title,
.social-wall.-variation-2 .social-card.-youtube .social-card__readmore,
.social-wall.-variation-2 .social-card.-youtube .hashtag,
.social-wall.-variation-2 .social-card.-youtube .social-card__footer {
    color: #c4302b;
}
.my-city {
    margin: 7rem 0;
}
@media screen and (max-width: 1279px) {
    .my-city {
        margin: 6.5rem 0 6rem;
    }
}
@media screen and (max-width: 767px) {
    .my-city__wrapper {
        margin: 0 -1rem;
    }
}
@media screen and (min-width: 1280px) {
    .my-city .title-block {
        justify-content: flex-start;
    }
}
.my-city__form {
    align-items: center;
    display: flex;
}
@media screen and (max-width: 1279px) {
    .my-city__form {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .my-city__form {
        display: block;
    }
}
.my-city__form .form {
    margin-bottom: 0;
    width: 90%;
}
@media screen and (max-width: 1279px) {
    .my-city__form .form {
        margin-bottom: 1.5rem;
        width: 100%;
    }
}
.my-city__form .form label,
.my-city__form .form legend {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 1279px) {
    .my-city__form fieldset {
        margin: 0 -0.5rem;
        padding: 0;
    }
}
.my-city__form legend {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.2rem;
}
.my-city__form img {
    height: 100%;
    width: 50%;
    display: block;
}
@media screen and (max-width: 767px) {
    .my-city__form img {
        width: 100%;
    }
}
.my-city__form input,
.my-city__form select {
    background-color: #fff;
    font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .my-city__form .form__field-wrapper {
        display: inline-block;
        margin: 0 0.5rem 1.5rem;
        width: calc(49.5% - 1rem);
    }
}
.my-city__info {
    background-color: #fff;
    display: flex;
}
@media screen and (max-width: 767px) {
    .my-city__info {
        display: block;
    }
}
.my-city__info .infos__wrap {
    margin: 0;
}
.my-city__info .infos__item {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
}
.my-city__info .infos__item a {
    text-decoration: none;
}
.my-city__info .infos__item a:hover, .my-city__info .infos__item a:focus {
    text-decoration: underline;
}
.my-city__info .infos__item:not(:last-child) {
    padding-bottom: 1.2rem;
}
.my-city__info .infos__item:not(:last-child)::after {
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
}
.my-city__picture {
    display: block;
    flex: 1.8;
}
@media screen and (max-width: 767px) {
    .my-city__picture {
        width: 100%;
    }
}
.my-city__picture img {
    height: 100%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center;';
    display: block;
}
.my-city__content {
    padding: 2rem;
    flex: 1;
}
@media screen and (max-width: 767px) {
    .my-city__content {
        width: 100%;
    }
}
.my-city__category {
    color: #79348f;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.my-city__title {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    margin: 0;
}
.my-city__title a {
    color: inherit;
}
.my-city__title a:hover, .my-city__title a:focus {
    text-decoration: underline;
}
.discover {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    height: 60rem;
    margin: 2rem 0 6rem;
}
@media screen and (max-width: 1279px) {
    .discover {
        height: 46rem;
        margin: 4.5rem 0;
    }
}
@media screen and (max-width: 767px) {
    .discover {
        height: auto;
        margin: 4.5rem 0 3rem;
    }
}
.discover__container {
    position: relative;
    height: 100%;
}
.discover__wrapper {
    height: 100%;
    position: relative;
}
.discover__title-main {
    bottom: -0.1rem;
    left: -0.5rem;
    position: absolute;
    color: #fff;
    font-size: 13rem;
    font-weight: 700;
    line-height: 70%;
    margin: 0;
}
@media screen and (max-width: 1279px) {
    .discover__title-main {
        font-size: 8rem;
    }
}
@media screen and (max-width: 767px) {
    .discover__title-main {
        font-size: 5.3rem;
    }
}
.discover__picture img {
    height: 100%;
    width: 100%;
    display: block;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .discover__picture img {
        height: auto;
        width: 100%;
    }
}
.discover__info {
    bottom: 19.5rem;
    position: absolute;
    right: 0;
    height: auto;
    width: 33.2rem;
    background-color: #fff;
    padding: 4rem;
}
@media screen and (max-width: 1279px) {
    .discover__info {
        bottom: 13rem;
        padding: 2.5rem;
        width: 24.6rem;
    }
}
@media screen and (max-width: 767px) {
    .discover__info {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        padding: 2.5rem 3rem;
        width: 100%;
    }
}
.discover__category {
    color: #79348f;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .discover__category {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
}
.discover__title {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 2.9rem;
    margin: 0;
}
@media screen and (max-width: 1279px) {
    .discover__title {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .discover__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
}
.menu-extranet {
    align-items: center;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    padding: 0.85rem 1rem;
}
.menu-extranet a {
    color: #c5c5c5;
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0;
    padding: 0 0.5rem;
}
.menu-extranet a:nth-child(2) {
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}
.menu-extranet a:hover, .menu-extranet a:focus {
    text-decoration: underline;
}
.menu-extranet a svg {
    height: 2rem;
    width: 2rem;
    fill: #c5c5c5;
}
.entiteImageFloatLeft {
    float: left;
    margin: 0.5rem 1rem 1rem 0;
}
.entiteImageFloatRight {
    float: right;
    margin: 0.5rem 0 1rem 1rem;
}
.breadcrumb.spFilDAriane {
    display: block;
    margin-bottom: 4rem;
    vertical-align: inherit;
    width: auto;
}
.breadcrumb.spFilDAriane p {
    font-size: 1.4rem;
}
.breadcrumb.spFilDAriane p a {
    text-decoration: none;
}
.breadcrumb.spFilDAriane p a:hover, .breadcrumb.spFilDAriane p a:focus {
    text-decoration: underline;
}
.spCenter h1 {
    color: #3962a5;
    font-size: 4.08rem;
    font-weight: 700;
    margin: 1.76471em 0 0.73529em;
}
.rte .spBlockTitle {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
}
.spIntroduction p,
.spDescription {
    color: #727272;
    font-size: 1.8rem;
    margin: 1.1rem 0;
}
.spAttention,
.spANoter,
.spASavoir {
    background: #efefef;
    margin: 2rem 0;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    position: relative;
}
.spAttention *[aria-hidden='true'],
.spANoter *[aria-hidden='true'],
.spASavoir *[aria-hidden='true'] {
    display: none;
}
.spAttention::before,
.spANoter::before,
.spASavoir::before {
    content: "\f0c6";
}
.spAttention::before,
.spANoter::before,
.spASavoir::before {
    left: 1.5rem;
    position: absolute;
    top: 1.5rem;
    font-size: 1.6rem;
}
.spAttention p:first-of-type,
.spANoter p:first-of-type,
.spASavoir p:first-of-type {
    margin-top: 0;
}
.spAttention p:last-of-type,
.spANoter p:last-of-type,
.spASavoir p:last-of-type {
    margin-bottom: 0;
}
.spAttention {
    background: #ffe5e5;
}
.spAttention::before {
    content: "\f071";
}
.spANoter {
    background: white;
}
.spANoter::before {
    content: "\f044";
}
.spASavoir {
    background: #edfceb;
}
.spLienExterne,
.spLienInterne {
    color: #79348f;
    text-decoration: underline;
}
.spLienExterne:hover, .spLienExterne:focus,
.spLienInterne:hover,
.spLienInterne:focus {
    text-decoration: none;
}
.rte .co-home-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    margin: 2rem 0 !important;
    padding-left: 0;
    text-align: center;
}
.rte .co-home-menu > * {
    flex: 1 1 33.33334%;
}
.rte .co-home-menu > li {
    border: 0.1rem solid #c5c5c5;
    font-size: 1rem;
    margin: 0 -1px -1px 0 !important;
    padding: 1.5rem;
}
.rte .co-home-menu > li::before {
    content: none !important;
    display: none;
}
.rte .co-home-menu > li h3 {
    color: #79348f;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.rte .co-home-menu > li h3 a {
    color: #79348f;
    text-decoration: none;
}
.rte .co-home-menu > li h3 a:hover, .rte .co-home-menu > li h3 a:focus {
    text-decoration: underline;
}
.rte .co-home-menu .co-home-sousmenu > li {
    display: inline;
    padding: 0;
}
.rte .co-home-menu .co-home-sousmenu > li::before {
    content: '';
    display: none;
}
.rte .co-home-menu .co-home-sousmenu > li a {
    color: #000;
    text-decoration: none;
}
.rte .co-home-menu .co-home-sousmenu > li a:hover, .rte .co-home-menu .co-home-sousmenu > li a:focus {
    text-decoration: underline;
}
.co-home-img {
    display: none;
}
.one-click-toggle {
    transition: all 250ms ease-in-out 0ms;
    height: 7.3rem;
    width: 7.3rem;
    bottom: auto;
    left: auto;
    position: fixed;
    right: -0.3rem;
    top: 26%;
    background-color: #78348e;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem;
    text-transform: uppercase;
    z-index: 49;
}
@media screen and (max-width: 1279px) {
    .one-click-toggle {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        height: auto;
        width: 100%;
        background-color: #000;
        border-radius: 0;
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
    }
    .one-click-toggle br {
        display: none;
    }
}
.one-click-toggle:hover, .one-click-toggle:focus {
    background-color: #612a73;
}
.one-click-panel {
    transition: all 250ms ease-in-out 0ms;
    bottom: auto;
    left: auto;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #494949;
    color: #fff;
    display: table;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    width: 32rem;
    z-index: 49;
}
@media screen and (max-width: 1279px) {
    .one-click-panel {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        height: auto;
        width: 100%;
        display: none;
        transform: none;
    }
}
.one-click-panel.-is-open {
    transform: translateX(0);
    z-index: 60;
}
@media screen and (max-width: 1279px) {
    .one-click-panel.-is-open {
        display: table;
        transform: none;
    }
}
.one-click-panel__section {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 1279px) {
    .one-click-panel__section {
        height: auto;
        width: 100%;
    }
}
.one-click-panel__section .news-block__item {
    flex-basis: auto;
    margin-top: 10rem;
}
.one-click-panel__section .news-block__title {
    color: #fff;
}
.one-click-panel__content {
    max-height: 100%;
    overflow-y: auto;
    padding: 4rem;
}
.one-click-panel__header {
    padding-right: 4rem;
    position: relative;
}
.one-click-panel .one-click-panel__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: uppercase;
}
.one-click-panel .one-click-panel__title::before {
    color: inherit;
    font-size: 2rem;
    margin-right: 1rem;
}
.one-click-panel .one-click-panel__close {
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
    width: 3rem;
    transition: all 250ms ease-in-out 0ms;
    background: #000;
    border: 0;
    color: inherit;
    cursor: pointer;
}
.one-click-panel .one-click-panel__close::before {
    color: inherit;
    font-size: 1.6rem;
    margin-right: 0;
}
.one-click-panel .one-click-panel__close:hover, .one-click-panel .one-click-panel__close:focus {
    background-color: #79348f;
}
.one-click-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.one-click-panel__item {
    border-bottom: 1px solid #727272;
    display: block;
    margin-top: -0.1rem;
}
.one-click-panel .one-click-panel__link {
    transition: all 250ms ease-in-out 0ms;
    border-top: 1px solid #727272;
    color: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 1rem 1.5rem;
}
.one-click-panel .one-click-panel__link::before {
    color: #3962a5;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-right: 0.7rem;
}
.one-click-panel .one-click-panel__link:hover, .one-click-panel .one-click-panel__link:focus {
    background-color: #485d6e;
    border-color: #485d6e;
}
.page-error {
    background: #efefef;
    position: relative;
}
.page-error::before {
    height: 109rem;
    width: 109rem;
    left: -19%;
    position: absolute;
    top: -42%;
    background: url("../images/logo-404.svg") no-repeat;
    content: '';
}
@media screen and (max-width: 1279px) {
    .page-error::before {
        left: -42%;
        top: -32%;
    }
}
@media screen and (max-width: 767px) {
    .page-error::before {
        left: -90%;
        top: -28%;
    }
}
.page-error .site-wrapper-out {
    position: relative;
}
.page-error .site-main {
    min-height: 65rem;
}
.page-error .header {
    background: none;
}
.error-block {
    padding-top: 8rem;
    width: 59%;
}
@media screen and (max-width: 1279px) {
    .error-block {
        padding: 0 0 2rem;
        width: 100%;
    }
}
.error-block__title {
    color: #4ebdc3;
    font-size: 5.5rem;
    font-weight: 900;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
    .error-block__title {
        margin-top: -2rem;
    }
}
@media screen and (max-width: 767px) {
    .error-block__title {
        font-size: 3rem;
    }
}
.error-block .error-block__img {
    position: absolute;
    right: -105rem;
    top: -36rem;
    display: block;
}
@media screen and (max-width: 1279px) {
    .error-block .error-block__img {
        left: 70%;
        position: relative;
        right: auto;
        top: auto;
        margin-top: -39.4rem !important;
        transform: translateX(-50%);
        width: 200%;
    }
}
@media screen and (max-width: 767px) {
    .error-block .error-block__img {
        left: 82%;
        margin-top: -28rem !important;
        width: 305%;
    }
}
.error-block .error-block__img img {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .error-block .filters__wrapper {
        align-items: flex-start;
    }
}
.error-block .filters__buttons {
    margin-left: 1rem;
}
@media screen and (max-width: 767px) {
    .error-block .filters__buttons {
        justify-content: flex-end;
        margin-left: 0;
        width: 100%;
    }
}
.error-block .filters__button {
    color: #4ebdc3;
}
.error-block .filters__button:hover, .error-block .filters__button:focus {
    color: #3962a5;
}
.error-block .filters__fields {
    max-width: 42.6rem;
}
@media screen and (max-width: 767px) {
    .error-block .filters__fields {
        margin: 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .error-block .filters__field {
        margin-bottom: 2rem;
        padding: 0;
    }
}
.error-block label {
    color: #4ebdc3;
}
.error-block input {
    border-color: rgba(78, 189, 195, 0.3);
    color: #4ebdc3;
}
.error-block input::-webkit-input-placeholder {
    color: #4ebdc3;
}
.error-block input::-moz-placeholder {
    color: #4ebdc3;
}
.error-block input:-ms-input-placeholder {
    color: #4ebdc3;
}
.error-block input::-ms-input-placeholder {
    color: #4ebdc3;
}
.error-block input::placeholder {
    color: #4ebdc3;
}
.glossary-block__title {
    background-color: #1e95bf;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 3rem;
    padding: 1.75rem 2rem;
}
.glossary-item {
    border-bottom: 1px solid #1e95bf;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    margin: 3rem 0;
    padding-bottom: 3rem;
}
.glossary-item__category {
    color: #4ebdc3;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.glossary-item__title {
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .glossary-item__title {
        font-size: 1.8rem;
        margin: 0 0 2rem;
    }
}
.glossary-item__teaser {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .glossary-item__teaser {
        font-size: 1.6rem;
        line-height: normal;
    }
}
.status {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0 1.5rem;
    padding: 1rem;
    text-transform: uppercase;
}
.status::before {
    margin-right: 0.5rem;
}
.status.-new {
    background-color: #79348f;
    color: #fff;
}
.status.-new::before {
    content: "\f013";
}
.status.-in-progress {
    background-color: #1e95bf;
    color: #fff;
}
.status.-in-progress::before {
    content: "\f110";
}
.status.-assign {
    background-color: #efefef;
    color: #292929;
}
.status.-assign::before {
    content: "\f00c";
}
.deadline {
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1.5rem 0;
    padding: 1.4rem 0 1.1rem 2.6rem;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .deadline {
        font-size: 1.4rem;
    }
}
.deadline::before {
    content: "\f017";
}
.deadline::before {
    color: #79348f;
    font-size: 1.8rem;
    left: 0;
    position: absolute;
    top: 1.1rem;
}
.deadline__time {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
    text-transform: none;
}
.read-speaker {
    color: #727272;
    flex-shrink: 0;
    font-size: 1.4rem;
    margin-left: 1rem;
}
.read-speaker:hover, .read-speaker:focus {
    text-decoration: underline;
}
.site-main .readspeaker__container {
    background: #efefef;
    padding: 2rem 0 0;
}
.site-main .rsbtn {
    padding-bottom: 0;
}
.site-main .rsbtn .rsbtn_tooltoggle {
    height: 12px;
}
.site-main .rsbtn button {
    cursor: pointer;
}
.poll-block {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.poll-block__item {
    margin-top: 3rem;
}
.poll-block__category {
    color: #79348f;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.poll-block__title {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
}
.poll-block__teaser {
    color: #727272;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}
.poll-block__publication {
    color: #727272;
    font-size: 1.3rem;
    font-style: italic;
}
.poll-block .status {
    display: inline-block;
}
.poll-block .status.-assign::before {
    content: "\f00d";
}
.poll-single {
    background-color: #efefef;
    padding: 4rem 2rem;
}
.poll-single .rte {
    margin-bottom: 2rem;
}
.poll-single .interests-results__chart-canvas {
    background-color: transparent;
}
.poll-single #quiz-wrapper {
    width: 100%;
}
.poll-single .interests__form {
    width: 100%;
}
.poll-single .interests-block__wrapper {
    font-size: 1.8rem;
}
.poll-single .interests__form__quiz {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.poll-single .interests__form__quiz #edit-questions {
    flex-shrink: 0;
    width: 100%;
}
.poll-single .interests__form__quiz legend {
    margin-bottom: 1rem;
}
.poll-single .interests__form__quiz .captcha.-float-left {
    margin-right: 1rem;
}
.poll-single .interests__form__quiz .captcha .recaptcha-processed div {
    width: 100% !important;
}
.multiselect-wrapper:only-child, .multiselect-wrapper:last-child {
    margin: 0;
}
.multiselect-wrapper legend {
    flex-shrink: 0;
    text-transform: none;
}
.multiselect-wrapper legend::after {
    content: none;
}
.multiselect {
    height: 4rem;
    position: relative;
}
.multiselect__toggle {
    height: 4rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%233962a5%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%20width%3D%2213%22%20height%3D%2213%22%3E%3Cpath%20d%3D%22M443.5%20162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17%200L224%20351%2028.5%20155.5c-4.7-4.7-12.3-4.7-17%200l-7.1%207.1c-4.7%204.7-4.7%2012.3%200%2017l211%20211.1c4.7%204.7%2012.3%204.7%2017%200l211-211.1c4.8-4.7%204.8-12.3.1-17z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-position: calc(100% - 0.75em) 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-radius: 0;
    border-width: 0 0 0.2rem;
    color: #fff;
    cursor: pointer;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    padding: 0.85714em 2.28571em 0.85714em 0.71429em;
    text-align: left;
}
.multiselect label::after {
    background-color: transparent;
}
.multiselect__dropdown {
    left: 0;
    position: absolute;
    top: 100%;
    background-color: #1e95bf;
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.3);
    max-height: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 1.5rem 1rem;
    visibility: hidden;
    width: 100%;
}
.multiselect__tree {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.multiselect__tree label ~ ul,
.multiselect__tree label ~ div {
    list-style-type: none;
    margin-left: 2rem;
    margin-top: 1rem;
    padding-left: 0;
}
.multiselect__tree label ~ ul:nth-of-type(1),
.multiselect__tree label ~ div:nth-of-type(1) {
    margin-top: 1rem;
}
.multiselect__tree li {
    margin-bottom: 0.5rem;
    border: 0;
}
.multiselect.-group {
    height: auto;
}
.multiselect.-group .multiselect__toggle {
    display: none;
}
.multiselect.-group .multiselect__dropdown {
    background-color: transparent;
    box-shadow: none;
    height: auto;
    max-height: none;
    margin: 0 !important;
    padding: 0;
    position: static;
    opacity: 1;
    overflow-y: visible;
    visibility: visible;
}
.multiselect.-group .multiselect__tree > li {
    margin-bottom: 0;
}
.multiselect.-group .multiselect__tree > li > label {
    font-style: normal;
    font-weight: 500;
    padding-left: 2.5rem;
    text-transform: none;
    padding-top: 1.4rem;
    padding-bottom: 0;
}
.multiselect.-group .multiselect__tree > li > label::before {
    top: 1.3rem;
}
.multiselect.-group .multiselect__tree > li > label::after {
    top: 1.7rem;
}
.multiselect.-group .multiselect__tree > li > label ~ ul:first-of-type,
.multiselect.-group .multiselect__tree > li > label ~ div:first-of-type {
    margin-top: 0;
}
.multiselect.-group .multiselect__tree > li + li {
    margin-top: -1px;
}
.multiselect.-group.-is-open {
    z-index: 40;
}
.multiselect.-is-open .multiselect__toggle {
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.multiselect.-is-open .multiselect__dropdown {
    margin-bottom: 1.5rem;
    max-height: 30rem;
    opacity: 1;
    visibility: visible;
}
.extranet__section {
    transition: all 300ms ease-in-out 0ms;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1e95bf url("../images/logo-trame.svg") no-repeat 41vw 95%;
    opacity: 0;
    padding-top: 22.3rem;
    z-index: -100;
}
@media screen and (max-width: 1279px) {
    .extranet__section {
        background-position: -10vw -97rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section {
        background-position: -10rem -38rem;
        background-size: 270%;
    }
}
.extranet__section.-authorized {
    background: #4ebdc3 url("../images/logo-trame.svg") no-repeat 41vw 105%;
}
@media screen and (max-width: 1279px) {
    .extranet__section.-authorized {
        background-position: -10vw -97rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section.-authorized {
        background-position: -10rem -38rem;
        background-size: 270%;
    }
}
@media screen and (max-width: 1279px) {
    .extranet__section {
        padding-top: 19.7rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section {
        padding-top: 14.8rem;
    }
}
.extranet__section.-is-open {
    opacity: 1;
    z-index: 49;
}
.extranet__section p {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
    line-height: 2.2rem;
    margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
    .extranet__section p {
        padding: 0 2rem;
    }
}
.extranet__section .extranet__wrapper {
    display: block;
    height: 100%;
    overflow: auto;
}
.extranet__section .extranet__title {
    color: #fff;
    display: initial;
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__title {
        font-size: 3rem;
        line-height: 1.1;
    }
}
.extranet__section .extranet__title span {
    display: block;
}
.extranet__section .extranet__teaser {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.096rem;
    line-height: 3.6rem;
    margin: 0 0 2.4rem;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__teaser {
        margin: 0 0 4.4rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__teaser {
        line-height: 1.4;
    }
}
.extranet__section .extranet__block {
    margin: 0 auto;
    max-width: 98rem;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block {
        padding: 0 10rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block.-authorized {
        padding: 0 8rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block.-authorized {
        padding: 0 2rem;
    }
}
.extranet__section .extranet__block.-authorized .title-block {
    margin-bottom: 1rem;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block.-authorized .title-block {
        margin-bottom: 7.8rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block.-authorized .title-block {
        margin-bottom: 1.5rem;
    }
}
.extranet__section .extranet__block.-authorized .extranet__teaser {
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.072rem;
    margin: 0 0 1.4rem;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block.-authorized .extranet__teaser {
        margin: 0;
        padding: 0 6rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block.-authorized .extranet__teaser {
        font-size: 1.8rem;
        font-weight: 300;
        letter-spacing: 0.072rem;
        padding: 0 2rem;
    }
}
.extranet__section .extranet__block .extranet__link {
    transition: all 250ms ease-in-out 0ms;
    display: block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1.5rem 0;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block .extranet__link {
        margin: 1rem 0;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block .extranet__link {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.064rem;
        margin: 0.5rem 0 1rem;
    }
}
.extranet__section .extranet__block .extranet__link:hover, .extranet__section .extranet__block .extranet__link:focus {
    color: #3962a5;
}
.extranet__section .extranet__block .extranet__link::before {
    content: "\f178";
}
.extranet__section .extranet__block .extranet__link::before {
    color: #3962a5;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block .extranet__link::before {
        font-size: 1.3rem;
        right: 1rem;
        top: 1rem;
    }
}
.extranet__section .extranet__block .links-group {
    margin-bottom: 2.8rem;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block .links-group {
        padding: 0.5rem 6rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block .links-group {
        margin-bottom: 1.5rem;
        padding: 0.5rem 1rem;
    }
}
.extranet__section .extranet__block .links-group a {
    border: 0.1rem solid #c5c5c5;
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.7rem 2rem;
    text-transform: uppercase;
}
.extranet__section .extranet__block .links-group a::after {
    background: #4c165d;
}
.extranet__section .extranet__block .title-block {
    margin-bottom: 2.5rem;
    padding: 0;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block .title-block {
        margin-bottom: 4.5rem;
        padding-left: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block .title-block {
        margin-bottom: 4.8rem;
        padding-left: 2rem;
    }
}
.extranet__section .extranet__block .title-block::before {
    left: -4rem;
    top: 4rem;
    width: 5.3rem;
}
@media screen and (max-width: 1279px) {
    .extranet__section .extranet__block .title-block::before {
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .extranet__section .extranet__block .title-block::before {
        top: 1.7rem;
        width: 4.3rem;
    }
}
.extranet-login__info {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 0 2.8rem;
}
.extranet-login__info-link {
    color: #fff;
    display: inline-block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.072rem;
    margin: 0 auto 1.6rem;
    text-decoration: none;
}
.extranet-login__info-link:hover, .extranet-login__info-link:focus {
    -webkit-animation: moveLink 0.2s ease-in-out;
            animation: moveLink 0.2s ease-in-out;
}
.extranet-login__info-link.-learn-more::before {
    color: #3962a5;
    content: '\F059';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.extranet-homepage .extranet-header {
    margin: 0 -0.5rem 3rem;
}
@media screen and (max-width: 767px) {
    .extranet-homepage .extranet-header {
        margin: 0 2.8rem 1rem 1rem;
    }
}
.extranet-homepage .extranet-header__item {
    height: 18rem;
    width: 18rem;
    transition: background-color 250ms ease-in-out 0ms;
    background-color: #1e95bf;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0.5rem 0.9rem;
    padding: 3rem 1rem;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .extranet-homepage .extranet-header__item {
        height: auto;
        width: auto;
        align-items: center;
        border-radius: 3.4rem;
        display: flex;
        flex-grow: 1;
        min-height: 6.8rem;
        padding: 1rem 3rem 1rem 5.5rem;
        text-align: left;
        width: 100%;
    }
}
.extranet-homepage .extranet-header__item::before {
    content: "\f178";
}
.extranet-homepage .extranet-header__item::before {
    bottom: 2rem;
    left: 50%;
    position: absolute;
    color: #3962a5;
    font-size: 1.4rem;
    font-weight: 400;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .extranet-homepage .extranet-header__item::before {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 2rem;
        top: 50%;
        font-size: 1.3rem;
        transform: translateY(-50%);
    }
}
.extranet-homepage .extranet-header__item span {
    color: #fff;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.072rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .extranet-homepage .extranet-header__item span {
        font-size: 1.6rem;
        letter-spacing: 0.064rem;
    }
}
.extranet-homepage .extranet-header__item span span {
    display: block;
}
@media screen and (max-width: 767px) {
    .extranet-homepage .extranet-header__item span span {
        display: inline;
    }
}
.extranet-homepage .extranet-header__item svg {
    height: 5rem;
    width: 5rem;
    display: block;
    fill: #3962a5;
    font-weight: 400;
    margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
    .extranet-homepage .extranet-header__item svg {
        left: 1.5rem;
        position: absolute;
        top: 50%;
        height: 2.5rem;
        width: 2.5rem;
        transform: translateY(-50%);
    }
}
.extranet-homepage .extranet-header__item.-active, .extranet-homepage .extranet-header__item:hover, .extranet-homepage .extranet-header__item:focus {
    background-color: #4c165d;
}
.extranet-title {
    color: #4ebdc3;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    padding-left: 1.8rem;
    position: relative;
    text-transform: uppercase;
}
.extranet-title::before {
    height: 0.5rem;
    width: 5.8rem;
    bottom: 0.3rem;
    left: 0;
    position: absolute;
    background-color: #3962a5;
    content: '';
    z-index: -1;
}
.extranet-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
@media screen and (max-width: 1279px) {
    .extranet-nav {
        margin: 0 -2rems;
    }
}
@media screen and (max-width: 767px) {
    .extranet-nav {
        align-items: center;
        flex-direction: column;
        margin: 0;
    }
}
.extranet-nav__picture {
    display: block;
    margin: 0 0 2rem;
    width: 100%;
}
.extranet-nav__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.extranet-nav__item {
    display: block;
    flex-basis: calc(50% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 1rem 3rem;
}
@media screen and (max-width: 1279px) {
    .extranet-nav__item {
        flex-basis: calc(50% - 4rem);
        margin: 0 2rem 3rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet-nav__item {
        flex-basis: 100%;
        margin: 0;
        max-width: 40rem;
    }
}
.extranet-nav__item span {
    color: #000;
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}
.extranet-section form fieldset legend {
    color: #4ebdc3;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.16rem;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}
.extranet-section form fieldset legend.-small {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.68rem;
    margin-bottom: 1rem;
    text-transform: none;
}
.extranet-section form fieldset.-comments .checkbox label {
    padding-left: 2.5rem;
}
@media screen and (max-width: 1279px) {
    .extranet-section form fieldset.-comments .comment-reply__avatar {
        margin: 0 0.7rem 0.7rem 0;
    }
}
@media screen and (max-width: 767px) {
    .extranet-section form fieldset.-comments .comment-reply__avatar {
        margin: 0 0.6rem 0.6rem 0;
    }
}
.extranet-section form fieldset.-comments .comment-reply__avatar:last-child {
    margin: 0;
}
@media screen and (max-width: 1279px) {
    .extranet-section form fieldset.-comments .comment-reply__avatar label {
        height: 7.3rem;
        width: 7.3rem;
    }
}
@media screen and (max-width: 767px) {
    .extranet-section form fieldset.-comments .comment-reply__avatar label {
        height: 6.7rem;
        width: 6.7rem;
    }
}
.extranet-section form .flex-row .form__field-wrapper {
    margin-bottom: 1.5em;
}
.extranet-section form .checkbox.-three-columns {
    margin-left: 3rem;
    max-width: 34rem;
}
@media screen and (max-width: 767px) {
    .extranet-section form .checkbox.-three-columns {
        max-width: none;
    }
}
.extranet-section form .checkbox.-three-columns div {
    display: inline-block;
    width: 30%;
}
@media screen and (max-width: 767px) {
    .extranet-section form .checkbox.-three-columns div {
        width: 100%;
    }
}
.extranet-section .table-responsive {
    display: block;
    -webkit-overflow-scrolling: touch;
    /* stylelint-disable */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    /* stylelint-enable */
    width: 100%;
}
.extranet-section .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
            appearance: none;
    background-color: rgba(233, 233, 233, 0.5);
    width: 13px;
}
.extranet-section .table-responsive::-webkit-scrollbar-thumb {
    background-color: #79348f;
}
.extranet-section .extranet-table {
    border-spacing: 0;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
}
.extranet-section .extranet-table th:nth-child(2n-1),
.extranet-section .extranet-table td:nth-child(2n-1) {
    background-color: rgba(78, 189, 195, 0.1);
    min-width: 30rem;
    width: 61%;
}
.extranet-section .extranet-table th:nth-child(2n+2),
.extranet-section .extranet-table td:nth-child(2n+2) {
    background-color: rgba(78, 189, 195, 0.2);
    padding: 1.7rem 3.9rem 1rem;
}
.extranet-section .extranet-table th,
.extranet-section .extranet-table td {
    border: 0;
    color: #485d6e;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0.8rem 2.3rem;
}
.extranet-section .extranet-table th {
    font-weight: 900;
    padding: 1.7rem 2.3rem 1rem;
    text-transform: uppercase;
}
.extranet-section .extranet-table tbody tr:last-child th,
.extranet-section .extranet-table tbody tr:last-child td {
    padding: 0.8rem 2.3rem 1.7rem;
}
.extranet-section .extranet-table tbody tr:last-child th:nth-child(2n+2), .extranet-section .extranet-table tbody tr:last-child th:nth-child(2n+2),
.extranet-section .extranet-table tbody tr:last-child td:nth-child(2n+2),
.extranet-section .extranet-table tbody tr:last-child td:nth-child(2n+2) {
    padding: 0.8rem 3.9rem 1.7rem;
}
.extranet-section .extranet-table tbody tr:hover td {
    background-color: #4ebdc3;
    color: #fff;
}
.extranet-section .extranet-table tbody tr:hover td a::before {
    color: #fff;
}
.extranet-section .extranet-table tbody tr:hover td a:hover::before, .extranet-section .extranet-table tbody tr:hover td a:focus::before {
    color: #3962a5;
}
.extranet-section .extranet-table a::before {
    transition: color 250ms ease-in-out 0ms;
    color: #4ebdc3;
    font-size: 1.8rem;
    font-weight: 400;
}
@-webkit-keyframes moveLink {
    0% {
        padding-right: 0;
    }
    50% {
        padding-right: 2.5rem;
    }
    90% {
        padding-right: 0;
    }
}
@keyframes moveLink {
    0% {
        padding-right: 0;
    }
    50% {
        padding-right: 2.5rem;
    }
    90% {
        padding-right: 0;
    }
}
.organigramme {
    margin: 6.5rem -2rem 8rem;
}
@media screen and (max-width: 1279px) {
    .organigramme {
        margin: 6rem -0.8rem 2rem;
    }
}
@media screen and (max-width: 767px) {
    .organigramme {
        margin: 4.5rem 0 4rem;
    }
}
.organigramme__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .organigramme__wrapper {
        display: block;
    }
}
.organigramme__item {
    display: flex;
    padding: 1rem;
    flex-grow: 1;
    position: relative;
    margin: 0 2rem 3rem;
    max-width: calc(50% - 4rem);
    background-color: #292929;
    z-index: 0;
}
@media screen and (max-width: 1279px) {
    .organigramme__item {
        margin: 0 0.8rem 3rem;
    }
}
@media screen and (max-width: 767px) {
    .organigramme__item {
        margin-right: 0;
        margin-left: 0;
    }
    .organigramme__item:last-child {
        margin-bottom: 0;
    }
}
.organigramme__picture {
    display: block;
    flex-shrink: 0;
    margin-right: 1.7rem;
}
@media screen and (max-width: 767px) {
    .organigramme__picture {
        margin-right: 1rem;
    }
}
.organigramme__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 767px) {
    .organigramme__picture img {
        max-width: 12rem;
    }
}
.organigramme__content {
    color: #727272;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    padding: 0.5rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
    .organigramme__content {
        padding-right: 0;
    }
}
.organigramme__position {
    color: #79348f;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin: 0;
    text-transform: uppercase;
}
.organigramme__name {
    color: #000;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 0 0 1.5rem;
}
.organigramme__name a {
    color: #000;
}
.organigramme__name a:hover, .organigramme__name a:focus {
    text-decoration: underline;
}
.organigramme__function {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0.15rem 0;
}
.organigramme__function.-main {
    color: #79348f;
    font-size: 1.4rem;
    font-weight: 700;
}
.organigramme__teaser {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
    .organigramme__teaser {
        font-size: 1.4rem;
    }
}
.organigramme__links {
    margin-top: 1rem;
    position: relative;
    z-index: 41;
}
.organigramme__link {
    height: 4.2rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    min-width: 4.2rem;
    padding: 1.3rem 2rem;
    vertical-align: top;
}
.organigramme__link[data-fa-icon]::before {
    font-size: 1.4rem;
}
.organigramme__link:last-child {
    margin-right: 0;
}
.organigramme__link:not(:last-child) {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
}
.organigramme__link:not(:last-child)::before, .organigramme__link:not(:last-child)::after {
    text-indent: 0;
}
.organigramme__infos {
    margin-top: 1.4rem;
    position: relative;
    z-index: 31;
}
.organigramme .infos__wrap {
    margin: 0 0 1rem;
}
.organigramme .infos__item a {
    text-decoration: none;
}
.organigramme .infos__item a:hover, .organigramme .infos__item a:focus {
    text-decoration: underline;
}
.organigramme .infos__item::before {
    color: #3962a5;
}
.infowidg {
    background: #efefef;
    margin: 4rem 0 8rem 6rem;
    min-height: 17.3rem;
    padding: 3.5rem 2rem 2.5rem 9rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .infowidg {
        margin-top: 3.5rem;
        margin-bottom: 5rem;
        padding-right: 0.8rem;
        min-height: 15.4rem;
    }
}
@media screen and (max-width: 767px) {
    .infowidg {
        padding: 3rem 3rem 2rem 6.3rem;
        margin-top: 3rem;
        margin-bottom: 6rem;
        margin-left: 4.6rem;
    }
}
.infowidg__svg {
    bottom: 0;
    left: -6rem;
    position: absolute;
    top: 0;
    width: 12rem;
    height: 12rem;
    background-color: #1e95bf;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    padding-top: 3.1rem;
}
@media screen and (max-width: 767px) {
    .infowidg__svg {
        left: -4.6rem;
        top: 3.4rem;
        bottom: initial;
        transform: none;
        width: 9rem;
        height: 9rem;
        padding-top: 2.5rem;
    }
}
.infowidg__svg svg {
    height: 5.7rem;
    width: 5.7rem;
    fill: #3962a5;
}
@media screen and (max-width: 767px) {
    .infowidg__svg svg {
        height: 4rem;
        width: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .infowidg .rte p {
        font-style: italic;
        font-size: 1.6rem;
        line-height: 1.2;
    }
}
.infowidg .rte h2:not([class^='gallery']):not([class^='media-element']),
.infowidg .rte .h2:not([class^='media-element']),
.infowidg .h2,
.infowidg .rte h3:not([class^='gallery']):not([class^='media-element']),
.infowidg .rte .h3:not([class^='media-element']),
.infowidg .h3,
.infowidg .rte h4:not([class^='gallery']):not([class^='media-element']),
.infowidg .rte .h4:not([class^='media-element']),
.infowidg .h4,
.infowidg .rte h5:not([class^='gallery']):not([class^='media-element']),
.infowidg .rte .h5:not([class^='media-element']),
.infowidg .h5,
.infowidg .rte h6:not([class^='gallery']):not([class^='media-element']),
.infowidg .rte .h6:not([class^='media-element']),
.infowidg .h6 {
    padding-left: 0;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2.2rem;
    color: #000;
    font-weight: 700;
    line-height: 2.7rem;
}
@media screen and (max-width: 767px) {
    .infowidg .rte h2:not([class^='gallery']):not([class^='media-element']),
    .infowidg .rte .h2:not([class^='media-element']),
    .infowidg .h2,
    .infowidg .rte h3:not([class^='gallery']):not([class^='media-element']),
    .infowidg .rte .h3:not([class^='media-element']),
    .infowidg .h3,
    .infowidg .rte h4:not([class^='gallery']):not([class^='media-element']),
    .infowidg .rte .h4:not([class^='media-element']),
    .infowidg .h4,
    .infowidg .rte h5:not([class^='gallery']):not([class^='media-element']),
    .infowidg .rte .h5:not([class^='media-element']),
    .infowidg .h5,
    .infowidg .rte h6:not([class^='gallery']):not([class^='media-element']),
    .infowidg .rte .h6:not([class^='media-element']),
    .infowidg .h6 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}
.infowidg .rte h2:not([class^='gallery']):not([class^='media-element'])::before, .infowidg .rte h2:not([class^='gallery']):not([class^='media-element'])::after,
.infowidg .rte .h2:not([class^='media-element'])::before,
.infowidg .rte .h2:not([class^='media-element'])::after,
.infowidg .h2::before,
.infowidg .h2::after,
.infowidg .rte h3:not([class^='gallery']):not([class^='media-element'])::before,
.infowidg .rte h3:not([class^='gallery']):not([class^='media-element'])::after,
.infowidg .rte .h3:not([class^='media-element'])::before,
.infowidg .rte .h3:not([class^='media-element'])::after,
.infowidg .h3::before,
.infowidg .h3::after,
.infowidg .rte h4:not([class^='gallery']):not([class^='media-element'])::before,
.infowidg .rte h4:not([class^='gallery']):not([class^='media-element'])::after,
.infowidg .rte .h4:not([class^='media-element'])::before,
.infowidg .rte .h4:not([class^='media-element'])::after,
.infowidg .h4::before,
.infowidg .h4::after,
.infowidg .rte h5:not([class^='gallery']):not([class^='media-element'])::before,
.infowidg .rte h5:not([class^='gallery']):not([class^='media-element'])::after,
.infowidg .rte .h5:not([class^='media-element'])::before,
.infowidg .rte .h5:not([class^='media-element'])::after,
.infowidg .h5::before,
.infowidg .h5::after,
.infowidg .rte h6:not([class^='gallery']):not([class^='media-element'])::before,
.infowidg .rte h6:not([class^='gallery']):not([class^='media-element'])::after,
.infowidg .rte .h6:not([class^='media-element'])::before,
.infowidg .rte .h6:not([class^='media-element'])::after,
.infowidg .h6::before,
.infowidg .h6::after {
    display: none;
}
.infowidg .rte {
    width: calc(100% - 6rem);
}
@media screen and (max-width: 767px) {
    .infowidg .rte {
        width: 100%;
    }
}
.infowidg.-important {
    background-color: #485d6e;
    color: #fff;
}
.infowidg.-important .infowidg__svg {
    background-color: #4ebdc3;
}
.infowidg.-important .infowidg__svg svg {
    fill: #fff;
}
.infowidg.-important .rte h2:not([class^='gallery']):not([class^='media-element']),
.infowidg.-important .rte .h2:not([class^='media-element']),
.infowidg.-important .h2,
.infowidg.-important .rte h3:not([class^='gallery']):not([class^='media-element']),
.infowidg.-important .rte .h3:not([class^='media-element']),
.infowidg.-important .h3,
.infowidg.-important .rte h4:not([class^='gallery']):not([class^='media-element']),
.infowidg.-important .rte .h4:not([class^='media-element']),
.infowidg.-important .h4,
.infowidg.-important .rte h5:not([class^='gallery']):not([class^='media-element']),
.infowidg.-important .rte .h5:not([class^='media-element']),
.infowidg.-important .h5,
.infowidg.-important .rte h6:not([class^='gallery']):not([class^='media-element']),
.infowidg.-important .rte .h6:not([class^='media-element']),
.infowidg.-important .h6 {
    color: #fff;
}
.weather.-forecast .weather__listitems {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 1279px) {
    .weather.-forecast .weather__listitems {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 1279px) {
    .weather.-forecast .weather__item {
        margin: 0 3rem;
    }
}
.weather__content-wrapper {
    display: flex;
    align-items: center;
}
.weather__title {
    font-size: 2.4rem;
}
.weather__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.weather__temp-max {
    color: #79348f;
    font-size: 1.9rem;
    margin: 0;
}
.weather__temp-min {
    color: #485d6e;
    font-size: 1.6rem;
    margin: 0;
}
.weather__wind {
    font-size: 1.4rem;
    color: #727272;
    margin-left: 1rem;
}
.weather__wind i {
    display: block;
    font-size: 1.8rem;
}
.weather__icon {
    margin: 0 2rem 0 0;
}
.location {
    margin: 12rem 0 16rem;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .location {
        margin: 6rem 0 7rem;
    }
}
@media screen and (max-width: 767px) {
    .location {
        margin: 5rem 0 6.5rem;
    }
}
.location .container {
    max-width: 138.6rem;
}
.location .title {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.location .title__svg {
    display: none;
}
.location__wrapper {
    background-image: linear-gradient(180deg, #485d6e 0%, #952461 100%);
    padding: 8.5rem;
}
@media (max-width: 1440px) {
    .location__wrapper {
        padding: 8.5rem 3rem;
    }
}
@media screen and (max-width: 1279px) {
    .location__wrapper {
        display: block;
        padding: 3.5rem 3rem 5rem;
    }
}
@media screen and (max-width: 767px) {
    .location__wrapper {
        padding: 4rem 2rem 2rem;
        margin: 0 -1rem;
    }
}
.location__info {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 40rem;
}
@media screen and (max-width: 1279px) {
    .location__info {
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .location__info {
        margin: 0 1rem 2rem;
        max-width: 100%;
    }
}
.location__info.rte h3 {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 700;
    margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
    .location__info.rte h3 {
        font-size: 2.2rem;
        margin: 0 0 2rem;
    }
}
.location__info.rte ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.location__info.rte li {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}
.location__info.rte li::before {
    content: none;
}
.location__map {
    left: 50%;
    position: absolute;
    top: -8.2rem;
    flex-shrink: 0;
    transform: translateX(-50%);
    width: 53rem;
}
@media screen and (max-width: 1279px) {
    .location__map {
        left: auto;
        top: -4.5rem;
        right: 5rem;
        transform: translateX(0);
        width: 32rem;
    }
}
@media screen and (max-width: 767px) {
    .location__map {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        margin: 2rem auto;
        width: 27rem;
    }
}
.location__map-figure {
    margin: 0;
}
.location__map svg {
    height: 72rem;
    width: 53rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .location__map svg {
        height: 42.9rem;
        width: 32rem;
    }
}
@media screen and (max-width: 767px) {
    .location__map svg {
        height: 36.2rem;
        width: 27rem;
    }
}
.location__map-region {
    position: relative;
    z-index: 20;
}
.location__map-region path {
    transition: all 400ms ease-in-out 0ms;
    fill: #4c165d;
    stroke: #fff;
}
.location__map-region[data-active] path, .location__map-region:hover path, .location__map-region:focus path {
    fill: #952461;
}
.location__content {
    padding: 0;
}
@media screen and (max-width: 1279px) {
    .location__content {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .location__content {
        display: block;
        margin: 0 auto;
        max-width: 32rem;
    }
}
.location__content-btn {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    font-style: normal;
    transition: all 400ms ease-in-out 0ms;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 1.95rem 7.5rem;
    position: relative;
    text-transform: uppercase;
    width: 30rem;
}
.location__content-btn::before {
    content: "";
    font-family: "icons";
    font-weight: 300;
}
.location__content-btn::after {
    content: "\f178";
}
.wf-active .location__content-btn {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
@media screen and (max-width: 767px) {
    .location__content-btn {
        padding: 1.95rem 6rem 1.95rem 7.5rem;
        width: 100%;
    }
}
.location__content-btn:hover, .location__content-btn:focus {
    background-color: #952461;
    border-color: #952461;
    color: #fff;
}
.location__content-btn::after {
    position: absolute;
    right: 3rem;
    top: 50%;
    color: inherit;
    transform: translateY(-50%);
}
.location__content-btn::before {
    left: 3rem;
    position: absolute;
    top: 50%;
    color: inherit;
    font-size: 3.5rem;
    transform: translateY(-50%);
}
.location__list {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
    color: #fff;
    line-height: 1;
    list-style: none;
    margin: 0 0 7rem;
    min-width: 31rem;
    padding: 0;
    text-transform: uppercase;
}
.wf-active .location__list {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
@media screen and (max-width: 1279px) {
    .location__list {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .location__list {
        margin-bottom: 2rem;
        min-width: 100%;
    }
}
.location__list-item {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    position: relative;
}
.location__list-link {
    transition: all 400ms ease-in-out 0ms;
    color: inherit;
    display: block;
    padding: 0.6rem 3rem 0.6rem 0.8rem;
}
.location__list-link::before {
    content: "\f178";
}
.location__list-link::before {
    transition: all 400ms ease-in-out 0ms;
    position: absolute;
    right: 1rem;
    top: 50%;
    color: inherit;
    font-size: inherit;
    transform: translateY(-50%);
}
.location__list-link[data-active], .location__list-link:hover, .location__list-link:focus {
    background-color: #952461;
}
.location__list-link[data-active]::before, .location__list-link:hover::before, .location__list-link:focus::before {
    color: #4c165d;
}
.tooltip-map {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 1.3rem;
    font-weight: 300;
    background: #000;
    color: #fff;
    display: none;
    min-width: 9rem;
    padding: 0.7rem 1rem;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    transform: translate(0, -100%);
    white-space: nowrap;
    z-index: 20;
}
.tooltip-map::before {
    bottom: -0.8rem;
    left: 0;
    position: absolute;
    height: 0;
    width: 0;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.8rem 0.8rem 0 0;
    content: '';
}
.break-carousel__controls.-is-hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.break-carousel__swiper {
    padding: 1rem;
}
.break-carousel__wrapper {
    overflow: hidden;
    width: 100%;
}
.favorites {
    padding: 0;
}
.favorites.-popup {
    display: none;
    max-height: calc(100vh - 10rem);
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100rem;
}
@media screen and (max-width: 1279px) {
    .favorites.-popup {
        width: 70rem;
    }
}
@media screen and (max-width: 767px) {
    .favorites.-popup {
        width: 30rem;
    }
}
.favorites__title {
    font-size: 3.2rem;
    margin: 0 0 0.5em;
}
.favorites h2.favorites__title {
    font-size: 3.2rem;
}
.favorites h3.favorites__title {
    font-size: 2.4rem;
}
.favorites__items-count {
    color: #727272;
    font-size: 1.6rem;
}
.favorites__container {
    margin: 2rem -2rem 0;
}
@media screen and (max-width: 767px) {
    .favorites__container {
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
    }
}
.favorites-item {
    flex-basis: calc(50% - 4rem);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0 2rem 2rem;
    padding-bottom: 1rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .favorites-item {
        flex-basis: 100%;
        margin: 0;
        max-width: 40rem;
    }
}
.favorites-item__picture {
    display: block;
    margin: 0 0 2rem;
}
.favorites-item__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
div.favorites-item__picture {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
div.favorites-item__picture::after {
    background-color: #efefef;
    background-image: url("../images/logos/logo-grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    content: '';
    display: block;
    padding-top: 75%;
}
.favorites-item__category {
    color: #4ebdc3;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.favorites-item__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0.5em 0;
    text-transform: uppercase;
}
.favorites-item__title a {
    display: block;
}
.favorites-item__date-added {
    color: #000;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0 7rem 1em 0;
}
.favorites-item__share, .favorites-item__remove {
    bottom: 0;
    position: absolute;
    z-index: 45;
}
.favorites-item__share::before,
.favorites-item__share .share-block__button[data-fa-icon]::before, .favorites-item__remove::before,
.favorites-item__remove .share-block__button[data-fa-icon]::before {
    font-weight: 400;
}
.favorites-item__share {
    right: 3.5rem;
}
.favorites-item__remove {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    height: 3.5rem;
    width: 3.5rem;
    transition: color 250ms ease-in-out 0ms;
    color: #727272;
    font-size: 1.6rem;
    right: 0;
}
.favorites-item__remove::before {
    content: "\f2ed";
}
.favorites-item__remove::before {
    left: 50%;
    position: absolute;
    top: 50%;
    text-indent: 0;
    transform: translate(-50%, -50%);
}
.favorites-item__remove:hover, .favorites-item__remove:focus {
    color: #79348f;
}
.fancybox-content {
    overflow: hidden;
}
@media screen and (max-width: 1279px) {
    .fancybox-content {
        padding: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .fancybox-content {
        padding: 3rem 0;
    }
}
.js-page-toggle.-is-active::before {
    color: #79348f !important;
    font-weight: 700;
}
.menu-social {
    transition: all 250ms ease-in-out 0ms;
    position: fixed;
    right: 1rem;
    top: calc(26% + 19rem);
    transform: translateY(-50%);
    z-index: 49;
}
@media screen and (max-width: 1279px) {
    .menu-social {
        display: none;
    }
}
.menu-social.-is-hide {
    opacity: 0;
}
.menu-social__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.menu-social__item {
    transition: all 400ms ease-in-out 0ms;
    height: 4.1rem;
    width: 4.1rem;
    margin-bottom: 0.1rem;
}
.menu-social__link {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    height: 4.1rem;
    width: 4.1rem;
    transition: all 400ms ease-in-out 0ms;
    background-color: #e5e5e5;
    border-radius: 50%;
    display: block;
    position: relative;
}
.wf-active .menu-social__link {
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
}
.menu-social__link[data-fa-icon]::before {
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 400ms ease-in-out 0ms;
    color: #727272;
    font-family: "Font Awesome 5 Brands";
    font-size: 1.6rem;
    margin: 0;
    transform: translate(-50%, -50%);
}
.menu-social__link:hover, .menu-social__link:focus {
    background-color: #727272;
}
.menu-social__link:hover::before, .menu-social__link:focus::before {
    color: #fff;
}
.search-popup {
    background-color: #4ebdc3;
}
.search-popup .title-block::before {
    background: #3962a5;
}
.search-popup .title:not(.-lg) {
    font-size: 5.5rem;
    line-height: 1;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .search-popup .title:not(.-lg) {
        font-size: 3rem;
    }
}
.search-popup .btn, .search-popup .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .search-popup .g-translate-dropdown__toggle {
    font-size: 2rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .search-popup .btn, .search-popup .g-translate-dropdown .g-translate-dropdown__toggle, .g-translate-dropdown .search-popup .g-translate-dropdown__toggle {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }
}
.search-popup .btn::after, .search-popup .g-translate-dropdown .g-translate-dropdown__toggle::after, .g-translate-dropdown .search-popup .g-translate-dropdown__toggle::after {
    background: #3962a5;
}
.search-popup .btn:not(:last-child), .search-popup .g-translate-dropdown .g-translate-dropdown__toggle:not(:last-child), .g-translate-dropdown .search-popup .g-translate-dropdown__toggle:not(:last-child) {
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .search-popup .btn:not(:last-child), .search-popup .g-translate-dropdown .g-translate-dropdown__toggle:not(:last-child), .g-translate-dropdown .search-popup .g-translate-dropdown__toggle:not(:last-child) {
        margin-right: 0.6rem;
    }
}
.search-popup .btn:hover, .search-popup .g-translate-dropdown .g-translate-dropdown__toggle:hover, .g-translate-dropdown .search-popup .g-translate-dropdown__toggle:hover, .search-popup .btn:focus, .search-popup .g-translate-dropdown .g-translate-dropdown__toggle:focus, .g-translate-dropdown .search-popup .g-translate-dropdown__toggle:focus {
    color: #4ebdc3;
}
.search-popup__wrapper {
    margin: 0 auto;
    max-width: 150rem;
    padding: 23rem 10rem 5rem 21rem;
}
@media screen and (max-width: 1279px) {
    .search-popup__wrapper {
        padding: 19rem 8rem 5rem;
    }
}
@media screen and (max-width: 767px) {
    .search-popup__wrapper {
        padding: 14.5rem 2rem 5rem;
    }
}
.search-popup__wrapper > .title-block::before {
    top: 3.9rem;
}
@media screen and (max-width: 767px) {
    .search-popup__wrapper > .title-block::before {
        top: 1.7rem;
    }
}
.js-search-overlay {
    background-color: #4ebdc3;
}
.skiptranslate {
    display: block;
}
.g-translate {
    display: block;
    margin: 0 1rem;
    width: calc(100% - 2rem);
}
.g-translate-dropdown .g-translate-dropdown__toggle {
    background-color: #fff;
    padding-right: 2.5rem;
}
.g-translate-dropdown .g-translate-dropdown__toggle-icon {
    position: absolute;
    right: 1rem;
    top: 1.3rem;
    margin: 0;
}
.g-translate-dropdown .g-translate-dropdown__toggle-flag svg {
    margin-right: 0.5rem;
    vertical-align: middle;
}
.g-translate-dropdown .g-translate-dropdown__block {
    border: 1px solid rgba(197, 197, 197, 0.5);
    background-color: #fff;
    left: auto;
    position: absolute;
    right: 0;
}
.g-translate-dropdown.-is-open .g-translate-dropdown__toggle {
    background-color: #79348f;
    color: #fff;
}
.g-translate-langs {
    list-style: none;
    margin: 0;
    padding: 0;
}
.g-translate-langs__item {
    text-align: left;
}
.g-translate-langs__button {
    background: none;
    border: 0;
    cursor: pointer;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.4rem;
    padding: 0.5rem;
}
.g-translate-langs__button:hover span, .g-translate-langs__button:focus span {
    text-decoration: underline;
}
.g-translate-langs__button svg {
    display: block;
    margin-right: 0.5rem;
}
.figure-caption {
    position: relative;
}
.figure-caption__info {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    padding: 2.4rem 1.9rem;
    position: absolute;
    width: 100%;
}
.page-image .figure-caption__info {
    width: calc(100% - 111rem);
}
@media screen and (max-width: 1279px) {
    .page-image .figure-caption__info {
        width: 100%;
    }
}
.heading .figure-caption__info {
    padding: 1rem;
    width: 100%;
}
.figure-caption button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin: 0 1rem 0 0;
    padding: 0;
}
.figure-caption button::before {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 0;
    text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.8);
}
.figure-caption .caption {
    color: #fff;
    display: block;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.9rem;
    padding: 0.1rem 0 0;
}
@media screen and (max-width: 767px) {
    .figure-caption .caption {
        font-size: 1.6rem;
    }
}
.figure-caption .caption.-hide {
    display: none;
}
.heading .figure-caption .caption {
    font-size: 1.4rem;
    line-height: 1;
}
.guides {
    background: #efefef;
    margin: 8rem 0;
    padding: 3rem 4rem 3rem 3rem;
}
@media screen and (max-width: 1279px) {
    .guides {
        margin: 5rem 0;
        padding: 3.5rem 3.5rem 3.5rem 3rem;
    }
}
@media screen and (max-width: 767px) {
    .guides {
        margin: 6rem auto;
        max-width: 30rem;
        padding: 4rem 3rem 5rem;
    }
}
.guides .title-block::before {
    background: #952461;
}
.guides__item {
    display: flex;
}
@media screen and (max-width: 767px) {
    .guides__item {
        display: block;
    }
}
.guides__picture {
    display: block;
    flex-shrink: 0;
    margin-right: 3rem;
    width: 16.9rem;
}
@media screen and (max-width: 767px) {
    .guides__picture {
        margin-bottom: 2rem;
        width: 24rem;
    }
}
.guides__picture img {
    height: auto;
    width: 100%;
    display: block;
}
.guides__picture img:not([src*='data:image']) {
    font-family: "object-fit: cover; object-position: center;";
    -o-object-fit: cover;
       object-fit: cover;
}
.guides__category {
    color: #4c165d;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.guides__title {
    color: #4ebdc3;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.guides__title a:hover, .guides__title a:focus {
    color: #79348f;
    text-decoration: underline;
}
.guides__subcategory {
    color: #4ebdc3;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
.guides__subcategory::before {
    content: "\f0c0";
}
@media screen and (max-width: 767px) {
    .guides__subcategory {
        margin: 0 0 0.7rem;
    }
}
.guides__subcategory::before {
    color: #3962a5;
    font-weight: 400;
    margin-right: 0.5rem;
}
.guides__text {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .guides__text {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }
}
.summary__wrapper {
    background: #1e95bf;
    padding: 4rem 3rem 5rem 3.3rem;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .summary__wrapper {
        padding: 3.3rem 3.1rem 4.3rem;
    }
}
@media screen and (max-width: 767px) {
    .summary__wrapper {
        padding: 2rem 2rem 3rem;
    }
}
@media screen and (max-width: 1279px) {
    .summary__wrapper::before, .summary__wrapper::after {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: #1e95bf;
        content: '';
    }
}
@media screen and (max-width: 767px) {
    .summary__wrapper::before, .summary__wrapper::after {
        content: none;
    }
}
.summary__wrapper::before {
    left: -100%;
}
.summary__wrapper::after {
    right: -100%;
}
.summary.js-fixed-el {
    left: auto;
    width: 32rem;
    position: fixed;
    top: 10rem;
}
.summary.js-fixed-el-abs {
    position: static;
}
.summary.js-fixed-el-down, .summary.js-fixed-el-up-hide, .summary.js-fixed-el-up {
    transition-duration: 200ms;
    transition-property: top, bottom, transform, width, max-width;
    transition-timing-function: ease;
}
.summary.js-fixed-el-bottom {
    bottom: 8.5rem;
    left: 0;
    position: absolute;
    top: auto;
    width: 32rem;
}
.summary .title-block {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0;
}
.summary .title-block::before {
    height: 0.5rem;
    width: 5.8rem;
    top: 1.4rem;
    left: auto;
    right: -1.7rem;
}
.summary__title {
    color: #fff;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
@media screen and (max-width: 1279px) {
    .summary__content {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .summary__content {
        display: block;
    }
}
@media screen and (max-width: 1279px) {
    .summary__left {
        padding-right: 10rem;
        width: 55%;
    }
}
@media screen and (max-width: 767px) {
    .summary__left {
        padding: 0;
        width: 100%;
    }
}
.online-approaches {
    padding: 3rem 3rem 2.5rem;
    background-color: #efefef;
    width: calc(100% - 3.2rem);
    position: relative;
    margin-bottom: 8rem;
}
@media screen and (max-width: 1279px) {
    .online-approaches {
        padding-top: 3.5rem;
        width: calc(100% - 4rem);
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .online-approaches {
        width: 100%;
        padding: 4.4rem 2rem 3rem;
        margin-bottom: 10rem;
    }
}
.online-approaches .title-block {
    width: calc(100% - 19.5rem);
    margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
    .online-approaches .title-block {
        width: 100%;
        margin-bottom: 2rem;
    }
}
.online-approaches .title-block::before {
    background-color: #952461;
}
.online-approaches__wrapper {
    display: flex;
}
@media screen and (max-width: 767px) {
    .online-approaches__wrapper {
        flex-direction: column;
    }
}
.online-approaches__content {
    width: calc(100% - 19.5rem);
}
@media screen and (max-width: 767px) {
    .online-approaches__content {
        max-width: 100%;
        width: 100%;
        padding-bottom: 2.5rem;
    }
}
.online-approaches__category {
    color: #4c165d;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
}
.online-approaches__subtitle {
    color: #4ebdc3;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
    margin-top: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .online-approaches__subtitle {
        font-size: 1.8rem;
    }
}
.online-approaches__text {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .online-approaches__text {
        font-size: 1.6rem;
    }
}
.online-approaches__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4c165d;
    position: absolute;
    top: 3rem;
    right: -3rem;
    width: 19.5rem;
    padding: 3.8rem 2rem 3.5rem;
}
@media screen and (max-width: 1279px) {
    .online-approaches__column {
        right: -4rem;
    }
}
@media screen and (max-width: 767px) {
    .online-approaches__column {
        width: 26rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: initial;
        bottom: -4.1rem;
        flex-direction: row;
        justify-content: center;
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}
.online-approaches__column-pic {
    width: 4.9rem;
    height: 4.9rem;
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
    .online-approaches__column-pic {
        margin-bottom: 0;
        margin-right: 1rem;
        width: 1.7rem;
        height: 1.7rem;
    }
}
.online-approaches__column-pic svg {
    height: auto;
    width: 100%;
    fill: #3962a5;
}
.online-approaches__column:hover .online-approaches__descr, .online-approaches__column:focus .online-approaches__descr {
    text-decoration: underline;
}
.online-approaches__descr {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 67%;
}
@media screen and (max-width: 767px) {
    .online-approaches__descr {
        font-size: 1.8rem;
    }
}
.main-tabs__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 160rem;
    padding-left: 4rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .main-tabs__wrapper {
        max-width: 128rem;
    }
}
@media screen and (max-width: 1279px) {
    .main-tabs__wrapper {
        padding-left: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}
.main-tabs__column, .main-tabs__panel {
    max-width: 110rem;
    margin-left: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .main-tabs__column, .main-tabs__panel {
        max-width: 80rem;
    }
}
@media screen and (max-width: 1279px) {
    .main-tabs__column, .main-tabs__panel {
        max-width: 76.8rem;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .main-tabs__column, .main-tabs__panel {
        max-width: 32rem;
    }
}
.main-tabs__column.-narrow, .main-tabs__panel.-narrow {
    width: 41rem;
    margin-left: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .main-tabs__column.-narrow, .main-tabs__panel.-narrow {
        width: 39rem;
    }
}
@media screen and (max-width: 1279px) {
    .main-tabs__column.-narrow, .main-tabs__panel.-narrow {
        width: 72.8rem;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .main-tabs__column.-narrow, .main-tabs__panel.-narrow {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.main-tabs__column.-wide, .main-tabs__panel.-wide {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}
@media screen and (max-width: 1279px) {
    .main-tabs__column.-wide, .main-tabs__panel.-wide {
        margin-right: 0;
    }
}
.home-socials {
    margin-bottom: 5.1rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .home-socials {
        margin-bottom: 3.1rem;
    }
}
@media screen and (max-width: 1279px) {
    .home-socials {
        margin-bottom: 4.5rem;
    }
}
@media screen and (max-width: 767px) {
    .home-socials {
        width: 30rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4.1rem;
    }
}
.home-socials .title-block {
    padding-left: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .home-socials .title-block {
        margin-bottom: 2.2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .home-socials .title-block {
        justify-content: center;
        display: flex;
    }
}
.home-socials .title-block .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 4rem;
}
@media screen and (max-width: 1279px) {
    .home-socials .title-block .title {
        padding-left: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .home-socials .title-block .title {
        align-items: flex-start;
    }
}
.home-socials .title-block .title::before {
    position: absolute;
    content: '';
    width: 8.2rem;
    height: 1rem;
    left: 0;
    top: 4.3rem;
    background-color: #952461;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .home-socials .title-block .title::before {
        width: 6.1rem;
        top: 3.8rem;
    }
}
@media screen and (max-width: 767px) {
    .home-socials .title-block .title::before {
        width: 5.2rem;
        top: 2.4rem;
    }
}
.home-socials .title-block .title__subtext {
    display: block;
    margin-right: 4.2rem;
    font-size: 4rem;
    margin-top: -1.8rem;
    margin-left: auto;
}
@media screen and (max-width: 1279px) {
    .home-socials .title-block .title__subtext {
        font-size: 3.5rem;
        margin-top: -1.3rem;
    }
}
@media screen and (max-width: 767px) {
    .home-socials .title-block .title__subtext {
        font-size: 2.2rem;
        margin-right: 3.9rem;
        margin-top: -0.5rem;
    }
}
.home-socials .title-block::before {
    display: none;
}
.home-socials__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 35rem;
}
@media screen and (max-width: 1279px) {
    .home-socials__list {
        max-width: none;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .home-socials__list {
        justify-content: flex-start;
    }
}
.home-socials__item {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .home-socials__item:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .home-socials__item {
        margin-right: 0.6rem;
    }
    .home-socials__item:nth-child(4n) {
        margin-right: 0;
    }
}
.home-socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #c5c5c5;
    position: relative;
    z-index: 1;
}
.home-socials__link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}
.home-socials__link svg {
    transition: fill 300ms linear;
    width: 23px;
    height: 23px;
}
.home-socials__link.-fb:hover::before, .home-socials__link.-fb:focus::before {
    background-color: #3b5998;
}
.home-socials__link.-fb svg {
    fill: #3b5998;
}
.home-socials__link.-tw:hover::before, .home-socials__link.-tw:focus::before {
    background-color: #36b9ff;
}
.home-socials__link.-tw svg {
    fill: #36b9ff;
}
.home-socials__link.-yt:hover::before, .home-socials__link.-yt:focus::before {
    background-color: #c4302b;
}
.home-socials__link.-yt svg {
    width: 24px;
    height: 24px;
    fill: #c4302b;
}
.home-socials__link.-inst:hover::before, .home-socials__link.-inst:focus::before {
    background-image: linear-gradient(180deg, #fec35e 0%, #d42d76 46%, #4d61d3 100%);
}
.home-socials__link.-inst:hover path, .home-socials__link.-inst:focus path {
    fill: #fff;
}
.home-socials__link.-inst svg {
    margin-left: -2px;
}
.home-socials__link.-sn:hover::before, .home-socials__link.-sn:focus::before {
    background-color: #efe300;
}
.home-socials__link.-sn svg {
    fill: #efe300;
}
.home-socials__link.-in:hover::before, .home-socials__link.-in:focus::before {
    background-color: #0077b5;
}
.home-socials__link.-in svg {
    fill: #0077b5;
}
.home-socials__link.-rss:hover::before, .home-socials__link.-rss:focus::before {
    background-color: #ff9800;
}
.home-socials__link.-rss svg {
    fill: #ff9800;
}
.home-socials__link:hover, .home-socials__link:focus {
    border-color: transparent;
}
.home-socials__link:hover svg, .home-socials__link:focus svg {
    fill: #fff;
}
.home-socials__link:hover::before, .home-socials__link:focus::before {
    -webkit-animation: increaseBackground 300ms linear forwards 1;
            animation: increaseBackground 300ms linear forwards 1;
}
@-webkit-keyframes increaseBackground {
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
        height: 50%;
    }
    0% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}
@keyframes increaseBackground {
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
        height: 50%;
    }
    0% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}
.main-tabs .tabs__title {
    display: none;
}
.main-tabs .tabs__list {
    display: none;
    list-style: none;
    margin: -1rem 0 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .main-tabs .tabs__list {
        align-items: flex-end;
        display: flex;
    }
}
.main-tabs .tabs__list > li.tabs__list-item {
    background-color: #4ebdc3;
    border-right: 1px solid #3c4c57;
    flex-grow: 1;
    margin-bottom: 0;
}
.main-tabs .tabs__list > li.tabs__list-item:last-child {
    border-right: 0;
}
.main-tabs .tabs__list > li.tabs__list-item .tabs__trigger {
    background-color: #4ebdc3;
    color: #fff;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 1.3rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.main-tabs .tabs__list > li.tabs__list-item .tabs__trigger.-current {
    background-color: #fff;
    color: #79348f;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 1.8rem 2rem;
    text-transform: uppercase;
}
.main-tabs .tabs__list > li.tabs__list-item .tabs__trigger.-current::after {
    opacity: 1;
}
.main-tabs .tabs__list > li.tabs__list-item .tabs__trigger::after {
    transition: all 250ms ease-in-out 0ms;
    left: 50%;
    position: absolute;
    top: -2.8rem;
    color: #fff;
    content: '\F078';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.8rem;
    line-height: 1.7rem;
    opacity: 0;
    transform: translateX(-50%);
}
.main-tabs .tabs__list > li.tabs__list-item::before {
    display: none;
}
@media screen and (max-width: 767px) {
    .main-tabs__column {
        display: none;
    }
}
.main-tabs__column.-current {
    display: block;
}
.en-action .title-block {
    padding-left: 0;
    margin-bottom: 2.7rem;
}
@media screen and (max-width: 1279px) {
    .en-action .title-block {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .en-action .title-block {
        justify-content: flex-start;
    }
}
.en-action .title-block::before {
    display: none;
}
.en-action .title {
    position: relative;
    padding-left: 4rem;
}
.en-action .title::before {
    position: absolute;
    content: '';
    width: 7.9rem;
    height: 1rem;
    left: 0;
    top: 4.3rem;
    background-color: #3962a5;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .en-action .title::before {
        width: 7.7rem;
        top: 3.8rem;
    }
}
@media screen and (max-width: 767px) {
    .en-action .title::before {
        width: 6.6rem;
        top: 2.4rem;
    }
}
.en-action .composite-link:hover .en-action__content::before, .en-action .composite-link:focus .en-action__content::before {
    -webkit-animation: shiftArrow 300ms linear forwards 1;
            animation: shiftArrow 300ms linear forwards 1;
}
@media screen and (max-width: 1279px) {
    .en-action__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .en-action__wrapper {
        flex-direction: column;
        align-items: center;
    }
}
.en-action__item {
    margin-bottom: 1.7rem;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .en-action__item {
        margin-bottom: 2.3rem;
    }
}
@media screen and (max-width: 1279px) {
    .en-action__item {
        width: 35.6rem;
        margin-right: 1.5rem;
    }
    .en-action__item:nth-child(even) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .en-action__item {
        width: 30rem;
        margin-right: 0;
        margin-bottom: 0.8rem;
    }
}
.en-action__picture {
    display: block;
    width: 100%;
}
.en-action__picture img {
    max-width: 100%;
    height: auto;
}
.en-action div.en-action__picture {
    position: relative;
    width: 43rem;
    height: 23.1rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .en-action div.en-action__picture {
        width: 39rem;
        height: 22rem;
    }
}
@media screen and (max-width: 1279px) {
    .en-action div.en-action__picture {
        width: 35.6rem;
        height: 20rem;
    }
}
@media screen and (max-width: 767px) {
    .en-action div.en-action__picture {
        width: 30rem;
        height: 16.9rem;
    }
}
.en-action div.en-action__picture::before {
    position: absolute;
    content: '\f1ea';
    left: 50%;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    color: #727272;
    font-weight: 700;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
    font-family: "Font Awesome 5 Pro";
    z-index: 1;
}
.en-action div.en-action__picture::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c5c5c5;
}
.en-action__content {
    width: 29.3rem;
    background-color: #fff;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
    padding: 1.4rem 2rem;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .en-action__content {
        margin-top: -3.5rem;
    }
}
@media screen and (max-width: 1279px) {
    .en-action__content {
        width: 25.6rem;
        padding: 1.1rem 1.7rem;
        margin-top: -3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .en-action__content {
        width: 21.4rem;
        padding: 0.9rem 1.4rem;
        margin-top: -3rem;
    }
}
.en-action__content::before {
    transition: all 250ms ease-in-out 0ms;
    font-family: "Font Awesome 5 Pro";
    content: '\f178';
    font-size: 1.4rem;
    font-weight: 400;
    color: #3962a5;
    position: absolute;
    top: 2rem;
    right: 1.9rem;
}
@media screen and (max-width: 1279px) {
    .en-action__content::before {
        font-size: 1.1rem;
        top: 1.7rem;
    }
}
@media screen and (max-width: 767px) {
    .en-action__content::before {
        font-size: 0.9rem;
        top: 1.4rem;
        right: 1.5rem;
    }
}
.en-action__category {
    margin-top: 0;
    margin-bottom: -0.3rem;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #79348f;
    font-weight: 700;
    line-height: 1.8rem;
}
@media screen and (max-width: 1279px) {
    .en-action__category {
        font-size: 1.3rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .en-action__category {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
}
.en-action__title {
    margin-top: 0;
    text-transform: uppercase;
    color: #4ebdc3;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
}
@media screen and (max-width: 1279px) {
    .en-action__title {
        font-size: 1.4rem;
    }
}
@-webkit-keyframes shiftArrow {
    100% {
        opacity: 1;
        right: 1.9rem;
    }
    50% {
        opacity: 0.7;
        right: 2.4rem;
    }
    0% {
        opacity: 0.5;
        right: 2.9rem;
    }
}
@keyframes shiftArrow {
    100% {
        opacity: 1;
        right: 1.9rem;
    }
    50% {
        opacity: 0.7;
        right: 2.4rem;
    }
    0% {
        opacity: 0.5;
        right: 2.9rem;
    }
}
.kit-media {
    position: relative;
    background-color: #efefef;
    width: calc(100% - 3rem);
    margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
    .kit-media {
        width: calc(100% - 1.4rem);
        margin-bottom: 6rem;
    }
}
.kit-media__wrapper {
    display: flex;
    width: 100%;
    padding: 3rem;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .kit-media__wrapper {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
}
.kit-media__content {
    max-width: calc(100% - 13rem);
}
@media screen and (max-width: 767px) {
    .kit-media__content {
        max-width: calc(100% - 5.5rem);
    }
}
.kit-media__title {
    color: #4ebdc3;
    font-size: 4rem;
    font-weight: 900;
    position: relative;
    padding-left: 3.7rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .kit-media__title {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .kit-media__title {
        font-size: 3rem;
    }
}
.kit-media__title::before {
    position: absolute;
    content: '';
    width: 11.3rem;
    height: 1rem;
    left: 0;
    top: 2.9rem;
    background-color: #952461;
    z-index: -1;
}
@media screen and (max-width: 1279px) {
    .kit-media__title::before {
        top: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .kit-media__title::before {
        top: 1.9rem;
    }
}
.kit-media__link {
    font-size: 1.9rem;
    font-weight: 700;
    color: #4ebdc3;
    position: relative;
    padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
    .kit-media__link {
        font-size: 1.6rem;
    }
}
.kit-media__link:hover, .kit-media__link:focus {
    text-decoration: underline;
}
.kit-media__link::before {
    position: absolute;
    content: '\f0c1';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #79348f;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.8rem;
    top: 0.3rem;
    left: 0;
}
@media screen and (max-width: 767px) {
    .kit-media__link::before {
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.6rem;
    }
}
.kit-media__icon {
    width: 13rem;
    height: 13rem;
    background-color: #3962a5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -6rem;
}
@media screen and (max-width: 767px) {
    .kit-media__icon {
        width: 5.5rem;
        height: 5.5rem;
        top: 0;
        bottom: 0;
        right: -1.4rem;
        position: absolute;
        margin-top: auto;
        margin-bottom: auto;
    }
}
.kit-media__icon svg {
    width: 4rem;
    height: auto;
    fill: #485d6e;
}
@media screen and (max-width: 767px) {
    .kit-media__icon svg {
        width: 1.9rem;
    }
}
.mise-en-avant {
    display: flex;
    flex-wrap: wrap;
    margin: 8rem -1rem 0;
}
@media screen and (max-width: 767px) {
    .mise-en-avant {
        flex-direction: column;
        margin-top: 6rem;
    }
}
.mise-en-avant__item {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
    .mise-en-avant__item {
        width: 30rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4rem;
    }
}
.mise-en-avant__title {
    color: #4ebdc3;
    font-weight: 700;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 3.3rem;
    z-index: 1;
}
.mise-en-avant__title::before {
    position: absolute;
    content: '';
    width: 6.9rem;
    height: 1rem;
    left: 0;
    top: 1.5rem;
    background-color: #3962a5;
    z-index: -1;
}
.mise-en-avant__picture img {
    display: block;
    max-width: 100%;
    height: auto;
}
.mise-en-avant .composite-link:hover .mise-en-avant__picture img, .mise-en-avant .composite-link:focus .mise-en-avant__picture img {
    transform: scale(1.1);
}
.mise-en-avant div.mise-en-avant__picture {
    position: relative;
    width: 41rem;
    height: 22.7rem;
}
@media screen and (max-width: 1279px) {
    .mise-en-avant div.mise-en-avant__picture {
        width: 35.8rem;
        height: 19.8rem;
    }
}
@media screen and (max-width: 767px) {
    .mise-en-avant div.mise-en-avant__picture {
        width: 30rem;
        height: 16.6rem;
    }
}
.mise-en-avant div.mise-en-avant__picture::before {
    position: absolute;
    content: '\f1ea';
    left: 50%;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    color: #727272;
    font-weight: 700;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
    font-family: "Font Awesome 5 Pro";
    z-index: 1;
}
.mise-en-avant div.mise-en-avant__picture::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c5c5c5;
}
.mise-en-avant__content {
    background-color: #fff;
    padding: 2rem 1.5rem;
    position: relative;
    z-index: 1;
}
.mise-en-avant__content::after {
    position: absolute;
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.4rem;
    font-weight: 400;
    color: #4ebdc3;
    left: 1.5rem;
    bottom: 2rem;
}
.mise-en-avant__subtitle {
    font-size: 2rem;
    font-weight: 500;
    color: #727272;
    margin-top: 0;
    max-width: 30rem;
}
.departmental-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.7rem;
}
@media screen and (max-width: 767px) {
    .departmental-block {
        justify-content: center;
        margin: 0;
    }
}
.departmental-block__item {
    flex-grow: 0;
    flex-shrink: 1;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    margin: 0 1.7rem 3.4rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .departmental-block__item {
        flex-basis: 100%;
        margin: 0 0 3rem;
    }
}
.departmental-block__picture {
    display: block;
    width: 100%;
}
div.departmental-block__picture::before {
    content: "\f1ea";
}
div.departmental-block__picture::before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #c5c5c5;
    font-size: 5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity ease 0.3s;
}
div.departmental-block__picture::after {
    background: #efefef;
    content: '';
    display: block;
    padding-top: 55.47%;
}
.departmental-block__picture img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.departmental-block__content {
    margin: 0 0 0 2rem;
    max-width: 29rem;
    padding: 0 0 1.6rem;
    position: relative;
}
.departmental-block__content-top {
    margin: -1.5rem 0 0;
}
.departmental-block__content-top + .departmental-block__title {
    margin: 0 0 1rem;
}
.departmental-block__category {
    background-color: #4c165d;
    color: #fff;
    display: inline-block;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 0 0 1.6rem;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
}
.departmental-block__title {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0;
}
.departmental-block__teaser {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 1.3rem 0 1rem;
}
@media screen and (max-width: 767px) {
    .departmental-block__teaser {
        font-size: 1.6rem;
    }
}
.departmental-block__for-whom {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}
.departmental-block__for-what {
    color: #727272;
    font-family: "Barlow", "Impact", "Tahoma", "Franklin Gothic Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}
.departmental-block.-three-columns .departmental-block__item {
    flex-basis: calc(33.3333% - 3.4rem);
}
@media screen and (max-width: 1279px) {
    .departmental-block.-three-columns .departmental-block__item {
        flex-basis: calc(50% - 3.4rem);
    }
}
@media screen and (max-width: 767px) {
    .departmental-block.-three-columns .departmental-block__item {
        flex-basis: 100%;
        max-width: 48rem;
    }
}
body.votreavis .top-of-content__wrapper {
    padding-bottom: 2rem;
    padding-top: 3.5rem;
    position: relative;
}
body.votreavis .top-of-content__wrapper::before {
    height: 1.1rem;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, #4bcac7 16.6%, #e95745 16.6% 33.2%, #1e94be 33.2% 49.8%, #f8a429 49.8% 66.4%, #79348f 66.4% 83%, #cc448e 83%);
    content: '';
}
body.votreavis .breadcrumb ol {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
}
body.votreavis .breadcrumb li:last-child {
    font-weight: 700;
}
body.votreavis .breadcrumb li:last-child::before {
    color: #fff;
}
body.votreavis .heading__title {
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 5.2rem;
}
body.votreavis .heading__teaser {
    font-weight: 700;
    margin: 0 0 1.5rem;
}
body.votreavis .rte h2:not([class^='gallery']):not([class^='media-element']),
body.votreavis .rte .h2:not([class^='media-element']),
body.votreavis .h2 {
    color: #1e95bf;
    font-weight: 700;
    padding: 0;
    text-transform: none;
}
body.votreavis .rte h2:not([class^='gallery']):not([class^='media-element'])::after,
body.votreavis .rte .h2:not([class^='media-element'])::after,
body.votreavis .h2::after {
    content: none;
}
body.votreavis .rte h3:not([class^='media-element']),
body.votreavis .rte .h3:not([class^='media-element']),
body.votreavis .h3 {
    color: #3962a5;
    padding: 0;
    text-transform: none;
}
body.votreavis .rte h3:not([class^='media-element'])::after,
body.votreavis .rte .h3:not([class^='media-element'])::after,
body.votreavis .h3::after {
    content: none;
}
body.votreavis .rte h4:not([class^='media-element']),
body.votreavis .rte .h4:not([class^='media-element']),
body.votreavis .h4 {
    color: #79348f;
}
body.votreavis .rte a:not([data-fancybox]) {
    color: #3962a5;
}
body.votreavis .rte p {
    font-weight: 400;
}
body.votreavis .rte table caption {
    color: #0a367e;
}
body.votreavis .rte table thead th {
    border-right: 4px solid #f9a529;
    color: #0a367e;
    font-weight: 700;
}
body.votreavis .rte table thead th:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.1);
}
body.votreavis .rte table thead th:nth-child(odd) {
    background-color: rgba(239, 239, 239, 0.2);
}
body.votreavis .rte table thead th:first-child {
    background: #fff;
}
body.votreavis .rte table tbody th {
    border-right: 4px solid #f9a529;
    color: #3962a5;
    font-weight: 700;
}
body.votreavis .rte table tbody tr:last-child th,
body.votreavis .rte table tbody tr:last-child td {
    padding-bottom: 5rem;
}
body.votreavis .rte table td {
    border-right: 4px solid #f9a529;
}
body.votreavis .rte table td:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.1);
}
body.votreavis .rte table td:nth-child(odd) {
    background-color: rgba(239, 239, 239, 0.2);
}
body.votreavis .rte .table-responsive::-webkit-scrollbar {
    height: 10px;
}
body.votreavis .rte .table-responsive::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}
body.votreavis .rte ul {
    padding-left: 1.2rem;
}
body.votreavis .rte ul > li::before {
    color: #e95845;
    font-weight: 400;
    left: -1.2rem;
}
body.votreavis .rte ul > li > ul > li::before {
    color: inherit;
}
body.votreavis .rte blockquote {
    margin: 8rem 0 4rem 14.7rem;
}
body.votreavis .rte blockquote::before {
    content: "\f4b0";
}
body.votreavis .rte blockquote::before {
    height: 100%;
    width: 14.7rem;
    background: #e95845;
    font-size: 6.5rem;
    font-weight: 400;
    left: -14.7rem;
    padding: 3.5rem 0 0 4.2rem;
    top: 0;
}
body.votreavis .rte blockquote::after {
    height: 0.4rem;
    width: 25rem;
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, #4bcac7 16.6%, #e95745 16.6% 33.2%, #1e94be 33.2% 49.8%, #f8a429 49.8% 66.4%, #79348f 66.4% 83%, #cc448e 83%);
    content: '';
    z-index: 2;
}
body.votreavis .rte blockquote p {
    background: #a2200f;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 700;
    min-height: 14.7rem;
    padding: 3rem 5.5rem 3rem 3.5rem;
}
body.votreavis .rte p.encadre {
    background: #952461;
    font-family: "Barlow Condensed", "Arial", "Helvetica", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin-left: 14.7rem;
    min-height: 14.7rem;
    padding: 3rem 5.5rem 3rem 3.5rem;
}
body.votreavis .rte p.encadre::before {
    height: 100%;
    width: 14.7rem;
    background: #cc448e;
    font-size: 6.5rem;
    left: -14.7rem;
    line-height: 15rem;
}
body.votreavis .rte p.encadre::after {
    height: 0.4rem;
    width: 25rem;
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, #4bcac7 16.6%, #e95745 16.6% 33.2%, #1e94be 33.2% 49.8%, #f8a429 49.8% 66.4%, #79348f 66.4% 83%, #cc448e 83%);
    content: '';
    z-index: 2;
}
body.votreavis .infowidg {
    margin-left: 14.7rem;
    padding: 3rem 4rem 3.4rem 3.4rem;
}
body.votreavis .infowidg::after {
    height: 0.4rem;
    width: 25rem;
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, #4bcac7 16.6%, #e95745 16.6% 33.2%, #1e94be 33.2% 49.8%, #f8a429 49.8% 66.4%, #79348f 66.4% 83%, #cc448e 83%);
    content: '';
    z-index: 2;
}
body.votreavis .infowidg__svg {
    height: 100%;
    width: 14.7rem;
    background: #494949;
    left: -14.7rem;
    padding-top: 4.1rem;
}
body.votreavis .infowidg__svg svg {
    height: 6.5rem;
    width: 6.5rem;
    fill: #fff;
}
body.votreavis .infowidg:not(.-important) .rte h2:not([class^='gallery']):not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .rte .h2:not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .h2,
body.votreavis .infowidg:not(.-important) .rte h3:not([class^='gallery']):not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .rte .h3:not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .h3,
body.votreavis .infowidg:not(.-important) .rte h4:not([class^='gallery']):not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .rte .h4:not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .h4,
body.votreavis .infowidg:not(.-important) .rte h5:not([class^='gallery']):not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .rte .h5:not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .h5,
body.votreavis .infowidg:not(.-important) .rte h6:not([class^='gallery']):not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .rte .h6:not([class^='media-element']),
body.votreavis .infowidg:not(.-important) .h6 {
    color: #79348f;
}
body.votreavis .infowidg.-important {
    background: #3962a5;
}
body.votreavis .infowidg.-important .infowidg__svg {
    background: #0a367e;
}

/*# sourceMappingURL=core-votreavis.css.map */
