@charset "UTF-8";
:root{--colorBackground: #ffffff;--colorBackground_R: 255;--colorBackground_G: 255;--colorBackground_B: 255;--colorBorder: #DEDDDA;--colorBorder_R: 222;--colorBorder_G: 221;--colorBorder_B: 218;--colorBrand: #00afe8;--colorBrand_R: 0;--colorBrand_G: 175;--colorBrand_B: 232;--colorError: #ED333B;--colorError_R: 237;--colorError_G: 51;--colorError_B: 59;--colorFocus: #00afe8;--colorFocus_R: 0;--colorFocus_G: 175;--colorFocus_B: 232;--colorLight: #F6F5F4;--colorLight_R: 246;--colorLight_G: 245;--colorLight_B: 244;--colorSuccess: #33D17A;--colorSuccess_R: 51;--colorSuccess_G: 209;--colorSuccess_B: 122;--colorText: #241F31;--colorText_R: 36;--colorText_G: 31;--colorText_B: 49;--colorTextButton: #ffffff;--colorTextButton_R: 255;--colorTextButton_G: 255;--colorTextButton_B: 255;--colorTextLight: #9A9996;--colorTextLight_R: 154;--colorTextLight_G: 153;--colorTextLight_B: 150;--colorUpdated: #1C71D8;--colorUpdated_R: 28;--colorUpdated_G: 113;--colorUpdated_B: 216;--colorWarning: #FFA348;--colorWarning_R: 255;--colorWarning_G: 163;--colorWarning_B: 72;--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", Roboto, Helvetica, Arial, sans-serif;--fontSize: 16px;--fontSizeH1: 2.5rem;--fontSizeH2: 2rem;--fontSizeH3: 1.5rem;--fontSizeSmall: .85em;--fontWeight: 400;--fontWeightBold: 700;--lineHeight: 1.5;--lineHeightEm: 1.5em;--radius: 2px;--transitionParams: .2s ease-in-out}html{box-sizing:border-box;font-family:var(--fontFamily);font-size:var(--fontSize);font-weight:var(--fontWeight);-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit}body{background:var(--colorBackground);color:var(--colorText);line-height:var(--lineHeight);margin:0}a{color:var(--colorBrand);outline:0;text-decoration:underline}a:visited,a:hover,a:active{color:var(--colorBrand)}em{font-style:italic}h1,h2,h3{margin:1em 0 0.5em;padding:0}h1{font-size:var(--fontSizeH1);line-height:1.2}h2{font-size:var(--fontSizeH2);line-height:1.3}h3{font-size:var(--fontSizeH3);line-height:1.4}hr{background:var(--colorText);border:0;height:1px;margin:1rem 0}img[data-lazyload]:not(.loaded){filter:blur(20px)}p{margin:0.5em 0;padding:0}small{font-size:var(--fontSizeSmall)}strong{font-weight:var(--fontWeightBold)}table{border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%}table th,table td{border:1px solid var(--colorBorder);color:var(--colorText);font-weight:var(--fontWeight);padding:0.4em}table thead{background-color:var(--colorLight)}table.invisible{margin:0}table.invisible thead,table.invisible tbody,table.invisible tfoot{background-color:transparent;border-style:none;margin:0;padding:0}table.invisible thead tr,table.invisible thead th,table.invisible thead td,table.invisible tbody tr,table.invisible tbody th,table.invisible tbody td,table.invisible tfoot tr,table.invisible tfoot th,table.invisible tfoot td{background-color:transparent;border-style:none;color:var(--colorText);font-weight:var(--fontWeight);margin:0;padding:0}.button,button,input[type="button"],input[type="submit"]{align-items:center;background-color:var(--colorBrand);border-radius:var(--radius);border:none;color:var(--colorTextButton);cursor:pointer;display:inline-flex;font-family:var(--fontFamily);font-size:var(--fontSize);font-weight:var(--fontWeightBold);justify-content:flex-start;line-height:calc(var(--lineHeightEm) - .2em);margin:0.1em;max-width:20em;outline:0;overflow:hidden;padding:0.5em 1em;text-decoration:none;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;word-spacing:0;-moz-appearance:none;-webkit-appearance:none}.button:visited,.button:hover,.button:active,button:visited,button:hover,button:active,input[type="button"]:visited,input[type="button"]:hover,input[type="button"]:active,input[type="submit"]:visited,input[type="submit"]:hover,input[type="submit"]:active{color:var(--colorTextButton)}.button:hover,button:hover,input[type="button"]:hover,input[type="submit"]:hover{background-color:var(--colorBrand);box-shadow:0 0 0.2em rgba(0, 0, 0, 0.3);color:var(--colorTextButton);text-decoration:none}.button.add,.button.success,button.add,button.success,input[type="button"].add,input[type="button"].success,input[type="submit"].add,input[type="submit"].success{background-color:var(--colorSuccess)}.button.add:hover,.button.success:hover,button.add:hover,button.success:hover,input[type="button"].add:hover,input[type="button"].success:hover,input[type="submit"].add:hover,input[type="submit"].success:hover{background-color:var(--colorSuccess)}.button.delete,.button.error,button.delete,button.error,input[type="button"].delete,input[type="button"].error,input[type="submit"].delete,input[type="submit"].error{background-color:var(--colorError)}.button.delete:hover,.button.error:hover,button.delete:hover,button.error:hover,input[type="button"].delete:hover,input[type="button"].error:hover,input[type="submit"].delete:hover,input[type="submit"].error:hover{background-color:var(--colorError)}.button.disabled,button.disabled,input[type="button"].disabled,input[type="submit"].disabled{background-color:var(--colorLight);color:var(--colorTextLight)}.button.disabled:hover,button.disabled:hover,input[type="button"].disabled:hover,input[type="submit"].disabled:hover{background-color:var(--colorLight)}.button.update,.button.updated,button.update,button.updated,input[type="button"].update,input[type="button"].updated,input[type="submit"].update,input[type="submit"].updated{background-color:var(--colorUpdated)}.button.update:hover,.button.updated:hover,button.update:hover,button.updated:hover,input[type="button"].update:hover,input[type="button"].updated:hover,input[type="submit"].update:hover,input[type="submit"].updated:hover{background-color:var(--colorUpdated)}.button.warn,.button.warning,button.warn,button.warning,input[type="button"].warn,input[type="button"].warning,input[type="submit"].warn,input[type="submit"].warning{background-color:var(--colorWarning)}.button.warn:hover,.button.warning:hover,button.warn:hover,button.warning:hover,input[type="button"].warn:hover,input[type="button"].warning:hover,input[type="submit"].warn:hover,input[type="submit"].warning:hover{background-color:var(--colorWarning)}.button.small,button.small,input[type="button"].small,input[type="submit"].small{font-size:var(--fontSizeSmall)}.button.big,button.big,input[type="button"].big,input[type="submit"].big{font-size:var(--fontSizeH3)}.button.huge,button.huge,input[type="button"].huge,input[type="submit"].huge{font-size:var(--fontSizeH2)}.button i,.button img,button i,button img,input[type="button"] i,input[type="button"] img,input[type="submit"] i,input[type="submit"] img{margin:0 0.5em}.button i:first-child,.button img:first-child,button i:first-child,button img:first-child,input[type="button"] i:first-child,input[type="button"] img:first-child,input[type="submit"] i:first-child,input[type="submit"] img:first-child{margin-left:0}.button i:last-child,.button img:last-child,button i:last-child,button img:last-child,input[type="button"] i:last-child,input[type="button"] img:last-child,input[type="submit"] i:last-child,input[type="submit"] img:last-child{margin-right:0}.messageBox{align-items:flex-start;background-color:var(--colorBackground);border-radius:var(--radius);display:flex;margin:1rem 0;padding:0.5rem}.messageBox.add,.messageBox.success{background-color:rgba(var(--colorSuccess_R), var(--colorSuccess_G), var(--colorSuccess_B), 0.1)}.messageBox.add i,.messageBox.success i{color:var(--colorSuccess)}.messageBox.error,.messageBox.delete{background-color:rgba(var(--colorError_R), var(--colorError_G), var(--colorError_B), 0.1)}.messageBox.error i,.messageBox.delete i{color:var(--colorError)}.messageBox.light{background-color:var(--colorLight)}.messageBox.update,.messageBox.updated{background-color:rgba(var(--colorUpdated_R), var(--colorUpdated_G), var(--colorUpdated_B), 0.1)}.messageBox.update i,.messageBox.updated i{color:var(--colorUpdated)}.messageBox.warn,.messageBox.warning{background-color:rgba(var(--colorWarning_R), var(--colorWarning_G), var(--colorWarning_B), 0.05)}.messageBox.warn i,.messageBox.warning i{color:var(--colorWarning)}.messageBox i{flex-grow:0;flex-shrink:0;margin:0 0.5rem;text-align:center}.messageBox i+p{margin-top:0}.messageBox p{margin:0 0.5rem}.messageBox .image{background-color:var(--colorBackground);padding:1rem;margin-left:auto}.messageBox .image img{display:block}input[type="password"],input[type="text"],select,textarea,.pico-input-elements,.pico-input-file{appearance:none;background-color:var(--colorBackground);border-radius:var(--radius);border:1px solid var(--colorBorder);box-shadow:inset 0px 0px 1px rgba(0, 0, 0, 0.1);color:var(--colorText);display:block;font-family:var(--fontFamily);font-size:1em;line-height:calc(var(--lineHeightEm) - .2em);margin:0.1em 0em;outline:0;padding:0.5em;resize:vertical;vertical-align:middle;width:100%}input[type="password"]:focus,input[type="text"]:focus,select:focus,textarea:focus,.pico-input-elements:focus,.pico-input-file:focus{border-color:var(--colorFocus);box-shadow:inset 0px 0px 1px var(--colorFocus);color:var(--colorText)}input[type="password"]:disabled,input[type="password"][disabled],input[type="text"]:disabled,input[type="text"][disabled],select:disabled,select[disabled],textarea:disabled,textarea[disabled],.pico-input-elements:disabled,.pico-input-elements[disabled],.pico-input-file:disabled,.pico-input-file[disabled]{background-color:var(--colorLight);color:var(--colorTextLight)}label{color:var(--colorText);display:inline-block;margin:0.2em 1em 0 0}label.disabled{color:var(--colorTextLight)}label.none{color:var(--colorTextLight)}.pico-form{margin:1em 0}.pico-form .pico-form-fieldset,.pico-form fieldset{border:0;margin:1em 0 2em 0;padding:0}.pico-form .pico-form-fieldset legend,.pico-form fieldset legend{background-color:var(--colorLight);border-radius:var(--radius);display:inline-block;font-size:1rem;margin:0 0 1rem 0;padding:0.5em}.pico-form .pico-form-fieldset.closed legend,.pico-form fieldset.closed legend{cursor:pointer}.pico-form .pico-form-fieldset.closed legend:after,.pico-form fieldset.closed legend:after{align-items:center;content:" ▾";display:inline-flex;height:100%;justify-content:center}.pico-form .pico-form-fieldset.closed legend:hover,.pico-form fieldset.closed legend:hover{color:var(--colorFocus)}.pico-form .pico-form-fieldset.closed .pico-form-field,.pico-form fieldset.closed .pico-form-field{display:none}.pico-form .pico-form-field{display:flex;flex-direction:column;margin:0.5rem 0}.pico-form .pico-form-field .pico-form-field-label{position:relative}.pico-form .pico-form-field .pico-form-field-value{position:relative}.pico-form .pico-form-field .pico-form-field-value select{appearance:listbox}.pico-form .pico-form-field.error .pico-form-field-label label{color:var(--colorError);font-weight:var(--fontWeightBold)}.pico-form .pico-form-actions{margin:1rem 0.5rem 2rem 0.5rem;text-align:center}.pico-form.labels-left .pico-form-field{flex-direction:row}.pico-form.labels-left .pico-form-field .pico-form-field-label{flex-grow:0;flex-shrink:0;width:30%;padding:0.5em 0}.pico-form.labels-left .pico-form-field .pico-form-field-value{width:70%}.pico-form.labels-left .pico-form-field .pico-form-field-value label.none{padding:0.5em 0}textarea.pico-input-code{font-family:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace}input.pico-input-digits{font-family:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;margin:0;letter-spacing:0.25em;text-align:center}.pico-input-file{position:relative;width:100%}.pico-input-file input[type="file"]{opacity:0;height:100%;left:0;position:absolute;top:0;width:100%}.pico-input-file label{color:var(--colorTextLight);display:block;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.pico-input-elements .pico-input-elements-items{list-style:none;margin:0;padding:0}.pico-input-elements .pico-input-elements-actions{display:flex;justify-content:space-between}.pico-input-elements .pico-input-elements-actions a{overflow:hidden;margin:0 0.25em;width:100%}.pico-input-elements .pico-input-elements-actions a:first-child{margin-left:0}.pico-input-elements .pico-input-elements-actions a:last-child{margin-right:0}.pico-input-elements .pico-input-elements-actions a:hover{border-color:var(--colorFocus);color:var(--colorText)}.pico-input-elements .pico-input-elements-actions a.disabled{background-color:rgba(var(--colorLight_R), var(--colorLight_G), var(--colorLight_B), 0.5);border-color:var(--colorBorder);color:var(--colorTextLight);cursor:not-allowed}.pico-input-elements .pico-input-elements-actions a.disabled .pico-input-elements-item-text{color:var(--colorTextLight)}.pico-input-elements .pico-input-elements-actions a.disabled:hover{border-color:var(--colorBorder);color:var(--colorTextLight)}.pico-input-elements .pico-input-elements-item{border-radius:var(--radius);border:1px solid var(--colorBorder);color:var(--colorText);display:flex;margin-bottom:0.25em;text-decoration:none}.pico-input-elements .pico-input-elements-item[draggable] .pico-input-elements-item-icon{cursor:grab}.pico-input-elements .pico-input-elements-item.noIcon .pico-input-elements-item-text{border-left:0.5em solid var(--colorLight);max-width:calc(100% - 8rem);width:100%}.pico-input-elements .pico-input-elements-item.noIcon.noActions .pico-input-elements-item-text{max-width:calc(100% - 1rem)}.pico-input-elements .pico-input-elements-item.noActions .pico-input-elements-item-text{max-width:calc(100% - 3rem)}.pico-input-elements .pico-input-elements-item.noActions.noIcon .pico-input-elements-item-text{max-width:calc(100% - 1rem)}.pico-input-elements .pico-input-elements-item.unchecked{background-color:rgba(var(--colorLight_R), var(--colorLight_G), var(--colorLight_B), 0.5)}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-icon{opacity:0.6}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-text{color:var(--colorTextLight)}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-text small{color:var(--colorWarning)}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-text small.text-info{display:none}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-text small.text-cancel{display:block}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-actions span.button:hover{background-color:var(--colorUpdated);color:#ffffff}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-actions span.button.toggle-action i.dripicons-cross{display:none}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-actions span.button.toggle-action span.text-action-cancel{display:block}.pico-input-elements .pico-input-elements-item.unchecked .pico-input-elements-item-actions span.button.form-action{display:none}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-icon{align-items:center;background-color:var(--colorLight);border-radius:var(--radius) 0 0 var(--radius);display:flex;flex-grow:0;flex-shrink:0;justify-content:center;opacity:1;overflow:hidden;width:3rem}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-icon i{font-size:1.2em}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-icon img{display:block;height:100%;width:100%}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text{max-width:calc(100% - 11rem);padding:0.4em 0.5rem}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text>small{color:var(--colorTextLight);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text>small.text-info{display:block}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text>small.text-cancel{display:none}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text strong{font-weight:var(--fontWeight)}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text strong.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-text strong.title{font-weight:var(--fontWeightBold)}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-actions{display:flex;align-items:center;padding:0.5em;margin-left:auto}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-actions span.button.delete-action:hover{background-color:var(--colorError);color:#ffffff}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-actions span.button.form-action:hover{background-color:var(--colorUpdated);color:#ffffff}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-actions span.button.toggle-action i.dripicons-cross{display:block;margin:0}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-actions span.button.toggle-action span.text-action-cancel{display:none}.pico-input-elements .pico-input-elements-item .pico-input-elements-item-actions span.button.toggle-action:hover{background-color:var(--colorError);color:#ffffff}.pico-input-elements .pico-input-elements-footnote{color:var(--colorTextLight);font-size:var(--fontSizeSmall);text-align:center;margin-top:0.25rem}.pico-modal.blocks{align-items:center;display:flex}.pico-modal.blocks .blockDescription{align-items:center;color:var(--colorTextLight);display:flex;padding:0.5rem 0}.pico-modal.blocks .blockDescription i{flex-grow:0;font-size:var(--fontSizeH2);margin:0 1rem 0 0;text-align:center}.pico-modal.blocks h1+.blockDescription{margin-top:-1.5rem}.pico-modal.blocks .pico-form{margin-top:1rem}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-searchbox{display:flex;align-items:center;justify-content:stretch}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-searchbox a{text-decoration:none}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-searchbox a i{align-items:center;color:var(--colorBrand);display:inline-flex;font-size:1.2em;height:1.8em;justify-content:center;margin-right:0.5em;width:1.8em}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-searchbox input:not(:focus){background-color:var(--colorSidebar);border-color:var(--colorSidebar);box-shadow:none}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-results{height:40rem;max-height:50vh;overflow-x:hidden;overflow-y:auto}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-results.loading{align-items:center;display:flex;justify-content:center}.pico-modal.pico-input-elements-browser .pico-input-elements-browser-results.loading::before{font-family:"dripicons-v2" !important;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;line-height:1em;speak:none;text-transform:none !important;vertical-align:-0.15em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;animation:rotate 1.2s linear infinite both;content:"";display:block}.wysiwyg *{max-width:100%}.wysiwyg blockquote.alignLeft,.wysiwyg h1.alignLeft,.wysiwyg h2.alignLeft,.wysiwyg h3.alignLeft,.wysiwyg h4.alignLeft,.wysiwyg h5.alignLeft,.wysiwyg h6.alignLeft,.wysiwyg li.alignLeft,.wysiwyg ol.alignLeft,.wysiwyg p.alignLeft,.wysiwyg td.alignLeft,.wysiwyg th.alignLeft,.wysiwyg ul.alignLeft{text-align:left}.wysiwyg blockquote.alignCenter,.wysiwyg h1.alignCenter,.wysiwyg h2.alignCenter,.wysiwyg h3.alignCenter,.wysiwyg h4.alignCenter,.wysiwyg h5.alignCenter,.wysiwyg h6.alignCenter,.wysiwyg li.alignCenter,.wysiwyg ol.alignCenter,.wysiwyg p.alignCenter,.wysiwyg td.alignCenter,.wysiwyg th.alignCenter,.wysiwyg ul.alignCenter{text-align:center}.wysiwyg blockquote.alignRight,.wysiwyg h1.alignRight,.wysiwyg h2.alignRight,.wysiwyg h3.alignRight,.wysiwyg h4.alignRight,.wysiwyg h5.alignRight,.wysiwyg h6.alignRight,.wysiwyg li.alignRight,.wysiwyg ol.alignRight,.wysiwyg p.alignRight,.wysiwyg td.alignRight,.wysiwyg th.alignRight,.wysiwyg ul.alignRight{text-align:right}.wysiwyg blockquote.alignJustify,.wysiwyg h1.alignJustify,.wysiwyg h2.alignJustify,.wysiwyg h3.alignJustify,.wysiwyg h4.alignJustify,.wysiwyg h5.alignJustify,.wysiwyg h6.alignJustify,.wysiwyg li.alignJustify,.wysiwyg ol.alignJustify,.wysiwyg p.alignJustify,.wysiwyg td.alignJustify,.wysiwyg th.alignJustify,.wysiwyg ul.alignJustify{text-align:justify}.wysiwyg div.alignLeft,.wysiwyg object.alignLeft,.wysiwyg iframe.alignLeft,.wysiwyg table.alignLeft,.wysiwyg img.alignLeft{display:block;float:left;margin:1rem 1rem 1rem 0;max-width:100%}.wysiwyg div.alignCenter,.wysiwyg object.alignCenter,.wysiwyg iframe.alignCenter,.wysiwyg table.alignCenter,.wysiwyg img.alignCenter{display:block;float:none;margin:1rem auto;max-width:100%}.wysiwyg div.alignRight,.wysiwyg object.alignRight,.wysiwyg iframe.alignRight,.wysiwyg table.alignRight,.wysiwyg img.alignRight{display:block;float:right;margin:1rem 0 1rem 1rem;max-width:100%}.wysiwyg div.alignJustify,.wysiwyg object.alignJustify,.wysiwyg iframe.alignJustify,.wysiwyg table.alignJustify,.wysiwyg img.alignJustify{display:block;float:none;margin:1rem 0;max-width:100%;width:100%}.wysiwyg table.invisible{background-color:transparent;border-style:none;padding:0px;margin:0px}.wysiwyg table.invisible tbody,.wysiwyg table.invisible thead,.wysiwyg table.invisible tfoot,.wysiwyg table.invisible tr,.wysiwyg table.invisible th,.wysiwyg table.invisible td{background-color:transparent;border-style:none;color:inherit;margin:0px;padding:0px}.pico-modal{align-items:center;background-color:rgba(0, 0, 0, 0.3);display:flex;height:100%;justify-content:center;left:0;margin:0;overflow:hidden;padding:0;position:fixed;top:0;transition:background-color var(--transitionParams);width:100%;z-index:1000}.pico-modal .pico-modal-loading,.pico-modal .content{background-color:var(--colorBackground);border-radius:var(--radius);box-shadow:0 0 1rem rgba(0, 0, 0, 0.3);margin:1rem;max-width:40rem;opacity:1;overflow-x:hidden;overflow-y:auto;position:relative;padding:1rem;transition:opacity var(--transitionParams) 0.2s;z-index:1100}.pico-modal .pico-modal-loading{display:none;width:auto}.pico-modal .pico-modal-loading i{animation:rotate 1.2s linear infinite both;display:block}.pico-modal .content{max-height:90%;max-width:40rem;min-width:200px;width:100%}.pico-modal .content h1,.pico-modal .content h2,.pico-modal .content h3{font-size:var(--fontSizeH3);line-height:1.4}.pico-modal .content h1:first-child,.pico-modal .content h2:first-child,.pico-modal .content h3:first-child{margin-top:0}.pico-modal .content h1 small,.pico-modal .content h2 small,.pico-modal .content h3 small{font-size:inherit;font-weight:normal}.pico-modal .content *{max-width:100%}.pico-modal .content .pico-form:last-child,.pico-modal .content :last-child .pico-form{margin-bottom:0}.pico-modal .content .actions,.pico-modal .content .pico-form .pico-form-actions{margin:0.5rem 0;padding:0.5rem 0;text-align:center}.pico-modal .content .actions:last-child,.pico-modal .content .pico-form .pico-form-actions:last-child{margin-bottom:0}.pico-modal .content .actions a,.pico-modal .content .pico-form .pico-form-actions a{display:inline-block;margin:0.5rem}.pico-modal .content .pico-modal-close{border:none;color:var(--colorError);position:absolute;right:1rem;text-decoration:none;top:1rem}.pico-modal.tiny .content,.pico-modal .content.tiny{max-width:20rem}.pico-modal.small .content,.pico-modal .content.small{max-width:30rem}.pico-modal.big .content,.pico-modal .content.big{max-width:60rem}.pico-modal.tall .content,.pico-modal .content.tall{min-height:30rem}.pico-modal.full .content,.pico-modal .content.full{max-width:calc(100vw - 2rem)}.pico-modal.hidden{background-color:rgba(var(--colorText_R), var(--colorText_G), var(--colorText_B), 0);height:0;width:0}.pico-modal.hidden .content{opacity:0}.iframe .pico-modal .content{margin:0;height:100%;width:100%}.pico-modal.loading .pico-modal-loading{display:block}.pico-modal.loading .content{display:none;opacity:0}.clearfix,.container,.row{zoom:1}.clearfix:after,.container:after,.row:after,.clearfix:before,.container:before,.row:before{content:"";display:table}.clearfix:after,.container:after,.row:after{clear:both}@keyframes rotate{0%{transform:rotateZ(0)}25%{transform:rotateZ(180deg)}50%{transform:rotateZ(360deg)}100%{transform:rotateZ(360deg)}}@font-face{font-family:"dripicons-v2";src:url("resources/fonts/dripicons-v2.eot");src:url("resources/fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"), url("resources/fonts/dripicons-v2.woff") format("woff"), url("resources/fonts/dripicons-v2.ttf") format("truetype"), url("resources/fonts/dripicons-v2.svg#dripicons-v2") format("svg");font-weight:normal;font-style:normal}[data-icon]:before{font-family:"dripicons-v2" !important;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;line-height:1em;speak:none;text-transform:none !important;vertical-align:-0.15em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.dripicons,[class^="dripicons-"]:before,[class*=" dripicons-"]:before{font-family:"dripicons-v2" !important;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;line-height:1em;speak:none;text-transform:none !important;vertical-align:-0.15em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.dripicons-alarm:before{content:"a"}.dripicons-align-center:before{content:"b"}.dripicons-align-justify:before{content:"c"}.dripicons-align-left:before{content:"d"}.dripicons-align-right:before{content:"e"}.dripicons-anchor:before{content:"f"}.dripicons-archive:before{content:"g"}.dripicons-arrow-down:before{content:"h"}.dripicons-arrow-left:before{content:"i"}.dripicons-arrow-right:before{content:"j"}.dripicons-arrow-thin-down:before{content:"k"}.dripicons-arrow-thin-left:before{content:"l"}.dripicons-arrow-thin-right:before{content:"m"}.dripicons-arrow-thin-up:before{content:"n"}.dripicons-arrow-up:before{content:"o"}.dripicons-article:before{content:"p"}.dripicons-backspace:before{content:"q"}.dripicons-basket:before{content:"r"}.dripicons-basketball:before{content:"s"}.dripicons-battery-empty:before{content:"t"}.dripicons-battery-full:before{content:"u"}.dripicons-battery-low:before{content:"v"}.dripicons-battery-medium:before{content:"w"}.dripicons-bell:before{content:"x"}.dripicons-blog:before{content:"y"}.dripicons-bluetooth:before{content:"z"}.dripicons-bold:before{content:"A"}.dripicons-bookmark:before{content:"B"}.dripicons-bookmarks:before{content:"C"}.dripicons-box:before{content:"D"}.dripicons-briefcase:before{content:"E"}.dripicons-brightness-low:before{content:"F"}.dripicons-brightness-max:before{content:"G"}.dripicons-brightness-medium:before{content:"H"}.dripicons-broadcast:before{content:"I"}.dripicons-browser:before{content:"J"}.dripicons-browser-upload:before{content:"K"}.dripicons-brush:before{content:"L"}.dripicons-calendar:before{content:"M"}.dripicons-camcorder:before{content:"N"}.dripicons-camera:before{content:"O"}.dripicons-card:before{content:"P"}.dripicons-cart:before{content:"Q"}.dripicons-checklist:before{content:"R"}.dripicons-checkmark:before{content:"S"}.dripicons-chevron-down:before{content:"T"}.dripicons-chevron-left:before{content:"U"}.dripicons-chevron-right:before{content:"V"}.dripicons-chevron-up:before{content:"W"}.dripicons-clipboard:before{content:"X"}.dripicons-clock:before{content:"Y"}.dripicons-clockwise:before{content:"Z"}.dripicons-cloud:before{content:"0"}.dripicons-cloud-download:before{content:"1"}.dripicons-cloud-upload:before{content:"2"}.dripicons-code:before{content:"3"}.dripicons-contract:before{content:"4"}.dripicons-contract-2:before{content:"5"}.dripicons-conversation:before{content:"6"}.dripicons-copy:before{content:"7"}.dripicons-crop:before{content:"8"}.dripicons-cross:before{content:"9"}.dripicons-crosshair:before{content:"!"}.dripicons-cutlery:before{content:'"'}.dripicons-device-desktop:before{content:"#"}.dripicons-device-mobile:before{content:"$"}.dripicons-device-tablet:before{content:"%"}.dripicons-direction:before{content:"&"}.dripicons-disc:before{content:"'"}.dripicons-document:before{content:"("}.dripicons-document-delete:before{content:")"}.dripicons-document-edit:before{content:"*"}.dripicons-document-new:before{content:"+"}.dripicons-document-remove:before{content:","}.dripicons-dot:before{content:"-"}.dripicons-dots-2:before{content:"."}.dripicons-dots-3:before{content:"/"}.dripicons-download:before{content:":"}.dripicons-duplicate:before{content:";"}.dripicons-enter:before{content:"<"}.dripicons-exit:before{content:"="}.dripicons-expand:before{content:">"}.dripicons-expand-2:before{content:"?"}.dripicons-experiment:before{content:"@"}.dripicons-export:before{content:"["}.dripicons-feed:before{content:"]"}.dripicons-flag:before{content:"^"}.dripicons-flashlight:before{content:"_"}.dripicons-folder:before{content:"`"}.dripicons-folder-open:before{content:"{"}.dripicons-forward:before{content:"|"}.dripicons-gaming:before{content:"}"}.dripicons-gear:before{content:"~"}.dripicons-graduation:before{content:"\\"}.dripicons-graph-bar:before{content:""}.dripicons-graph-line:before{content:""}.dripicons-graph-pie:before{content:""}.dripicons-headset:before{content:""}.dripicons-heart:before{content:""}.dripicons-help:before{content:""}.dripicons-home:before{content:""}.dripicons-hourglass:before{content:""}.dripicons-inbox:before{content:""}.dripicons-information:before{content:""}.dripicons-italic:before{content:""}.dripicons-jewel:before{content:""}.dripicons-lifting:before{content:""}.dripicons-lightbulb:before{content:""}.dripicons-link:before{content:""}.dripicons-link-broken:before{content:""}.dripicons-list:before{content:""}.dripicons-loading:before{content:""}.dripicons-location:before{content:""}.dripicons-lock:before{content:""}.dripicons-lock-open:before{content:""}.dripicons-mail:before{content:""}.dripicons-map:before{content:""}.dripicons-media-loop:before{content:""}.dripicons-media-next:before{content:""}.dripicons-media-pause:before{content:""}.dripicons-media-play:before{content:""}.dripicons-media-previous:before{content:""}.dripicons-media-record:before{content:""}.dripicons-media-shuffle:before{content:""}.dripicons-media-stop:before{content:""}.dripicons-medical:before{content:""}.dripicons-menu:before{content:""}.dripicons-message:before{content:""}.dripicons-meter:before{content:""}.dripicons-microphone:before{content:""}.dripicons-minus:before{content:""}.dripicons-monitor:before{content:""}.dripicons-move:before{content:""}.dripicons-music:before{content:""}.dripicons-network-1:before{content:""}.dripicons-network-2:before{content:""}.dripicons-network-3:before{content:""}.dripicons-network-4:before{content:""}.dripicons-network-5:before{content:""}.dripicons-pamphlet:before{content:""}.dripicons-paperclip:before{content:""}.dripicons-pencil:before{content:""}.dripicons-phone:before{content:""}.dripicons-photo:before{content:""}.dripicons-photo-group:before{content:""}.dripicons-pill:before{content:""}.dripicons-pin:before{content:""}.dripicons-plus:before{content:""}.dripicons-power:before{content:""}.dripicons-preview:before{content:""}.dripicons-print:before{content:""}.dripicons-pulse:before{content:""}.dripicons-question:before{content:""}.dripicons-reply:before{content:""}.dripicons-reply-all:before{content:""}.dripicons-return:before{content:""}.dripicons-retweet:before{content:""}.dripicons-rocket:before{content:""}.dripicons-scale:before{content:""}.dripicons-search:before{content:""}.dripicons-shopping-bag:before{content:""}.dripicons-skip:before{content:""}.dripicons-stack:before{content:""}.dripicons-star:before{content:""}.dripicons-stopwatch:before{content:""}.dripicons-store:before{content:""}.dripicons-suitcase:before{content:""}.dripicons-swap:before{content:""}.dripicons-tag:before{content:""}.dripicons-tag-delete:before{content:""}.dripicons-tags:before{content:""}.dripicons-thumbs-down:before{content:""}.dripicons-thumbs-up:before{content:""}.dripicons-ticket:before{content:""}.dripicons-time-reverse:before{content:""}.dripicons-to-do:before{content:""}.dripicons-toggles:before{content:""}.dripicons-trash:before{content:""}.dripicons-trophy:before{content:""}.dripicons-upload:before{content:""}.dripicons-user:before{content:""}.dripicons-user-group:before{content:""}.dripicons-user-id:before{content:""}.dripicons-vibrate:before{content:""}.dripicons-view-apps:before{content:""}.dripicons-view-list:before{content:""}.dripicons-view-list-large:before{content:""}.dripicons-view-thumb:before{content:""}.dripicons-volume-full:before{content:""}.dripicons-volume-low:before{content:""}.dripicons-volume-medium:before{content:""}.dripicons-volume-off:before{content:""}.dripicons-wallet:before{content:""}.dripicons-warning:before{content:""}.dripicons-web:before{content:""}.dripicons-weight:before{content:""}.dripicons-wifi:before{content:""}.dripicons-wrong:before{content:""}.dripicons-zoom-in:before{content:""}.dripicons-zoom-out:before{content:""}@font-face{font-family:"Work Sans";font-style:normal;font-weight:200;src:local("Work Sans ExtraLight"), local("WorkSans-ExtraLight"), url("resources/fonts/work-sans-v3-latin-200.woff2") format("woff2"), url("resources/fonts/work-sans-v3-latin-200.woff") format("woff")}@font-face{font-family:"Work Sans";font-style:normal;font-weight:400;src:local("Work Sans"), local("WorkSans-Regular"), url("resources/fonts/work-sans-v3-latin-regular.woff2") format("woff2"), url("resources/fonts/work-sans-v3-latin-regular.woff") format("woff")}@font-face{font-family:"Work Sans";font-style:normal;font-weight:800;src:local("Work Sans ExtraBold"), local("WorkSans-ExtraBold"), url("resources/fonts/work-sans-v3-latin-800.woff2") format("woff2"), url("resources/fonts/work-sans-v3-latin-800.woff") format("woff")}@font-face{font-family:"EntypoRegular";src:url("resources/fonts/entypo.eot");src:url("resources/fonts/entypo.eot?#iefix") format("embedded-opentype"), url("resources/fonts/entypo.woff") format("woff"), url("resources/fonts/entypo.ttf") format("truetype"), url("resources/fonts/entypo.svg#EntypoRegular") format("svg");font-weight:normal;font-style:normal}:root{--colorBackground: #ffffff;--colorBackground_R: 255;--colorBackground_G: 255;--colorBackground_B: 255;--colorBorder: #DEDDDA;--colorBorder_R: 222;--colorBorder_G: 221;--colorBorder_B: 218;--colorBrand: #F0E71D;--colorBrand_R: 240;--colorBrand_G: 231;--colorBrand_B: 29;--colorLight: #F6F5F4;--colorLight_R: 246;--colorLight_G: 245;--colorLight_B: 244;--colorText: #222222;--colorText_R: 34;--colorText_G: 34;--colorText_B: 34;--colorTextLight: #9A9996;--colorTextLight_R: 154;--colorTextLight_G: 153;--colorTextLight_B: 150;--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", Roboto, Helvetica, Arial, sans-serif;--fontSize: 16px;--fontSizeH1: 2.5rem;--fontSizeH2: 2rem;--fontSizeH3: 1.5rem;--fontSizeSmall: .85em;--fontWeight: 400;--fontWeightBold: 700;--lineHeight: 1.5;--lineHeightEm: 1.5em;--radius: 2px;--transitionParams: .2s ease-in-out}html,body,#global{min-height:100%;height:100%}body{font-family:"Work Sans", sans-serif;font-size:16px;font-weight:400;line-height:1.4}a,a:visited{color:var(--colorBrand);text-decoration:none}a:hover,a:active,a:visited:hover,a:visited:active{color:var(--colorBrand)}.button,.button:active,.button:visited,button,input[type="button"],input[type="submit"]{background-color:var(--colorBrand);border:3px solid transparent;border-radius:0px;box-sizing:border-box;color:var(--colorText);font-family:"Work Sans", sans-serif;margin:0;padding:0.8em 1em;transition:background 0.3s ease-in-out, border 0.3s ease-in-out;text-decoration:none}.button:hover,.button:active:hover,.button:visited:hover,button:hover,input[type="button"]:hover,input[type="submit"]:hover{background-color:#FFF;border:3px solid var(--colorBrand);text-decoration:none}blockquote{border-left:5px solid var(--colorBrand);margin:0.5em 0 1em 0;padding-left:2em}h1{font-size:3em;font-weight:200;line-height:50px}h1:first-child{margin-top:0}h2{font-size:1.8em;font-weight:200}h2:first-child{margin-top:0}h3{font-size:1.5em;font-weight:400}h3:first-child{margin-top:0}h4{font-size:1.2em;font-weight:400}h4:first-child{margin-top:0}.pico-modal{background:var(--colorText);border-radius:0px;left:calc(50% - 300px);margin:0px;padding:2em;top:100px;transition:top 0.4s ease;width:600px}.pico-modal.hidden{top:-600px}.pico-modal #ratings-modal-close{background-color:var(--colorBrand);float:right;padding:0.25em}.pico-modal #ratings-modal-close i{font-size:1.2em;color:#FFF}.pico-modal #ratings-modal-close:hover,.pico-modal #ratings-modal-close:active{background-color:var(--colorBrand)}.pico-modal h2{color:#FFF}.pico-modal p{color:#666}.pico-modal i{color:var(--colorBrand)}header{position:relative}header a.brand{display:block;text-decoration:none;width:50%}header a.brand img{vertical-align:middle;width:100%;height:auto}header #navigation-toggle{display:block;position:absolute;top:calc(50% - 1.8em);right:0}header #navigation-toggle i{color:var(--colorBrand);font-size:3.6em;margin:0;transition:transform 0.25s ease-in}html.navigation header #navigation-toggle i{transform:rotate(45deg)}section.content{min-height:80%}section.content .container{overflow:hidden}section.content .back{font-size:0.7em;font-weight:800;letter-spacing:2px;text-transform:uppercase}section.content .back i{font-weight:bold;transition:transform 0.2s ease-in}section.content .back i:last-child{margin:0}section.content .back:hover i:last-child{transform:translatex(-13px)}section.content .imdb{background:var(--colorBrand);width:100%;display:flex;align-items:center;justify-content:flex-end}section.content .imdb .more{color:#fff;font-size:0.7em;font-weight:800;letter-spacing:2px;text-transform:uppercase}section.content .imdb .more i{font-weight:bold;transition:transform 0.2s ease-in}section.content .imdb .more i:last-child{margin-left:0}section.content .imdb .more:hover i:first-child{transform:translatex(13px)}section.content .movie{display:flex;margin-top:1em}section.content .movie .poster{margin-right:2em;width:40%}section.content .movie .poster img{display:block;max-width:100%}section.content .movie h1{margin:0.3em 0 0 0}section.content .movie h3{margin:0.5em 0}section.content .movie .sectionTitle{margin:1em 0;font-size:1.2em}section.content .movie .rating i{font-size:1.2em}section.content .movie .movieDetails{width:60%}section.content .movieCollection{padding:1em 0;display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));grid-gap:1em}section.content .movieCollection .movieCard{display:block;position:relative;height:100%;width:100%;box-sizing:border-box}section.content .movieCollection .movieCard:hover .overlay{opacity:1}section.content .movieCollection .movieCard img{height:100%;width:100%}section.content .movieCollection .movieCard .overlay{align-items:center;background:rgba(var(--colorBrand_R), var(--colorBrand_G), var(--colorBrand_B), 0.9);bottom:0px;box-sizing:border-box;color:var(--colorText);display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;transition:opacity 0.2s linear;width:100%;height:100%}section.content .movieCollection .movieCard .overlay h2{box-sizing:border-box;max-width:100%;padding:0px 5px;word-wrap:break-word}section.content .movieCollection .movieCard .overlay span{color:#fff;font-size:0.7em;font-weight:800;letter-spacing:2px;text-transform:uppercase}section.content .movieHighlight{display:flex;flex-direction:row;justify-content:space-between;margin:15px 0 10px 0}section.content .movieHighlight .highlightSummary{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 10px;text-align:center;width:100%}section.content .movieHighlight .highlightSummary a{font-size:0.7em;font-weight:800;letter-spacing:2px;margin-top:1em;text-transform:uppercase}section.content .movieHighlight .highlightSummary a i{font-weight:bold;transition:transform 0.2s ease-in}section.content .movieHighlight .highlightSummary a i:last-child{margin:0}section.content .movieHighlight .highlightSummary a:hover i:first-child{transform:translatex(13px)}section.content .movieHighlight .highlightSummary h1{margin-bottom:0}section.content .movieHighlight .highlightSummary .originalTitle{font-size:1.2em;margin:0.5em 0}section.content .pagination{font-size:0.7em;font-weight:800;letter-spacing:2px;text-transform:uppercase}section.content .pagination a i{font-weight:bold;transition:transform 0.2s ease-in}section.content .pagination a i:last-child{margin:0}section.content .pagination a.prev:hover i:last-child{transform:translatex(-13px)}section.content .pagination a.next{float:right}section.content .pagination a.next:hover i:first-child{transform:translatex(13px)}section.content .subheader{background:var(--colorText);color:#fff;display:block;font-size:0.7em;font-weight:800;letter-spacing:2px;padding:0 1em;text-transform:uppercase}section.content section.navigation{background:var(--colorText);box-sizing:border-box;display:block;height:100%;opacity:0;overflow-y:auto;max-height:100%;padding:20px;position:absolute;right:-100%;text-align:left;top:0px;transition:right 0.3s ease-out, opacity 0.4s ease-in;width:100%;z-index:100}section.content section.navigation ul{list-style-type:none;margin:5px 0;padding:0}section.content section.navigation ul a.current{border-bottom:1px solid var(--colorBrand)}section.content section.navigation ul li.short{display:inline-block;min-width:40px;padding-right:10px}html.navigation section.content section.navigation{opacity:1;right:0px;transition:right 0.3s ease-in, opacity 0.4s ease-out}section.content section.navigation strong{color:#666;font-size:1em;font-weight:800;letter-spacing:2px;text-transform:uppercase}section.content section.navigation .navitem{margin-bottom:12px;text-align:center}section.content section.navigation .navitem .filter i{font-size:1.2em}section.content section.navigation .navitem .filter i.open{display:none}section.content section.navigation .navitem .filter i.closed{display:inline-block}section.content section.navigation .navitem .filter.open i.open{display:inline-block}section.content section.navigation .navitem .filter.open i.closed{display:none}section.content section.navigation .navitem .filter.open+ul{margin-bottom:1em;display:block}section.content section.navigation .navitem .filter.open+ul.directorsList{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:5px;justify-items:center}section.content section.navigation .navitem .filter.open+ul.genresList{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:5px;justify-items:center}section.content section.navigation .navitem ul{display:none}section.content .searchBox{display:flex;justify-content:center;margin:2em auto}section.content .searchBox input,section.content .searchBox input:focus{background-color:#666;border-radius:0;border:none;box-shadow:none;color:var(--colorBrand);margin:0;outline:none;width:50%}section.content .searchResults h2{margin:0}section.content .searchResults .movieCollection{padding:0 0 1em 0}section.content .searchResults p.error,section.content .searchResults p.help{padding:2em 0;text-align:center}footer{font-size:0.7em;font-weight:400;letter-spacing:2px;text-transform:uppercase}footer .copyright{margin:1em 0}footer .row{border-top:15px solid var(--colorText);margin-top:1em}.container{box-sizing:border-box;margin:0 auto;max-width:960px;padding:0 10px;position:relative;width:100%}.container .column,.container .columns{box-sizing:border-box;float:left;width:100%}@media (min-width:680px){.container .column,.container .columns{margin-left:4%}.container .column:first-child,.container .columns:first-child{margin-left:0}.container .column.one,.container .columns.one{width:4.6666666667%}.container .column.two,.container .columns.two{width:13.3333333333%}.container .column.three,.container .columns.three{width:22%}.container .column.four,.container .columns.four{width:30.6666666667%}.container .column.five,.container .columns.five{width:39.3333333333%}.container .column.six,.container .columns.six{width:48%}.container .column.seven,.container .columns.seven{width:56.6666666667%}.container .column.eight,.container .columns.eight{width:65.3333333333%}.container .column.nine,.container .columns.nine{width:74%}.container .column.ten,.container .columns.ten{width:82.6666666667%}.container .column.eleven,.container .columns.eleven{width:91.3333333333%}.container .column.twelve,.container .columns.twelve{width:100%;margin-left:0}.container .column.one-third,.container .columns.one-third{width:30.6666666667%}.container .column.two-thirds,.container .columns.two-thirds{width:65.3333333333%}.container .column.one-half,.container .columns.one-half{width:48%}.container .column.offset-by-one,.container .columns.offset-by-one{margin-left:8.6666666667%}.container .column.offset-by-two,.container .columns.offset-by-two{margin-left:17.3333333333%}.container .column.offset-by-three,.container .columns.offset-by-three{margin-left:26%}.container .column.offset-by-four,.container .columns.offset-by-four{margin-left:34.6666666667%}.container .column.offset-by-five,.container .columns.offset-by-five{margin-left:43.3333333333%}.container .column.offset-by-six,.container .columns.offset-by-six{margin-left:52%}.container .column.offset-by-seven,.container .columns.offset-by-seven{margin-left:60.6666666667%}.container .column.offset-by-eight,.container .columns.offset-by-eight{margin-left:69.3333333333%}.container .column.offset-by-nine,.container .columns.offset-by-nine{margin-left:78%}.container .column.offset-by-ten,.container .columns.offset-by-ten{margin-left:86.6666666667%}.container .column.offset-by-eleven,.container .columns.offset-by-eleven{margin-left:95.3333333333%}.container .column.offset-by-one-third,.container .columns.offset-by-one-third{margin-left:34.6666666667%}.container .column.offset-by-two-thirds,.container .columns.offset-by-two-thirds{margin-left:69.3333333333%}.container .column.offset-by-one-half,.container .columns.offset-by-one-half{margin-left:52%}}@font-face{font-family:"EntypoRegular";src:url("resources/fonts/entypo.eot");src:url("resources/fonts/entypo.eot?#iefix") format("embedded-opentype"), url("resources/fonts/entypo.woff") format("woff"), url("resources/fonts/entypo.ttf") format("truetype"), url("resources/fonts/entypo.svg#EntypoRegular") format("svg");font-weight:normal;font-style:normal}i{font-style:normal}.entypo{font-family:"EntypoRegular";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em}.entypo.add-to-list:before{content:""}.entypo.add-user:before{content:""}.entypo.address:before{content:""}.entypo.adjust:before{content:""}.entypo.air:before{content:""}.entypo.airplane:before{content:""}.entypo.archive:before{content:""}.entypo.area-graph:before{content:""}.entypo.arrow-combo:before{content:""}.entypo.attach:before{content:""}.entypo.back-in-time:before{content:""}.entypo.back:before{content:""}.entypo.bag:before{content:""}.entypo.bar-graph:before{content:""}.entypo.battery:before{content:""}.entypo.beamed-note:before{content:""}.entypo.behance:before{content:""}.entypo.bell:before{content:""}.entypo.block:before{content:""}.entypo.book:before{content:""}.entypo.bookmark:before{content:""}.entypo.bookmarks:before{content:""}.entypo.box:before{content:""}.entypo.briefcase:before{content:""}.entypo.browser:before{content:""}.entypo.brush:before{content:""}.entypo.bucket:before{content:""}.entypo.calendar:before{content:""}.entypo.camera:before{content:""}.entypo.cart:before{content:""}.entypo.cc-by:before{content:""}.entypo.cc-nc-eu:before{content:""}.entypo.cc-nc-jp:before{content:""}.entypo.cc-nc:before{content:""}.entypo.cc-nd:before{content:""}.entypo.cc-pd:before{content:""}.entypo.cc-remix:before{content:""}.entypo.cc-sa:before{content:""}.entypo.cc-share:before{content:""}.entypo.cc-zero:before{content:""}.entypo.cc:before{content:""}.entypo.ccw:before{content:""}.entypo.cd:before{content:""}.entypo.chat:before{content:""}.entypo.check:before{content:""}.entypo.chevron-down:before{content:""}.entypo.chevron-left:before{content:""}.entypo.chevron-right:before{content:""}.entypo.chevron-small-down:before{content:""}.entypo.chevron-small-left:before{content:""}.entypo.chevron-small-right:before{content:""}.entypo.chevron-small-up:before{content:""}.entypo.chevron-thin-down:before{content:""}.entypo.chevron-thin-left:before{content:""}.entypo.chevron-thin-right:before{content:""}.entypo.chevron-thin-up:before{content:""}.entypo.chevron-up:before{content:""}.entypo.circled-cross:before{content:""}.entypo.circled-down:before{content:""}.entypo.circled-dribbble:before{content:""}.entypo.circled-facebook:before{content:""}.entypo.circled-flickr:before{content:""}.entypo.circled-github:before{content:""}.entypo.circled-gplus:before{content:""}.entypo.circled-help:before{content:""}.entypo.circled-info:before{content:""}.entypo.circled-lastfm:before{content:""}.entypo.circled-left:before{content:""}.entypo.circled-linkedin:before{content:""}.entypo.circled-minus:before{content:""}.entypo.circled-pinterest:before{content:""}.entypo.circled-plus:before{content:""}.entypo.circled-rdio:before{content:""}.entypo.circled-right:before{content:""}.entypo.circled-skype:before{content:""}.entypo.circled-spotify:before{content:""}.entypo.circled-stumbleupon:before{content:""}.entypo.circled-tumblr:before{content:""}.entypo.circled-twitter:before{content:""}.entypo.circled-up:before{content:""}.entypo.circled-vimeo:before{content:""}.entypo.clipboard:before{content:""}.entypo.clock:before{content:""}.entypo.cloud:before{content:""}.entypo.code:before{content:""}.entypo.cog:before{content:""}.entypo.comment:before{content:""}.entypo.compass:before{content:""}.entypo.credit-card:before{content:""}.entypo.cross:before{content:""}.entypo.cup:before{content:""}.entypo.cw:before{content:""}.entypo.cycle:before{content:""}.entypo.database:before{content:""}.entypo.db-logo:before{content:""}.entypo.db-shape:before{content:""}.entypo.direction:before{content:""}.entypo.doc:before{content:""}.entypo.docs:before{content:""}.entypo.dot:before{content:""}.entypo.down-bold:before{content:""}.entypo.down-thin:before{content:""}.entypo.down:before{content:""}.entypo.download:before{content:""}.entypo.dribbble:before{content:""}.entypo.drive:before{content:""}.entypo.dropbox:before{content:""}.entypo.droplet:before{content:""}.entypo.erase:before{content:""}.entypo.evernote:before{content:""}.entypo.export:before{content:""}.entypo.eye:before{content:""}.entypo.facebook:before{content:""}.entypo.fb:before{content:""}.entypo.feather:before{content:""}.entypo.ff:before{content:""}.entypo.flag:before{content:""}.entypo.flash:before{content:""}.entypo.flashlight:before{content:""}.entypo.flattr:before{content:""}.entypo.flickr:before{content:""}.entypo.flow-branch:before{content:""}.entypo.flow-cascade:before{content:""}.entypo.flow-line:before{content:""}.entypo.flow-parallel:before{content:""}.entypo.flow-tree:before{content:""}.entypo.folder:before{content:""}.entypo.forward:before{content:""}.entypo.gauge:before{content:""}.entypo.github:before{content:""}.entypo.globe:before{content:""}.entypo.google-circles:before{content:""}.entypo.gplus:before{content:""}.entypo.graduation-cap:before{content:""}.entypo.hair-cross:before{content:""}.entypo.heart-empty:before{content:""}.entypo.heart:before{content:""}.entypo.help:before{content:""}.entypo.home:before{content:""}.entypo.hourglass:before{content:""}.entypo.inbox:before{content:""}.entypo.infinity:before{content:""}.entypo.info:before{content:""}.entypo.instagram:before{content:""}.entypo.install:before{content:""}.entypo.key:before{content:""}.entypo.keyboard:before{content:""}.entypo.landscape-doc:before{content:""}.entypo.language:before{content:""}.entypo.lastfm:before{content:""}.entypo.layout:before{content:""}.entypo.leaf:before{content:""}.entypo.left-bold:before{content:""}.entypo.left-thin:before{content:""}.entypo.left:before{content:""}.entypo.level-down:before{content:""}.entypo.level-up:before{content:""}.entypo.lifebuoy:before{content:""}.entypo.light-bulb:before{content:""}.entypo.light-down:before{content:""}.entypo.light-up:before{content:""}.entypo.line-graph:before{content:""}.entypo.link:before{content:""}.entypo.linkedin:before{content:""}.entypo.list:before{content:""}.entypo.location:before{content:""}.entypo.lock-open:before{content:""}.entypo.lock:before{content:""}.entypo.login:before{content:""}.entypo.logout:before{content:""}.entypo.loop:before{content:""}.entypo.magnet:before{content:""}.entypo.mail:before{content:""}.entypo.map:before{content:""}.entypo.megaphone:before{content:""}.entypo.mic:before{content:""}.entypo.minus:before{content:""}.entypo.mixi:before{content:""}.entypo.mobile:before{content:""}.entypo.monitor:before{content:""}.entypo.moon:before{content:""}.entypo.mouse:before{content:""}.entypo.music:before{content:""}.entypo.mute:before{content:""}.entypo.network:before{content:""}.entypo.new:before{content:""}.entypo.newspaper:before{content:""}.entypo.note:before{content:""}.entypo.numbered-list:before{content:""}.entypo.open-book:before{content:""}.entypo.palette:before{content:""}.entypo.paper-plane:before{content:""}.entypo.pause:before{content:""}.entypo.paypal:before{content:""}.entypo.pencil:before{content:""}.entypo.phone:before{content:""}.entypo.picasa:before{content:""}.entypo.picture:before{content:""}.entypo.pie-chart:before{content:""}.entypo.pinterest:before{content:""}.entypo.play:before{content:""}.entypo.plus:before{content:""}.entypo.popup:before{content:""}.entypo.print:before{content:""}.entypo.progress-0:before{content:""}.entypo.progress-1:before{content:""}.entypo.progress-2:before{content:""}.entypo.progress-3:before{content:""}.entypo.publish:before{content:""}.entypo.qq:before{content:""}.entypo.quote:before{content:""}.entypo.rdio:before{content:""}.entypo.record:before{content:""}.entypo.renren:before{content:""}.entypo.reply-all:before{content:""}.entypo.reply:before{content:""}.entypo.resize-full:before{content:""}.entypo.resize-small:before{content:""}.entypo.retweet:before{content:""}.entypo.right-bold:before{content:""}.entypo.right-thin:before{content:""}.entypo.right:before{content:""}.entypo.rocket:before{content:""}.entypo.rss:before{content:""}.entypo.save:before{content:""}.entypo.search:before{content:""}.entypo.share:before{content:""}.entypo.shareable:before{content:""}.entypo.shuffle:before{content:""}.entypo.signal:before{content:""}.entypo.sina-weibo:before{content:""}.entypo.skype:before{content:""}.entypo.smashing:before{content:""}.entypo.sound:before{content:""}.entypo.soundcloud:before{content:""}.entypo.spotify:before{content:""}.entypo.squared-cross:before{content:""}.entypo.squared-facebook:before{content:""}.entypo.squared-minus:before{content:""}.entypo.squared-plus:before{content:""}.entypo.star-empty:before{content:""}.entypo.star:before{content:""}.entypo.stop:before{content:""}.entypo.stumbleupon:before{content:""}.entypo.suitcase:before{content:""}.entypo.sweden:before{content:""}.entypo.switch:before{content:""}.entypo.tag:before{content:""}.entypo.text-doc-inverted:before{content:""}.entypo.text-doc:before{content:""}.entypo.thermometer:before{content:""}.entypo.three-dots:before{content:""}.entypo.thumbs-down:before{content:""}.entypo.thumbs-up:before{content:""}.entypo.thunder-cloud:before{content:""}.entypo.ticket:before{content:""}.entypo.to-end:before{content:""}.entypo.to-start:before{content:""}.entypo.tools:before{content:""}.entypo.traffic-cone:before{content:""}.entypo.trash:before{content:""}.entypo.triangle-down:before{content:""}.entypo.triangle-left:before{content:""}.entypo.triangle-right:before{content:""}.entypo.triangle-up:before{content:""}.entypo.trophy:before{content:""}.entypo.tumblr:before{content:""}.entypo.twitter:before{content:""}.entypo.two-dots:before{content:""}.entypo.up-bold:before{content:""}.entypo.up-thin:before{content:""}.entypo.up:before{content:""}.entypo.upload-cloud:before{content:""}.entypo.upload:before{content:""}.entypo.user:before{content:""}.entypo.users:before{content:""}.entypo.vcard:before{content:""}.entypo.video:before{content:""}.entypo.vimeo:before{content:""}.entypo.vkontakte:before{content:""}.entypo.voicemail:before{content:""}.entypo.volume:before{content:""}.entypo.warning:before{content:""}.entypo.water:before{content:""}@media (max-width:679px){h1{font-size:1.8em;line-height:40px}h2{font-size:1.5em}h3{font-size:1.3em}h3{font-size:1.1em}blockquote{padding-left:1em}.pico-modal{left:calc(50% - 170px);padding:1.2em;width:340px}.pico-modal h2{margin-top:2em}header{margin:0.5em 0}header #navigation-toggle{top:calc(50% - 1.5em)}header #navigation-toggle i{font-size:3em}html.navigation section.content section.navigation{right:0px}section.content .movie{flex-direction:column;align-items:center}section.content .movie .poster{margin-right:0;width:70%}section.content .movie .movieDetails{margin-top:1em;width:100%}section.content .movieHighlight{display:block}section.content .movieHighlight img{display:block;margin:0 auto;max-width:100%}section.content .movieHighlight .highlightSummary{padding:0.5em 0}section.content .movieCollection{grid-gap:0.5em;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))}section.content .searchBox input,section.content .searchBox input:focus{width:70%}}