@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);

   /* ==========================================================================
   Basic styles
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* @import 'font.css'; */
/* ==========================================================================
   Vaiables
   ========================================================================== */
:root {
/* Colors
    ========================================================================== */
    /* &[data-theme="light"] {
        color-scheme: light;
        --color-bg: hsl(240, 10%, 92%);
        --color-fg:color-mix(in srgb, var(--color-bg) 20%, var(--color-accent));
        --color-accent: hsl(0, 0%, 10%) ;
    }
    &[data-theme="dark"] {
        color-scheme: dark;
        --color-bg: hsl(247, 10%, 18%);
        --color-fg: color-mix(in srgb, var(--color-bg) 50%, var(--color-accent));
        --color-accent: hsl(0, 0%, 100%);
    } */

        color-scheme: light;
        --color-bg: hsl(0, 0%, 100%);
        /* --color-fg:color-mix(in srgb, var(--color-bg) 20%, var(--color-accent)); */
        --color-fg: hsl(214, 4%, 34%);
        --color-brand:#00bcb6;
        --color-brand-dark:#00737c;
        --color-accent: var(--color-brand);

/* SFont-size
    ========================================================================== */
    --fs-caption: .875rem;
    --fs-body: 1rem;
    --fs-body-m: 1.25rem;
    --fs-body-l: clamp(1rem, calc(3vw + .25rem), 2rem);
    --fs-body-xl: clamp(1.5rem, calc(3vw + .25rem), 3rem);
    --fs-body-xxl: clamp(3rem, calc(8vw + .25rem), 5rem);

/* Spaces
    ========================================================================== */
    --space-1: 1rem;

/*  Wrappers
    ========================================================================== */
    --wrapper-s: min(calc(100% - calc(var(--space-1) * 4)), 768px);

}
/* ==========================================================================
    Breakpoints
    ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    background-color: var(--color-bg);
    color: var(--color-fg);
    line-height: 135%;
}
html main a {
        color: var(--color-accent);
    }
html main a:hover {
            color: var(--color-fg);
        }
body {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    /* google font open sans */
    font-family: 'Open Sans', sans-serif;
    /* 300 - 800 */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-rendering: auto;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}
.footer {
    margin-top: auto;
}
iframe {
    border: none;
    width: 100%;
    height: 100%;
}
figure {
    margin-inline: 0;
}
img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}
/* accesibility skip link */
#skip-link {
    position: absolute;
    top: -100vh;
    background-color: var(--color-bg);
    color: var(--color-fg);
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    border-radius: 2px;
    margin: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    z-index: 2;
}
#skip-link:focus-visible {
      outline: 3px solid var(--color-fg);
      top: var(--space-1);
      left: var(--space-1);
    }
/* demo */
.main {
    padding-inline: calc(var(--space-1) * 2);
}
/* ==========================================================================
   Ui
   ========================================================================== */
.hide {
    display: none;
}
/* MIX --production use just 4 level on postcss nested*/
.form-switch {
    /* label.focus span.container,
    label:hover span.container {
        background-color: red;
    } */
}
.form-switch svg {
        vertical-align: middle;
    }
.form-switch svg * {
            fill: var(--color-bg);
        }
.form-switch svg{
        margin-bottom: 1px;
}
.form-switch .label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        padding: calc(var(--space-1) / 2);
    }
.form-switch .label:not(:last-child) {
            margin-bottom: calc(var(--space-1) / 2);
        }
.form-switch .label input[role="switch"] {
            opacity: 0;

        }
.form-switch .label input[role="switch"]~ .form-switch-state {
                --container-width: 60px;
                --container-height: 24px;
                --offset: 4px;
                display: flex;
                align-items: center;
                -webkit-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none;
            }
.form-switch .label input[role="switch"]~ .form-switch-state > .container {
                opacity: .4;
                display: flex;
                align-items: center;
                position: relative;
                -moz-column-gap: calc(var(--space-1) / 2);
                     column-gap: calc(var(--space-1) / 2);
                border: 1px solid var(--color-bg);
                width: var(--container-width);
                height: calc(var(--container-height) + var(--offset));
                border-radius: var(--container-height);
                padding: var(--offset);
                margin-right: calc(var(--space-1) / 2);
            }
.form-switch .label input[role="switch"]~ .form-switch-state > .container > .position {
                position: relative;
                border-radius: 50%;
                width: calc(var(--container-height) - var(--offset));
                height: calc(var(--container-height) - var(--offset));
                background-color: var(--color-bg);
                left: 0;
                transition: left .125s ease-in-out;
            }
.form-switch .label input[role="switch"]:not(:checked) ~ .form-switch-state span.on,
            .form-switch .label input[role="switch"]:checked ~ .form-switch-state > span.off {
                display: none;
            }
.form-switch .label input[role="switch"]:checked ~ .form-switch-state > .container  {
                opacity: 1;
            }
.form-switch .label input[role="switch"]:checked ~ .form-switch-state > .container > .position {
                    left: calc(var(--container-width) - var(--container-height) - var(--offset) - 1px);
                }
.form-switch .label input[role="switch"]:disabled,
            .form-switch .label input[role="switch"]:disabled:checked {
                cursor: not-allowed;
            }
.form-switch .label input[role="switch"]:disabled~ .form-switch-state > .container, .form-switch .label input[role="switch"]:disabled:checked~ .form-switch-state > .container {
                    opacity: .5;
                }
.form-switch label.focus,
    .form-switch label:hover {
        outline: none;
        cursor: pointer;
        outline: 1px solid var(--color-bg);
    }
.form-switch label.focus:has(input[role="switch"]:checked:disabled), .form-switch label:hover:has(input[role="switch"]:checked:disabled) {
            outline: none;
            pointer-events: none;
        }
/* ==========================================================================
   Components
   ========================================================================== */
/* common */
.block-iframe,
.block-text,
.block-figure,
.block-download {
    margin-block: var(--space-1);
}
.block-download {
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.block-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.block-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.block-figure a {
        display: block;
    }
/* Component for cookies advise */
/*this component is just in case we need block content. Add in common-cookies.blade*/
/* .cookies-advise-block {} */
.cookies-advise {
    background-color: var(--color-fg);
    color: var(--color-bg);
    position: fixed;
    z-index: 9000;
    bottom: 0;
    right: 0;
    width: min(410px, 100%);
    padding: var(--space-1);
    font-size: var(--fs-caption);
}
.cookies-advise-info h3, .cookies-advise-info h4 {
        font-size: var(--fs-body);
        margin: 0;
    }
.cookies-advise-info .block-text {
        margin-top: 0;
    }
.cookies-advise-info a {
        color: var(--color-bg);
    }
.cookies-advise-description {
    margin-top: .5rem;
}
.cookies-advise-actions {
    border: 1px solid var(--color-bg);
    display: flex;
    flex-wrap: wrap;
}
.cookies-advise-actions >* {
        flex: 1;
        padding: 1rem .5rem;
        text-align: center;

        vertical-align: middle;
        background-color: transparent;
        border: none;
    }
.cookies-advise-actions >*:first-child {
            border-right: 1px solid var(--color-bg);
        }
.cookies-advise-actions >*{
        color: var(--color-bg);
        text-decoration: none;
}
.cookies-advise-actions >*:hover {
            background-color: var(--color-bg);
            color: var(--color-fg);
        }
.cookies-advise-actions >*:focus-visible {
            outline: 3px solid var(--color-bg);
        }
.cookies-advise-preferences fieldset {
        border: 1px solid var(--color-bg);
        margin: calc(var(--space-1) * 1.5) 0;
      }
.cookies-advise-preferences legend {
        font-size: var(--fs-caption);
        padding-inline: calc(var(--space-1) / 2);
      }
.search {
    flex: 1;
}
.search fieldset {
        margin: 0;
        border: none;
        padding: 0;
    }
.search legend:not(:focus):not(:active), .search label:not(:focus):not(:active) {
            width: 1px;
            height: 1px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            -webkit-clip-path: inset(50%);
                    clip-path: inset(50%);
            position: absolute;
            white-space: nowrap;
        }
.search{
    font-size: var(--fs-caption);
}
.search button {
        display: none;
    }
.search input {
        padding: calc(var(--space-1) / 2);
        width: 100%;
        min-width: 200px;
    }
.promo {
    --height: 50dvh;

    position: relative;
    height: var(--height);
}
.promo figure {
        position: absolute;
        z-index: -1;
        margin: 0;
        inset: 0;
    }
.promo figure::before {
            content: "";
            position: absolute;
            z-index: 1;
            inset: 0;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
        }
.promo img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        -o-object-fit: cover;
           object-fit: cover;
    }
/* state when user use url input in scms promo */
.promo .has-link {
        display: block;
        height: 100%;
        text-decoration: none;
    }
.promo .has-link:hover figure::before {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
            }
.promo-content {
    padding: calc(var(--space-1) * 2);
    height: 100%;
    display: grid;
}
.promo-info {
    align-self: end;
    color: var(--color-bg);
}
.promo-info p {
        font-size: clamp(var(--fs-caption), 5vw, var(--fs-body-m));
    }
.promo-info a {
        color: var(--color-bg);
    }
.promo-info-title {
    font-size: clamp(var(--fs-body), 5vw, var(--fs-body-l));
    margin-block: 1.5rem;
}
.pagination {
    font-size: var(--fs-body);
    margin-block: var(--space-1);

}
.pagination svg {
		width: 40px;
		height: 40px;
        fill: var(--color-fg);
        vertical-align: middle;
    }
.pagination span[aria-disabled="true"] {
        opacity: 0.5;
    }
.prev-next {
    display: none;
}
.pagination-info >p {
        font-size: var(--fs-caption);
    }
.pagination-info-pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--space-1) / 2);
}
.pagination-page {
    background-color: var(--color-fg);
    color: var(--color-bg);
    text-decoration: none;
    text-align: center;
    padding: calc(var(--space-1) / 2) var(--space-1);
}
.pagination-page:hover {
        background-color: var(--color-bg);
        color: var(--color-fg);
    }
.current-page {
    padding: calc(var(--space-1) / 2) var(--space-1);
}
.related-category {
    margin: 0;
    text-decoration: none;
    font-size: var(--fs-caption);
}
.related-tags {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--space-1);
    list-style-type: none;
    margin-inline: 0;
    padding: 0;
    font-size: var(--fs-caption);
}
.related-tags a {
        text-decoration: none;
        border: 1px solid currentColor;
        display: inline-block;
        padding: calc(var(--space-1) / 6) calc(var(--space-1) / 1.5);
        border-radius: 18px;
    }
.related-share h3 {
        font-size: var(--fs-body);
        margin: 0;
    }
.related-share ul {
        display: flex;
        flex-wrap: wrap;
        gap: var(--space-1);
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
.related-comments {
}
.related-prev-next {}
.related-prev {}
.related-next {}
.related-msg {}
.is-error {
    color: rgb(246, 53, 53);
}
.is-advise {
    color: rgb(230, 181, 65);
}
.is-right {
    color: rgb(23, 206, 121);
}
/* search results*/
.related-results {}
.related-results-search{}
.related-results-cat{}
.related-results-tags{}
.related-results-tabs {
    margin-block: calc(var(--space-1) * 2);
}
.related-results-tabs ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
.related-results-tabs ul a {
            border: 1px solid var(--color-fg);
            padding: calc(var(--space-1) / 2) var(--space-1);
            text-decoration: none;
        }
.related-results-tabs ul a:hover {
                background-color: var(--color-fg);
                color: var(--color-bg);
            }
.related-results-tabs ul li:first-child a{
                border-right: 0;
            }
.related-results-tabs ul li.is-active a {
                background-color: var(--color-fg);
                color: var(--color-bg);
            }
.empty-state {
    font-size: var(--fs-body-l);
    line-height: 110%;
}
.related-results-figure {}
.related-results-download {}
.related-results-iframe {}
/* Entries */
.entries-last {
    --space: calc(var(--space-1) * 2);
    --width: 300px;

    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space);
}
.entries-last > * {
        flex: 1 0 var(--width);
        scroll-snap-align: start;
        max-width: var(--width);
    }
.entries-last a {
        display: block;
        text-decoration: none;
    }
.entries-last-item-title {
    font-size: clamp(var(--fs-caption), 5vw, var(--fs-body-m));
    line-height: 130%;
    margin-block: .25rem;
}
.entries-aside {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: calc(var(--space-1) * 4);
         column-gap: calc(var(--space-1) * 4);
    row-gap: var(--space-1);
    margin-bottom: calc(var(--space-1) * 3);
}
.entries-aside-cat h3, .entries-aside-tags h3, .entries-aside-topics h3 {
        font-size: var(--fs-body);
        margin: 0;
    }
.entries-aside-cat ul, .entries-aside-tags ul, .entries-aside-topics ul {
        font-size: var(--fs-caption);
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
.entries-aside-cat a, .entries-aside-tags a, .entries-aside-topics a {
        text-decoration: none;
    }
/* Entries-list */
.entries-list,
.entries-detail {
    padding-block: 1rem;
    width: min(100%, 960px);
    margin-inline: auto;
    padding-inline: 1rem;
}
.page-entries-detail main{
    background-color: color-mix(in srgb, var(--color-bg) 85%, var(--color-brand));

}
.entries-detail {
    background-color: white;;
    padding-inline: 2rem;
}
.entries-list-item time {
        font-size: var(--fs-caption);
        margin-right: var(--space-1);
    }
.entries-list-item{
    margin-bottom: var(--space-1);
    padding-bottom: var(--space-1);
    border-bottom: 1px solid color-mix(in srgb, var(--color-fg), transparent 80%);
}
.entries-list-item:has(.entries-list-item-intro) {
        padding-bottom: 0;
    }
.entries-list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
.entries-list-item{
    display: flex;
        gap: 2rem;
}
.entries-list-item figure {
        max-width: 300px;
    }
.entries-list-item-title {
    margin-block: calc(var(--space-1) / 2);
    line-height: 120%;
    font-size: var(--fs-body-l);
}
.entries-list-item-title a {
        text-decoration: none;
        display: inline-block;
    }
.entries-list-item-intro {
    line-height: 140%;
    font-size: var(--fs-body-m);
}
.entries-list-item-intro p:first-child {
            margin-top: 0;
        }
.entries-list-item-read-more {}
.entries-list-download {}
.entries-list-iframe {}
.entries-list-figure {}
/* Entries-detail */
.entries-detail small {
        font-size: var(--fs-caption);
    }
.entries-detail-header {
    display: block;
}
.entries-detail-header h2 {
        font-size: clamp(var(--fs-body-l), 5vw, 6rem);
        line-height: 100%;
        margin: 0;
    }
.entries-detail-header time {
        font-size: var(--fs-caption);
    }
.entries-detail-intro p{
    font-size: clamp(var(--fs-body), 5vw, var(--fs-body-l));
    line-height: 130%;
}
.entries-detail-figure figcaption {
        font-size: var(--fs-caption);
        margin-top: calc(var(--space-1) / 2);
    }
.entries-detail-text ul, .entries-detail-text ol, .entries-detail-text p {
        font-size: var(--fs-body-m);
        line-height: 150%;
    }
.entries-detail-download {
    margin-block: var(--space-1);
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.entries-detail-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.entries-detail-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.entries-detail-figure {}
.entries-detail-text {}
.entries-detail-download {}
.entries-detail-iframe {}
/* ==========================================================================
   Modules
   ========================================================================== */
.header {
    padding: 1rem calc(var(--space-1) * 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-1);
    background: linear-gradient(90deg, color-mix(in srgb, var(--color-bg) 15%, var(--color-brand)), color-mix(in srgb, var(--color-bg) 15%, var(--color-brand)));
}
/* border-bottom: 1px solid color-mix(in srgb, var(--color-bg) 30%, var(--color-brand)); */
.header a {
        text-decoration: none;
        color: var(--color-accent);
    }
.header a:hover {
            color: var(--color-fg);
        }
.header-main{
    margin: 0;
    margin-right: auto;
}
.header-main svg {
        width: 100%;
        height: auto;
        vertical-align: middle;
        max-width: 230px;
    }
.header-main svg > * {
            fill: var(--color-bg);
        }
.header-main span {
        /* visually hide */
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
/* .header-description {
} */
.main-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
    font-size: var(--fs-caption);
}
.main-nav-list,
.main-nav-lang {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
}
.main-nav-list .is-active, .main-nav-lang .is-active {
        /* border-bottom: 1px solid var(--color-accent); */
    }
.main-nav-list a {
        background-color: var(--color-bg);
        color: var(--color-fg);
        padding: .25rem .5rem;
        border-radius: 3px;
        font-weight: 600;
   }
.main-nav-lang{
    border: 1px solid var(--color-bg);
    padding: .25rem .5rem;
    border-radius: 3px;
}
.main-nav-lang a {
        color: var(--color-bg);
        font-weight: 600;
    }
/* &::before {
        content: "|";
    } */
.main-nav-lang .is-active {
        display: none;
    }
.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: calc(var(--space-1) * 4 );
         column-gap: calc(var(--space-1) * 4 );
    row-gap: var(--space-1);
    padding: calc(var(--space-1) * 2);
    font-size: var(--fs-caption);
    background-color: #f0f0f0;
}
.footer h3 {
        margin-block: calc(var(--space-1) / 2);
    }
.footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
.footer a {
        text-decoration: none;
        color: var(--color-fg);
    }
.footer button {
        background: none;
        border: none;
        color: var(--color-fg);
        cursor: pointer;
        font-size: inherit;
    }
.footer-legal ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-1);
}
.cr {
    margin-left: auto;
}
.cr small{
    font-size: var(--fs-caption);
}
.footer-info,
.footer-social,
.footer-navgation {
}
.footer-social li:not(:last-child) {
            margin-bottom: .5rem;
        }
.footer-social ul  a{

        display: flex;
        align-items: center;
        gap: .25rem;
    }
.footer-social svg {
        width: 1.5rem;
        height: 1.5rem;   
    }
.footer-social svg > * {
            fill: var(--color-brand);
        }
.footer-top {
    margin-left: auto;
}
.footer-top::before {
        content: "⇡";
        width: calc(var(--space-1) * 2.5);
        font-size: 1.5rem;
        display: grid;
        place-content: center;
        text-align: center;
        border: 1px solid var(--color-fg);
        border-radius: 50%;
        aspect-ratio: 1;
    }
.footer-top span{
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
.footer-top:hover::before {
            background-color: var(--color-fg);
            color: var(--color-bg);
        }
/* ==========================================================================
   Pages
   ========================================================================== */
.page-default ul,.page-default ol {
        margin: 0;
        padding: 0;
    }
.page-default ul li, .page-default ol li {
            margin-left: 1rem;
        }
.page-default figcaption,
    .page-default small {
        font-size: var(--fs-caption);
    }
/* texts */
.page-text,
.page-figure,
.page-download,
.page-iframe{
    margin-block: var(--space-1);
}
/* files for download */
.page-download {
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.page-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.page-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.ratio-16-9 {
    aspect-ratio: 16 / 9;
}
.ratio-4-3 {
    aspect-ratio: 4 / 3;
}
.page-legal ul {
        margin: 0;
        padding-left: 1rem;
    }
.contact {
}
.page-home {
    --max-width: 1280px;
}
.page-home ul,.page-home ol {
        list-style-type: "";
        margin: 0;
        padding: 0;
    }
.page-home figcaption,
    .page-home small {
        font-size: var(--fs-caption);
    }
.page-home h2 {

        font-size: var(--fs-body-xxl);
        line-height: 102%;
        margin-bottom: calc(var(--space-1) * 4);
        margin-top: 0;
        letter-spacing: -.2rem;
        /* text-transform: uppercase; */
        font-weight: 400;
        font-variation-settings: "wdth" 90;
        -moz-column-span: all;
             column-span: all;
        color: color-mix(in srgb, var(--color-bg) 30%, var(--color-brand-dark));

    }
.page-home h2 + p {
            margin-top: 0;
            font-size: var(--fs-body-m);
            line-height: 130%;
            max-width: 72ch;
        }
.page-home h2:has(+ p) {
            -webkit-margin-after: calc(var(--space-1) * 2);
                    margin-block-end: calc(var(--space-1) * 2); 
        }
/* texts */
.page-text,
.page-figure,
.page-download,
.page-iframe{
    margin-block: var(--space-1);
}
/* files for download */
.page-download {
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.page-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.page-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.ratio-16-9 {
    aspect-ratio: 16 / 9;
}
.ratio-4-3 {
    aspect-ratio: 4 / 3;
}
.intro-home-banner {
    /* background-color: var(--color-brand-dark); */
    /* linear gradient bran brnd-dark */
    /* background: linear-gradient(90deg, color-mix(in srgb, var(--color-bg) 85%, var(--color-brand)), color-mix(in srgb, var(--color-bg) 30%, var(--color-brand))); */
        background: linear-gradient(90deg, color-mix(in srgb, var(--color-bg) 15%, var(--color-brand-dark)), color-mix(in srgb, var(--color-bg) 15%, var(--color-brand-dark)));

    margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
    padding: calc(var(--space-1) * 2);
    min-height: calc(100dvh - 89px);
}
@media (min-width: 600px) {
.intro-home-banner {
        display: flex
}
    }
.intro-home-banner{
    align-items: center;
    gap: calc(var(--space-1) * 3);
}
.intro-home-banner > * {
        flex:1;
    }
.intro-home-banner figure {
        margin: 0;
        /* transform: translateY(100%); */
        pointer-events: none;
        position: relative;
        }
.intro-home-banner figure::before {
            content: "";
            display: block;
            position: absolute;
            height: calc(100% + 2rem);
            aspect-ratio: 1 / 1;
            background-color: var(--color-brand);
            z-index: 0;
            border-radius: 100%;
            top: 0;
            left: 20%;
        }
.intro-home-banner figure img {
            position: relative;
            z-index: 1;}
.intro-home-banner ul {
        color: var(--color-bg);
        border: 1px solid var(--color-bg);
        border-radius: 1rem;
            -webkit-margin-before: calc(var(--space-1) * 2 );
                    margin-block-start: calc(var(--space-1) * 2 );
    }
.intro-home-banner ul li {
            padding: .5rem 1rem;
            font-size: var(--fs-caption);
        }
.intro-home-banner ul li:not(:last-child) {
                border-bottom: 1px solid var(--color-bg);
            }
.intro-home-banner p {
        font-size: var(--fs-body-l);
        line-height: 112%;
        letter-spacing: -.07rem;
        margin: 0;
        font-weight: 700;
        color: var(--color-bg);
        /* &:has(strong) {
            font-size: var(--fs-body);
            margin-bottom: .5rem;
        } */
    }
.intro-home-banner a {
            display: inline-block;
            text-decoration: none;
                color: color-mix(in srgb, var(--color-bg) 0%, var(--color-brand));
                color: var(--color-accent);
        }
.intro-home-banner a:hover {
                color: var(--color-fg);
            }
.info-home {
    padding-block: calc(var(--space-1) * 3);
    padding-inline: 2rem;
    /* min-height: 90dvh; */
    display: grid;
    place-content: center;
    background-color: color-mix(in srgb, var(--color-bg)80%, var(--color-fg));
    color: var(--color-fg);
    margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
}
.info-home h2 {
        color: var(--color-fg);
        margin-bottom: 1.5rem;
    }
.info-home .block-text {
        margin-inline: auto;
        max-width: var(--max-width);
        -moz-columns: 350px 3;
             columns: 350px 3;
        -moz-column-rule: 1px solid currentColor;
             column-rule: 1px solid currentColor;
        -moz-column-gap: calc(var(--space-1) * 3);
             column-gap: calc(var(--space-1) * 3);
    }
.info-home .block-text p {
            font-weight: 500;
        }
/* column-fill: auto; */
/* break-inside: avoid; */
.info-home .block-text p:first-child {
                margin-top: 0;
            }
.objetivos-home,
.acciones-home {
    margin-inline: auto;
    margin-block: calc(var(--space-1) * 6);

}
.objetivos-home ul, .acciones-home ul {
        list-style-type: "";
        font-size: var(--fs-body);
        line-height: 120%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: calc(var(--space-1) * 2);
    }
.objetivos-home ul li, .acciones-home ul li {
            /* border-bottom: 1px solid var(--color-brand); */
        }
.acciones-home {
    -webkit-margin-after: 0;
            margin-block-end: 0;

}
.objetivos-home {
     max-width: var(--max-width);
}
.objetivos-home ul {
        counter-reset: objetivo-counter;
    }
.objetivos-home ul li {
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
            -webkit-padding-after: calc(var(--space-1) * 2);
                    padding-block-end: calc(var(--space-1) * 2);
            background-color: color-mix(in srgb, var(--color-bg) 85%, var(--color-brand));
            color: var(--color-fg);
            border-radius: 10px;
            padding:1.5rem;
         }
.objetivos-home ul li::before {
                /* crear cuenta de nuemeros 1,2, 3... */
                counter-increment: objetivo-counter;
                content:  "*"counter(objetivo-counter);
                font-weight: 700;
                display: block;
                font-size: var(--fs-body-xxl);
                line-height: 120%;
                color: var(--color-brand);
                margin-top: 0;
                margin-bottom: 1rem;
            }
.acciones-home {
            background-color: color-mix(in srgb, var(--color-bg) 85%, var(--color-brand));
    margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
    padding: calc(var(--space-1) * 4) calc(var(--space-1) * 2);
}
.acciones-home h2 {
        max-width: var(--max-width);
        margin-inline: auto;
    }
.acciones-home ul {

        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
.acciones-home li {
        border: 3px solid color-mix(in srgb, var(--color-bg) 30%, var(--color-brand));
        -webkit-padding-after: 2rem;
                padding-block-end: 2rem;
        font-weight: 500;
        padding: 1.5rem;
        line-height: 140%;
        border-radius: 12px;
        background-color: var(--color-bg);
            /* box shadow duro derecha abajo 10px con color del borde */
            box-shadow: 5px 5px 0px color-mix(in srgb, var(--color-bg) 30%, var(--color-brand));
            
    }
.acciones-home strong {
        display: block;
        font-size: var(--fs-body-m);
        line-height: 115%;
        margin-bottom: .75rem;
    }
.acciones-home strong::before {
            /* triangle right on content */
            content: "▶";
            margin-right: .5rem;
            color: color-mix(in srgb, var(--color-bg) 30%, var(--color-brand));
            font-size: var(--fs-caption);
        }
.resultados-home {
    margin-inline: auto;
    margin-block: calc(var(--space-1) * 6);
    background-color: color-mix(in srgb, var(--color-bg) 30%, var(--color-brand));
        margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
    padding: calc(var(--space-1) * 4) calc(var(--space-1) * 2);
}
.resultados-home h2 {
        color: var(--color-brand-dark);
    }
.resultados-home h2 + p {
            color: var(--color-brand-dark);
        }
.resultados-home .block-text:first-child {
        max-width: var(--max-width);
        margin-inline: auto;
    }
.resultados-home ul {
            max-width: var(--max-width);            
            margin-inline: auto;
        list-style-type: "";
        font-size: var(--fs-body);
        line-height: 120%;
        margin-top: calc(var(--space-1) * 4);
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: calc(var(--space-1) * 2);
    }
.resultados-home ul li {
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
            -webkit-padding-after: calc(var(--space-1) * 2);
                    padding-block-end: calc(var(--space-1) * 2);
            background-color: color-mix(in srgb, var(--color-bg) 100%, var(--color-brand));
            color: var(--color-fg);
            border-radius: 10px;
            padding:1.5rem;
        }
/* counter-increment: resultado-counter; */
.resultados-home ul li::before {
                /* crear cuenta de nuemeros 1,2, 3... */
                /* content:  "*"counter(resultado-counter); */
                content: "**";
                font-weight: 700;
                display: block;
                font-size: var(--fs-body-xxl);
                line-height: 100%;
                color: var(--color-brand);
                margin-top: 0;
            }
.img-full {
    margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
    margin-block: 0;
}
.img-full img {
        width: 100%;
        height: auto;
        display: block;
    }
.logos-home {
    margin-inline: auto;
    margin-block: calc(var(--space-1) * 6);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: calc(var(--space-1) * 4);
    padding: 0 calc(var(--space-1) * 2);
    align-items: center;
}
.logos-home .block-text {
        width: 100%;
        margin: 0;
        grid-column: 1 / -1;
    }
.logos-home .block-text h3 {
            margin: 0;
        }
.logos-home figure {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;

        pointer-events: none;
    }
.logos-home img {
        width: auto;
        height: 80px;
        display: block;
        /* filter for svg on img to convert to grey */

    }
.gallery-animated {
    position: relative;
        aspect-ratio: 16/7;
    margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
}
.gallery-animated figure {
        position: absolute;
        width: 100%;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        display: grid;
        place-content: center;
        background-color: var(--color-fg);
        margin: 0;
        pointer-events: none;
    }
.gallery-animated img {
        width: 100%;
        aspect-ratio: 16/7;
        -o-object-fit: cover;
           object-fit: cover;
    }
.gallery-animated .block-figure {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.gallery-animated .block-figure.active {
    opacity: 1;
}
.temp-line {
        max-width: var(--max-width);
        margin-inline: auto;

}
.temp-line figure {
            pointer-events: none;
            
        }
.temp-line ul {
        font-size: var(--fs-caption);

                border: 1px solid #cdcdcd;
                border-radius: 14px;
    }
.temp-line ul li {
            padding-inline: .5rem;
                padding: .5rem;
        }
.temp-line ul li:not(:last-child) {
                border-bottom: 1px solid #cdcdcd;
            }
.gallery-list{
    /* border-bottom: 1px solid var(--color-brand); */
    background-color: var(--color-fg);
    margin-bottom: 2rem;
    padding-block: 2rem;
    padding-inline: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-left: calc(var(--space-1) * -2);
    width: calc(100% + calc(var(--space-1) * 4));
    gap: 1rem;
}
.gallery-list figure {        
        margin: 0;
        /* border: 1px solid red; */
        transition: opacity 0.3s ease;
    }
.gallery-list img {
        width: 100%;
        height: auto;
        display: block;
        aspect-ratio: 16 / 9;
        -o-object-fit: cover;
           object-fit: cover;
    }
.gallery-list figure:hover {
        opacity: 1 !important;
    }
.gallery-list:has(figure:hover) figure:not(:hover) {
        opacity: 0.4;
    }
/* ==========================================================================
   Vendors
   ========================================================================== */
/* libraries */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}
/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
	display: block;
}
.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}
.pswp__hidden {
	display: none !important;
}
/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}
/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}
/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}
/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
	outline: 0;
}
/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}
/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}
/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@-webkit-keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
/* modifiers */
#nprogress .bar {
        background: var(--color-fg);
        height: calc(var(--space-1) / 3);
    }
#nprogress .peg,
#nprogress .spinner {
	display: none;
}
/* hide close button on desktop */
@media (min-width: 1200px) {
.pswp__button--close {
      display: none
  }
    }
/* reduce zoon icon size*/
.pswp__icn {
    width: 24px;
    height: 24px;
}
.pswp__button--arrow .pswp__icn {
    width: 40px;
    height: 40px;
}
.pswp__button--close .pswp__icn {
    width: 40px;
    height: 40px;
    top: 6px;
}
