/* #PRODUIRE{fond=styles.css}
   md5:fd5d7695e1e124fce1e6cc7d7ca6d275 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */html{font-family:sans-serif;/* 1 */ -ms-text-size-adjust:100%;/* 2 */ -webkit-text-size-adjust:100%;/* 2 */ }/** * Remove default margin. */body{margin:0;}/* HTML5 display definitions ========================================================================== *//** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display:block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */audio, canvas, progress, video{display:inline-block;/* 1 */ vertical-align:baseline;/* 2 */ }/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]){display:none;height:0;}/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */[hidden], template{display:none;}/* Links ========================================================================== *//** * Remove the gray background color from active links in IE 10. */a{background-color:transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */a:active, a:hover{outline:0;}/* Text-level semantics ========================================================================== *//** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */abbr[title]{border-bottom:1px dotted;}/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */b, strong{font-weight:bold;}/** * Address styling not present in Safari and Chrome. */dfn{font-style:italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */h1{font-size:2em;margin:0.67em 0;}/** * Address styling not present in IE 8/9. */mark{background:#ff0;color:#000;}/** * Address inconsistent and variable font size in all browsers. */small{font-size:80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}/* Embedded content ========================================================================== *//** * Remove border when inside `a` element in IE 8/9/10. */img{border:0;}/** * Correct overflow not hidden in IE 9/10/11. */svg:not(:root){overflow:hidden;}/* Grouping content ========================================================================== *//** * Address margin not present in IE 8/9 and Safari. */figure{margin:0;}/** * Address differences between Firefox and other browsers. */hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}/** * Contain overflow in all browsers. */pre{overflow:auto;}/** * Address odd `em`-unit font size rendering in all browsers. */code, kbd, pre, samp{font-family:monospace, monospace;font-size:1em;}/* Forms ========================================================================== *//** * Known limitation:by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. *//** * 1. Correct color not being inherited. * Known issue:affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */button, input, optgroup, select, textarea{color:inherit;/* 1 */ font:inherit;/* 2 */ margin:0;/* 3 */ }/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */button{overflow:visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */button, select{text-transform:none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */button, html input[type="button"], input[type="reset"], input[type="submit"]{/* 1 */ -webkit-appearance:button;/* 2 */ cursor:pointer;/* 3 */ }/** * Re-set default cursor for disabled elements. */button[disabled], html input[disabled]{cursor:default;}/** * Remove inner padding and border in Firefox 4+. */button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */input{line-height:normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */input[type="checkbox"], input[type="radio"]{box-sizing:border-box;/* 1 */ padding:0;/* 2 */ }/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{height:auto;}/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */input[type="search"]{-webkit-appearance:textfield;/* 1 */ -moz-box-sizing:content-box;-webkit-box-sizing:content-box;/* 2 */ box-sizing:content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}/** * Define consistent border, margin, and padding. */fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */legend{border:0;/* 1 */ padding:0;/* 2 */ }/** * Remove default vertical scrollbar in IE 8/9/10/11. */textarea{overflow:auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE:the default cannot safely be changed in Chrome and Safari on OS X. */optgroup{font-weight:bold;}/* Tables ========================================================================== *//** * Remove most spacing between table cells. */table{border-collapse:collapse;border-spacing:0;}td, th{padding:0;}/* * Skeleton V2.0.4 * Copyright 2014, Dave Gamache * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php * 12/29/2014 *//* Table of contents –––––––––––––––––––––––––––––––––––––––––––––––––– - Grid - Base Styles - Typography - Links - Buttons - Forms - Lists - Code - Tables - Spacing - Utilities - Clearing - Media Queries *//* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */.container{position:relative;width:960px;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box;}.column, .columns{width:100%;min-height:1px;float:left;box-sizing:border-box;}/* For devices larger than 400px *//* For devices larger than 550px */@media (min-width:800px){/* Offsets */ .column, .columns{margin-left:4%;} .column:first-child, .columns:first-child{margin-left:0;} .one.column, .one.columns, .c1.column{width:4.66667%;} .two.columns, .c2.column{width:13.33333%;} .three.columns, .c3.column{width:22%;} .four.columns, .c4.column{width:30.66667%;} .five.columns, .c5.column{width:39.33333%;} .six.columns, .c6.column{width:48%;} .seven.columns, .c7.column{width:56.66667%;} .eight.columns, .c8.column{width:65.33333%;} .nine.columns, .c9.column{width:74%;} .ten.columns, .c10.column{width:82.66667%;} .eleven.columns, .c11.column{width:91.33333%;} .twelve.columns, .c12.column{width:100%;margin-left:0;} .one-third.column{width:30.66667%;} .two-thirds.column{width:65.33333%;} .one-half.column{width:48%;} .offset-by-one.column, .o1.column, .offset-by-one.columns{margin-left:8.66667%;} .offset-by-two.column, .o2.column, .offset-by-two.columns{margin-left:17.33333%;} .offset-by-three.column, .o3.column, .offset-by-three.columns{margin-left:26%;} .offset-by-four.column, .o4.column, .offset-by-four.columns{margin-left:34.66667%;} .offset-by-five.column, .o5.column, .offset-by-five.columns{margin-left:43.33333%;} .offset-by-six.column, .o6.column, .offset-by-six.columns{margin-left:52%;} .offset-by-seven.column, .o7.column, .offset-by-seven.columns{margin-left:60.66667%;} .offset-by-eight.column, .o8.column, .offset-by-eight.columns{margin-left:69.33333%;} .offset-by-nine.column, .o9.column, .offset-by-nine.columns{margin-left:78%;} .offset-by-ten.column, .o10.column, .offset-by-ten.columns{margin-left:86.66667%;} .offset-by-eleven.column, .o11.column, .offset-by-eleven.columns{margin-left:95.33333%;} .offset-by-one-third.column, .offset-by-one-third.columns{margin-left:34.66667%;} .offset-by-two-thirds.column, .offset-by-two-thirds.columns{margin-left:69.33333%;} .offset-by-one-half.column, .offset-by-one-half.columns{margin-left:52%;} }/* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– *//* NOTE html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */html{font-size:62.5%;}body{font-size:1.5em;/* currently ems cause chrome bug misinterpreting rems on body element */ line-height:1.6;font-weight:400;font-family:"Helvetica Neue", Helvetica, arial, freesans, clean, sans-serif;color:#22444e;}/* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */h1, h2, h3, h4, h5, h6{margin-top:0;text-align:left;text-shadow:0 0 4px rgba(255, 255, 255, .15);margin-bottom:2rem;font-weight:300;}h1{font-size:3.6rem;line-height:1.25;letter-spacing:-0.1rem;color:#fff;}h2{font-size:3rem;line-height:1.3;letter-spacing:-0.1rem;color:#fff;}h3{font-size:2.4rem;line-height:1.35;letter-spacing:-0.08rem;color:#fff;}h4{font-size:1.8rem;line-height:1.5;letter-spacing:-0.05rem;color:#fff;}h5{font-size:1.5rem;line-height:1.6;letter-spacing:0;}/* Larger than phablet */@media (min-width:550px){h1{font-size:4.2rem;} h2{font-size:3.6rem;} h3{font-size:3rem;} h4{font-size:2.4rem;} h5{font-size:1.5rem;} }p{margin-top:0;}b, strong{opacity:0.85;}/* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */.button, button, input[type="submit"], input[type="reset"], input[type="button"]{display:inline-block;position:relative;max-width:100%;overflow:hidden;padding:10px 15px;text-align:center;font-size:11px;font-weight:600;letter-spacing:0.1rem;text-transform:uppercase;text-decoration:none;background-color:transparent;border-radius:4px;border:1px dashed;cursor:pointer;box-sizing:border-box;}.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus{outline:0;}.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .8);color:#fff !important;background-color:#ff926f;border-color:#ff926f;}.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus{background-color:#ff926f;border-color:#ff926f;}/* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select{font-weight:normal;background-color:transparent;border:0;border-bottom:4px solid rgba(34, 68, 78, .3);box-shadow:none;box-sizing:border-box;}/* Removes awkward default styles on some inputs for iOS */input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}textarea{min-height:65px;padding-top:6px;padding-bottom:6px;}input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus{border-bottom:4px solid rgba(34, 68, 78, .6);outline:0;}label, legend{display:block;margin-bottom:0.5rem;font-weight:600;}fieldset{padding:0;border-width:0;}input[type="checkbox"], input[type="radio"]{display:inline;}label > .label-body{display:inline-block;margin-left:0.5rem;font-weight:normal;}/* Lists –––––––––––––––––––––––––––––––––––––––––––––––––– */ul{list-style:circle inside;}ol{list-style:decimal inside;}ol, ul{padding-left:0;margin-top:0;}ul ul, ul ol, ol ol, ol ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%;}li{margin-bottom:1rem;}/* Code –––––––––––––––––––––––––––––––––––––––––––––––––– */code{padding:0.2rem 0.5rem;margin:0 0.2rem;font-size:90%;white-space:nowrap;background:#f1f1f1;border:1px solid #e1e1e1;border-radius:4px;}pre > code{display:block;padding:1rem 1.5rem;white-space:pre;}/* Tables –––––––––––––––––––––––––––––––––––––––––––––––––– */table{width:100%;}tr:nth-child(even){background-color:rgba(34, 68, 78, .08);background-clip:padding-box;}thead{background-color:rgba(255, 255, 255, .08);background-clip:padding-box;border-bottom:1px solid rgba(34, 68, 78, .5);}th, td{padding:0.75rem 15px;text-align:left;} th > :last-child, td > :last-child{margin-bottom:0;}.dataTable th:active{outline:none;} .dataTable th .title{cursor:pointer;} .dataTable th .title:before{content:"\f0dc";font-family:FontAwesome;font-weight:normal;margin-right:0.25em;opacity:0.6;} .dataTable .sorting_asc .title:before{content:"\f0de";opacity:1;} .dataTable .sorting_desc .title:before{content:"\f0dd";opacity:1;}/* Spacing –––––––––––––––––––––––––––––––––––––––––––––––––– */button, .button{margin-bottom:1rem;}input, textarea, select, fieldset{margin-bottom:1.5rem;}pre, blockquote, dl, figure, table, p, ul, ol, form{margin-bottom:2.5rem;}/* Utilities –––––––––––––––––––––––––––––––––––––––––––––––––– */.u-full-width{width:100%;box-sizing:border-box;}.u-max-full-width{max-width:100%;box-sizing:border-box;}.u-pull-right{float:right;}.u-pull-left{float:left;}/* Misc –––––––––––––––––––––––––––––––––––––––––––––––––– */hr{margin-top:3rem;margin-bottom:3.5rem;border-width:0;color:#fff;border-top:1px solid;opacity:0.4;}/* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– *//* Self Clearing Goodness */.container:after, .row:after, .u-cf, .clear{content:"";display:table;clear:both;}/* Media Queries –––––––––––––––––––––––––––––––––––––––––––––––––– *//* Note:The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons on small devices, paste the mobile query code up in the buttons section and style it there. *//* Larger than mobile *//* Larger than phablet (also point when grid becomes active) *//* Larger than tablet *//* Larger than desktop *//* Larger than Desktop HD */.gallery .item:first-of-type{position:static;pointer-events:auto;opacity:1;} .gallery .item{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity 0.5s;background-size:contain;background-position:center;background-repeat:no-repeat;} .gallery .control-button{color:#fff;} .gallery .control-operator{display:none;} .gallery .prev, .gallery .next{position:absolute;top:50%;color:#fff;margin-top:-1.2em;text-shadow:0 0 10px rgba(0, 0, 0, .6);} .gallery .prev{left:0.5em;} .gallery .next{right:0.5em;} .gallery .control-operator.target ~ .item, .gallery .control-operator:target ~ .item{pointer-events:none;opacity:0;animation:none;} .gallery .control-button:first-of-type{color:#22444e;} .gallery .control-operator:target ~ .controls .control-button, .gallery .control-operator.target ~ .controls .control-button{color:#fff;animation:none;}.gallery.js .item:first-of-type{opacity:0;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;} .gallery .control-operator:nth-of-type(20):target ~ .item:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .item:nth-of-type(20){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(20):target ~ .controls .control-button:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .controls .control-button:nth-of-type(20){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;} .gallery .control-operator:nth-of-type(20):target ~ .item:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .item:nth-of-type(20){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(20):target ~ .controls .control-button:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .controls .control-button:nth-of-type(20){color:#22444e;} .gallery .control-operator:nth-of-type(21):target ~ .item:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .item:nth-of-type(21){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(21):target ~ .controls .control-button:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .controls .control-button:nth-of-type(21){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;} .gallery .control-operator:nth-of-type(20):target ~ .item:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .item:nth-of-type(20){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(20):target ~ .controls .control-button:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .controls .control-button:nth-of-type(20){color:#22444e;} .gallery .control-operator:nth-of-type(21):target ~ .item:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .item:nth-of-type(21){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(21):target ~ .controls .control-button:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .controls .control-button:nth-of-type(21){color:#22444e;} .gallery .control-operator:nth-of-type(22):target ~ .item:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .item:nth-of-type(22){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(22):target ~ .controls .control-button:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .controls .control-button:nth-of-type(22){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;} .gallery .control-operator:nth-of-type(20):target ~ .item:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .item:nth-of-type(20){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(20):target ~ .controls .control-button:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .controls .control-button:nth-of-type(20){color:#22444e;} .gallery .control-operator:nth-of-type(21):target ~ .item:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .item:nth-of-type(21){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(21):target ~ .controls .control-button:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .controls .control-button:nth-of-type(21){color:#22444e;} .gallery .control-operator:nth-of-type(22):target ~ .item:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .item:nth-of-type(22){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(22):target ~ .controls .control-button:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .controls .control-button:nth-of-type(22){color:#22444e;} .gallery .control-operator:nth-of-type(23):target ~ .item:nth-of-type(23), .gallery .control-operator:nth-of-type(23).target ~ .item:nth-of-type(23){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(23):target ~ .controls .control-button:nth-of-type(23), .gallery .control-operator:nth-of-type(23).target ~ .controls .control-button:nth-of-type(23){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;} .gallery .control-operator:nth-of-type(20):target ~ .item:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .item:nth-of-type(20){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(20):target ~ .controls .control-button:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .controls .control-button:nth-of-type(20){color:#22444e;} .gallery .control-operator:nth-of-type(21):target ~ .item:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .item:nth-of-type(21){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(21):target ~ .controls .control-button:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .controls .control-button:nth-of-type(21){color:#22444e;} .gallery .control-operator:nth-of-type(22):target ~ .item:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .item:nth-of-type(22){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(22):target ~ .controls .control-button:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .controls .control-button:nth-of-type(22){color:#22444e;} .gallery .control-operator:nth-of-type(23):target ~ .item:nth-of-type(23), .gallery .control-operator:nth-of-type(23).target ~ .item:nth-of-type(23){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(23):target ~ .controls .control-button:nth-of-type(23), .gallery .control-operator:nth-of-type(23).target ~ .controls .control-button:nth-of-type(23){color:#22444e;} .gallery .control-operator:nth-of-type(24):target ~ .item:nth-of-type(24), .gallery .control-operator:nth-of-type(24).target ~ .item:nth-of-type(24){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(24):target ~ .controls .control-button:nth-of-type(24), .gallery .control-operator:nth-of-type(24).target ~ .controls .control-button:nth-of-type(24){color:#22444e;}.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .item:nth-of-type(1){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(1).target ~ .controls .control-button:nth-of-type(1){color:#22444e;} .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .item:nth-of-type(2){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(2).target ~ .controls .control-button:nth-of-type(2){color:#22444e;} .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .item:nth-of-type(3){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(3).target ~ .controls .control-button:nth-of-type(3){color:#22444e;} .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .item:nth-of-type(4){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(4).target ~ .controls .control-button:nth-of-type(4){color:#22444e;} .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .item:nth-of-type(5){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(5).target ~ .controls .control-button:nth-of-type(5){color:#22444e;} .gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .item:nth-of-type(6){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(6).target ~ .controls .control-button:nth-of-type(6){color:#22444e;} .gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .item:nth-of-type(7){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(7).target ~ .controls .control-button:nth-of-type(7){color:#22444e;} .gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .item:nth-of-type(8){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8), .gallery .control-operator:nth-of-type(8).target ~ .controls .control-button:nth-of-type(8){color:#22444e;} .gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .item:nth-of-type(9){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9), .gallery .control-operator:nth-of-type(9).target ~ .controls .control-button:nth-of-type(9){color:#22444e;} .gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .item:nth-of-type(10){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10), .gallery .control-operator:nth-of-type(10).target ~ .controls .control-button:nth-of-type(10){color:#22444e;} .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .item:nth-of-type(11){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11), .gallery .control-operator:nth-of-type(11).target ~ .controls .control-button:nth-of-type(11){color:#22444e;} .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .item:nth-of-type(12){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12), .gallery .control-operator:nth-of-type(12).target ~ .controls .control-button:nth-of-type(12){color:#22444e;} .gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .item:nth-of-type(13){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(13):target ~ .controls .control-button:nth-of-type(13), .gallery .control-operator:nth-of-type(13).target ~ .controls .control-button:nth-of-type(13){color:#22444e;} .gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .item:nth-of-type(14){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(14):target ~ .controls .control-button:nth-of-type(14), .gallery .control-operator:nth-of-type(14).target ~ .controls .control-button:nth-of-type(14){color:#22444e;} .gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .item:nth-of-type(15){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(15):target ~ .controls .control-button:nth-of-type(15), .gallery .control-operator:nth-of-type(15).target ~ .controls .control-button:nth-of-type(15){color:#22444e;} .gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .item:nth-of-type(16){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(16):target ~ .controls .control-button:nth-of-type(16), .gallery .control-operator:nth-of-type(16).target ~ .controls .control-button:nth-of-type(16){color:#22444e;} .gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .item:nth-of-type(17){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(17):target ~ .controls .control-button:nth-of-type(17), .gallery .control-operator:nth-of-type(17).target ~ .controls .control-button:nth-of-type(17){color:#22444e;} .gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .item:nth-of-type(18){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(18):target ~ .controls .control-button:nth-of-type(18), .gallery .control-operator:nth-of-type(18).target ~ .controls .control-button:nth-of-type(18){color:#22444e;} .gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .item:nth-of-type(19){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(19):target ~ .controls .control-button:nth-of-type(19), .gallery .control-operator:nth-of-type(19).target ~ .controls .control-button:nth-of-type(19){color:#22444e;} .gallery .control-operator:nth-of-type(20):target ~ .item:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .item:nth-of-type(20){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(20):target ~ .controls .control-button:nth-of-type(20), .gallery .control-operator:nth-of-type(20).target ~ .controls .control-button:nth-of-type(20){color:#22444e;} .gallery .control-operator:nth-of-type(21):target ~ .item:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .item:nth-of-type(21){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(21):target ~ .controls .control-button:nth-of-type(21), .gallery .control-operator:nth-of-type(21).target ~ .controls .control-button:nth-of-type(21){color:#22444e;} .gallery .control-operator:nth-of-type(22):target ~ .item:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .item:nth-of-type(22){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(22):target ~ .controls .control-button:nth-of-type(22), .gallery .control-operator:nth-of-type(22).target ~ .controls .control-button:nth-of-type(22){color:#22444e;} .gallery .control-operator:nth-of-type(23):target ~ .item:nth-of-type(23), .gallery .control-operator:nth-of-type(23).target ~ .item:nth-of-type(23){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(23):target ~ .controls .control-button:nth-of-type(23), .gallery .control-operator:nth-of-type(23).target ~ .controls .control-button:nth-of-type(23){color:#22444e;} .gallery .control-operator:nth-of-type(24):target ~ .item:nth-of-type(24), .gallery .control-operator:nth-of-type(24).target ~ .item:nth-of-type(24){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(24):target ~ .controls .control-button:nth-of-type(24), .gallery .control-operator:nth-of-type(24).target ~ .controls .control-button:nth-of-type(24){color:#22444e;} .gallery .control-operator:nth-of-type(25):target ~ .item:nth-of-type(25), .gallery .control-operator:nth-of-type(25).target ~ .item:nth-of-type(25){pointer-events:auto;opacity:1;} .gallery .control-operator:nth-of-type(25):target ~ .controls .control-button:nth-of-type(25), .gallery .control-operator:nth-of-type(25).target ~ .controls .control-button:nth-of-type(25){color:#22444e;}/* Theme controls how everything looks in Gallery CSS. */.gallery{position:relative;background-color:#060606;border-radius:3px;} .gallery figure{border-radius:3px;overflow:hidden;} .gallery .toggle-view{position:absolute;top:2em;right:2em;z-index:1;} .gallery.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000000;} .gallery.fullscreen .item{height:100%;background-size:contain;} .gallery .item{height:400px;overflow:hidden;text-align:center;background-color:#060606;} .gallery .controls{position:absolute;bottom:0;width:100%;text-align:center;} .gallery .control-button{display:inline-block;margin:0 0.02em;font-size:3em;line-height:1em;text-align:center;text-decoration:none;transition:color 0.1s;} img{display:block;}a{transition:color 0.1s;color:inherit;text-decoration:none;} a:focus{outline:0;text-decoration:underline;} a:active{text-decoration:none;} a.primary{color:#ff926f;}a.spip, a.spip_in, a.spip_out, a.spip_mail, a.spip_ancre, h4 a{border-bottom:1px dashed;} a.spip:focus, a.spip_in:focus, a.spip_out:focus, a.spip_mail:focus, a.spip_ancre:focus, h4 a:focus{border-bottom-style:solid;text-decoration:none;} a.spip:active, a.spip_in:active, a.spip_out:active, a.spip_mail:active, a.spip_ancre:active, h4 a:active{border-bottom-style:dashed;}.card button, #agenda .fc-header-right button{color:#ff926f;}.float-left{float:left;}.float-right{float:right;}.align-center{text-align:center;}.align-justify{text-align:justify;}.fade{opacity:0.65;}.button.download:before{font-family:FontAwesome;content:"\f019";position:relative;left:0em;margin-right:1em;}ul.spip{list-style:none;} ul.spip li{position:relative;padding-left:1em;text-align:left;} ul.spip li:before{content:"\f105";font-family:FontAwesome;position:absolute;left:0;}.justify{text-align:justify;}iframe{display:block;border:0;}.sizer{opacity:0;z-index:-1;width:100%;height:auto;}blockquote{font-style:italic;padding:0;padding-left:2rem;margin:0;border-left:4px solid rgba(0, 0, 0, .2);}.image{margin-bottom:2.5rem;border-radius:3px;overflow:hidden;max-width:100%;} .image img{margin:0 auto;max-width:100%;border-radius:3px;} .image.small{width:auto !important;} .image.right{float:right;width:calc(33% - 2.5rem);margin-left:2.5rem;position:relative;top:0.5rem;} .image.left{float:left;width:calc(33% - 2.5rem);margin-right:2.5rem;position:relative;top:0.5rem;} .image.center{width:33%;margin-left:auto;margin-right:auto;} .image.badge{position:relative;top:-0.5rem;float:left;width:14rem !important;height:14rem !important;border-radius:50%;background:#fff;overflow:hidden;background-size:cover;background-position:center;border:2px solid white;box-shadow:0 0 2px 0 rgba(0, 0, 0, .2);} .image.badge img{display:none;} .image.badge:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:background-color 0.4s;} .image.badge.loaded:after{background-color:rgba(255, 255, 255, 0);}.video{padding-bottom:55%;margin-bottom:2.5rem;position:relative;border-radius:3px;overflow:hidden;} .video .spinner{z-index:-1;} .video.playing .play i{display:none;} .video.playing .spinner{z-index:1;} .video .play{background-size:cover;background-position:center;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;text-shadow:0 0 10px rgba(0, 0, 0, .6);opacity:0;transition:opacity 0.2s;} .video .play span{display:none;} .video .play i{margin-top:22px;} .video .play.loaded{opacity:1;} .video .caption{position:absolute;top:0;left:0;right:0;z-index:1;padding:1rem;background:#fff;color:#22444e;} .video iframe{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;background:#000;}.pagination{margin:2.5rem 0;} .pagination .sep{display:none;} .pagination a, .pagination strong{display:inline-block;width:3.5rem;line-height:3.5rem;background-color:rgba(34, 68, 78, .1);text-align:center;margin:0 1px;} .pagination strong{background-color:rgba(255, 255, 255, .2);}*, *:after, *:before{box-sizing:border-box;}body, html{position:relative;height:100%;}html{overflow-y:scroll;}body{background:#ff926f;}#mainHeader{position:relative;overflow:hidden;height:auto;max-height:390px;background-image:url('https://www.crjp72.com/squelettes/assets/crjp-bandeau.png?12');background-color:#22444e;background-size:auto 100%;background-position:center top;background-repeat:no-repeat;} @media all and (max-width:800px){#mainHeader{background-image:url('https://www.crjp72.com/squelettes/assets/crjp-logo-big.png');} } #mainHeader h1{position:absolute;left:-10000px;}#mainNav{background:white;box-shadow:0 0 4px 0 rgba(0, 0, 0, .25);z-index:2;position:absolute;left:0;right:0;transition:box-shadow 0.2s;} #mainNav #logo{height:60px;width:60px;background-image:url('https://www.crjp72.com/squelettes/assets/crjp-logo.png?1');background-size:contain;transition:all 0.2s;position:absolute;top:0;left:-75px;opacity:0;} #mainNav #logo span{display:none;} #mainNav .toggle{display:none;} #mainNav ul{height:60px;line-height:40px;transition:all 0.2s;font-size:14px;margin:0;white-space:nowrap;} #mainNav ul li{display:inline-block;} #mainNav ul li a{display:block;overflow:hidden;padding:10px 5px;position:relative;transition:color 0.2s;} #mainNav ul li a.on{color:#22444e;} #mainNav ul li a.on:after{content:"";position:absolute;bottom:0;left:0;right:0;border-top:2px solid #22444e;opacity:0.75;} #mainNav ul li a:hover{color:#42a5f5;} #mainNav.sticky{position:fixed;top:0;box-shadow:0 0 6px 0 rgba(0, 0, 0, .25);z-index:10;} #mainNav.sticky #logo{left:20px;top:10px;opacity:1;} #mainNav.sticky ul{height:80px;line-height:60px;padding-left:75px;} @media all and (max-width:800px){#mainNav{position:relative;} #mainNav .toggle{display:block;box-shadow:0 1px 3px 0 rgba(0, 0, 0, .125);position:absolute;right:20px;top:10px;line-height:35px;width:60px;text-align:right;font-size:2.5em;} #mainNav .toggle:after{content:"\f107";font-family:FontAwesome;} #mainNav ul{overflow:hidden;height:auto;max-height:60px;transition:max-height 0.3s;position:relative;} #mainNav ul li{display:block;} #mainNav ul li a.on:after{content:none;} #mainNav.opened ul{max-height:360px;} #mainNav.opened .toggle:after{content:"\f106";} }#content{padding-top:60px;margin-top:2.5rem;} @media all and (max-width:800px){#content{padding:0;} }#subNav{transition:margin-top 0.2s;color:#22444e;} #subNav.sticky{position:fixed;top:80px;margin-top:2.5rem;} #subNav.sticky ul{margin:0;} #subNav ul{list-style:none;font-size:14px;} #subNav ul li{border-top:1px solid rgba(0, 0, 0, .1);margin:0;} #subNav ul li:first-child{border-top:0;} #subNav ul li a{display:block;overflow:hidden;position:relative;color:inherit;padding:1rem;} #subNav ul li a.on{color:#22444e;border-right:2px solid rgba(34, 68, 78, .75);} #subNav ul ul{margin:0;background:rgba(34, 68, 78, .05);} #subNav ul ul li:first-child{border-top:1px solid rgba(0, 0, 0, .1);} #subNav ul ul li a{padding-left:2rem;}.card, #agenda .fc-header-right{background:#fff;box-shadow:0 1px 4px 0px rgba(0, 0, 0, .2);border-radius:2px;overflow:hidden;margin-bottom:2.5rem;} .card > :last-child, #agenda .fc-header-right > :last-child{margin-bottom:0;} .card .content, #agenda .fc-header-right .content, .card .header, #agenda .fc-header-right .header{position:relative;padding:2rem;} .card .content :last-child, #agenda .fc-header-right .content :last-child, .card .header :last-child, #agenda .fc-header-right .header :last-child{margin-bottom:0;} .card .content .illustration, #agenda .fc-header-right .content .illustration, .card .header .illustration, #agenda .fc-header-right .header .illustration{height:90px;width:100%;background-size:contain;background-position:center;background-repeat:no-repeat;margin-bottom:2rem;} .card .header, #agenda .fc-header-right .header{padding-bottom:0;} .card .header.illustration, #agenda .fc-header-right .header.illustration{width:40%;margin:2rem auto 0;padding-bottom:25%;background-size:contain;background-position:center;background-repeat:no-repeat;text-align:center;text-transform:uppercase;font-weight:bold;color:#fff;opacity:0.9;letter-spacing:0.1rem;font-size:1.8rem;line-height:1.8;text-shadow:0 0 4px rgba(0, 0, 0, .5);} .card .header a, #agenda .fc-header-right .header a{color:inherit;text-decoration:none;position:relative;} .card .header i, #agenda .fc-header-right .header i{position:relative;text-shadow:1.8px 1px 0 #eee,2px 1px 0 #eee,0.7px 1px 0 #eee,3.6px 2px 0 #efefef,4px 2px 0 #efefef,1.4px 2px 0 #efefef,5.4px 3px 0 #efefef,6px 3px 0 #efefef,2.1px 3px 0 #efefef,7.2px 4px 0 #efefef,8px 4px 0 #efefef,2.8px 4px 0 #efefef,9px 5px 0 #f0f0f0,10px 5px 0 #f0f0f0,3.5px 5px 0 #f0f0f0,10.8px 6px 0 #f0f0f0,12px 6px 0 #f0f0f0,4.2px 6px 0 #f0f0f0,12.6px 7px 0 #f0f0f0,14px 7px 0 #f0f0f0,4.9px 7px 0 #f0f0f0,14.4px 8px 0 #f1f1f1,16px 8px 0 #f1f1f1,5.6px 8px 0 #f1f1f1,16.2px 9px 0 #f1f1f1,18px 9px 0 #f1f1f1,6.3px 9px 0 #f1f1f1,18px 10px 0 #f1f1f1,20px 10px 0 #f1f1f1,7px 10px 0 #f1f1f1,19.8px 11px 0 #f2f2f2,22px 11px 0 #f2f2f2,7.7px 11px 0 #f2f2f2,21.6px 12px 0 #f2f2f2,24px 12px 0 #f2f2f2,8.4px 12px 0 #f2f2f2,23.4px 13px 0 #f2f2f2,26px 13px 0 #f2f2f2,9.1px 13px 0 #f2f2f2,25.2px 14px 0 #f3f3f3,28px 14px 0 #f3f3f3,9.8px 14px 0 #f3f3f3,27px 15px 0 #f3f3f3,30px 15px 0 #f3f3f3,10.5px 15px 0 #f3f3f3,28.8px 16px 0 #f3f3f3,32px 16px 0 #f3f3f3,11.2px 16px 0 #f3f3f3,30.6px 17px 0 #f4f4f4,34px 17px 0 #f4f4f4,11.9px 17px 0 #f4f4f4,32.4px 18px 0 #f4f4f4,36px 18px 0 #f4f4f4,12.6px 18px 0 #f4f4f4,34.2px 19px 0 #f4f4f4,38px 19px 0 #f4f4f4,13.3px 19px 0 #f4f4f4,36px 20px 0 #f5f5f5,40px 20px 0 #f5f5f5,14px 20px 0 #f5f5f5,37.8px 21px 0 #f5f5f5,42px 21px 0 #f5f5f5,14.7px 21px 0 #f5f5f5,39.6px 22px 0 #f5f5f5,44px 22px 0 #f5f5f5,15.4px 22px 0 #f5f5f5,41.4px 23px 0 #f6f6f6,46px 23px 0 #f6f6f6,16.1px 23px 0 #f6f6f6,43.2px 24px 0 #f6f6f6,48px 24px 0 #f6f6f6,16.8px 24px 0 #f6f6f6,45px 25px 0 #f7f7f7,50px 25px 0 #f7f7f7,17.5px 25px 0 #f7f7f7,46.8px 26px 0 #f7f7f7,52px 26px 0 #f7f7f7,18.2px 26px 0 #f7f7f7,48.6px 27px 0 #f7f7f7,54px 27px 0 #f7f7f7,18.9px 27px 0 #f7f7f7,50.4px 28px 0 #f8f8f8,56px 28px 0 #f8f8f8,19.6px 28px 0 #f8f8f8,52.2px 29px 0 #f8f8f8,58px 29px 0 #f8f8f8,20.3px 29px 0 #f8f8f8,54px 30px 0 #f8f8f8,60px 30px 0 #f8f8f8,21px 30px 0 #f8f8f8,55.8px 31px 0 #f9f9f9,62px 31px 0 #f9f9f9,21.7px 31px 0 #f9f9f9,57.6px 32px 0 #f9f9f9,64px 32px 0 #f9f9f9,22.4px 32px 0 #f9f9f9,59.4px 33px 0 #f9f9f9,66px 33px 0 #f9f9f9,23.1px 33px 0 #f9f9f9,61.2px 34px 0 #fafafa,68px 34px 0 #fafafa,23.8px 34px 0 #fafafa,63px 35px 0 #fafafa,70px 35px 0 #fafafa,24.5px 35px 0 #fafafa,64.8px 36px 0 #fafafa,72px 36px 0 #fafafa,25.2px 36px 0 #fafafa,66.6px 37px 0 #fbfbfb,74px 37px 0 #fbfbfb,25.9px 37px 0 #fbfbfb,68.4px 38px 0 #fbfbfb,76px 38px 0 #fbfbfb,26.6px 38px 0 #fbfbfb,70.2px 39px 0 #fbfbfb,78px 39px 0 #fbfbfb,27.3px 39px 0 #fbfbfb,72px 40px 0 #fcfcfc,80px 40px 0 #fcfcfc,28px 40px 0 #fcfcfc,73.8px 41px 0 #fcfcfc,82px 41px 0 #fcfcfc,28.7px 41px 0 #fcfcfc,75.6px 42px 0 #fcfcfc,84px 42px 0 #fcfcfc,29.4px 42px 0 #fcfcfc,77.4px 43px 0 #fdfdfd,86px 43px 0 #fdfdfd,30.1px 43px 0 #fdfdfd,79.2px 44px 0 #fdfdfd,88px 44px 0 #fdfdfd,30.8px 44px 0 #fdfdfd,81px 45px 0 #fdfdfd,90px 45px 0 #fdfdfd,31.5px 45px 0 #fdfdfd,82.8px 46px 0 #fefefe,92px 46px 0 #fefefe,32.2px 46px 0 #fefefe,84.6px 47px 0 #fefefe,94px 47px 0 #fefefe,32.9px 47px 0 #fefefe,86.4px 48px 0 #fefefe,96px 48px 0 #fefefe,33.6px 48px 0 #fefefe,50px 50px 0 rgba(238, 238, 238, 0);}.logo{position:relative;top:0.15rem;float:left;border-radius:50%;background:#fff;overflow:hidden;background-size:cover;background-position:center;border:2px solid white;box-shadow:0 0 2px 0 rgba(0, 0, 0, .2);} .logo:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:background-color 0.4s;} .logo.loaded:after{background-color:rgba(255, 255, 255, 0);}.articles-list .item{min-height:10rem;} .articles-list .item .logo{float:left;width:8rem;height:8rem;margin-right:2.5rem;} .articles-list .item h4{margin:0;} .articles-list .item .description{margin:0;}.articles-table th div input{width:100%;padding-left:1em;} .articles-table th div.input-wrapper{position:relative;} .articles-table th div.input-wrapper:before{content:"\f0b0";font-family:FontAwesome;position:absolute;left:0;font-weight:normal;opacity:0.5;pointer-events:none;} .articles-table tbody{font-size:0.9em;} .articles-table .sorting_1, .articles-table .sorting_asc, .articles-table .sorting_desc{background:rgba(34, 68, 78, .1);}.table-wrapper{overflow-x:auto;margin-bottom:2.5em;} .table-wrapper table{margin:0;}.article header .logo{float:right;width:14rem;height:14rem;margin-left:2.5rem;}/* ============================================================ CMN-SPINNER__RADAR (@CallMeNick) ============================================================ */.spinner{position:absolute;z-index:0;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px;color:rgba(0, 0, 0, 0);font-size:0;text-indent:-99999px;border-top:solid 2px #22444e;border-right:solid 2px transparent;border-bottom:solid 2px transparent;border-left:solid 2px transparent;border-radius:50px;animation:cmn-spinner--animation__radar 1.5s infinite linear;} .spinner::before, .spinner::after{display:block;position:absolute;border-right:solid 2px transparent;border-bottom:solid 2px transparent;border-left:solid 2px transparent;border-radius:100%;content:"";} .spinner::before{top:15%;right:15%;bottom:15%;left:15%;border-top:solid 2px #22444e;animation:cmn-spinner--animation__radar 1.75s infinite linear;} .spinner::after{top:30%;right:30%;bottom:30%;left:30%;border-top:solid 2px #22444e;animation:cmn-spinner--animation__radar 2s infinite linear;}/* animation keyframes */@-webkit-keyframes cmn-spinner--animation__radar{from{-webkit-transform:rotate(0deg);} to{-webkit-transform:rotate(360deg);} }@-moz-keyframes cmn-spinner--animation__radar{from{-moz-transform:rotate(0deg);} to{-moz-transform:rotate(360deg);} }@-ms-keyframes cmn-spinner--animation__radar{from{-ms-transform:rotate(0deg);} to{-ms-transform:rotate(360deg);} }@-o-keyframes cmn-spinner--animation__radar{from{-o-transform:rotate(0deg);} to{-o-transform:rotate(360deg);} }@keyframes cmn-spinner--animation__radar{from{transform:rotate(0deg);} to{transform:rotate(360deg);} }#mapContainer{margin-bottom:2.5rem;border-radius:3px;overflow:hidden;position:relative;} #mapContainer iframe{position:relative;}#mapNav{position:absolute;top:0;bottom:0;right:0;width:200px;overflow:auto;margin:0;outline:0;} #mapNav ul{list-style:none;font-size:14px;margin:0;} #mapNav ul li{border-top:1px solid rgba(0, 0, 0, .1);margin:0;} #mapNav ul li:first-child{border-top:0;} #mapNav ul li a{display:block;padding:1rem;border-left:2px solid transparent;text-decoration:none;color:inherit;} #mapNav ul li a.article-opened{color:#22444e;border-left:2px solid rgba(34, 68, 78, .75);} #mapNav ul li a:focus{text-decoration:underline;} #mapNav ul li a:active{text-decoration:none;}#map{position:absolute;top:0;left:0;bottom:0;right:200px;}.leaflet-control-attribution{display:none;}@-webkit-keyframes autofill{to{color:#22444e;background:transparent;} }input:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both;}.agenda_form{position:relative;} .agenda_form #pass_securise{display:none !important;} .agenda_form .logout{position:absolute;top:0;right:0;font-size:12px;opacity:0.5;z-index:2;} .agenda_form .reponse_formulaire_erreur, .agenda_form .reponse_formulaire_ok{padding:10px;background:rgba(255, 255, 255, 0.1);} .agenda_form .reponse_formulaire_ok{border-left:4px solid rgba(100, 255, 100, 0.5);} .agenda_form .reponse_formulaire_erreur{border-left:4px solid #ff6464;} .agenda_form .erreur_message{display:block;padding:10px;background:rgba(255, 255, 255, 0.1);border-left:4px solid #ff6464;} .agenda_form label{position:relative;margin-right:10px;} .agenda_form .afficher_horaire{margin-left:10px;} .agenda_form .afficher_horaire input{text-align:center;width:3.5em !important;} .agenda_form .editer{margin-bottom:20px;} .agenda_form input[type="text"], .agenda_form input[type="password"], .agenda_form textarea, .agenda_form select{margin-bottom:0;padding:0.5em;background:rgba(0, 0, 0, 0.05);width:100%;} .agenda_form fieldset{margin:0;} .agenda_form ul{list-style:none;padding:0;margin:0;} .agenda_form ul li{padding:0;} .agenda_form fieldset > ul.editer-groupe{width:100%;} .agenda_form fieldset > ul.editer-groupe li{width:49%;display:inline-block;} .agenda_form h3{font-size:2rem;} .agenda_form .inputfile{width:0.1px;height:0.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1;} .agenda_form .inputfile + label{width:100%;padding:10px;background:rgba(0, 0, 0, 0.05);} .agenda_form .inputfile + label svg{fill:#22444e;margin-right:10px;position:relative;top:2px;}#agenda h2{font-size:3rem;} #agenda h2:first-letter{text-transform:capitalize;} #agenda .fc-state-highlight{background:none;} #agenda .fc-state-highlight .fc-day-number{font-weight:bold;color:#fff;} #agenda .fc-widget-header, #agenda .fc-widget-content{border-color:rgba(255, 255, 255, 0.2);} #agenda .fc-event{margin-bottom:2px;} #agenda .fc-event{box-shadow:0 1px 4px 0px rgba(0, 0, 0, .2);border-radius:2px;overflow:hidden;color:#22444e;} #agenda .fc-event .fc-event-title{padding:2px;display:block;background:transparent;} #agenda .fc-event .fc-event-time{display:none !important;} #agenda .fc-event.age0, #agenda .fc-event.age0 .fc-event-inner{background:#ece79f !important;border-color:#ece79f !important;} #agenda .fc-event.age3, #agenda .fc-event.age3 .fc-event-inner{background:#92d573 !important;border-color:#92d573 !important;} #agenda .fc-event.age6, #agenda .fc-event.age6 .fc-event-inner{background:#73d5cc !important;border-color:#73d5cc !important;} #agenda .fc-event.age10, #agenda .fc-event.age10 .fc-event-inner{background:#738bd5 !important;border-color:#738bd5 !important;} #agenda .fc-header-title{height:3rem;} #agenda .fc-event-title{text-align:center;} #agenda .fc-header-right{padding:0 !important;} #agenda .fc-header-right span{background:none;border:0;margin:0 !important;user-select:none;} #agenda .fc-header-right > span:hover:not(.fc-state-disabled){background:rgba(0, 0, 0, 0.1);} #agenda .fc-button-today{line-height:38px;height:38px;} #agenda .fc-button-today:not(.fc-state-disabled) .fc-button-inner{color:#22444e;} #agenda .fc-button-prev, #agenda .fc-button-next{font-size:20px;text-align:center;width:40px;} #agenda .fc-button-prev span, #agenda .fc-button-next span{width:100%;text-align:center;}#agenda-legend{display:none;margin-bottom:2.5em;} #agenda-legend .item{display:inline-block;margin-right:20px;} #agenda-legend .item:before{content:"";display:inline-block;width:12px;height:12px;border-radius:2px;box-shadow:0 1px 4px 0px rgba(0, 0, 0, .2);margin-right:10px;} #agenda-legend .item.age0:before{background-color:#ece79f;} #agenda-legend .item.age3:before{background-color:#92d573;} #agenda-legend .item.age6:before{background-color:#73d5cc;} #agenda-legend .item.age10:before{background-color:#738bd5;}