/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

.website-field {
  display: none; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

p {
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

img {
  display: block;
  max-width: 100%; }

h1, h2, h3 {
  font-size: 1em; }

audio,
video {
  max-width: 100%; }

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/**
 * Get variant class name, e.g.
 * $class-name: button
 * $modifier: primary
 * --> result: button--primary
 */
/**
 * Returns the breakpoint value.
 */
/* ----------------------------------------------------------------------------
 * DRYed out clearfix
 * @see http://alistapart.com/article/dry-ing-out-your-sass-mixins
 * --------------------------------------------------------------------------*/
/**
 * DRYed out clearfix mixin. Only for internal use here.
 */
/**
 * Use this mixin.
 */
/**
 * Only for internal use here.
 */
.rich-text:after, .gob_main-navigation:after, .layout-50-50:after, .layout-25-25-25-25:after, .gob_download-list__item:after, .gob_download-list__item-link:after, .gob_highlight-box:after, .gob_module_default:after, .gob_shop-item:after, .gob_press__featured-media-content:after, .gob_press__featured-media-link:after, .logo-collection:after {
  content: '';
  display: table;
  clear: both; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);

  @see https://github.com/bfred-it/object-fit-images/
*/
/* ----------------------------------------------------------------------------
 * Positioning
 * --------------------------------------------------------------------------*/
/**
 * Create a SASS placeholder with the given name and for all
 * children within the given suffixes.
 */
/* ----------------------------------------------------------------------------
 * Montblanc Type
 * --------------------------------------------------------------------------*/
@font-face {
  font-family: 'Gudea';
  src: url("../fonts/Gudea-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gudea';
  src: url("../fonts/Gudea-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gudea';
  src: url("../fonts/Gudea-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "Gudea", "PT Sans", Roboto, "Segeo UI", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.content-wrapper {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  max-width: 128rem; }

.auto-expand-transition {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; }

.uniform__potty {
  position: absolute;
  left: -9999px; }

.uniform__potty {
  position: absolute;
  left: -9999px; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

::selection {
  color: #FFFFFF;
  background-color: #008571; }

body {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #525252; }

/* ----------------------------------------------------------------------------
 * Links
 * --------------------------------------------------------------------------*/
a {
  display: inline-block;
  color: #007dbc;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a:focus {
    text-decoration: none; }
    a:focus:focus {
      outline: 2px dotted currentColor;
      outline-offset: 2px; }

/* ----------------------------------------------------------------------------
 * Headlines
 * --------------------------------------------------------------------------*/
h1 {
  font-weight: normal;
  margin-top: 2em; }
  h1:first-child {
    margin-top: 0; }

h2 {
  font-weight: normal;
  margin-top: 2em; }
  h2:first-child {
    margin-top: 0; }

h3 {
  font-weight: normal;
  margin-top: 2em; }
  h3:first-child {
    margin-top: 0; }

h4 {
  font-weight: normal;
  margin-top: 2em; }
  h4:first-child {
    margin-top: 0; }

h5 {
  font-weight: normal;
  margin-top: 2em; }
  h5:first-child {
    margin-top: 0; }

h6 {
  font-weight: normal;
  margin-top: 2em; }
  h6:first-child {
    margin-top: 0; }

h2 {
  font-size: 2.6rem;
  line-height: 1.3;
  text-transform: uppercase; }

h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.3; }

h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1.3; }

h5 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.2em; }

h6 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0.2em; }

/* ----------------------------------------------------------------------------
 * Quotes
 * --------------------------------------------------------------------------*/
blockquote {
  font-style: italic;
  font-size: 2rem; }

/* ----------------------------------------------------------------------------
 * Lists
 * --------------------------------------------------------------------------*/
.gob_main ul, .gob_main ol {
  margin-top: 2em;
  margin-bottom: 2em; }

.gob_main li {
  margin-bottom: 1em; }

/* ----------------------------------------------------------------------------
 * Icons
 * --------------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  padding: 0.5em 0.7em; }

.gob_input {
  display: block;
  margin-bottom: 1em; }
  .gob_input__label {
    display: block;
    padding-right: 3rem;
    font-weight: bold;
    line-height: 1.2; }
  .gob_input__input {
    display: block;
    width: 100%; }
  .gob_input-checkbox, .gob_input-radio {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .gob_input-checkbox .gob_input__label,
    .gob_input-checkbox .gob_input__input, .gob_input-radio .gob_input__label,
    .gob_input-radio .gob_input__input {
      cursor: pointer; }
    .gob_input-checkbox .gob_input__label, .gob_input-radio .gob_input__label {
      -ms-grid-column-span: 1;
      -ms-grid-column: 2;
          grid-column: 2 / span 1;
      font-weight: normal; }
    .gob_input-checkbox .gob_input__input, .gob_input-radio .gob_input__input {
      -ms-grid-column-span: 1;
      -ms-grid-column: 1;
          grid-column: 1 / span 1;
      background-color: transparent;
      border: 1px solid #E0E0E0;
      justify-self: center;
      width: 2rem;
      height: 2rem; }
  @media (min-width: 35em) {
    .gob_input {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 18rem 1fr;
          grid-template-columns: 18rem 1fr; }
      .gob_input__label {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      .gob_input__input {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; } }
  @media (min-width: 60em) {
    .gob_input {
      display: block; } }
  @media (min-width: 80em) {
    .gob_input {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 18rem 1fr;
          grid-template-columns: 18rem 1fr; }
      .gob_input__label {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      .gob_input__input {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; } }

@media (min-width: 35em) {
  .gob_form-error {
    margin-left: 18rem; } }

.gob_input:not(.gob_input-textarea) {
  -ms-flex-align: center;
      align-items: center; }

.gob_input:not(.gob_input-checkbox).is-invalid .gob_input:not(.gob_input-checkbox)__input {
  border: 1px solid #CD3333; }

.gob_input-checkbox.is-invalid {
  color: #CD3333; }

.gob_input-radio.has-icon .gob_input__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25em; }
  .gob_input-radio.has-icon .gob_input__label svg {
    height: 1em;
    width: 1em; }

:root {
  --module-spacing-huge: 7.5rem;
  --module-spacing-medium: 5.25rem;
  --module-spacing-default: 3rem;
  --module-spacing-small: 2rem;
  --module-spacing-none: 0;
  --modal-height: 100%; }

/**
 * V-cloak for vue.js hidden elements
 */
[v-cloak] {
  display: none; }

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px; }

.gob_main {
  padding-bottom: 10rem;
  min-height: 80vh;
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  max-width: 128rem; }
  .gob_main.has-sidebar .gob_sidebar-box {
    margin: 0;
    margin-bottom: 20px; }
  .gob_main.has-sidebar #main-content, .gob_main.has-sidebar #sidebar {
    padding-bottom: 10rem; }
  @media (min-width: 35em) and (max-width: 59.9375em) {
    .gob_main.has-sidebar #main-sidebar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .gob_main.has-sidebar .gob_sidebar-box {
      margin-bottom: 2%;
      width: 49%; } }
  @media (min-width: 60em) {
    .gob_main.has-sidebar {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr minmax(330px, 420px);
          grid-template-columns: 1fr minmax(330px, 420px); }
      .gob_main.has-sidebar #main-header {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        -ms-grid-row: 1;
            grid-row: 1; }
      .gob_main.has-sidebar #main-content {
        -ms-grid-row: 2;
            grid-row: 2;
        -ms-grid-column: 1;
            grid-column: 1; }
      .gob_main.has-sidebar #sidebar {
        -ms-grid-row: 2;
            grid-row: 2;
        -ms-grid-column: 2;
            grid-column: 2;
        padding-left: 40px; }
      .gob_main.has-sidebar #main-footer {
        -ms-grid-row: 3;
            grid-row: 3;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2; }
      .gob_main.has-sidebar .gob_sidebar-box {
        margin: 0;
        margin-bottom: 20px; } }

.collapsible__body {
  overflow: hidden;
  height: auto;
  max-height: 0;
  height: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

.collapsible .gob_icon-container {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.collapsible.is-open .collapsible__body {
  max-height: 25rem;
  max-height: none;
  height: auto; }

.collapsible.is-open .gob_icon-container {
  transform: rotate(180deg); }

.gob_module_default h2 {
  font-size: 2.7rem; }

.gob_module_default h3 {
  font-size: 2.0rem; }

.gob_module_default h4 {
  font-size: 1.8rem; }

.site-footer {
  background-color: #2B2F35;
  padding: 0 1rem; }

.site-header {
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFF;
  position: relative;
  z-index: 10;
  text-align: center; }
  .site-header .gob_skip-to-main {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007dbc;
    color: #FFF;
    padding: 1.5rem; }
    .site-header .gob_skip-to-main:not(:focus) {
      position: absolute;
      white-space: nowrap;
      width: 1px;
      height: 1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
      margin: -1px; }
  .site-header .gob_logo {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .site-header .gob_logo a {
      display: inline-block; }
      .site-header .gob_logo a:focus {
        outline: 2px dotted #008571;
        outline-offset: 2px; }
    .site-header .gob_logo__image {
      display: block;
      height: 5rem;
      max-width: none;
      width: auto;
      margin: 0 auto; }
  @media (max-width: 63.9375em) {
    .site-header {
      position: relative;
      backface-visibility: hidden;
      z-index: 100;
      width: 100%;
      height: 7.1rem;
      top: 0; }
      .site-header__content-wrapper {
        position: relative;
        padding-top: 1rem;
        padding-bottom: 1rem; }
      .site-header .gob_main-navigation .gob_main-navigation__items {
        top: 100%;
        margin-top: -0.5rem;
        background-color: #008571; }
      .site-header .gob_main-navigation__menu-trigger {
        width: 4.4rem;
        height: 4.4rem;
        cursor: pointer;
        text-align: right;
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -2.2rem; }
        .site-header .gob_main-navigation__menu-trigger svg {
          fill: #008571; }
      .site-header .gob_main-navigation__language-switch {
        position: absolute;
        padding-right: 0;
        right: 3%;
        top: 50%;
        transform: translate3d(0, -50%, 0); } }
  @media (min-width: 64em) {
    .site-header .gob_main-navigation__items {
      -ms-flex-pack: center;
          justify-content: center; }
    .site-header .gob_logo {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .site-header .gob_logo__image {
      height: 6rem; } }
  @media (min-width: 64em) and (max-width: 73.6875em) {
    .site-header__content-wrapper {
      padding: 0; }
    .site-header .gob_main-navigation {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .site-header .gob_main-navigation__item:not(.gob_main-navigation__sub-navigation-item) > .gob_main-navigation__item__label {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  @media (min-width: 73.75em) {
    .site-header {
      text-align: left; }
      .site-header__content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        min-height: 8rem;
        max-width: 147rem; }
      .site-header .gob_logo {
        display: block; }
      .site-header .gob_logo__image {
        margin-left: 0; }
      .site-header .gob_main-navigation__items {
        -ms-flex-pack: end;
            justify-content: flex-end; }
      .site-header .gob_main-navigation {
        margin-left: auto; }
        .site-header .gob_main-navigation__item-sub-navigation {
          left: auto;
          right: 0; } }

.gob_main-navigation__items, .gob_main-navigation__item-sub-navigation {
  list-style: none;
  margin: 0;
  padding: 0; }

.gob_main-navigation__items {
  float: left; }

.gob_main-navigation__item__label {
  appearance: none;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  color: inherit;
  text-align: left; }
  .gob_main-navigation__item__label:focus {
    outline: 2px dotted #008571;
    outline-offset: 0; }

.gob_main-navigation__sub-navigation-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 15px; }
  .gob_main-navigation__sub-navigation-item:first-child {
    margin-top: 5px;
    border: none; }
  .gob_main-navigation__sub-navigation-item:last-child {
    margin-bottom: 5px; }
  .gob_main-navigation__sub-navigation-item .gob_main-navigation__item__label {
    display: block;
    white-space: nowrap;
    padding: 10px 0;
    color: #FFFFFF;
    text-transform: none; }
    .gob_main-navigation__sub-navigation-item .gob_main-navigation__item__label:focus {
      outline: 2px dotted currentColor;
      outline-offset: 2px; }
    .gob_main-navigation__sub-navigation-item .gob_main-navigation__item__label:hover, .gob_main-navigation__sub-navigation-item .gob_main-navigation__item__label:focus, .gob_main-navigation__sub-navigation-item .gob_main-navigation__item__label:active, .gob_main-navigation__sub-navigation-item .gob_main-navigation__item__label.active {
      color: #B2DFFF; }

@media (max-width: 63.9375em) {
  .gob_main-navigation .gob_main-navigation__items {
    position: absolute;
    background-color: #007dbc;
    left: 5px;
    right: 5px;
    display: none; }
  .gob_main-navigation.is-open .gob_main-navigation__items {
    display: block; }
  .gob_main-navigation .gob_main-navigation__item {
    padding: 0 15px;
    cursor: pointer; }
    .gob_main-navigation .gob_main-navigation__item__label {
      appearance: none;
      padding: 0;
      outline: none;
      border: none;
      background-color: transparent;
      color: inherit;
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      display: block;
      padding: 10px 5px;
      color: #FFF;
      text-decoration: none; }
      .gob_main-navigation .gob_main-navigation__item__label:hover, .gob_main-navigation .gob_main-navigation__item__label:active, .gob_main-navigation .gob_main-navigation__item__label:focus {
        color: #B2DFFF; }
  .gob_main-navigation__item-sub-navigation {
    display: none; }
  .gob_main-navigation .gob_main-navigation__item.is-open .gob_main-navigation__item-sub-navigation {
    display: block; } }

@media (min-width: 64em) {
  .gob_main-navigation__menu-trigger {
    display: none; }
  .gob_main-navigation__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-right: 1px solid #E0E0E0; }
  .gob_main-navigation__item {
    position: relative;
    font-size: 1.5rem;
    vertical-align: middle;
    cursor: pointer; }
    .gob_main-navigation__item__label {
      display: block;
      height: 100%;
      text-decoration: none;
      line-height: 2rem;
      text-transform: uppercase;
      color: #525252; }
      .gob_main-navigation__item__label:hover, .gob_main-navigation__item__label:active, .gob_main-navigation__item__label:focus {
        text-decoration: none; }
    .gob_main-navigation__item:hover .gob_main-navigation__item__label, .gob_main-navigation__item:active .gob_main-navigation__item__label, .gob_main-navigation__item:focus .gob_main-navigation__item__label {
      background-color: #007dbc;
      color: #FFF; }
    .gob_main-navigation__item.active > .gob_main-navigation__item__label {
      background-color: #FBFBFB;
      box-shadow: inset 0 -3px 0 0 #007dbc;
      color: #006DA4; }
    .gob_main-navigation__item.active:hover > .gob_main-navigation__item__label, .gob_main-navigation__item.active:active > .gob_main-navigation__item__label, .gob_main-navigation__item.active:focus > .gob_main-navigation__item__label {
      color: #006DA4; }
    .gob_main-navigation__item:not(.gob_main-navigation__sub-navigation-item) > .gob_main-navigation__item__label {
      padding: 3rem 1rem;
      border-left: 1px solid #E0E0E0; }
  .gob_main-navigation__item-sub-navigation {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #007dbc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 23rem; }
  .gob_main-navigation__item:hover .gob_main-navigation__item-sub-navigation, .gob_main-navigation__item:active .gob_main-navigation__item-sub-navigation, .gob_main-navigation__item:focus .gob_main-navigation__item-sub-navigation {
    max-height: 40rem; }
  .gob_main-navigation__item .gob_main-navigation__item-sub-navigation:focus-within {
    max-height: 40rem; }
  .gob_main-navigation__item__button:focus + .gob_main-navigation__item-sub-navigation {
    max-height: 40rem; } }

.gob_main-navigation__language-switch {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 3px 15px;
  padding-right: 0;
  float: left; }
  .gob_main-navigation__language-switch__item a {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden; }
    .gob_main-navigation__language-switch__item a:focus {
      outline: 2px dotted currentColor;
      outline-offset: 2px; }
  @media (max-width: 73.6875em) {
    .gob_main-navigation__language-switch {
      float: none;
      padding-right: 15px;
      margin-right: 0;
      margin-left: auto; }
      .gob_main-navigation__language-switch:after {
        content: '';
        display: table;
        clear: both; }
      .gob_main-navigation__language-switch__item {
        float: left;
        margin-left: 5px; }
        .gob_main-navigation__language-switch__item:nth-child(2n+1) {
          clear: both; }
        .gob_main-navigation__language-switch__item a {
          width: 2.4rem;
          height: 2.4rem; } }

#main-header {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.gob_page-title {
  margin: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 1.2; }
  @media (min-width: 48em) {
    .gob_page-title {
      font-size: 3.2rem; } }

figure {
  text-align: center;
  margin: 1.5em 0; }
  figure img {
    margin: 0 auto;
    max-width: 100%; }
  figure figcaption {
    margin-top: 0.7em;
    font-style: italic;
    line-height: 1.1; }
  @media screen and (min-width: 48em) and (max-width: 59.9375em), (min-width: 80em) {
    figure.right, figure.left {
      max-width: 50%;
      margin-top: 0; }
      figure.right img, figure.left img {
        width: 100%; }
      figure.right figcaption, figure.left figcaption {
        text-align: left; }
    figure.right {
      float: right;
      margin-left: 3em; }
    figure.left {
      float: left;
      margin-right: 3em; } }

@media (min-width: 42.5em) {
  .layout-50-50 > * {
    width: 48.07692%;
    float: left;
    margin-right: 3.84615%; }
    .layout-50-50 > *:nth-child(2n+2) {
      float: right;
      margin-right: 0; } }

@media (min-width: 42.5em) and (max-width: 47.9375em) {
  .layout-25-25-25-25 > * {
    width: 48.07692%;
    float: left;
    margin-right: 3.84615%; }
    .layout-25-25-25-25 > *:nth-child(2n+2) {
      float: right;
      margin-right: 0; } }

@media (min-width: 48em) {
  .layout-25-25-25-25 > * {
    width: 22.11538%;
    float: left;
    margin-right: 3.84615%; }
    .layout-25-25-25-25 > *:nth-child(4n+4) {
      float: right;
      margin-right: 0; } }

.gob_module {
  margin-top: var(--spacing-before, var(--modules-spacing-default));
  margin-bottom: var(--spacing-after, var(--modules-spacing-default)); }

.gob_module.top-huge {
  margin-top: var(--modules-spacing-huge); }

.gob_module.top-medium {
  margin-top: var(--modules-spacing-medium); }

.gob_module.top-small {
  margin-top: var(--modules-spacing-small); }

.gob_module.top-none {
  margin-top: var(--modules-spacing-none); }

.gob_module.bottom-huge {
  margin-bottom: var(--modules-spacing-huge); }

.gob_module.bottom-medium {
  margin-bottom: var(--modules-spacing-medium); }

.gob_module.bottom-small {
  margin-bottom: var(--modules-spacing-small); }

.gob_module.bottom-none {
  margin-bottom: var(--modules-spacing-none); }

.site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .site-footer .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
  .site-footer__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex; }
    .site-footer__link-list-entry {
      padding: 0 0.5rem; }
      .site-footer__link-list-entry a {
        display: inline-block;
        color: #FFF;
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .site-footer__link-list-entry a:hover, .site-footer__link-list-entry a:focus, .site-footer__link-list-entry a:active {
          color: #d6f1d5; }
        .site-footer__link-list-entry a:focus {
          outline: 2px dotted currentColor;
          outline-offset: 2px; }
  .site-footer__image-links .site-footer__link-list {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .site-footer__image-links .site-footer__link-list-entry {
    padding-bottom: 0.5rem; }
  .site-footer__social-media .site-footer__link-list {
    -ms-flex-pack: center;
        justify-content: center; }
  .site-footer__meta-navigation .site-footer__link-list {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .site-footer__social-media .site-footer__link-list-entry a, .site-footer__meta-navigation .site-footer__link-list-entry a {
    white-space: nowrap;
    line-height: 3.4rem; }
  .site-footer__social-media .site-footer__link-list-entry-icon, .site-footer__meta-navigation .site-footer__link-list-entry-icon {
    position: relative;
    width: 3.4rem;
    height: 3.4rem;
    text-align: center;
    line-height: 3.4rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
    .site-footer__social-media .site-footer__link-list-entry-icon svg, .site-footer__meta-navigation .site-footer__link-list-entry-icon svg {
      position: absolute;
      width: 60%;
      height: 60%;
      top: 50%;
      left: 50%;
      margin-top: -0.88rem;
      margin-left: -0.88rem;
      fill: currentColor; }
  .site-footer__social-media .site-footer__link-list-entry-label, .site-footer__meta-navigation .site-footer__link-list-entry-label {
    margin-left: 0.6rem;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase; }
  .site-footer__legal {
    font-size: 1.3rem;
    width: 100%;
    margin-top: 1rem;
    text-align: center; }
    .site-footer__legal .site-footer__link-list {
      display: block; }
    @media (min-width: 48em) {
      .site-footer__legal .site-footer__link-list-entry {
        display: inline-block; } }
  @media (max-width: 63.9375em) {
    .site-footer .content-wrapper {
      -ms-flex-pack: center;
          justify-content: center; }
    .site-footer .site-footer__link-list {
      margin-bottom: 2rem; }
    .site-footer .site-footer__image-links {
      width: 100%; }
      .site-footer .site-footer__image-links .site-footer__link-list {
        -ms-flex-pack: center;
            justify-content: center; }
    .site-footer .site-footer__social-media,
    .site-footer .site-footer__meta-navigation {
      width: 50%; }
      .site-footer .site-footer__social-media .site-footer__link-list,
      .site-footer .site-footer__meta-navigation .site-footer__link-list {
        -ms-flex-pack: center;
            justify-content: center; } }
  @media (max-width: 42.4375em) {
    .site-footer .site-footer__social-media,
    .site-footer .site-footer__meta-navigation {
      width: 100%; } }
  @media (min-width: 64em) {
    .site-footer .site-footer__image-links {
      -ms-flex-order: -1;
          order: -1; } }

.gob_editor-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  border: 3px solid #CD3333;
  pointer-events: none; }

.gob_editor-overlay__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 2rem 0 3rem 0;
  background-color: #FFFFFF;
  border-top: 3px solid #CD3333;
  pointer-events: all; }

.gob_editor-overlay__messages, .gob_editor-overlay__reasons {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  max-width: 128rem; }

.gob_editor-overlay__reasons {
  margin-top: 3rem; }

.gob_editor-overlay__error-messages, .gob_editor-overlay__reason-list {
  margin: 0 !important; }

.gob_editor-overlay__error-message, .gob_editor-overlay__reason {
  margin-bottom: 0.5rem !important; }

.gob_editor-overlay__footer {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  max-width: 128rem;
  margin-top: 2rem; }
  .gob_editor-overlay__footer .gob_button {
    margin: 0; }

.gob_editor-mark {
  border: 2px solid #CD3333;
  margin: 2rem 0;
  position: relative; }

.gob_editor-mark__header {
  padding: 1rem;
  background-color: #FBFBFB;
  border-bottom: 2px solid #CD3333; }

.gob_editor-mark__message {
  font-size: 1.4rem; }

.gob_editor-mark__content {
  padding: 1rem;
  margin-top: 1rem; }

.gob_editor-mark--compact {
  margin: 0; }
  .gob_editor-mark--compact .gob_editor-mark__content {
    padding: 0;
    margin-top: 0; }
  .gob_editor-mark--compact .gob_editor-mark__tooltip {
    box-shadow: 2px 2px 5px 0px #2B2F35;
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .gob_editor-mark--compact .gob_editor-mark__tooltip.is-visible {
      visibility: visible;
      opacity: 1; }
    .gob_editor-mark--compact .gob_editor-mark__tooltip .gob_editor-mark__header {
      border-bottom: none; }

.gob_tag-external-medium-consent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E0E0E0; }

.gob_tag-external-medium-content {
  border: none;
  z-index: -1; }

.gob_tag-external-medium.-consent-given .gob_tag-external-medium-consent {
  display: none; }

.gob_icon-container {
  display: inline-block; }

.gob_button {
  display: inline-block;
  margin: 1em 0;
  padding: 0.7em 1.25em;
  background-color: #007dbc;
  color: #FFF;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .gob_button:hover, .gob_button:focus, .gob_button:active {
    background-color: #006DA4;
    text-decoration: none; }
  .gob_button--light {
    background-color: transparent;
    border: 1px solid #007dbc;
    color: #007dbc;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .gob_button--light:hover, .gob_button--light:focus, .gob_button--light:active {
      background-color: #006DA4;
      color: #FFFFFF; }

.gob_icon-link {
  line-height: 3.4rem; }
  .gob_icon-link:focus {
    outline: 2px dotted #008571;
    outline-offset: 0; }
  .gob_icon-link:hover, .gob_icon-link:focus, .gob_icon-link:active {
    text-decoration: none; }
  .gob_icon-link__icon {
    position: relative;
    width: 3.4rem;
    height: 3.4rem;
    text-align: center;
    line-height: 3.4rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
    .gob_icon-link__icon svg {
      position: absolute;
      width: 60%;
      height: 60%;
      top: 50%;
      left: 50%;
      margin-top: -0.88rem;
      margin-left: -0.88rem;
      fill: currentColor; }
  .gob_icon-link__label {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle; }

.gob_quote {
  position: relative;
  padding-left: 2em;
  margin: 2.5em 1em;
  max-width: 50rem;
  font-size: 2rem;
  line-height: 1.1; }
  .gob_quote:before {
    content: '\201C';
    position: absolute;
    display: inline-block;
    top: -2.5rem;
    left: 0.7rem;
    font-family: Cambria, "Times New Roman", sans-serif;
    font-style: italic;
    font-size: 100px;
    color: #EEE;
    z-index: -1; }
  .gob_quote__cite {
    display: block;
    font-size: 1.5rem;
    margin-left: -2rem;
    margin-top: 0.5em; }
    .gob_quote__cite:before {
      content: "\2013\00A0";
      display: inline-block; }

.gob_gallery__items {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.gob_gallery__item {
  overflow: hidden;
  -ms-flex-positive: 1;
      flex-grow: 1;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: flex-grow 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex-grow 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1), -ms-flex-positive 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto !important; }
  .gob_gallery__item .gob_image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .gob_gallery__item .gob_image-container__image {
    position: absolute;
    display: block;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: none; }
  .gob_gallery__item .gob_image-container__caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 1em;
    top: 100%;
    width: 100%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .gob_gallery__item .gob_image-container__caption a {
      color: inherit;
      text-decoration: underline; }
  .gob_gallery__item:hover, .gob_gallery__item:focus, .gob_gallery__item:active {
    -ms-flex-positive: 40;
        flex-grow: 40; }
    .gob_gallery__item:hover .gob_image-container__caption, .gob_gallery__item:focus .gob_image-container__caption, .gob_gallery__item:active .gob_image-container__caption {
      transform: translate3d(0, -100%, 0); }

.gob_sidebar-box {
  padding: 2rem;
  padding-bottom: 3rem; }

.gob_sidebar-box.-primary {
  color: #FFF;
  background-color: #008571; }
  .gob_sidebar-box.-primary a {
    color: inherit; }

.gob_sidebar-box.-secondary {
  color: #FFF;
  background-color: #007dbc; }

.gob_sidebar-box__headline {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.2; }

.gob_sidebar-box__icon-container {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  text-align: center;
  line-height: 3.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom; }
  .gob_sidebar-box__icon-container svg {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    margin-top: -0.88rem;
    margin-left: -0.88rem;
    fill: currentColor; }

.gob_sidebar-box.has-icon .gob_sidebar-box__headline {
  padding-left: 4.5rem;
  padding-top: 0.82rem; }

.gob_sidebar-box.has-icon .gob_sidebar-box__icon-container {
  position: absolute;
  top: 0;
  left: 0; }

.gob_sidebar-box__content ul, .gob_sidebar-box__content ol {
  margin: 0.5em 0;
  padding-left: 2ch; }

.gob_sidebar-box__content li {
  margin-bottom: 0; }

.gob_sidebar-box figure {
  margin: 0 auto 1rem auto; }

.gob_sidebar-box a {
  color: inherit; }

.gob_sidebar-box .gob_icon-link {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .gob_sidebar-box .gob_icon-link:first-child {
    border-top: none; }
  .gob_sidebar-box .gob_icon-link:hover, .gob_sidebar-box .gob_icon-link:focus, .gob_sidebar-box .gob_icon-link:active {
    color: #B2DFFF;
    text-decoration: none; }

.gob_sidebar-box--navigation {
  background-color: transparent;
  padding: 0;
  color: #595959; }
  .gob_sidebar-box--navigation__headline {
    color: #007dbc; }
  .gob_sidebar-box--navigation__items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gob_sidebar-box--navigation__items li {
      margin: 0; }
  .gob_sidebar-box--navigation__item {
    text-transform: uppercase;
    border-top: 1px solid #E0E0E0; }
    .gob_sidebar-box--navigation__item:first-child {
      border-top: none; }
    .gob_sidebar-box--navigation__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #595959; }
    .gob_sidebar-box--navigation__item:hover a, .gob_sidebar-box--navigation__item:focus a, .gob_sidebar-box--navigation__item:active a {
      color: #006DA4; }
    .gob_sidebar-box--navigation__item.active a {
      color: #007dbc; }

.gob_download-list__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.gob_download-list .gob_download-list__items {
  margin-top: 0; }

.gob_download-list__item {
  margin-bottom: 1rem; }
  .gob_download-list__item-link {
    position: relative;
    display: block;
    color: #595959;
    text-decoration: none;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background-color: #FBFBFB;
    padding: 1em;
    padding-bottom: 1.5em;
    padding-left: 2.75em;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .gob_download-list__item-link:hover, .gob_download-list__item-link:active, .gob_download-list__item-link:focus {
      text-decoration: none;
      border-color: #007dbc;
      background-color: #f7f9fa; }
  .gob_download-list__item-icon {
    display: block;
    position: absolute;
    left: 1em;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.2em;
    vertical-align: -0.3em;
    transform: none !important; }
  .gob_download-list__item-image img {
    margin: 0 auto; }
  @media (min-width: 42.5em) {
    .gob_download-list__item-image {
      margin: 0;
      margin-left: 1em;
      float: right; } }
  .gob_download-list__item-headline {
    color: #006DA4;
    text-transform: none;
    font-weight: normal;
    font-size: 1em; }

.gob_link-box ul {
  margin-top: 0; }

.gob_link-box__entries {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gob_link-box__entries li {
    margin: 0; }

.gob_link-box__entry {
  padding: 0.7rem 1rem;
  border-top: 1px solid #FFF;
  line-height: 3.4rem;
  margin: 0; }
  .gob_link-box__entry:last-child {
    border-bottom: 1px solid #FFF; }
  .gob_link-box__entry .gob_link-box__entry-link {
    display: inline-block;
    color: #FFF;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.8rem; }
    .gob_link-box__entry .gob_link-box__entry-link:hover, .gob_link-box__entry .gob_link-box__entry-link:focus, .gob_link-box__entry .gob_link-box__entry-link:active {
      color: #d6f1d5;
      text-decoration: none; }
    .gob_link-box__entry .gob_link-box__entry-link:focus {
      outline: 2px dotted currentColor;
      outline-offset: 2px; }
  .gob_link-box__entry-icon-container {
    position: relative;
    width: 3.4rem;
    height: 3.4rem;
    text-align: center;
    line-height: 3.4rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.1em; }
    .gob_link-box__entry-icon-container svg {
      position: absolute;
      width: 60%;
      height: 60%;
      top: 50%;
      left: 50%;
      margin-top: -0.88rem;
      margin-left: -0.88rem;
      fill: currentColor; }
  .gob_link-box__entry-label {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 0.3em; }

.gob_hero-image {
  position: relative;
  height: 21rem;
  margin-bottom: 4rem; }
  .gob_hero-image__background {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 100%;
    font-family: "object-fit: cover; object-position: 50% 100%";
    max-width: none; }
  .gob_hero-image__overlay {
    background-color: rgba(0, 125, 188, 0.8);
    padding: 1rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    .gob_hero-image__overlay-text {
      font-size: 2.2rem;
      color: #FFF;
      text-transform: uppercase; }
  @media (min-width: 48em) {
    .gob_hero-image__overlay {
      width: auto;
      left: 2rem;
      bottom: 2rem; }
      .gob_hero-image__overlay-text {
        font-size: 3rem; } }

.gob_form-error {
  display: block;
  margin-bottom: 1em !important;
  margin-top: -0.66em;
  color: #CD3333; }

.gob_form-success {
  color: #009500; }

.gob_highlight-box {
  border: 1px solid #007dbc;
  padding: 1.5em; }

@media (min-width: 42.5em) {
  .gob_highlight-box__image {
    float: left;
    margin-right: 2.85714%; } }

.gob_event-list__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gob_event-list__items .gob_event-list__item {
    position: relative;
    margin: 0; }

@media screen and (max-width: 47.9375em), (min-width: 60em) and (max-width: 79.9375em) {
  .gob_event-list__item {
    position: relative;
    border-left: 1px solid #E0E0E0;
    padding-top: 1em;
    padding-bottom: 3em; }
    .gob_event-list__item:before, .gob_event-list__item:after {
      position: absolute;
      display: block;
      content: '';
      top: 0; }
    .gob_event-list__item:before {
      width: 4rem;
      height: 1px;
      left: -2rem;
      top: 0;
      background-color: #E0E0E0; }
    .gob_event-list__item:after {
      width: 0.8rem;
      height: 0.8rem;
      background-color: #007dbc;
      border-radius: 0.4rem;
      top: -0.4rem;
      left: -0.4rem;
      margin-top: 1px; } }

.gob_event-list__item-date {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 1.5em; }

.gob_event-list__item-headline {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1em;
  text-transform: uppercase; }

.gob_event-list__item-content {
  padding-left: 1.5em; }

.gob_event-list__item-details:after {
  content: '';
  display: table;
  clear: both; }

@media screen and (min-width: 48em) and (max-width: 59.9375em), (min-width: 80em) {
  .gob_event-list__item:after {
    content: '';
    display: table;
    clear: both; }
  .gob_event-list__item-date {
    float: left;
    width: 16ch;
    padding: 0;
    padding-top: 1.4rem; }
  .gob_event-list__item-content {
    position: relative;
    border-left: 1px solid #E0E0E0;
    padding-top: 1em;
    padding-bottom: 3em;
    margin-left: 16ch; }
    .gob_event-list__item-content:before, .gob_event-list__item-content:after {
      position: absolute;
      display: block;
      content: '';
      top: 0; }
    .gob_event-list__item-content:before {
      width: 4rem;
      height: 1px;
      left: -2rem;
      top: 0;
      background-color: #E0E0E0; }
    .gob_event-list__item-content:after {
      width: 0.8rem;
      height: 0.8rem;
      background-color: #007dbc;
      border-radius: 0.4rem;
      top: -0.4rem;
      left: -0.4rem;
      margin-top: 1px; } }

.gob_event-list .gob_gallery {
  margin-bottom: 1em; }
  @media screen and (min-width: 42.5em) and (max-width: 59.9375em), (min-width: 64em) {
    .gob_event-list .gob_gallery {
      float: right;
      margin-left: 1em;
      width: 50%; } }

.collapsible__header {
  appearance: none;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  color: inherit;
  text-align: left;
  display: block;
  width: 100%; }
  .collapsible__header:focus {
    outline: 2px dotted currentColor;
    outline-offset: 0.2rem; }

.gob_accordion .collapsible.is-open .collapsible__body {
  max-height: 30rem;
  max-height: none;
  height: auto; }

.gob_accordion .collapsible .collapsible__body:focus-within {
  max-height: 30rem;
  max-height: none;
  height: auto; }

.gob_accordion__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.gob_accordion__item + .gob_accordion__item {
  margin-top: -1px; }

.gob_accordion__item-header {
  position: relative;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 0.75em 1.5rem;
  padding-right: 6.3rem;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer; }

.gob_accordion__item-headline {
  font-size: 1.8rem;
  margin: 0; }

.gob_accordion__item-icon {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  text-align: center;
  line-height: 3.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -1.65rem; }
  .gob_accordion__item-icon svg {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    margin-top: -0.88rem;
    margin-left: -0.88rem;
    fill: currentColor; }

.gob_accordion__item-content {
  box-sizing: content-box;
  padding: 1.2em 1.5rem 1.5em; }

.gob_download-lists {
  margin-top: 5rem; }

.gob_download-lists .gob_download-lists__items {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0; }
  .gob_download-lists .gob_download-lists__items > li {
    margin: 0;
    margin-top: -1px; }

.gob_download-lists__item {
  padding: 0;
  margin: 0; }
  .gob_download-lists__item .collapsible.is-open .collapsible__body {
    max-height: 40rem;
    max-height: none;
    height: auto; }
  .gob_download-lists__item .collapsible .collapsible__body:focus-within {
    max-height: 40rem;
    max-height: none;
    height: auto; }

.gob_exhibition-list__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gob_exhibition-list__items li {
    margin: 0; }

.gob_exhibition-list__item {
  border-top: 1px solid #E0E0E0; }
  .gob_exhibition-list__item:last-child {
    border-bottom: 1px solid #E0E0E0; }
  .gob_exhibition-list__item:nth-child(2n+2) {
    background-color: #FBFBFB; }
  .gob_exhibition-list__item a {
    color: inherit;
    padding: 0.5em 1em;
    display: block; }
  .gob_exhibition-list__item:hover a, .gob_exhibition-list__item:focus a, .gob_exhibition-list__item:active a {
    text-decoration: none;
    color: #007dbc; }

.gob_booking-form .gob_accordion {
  margin-top: 4rem;
  margin-bottom: 5rem; }

.gob_booking-form-message-box {
  padding: 2rem;
  background-color: #FBFBFB;
  border: 1px solid #E0E0E0; }

.gob_booking-form-error {
  margin-bottom: 1rem; }
  .gob_booking-form-error .uniform-errors__item {
    color: #CD3333; }

.gob_booking-form.no-guided-tour .gob_booking-form-invoice-text,
.gob_booking-form.no-guided-tour .gob_booking-form-language,
.gob_booking-form.no-guided-tour .gob_input-conditions,
.gob_booking-form.no-guided-tour .gob_input-invoice,
.gob_booking-form.no-guided-tour .gob_accordion {
  display: none; }

.gob_booking-form-invoice-text,
.gob_booking-form-booking-type,
.gob_booking-form-language {
  --grid-template-columns: 1fr;
  --gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--grid-template-columns);
      grid-template-columns: var(--grid-template-columns);
  gap: var(--gap);
  margin-block: 3rem; }
  @media (min-width: 35em) {
    .gob_booking-form-invoice-text,
    .gob_booking-form-booking-type,
    .gob_booking-form-language {
      --grid-template-columns: 18rem 1fr;
      --gap: 0; } }
  @media (min-width: 60em) {
    .gob_booking-form-invoice-text,
    .gob_booking-form-booking-type,
    .gob_booking-form-language {
      --grid-template-columns: 1fr;
      --gap: 1rem; } }
  @media (min-width: 80em) {
    .gob_booking-form-invoice-text,
    .gob_booking-form-booking-type,
    .gob_booking-form-language {
      --grid-template-columns: 18rem 1fr;
      --gap: 0; } }
  .gob_booking-form-invoice-text-heading,
  .gob_booking-form-booking-type-heading,
  .gob_booking-form-language-heading {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.2em;
    text-transform: none; }
  .gob_booking-form-invoice-text .gob_input,
  .gob_booking-form-booking-type .gob_input,
  .gob_booking-form-language .gob_input {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }

.gob_booking-form-invoice-text {
  margin-bottom: 1rem; }
  .gob_booking-form-invoice-text p {
    -ms-grid-column: 2;
        grid-column: 2; }

.gob_booking-form-invoice-text,
.gob_input-conditions,
.gob_input-invoice {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 3rem 1fr;
      grid-template-columns: 3rem 1fr; }
  .gob_booking-form-invoice-text__label,
  .gob_input-conditions__label,
  .gob_input-invoice__label {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
        grid-column: 1 / span 1; }
  .gob_booking-form-invoice-text__input,
  .gob_input-conditions__input,
  .gob_input-invoice__input {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
        grid-column: 2 / span 1; }
  @media (min-width: 35em) {
    .gob_booking-form-invoice-text,
    .gob_input-conditions,
    .gob_input-invoice {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 18rem 1fr;
          grid-template-columns: 18rem 1fr; }
      .gob_booking-form-invoice-text__label,
      .gob_input-conditions__label,
      .gob_input-invoice__label {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1; }
      .gob_booking-form-invoice-text__input,
      .gob_input-conditions__input,
      .gob_input-invoice__input {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1; } }

.gob_route-planner__map {
  height: 500px;
  margin-bottom: 1em; }

.gob_route-planner__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 35em) {
    .gob_route-planner__form {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .gob_route-planner__form .gob_input__label {
    margin-left: 0;
    padding-right: 2rem; }
  .gob_route-planner__form .gob_input__input {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 1rem; }
  .gob_route-planner__form .gob_button {
    display: block;
    white-space: nowrap;
    margin-right: 0; }
    @media (max-width: 34.9375em) {
      .gob_route-planner__form .gob_button {
        width: 100%;
        margin-left: 0; } }

.gob_newsletter-form__intro {
  margin-bottom: 2em; }

.gob_newsletter-form__form {
  margin-top: 2em; }
  .gob_newsletter-form__form .gob_button {
    margin-top: 2em; }
  .gob_newsletter-form__form .g-recaptcha {
    margin-top: 2em; }

.gob_press-information-entry-list__entries {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gob_press-information-entry-list__entries li {
    margin: 0; }

.gob_press-information-entry-list__entry {
  border-top: 1px solid #E0E0E0; }
  .gob_press-information-entry-list__entry:last-child {
    border-bottom: 1px solid #E0E0E0; }
  .gob_press-information-entry-list__entry:nth-child(2n+2) {
    background-color: #FBFBFB; }
  .gob_press-information-entry-list__entry-link {
    color: inherit;
    padding: 0.5em 1em;
    display: block; }
  .gob_press-information-entry-list__entry:hover a, .gob_press-information-entry-list__entry:focus a, .gob_press-information-entry-list__entry:active a {
    text-decoration: none;
    color: #007dbc; }
  @media (max-width: 42.4375em) {
    .gob_press-information-entry-list__entry-date, .gob_press-information-entry-list__entry-title {
      display: block; } }
  @media (min-width: 42.5em) {
    .gob_press-information-entry-list__entry-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: top;
          align-items: top; }
    .gob_press-information-entry-list__entry-date {
      -ms-flex-order: 2;
          order: 2; }
    .gob_press-information-entry-list__entry-title {
      -ms-flex-order: 1;
          order: 1;
      padding-right: 1em; } }

.gob_hero-slider__slides {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }

.gob_hero-slider__slide {
  position: relative; }
  .gob_hero-slider__slide a {
    display: block; }
    .gob_hero-slider__slide a:focus {
      outline: 2px dotted currentColor;
      outline-offset: 2px; }
  .gob_hero-slider__slide-image-container {
    width: 100vw;
    height: 28.64583vw;
    overflow: hidden; }
  .gob_hero-slider__slide-image {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    max-width: none;
    display: block;
    min-width: 100%;
    height: 100%; }
  .gob_hero-slider__slide-caption {
    color: #FFF;
    background-color: #008571;
    text-decoration: none;
    padding: 1em 2em; }
  .gob_hero-slider__slide-headline {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }
  .gob_hero-slider__slide-subheading {
    margin: 0; }

.gob_hero-slider .slider__prev-next {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  max-width: 128rem;
  position: absolute;
  top: 50%; }
  .gob_hero-slider .slider__prev-next button {
    position: absolute;
    border: none;
    outline: none;
    color: #FFF;
    cursor: pointer;
    opacity: 0.7;
    background-color: transparent;
    border: 2px solid #FFF;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 22px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .gob_hero-slider .slider__prev-next button:focus {
      outline: 2px dotted #FFF;
      outline-offset: 0; }
    .gob_hero-slider .slider__prev-next button.slider__button--previous {
      left: 1rem;
      padding: 0; }
    .gob_hero-slider .slider__prev-next button.slider__button--next {
      right: 1rem;
      padding: 0; }
    .gob_hero-slider .slider__prev-next button svg {
      width: 50%;
      height: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -11px;
      margin-left: -9px; }
    .gob_hero-slider .slider__prev-next button:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 80em) {
    .gob_hero-slider .slider__prev-next {
      margin-top: -33px;
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
      .gob_hero-slider .slider__prev-next button {
        width: 66px;
        height: 66px;
        border-radius: 33px; }
        .gob_hero-slider .slider__prev-next button svg {
          width: 50%;
          height: 50%;
          margin-top: -16.5px;
          margin-left: -16.5px; }
      .gob_hero-slider .slider__prev-next .slider__button--next svg {
        margin-left: -14.5px; } }

@media (min-width: 48em) {
  .gob_hero-slider__slide-caption {
    position: absolute;
    background-color: transparent;
    padding: 0;
    bottom: 10%;
    left: 3rem; }
  .gob_hero-slider__slide-headline, .gob_hero-slider__slide-subheading {
    display: inline-block;
    white-space: nowrap;
    padding: 1.2rem 2rem; }
  .gob_hero-slider__slide-headline {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    font-weight: normal;
    background-color: rgba(0, 133, 113, 0.8); }
  .gob_hero-slider__slide-subheading {
    margin: 0;
    font-size: 1.6rem;
    background-color: rgba(0, 125, 188, 0.8); } }

@media (min-width: 64em) {
  .gob_hero-slider__slide-caption {
    left: 3rem; }
  .gob_hero-slider__slide-headline {
    font-size: 3rem; }
  .gob_hero-slider__slide-subheading {
    font-size: 2rem; } }

@media (min-width: 80em) {
  .gob_hero-slider__slide-caption {
    left: 15%; } }

.gob_breadcrumb {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 3rem 0 0; }
  .gob_breadcrumb .gob_breadcrumb__crumbs {
    margin: 0; }
  .gob_breadcrumb__crumbs {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gob_breadcrumb__crumbs li {
      margin: 0; }
  .gob_breadcrumb__crumb {
    display: inline-block;
    color: #757575; }
    .gob_breadcrumb__crumb:after {
      display: inline-block;
      content: '\203A';
      margin: 0 0.5rem;
      font-size: 1.5em;
      vertical-align: middle; }
    .gob_breadcrumb__crumb:last-child:after {
      content: none; }
  .gob_breadcrumb__link {
    color: #757575; }
    .gob_breadcrumb__link:hover, .gob_breadcrumb__link:focus, .gob_breadcrumb__link:active {
      color: #525252; }
  .gob_breadcrumb__active {
    color: #007dbc; }

.gob_press-login-form__form .gob_input-checkbox {
  margin-top: 3rem; }

.modal {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(82, 82, 82, 0.85); }
  .modal.is-open {
    display: -ms-flexbox;
    display: flex; }

.modal__close-button {
  --color: ;
  position: fixed;
  top: s(s08);
  right: s(s08);
  z-index: +1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  padding: 0;
  background-color: #FFFFFF;
  transition: color 0.125s ease-in-out;
  color: var(--color); }
  .modal__close-button:focus, .modal__close-button:hover {
    --color: #008571; }
  .modal__close-button-icon {
    width: 2.4rem;
    height: 2.4rem; }

.modal__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 90vw;
  height: calc(var(--modal-height) - 5vh); }
  .modal__content .cookie-settings {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0;
    max-width: 68rem;
    max-height: 100%; }

.cookie-settings__options, .cookie-settings__control--save {
  display: none !important; }

.cookie-settings.-options-visible .cookie-settings__content, .cookie-settings.-options-visible .cookie-settings__control--customize {
  display: none; }

.cookie-settings.-options-visible .cookie-settings__close-options-button {
  display: block; }

.cookie-settings.-options-visible .cookie-settings__options {
  display: block !important; }

.cookie-settings.-options-visible .cookie-settings__control--save {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.cookie-settings {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .cookie-settings__content, .cookie-settings__options {
    overflow: auto; }

.cookie-settings__close-options-button {
  --color: #007dbc;
  display: none;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 4rem;
  height: 4rem;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.125s ease-in-out;
  color: var(--color);
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .cookie-settings__close-options-button:focus, .cookie-settings__close-options-button:hover {
    --color: #008571; }
  .cookie-settings__close-options-button-icon {
    fill: currentColor; }

.cookie-settings__heading {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.25;
  max-width: 32ch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0;
  color: #008571; }

.cookie-settings__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem; }

.cookie-settings__content, .cookie-settings__options {
  color: #525252;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 2rem 2rem; }
  .cookie-settings__content a,
  .cookie-settings__options a {
    color: #008571 !important; }

.cookie-settings__options-text {
  margin-bottom: 2.4rem; }

.cookie-settings__entries {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  margin: 0 !important; }

.cookie-settings__entry-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.8rem; }
  .cookie-settings__entry-header .gob_input-checkbox {
    display: block;
    margin: 0 0 0 auto; }

.cookie-settings__entry-mandatory-label {
  color: #008571;
  margin-left: auto; }

.cookie-settings__entry-heading {
  font-weight: 400;
  font-size: 2rem;
  margin: 0; }

.cookie-settings__footer {
  border-top: 1px solid transparent;
  margin-top: 3rem;
  padding: 1rem 2rem 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem; }

.cookie-settings__control {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0; }
  .cookie-settings__control--customize, .cookie-settings__control--save {
    -ms-grid-row: 1;
        grid-row: 1;
    grid-column: 1 / 3; }
  .cookie-settings__control--decline, .cookie-settings__control--accept {
    -ms-grid-row: 2;
        grid-row: 2; }
  .cookie-settings__control--decline {
    -ms-grid-column: 1;
        grid-column: 1; }
  .cookie-settings__control--accept {
    -ms-grid-column: 2;
        grid-column: 2; }
  @media (min-width: 42.5em) {
    .cookie-settings__control--customize, .cookie-settings__control--save, .cookie-settings__control--decline, .cookie-settings__control--accept {
      -ms-grid-row: 1;
          grid-row: 1;
      -ms-grid-column: unset;
          grid-column: unset; } }

.gob_module_gallery-with-text__text {
  margin-top: 1em; }

.gob_module_event-list.entry-huge .gob_event-list__item {
  margin: 3rem 0; }

.gob_module_event-list.entry-medium .gob_event-list__item {
  margin: 2.5rem 0; }

.gob_module_event-list.entry-small .gob_event-list__item {
  margin: 1rem 0; }

.gob_module_event-list.entry-none .gob_event-list__item {
  margin: 0; }

.gob_home {
  background-color: #606a77;
  color: #FFF; }
  .gob_home #main-header {
    margin: 0; }
  .gob_home #main-content {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto;
    max-width: 128rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    max-width: 147rem; }

.gob_home {
  padding: 0;
  width: 100%;
  max-width: none; }
  .gob_home a {
    color: #d6f1d5; }
  .gob_home__short-news, .gob_home__gallery, .gob_home__link-box {
    margin-bottom: 5rem; }
    .gob_home__short-news-headline, .gob_home__short-news .gob_link-box__headline, .gob_home__gallery-headline, .gob_home__gallery .gob_link-box__headline, .gob_home__link-box-headline, .gob_home__link-box .gob_link-box__headline {
      font-size: 2.3rem;
      text-transform: uppercase; }
  @media (min-width: 48em) {
    .gob_home #main-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .gob_home__short-news, .gob_home__link-box {
      width: 48.57143%; }
    .gob_home__short-news {
      -ms-flex-order: 1;
          order: 1; }
    .gob_home__link-box {
      -ms-flex-order: 2;
          order: 2; }
    .gob_home__gallery {
      width: 100%;
      -ms-flex-order: 3;
          order: 3; }
      .gob_home__gallery:last-child {
        width: 48.57143%; } }
  @media (min-width: 64em) {
    .gob_home__short-news {
      width: 57.14286%; }
    .gob_home__link-box {
      width: 40%; }
    .gob_home__gallery:last-child {
      width: 57.14286%; } }
  @media (min-width: 80em) {
    .gob_home__gallery, .gob_home__short-news, .gob_home__link-box {
      width: 31.42857%; }
    .gob_home__short-news {
      -ms-flex-order: 1;
          order: 1; }
    .gob_home__link-box {
      -ms-flex-order: 3;
          order: 3; }
    .gob_home__gallery {
      -ms-flex-order: 2;
          order: 2; }
      .gob_home__gallery:last-child {
        width: 65.71429%; }
    .gob_home .gob_gallery__item:hover, .gob_home .gob_gallery__item:focus, .gob_home .gob_gallery__item:active {
      -ms-flex-positive: 20;
          flex-grow: 20; } }

.gob_events__events {
  margin-bottom: 7rem; }

.gob_exhibition__duration {
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 1em; }

.gob_exhibition__intro-big {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.2;
  font-style: italic; }

.gob_exhibition__intro-small {
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.2;
  font-style: italic; }

.gob_news__events, .gob_news__news, .gob_news__text, .gob_news__articles {
  margin-bottom: 7rem; }

.gob_news .gob_news-article {
  margin-bottom: 4rem; }
  .gob_news .gob_news-article__title {
    font-size: 2rem;
    padding: 1em 0.5em;
    line-height: 1.2;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; }

.gob_press-information-entry__download {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 1em;
  line-height: 1.5;
  background-color: #FBFBFB; }
  .gob_press-information-entry__download-link {
    display: block;
    color: #008571; }
  .gob_press-information-entry__download-icon {
    display: inline-block;
    vertical-align: -0.3em;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em; }
    .gob_press-information-entry__download-icon__label {
      display: none; }

.gob_shop-item {
  padding: 1.5em 0;
  border-bottom: 1px solid #DBDBDB; }

.gob_shop-item__header {
  margin-bottom: 2em; }

.gob_shop-item__image {
  text-align: center;
  margin-bottom: 2em; }
  .gob_shop-item__image img {
    margin: 0 auto; }
  @media (min-width: 42.5em) {
    .gob_shop-item__image {
      float: right;
      margin-left: 2em; }
      .gob_shop-item__image img {
        margin-right: 0; } }

.gob_shop-item__author {
  margin-bottom: 0.5em;
  font-style: italic; }

.gob_shop-item__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007dbc;
  text-transform: none;
  margin-top: 0; }

.gob_shop-item__subheading {
  font-size: 1.5rem;
  margin-top: -1.2em;
  font-style: italic;
  text-transform: none; }

.gob_shop-item__content {
  clear: both; }

.gob_shop-item__footer {
  clear: both;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1.5;
  padding-top: 1em; }

.gob_shop-item__price {
  font-weight: bold;
  display: inline-block;
  color: #007dbc;
  margin: 0;
  margin-right: 1rem;
  vertical-align: middle; }

.gob_shop-item__cart {
  display: inline-block;
  vertical-align: middle;
  color: #595959; }
  .gob_shop-item__cart:hover, .gob_shop-item__cart:focus, .gob_shop-item__cart:active {
    color: #007dbc; }
  .gob_shop-item__cart-icon {
    width: 1.5em;
    height: 1.5em; }

.gob_press__featured {
  margin-bottom: 3rem; }
  .gob_press__featured-headline {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0.75em; }
  .gob_press__featured-content {
    padding: 1.35rem; }

.gob_press__featured-info-content-headline {
  font-size: 1.8rem;
  text-transform: none; }

.gob_press__featured-info-content-download-icon {
  display: inline-block;
  margin-right: 0.3em;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.3em;
  margin-top: 1em; }

.gob_press__featured-media-link {
  display: block;
  color: #595959;
  text-decoration: none;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FBFBFB;
  padding: 1em;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .gob_press__featured-media-link:hover, .gob_press__featured-media-link:active, .gob_press__featured-media-link:focus {
    text-decoration: none;
    border-color: #007dbc;
    background-color: #f7f9fa; }

.gob_press__featured-media-content-headline {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: none;
  margin-top: 0; }

.gob_press__featured-media-content-image {
  margin-bottom: 2rem; }
  @media (min-width: 42.5em) {
    .gob_press__featured-media-content-image {
      float: right;
      margin-left: 2rem; } }

.gob_error #main-header,
.gob_error #main-footer {
  display: none; }

/* ----------------------------------------------------------------------------
 * Hacks, workarounds, hotfixes
 * --------------------------------------------------------------------------*/
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 2rem 0;
  z-index: 1; }
  .video iframe, .video embed, .video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.logo-collection {
  margin: 2rem 0; }
  .logo-collection figure {
    margin-bottom: 2.77778%; }
    .logo-collection figure img {
      height: auto;
      max-width: 100%; }
    @media (min-width: 30em) {
      .logo-collection figure {
        width: 50%;
        float: left;
        padding-left: 2.77778%;
        padding-right: 2.77778%; } }
    @media (min-width: 35em) {
      .logo-collection figure {
        width: 33.33333%;
        float: left;
        padding-left: 2.77778%;
        padding-right: 2.77778%; } }
    @media (min-width: 48em) {
      .logo-collection figure {
        width: 25%;
        float: left;
        padding-left: 2.77778%;
        padding-right: 2.77778%; }
        .logo-collection figure.big {
          width: 50%;
          float: left;
          padding-left: 2.77778%;
          padding-right: 2.77778%; } }
    @media (min-width: 80em) {
      .logo-collection figure {
        width: 16.66667%;
        float: left;
        padding-left: 2.77778%;
        padding-right: 2.77778%; }
        .logo-collection figure.big {
          width: 33.33333%;
          float: left;
          padding-left: 2.77778%;
          padding-right: 2.77778%; } }

.gob_sitemap__page-title {
  text-transform: none;
  font-size: 1.7rem;
  margin-bottom: 0; }

.gob_sitemap__page-url {
  font-size: 1.4rem;
  font-style: italic; }
  .gob_sitemap__page-url a {
    color: currentColor; }

.gob_module_default table td {
  padding: 0.3em 0.5em;
  border-top: 1px solid #CCC; }

/*# sourceMappingURL=screen.css.map */
