/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, legacy, components, utilities;
@layer theme {
  :root, :host {
    --tw-spacing: 0.25rem;
    --tw-container-2xl: 42rem;
  }
}
@layer legacy {
  :root {
    --half-gutter-width: 1rem;
    --gutter-compensation: -1rem;
    --outer-margin: 2rem;
  }
  .row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-right: var(--gutter-compensation);
    margin-left: -1rem;
    margin-left: var(--gutter-compensation);
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.gap > [class*="col-"] {
    padding-bottom: 1rem;
    padding-bottom: var(--half-gutter-width);
    padding-top: 1rem;
    padding-top: var(--half-gutter-width);
  }
  .row.reverse {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .col.reverse {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeInDown {
    animation-name: fadeInDown;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .fadeInRight {
    animation-name: fadeInRight;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeInUp {
    animation-name: fadeInUp;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(20px);
    }
  }
  .fadeOutDown {
    animation-name: fadeOutDown;
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 0;
      transform: translateX(20px);
    }
  }
  .fadeOutRight {
    animation-name: fadeOutRight;
  }
  .animated.infinite {
    animation-iteration-count: infinite;
  }
  .animated.hinge {
    animation-duration: 2s;
  }
  :-webkit-full-screen-ancestor:not(iframe) {
    animation-fill-mode: none !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-justify {
    text-align: justify;
  }
  .text-upper {
    text-transform: uppercase;
  }
  .text-lower {
    text-transform: lowercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-strike {
    text-decoration: line-through;
  }
  .text-underline {
    text-decoration: underline;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-lighter {
    font-weight: 400;
    font-weight: 100;
  }
  .text-light {
    font-weight: 400;
    font-weight: 200;
  }
  .text-bold, .text-regular {
    font-weight: 400;
  }
  .text-bold {
    font-weight: 700;
  }
  .text-bolder {
    font-weight: 400;
    font-weight: 900;
  }
  .img-responsive {
    display: block;
    width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  .img-rounded {
    border-radius: 4px;
  }
  .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    margin-left: 0.35em;
  }
  .list-inline li {
    display: inline-block;
    padding-right: 0.35em;
    padding-left: 0.35em;
  }
  .clearfix {
    content: "";
    display: block;
  }
  .clear, .clearfix {
    clear: both;
  }
  .pull-left {
    float: left !important;
  }
  .pull-right {
    float: right !important;
  }
  .z1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .z2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .z3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .z4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  .z5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  .ir {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    border: 0;
    overflow: hidden;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap {
    display: block;
    margin: 0 auto;
    width: 1270px;
    max-width: calc(100% - 2em);
    max-width: var(--max-width);
  }
  .lead {
    font-size: 140%;
  }
  .medium {
    font-size: 115%;
  }
  .small {
    font-size: 85%;
  }
  .contract {
    white-space: nowrap;
    width: 1%;
  }
  .expand {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-3 {
    padding: 6rem !important;
  }
  .pt-3 {
    padding-top: 6rem !important;
  }
  .pb-3 {
    padding-bottom: 6rem !important;
  }
  .pr-3 {
    padding-right: 6rem !important;
  }
  .pl-3, .px-3 {
    padding-left: 6rem !important;
  }
  .px-3 {
    padding-right: 6rem !important;
  }
  .py-3 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .m-3 {
    margin: 6rem !important;
  }
  .mt-3 {
    margin-top: 6rem !important;
  }
  .mb-3 {
    margin-bottom: 6rem !important;
  }
  .mr-3 {
    margin-right: 6rem !important;
  }
  .ml-3, .mx-3 {
    margin-left: 6rem !important;
  }
  .mx-3 {
    margin-right: 6rem !important;
  }
  .my-3 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-2 {
    padding: 4rem !important;
  }
  .pt-2 {
    padding-top: 4rem !important;
  }
  .pb-2 {
    padding-bottom: 4rem !important;
  }
  .pr-2 {
    padding-right: 4rem !important;
  }
  .pl-2, .px-2 {
    padding-left: 4rem !important;
  }
  .px-2 {
    padding-right: 4rem !important;
  }
  .py-2 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-2 {
    margin: 4rem !important;
  }
  .mt-2 {
    margin-top: 4rem !important;
  }
  .mb-2 {
    margin-bottom: 4rem !important;
  }
  .mr-2 {
    margin-right: 4rem !important;
  }
  .ml-2, .mx-2 {
    margin-left: 4rem !important;
  }
  .mx-2 {
    margin-right: 4rem !important;
  }
  .my-2 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-1 {
    padding: 2rem !important;
  }
  .pt-1 {
    padding-top: 2rem !important;
  }
  .pb-1 {
    padding-bottom: 2rem !important;
  }
  .pr-1 {
    padding-right: 2rem !important;
  }
  .pl-1, .px-1 {
    padding-left: 2rem !important;
  }
  .px-1 {
    padding-right: 2rem !important;
  }
  .py-1 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-1 {
    margin: 2rem !important;
  }
  .mt-1 {
    margin-top: 2rem !important;
  }
  .mb-1 {
    margin-bottom: 2rem !important;
  }
  .mr-1 {
    margin-right: 2rem !important;
  }
  .ml-1, .mx-1 {
    margin-left: 2rem !important;
  }
  .mx-1 {
    margin-right: 2rem !important;
  }
  .my-1 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .m {
    margin: auto !important;
  }
  .mt {
    margin-top: auto !important;
  }
  .mb {
    margin-bottom: auto !important;
  }
  .mr {
    margin-right: auto !important;
  }
  .ml {
    margin-left: auto !important;
  }
  .p-var {
    padding: var(--half-gutter-width);
  }
  .pt-var {
    padding-top: var(--half-gutter-width);
  }
  .pb-var {
    padding-bottom: var(--half-gutter-width);
  }
  .pr-var {
    padding-right: var(--half-gutter-width);
  }
  .pl-var {
    padding-left: var(--half-gutter-width);
  }
  .py-var {
    padding-top: var(--half-gutter-width);
    padding-bottom: var(--half-gutter-width);
  }
  .px-var {
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width);
  }
  .m-var {
    margin: var(--half-gutter-width);
  }
  .mt-var {
    margin-top: var(--half-gutter-width);
  }
  .mb-var {
    margin-bottom: var(--half-gutter-width);
  }
  .mr-var {
    margin-right: var(--half-gutter-width);
  }
  .ml-var {
    margin-left: var(--half-gutter-width);
  }
  .my-var {
    margin-top: var(--half-gutter-width);
    margin-bottom: var(--half-gutter-width);
  }
  .mx-var {
    margin-right: var(--half-gutter-width);
    margin-left: var(--half-gutter-width);
  }
  .d-none {
    display: none !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: flex !important;
  }
  .nobr br, .nobr br:after {
    content: " ";
  }
  .composite {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
  }
  .composite > * {
    padding: 0 1rem;
  }
  .composite-compact {
    flex: 0 0 auto;
    width: auto;
  }
  img.composite-compact {
    max-width: 25%;
  }
  .composite-expand {
    flex: 1 1 auto;
  }
  .iframe-rwd {
    display: block;
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ::-webkit-input-placeholder {
    color: #999;
  }
  :-moz-placeholder, ::-moz-placeholder {
    color: #999;
  }
  button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple], select[size] {
    height: auto;
  }
  input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .required:after {
    color: #e32;
    content: " *";
    display: inline;
    position: absolute;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.3em;
    font-weight: 700;
  }
  fieldset {
    padding: 0.7em 0.8rem;
    margin: 1rem 0;
    min-width: 0;
  }
  legend {
    display: block;
    padding: 0 0.4rem;
    font-size: 24px;
    line-height: inherit;
  }
  .form-group {
    margin-bottom: 1em;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.7em 0.8rem;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0 solid #ccc;
    border-radius: 4px;
  }
  .form-control::placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ccc;
    opacity: 1;
  }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
    resize: vertical;
    min-height: 6em;
  }
  select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: "";
    padding-right: 1.2rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235c9bd1'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 0.65em;
    background-position: calc(100% - 0.8em) calc(50% + 0.25em);
    background-repeat: no-repeat;
  }
  .input-group {
    position: relative;
    display: flex;
    width: 100%;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .input-group .form-control:not(:last-child) {
    margin-right: -1px;
  }
  .input-group .form-control:not(:first-child) {
    margin-left: -1px;
  }
  .input-group .btn {
    height: 100%;
  }
  .input-group-btn {
    min-height: 100%;
  }
  .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .input-group > :not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px;
  }
  .input-group > :last-child {
    border-radius: 0 4px 4px 0;
  }
  .input-group-addon, .input-group-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .input-group-addon button, .input-group-btn button {
    margin: 0;
  }
  .input-group-addon {
    position: relative;
    white-space: nowrap;
    padding: 0.7em 0.8rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    text-align: center;
    background-color: #eceeef;
    background-image: none;
    border: 1px solid #ccc;
  }
  .input-group-addon input[type="checkbox"], .input-group-addon input[type="radio"] {
    margin-top: 0;
  }
  .input-group-addon:not(:last-child) {
    border-right: 0;
  }
  .form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
  }
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    width: auto;
  }
  .btn, .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
  }
  .btn {
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0 solid #ccc;
    white-space: nowrap;
    padding: 0.7em 0.8rem;
    line-height: 1.6;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 5px;
  }
  button.btn {
    outline: 0;
  }
  .btn:hover {
    text-decoration: none;
  }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.5;
    cursor: not-allowed;
  }
  a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn.btn-block {
    display: block;
    width: 100%;
  }
  .btn.btn-block + .btn.btn-block {
    margin-top: 5px;
  }
  *, :after, :before {
    box-sizing: inherit;
  }
  html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  ::selection {
    background: #5c9bd1;
    color: #fff;
    text-shadow: none;
  }
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eee;
  }
  img {
    vertical-align: middle;
    max-width: 100%;
  }
  [role="button"] {
    cursor: pointer;
  }
  a {
    color: #5c9bd1;
  }
  a:hover {
    color: #3175af;
  }
  figure {
    margin: 0;
  }
  abbr {
    cursor: help;
  }
  del, s {
    text-decoration: line-through;
  }
  .small, small {
    font-size: 85%;
  }
  .caret {
    display: inline-block;
    font-size: 0.8em;
    width: 0;
    height: 0;
    margin-left: 0.2em;
    margin-top: -0.25em;
    vertical-align: middle;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
  }
  .mark, mark {
    padding: 0.2em;
    color: #000;
    background-color: #fcf8e3;
  }
  blockquote {
    margin: 0 0 1.5em;
    padding-left: 1.5em;
    border-left: 5px solid #eee;
  }
  blockquote .small:after, blockquote footer:after, blockquote small:after {
    content: "";
  }
  blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014   \A0";
  }
  table {
    float: none;
  }
  q:before {
    content: open-quote;
  }
  q:after {
    content: close-quote;
  }
  code, pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  article figure.pull-left, article img.pull-left {
    max-width: 50%;
    margin-right: 1rem;
  }
  article figure.pull-right, article img.pull-right {
    max-width: 50%;
    margin-left: 1rem;
  }
  article figure img, article p > img:not([class*="pull-"]):only-child {
    margin-bottom: 0 !important;
  }
  article .row .content img:not([class*="pull-"]):only-child {
    margin: 0 auto;
    display: block;
  }
  article figure, article img {
    max-width: 100%;
    height: auto;
  }
  article figure {
    margin: 0 auto 1rem;
  }
  article figure:not([class*="pull-"]) {
    margin: 1rem auto;
  }
  article figure img {
    vertical-align: top;
    margin: 0 !important;
  }
  article figure > a {
    vertical-align: top;
    display: block;
  }
  article figure > a img {
    width: 100%;
  }
  article figcaption {
    min-width: calc(100% - (2 * 1rem));
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  article img:not([class*="pull-"]) {
    margin: 1rem auto;
    display: block;
  }
  article table {
    width: 100% !important;
    max-width: 100%;
  }
  :lang(fr) {
    quotes: "\AB\2005" "\2005\BB" "\2039\2005" "\2005\203A";
  }
  :lang(es) {
    quotes: "\AB" "\BB" "\2039" "\203A";
  }
  :lang(de) {
    quotes: "\201E" "\201C" "\201A" "\2018";
  }
  :lang(en-GB) {
    quotes: "\2018" "\2019" "\201C" "\201D";
  }
  .print-only {
    display: none;
  }
  .btgrid iframe {
    max-width: 100%;
  }
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button, input {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  [type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  #outdated, [hidden], template {
    display: none;
  }
  #outdated {
    font-family: Open Sans, Segoe UI, sans-serif;
    position: absolute;
    background-color: #f25648;
    color: #fff;
    overflow: hidden;
    left: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1500;
    padding: 0 24px 24px 0;
  }
  #outdated.fullscreen {
    height: 100%;
  }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0;
  }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
  }
  #outdated #buttonUpdateBrowser {
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px;
  }
  #outdated #buttonUpdateBrowser:hover {
    background-color: #fff;
    color: #f25648;
  }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table;
  }
  #outdated .last[dir="rtl"] {
    left: 25px !important;
    right: auto !important;
  }
  #outdated #buttonCloseUpdateBrowser {
    color: #fff;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .tns-outer {
    padding: 0 !important;
  }
  .tns-outer [hidden] {
    display: none !important;
  }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
  }
  .tns-slider {
    transition: all 0s;
  }
  .tns-slider > .tns-item {
    box-sizing: border-box;
  }
  .tns-horizontal.tns-subpixel {
    white-space: nowrap;
  }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
  .tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
  }
  .tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
  }
  .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
  }
  .tns-gallery, .tns-no-calc {
    position: relative;
    left: 0;
  }
  .tns-gallery {
    min-height: 1px;
  }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
  }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
  }
  .tns-gallery > .tns-moving {
    transition: all 0.25s;
  }
  .tns-autowidth {
    display: inline-block;
  }
  .tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
  }
  .tns-lazy-img.tns-complete {
    opacity: 1;
  }
  .tns-ah {
    transition: height 0s;
  }
  .tns-ovh {
    overflow: hidden;
  }
  .tns-visually-hidden {
    position: absolute;
    left: -10000em;
  }
  .tns-transparent {
    opacity: 0;
    visibility: hidden;
  }
  .tns-fadeIn {
    opacity: 1;
    z-index: 0;
  }
  .tns-fadeOut, .tns-normal {
    opacity: 0;
    z-index: -1;
  }
  .tns-vpfix {
    white-space: nowrap;
  }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block;
  }
  .tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
  }
  .tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
  }
  .tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
  }
  .tns-t-ct > div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left;
  }
  @font-face {
    font-family: lg;
    src: url(/fonts/lg.eot);
    src: url(/fonts/lg.eot) format("embedded-opentype"), url(/fonts/lg.woff) format("woff"), url(/fonts/lg.ttf) format("truetype"), url("data:,") format("svg");
    font-weight: 400;
    font-style: normal;
  }
  .lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
  }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff;
  }
  .lg-actions .lg-next {
    right: 20px;
  }
  .lg-actions .lg-next:before {
    content: "\E095";
  }
  .lg-actions .lg-prev {
    left: 20px;
  }
  .lg-actions .lg-prev:after {
    content: "\E094";
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    to {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    to {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\E070";
  }
  .lg-toolbar .lg-download:after {
    content: "\E0F2";
  }
  .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
  .lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  }
  .lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  .lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scaleX(1);
    opacity: 1;
  }
  .lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: grab;
  }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -o-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
  }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translateZ(0);
  }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
  .lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
  .lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
  }
  .lg-outer .lg-toggle-thumb:after {
    content: "\E1FF";
  }
  .lg-outer .lg-toggle-thumb:hover {
    color: #fff;
  }
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("data:,") no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("data:,") no-repeat scroll 0 -58px transparent;
  }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("data:,") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
  }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("data:,") no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("data:,") no-repeat scroll 0 -60px transparent;
  }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
  }
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s;
  }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
  .lg-autoplay-button:after {
    content: "\E01D";
  }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\E01A";
  }
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
  }
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scaleX(1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #lg-zoom-in:after {
    content: "\E311";
  }
  #lg-actual-size {
    font-size: 20px;
  }
  #lg-actual-size:after {
    content: "\E033";
  }
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
  #lg-zoom-out:after {
    content: "\E312";
  }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translateZ(0);
  }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff;
  }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
  }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
  }
  .lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff;
  }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
  .lg-fullscreen:after {
    content: "\E20C";
  }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\E20D";
  }
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  }
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
  }
  .lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
  }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
  }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
  }
  .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333;
  }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
  }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
  .lg-outer #lg-share {
    position: relative;
  }
  .lg-outer #lg-share:after {
    content: "\E80D";
  }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
  }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\E901";
  }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
  }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\E904";
  }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
  }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\E902";
  }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
  }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\E903";
  }
  .group:after, .group:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .group:after {
    clear: both;
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    box-sizing: border-box;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    background: url("data:,") no-repeat scroll 50% transparent;
    display: none !important;
  }
  .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translateZ(0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  @font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.eot);
    src: url(/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2) format("woff2"), url(/fonts/fontawesome-webfont.woff) format("woff"), url(/fonts/fontawesome-webfont.ttf) format("truetype"), url("data:,") format("svg");
    font-weight: 400;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .fa.pull-left {
    margin-right: 0.3em;
  }
  .fa.pull-right {
    margin-left: 0.3em;
  }
  .fa-search:before {
    content: "\F002";
  }
  .fa-envelope-o:before {
    content: "\F003";
  }
  .fa-times:before {
    content: "\F00D";
  }
  .fa-exclamation-triangle:before {
    content: "\F071";
  }
  .fa-twitter:before {
    content: "\F099";
  }
  .fa-facebook:before {
    content: "\F09A";
  }
  .fa-comment-o:before {
    content: "\F0E5";
  }
  .fa-youtube-play:before {
    content: "\F16A";
  }
  .fa-instagram:before {
    content: "\F16D";
  }
  .fa-sun-o:before {
    content: "\F185";
  }
  .fa-moon-o:before {
    content: "\F186";
  }
  .fa-share-alt:before {
    content: "\F1E0";
  }
  .fa-twitch:before {
    content: "\F1E8";
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [class*="col-xs-offset"], [class*="col-xs"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 1rem;
    padding-right: var(--half-gutter-width);
    padding-left: 1rem;
    padding-left: var(--half-gutter-width);
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .nogrow-xs {
    flex-grow: 0;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .stretch-xs {
    align-items: stretch;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .justify-xs {
    justify-content: center;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
  .small-gap-xs {
    --half-gutter-width: calc(1rem * 0.5);
    --gutter-compensation: calc(-1rem * 0.5);
    --outer-margin: calc(2rem * 0.5);
  }
  .gap-xs {
    --half-gutter-width: 1rem;
    --gutter-compensation: -1rem;
    --outer-margin: 2rem;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-none {
    display: none !important;
  }
  @font-face {
    font-family: roboto;
    src: url(/fonts/roboto-light.woff2) format("woff2"), url(/fonts/roboto-light.woff) format("woff"), url(/fonts/roboto-light.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: roboto;
    src: url(/fonts/roboto-light.woff2) format("woff2"), url(/fonts/roboto-light.woff) format("woff"), url(/fonts/roboto-light.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: roboto;
    src: url(/fonts/roboto-regular.woff2) format("woff2"), url(/fonts/roboto-regular.woff) format("woff"), url(/fonts/roboto-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: roboto;
    src: url(/fonts/roboto-bold.woff2) format("woff2"), url(/fonts/roboto-bold.woff) format("woff"), url(/fonts/roboto-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: roboto;
    src: url(/fonts/roboto-bold.woff2) format("woff2"), url(/fonts/roboto-bold.woff) format("woff"), url(/fonts/roboto-bold.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: roboto-slab;
    src: url(/fonts/roboto-slab-thin.woff2) format("woff2"), url(/fonts/roboto-slab-thin.woff) format("woff"), url(/fonts/roboto-slab-thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: roboto-slab;
    src: url(/fonts/roboto-slab-light.woff2) format("woff2"), url(/fonts/roboto-slab-light.woff) format("woff"), url(/fonts/roboto-slab-light.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: roboto-slab;
    src: url(/fonts/roboto-slab-regular.woff2) format("woff2"), url(/fonts/roboto-slab-regular.woff) format("woff"), url(/fonts/roboto-slab-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: roboto-slab;
    src: url(/fonts/roboto-slab-bold.woff2) format("woff2"), url(/fonts/roboto-slab-bold.woff) format("woff"), url(/fonts/roboto-slab-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: roboto-slab;
    src: url(/fonts/roboto-slab-bold.woff2) format("woff2"), url(/fonts/roboto-slab-bold.woff) format("woff"), url(/fonts/roboto-slab-bold.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
  }
  :root {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-scheme-contrast);
    background-color: var(--color-scheme);
    --breakpoint-xl: 1270px;
    --breakpoint-lg: 960px;
    --breakpoint-md: 720px;
    --breakpoint-sm: 540px;
    --color-primary: #aa194f;
    --color-secondary: #e64142;
    --hero-bg: transparent;
    --max-width: calc(100% - 2em);
  }
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  html[data-contrast="light"] {
    --color-scheme: #fff;
    --color-scheme-contrast: #090709;
    --color-scheme-grey: #aaa;
    --color-scheme-grey-light: #eee;
  }
  html[data-contrast="dark"] {
    --color-scheme: #171217;
    --color-scheme-contrast: #e4e4e4;
    --color-scheme-grey: #322934;
    --color-scheme-grey-light: #1c171d;
  }
  body {
    min-height: 100%;
    width: 100%;
  }
  @supports (display: grid) {
    body {
      min-height: 100%;
      display: grid;
      grid-template-rows: auto 1fr auto;
      grid-template-columns: 100%;
      grid-template-areas: "main" "nav" "footer" "header";
    }
    header[role] {
      grid-area: header;
    }
    nav[role] {
      grid-area: nav;
    }
    main {
      grid-area: main;
    }
    footer[role] {
      grid-area: footer;
    }
  }
  section {
    padding: 1.5rem 0;
  }
  .section-hr {
    position: relative;
    margin: 1rem 0;
    overflow: hidden;
    padding: 0.25rem 0;
    -webkit-user-select: none;
    user-select: none;
  }
  .section-hr:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100vw;
    transform: translateY(-50%);
    background-color: var(--color-scheme-contrast);
    opacity: 0.13;
    z-index: -1;
  }
  .section-hr .label {
    font-size: 1.15rem;
    position: relative;
    left: 50%;
    box-shadow: 0 0 0 1rem var(--color-scheme);
    z-index: 1;
    transform: translateX(-50%);
    font-size: 1.5rem;
    padding: 0.2em 1em;
  }
  .color-primary {
    color: var(--color-primary);
  }
  .color-secondary {
    color: var(--color-secondary);
  }
  .rounded {
    overflow: hidden;
    border-radius: 1em;
  }
  .bg-grey {
    background-color: var(--color-scheme-grey-light);
  }
  .bg-brand {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  }
  [data-theme="1"] {
    --color-fade: rgba(170, 25, 79, 0.5);
  }
  [data-contrast="dark"] [data-theme="1"] .btn, [data-theme="1"] {
    --color-primary: #aa194f;
    --color-secondary: #e64142;
  }
  [data-contrast="dark"] [data-theme="1"] .footer-bottom, [data-contrast="dark"] [data-theme="1"] .header-top, [data-contrast="dark"] [data-theme="1"] footer, [data-contrast="dark"] [data-theme="1"] main {
    --color-primary: #e23c7a;
    --color-secondary: #f19293;
  }
  [data-theme="2"] {
    --color-fade: rgba(22, 165, 169, 0.5);
  }
  [data-contrast="dark"] [data-theme="2"] .btn, [data-theme="2"] {
    --color-primary: #16a5a9;
    --color-secondary: #7ed38c;
  }
  [data-contrast="dark"] [data-theme="2"] .footer-bottom, [data-contrast="dark"] [data-theme="2"] .header-top, [data-contrast="dark"] [data-theme="2"] footer, [data-contrast="dark"] [data-theme="2"] main {
    --color-primary: #36e0e5;
    --color-secondary: #c2eac9;
  }
  [data-theme="3"] {
    --color-fade: rgba(92, 65, 230, 0.5);
  }
  [data-contrast="dark"] [data-theme="3"] .btn, [data-theme="3"] {
    --color-primary: #5c41e6;
    --color-secondary: #419fe6;
  }
  [data-contrast="dark"] [data-theme="3"] .footer-bottom, [data-contrast="dark"] [data-theme="3"] .header-top, [data-contrast="dark"] [data-theme="3"] footer, [data-contrast="dark"] [data-theme="3"] main {
    --color-primary: #a292f1;
    --color-secondary: #92c8f1;
  }
  [data-theme="4"] {
    --color-fade: rgba(174, 118, 60, 0.5);
  }
  [data-contrast="dark"] [data-theme="4"] .btn, [data-theme="4"] {
    --color-primary: #ae763c;
    --color-secondary: #e6af46;
  }
  [data-contrast="dark"] [data-theme="4"] .footer-bottom, [data-contrast="dark"] [data-theme="4"] .header-top, [data-contrast="dark"] [data-theme="4"] footer, [data-contrast="dark"] [data-theme="4"] main {
    --color-primary: #d0a476;
    --color-secondary: #f1d297;
  }
  :focus {
    outline: none;
  }
  header[role] {
    position: relative;
  }
  [data-contrast="dark"] header[role]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--color-primary), transparent 70%);
    z-index: 0;
    opacity: 0.3;
    transition: 0.6s linear;
  }
  .footer-bottom, .header-top {
    padding: 0.25rem 0;
    display: none;
    position: relative;
  }
  header .footer-bottom:after, header .header-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-scheme-contrast);
    opacity: 0.12;
  }
  .footer-bottom .wrap, .header-top .wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom p, .header-top p {
    margin: 0;
  }
  .footer-bottom .social-link, .header-top .social-link {
    display: inline-block;
    margin: 0 0.25em;
    transform: scale(1.35);
  }
  .header-main {
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 11;
    display: none;
  }
  .header-main a {
    display: block;
  }
  .header-main img, .header-main svg {
    pointer-events: none;
  }
  .header-main img {
    position: relative;
    width: 37rem;
    max-width: 80vw;
    margin: -1.25rem auto -1.5rem;
    z-index: 2;
  }
  .header-main svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 37rem;
    max-width: 80vw;
    margin: -1.25rem auto 0;
    z-index: 1;
  }
  .header-main svg * {
    transition: 0.6s ease;
  }
  .header-main svg #top path {
    fill: #aa194f;
    fill: var(--color-primary);
  }
  .header-main a:focus + svg #top path, .header-main a:hover + svg #top path, .header-main svg #bottom path {
    fill: #e64142;
    fill: var(--color-secondary);
  }
  .header-main a:focus + svg #bottom path, .header-main a:hover + svg #bottom path {
    fill: #aa194f;
    fill: var(--color-primary);
  }
  .sticky-wrapper {
    height: 58px;
  }
  nav[role] {
    color: #fff;
    line-height: 1.2;
    background: #090709;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    transition: background 0.3s ease;
    max-width: 100%;
    width: 100%;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: position, transform;
  }
  .navicon {
    position: relative;
    top: 0;
    font-size: 1.1rem;
    margin: 0.25rem 0;
    width: 37px;
    height: 37px;
    z-index: 400;
    color: #fff;
    cursor: pointer;
  }
  .navicon span:first-child {
    font-size: 0.8em;
    position: absolute;
    height: 2px;
    width: 100%;
    top: 1.2em;
    right: 0;
    background: currentColor;
    border-radius: 2px;
  }
  .navicon span:first-child:after, .navicon span:first-child:before {
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: translateZ(0);
    border-radius: 2px;
  }
  .navicon span:first-child:after {
    transform: translate3d(0, -0.8em, 0);
  }
  .navicon span:first-child:before {
    transform: translate3d(0, 0.8em, 0);
  }
  .navicon span:last-child {
    position: absolute;
    top: 2.4em;
    left: 0;
  }
  .navicon span:last-child:after, .navicon span:last-child:before {
    animation-delay: 0s;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    font-weight: 400;
    text-transform: uppercase;
    color: currentColor;
    display: block;
    width: 100%;
    height: 1em;
    position: absolute;
    bottom: -0.2em;
    font-size: 0.5em;
    border-radius: 2px;
  }
  .navicon span:last-child:after {
    font-weight: 400;
    font-weight: 700;
    animation-name: fadeInUp;
    content: "menu";
    letter-spacing: 0.265rem;
  }
  .navicon span:last-child:before {
    content: "Fermer";
    opacity: 0;
    left: -0.1em;
    letter-spacing: 0.1em;
  }
  .navicon span:last-child:not(:lang(fr)):before {
    content: "Close";
    letter-spacing: 0.2em;
  }
  body.active-nav .navicon span:first-child {
    background: transparent;
  }
  body.active-nav .navicon span:first-child:after, body.active-nav .navicon span:first-child:before {
    top: 0;
  }
  body.active-nav .navicon span:first-child:before {
    transform: rotate(45deg);
  }
  body.active-nav .navicon span:first-child:after {
    transform: rotate(-45deg);
  }
  body.active-nav .navicon span:last-child:after {
    animation-name: fadeOutDown;
  }
  body.active-nav .navicon span:last-child:before {
    animation-name: fadeInUp;
  }
  .search {
    align-self: center;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .search, .search .search-wrap {
    position: relative;
    display: flex;
  }
  .search .search-wrap {
    vertical-align: middle;
    white-space: nowrap;
    justify-content: flex-end;
  }
  .search .search-wrap input {
    position: relative;
    border-radius: 2em;
    padding: 0.4rem 3em 0.4rem 1.4em;
    outline: 0;
    border: 0;
    will-change: width;
    color: inherit;
    transition: all 0.55s ease;
    z-index: 1;
    float: right;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0.02));
    background-color: hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.15);
    font-size: 1.3rem;
    font-weight: 300;
  }
  .search .search-wrap input::-webkit-input-placeholder {
    color: #fff;
  }
  .search .search-wrap input:-moz-placeholder, .search .search-wrap input::-moz-placeholder {
    color: #fff;
  }
  [data-contrast="dark"] .search .search-wrap input {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02));
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
  .search .search-wrap button {
    background: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.5em;
    border-radius: 2em;
    color: inherit;
    transform: translateY(-50%);
    width: 2.5em;
    padding: 0;
    text-align: center;
    z-index: 10;
  }
  .search-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .search-wrap .form-control {
    background: transparent;
    border-color: transparent;
  }
  .search-wrap button {
    border: 0;
    background: transparent;
  }
  .search-wrap button:hover {
    color: #5c9bd1;
  }
  .tns-ovh {
    overflow: visible !important;
  }
  .hero-bg, .hero-item {
    position: relative;
    overflow: hidden;
  }
  .hero-item {
    transition: opacity 0.13s linear;
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .hero-item > * {
    position: relative;
    z-index: 1;
  }
  .hero-item.tns-slide-active:not(:last-child) {
    opacity: 1;
    filter: grayscale(0);
    transition: 0.2s linear;
    will-change: filter;
  }
  .hero-item.tns-slide-active:not(:last-child) > :after {
    opacity: 0;
  }
  .hero-content {
    opacity: 0;
    z-index: 2;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .hero-content .card-content {
    background: transparent;
  }
  .tns-slide-active:not(:last-child) .hero-content {
    animation-name: fadeInUp;
  }
  .hero-content .wing {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .article a, a.fancy, article a:not(.btn):not(.tag):not(.img-zoomable):not(.no-fancy) {
    color: var(--color-scheme-contrast);
    padding-bottom: 0.2em;
    transition: background-position-y 0.15s ease-out 0.15s, box-shadow 0.15s ease-out, color 0.12s ease;
    text-decoration: none;
    background-position: 0 1.2em;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    background-size: 120% 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .article a strong, a.fancy strong, article a:not(.btn):not(.tag):not(.img-zoomable):not(.no-fancy) strong {
    color: inherit;
  }
  .article a:focus, .article a:hover, a.fancy:focus, a.fancy:hover, article a:not(.btn):not(.tag):not(.img-zoomable):not(.no-fancy):focus, article a:not(.btn):not(.tag):not(.img-zoomable):not(.no-fancy):hover {
    color: #fff;
    text-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    background-position: 0 0;
    transition: background-position-y 0.15s ease-out, box-shadow 0.15s ease-out 0.15s, color 0.12s ease;
    box-shadow: -0.15em 0 0 0 rgba(0, 0, 0, 0.12), 0.15em 0 0 0 rgba(0, 0, 0, 0.12), -0.15em 0 0 0 var(--color-primary), 0.15em 0 0 0 var(--color-secondary);
  }
  article {
    font-size: 1.075rem;
  }
  article header figure, article header img, article header img:not([class*="pull-"]) {
    margin-top: 0 !important;
    border-radius: 1rem;
    width: 100%;
    position: relative;
  }
  article em, article strong {
    color: var(--color-scheme-contrast);
    font-weight: 700;
  }
  [data-contrast="dark"] article em, [data-contrast="dark"] article strong {
    color: #fff;
  }
  article em a:not(.btn), article strong a:not(.btn) {
    background-position: 0 1.35em;
  }
  article ul {
    padding-left: 2rem;
  }
  article ul ul {
    padding-left: 1.2rem;
  }
  article ul li {
    position: relative;
    list-style: none;
  }
  article ul li ul li:after, article ul li ul li:before {
    border-radius: 0;
  }
  article ul li:focus-within:before, article ul li:hover:before {
    transform: scale(1);
  }
  article ul li:focus-within:after, article ul li:hover:after {
    transform: scale(0.5);
  }
  article ul li:after, article ul li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: -1.2em;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    transition: 0.13s ease;
  }
  article ul li:before {
    background-color: var(--color-primary);
    transform: scale(0.5);
  }
  article ul li:after {
    background-color: var(--color-scheme);
    transform: scale(0);
  }
  article .bg-brand em, article .bg-brand strong {
    color: inherit;
  }
  article .bg-brand ul li:before {
    background-color: #fff;
  }
  article .bg-brand ul li:after {
    background-color: var(--color-primary);
  }
  article figcaption {
    position: relative;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    margin-top: -1px;
    color: var(--color-secondary);
  }
  article figcaption:before {
    position: absolute;
    border-radius: inherit;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #090709;
    z-index: -1;
  }
  [data-contrast="dark"] article figcaption:before {
    background: var(--color-scheme-grey);
  }
  article figcaption em {
    font-weight: 600;
    color: inherit;
  }
  article figure a {
    background: transparent !important;
    padding: 0 !important;
  }
  article a > img:focus, article a > img:hover {
    background: transparent !important;
    opacity: 0.95;
  }
  article figure > a:not(:only-child) > img, article figure img:not(:only-child) {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
  }
  article iframe {
    margin: 0 auto;
    overflow: hidden;
    display: block;
  }
  hr {
    border-color: var(--color-scheme-contrast);
    border-width: 1px;
    opacity: 0.1;
  }
  blockquote {
    position: relative;
    border-width: 0;
    padding: 0.25rem 2rem;
    font-style: italic;
    font-size: 1.15rem;
  }
  blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  }
  blockquote:after {
    position: absolute;
    padding: 10px;
    font-size: 9.5rem;
    font-family: Georgia, Times New Roman, Times, serif;
    content: "\201C";
    top: 0;
    left: 0.25rem;
    line-height: 1;
    transform: translateY(-10%);
    color: var(--color-scheme-grey);
    z-index: -1;
    opacity: 0.3;
  }
  time {
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    line-height: 1.2;
    font-size: 0.95rem;
    color: var(--color-scheme-contrast);
    opacity: 0.75;
  }
  .card time {
    margin: 0.5rem 0;
    display: block;
    text-transform: uppercase;
  }
  .review {
    padding: 2rem 1.5rem 1rem;
    border-radius: 1rem;
    margin: 1rem 0;
    color: #fff;
  }
  .review .review-rating {
    position: relative;
    text-align: center;
    padding: 0.5rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    -webkit-user-select: none;
    user-select: none;
  }
  .review .review-rating p {
    position: absolute;
    top: -0.8rem;
    left: 0;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    font-weight: 600;
    transform: translateY(-50%);
    opacity: 0.3;
    text-transform: uppercase;
    color: #000;
  }
  .review .review-rating .wait-inview {
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.2);
  }
  .review .review-rating .wait-inview span {
    opacity: 0;
    position: relative;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.05em;
    display: inline-block;
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .review .review-rating .wait-inview.inview span:first-child {
    animation-name: fadeInRight;
    top: -0.1em;
    font-size: 3.7rem;
  }
  .review .review-rating .wait-inview.inview span:last-child {
    animation-name: fadeInLeft;
    top: 0.1em;
  }
  .review .row {
    position: relative;
    font-size: 0.9rem;
  }
  .tag {
    color: var(--color-scheme-contrast);
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    box-shadow: none;
    display: inline-block;
    padding: 0.1em 0.3em;
    line-height: 1.1;
    white-space: nowrap;
    font-weight: 400;
    margin: 0.25rem;
    border: 4px solid transparent;
    -o-border-image: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    border-image: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    border-image-slice: 1;
    font-size: 1rem;
  }
  .tag:focus, .tag:hover {
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    color: #fff;
  }
  .heart-success {
    position: relative;
    align-self: center;
    color: #fff;
    font-size: 5.5rem;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: heart-success 0.7s cubic-bezier(0.17, 0.89, 0.32, 1.49) 0.25s both;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.2;
    opacity: 1;
  }
  .heart-success:not(.inview):after, .heart-success:not(.inview):before {
    animation: inherit;
  }
  .heart-success:after, .heart-success:before {
    position: absolute;
    z-index: -1;
    top: 48.6%;
    left: 48.75%;
    content: "";
    animation: inherit;
    animation-delay: 0.2s;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
    border-radius: 50%;
  }
  .heart-success:before {
    will-change: transform, border-width, border-color;
    box-sizing: border-box;
    margin: -3.375rem;
    border: 3.375rem solid #fff;
    width: 6.75rem;
    height: 6.75rem;
    transform: scale(0);
    animation-name: bubble;
  }
  .heart-success:after {
    will-change: opacity, box-shadow;
    animation-name: particles;
    margin: -0.05625em;
    width: 0.1125em;
    height: 0.1125em;
    opacity: 0;
    box-shadow: 0.48714rem -4.5rem 0 -0.3rem #fff, -0.48714rem -3.9375rem 0 -0.3rem #fff, 3.82197rem -2.42484rem 0 -0.3rem #fff, 2.77474rem -2.83585rem 0 -0.3rem #fff, 4.27878rem 1.47627rem 0 -0.3rem #fff, 3.94718rem 0.40125rem 0 -0.3rem #fff, 1.51358rem 4.26572rem 0 -0.3rem #fff, 2.14731rem 3.3362rem 0 -0.3rem #fff, -2.39137rem 3.843rem 0 -0.3rem #fff, -1.26952rem 3.75893rem 0 -0.3rem #fff, -4.49557rem 0.52642rem 0 -0.3rem #fff, -3.73038rem 1.3511rem 0 -0.3rem #fff, -3.21452rem -3.18656rem 0 -0.3rem #fff, -3.38219rem -2.07413rem 0 -0.3rem #fff;
  }
  @keyframes heart-success {
    to {
      opacity: 1;
    }
  }
  @keyframes bubble {
    15% {
      transform: scale(1);
      border-color: hsla(0, 0%, 100%, 0.2);
      border-width: 3.375rem;
    }
    30%, to {
      transform: scale(1);
      border-color: hsla(0, 0%, 100%, 0.2);
      border-width: 0;
    }
  }
  @keyframes particles {
    0%, 20% {
      opacity: 0;
    }
    25% {
      opacity: 1;
      box-shadow: 0.48714rem -3.65625rem 0 0 #fff, -0.48714rem -3.09375rem 0 0 #fff, 3.1623rem -1.89877rem 0 0 #fff, 2.11506rem -2.30978rem 0 0 #fff, 3.45618rem 1.28852rem 0 0 #fff, 3.12458rem 0.2135rem 0 0 #fff, 1.14749rem 3.50553rem 0 0 #fff, 1.78123rem 2.57601rem 0 0 #fff, -2.02528rem 3.08281rem 0 0 #fff, -0.90343rem 2.99873rem 0 0 #fff, -3.67298rem 0.33867rem 0 0 #fff, -2.90778rem 1.16335rem 0 0 #fff, -2.55484rem -2.6605rem 0 0 #fff, -2.72252rem -1.54806rem 0 0 #fff;
    }
  }
  article footer .author {
    display: flex;
    padding: 0.5rem 1.5rem;
    flex-direction: column;
    margin: 1rem 0;
    border-radius: 1rem;
    border: 2px solid #eee;
    background: var(--color-scheme-grey-light);
  }
  [data-contrast="dark"] article footer .author {
    border: 2px solid var(--color-scheme-grey);
  }
  article footer .author > a:first-child {
    position: relative;
    flex: 0 0 auto;
    background: transparent;
    text-align: center;
  }
  article footer .author > a:first-child:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 13rem;
    max-width: 120%;
    height: 2rem;
    border-radius: 50%;
    animation: float-shadow 6s ease-in-out infinite;
    background-image: radial-gradient(ellipse, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.075) 30%, transparent 70%);
  }
  [data-contrast="dark"] article footer .author > a:first-child:after {
    background-image: radial-gradient(ellipse, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.075) 30%, transparent 70%);
  }
  article footer .author > a:first-child .wing {
    display: inline-block;
    position: relative;
    animation: float 6s ease-in-out infinite;
  }
  article footer .author > a:first-child .wing:after, article footer .author > a:first-child .wing:before {
    bottom: 55%;
  }
  article footer .author > a:first-child:focus, article footer .author > a:first-child:hover {
    background: transparent;
    box-shadow: none;
  }
  article footer .author > * {
    padding: 1rem;
  }
  article footer .author .author-title {
    font-size: 1.25rem;
    color: var(--color-scheme-contrast);
  }
  article footer .author img, article footer .author img:not(:only-child) {
    border-radius: 50%;
    margin: 0 auto;
  }
  article footer .author figcaption {
    flex: 1 1 auto;
    font-size: 1.05rem;
    text-align: left;
    background: transparent;
    border-radius: 0;
    color: inherit;
    line-height: 1.8;
  }
  article footer .author figcaption p {
    font-style: italic;
    margin: 0.5rem 0;
  }
  article footer .author figcaption:after, article footer .author figcaption:before {
    background: none;
  }
  @keyframes float-shadow {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes float {
    0% {
      transform: translatey(5%);
    }
    50% {
      transform: translatey(-5%);
    }
    to {
      transform: translatey(5%);
    }
  }
  aside .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: calc(58px + 1rem);
    transform: translateZ(0);
    will-change: position, transform;
  }
  .col-title {
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    color: var(--color-scheme-contrast);
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 1rem 0 0.5rem;
  }
  [style*="--aspect-ratio"] > :first-child {
    width: 100%;
  }
  @supports (--custom: property) {
    [style*="--aspect-ratio"] {
      display: block;
      position: relative;
    }
    [style*="--aspect-ratio"]:before {
      content: "";
      display: block;
      padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
    }
  }
  .card:focus-within .card-picture a:after, .card:hover .card-picture a:after {
    opacity: 0.1;
  }
  .card:focus-within .card-picture img, .card:hover .card-picture img {
    transform: scale(1.05) translateZ(0) rotate(0.3deg);
  }
  .card:focus-within .card-title, .card:hover .card-title {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-contrast="dark"] .card:focus-within .card-title, [data-contrast="dark"] .card:hover .card-title {
    background-image: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  }
  .card:focus-within:not(.hero-item) .card-picture, .card:hover:not(.hero-item) .card-picture {
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.05), 0 0 0 4px rgba(0, 0, 0, 0.15), 0 0.45rem 1.1rem var(--color-primary);
  }
  [data-contrast="dark"] .card:focus-within:not(.hero-item) .card-picture, [data-contrast="dark"] .card:hover:not(.hero-item) .card-picture {
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.05), 0 0 0 4px rgba(0, 0, 0, 0.15), 0 0.45rem 1.8rem var(--color-primary);
  }
  .card-picture {
    position: relative;
    background: hsla(0, 0%, 66.7%, 0.1) url(/images/logo-geekmick-compact-v.svg) 50% no-repeat;
    background-size: 50%;
    border-radius: 1rem;
    transition: box-shadow 0.3s ease;
    box-shadow: inset 0 0 0 1px transparent, 0 0 0 4px transparent, 0 0 0 transparent;
  }
  .card-picture a {
    display: block;
  }
  .card-picture a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 2s ease;
    pointer-events: none;
    border-radius: inherit;
    background-image: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    z-index: 2;
    opacity: 0;
    will-change: opacity;
  }
  .card-picture img {
    transition: 2s ease;
    transform: scale(1.01) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .card-picture .label {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 3;
    font-size: 0.95rem;
  }
  .card-content {
    background: var(--color-scheme);
    transition: background 0s;
    padding: 1rem 0;
  }
  .card-content time {
    margin: 0;
  }
  .card-title {
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    text-decoration: none;
    color: var(--color-scheme-contrast);
    font-size: 1.225rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
  }
  .card-title a {
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
  }
  .controls-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
    justify-content: space-between;
    display: none;
  }
  i.arrow {
    position: absolute;
    top: -2em;
    transform-origin: 50% 50%;
    font-size: 0.85rem;
    width: 4em;
    height: 4em;
    margin: 1em;
    color: rgba(0, 0, 0, 0.7);
    background: hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
    border: 0.5em solid transparent;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease;
    opacity: 0;
    cursor: pointer;
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .controls-wrapper i.arrow {
    animation-name: fadeOutDown;
  }
  .controls-wrapper:hover i.arrow:not([aria-disabled="true"]) {
    animation-name: fadeInUp;
  }
  i.arrow:after {
    content: "";
    position: absolute;
    top: 25%;
    width: 50%;
    height: 50%;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.6;
    border-top: 2px solid;
    border-right: 2px solid;
  }
  i.arrow:hover {
    color: #5c9bd1;
    background: #fff;
  }
  i.arrow:hover:after {
    opacity: 1;
  }
  i.arrow-left {
    left: 3rem;
  }
  i.arrow-left:after {
    left: 36%;
    transform: rotate(-135deg);
  }
  i.arrow-right {
    right: 3rem;
  }
  i.arrow-right:after {
    right: 36%;
    transform: rotate(45deg);
  }
  .grid {
    display: grid;
    grid-template-rows: auto;
    column-gap: calc(var(--half-gutter-width) * 2);
    row-gap: calc(var(--half-gutter-width) * 2);
    grid-template-columns: 100%;
    grid-template-areas: "a" "b" "c";
  }
  .grid > :first-child {
    grid-area: a;
  }
  .grid > :nth-child(2) {
    grid-area: b;
  }
  .grid > :nth-child(3) {
    grid-area: c;
  }
  .h1, h1 {
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    font-weight: 400;
    margin: 2rem 0;
    line-height: 1.3;
    color: #111;
    font-size: 1.75rem;
  }
  header .h1, header h1 {
    margin-bottom: 0;
  }
  .h1.big, h1.big {
    font-weight: 600;
    font-size: 1.8rem;
  }
  .h1.lead, article .h1, article h1, h1.lead {
    font-size: 1.8rem;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-contrast="dark"] .h1.lead, [data-contrast="dark"] article .h1, [data-contrast="dark"] article h1, [data-contrast="dark"] h1.lead {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  }
  .h2, h2 {
    position: relative;
    line-height: 1.3;
    font-size: 1.5rem;
    margin: 1rem 0 2rem;
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    color: var(--color-scheme-contrast);
    font-weight: 400;
  }
  article .h2, article h2 {
    background-image: linear-gradient(-90deg, rgba(9, 7, 9, 0.2), rgba(9, 7, 9, 0.2)), linear-gradient(90deg, var(--color-secondary), var(--color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-contrast="dark"] article .h2, [data-contrast="dark"] article h2 {
    background-image: linear-gradient(-90deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), linear-gradient(90deg, var(--color-secondary), var(--color-primary));
  }
  article .h2:before, article h2:before {
    content: "";
    position: relative;
    top: 0.5em;
    left: -0.25em;
    margin-top: -1rem;
    display: inline-block;
    -webkit-mask: url(/images/wing.svg);
    mask: url(/images/wing.svg);
    background: var(--color-secondary);
    background-image: linear-gradient(-90deg, hsla(0, 0%, 100%, 0.4), transparent), linear-gradient(-90deg, var(--color-secondary), var(--color-secondary));
    width: 1.4em;
    margin-right: -0.5em;
    height: 2.2em;
    z-index: -2;
    opacity: 0.5;
  }
  [data-contrast="dark"] article .h2:before, [data-contrast="dark"] article h2:before {
    opacity: 0.35;
  }
  .h3, h3 {
    position: relative;
    line-height: 1.3;
    font-size: 1.3rem;
    margin: 2rem 0;
    font-family: roboto-slab, Georgia, Times New Roman, Times, serif;
    color: var(--color-scheme-contrast);
    font-weight: 600;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(90deg, var(--color-scheme-contrast), var(--color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-contrast="dark"] .h3, [data-contrast="dark"] h3 {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), linear-gradient(90deg, var(--color-scheme-contrast), var(--color-primary));
  }
  @keyframes flapping-left {
    0%, to {
      transform: rotateX(-15deg) rotateY(0deg);
    }
    50% {
      transform: rotateX(-10deg) rotateY(-45deg);
    }
  }
  @keyframes flapping-right {
    0%, to {
      transform: rotateX(-15deg) rotateY(180deg);
    }
    50% {
      transform: rotateX(-10deg) rotateY(225deg);
    }
  }
  .wing {
    position: relative;
    z-index: 1;
  }
  .wing:after, .wing:before {
    content: "";
    position: absolute;
    bottom: 0.3em;
    display: block;
    background: url(/images/wing.svg) no-repeat 50%;
    background-size: contain;
    width: 2em;
    height: 2.2em;
    z-index: -2;
    filter: drop-shadow(0.25em 0.15em 4px rgba(0, 0, 0, 0.3));
  }
  .wing:before {
    animation: flapping-left 2.2s ease-in-out infinite;
    transform-origin: right;
    left: -1em;
  }
  .wing:after {
    animation: flapping-right 2.2s ease-in-out infinite;
    transform-origin: right;
    transform: rotateY(180deg);
    right: 0.95em;
  }
  .comments-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1rem 1.5rem;
  }
  .comments-list li {
    position: relative;
  }
  .comments-list .comments-list {
    padding-left: 3em;
    margin: 1rem 0 1rem 1.5rem;
  }
  .comments-list .comment-block + .comments-list {
    position: relative;
  }
  .comments-list .comment-block + .comments-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.8rem;
    height: 100%;
    width: 1px;
    opacity: 0.6;
    background: var(--color-scheme-grey-light);
  }
  [data-contrast="dark"] .comments-list .comment-block + .comments-list:before {
    background: var(--color-scheme-grey);
  }
  .comments-list .comment-block + .comments-list > li:before {
    content: "";
    position: absolute;
    top: 2.5rem;
    right: 100%;
    opacity: 0.6;
    width: 3.8rem;
    height: 1px;
    background: var(--color-scheme-grey-light);
  }
  [data-contrast="dark"] .comments-list .comment-block + .comments-list > li:before {
    background: var(--color-scheme-grey);
  }
  .comment-block {
    position: relative;
    border: 1px solid var(--color-scheme-grey-light);
    border-radius: 1rem;
    margin: 1rem 4rem 1rem 0;
    padding: 0.5rem 1rem 0.5rem 5rem;
    width: 100%;
    background: var(--color-scheme);
  }
  [data-contrast="dark"] .comment-block {
    border: 1px solid var(--color-scheme-grey);
  }
  .comment-avatar {
    position: absolute;
    top: 1rem;
    left: -1.5rem;
    width: 3em;
    height: auto;
    background: var(--color-scheme);
    box-shadow: 0 0 0 3px var(--color-scheme), 0 0 0 4px var(--color-scheme-grey-light);
  }
  [data-contrast="dark"] .comment-avatar {
    box-shadow: 0 0 0 3px var(--color-scheme), 0 0 0 4px var(--color-scheme-grey);
  }
  .comment-content hr {
    margin-bottom: 0.75rem;
  }
  .comment-content hr + p {
    margin: 0.75rem 0;
  }
  .social-link {
    color: #aaa;
  }
  .social-link:focus .social-twitter, .social-link:hover .social-twitter {
    color: #00aced;
  }
  .social-link:focus .social-youtube, .social-link:hover .social-youtube {
    color: red;
  }
  .social-link:focus .social-facebook, .social-link:hover .social-facebook {
    color: #4267b2;
  }
  .social-link:focus .social-twitch, .social-link:hover .social-twitch {
    color: #6441a5;
  }
  .social-link:focus .social-instagram, .social-link:hover .social-instagram {
    color: #fd5949;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .share-dialog {
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
  }
  .share-dialog p {
    margin: 0;
  }
  .share-dialog header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .share-dialog .targets {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .share-dialog .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #666;
    opacity: 0.7;
  }
  .share-dialog .close-button:focus, .share-dialog .close-button:hover {
    opacity: 1;
  }
  .share-dialog .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
    color: #666;
    transition: 0.1s ease;
  }
  .share-dialog .link.active {
    background-color: #a5d3a5;
  }
  .share-dialog .paste-box {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-width: 0;
    outline: none;
    background: transparent;
    resize: none;
  }
  .share-dialog .copy-link, .share-dialog .share-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .share-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
  }
  .share-dialog.is-open {
    display: block;
    z-index: 2;
    animation-delay: 0s;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: fadeInUpShare;
  }
  lesshat-selector {
    -lh-property: 0;
  }
  @keyframes fadeInUpShare {
    0% {
      opacity: 0;
      transform: translate(-50%, -30%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
  [not-existing] {
    zoom: 1;
  }
  .input-group {
    border-radius: 4px;
  }
  .input-group:focus-within {
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.05), 0 0 0 4px rgba(0, 0, 0, 0.15), 0 0 0 0.3rem var(--color-fade);
  }
  input:-webkit-autofill {
    background-color: inherit !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
  }
  .form-control {
    background: rgba(0, 0, 0, 0.05);
  }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
  }
  .form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2);
  }
  [data-contrast="dark"] .form-control {
    background: hsla(0, 0%, 100%, 0.05);
    color: #fff;
  }
  [data-contrast="dark"] .form-control::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.2);
  }
  [data-contrast="dark"] .form-control:-moz-placeholder, [data-contrast="dark"] .form-control::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.2);
  }
  :root {
    --btn-color: var(--color-primary);
    --btn-shadow-color: var(--color-primary);
    --btn-shadow-color-hover: var(--color-secondary);
  }
  .btn {
    position: relative;
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.15), transparent, rgba(0, 0, 0, 0.15));
    background-size: 200% 100%;
    background-position: 0;
    border-width: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    transition: 0.6s ease;
    white-space: pre;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 4;
    box-shadow: 0 0 0 0 inset transparent, 0 0 0 0 transparent, 0 0 0 var(--color-fade);
  }
  .ie-11 .btn {
    background-color: #5c9bd1 !important;
  }
  .btn i.fa {
    color: inherit;
  }
  .btn-line .btn {
    margin-right: 1rem;
  }
  .btn-block {
    margin: 1rem 0;
  }
  .input-group .btn {
    border-width: 0 !important;
  }
  .input-group .btn:focus, .input-group .btn:hover {
    box-shadow: 0 0 0 0 inset transparent, 0 0 0 0 transparent, 0 0 0 var(--color-fade) !important;
  }
  p .btn:not(:only-of-type) {
    margin-right: 0.5em;
  }
  .btn.active, .btn.disabled {
    background: rgba(0, 0, 0, 0.1);
  }
  .btn.active, .btn.active:focus, .btn.active:hover, .btn.disabled, .btn.disabled:focus, .btn.disabled:hover {
    color: var(--color-scheme-contrast);
  }
  [data-contrast="dark"] .btn.active, [data-contrast="dark"] .btn.disabled {
    background: hsla(0, 0%, 100%, 0.1);
  }
  .btn:focus, .btn:hover {
    color: #fff;
    background-position: 97% 50%;
    text-decoration: none;
    box-shadow: 0 0 0 0 inset transparent, 0 0 0 0 transparent, 0 0 0 0.3rem var(--color-fade);
  }
  [data-contrast="dark"] .btn:focus, [data-contrast="dark"] .btn:hover {
    box-shadow: 0 0 0 0 inset hsla(0, 0%, 100%, 0), 0 0 0 0 hsla(0, 0%, 100%, 0), 0 0 0 0.3rem var(--color-fade);
  }
  .btn:focus {
    transition: 0.4s ease;
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.05), 0 0 0 4px rgba(0, 0, 0, 0.15), 0 0 0 0.3rem var(--color-fade);
  }
  [data-contrast="dark"] .btn:focus {
    box-shadow: 0 0 0 1px inset hsla(0, 0%, 100%, 0.05), 0 0 0 4px hsla(0, 0%, 100%, 0.15), 0 0 0 0.3rem var(--color-fade);
  }
  .admin-link {
    font-size: 0.8rem;
    color: #d9534f;
  }
  :focus-within .admin-link, :hover .admin-link {
    color: #d9534f !important;
  }
  .admin-link:focus, .admin-link:hover {
    color: #fff !important;
    background: #d9534f;
    box-shadow: -0.25rem 0 0 #d9534f, 0.25rem 0 0 #d9534f;
  }
  .btn-danger {
    --color-primary: #d9534f;
    --color-fade: rgba(217, 83, 79, 0.5);
  }
  .btn-warning {
    --color-primary: #f0ad4e;
    --color-fade: rgba(240, 173, 78, 0.5);
  }
  .btn-success {
    --color-primary: #5cb85c;
    --color-fade: rgba(92, 184, 92, 0.5);
  }
  .btn-info {
    --color-primary: #5bc0de;
    --color-fade: rgba(91, 192, 222, 0.5);
  }
  .btn-rss {
    --color-primary: #ee802f;
    --color-fade: #f29d5e;
  }
  .btn-instagram {
    --color-primary: #3f729b;
    --color-fade: #548cb9;
  }
  .btn-facebook {
    --color-primary: #4267b2;
    --color-fade: #6283c5;
  }
  .btn-twitter {
    --color-primary: #00aced;
    --color-fade: #21c2ff;
  }
  .btn-youtube {
    --color-primary: red;
    --color-fade: #f33;
  }
  .btn-mail {
    --color-primary: #c8232c;
    --color-fade: #de4049;
  }
  .label {
    display: inline-block;
    font-size: 0.75rem;
    border-radius: 2em;
    color: #fff;
    padding: 0.2em 0.5em;
    text-align: center;
  }
  .label-brand {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  }
  a.label-brand {
    text-decoration: none;
  }
  a.label-brand:focus, a.label-brand:hover {
    color: #fff;
    text-shadow: 0 0 3px hsla(0, 0%, 100%, 0.2);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0.12)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  }
  [data-contrast="dark"] a.label-brand:focus, [data-contrast="dark"] a.label-brand:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  }
  .paginate a {
    margin: 0.2em;
  }
  .paginate {
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 -0.15em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .paginate a {
    margin: 0.25rem 0.45rem;
  }
  .paginate ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .paginate li {
    display: inline-block;
  }
  .paginate li.active .btn {
    pointer-events: none;
  }
  .paginate li a {
    display: inline-block;
    text-align: center;
    min-width: 2.5em;
  }
  .paginate .separator {
    font-weight: 400;
    font-weight: 700;
    margin: 0.2em;
    padding: 0.5em 0.8em;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
  }
  .theme-switcher {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .theme-switcher span {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.2s ease;
  }
  [data-contrast="dark"] .theme-switcher span:last-child, html:not([data-contrast="dark"]) .theme-switcher span:first-child {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  footer[role] a:not(.fancy) {
    color: inherit;
  }
  footer[role] a:not(.fancy):focus, footer[role] a:not(.fancy):hover {
    color: var(--color-primary);
  }
  footer[role] section .wrap {
    position: relative;
  }
  footer[role] .logo {
    position: relative;
    overflow: visible;
  }
  footer[role] .logo + * {
    position: relative;
    z-index: 3;
  }
  footer[role] .logo:after {
    position: absolute;
    content: "";
    bottom: -1.65rem;
    left: 75%;
    width: 300%;
    height: 100%;
    background: url(/images/bg-contact.svg) no-repeat 0 100%;
    z-index: 1;
  }
  [data-contrast="dark"] footer[role] .logo:after {
    opacity: 0.07;
  }
  footer[role] .logo img {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    transform: translate(-50%, 35.25%);
    width: 80%;
    max-height: 220%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-bottom {
    padding: 1rem 0;
  }
  .footer-bottom a:not(.social-link) {
    color: var(--color-scheme-contrast);
    padding-bottom: 0.2em;
    transition: background-position-y 0.15s ease-out 0.15s, box-shadow 0.15s ease-out, color 0.12s ease;
    text-decoration: none;
    background-position: 0 2em;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    background-size: 120% 100%;
  }
  .footer-bottom a:not(.social-link):hover {
    color: #fff;
    text-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
    background-position: 0 0;
    transition: background-position-y 0.15s ease-out, box-shadow 0.15s ease-out 0.15s, color 0.12s ease;
    box-shadow: -0.15em 0 0 0 rgba(0, 0, 0, 0.18), 0.15em 0 0 0 rgba(0, 0, 0, 0.18), -0.15em 0 0 0 var(--color-primary), 0.15em 0 0 0 var(--color-secondary);
  }
  .footer-bottom p {
    margin: 0 -0.5rem 0 12em;
  }
  .footer-bottom p a {
    margin: 0 0.5rem;
  }
  .alert:empty {
    display: none;
  }
  .alert {
    padding: 0.25rem 1rem;
    border-radius: 5px;
  }
  div.alert {
    margin: 1rem 0;
  }
  ul.alert {
    padding-left: 2em;
  }
  p.alert {
    padding: 0.7em 0.8rem;
  }
  .alert ul {
    text-align: left;
  }
  .alert a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
  }
  .alert.alert-success {
    background-color: #5cb85c;
    background-image: linear-gradient(-160deg, #51b362, #5ea447);
    border-color: #5cae4c;
    color: #fff;
    position: relative;
  }
  .alert.alert-success hr {
    border-top-color: hsla(0, 0%, 100%, 0.15);
  }
  .alert.alert-success a {
    background: hsla(0, 0%, 100%, 0.2);
  }
  .alert.alert-success a:focus, .alert.alert-success a:hover {
    color: #090709;
    background: #fff;
  }
  .alert.alert-info {
    background-color: #5bc0de;
    background-image: linear-gradient(-160deg, #4ea4db, #39d7d4);
    border-color: #46d1da;
    color: #fff;
    position: relative;
  }
  .alert.alert-info hr {
    border-top-color: hsla(0, 0%, 100%, 0.15);
  }
  .alert.alert-info a {
    background: hsla(0, 0%, 100%, 0.2);
  }
  .alert.alert-info a:focus, .alert.alert-info a:hover {
    color: #090709;
    background: #fff;
  }
  .alert.alert-warning {
    background-color: #f0ad4e;
    background-image: linear-gradient(-160deg, #efc440, #ed6a28);
    border-color: #ee8436;
    color: #fff;
    position: relative;
  }
  .alert.alert-warning hr {
    border-top-color: hsla(0, 0%, 100%, 0.15);
  }
  .alert.alert-warning a {
    background: hsla(0, 0%, 100%, 0.2);
  }
  .alert.alert-warning a:focus, .alert.alert-warning a:hover {
    color: #090709;
    background: #fff;
  }
  .alert.alert-danger {
    background-color: #d9534f;
    background-image: linear-gradient(-160deg, #d65f42, #d22d52);
    border-color: #d43a4f;
    color: #fff;
    position: relative;
  }
  .alert.alert-danger hr {
    border-top-color: hsla(0, 0%, 100%, 0.15);
  }
  .alert.alert-danger a {
    background: hsla(0, 0%, 100%, 0.2);
  }
  .alert.alert-danger a:focus, .alert.alert-danger a:hover {
    color: #090709;
    background: #fff;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control {
      line-height: 1.6;
    }
  }
  @media only screen and (max-width: 720px) {
    article .btgrid [class*="col-"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-right: 1rem;
      padding-right: var(--half-gutter-width);
      padding-left: 1rem;
      padding-left: var(--half-gutter-width);
      flex-basis: 100%;
      max-width: 100%;
      flex-grow: 1;
    }
    .btgrid .row {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .btgrid .col-md-4 {
      width: 100%;
    }
    .pt-rwd-0 {
      padding-top: 0 !important;
    }
    .sticky-wrapper, nav[role] {
      height: 70px;
    }
    nav[role] {
      position: fixed;
      bottom: 0;
    }
    nav[role] .sticky-only {
      display: none;
    }
    nav[role] .search-wrap {
      width: 100%;
    }
    nav[role] .wrap {
      display: flex;
      height: 100%;
      padding: 0.45em 0.5em;
      justify-content: space-between;
    }
    nav[role] .logo {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
    }
    nav[role] .logo img {
      width: 12em;
      height: auto;
    }
    nav[role] .mascotte {
      position: relative;
      text-align: center;
      margin-top: 2.5rem;
    }
    nav[role] .mascotte:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 101vw;
      background: var(--color-scheme);
      opacity: 0.2;
      height: 200%;
      transform: translate(-50%, -10%) skewY(-5deg);
    }
    nav[role] .mascotte img {
      position: relative;
      display: inline-block;
      width: 12rem;
      max-width: 80vw;
      margin: -1.25rem auto -1.5rem;
      z-index: 2;
    }
    nav[role] a {
      font-size: 1.2rem;
      color: #fff;
      padding: 0.5rem 0;
      display: block;
      text-decoration: none;
    }
    nav[role] ul {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      height: 100vh;
      overflow-y: auto;
      background: linear-gradient(0deg, var(--color-primary), transparent), linear-gradient(90deg, var(--color-primary), var(--color-secondary));
      padding: 4rem 1rem;
      margin: 0;
      list-style: none;
    }
    nav[role] ul li {
      order: 3;
      margin: 0.5rem;
    }
    nav[role] ul li:first-child, nav[role] ul li:last-child {
      order: 2;
    }
    .active-nav nav[role] ul {
      display: flex;
      flex-direction: column;
      animation-delay: 0s;
      animation-duration: 0.2s;
      animation-fill-mode: both;
      animation-name: fadeInUp;
    }
    nav[role] li hr {
      margin: 0;
      opacity: 0.13;
      border-color: #000;
    }
    nav[role] li.nav-list, nav[role] li .social {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      line-height: 1.2;
    }
    nav[role] li.nav-list a, nav[role] li .social a {
      font-size: inherit;
      margin: 0.35rem 1rem;
      padding: 0;
    }
    nav[role] li .social {
      font-size: 1.5rem;
    }
    nav[role] li.nav-list {
      font-size: 1rem;
    }
    .hero-bg .wrap {
      max-width: 100%;
    }
    .hero-item .card-title {
      font-size: 1.6rem;
    }
    .hero-item .card-picture [style*="--aspect-ratio"] {
      --aspect-ratio: 1.8 !important;
    }
    .hero-item .card-picture [style*="--aspect-ratio"] img {
      -o-object-fit: cover;
      object-fit: cover;
    }
    .hero-item .card-picture .rounded, .hero-item .card-picture img {
      border-radius: 0;
    }
    .hero-content {
      display: block;
      margin: 0 auto;
      width: 1270px;
      max-width: calc(100% - 2em);
      max-width: var(--max-width);
    }
    article header figure, article header img, article header img:not([class*="pull-"]) {
      left: 50%;
      max-width: inherit;
      width: 101vw !important;
      border-radius: 0;
      transform: translateX(-50.5%);
    }
    @supports (--custom: property) {
      article [style*="--aspect-ratio"] iframe:first-child {
        left: 50%;
        width: 101vw !important;
        transform: translateX(-50.5%);
      }
    }
    footer[role] {
      margin-bottom: 70px;
    }
  }
  @media print {
    article p a:after {
      content: " (" attr(href) ") ";
    }
    p {
      widows: 3;
      orphans: 3;
    }
    .print-only {
      display: initial;
    }
  }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      transition: border-color 0.25s ease;
    }
  }
  @media only screen and (min-width: 540px) {
    [class*="col-sm-offset"], [class*="col-sm"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      flex-direction: column;
      padding-right: 1rem;
      padding-right: var(--half-gutter-width);
      padding-left: 1rem;
      padding-left: var(--half-gutter-width);
    }
    .col-sm {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
    }
    .col-sm-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-sm-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-sm-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-sm-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-sm-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-sm-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-sm-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-sm-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-sm-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .start-sm {
      justify-content: flex-start;
      text-align: start;
    }
    .center-sm {
      justify-content: center;
      text-align: center;
    }
    .end-sm {
      justify-content: flex-end;
      text-align: end;
    }
    .nogrow-sm {
      flex-grow: 0;
    }
    .top-sm {
      align-items: flex-start;
    }
    .middle-sm {
      align-items: center;
    }
    .bottom-sm {
      align-items: flex-end;
    }
    .stretch-sm {
      align-items: stretch;
    }
    .around-sm {
      justify-content: space-around;
    }
    .between-sm {
      justify-content: space-between;
    }
    .justify-sm {
      justify-content: center;
    }
    .first-sm {
      order: -1;
    }
    .last-sm {
      order: 1;
    }
    .small-gap-sm {
      --half-gutter-width: calc(1rem * 0.5);
      --gutter-compensation: calc(-1rem * 0.5);
      --outer-margin: calc(2rem * 0.5);
    }
    .gap-sm {
      --half-gutter-width: 1rem;
      --gutter-compensation: -1rem;
      --outer-margin: 2rem;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
    .d-sm-flex {
      display: flex !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-none {
      display: none !important;
    }
    .grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "a b c";
    }
  }
  @media only screen and (min-width: 720px) {
    [class*="col-md-offset"], [class*="col-md"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      flex-direction: column;
      padding-right: 1rem;
      padding-right: var(--half-gutter-width);
      padding-left: 1rem;
      padding-left: var(--half-gutter-width);
    }
    .col-md {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
    }
    .col-md-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-md-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-md-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-md-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-md-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-md-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-md-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-md-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-md-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .start-md {
      justify-content: flex-start;
      text-align: start;
    }
    .center-md {
      justify-content: center;
      text-align: center;
    }
    .end-md {
      justify-content: flex-end;
      text-align: end;
    }
    .nogrow-md {
      flex-grow: 0;
    }
    .top-md {
      align-items: flex-start;
    }
    .middle-md {
      align-items: center;
    }
    .bottom-md {
      align-items: flex-end;
    }
    .stretch-md {
      align-items: stretch;
    }
    .around-md {
      justify-content: space-around;
    }
    .between-md {
      justify-content: space-between;
    }
    .justify-md {
      justify-content: center;
    }
    .first-md {
      order: -1;
    }
    .last-md {
      order: 1;
    }
    .small-gap-md {
      --half-gutter-width: calc(1rem * 0.5);
      --gutter-compensation: calc(-1rem * 0.5);
      --outer-margin: calc(2rem * 0.5);
    }
    .gap-md {
      --half-gutter-width: 1rem;
      --gutter-compensation: -1rem;
      --outer-margin: 2rem;
    }
    .col-md-offset-0 {
      margin-left: 0;
    }
    .d-md-flex {
      display: flex !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-none {
      display: none !important;
    }
    :root {
      --max-width: calc(100% - 3.6em);
    }
    @supports (display: grid) {
      body {
        grid-template-areas: "header" "nav" "main" "footer";
      }
    }
    .section-hr .label {
      left: 0;
      font-size: 1.15rem;
      padding: 0.2em 0.5em;
      transform: translateX(0);
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .footer-bottom, .header-main, .header-top {
      display: block;
    }
    .sticky-wrapper, nav[role] {
      height: 58px;
    }
    nav[role] {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
    nav[role] .wrap {
      padding: 0;
    }
    nav[role] ul {
      width: 100%;
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0;
    }
    nav[role] li {
      justify-content: center;
      align-self: center;
      display: flex;
    }
    nav[role] a, nav[role] li {
      transition: 0.2s ease;
      height: 100%;
    }
    nav[role] a {
      text-decoration: none;
      position: relative;
      display: inline-block;
      padding: 1.2em 1em;
      color: inherit;
      cursor: pointer;
    }
    nav[role] a.active {
      background-color: hsla(0, 0%, 100%, 0.14);
    }
    nav[role] a:focus, nav[role] a:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.14);
      text-decoration: none;
    }
    nav[role] .sticky-only a {
      padding: 0.8rem 0;
    }
    nav[role] .sticky-only + li {
      transition: 0.2s ease;
    }
    nav[role].sticked .wrap {
      position: relative;
    }
    nav[role].sticked .sticky-only {
      animation-delay: 0.1s;
      animation-duration: 0.3s;
      animation-fill-mode: both;
      animation-name: fadeInLeft;
    }
    nav[role].sticked .sticky-only img {
      transition: width 1.6s ease;
      height: 100%;
      width: 10em;
      margin: 0 1rem;
    }
    nav[role].sticked .sticky-only + li {
      transition: 0.2s ease;
      opacity: 0;
      width: 0;
      white-space: nowrap;
    }
    .navicon {
      display: none;
    }
    .search {
      margin-left: 1rem;
    }
    .search .search-wrap {
      padding-left: 1rem;
    }
    .search .search-wrap input {
      font-size: 1rem;
      width: 30ch;
    }
    .hero-bg:before {
      background-size: cover;
      background-position: top;
      background-image: var(--hero-bg);
      transition: background 0.8s linear;
      will-change: background-image;
    }
    .hero-bg:after, .hero-bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
    }
    .hero-bg:after {
      background-image: linear-gradient(0deg, var(--color-scheme), transparent);
    }
    .hero-bg .wrap:before {
      content: "";
      position: absolute;
      background: linear-gradient(0deg, transparent, var(--color-primary));
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.3;
      pointer-events: none;
    }
    .hero-bg .wrap > * {
      z-index: 1;
    }
    .hero-item > :after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, var(--color-scheme), transparent);
      z-index: 1;
      opacity: 1;
      transition: opacity 0.2s linear;
      pointer-events: none;
      filter: grayscale(50%);
      overflow: hidden;
      border-radius: 1em;
    }
    .hero-content {
      background: var(--color-scheme);
      border-radius: 1em 1em 0 0;
      position: absolute;
      bottom: -1px;
      left: 25%;
      width: 50%;
      padding: 1rem 1rem 0;
    }
    article figcaption {
      border-radius: 0 0 1rem 1rem;
    }
    article figure > a:not(:only-child) > img, article figure img:not(:only-child) {
      border-radius: 1rem 1rem 0 0;
    }
    article iframe, article img {
      border-radius: 1rem;
    }
    .review .row:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      transform: translate(-0.5rem, -50%);
      height: calc(100% - 2rem);
      background: rgba(0, 0, 0, 0.1);
    }
    article footer .author {
      flex-direction: row;
    }
    ::-webkit-scrollbar-track {
      background-color: transparent;
    }
    body::-webkit-scrollbar-track {
      border-left: 1px solid rgba(0, 0, 0, 0.12);
    }
    ::-webkit-scrollbar {
      width: 0.8em;
      height: 0.5em;
      background-color: var(--color-scheme);
    }
    .lg-zoomed::-webkit-scrollbar {
      color: rgba(0, 0, 0, 0.35);
    }
    .lg-on::-webkit-scrollbar {
      opacity: 0;
    }
    ::-webkit-scrollbar-thumb {
      background: linear-gradient(0deg, var(--color-primary), var(--color-secondary));
      border-radius: 6px;
      -webkit-transition: 2s ease;
      transition: 2s ease;
      background-size: contain;
    }
    .card-picture .label {
      font-size: 0.75rem;
    }
    .controls-container {
      display: flex;
    }
    @supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
      i.arrow {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
      }
    }
    .grid {
      grid-template-columns: 45.83333333% auto;
      grid-template-areas: "a b" "a c";
    }
    .grid > :first-child {
      align-self: stretch;
      position: relative;
    }
    .grid > :first-child .card-picture, .grid > :first-child .card-picture * {
      height: 100%;
    }
    .grid > :first-child .card-picture img {
      -o-object-fit: cover;
      object-fit: cover;
    }
    .grid > :first-child .card-content {
      position: absolute;
      z-index: 2;
      left: 1.5rem;
      padding: 1rem 1rem 3rem;
      border-radius: 1em 1em 0 0;
      bottom: -2.8rem;
      width: calc(100% - (1rem * 3));
    }
    .grid > :first-child ~ * {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid > :first-child ~ * .card-picture {
      margin-bottom: 0;
      flex-basis: 50%;
    }
    .grid > :first-child ~ * .card-picture a {
      height: auto;
    }
    .grid > :first-child ~ * .card-content {
      position: relative;
      flex-basis: 50%;
      background: var(--color-scheme);
      padding: 1rem 0;
      transform: translateX(-2rem);
      z-index: 2;
    }
    .grid > :first-child ~ * .card-content:after {
      content: "";
      position: absolute;
      top: 0;
      right: 99.5%;
      height: 100%;
      width: 2rem;
      border-radius: 1em 0 0 1em;
      background: inherit;
      z-index: -1;
    }
    .grid > :first-child ~ * .card-title {
      width: calc(100% + (1rem * 2));
    }
    .grid .card {
      height: 100%;
    }
    .h1, h1 {
      font-size: 2rem;
    }
    .h1.big, h1.big {
      font-size: 2.3rem;
    }
    .h1.lead, article .h1, article h1, h1.lead {
      font-size: 2.15rem;
    }
    .h2, h2 {
      font-size: 1.7rem;
    }
    .label {
      font-size: 0.85rem;
      padding: 0.25em 1em;
    }
  }
  @media only screen and (min-width: 960px) {
    [class*="col-lg-offset"], [class*="col-lg"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      flex-direction: column;
      padding-right: 1rem;
      padding-right: var(--half-gutter-width);
      padding-left: 1rem;
      padding-left: var(--half-gutter-width);
    }
    .col-lg {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
    }
    .col-lg-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-lg-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-lg-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-lg-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-lg-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-lg-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-lg-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-lg-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-lg-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .start-lg {
      justify-content: flex-start;
      text-align: start;
    }
    .center-lg {
      justify-content: center;
      text-align: center;
    }
    .end-lg {
      justify-content: flex-end;
      text-align: end;
    }
    .nogrow-lg {
      flex-grow: 0;
    }
    .top-lg {
      align-items: flex-start;
    }
    .middle-lg {
      align-items: center;
    }
    .bottom-lg {
      align-items: flex-end;
    }
    .stretch-lg {
      align-items: stretch;
    }
    .around-lg {
      justify-content: space-around;
    }
    .between-lg {
      justify-content: space-between;
    }
    .justify-lg {
      justify-content: center;
    }
    .first-lg {
      order: -1;
    }
    .last-lg {
      order: 1;
    }
    .small-gap-lg {
      --half-gutter-width: calc(1rem * 0.5);
      --gutter-compensation: calc(-1rem * 0.5);
      --outer-margin: calc(2rem * 0.5);
    }
    .gap-lg {
      --half-gutter-width: 1rem;
      --gutter-compensation: -1rem;
      --outer-margin: 2rem;
    }
    .col-lg-offset-0 {
      margin-left: 0;
    }
    .d-lg-flex {
      display: flex !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-none {
      display: none !important;
    }
    :root {
      --max-width: calc(100% - 2em);
    }
    .search .search-wrap input {
      background-color: transparent;
    }
  }
  @media only screen and (min-width: 1270px) {
    [class*="col-xl-offset"], [class*="col-xl"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      flex-direction: column;
      padding-right: 1rem;
      padding-right: var(--half-gutter-width);
      padding-left: 1rem;
      padding-left: var(--half-gutter-width);
    }
    .col-xl {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%;
    }
    .col-xl-1 {
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-xl-2 {
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-xl-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-xl-5 {
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-xl-6 {
      flex-basis: 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-xl-8 {
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-xl-9 {
      flex-basis: 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-xl-11 {
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-xl-12 {
      flex-basis: 100%;
      max-width: 100%;
    }
    .col-xl-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-xl-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-xl-offset-3 {
      margin-left: 25%;
    }
    .col-xl-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-xl-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-xl-offset-6 {
      margin-left: 50%;
    }
    .col-xl-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-xl-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-xl-offset-9 {
      margin-left: 75%;
    }
    .col-xl-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-xl-offset-11 {
      margin-left: 91.66666667%;
    }
    .start-xl {
      justify-content: flex-start;
      text-align: start;
    }
    .center-xl {
      justify-content: center;
      text-align: center;
    }
    .end-xl {
      justify-content: flex-end;
      text-align: end;
    }
    .nogrow-xl {
      flex-grow: 0;
    }
    .top-xl {
      align-items: flex-start;
    }
    .middle-xl {
      align-items: center;
    }
    .bottom-xl {
      align-items: flex-end;
    }
    .stretch-xl {
      align-items: stretch;
    }
    .around-xl {
      justify-content: space-around;
    }
    .between-xl {
      justify-content: space-between;
    }
    .justify-xl {
      justify-content: center;
    }
    .first-xl {
      order: -1;
    }
    .last-xl {
      order: 1;
    }
    .small-gap-xl {
      --half-gutter-width: calc(1rem * 0.5);
      --gutter-compensation: calc(-1rem * 0.5);
      --outer-margin: calc(2rem * 0.5);
    }
    .gap-xl {
      --half-gutter-width: 1rem;
      --gutter-compensation: -1rem;
      --outer-margin: 2rem;
    }
    .col-xl-offset-0 {
      margin-left: 0;
    }
    .d-xl-flex {
      display: flex !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-none {
      display: none !important;
    }
  }
  @media only screen and (max-width: 1270px) {
    html {
      touch-action: manipulation;
    }
  }
  @media only screen and (max-width: 540px) {
    article .article-inner figure:not([class*="pull-"]) img {
      transform: translateX(-50%);
    }
    article .article-inner figure:not([class*="pull-"]), article .article-inner img:not([class*="pull-"]) {
      position: relative;
      left: 50%;
      max-width: inherit;
      width: 101vw !important;
      transform: translateX(-50.5%);
    }
  }
}
.header-main svg #top path {
  fill: #aa194f;
  fill: var(--color-primary);
}
.header-main a:focus + svg #top path, .header-main a:hover + svg #top path, .header-main svg #bottom path {
  fill: #e64142;
  fill: var(--color-secondary);
}
.header-main a:focus + svg #bottom path, .header-main a:hover + svg #bottom path {
  fill: #aa194f;
  fill: var(--color-primary);
}
@supports (--custom: property) {
  [style*='--aspect-ratio'] > :first-child {
    position: absolute;
  }
}
@layer utilities {
  .tw\:mx-auto {
    margin-inline: auto;
  }
  .tw\:mt-6 {
    margin-top: calc(var(--tw-spacing) * 6);
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:max-w-2xl {
    max-width: var(--tw-container-2xl);
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:py-8 {
    padding-block: calc(var(--tw-spacing) * 8);
  }
  .tw\:text-center {
    text-align: center;
  }
}
