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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  position: relative;
}

.main-content {
  position: relative;
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #111;
}
.section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section .block .full {
  width: 95%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section .block .sidebar {
  width: 30%;
  border-right: 1px solid #111;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.section .block .sidebar .quote {
  font-size: clamp(1.75rem, 2vw + 0.7rem, 4.25rem);
}
.section .block .sidebar .paragraph {
  padding-bottom: 2rem;
  border-bottom: 1px solid #111;
}
.section .block .sidebar .caption {
  text-align: right;
  text-wrap: balance;
}
.section .block .sidebar .caption p:not(.bold) {
  font-size: clamp(0.95rem, 1vw + 0rem, 1.25rem);
}
.section .block .content {
  width: 70%;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.section .block.video .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section .block.video .content {
  padding-top: 0;
  position: relative;
}
.section .block.video .content .videowrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.section .block.video .content .videowrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.section .block.video .content .videowrapper .videofile {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.section .block.video.no-intro .sidebar {
  padding-bottom: 1rem;
}
.section .block.video.no-intro .sidebar .caption {
  padding-bottom: 1rem;
  border-bottom: 1px solid #111;
}
.section .block.video.no-intro .content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section .block.video.no-intro .content > div {
  padding-bottom: 1rem;
  border-bottom: 1px solid #111;
}
.section .block.podcast .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  padding-top: 5rem;
}
.section .block.podcast .sidebar figure {
  width: 33%;
  border-right: 1px solid #111;
  padding-right: 1rem;
  margin: 0;
}
.section .block.podcast .sidebar > div:not(.podcast-sidebar) {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
}
.section .block.podcast .sidebar .podcast-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section .block.podcast .sidebar .podcast-label .pill {
  margin-top: 1rem;
  -ms-flex-item-align: end;
  align-self: end;
}
.section .block.podcast .content {
  width: 70%;
  padding-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section .block.podcast.botanica .sidebar figure svg {
  fill: #83BF64;
}
.section .block.podcast.botanica .sidebar .podcast-label .pill {
  border: none;
  background-color: #83BF64;
}
.section .block.podcast.diario .sidebar figure svg {
  fill: #CFB978;
}
.section .block.podcast.diario .sidebar .podcast-label .pill {
  border: none;
  background-color: #CFB978;
}

.boxed {
  padding-left: 8.3%;
  padding-right: 8.3%;
}

.section#section1 .block:not(.video) .content {
  padding-bottom: 0;
  margin-bottom: 1rem;
  position: relative;
}
.section#section1 .block:not(.video) .content:after {
  content: "";
  display: table;
  height: 1px;
  width: calc(100% - 1rem);
  background-color: #111;
  position: absolute;
  bottom: -1px;
}

@media screen and (min-width: 1600px) {
  .section .block .content .intro {
    max-width: 75%;
  }

  .boxed {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .boxed {
    padding-left: 4.3%;
    padding-right: 4.3%;
  }
}
@media screen and (max-width: 1024px) {
  .boxed {
    padding-left: 5%;
    padding-right: 5%;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button.pill,
a.pill {
  background-color: rgba(0, 0, 0, 0);
  color: #111;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
button.pill:hover, button.pill.active,
a.pill:hover,
a.pill.active {
  color: #fff;
  background-color: black;
}

.pill {
  padding: 0.5vw 1.4vw;
  border: 1px solid #111;
  border-radius: 2rem;
  display: inline-block;
  color: #111;
}
.pill.big {
  padding: 0.8rem 1.2rem;
  border: none;
}
.pill.diario {
  border: none;
  background-color: #CFB978;
}
.pill.botanica {
  border: none;
  background-color: #83BF64;
}

img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .section .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section .block.podcast .content {
    width: 100%;
    border-top: none;
  }
  .section .block .sidebar {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-top: 2rem;
  }
  .section .block .sidebar .quote {
    padding-top: 1.5rem;
    margin-bottom: 4rem;
  }
  .section .block .sidebar .caption {
    text-align: left;
  }
  .section .block .content {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }

  .pill {
    padding: 1vw 2.5vw;
  }

  .section#section1 .block:not(.video) .content:after {
    content: "";
    display: table;
    height: 0;
    width: 100%;
  }

  .section#section1 .block.video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@font-face {
  font-family: "ibmsansregular";
  src: url("font/IBMPlexSans-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ibmsansitalic";
  src: url("font/IBMPlexSans-Italic.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ibmsansbold";
  src: url("font/IBMPlexSans-Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ibmsansbolditalic";
  src: url("font/IBMPlexSans-BoldItalic.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Super Display Light";
  src: url("font/GT-Super-Display-Light.woff2") format("woff2"), url("font/GT-Super-Display-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Super Display Bold";
  src: url("font/GT-Super-Display-Light.woff2") format("woff2"), rl("font/GT-Super-Display-Light.woff") format("woff");
}
@font-face {
  font-family: "GT Super Display Light Italic";
  src: url("font/GT-Super-Display-Light-Italic.woff2") format("woff2"), url("font/GT-Super-Display-Light-Italic.woff") format("woff");
}
body {
  font: 100% "ibmsansregular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #111;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1, .h1 {
  font-size: 4rem;
  line-height: 1.1;
}
h1.giant, .h1.giant {
  font-size: 6rem;
}

h2, .h2 {
  font-family: "GT Super Display Light";
  font-size: clamp(1.75rem, 2vw + 1.15rem, 4.25rem);
  line-height: 1.1;
}
h2.giant, .h2.giant {
  font-size: 6rem;
}

p, .par {
  font-size: clamp(0.95rem, 1vw + 0.25rem, 1.25rem);
  line-height: 1.3;
  font-weight: 400;
}

.block-title {
  padding-bottom: 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #111;
}

.overtitle {
  text-transform: uppercase;
  margin-right: 0.5rem;
  font-family: "ibmsansbold", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #656665;
  font-size: clamp(0.95rem, 1vw + 0.25rem, 1.25rem);
}

.subtitle {
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  font-family: "GT Super Display Light Italic", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: clamp(0.95rem, 1vw + 0.25rem, 1.25rem);
}

h2.quote {
  font-family: "GT Super Display Light Italic", Helvetica Neue, Helvetica, Arial, sans-serif;
}

h2.giant {
  font-family: "GT Super Display Light", Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1.giant {
  font-family: "GT Super Display Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.italic {
  font-family: "ibmsansitalic", Helvetica Neue, Helvetica, Arial, sans-serif;
}

strong, .bold {
  font-family: "ibmsansbold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

strong.italic, .italic.bold {
  font-family: "ibmsansbolditalic", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

small {
  font-size: 66%;
}

header .menu ul li a {
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .block-title {
    padding-bottom: 1rem;
  }

  h1.giant, .h1.giant,
h2.giant, .h2.giant {
    font-size: 4rem;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  z-index: 999;
  background: #fff;
  width: 100%;
}
header #logo {
  width: 30%;
  border-right: 1px solid #111;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
header #logo a {
  display: inline-block;
}
header #logo a img {
  width: 75%;
  min-height: 20px;
}
header .menu,
header .menu-wrapper,
header #menu-navbar,
header #language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu {
  width: 70%;
}
header .menu .menu-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .menu .menu-wrapper #menu-navbar li,
header .menu .menu-wrapper #language li {
  margin-right: 1rem;
  position: relative;
}
header .menu .menu-wrapper #menu-navbar li:last-child,
header .menu .menu-wrapper #language li:last-child {
  margin-right: 0;
}
header .menu .menu-wrapper #menu-navbar li a,
header .menu .menu-wrapper #language li a {
  display: inline-block;
  text-decoration: none;
}
header .menu .menu-wrapper #menu-navbar li button:hover,
header .menu .menu-wrapper #language li button:hover {
  cursor: pointer;
}
header .menu .menu-wrapper #menu-navbar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75%;
}
header .menu .menu-wrapper #language {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .menu .navicon {
  display: none;
}

@media screen and (max-width: 1024px) {
  header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header #logo {
    width: auto;
    border-right: none;
    padding: 1rem 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 999;
  }
  header .menu {
    width: auto;
  }
  header .menu .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    z-index: 998;
    background-color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8rem;
    border-left: 1px solid #ddd;
    -moz-transition: right 0.4s ease-out;
    -o-transition: right 0.4s ease-out;
    -webkit-transition: right 0.4s ease-out;
    transition: right 0.4s ease-out;
  }
  header .menu ul#menu-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 100% !important;
  }
  header .menu ul#menu-navbar > li {
    margin-right: 0 !important;
    border-top: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  header .menu ul#menu-navbar > li button {
    width: 100%;
    font-size: 1.5rem;
  }
  header .menu ul#language {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  header .menu ul#language > li {
    width: 48%;
  }
  header .menu ul#language > li:first-child {
    margin-right: 2%;
  }
  header .menu ul#language > li:last-child {
    margin-left: 2%;
  }
  header .menu ul#language > li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1vw 2.5vw;
    font-size: 1.5rem;
  }
  header .menu .navicon {
    display: block;
    position: relative;
    height: 32px;
    z-index: 999;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-top: 10px;
  }
  header .menu .navicon .nav-toggle {
    z-index: 999999;
    cursor: pointer;
    padding: 9px 18px;
  }
  header .menu .navicon .nav-toggle:focus {
    outline: none;
  }
  header .menu .navicon .nav-toggle span,
header .menu .navicon .nav-toggle span:before,
header .menu .navicon .nav-toggle span:after {
    content: "";
    position: absolute;
    top: 9px;
    display: block;
    width: 36px;
    height: 2px;
    border-radius: 0px;
    background: #111;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .menu .navicon .nav-toggle span:before {
    top: -8px;
  }
  header .menu .navicon .nav-toggle span:after {
    bottom: -8px;
  }
  header .menu .navicon .nav-toggle.active span {
    background-color: transparent;
  }
  header .menu .navicon .nav-toggle.active span:before {
    top: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .menu .navicon .nav-toggle.active span:after {
    top: 8px;
    -ms-transform: translatey(-7px) rotate(-45deg);
    -webkit-transform: translatey(-7px) rotate(-45deg);
    transform: translatey(-7px) rotate(-45deg);
  }
  header.open .menu .menu-wrapper {
    right: 0;
  }
}
footer {
  background-color: #333333;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a {
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .section {
  border-bottom: none;
}
footer .section .block .sidebar {
  border-right: 1px solid #fff;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .section .block .sidebar > div:nth-child(1) {
  flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 1rem;
  border-right: 1px solid #fff;
}
footer .section .block .sidebar > div:nth-child(1) img {
  width: 70%;
  height: auto;
}
footer .section .block .sidebar > div:nth-child(1) img.eu {
  margin-bottom: 2rem;
  width: 90%;
}
footer .section .block .sidebar > div:nth-child(2) {
  flex-basis: 35%;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .section .block .sidebar > div:nth-child(2) img {
  width: 55%;
  height: auto;
}
footer .section .block .content {
  padding-top: 0;
  padding-left: 1rem;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .section .block .content > div:nth-child(2) {
  flex-basis: 43%;
  border-left: 1px solid #fff;
  padding-left: 1rem;
}
footer .section .block .content > div:nth-child(1) {
  flex-basis: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .section .block .content > div:nth-child(1) img.logo-miramare {
  width: 15rem;
  min-width: 200px;
  height: auto;
}
footer .section .block .content > div:nth-child(1) .socials {
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
footer .section .block .content > div:nth-child(1) .socials a img {
  width: auto;
  height: 1.5rem;
  margin-right: 0.5rem;
  margin-top: 0;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
}
footer .section .block .content > div:nth-child(1) .socials a:last-child img {
  margin-right: 0.5rem;
  margin-top: 0;
  padding-right: 0.5rem;
}
footer .section .block .content > div:nth-child(3) {
  flex-basis: 14%;
  border-left: 1px solid #fff;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}
footer .section .block .content > div:nth-child(3) .paragraph.credits {
  font-size: clamp(0.9rem, 0.9vw + 0rem, 1.1rem);
}

@media screen and (min-width: 1440px) {
  footer .section .block .sidebar > div:nth-child(1) img {
    width: 55%;
    max-width: 150px;
  }
  footer .section .block .sidebar > div:nth-child(1) img.eu {
    width: 80%;
    max-width: 200px;
  }
  footer .section .block .sidebar > div:nth-child(2) {
    width: 100%;
  }
  footer .section .block .sidebar > div:nth-child(2) img {
    width: 100%;
    max-width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  footer .section .block .sidebar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding-right: 0;
  }
  footer .section .block .sidebar > div:nth-child(1) {
    border-right: none;
    width: auto;
  }
  footer .section .block .sidebar > div:nth-child(1) img {
    width: 45%;
    margin-bottom: 0.5rem;
  }
  footer .section .block .sidebar > div:nth-child(1) img.eu {
    width: 62%;
    margin-bottom: 2rem;
  }
  footer .section .block .sidebar > div:nth-child(2) {
    padding-left: 0;
    margin: 1rem 0 0.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid #fff;
    width: 100%;
  }
  footer .section .block .sidebar > div:nth-child(2) img {
    width: 55px;
  }
  footer .section .block .content {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .section .block .content > div:nth-child(1) {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  footer .section .block .content > div:nth-child(1) .paragraph {
    margin: 1rem 0;
  }
  footer .section .block .content > div:nth-child(2) {
    margin-bottom: 1.5rem;
    padding-left: 0;
    border-left: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  footer .section .block .content > div:nth-child(3) {
    padding-left: 0;
    border-left: none;
  }
}
.home .main-content .hero {
  width: 100%;
  margin-top: 66px;
  height: calc(100vh - 40px);
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #111;
}
.home .main-content .hero .home-slider {
  max-height: 100%;
  overflow: hidden;
}
.home .main-content .hero .home-slider .single-slide {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main-content .hero .home-slider .single-slide picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home .main-content .hero .home-slider .single-slide picture img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home .main-content .hero .payoff-container {
  position: absolute;
  top: 4rem;
  width: 100%;
}
.home .main-content .hero .payoff-container > div {
  text-align: center;
}
.home .main-content .hero .payoff-container > div .pill {
  margin-top: 4rem;
  background-color: #fff;
}
.home .main-content .hero .payoff-container > div .pill:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .home .main-content .hero .payoff-container {
    top: 6rem;
  }
  .home .main-content .hero .payoff-container > div .pill {
    font-size: 75%;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .main-content .hero .home-slider {
    height: 100%;
  }
  .home .main-content .hero .home-slider .slick-list {
    height: 100%;
  }
  .home .main-content .hero .home-slider .slick-track {
    height: 100%;
  }
}
.mappy {
  min-height: calc(100dvh - 66px);
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 33.32% 66.68%;
  gap: 0;
  align-items: initial;
  border-bottom: 1px solid #111;
  padding-bottom: 1rem;
}
.mappy > figure {
  margin: 0;
  width: 100%;
  height: calc(100vh - 66px);
  overflow: hidden;
  position: sticky;
  top: 66px;
  display: block;
  background-color: #333333;
}
.mappy > figure .diario-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  object-position: right bottom;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mappy .txty {
  padding-top: 1rem;
  padding-left: 24.91%;
  padding-right: 1rem;
  background-color: #333333;
}
.mappy .txty > section ~ section {
  margin: 25vh 0;
}
.mappy .txty .text-trigger {
  min-height: 75vh;
}
.mappy .txty h1, .mappy .txty h2, .mappy .txty p {
  color: #fff;
}
.mappy .txty h2 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.mappy .txty p.overtitle {
  margin-top: 2rem;
  color: #656665;
}
.mappy .txty p.icon {
  padding-left: 1.8rem;
  background-repeat: no-repeat;
  background-position: left;
}
.mappy .txty p.icon.i-area {
  background-image: url(../img/assets/icons/area.svg);
}
.mappy .txty p.icon.i-brutia {
  background-image: url(../img/assets/icons/brutia.svg);
}
.mappy .txty p.icon.i-halapensis {
  background-image: url(../img/assets/icons/halapensis.svg);
}
.mappy .txty p.icon.i-nigra {
  background-image: url(../img/assets/icons/nigra.svg);
}
.mappy .txty p.icon.i-pinaster {
  background-image: url(../img/assets/icons/pinaster.svg);
}
.mappy .txty p.icon.i-sylvestris {
  background-image: url(../img/assets/icons/sylvestris.svg);
}
.mappy .txty section .side-header {
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}
.mappy .txty section .side-header .pill {
  margin-bottom: 1.2rem;
}
.mappy .txty section:not(:first-child) {
  border-top: 1px solid #fff;
}
@media (orientation: portrait) {
  .mappy {
    grid-template-columns: auto;
  }
  .mappy > figure {
    height: calc(50vh - 33px);
  }
}

@media screen and (min-width: 1600px) {
  .mappy {
    grid-template-columns: 34% 66%;
  }
  .mappy .txty {
    padding-left: 29.412%;
  }
}
@media screen and (max-width: 1200px) {
  .mappy {
    grid-template-columns: 31.72% 68.28%;
  }
  .mappy .txty {
    padding-left: 13.556%;
  }
}
@media screen and (max-width: 1024px) {
  .mappy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mappy .txty {
    padding-left: 5%;
  }
  .mappy .txty section .side-header .pill {
    font-size: 80%;
  }
}
#section4 {
  background-color: #333333;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
#section4 h1, #section4 h2, #section4 h3, #section4 h4, #section4 h5, #section4 h6, #section4 p, #section4 a {
  color: #fff;
}
#section4 .block-title {
  padding-bottom: 4rem;
  margin-bottom: 0;
}
#section4 .block .sidebar {
  border-right: 1px solid #fff;
}
#section4 .block.diario-intro .sidebar {
  padding-bottom: 0;
}
#section4 .block.diario-intro .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
#section4 .block.diario-intro .content div {
  width: calc(50% - 0.5rem);
}
#section4 .block.diario-intro .content div.first-child {
  margin-right: 0.5rem;
}
#section4 .block.diario-intro .content div.last-child {
  margin-left: 0.5rem;
}
#section4 .block.diario-block .sidebar {
  padding-top: 0;
}
#section4 .block.diario-block .sidebar .giant {
  padding-top: 1rem;
}
#section4 .block.diario-block .sidebar .intro {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
#section4 .block.diario-block .sidebar .caption {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#section4 .block.diario-block .sidebar .caption .pill {
  margin-top: 1rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#section4 .block.diario-block .content {
  padding-bottom: 4rem;
}
#section4 .block.diario-block .content .diario-carousel-wrapper {
  position: relative;
}
#section4 .block.diario-block .content .diario-carousel-wrapper .slider-arrows {
  position: absolute;
  top: 50%;
  width: calc(100% - 1rem);
}
#section4 .block.diario-block .content .diario-carousel-wrapper .slider-arrows ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#section4 .block.diario-block .content .diario-carousel-wrapper .slider-arrows ul li {
  cursor: pointer;
}
#section4 .block.diario-block .content .diario-carousel-wrapper .slider-arrows ul li > svg {
  display: block;
  width: 20px;
  height: 40px;
}
#section4 .block.diario-block .content .diario-carousel-wrapper .slider-arrows ul li.prev {
  display: block;
  padding-left: 1rem;
}
#section4 .block.diario-block .content .diario-carousel-wrapper .slider-arrows ul li.next {
  display: block;
  padding-right: 1rem;
}
#section4 .block.diario-block .content .diario-text {
  margin-top: 1rem;
  column-count: 2;
  column-gap: 1rem;
  column-width: calc(50% - 0.5rem);
}
#section4 .block.diario-block .content .diario-lavori-img img.verticale {
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  #section4 .block.diario-block .content .diario-lavori-img img.verticale {
    width: 100%;
    max-width: 100%;
  }
}
#section4 .block.diario-block.podcast .sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#section4 .block.diario-block.podcast .sidebar .podcast-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#section4 .block.diario-block.podcast .sidebar .podcast-sidebar figure {
  width: 33%;
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin: 0;
}
#section4 .block.diario-block.podcast .sidebar .podcast-sidebar > div {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
}
#section4 .block.diario-block.podcast .sidebar .podcast-sidebar .podcast-label {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#section4 .block.diario-block.podcast .sidebar .podcast-sidebar .podcast-label .pill {
  margin-top: 1rem;
  -ms-flex-item-align: end;
  align-self: end;
}
#section4 .block.diario-block.podcast .content {
  padding-top: 0;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: none;
}
#section4 .block.diario-block.podcast .content > div {
  border-top: 1px solid #fff;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#section4 .block.diario-block.podcast .content > div .quote {
  margin-bottom: 4rem;
}
#section4 .block.diario-block.podcast .content > div > div {
  width: 30%;
  text-align: right;
  padding-bottom: 1rem;
  -ms-flex-item-align: end;
  align-self: end;
}

#section4 .block.diario-block .content {
  padding-top: 1rem;
}

#section4 .block.diario-block {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  #section4 .block .sidebar {
    border-right: none;
  }
  #section4 .block.diario-intro .sidebar .block-title {
    border-bottom: 1px solid #fff;
  }
  #section4 .block.diario-intro .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
  #section4 .block.diario-intro .content div {
    width: 100%;
  }
  #section4 .block.diario-intro .content div .titolo {
    margin-bottom: 1rem;
  }
  #section4 .block.diario-block .content .diario-text {
    margin-top: 1rem;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
  #section4 .block.diario-block.podcast .content {
    padding-left: 0;
  }
  #section4 .block.diario-block.podcast .content > div > div {
    width: 100%;
    text-align: left;
  }
}
#section2 .section:last-child .block.video.no-intro .sidebar,
#section2 .section:last-child .block.video.no-intro .content {
  padding-bottom: 0;
}
#section2 .section:last-child .block.video.no-intro .sidebar .caption {
  border-bottom: none;
}
#section2 .section:last-child .block.video.no-intro .content > div {
  border-bottom: none;
}

#podcast {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#podcast .block > div {
  width: 49%;
}
#podcast .block > div:nth-child(odd) {
  margin-right: 1%;
}
#podcast .block > div:nth-child(even) {
  margin-left: 1%;
}

@media screen and (max-width: 1024px) {
  #podcast {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #podcast .block > div {
    width: 100%;
    padding: 1rem 0;
  }
  #podcast .block > div:nth-child(odd) {
    margin-right: 0;
  }
  #podcast .block > div:nth-child(even) {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style-pgg2.css.map */
