@charset "UTF-8";
/* -------------------------------- */
/********** Site Variables **********/
/* -------------------------------- */
/* --------------------------- */
/********** Structure **********/
/* --------------------------- */
.post, .page {
  margin: 0;
}
.page-content {
  margin: 0;
  padding: 0;
}
.wrap {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1432px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .wrap {
    max-width: inherit;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: no-wrap;
}
.flex.flex-align-start {
  align-items: flex-start;
}
.flex.flex-align-end {
  align-items: flex-end;
}
.flex.flex-align-center {
  align-items: center;
}
.flex.flex-justify-between {
  justify-content: space-between;
}
.flex.flex-justify-even {
  justify-content: space-evenly;
}
.flex.flex-justify-end {
  justify-content: flex-end;
}
.flex.flex-justify-center {
  justify-content: center;
}
.flex .flex-no-grow {
  flex-grow: 0;
}
.flex .flex-no-shrink {
  flex-shrink: 0;
}
.flex .flex-grow {
  flex-grow: 1;
}
.flex .flex-shrink {
  flex-shrink: 1;
}
.grid {
  display: grid;
}
/* ------------------------------- */
/********** Global Styles **********/
/* ------------------------------- */
body {
  background-color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
body #page a.cta {
  background-color: #ffffff;
  border: 2px solid transparent;
  padding: 10px 14px 10px 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
body #page a.cta:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
body #page a.cta.color-white {
  color: #ffffff;
}
.grecaptcha-badge {
  visibility: hidden;
}
/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  color: #060818;
  font-family: "Azo Mono", monospace;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 24px;
  /*
  .the-text {
    h2 {
      margin-bottom: 24px;
    }

    h3,
    h4 {
      margin-bottom: $marginReference;
    }

    h2,
    h3,
    h4 {
    }

    a.cta {
      margin-top: $marginReference;
    }

    ul {
      margin-top: 6px;
    }
  }
  */
}
@media screen and (max-width: 1180px) {
  body {
    font-size: 18px;
  }
}
body .font-braga {
  font-family: "Braga", "Azo Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
}
body .font-azomono {
  font-family: "Azo Mono", monospace;
}
body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
  margin: 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.03em;
}
body h1, body .h1 {
  font-size: 80px;
  line-height: 78px;
}
@media screen and (max-width: 1440px) {
  body h1, body .h1 {
    font-size: 64px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1180px) {
  body h1, body .h1 {
    font-size: 44px;
    line-height: 42px;
  }
}
body h2, body .h2 {
  font-size: 64px;
  line-height: 62px;
}
@media screen and (max-width: 1180px) {
  body h2, body .h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
body h3, body .h3 {
  font-size: 52px;
  line-height: 50px;
}
@media screen and (max-width: 1180px) {
  body h3, body .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
body h4, body .h4 {
  font-size: 42px;
  line-height: 40px;
}
body p {
  margin: 0;
}
body p:not(:last-of-type) {
  margin-bottom: 20px;
}
body ul {
  padding: 0;
}
body ul li {
  padding: 0;
  margin: 0;
}
body ul:not(.none) {
  margin: 0 0 16px 16px;
  list-style-position: outside;
}
body ul:not(.none) li:not(:last-child) {
  margin-bottom: 4px;
}
body ul:not(.none) li ul {
  margin: 8px 0 10px 32px;
  list-style-type: circle;
}
body ul.none {
  margin: 0;
  list-style-type: none;
}
body strong {
  font-weight: 700;
}
body em {
  font-style: italic;
  font-weight: 400;
}
body blockquote {
  margin: 0;
  padding: 0;
}
body a, body a:focus, body a:visited {
  color: #060818;
  text-decoration: none;
}
body a:hover, body a:focus:hover, body a:visited:hover {
  color: #060818;
  text-decoration: underline;
}
body p a:hover, body p a:visited:hover {
  text-decoration: underline;
}
/* ------------------------ */
/********** Header **********/
/* ------------------------ */
body #page header.site-header {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
  z-index: 9998;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 50px 50px 0 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header {
    width: auto;
  }
}
body #page header.site-header > .flex {
  background-color: var(--theme-color);
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex {
    padding: 22px 24px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex {
    padding: 20px;
  }
}
body #page header.site-header > .flex .site-branding a {
  display: block;
}
body #page header.site-header > .flex .site-branding a img {
  object-fit: contain;
  object-position: left;
}
@media screen and (min-width: 1440px) {
  body #page header.site-header > .flex .site-branding a img {
    height: 40px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page header.site-header > .flex .site-branding a img {
    height: 32px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .site-branding a img {
    max-width: 190px;
  }
}
body #page header.site-header > .flex .main-navigation {
  width: auto;
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation {
    flex-direction: column;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .menu-actions {
    gap: 4px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .menu-actions {
    gap: 10px;
  }
}
body #page header.site-header > .flex .main-navigation .menu-actions a {
  display: block;
  color: #ffffff;
  text-indent: -9999px;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .menu-actions a:hover {
    opacity: 0.6;
  }
}
body #page header.site-header > .flex .main-navigation .menu-actions a svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .menu-actions a svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .menu-actions a svg {
    width: 24px;
    height: 24px;
  }
}
body #page header.site-header > .flex .main-navigation .menu-actions a.menu-toggle svg.close {
  display: none;
}
body #page header.site-header > .flex .main-navigation .menu-actions a.menu-toggle.active svg.toggle {
  display: none;
}
body #page header.site-header > .flex .main-navigation .menu-actions a.menu-toggle.active svg.close {
  display: block;
}
body #page header.site-header > .flex .main-navigation > .menu-actions {
  margin-left: 16px;
}
body #page header.site-header > .flex .main-navigation .hidden {
  display: none;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .hidden-desktop {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .hidden-mobile {
    display: none;
  }
}
body #page header.site-header > .flex .main-navigation .home-business-toggle {
  display: none;
}
body #page header.site-header > .flex .main-navigation ul#primary-menu {
  gap: 16px;
}
body #page header.site-header > .flex .main-navigation ul#primary-menu > li > a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page header.site-header > .flex .main-navigation ul#primary-menu > li > a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul#primary-menu > li > a:hover {
    color: #060818;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul#primary-menu > li > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul#primary-menu > li.mobile-only {
    display: none;
  }
}
body #page header.site-header > .flex .main-navigation ul#primary-menu > li.color-black > a {
  color: #060818;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul#primary-menu > li.menu-item-has-children:hover ul.sub-menu {
    left: inherit;
    right: 0;
  }
}
body #page header.site-header > .flex .main-navigation ul.sub-menu {
  list-style: none;
  box-shadow: none;
  float: none;
  margin: 0;
  gap: 16px;
  flex-direction: column;
  background-color: var(--theme-color);
  text-align: right;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu {
    padding: 46px 0;
    width: max-content;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu {
    align-items: center;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu:before, body #page header.site-header > .flex .main-navigation ul.sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    background-color: inherit;
    z-index: -1;
  }
}
@media screen and (min-width: 1440px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu:before, body #page header.site-header > .flex .main-navigation ul.sub-menu:after {
    top: 30px;
    height: calc(100% - 30px);
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu:before, body #page header.site-header > .flex .main-navigation ul.sub-menu:after {
    top: 26px;
    height: calc(100% - 26px);
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu:before {
    left: 0;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu:after {
    right: 0;
  }
}
body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back):not(:last-child) {
  margin: 0;
}
body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back) a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  width: auto;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back) a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back) a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back) a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back) a:hover {
    text-decoration: none;
  }
}
body #page header.site-header > .flex .main-navigation ul.sub-menu li:not(.menu-section-title):not(.menu-back) a:after {
  content: "+";
  display: inline;
  margin-left: 4px;
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li.menu-section-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li.menu-section-title a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li.menu-back {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li.menu-back a {
    display: block;
    color: #ffffff;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation ul.sub-menu li.menu-back a svg {
    height: 32px;
    width: 32px;
    display: block;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation {
  display: none;
  z-index: 9999;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation {
    padding-top: 30px;
    top: calc(100% - 30px);
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation {
    height: 100vh;
    height: 100svh;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--theme-color);
    align-items: center;
    gap: 32px;
    padding: 48px 32px;
  }
  body #page header.site-header > .flex .main-navigation .secondary-navigation::-webkit-scrollbar {
    display: none;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation.show {
  display: flex;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation.show .primary-menu-mobile-container {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .primary-menu-mobile-container {
    margin-top: auto;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .secondary-menu-container {
    margin-bottom: auto;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu {
    text-align: right;
    background-color: var(--theme-color);
    padding: 35px 42px 35px 98px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu {
    align-items: center;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile > li > a, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu > li > a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile > li > a, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu > li > a {
    text-decoration: none;
    text-align: center;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile > li:not(.color-black) a, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu > li:not(.color-black) a {
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile > li > a {
    text-decoration: underline;
    font-weight: 700;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu:before {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background-color: #ffffff;
    margin: 24px auto 18px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu li.home-business-toggle:before, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu li.business-home-toggle:before {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background-color: #ffffff;
    margin: 24px auto 42px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu li.home-business-toggle a, body #page header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu li.business-home-toggle a {
    text-decoration: underline;
    font-weight: 700;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions {
  margin: 0;
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions {
    gap: 12px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions > .flex {
    gap: 10px;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions > .flex svg {
    width: 24px;
    height: 24px;
  }
}
body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions .menu-toggle {
  margin-top: 12px;
}
body #page header.site-header > .flex .main-navigation .secondary-navigation .menu-actions .menu-toggle svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation ul.sub-menu:not(.step-hidden) {
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
  }
}
@media screen and (min-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .step-hidden {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  body #page header.site-header > .flex .main-navigation .secondary-navigation .step-hidden {
    display: none;
  }
}
body #page #search-form {
  padding: 30px;
  background-color: var(--theme-color);
  display: none;
}
body #page #search-form form {
  position: relative;
}
body #page #search-form form input {
  font-family: "Azo Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #060818;
  padding: 24px calc(50px + 24px) 24px 24px;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  outline: none;
  appearance: none;
  max-width: 672px;
  width: 100%;
}
body #page #search-form form input::placeholder {
  color: rgba(6, 8, 24, 0.4);
}
body #page #search-form form input::-webkit-search-cancel-button {
  appearance: none;
  display: none;
}
body #page #search-form form button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  color: #060818;
  cursor: pointer;
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
}
body #page #search-form.show {
  display: block;
}
@media screen and (min-width: 1440px) {
  body #page #primary {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page #primary {
    margin-top: 110px;
  }
}
body #page #primary #main {
  padding-top: 50px;
}
@media screen and (max-width: 1180px) {
  body #page #primary #main {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1180px) {
  body #page #languages-menu {
    background-color: var(--theme-color);
    padding: 0 42px 35px 98px;
    gap: 10px;
  }
}
@media screen and (max-width: 1180px) {
  body #page #languages-menu {
    align-items: center;
    display: flex;
    gap: 16px;
  }
}
body #page #languages-menu li.current-language-menu-item a {
  text-decoration: underline;
}
body #page #languages-menu li a {
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  body #page #languages-menu li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
}
body #page.black-text header.site-header > .flex .main-navigation ul#primary-menu > li > a {
  color: #060818;
}
body #page.black-text header.site-header > .flex .main-navigation ul#primary-menu > li ul.sub-menu li a {
  color: #060818;
}
body #page.black-text header.site-header > .flex .main-navigation .secondary-navigation ul#primary-menu-mobile > li a, body #page.black-text header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu > li a {
  color: #060818;
}
body #page.black-text header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu:before {
  background-color: #060818;
}
body #page.black-text header.site-header > .flex .main-navigation .secondary-navigation ul#secondary-menu li.business-home-toggle:before {
  background-color: #060818;
}
body #page.black-text header.site-header > .flex .main-navigation .menu-actions a {
  color: #060818;
}
body #page.black-text header.site-header > .flex #languages-menu li a {
  color: #060818;
}
@media screen and (max-width: 1180px) {
  body.secondary-navigation-active {
    overflow: hidden;
  }
}
/* --------------------------------- */
/*********** Site Sections ***********/
/* --------------------------------- */
@media screen and (min-width: 1180px) {
  body #page section.page-hero:not(:last-child):not(:has(+ .no-results)):not(.no-mb):not(:has(+ .has-marketplace)):not(:has(+ .has-agenda)) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero:not(:last-child):not(:has(+ .no-results)):not(.no-mb):not(:has(+ .has-marketplace)):not(:has(+ .has-agenda)) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero:not(:last-child):not(:has(+ .no-results)):not(.no-mb):not(:has(+ .has-marketplace)):not(:has(+ .has-agenda)) + .highlights-container {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1180px) {
  body #page section.page-hero + .highlights-block {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero + .highlights-block {
    margin-top: 50px;
  }
}
body #page section.page-hero .page-banner img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  body #page section.page-hero .page-banner img {
    aspect-ratio: 3;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-banner img {
    aspect-ratio: 2;
  }
}
@media screen and (min-width: 1180px) {
  body #page section.page-hero .page-banner.video {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-banner.video {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body #page section.page-hero .page-banner.video .video-wrap {
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #060818;
}
@media screen and (min-width: 1180px) {
  body #page section.page-hero .page-banner.video .video-wrap {
    min-height: 789px;
    aspect-ratio: 2.3333333333;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-banner.video .video-wrap {
    aspect-ratio: 1.8;
  }
}
body #page section.page-hero .page-banner.video .video-wrap iframe {
  display: block;
  border: none;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
@media screen and (min-width: 1180px) {
  body #page section.page-hero .page-banner.video .video-wrap iframe {
    transform: scale(1.45);
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-banner.video .video-wrap iframe {
    transform: scale(2);
  }
}
body #page section.page-hero .page-intro {
  padding-top: 50px;
  background-color: var(--theme-color);
}
@media screen and (min-width: 1180px) {
  body #page section.page-hero .page-intro {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-intro {
    padding-bottom: 50px;
  }
}
body #page section.page-hero .page-intro .grid {
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-intro .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-hero .page-intro .grid h1 br, body #page section.page-hero .page-intro .grid h2 br {
    display: none;
  }
}
body #page section.page-hero .page-intro .grid .intro-text p {
  font-weight: 500;
}
body #page:not(.black-text) section.page-hero .page-intro h1, body #page:not(.black-text) section.page-hero .page-intro h2 {
  color: #ffffff;
}
body #page:not(.black-text) section.page-hero .page-intro .intro-text p {
  color: #ffffff;
}
body #page section.section-hero {
  overflow: hidden;
}
body #page section.section-hero:not(.no-margin):not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero:not(.no-margin):not(:first-child) {
    margin-top: 50px;
  }
}
body #page section.section-hero:not(.no-margin):not(:last-child) {
  margin-bottom: 150px;
}
body #page section.section-hero .subtitle {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 52px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  color: #060818;
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
body #page section.section-hero .subtitle a {
  color: inherit;
}
body #page section.section-hero .section-title {
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero .section-title {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 0;
  }
}
body #page section.section-hero .section-title p {
  margin-left: -50px;
  position: relative;
  padding: 16px 32px 16px 50px;
  background-color: var(--theme-color);
}
@media screen and (min-width: 1180px) {
  body #page section.section-hero .section-title p:before {
    content: "";
    display: block;
    background-color: inherit;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0;
  }
}
body #page section.section-hero .section-title + .section-content {
  margin-top: 40px;
}
body #page section.section-hero .section-content {
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero .section-content {
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
body #page section.section-hero .section-content .section-description a.cta:not(:only-child) {
  margin-top: 32px;
}
body #page section.section-hero .section-content .section-description:not(.color-white) a.cta {
  background-color: var(--theme-color);
}
@media screen and (min-width: 1180px) {
  body #page section.section-hero.has-image .grid {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero.has-image .grid {
    gap: 25px;
  }
}
body #page section.section-hero.has-image .section-banner img {
  object-fit: cover;
  aspect-ratio: 0.8333333333;
  width: 100%;
}
body #page section.section-hero.has-image .section-content {
  margin-top: auto;
}
body #page section.section-hero.has-image .section-content .section-description {
  margin-top: 80px;
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero.has-image .section-content .section-description {
    margin-top: 32px;
  }
}
body #page section.section-hero.has-image .section-content .section-description a.cta:not(:only-child) {
  margin-top: 64px;
}
@media screen and (max-width: 1180px) {
  body #page section.section-hero.has-image .section-content .section-description a.cta:not(:only-child) {
    margin-top: 48px;
  }
}
body #page section.section-hero:has(+ .highlights-container.parent-no-mb) {
  margin-bottom: 0;
}
body #page.black-text section.section-hero .section-content .section-description a.cta {
  color: #060818;
}
body #page.black-text section.section-hero .section-content .section-description a.cta:hover {
  border-color: #060818;
  background-color: transparent;
}
body #page:not(.black-text) section.section-hero .section-title p {
  color: #ffffff;
}
body #page:not(.black-text) section.section-hero .section-content p.h2:not(.subtitle):not(.color-black):not(.color-white), body #page:not(.black-text) section.section-hero .section-content p.h3:not(.subtitle):not(.color-black):not(.color-white), body #page:not(.black-text) section.section-hero .section-content p.h4:not(.subtitle):not(.color-black):not(.color-white) {
  color: var(--theme-color);
}
body #page:not(.black-text) section.section-hero .section-content p.h2.color-white, body #page:not(.black-text) section.section-hero .section-content p.h3.color-white, body #page:not(.black-text) section.section-hero .section-content p.h4.color-white {
  color: #ffffff;
}
body #page:not(.black-text) section.section-hero .section-content .section-description.color-white p {
  color: #ffffff;
}
body #page:not(.black-text) section.section-hero .section-content .section-description.color-white a.cta {
  background-color: var(--theme-color);
}
body #page:not(.black-text) section.section-hero .section-content .section-description a.cta {
  color: #ffffff;
}
body #page:not(.black-text) section.section-hero .section-content .section-description a.cta:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background-color: transparent;
}
body #page .simplefavorite-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
body #page .simplefavorite-button:hover {
  opacity: 0.6;
}
body #page .simplefavorite-button.active {
  opacity: 1;
}
body #page .simplefavorite-button.active:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1180px) {
  body #page section.highlights-block:not(:last-child):not(:has(+ .has-quick-guides)) {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.highlights-block:not(:last-child):not(:has(+ .has-quick-guides)) {
    margin-bottom: 100px;
  }
}
body #page section.highlights-block.has-quick-guides {
  padding-top: 128px;
  background-color: var(--theme-color);
}
body #page section.highlights-block.has-quick-guides .section-hero {
  padding-bottom: 32px;
}
body #page section.highlights-block.has-agenda .section-hero {
  padding-top: 40px;
  padding-bottom: 64px;
}
body #page section.highlights-block.has-agenda:has(> .section-hero) {
  background-color: var(--theme-color);
}
body #page section.highlights-block.has-agenda:not(:has(> .section-hero)):not(:last-child) {
  margin-bottom: 32px;
}
body #page section.highlights-block.has-agenda:not(:has(> .section-hero)) .highlights-container {
  position: relative;
}
body #page section.highlights-block.has-agenda:not(:has(> .section-hero)) .highlights-container .highlights-wrap {
  padding-top: 0;
}
body #page section.highlights-block.has-agenda:not(:has(> .section-hero)) .highlights-container .highlights-wrap:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 102px;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
body #page section.highlights-block.has-agenda:not(:has(> .section-hero)) .highlights-container .highlights-wrap article .highlight-content {
  border: 2px solid #060818;
}
@media screen and (min-width: 1180px) {
  body #page section.highlights-block + .highlights-block:last-child:has(> .highlights-container.is-directory) {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.highlights-block + .highlights-block:last-child:has(> .highlights-container.is-directory) {
    margin-bottom: 100px;
  }
}
body #page:not(.black-text) section.highlights-block.has-quick-guides .section-hero .section-content .section-description a.cta:not(:hover) {
  background-color: #ffffff;
  color: var(--theme-color);
}
body #page:not(.black-text) section.highlights-block.has-quick-guides .section-hero .section-content .section-description a.cta:hover {
  color: #ffffff;
  border-color: #ffffff;
}
body #page:not(.black-text) section.highlights-block.has-agenda .section-hero .section-content .section-description a.cta:not(:hover) {
  background-color: #ffffff;
  color: var(--theme-color);
}
body #page:not(.black-text) section.highlights-block.has-agenda .section-hero .section-content .section-description a.cta:hover {
  color: #ffffff;
  border-color: #ffffff;
}
body #page .highlights-container .highlights-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #page .highlights-container .highlights-wrap:not(.no-bg) {
  background-color: var(--theme-color);
}
body #page .highlights-container .highlights-wrap:first-child .grid:not(.no-offset), body #page .highlights-container .highlights-wrap:first-child .swiper-container:not(.no-offset) {
  margin-top: -140px;
}
body #page .highlights-container .grid-title {
  margin-bottom: 40px;
}
body #page .highlights-container .grid {
  gap: 50px;
}
@media screen and (min-width: 789px) {
  body #page .highlights-container .grid:not(.grid-2):not(.grid-3):not(.grid-4) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 789px) {
  body #page .highlights-container .grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .grid.grid-2 .highlight-excerpt {
    min-height: 96px;
  }
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .grid.grid-3 {
    gap: 50px 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  body #page .highlights-container .grid.grid-3 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
body #page .highlights-container .grid.grid-3 .highlight-excerpt {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .grid.grid-3 .highlight-excerpt {
    min-height: 80px;
  }
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .grid.grid-4 {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  body #page .highlights-container .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1180px) {
  body #page .highlights-container .grid.grid-4 {
    column-gap: 16px;
  }
}
body #page .highlights-container .grid.grid-4 .highlight-excerpt {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .grid.grid-4 .highlight-excerpt {
    min-height: 80px;
  }
}
body #page .highlights-container .swiper-container .swiper-button-prev, body #page .highlights-container .swiper-container .swiper-button-next {
  color: #ffffff;
  top: 350px;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .swiper-container .swiper-wrapper {
    align-items: stretch;
    height: 100% !important;
  }
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container article {
    height: 100%;
  }
}
body #page .highlights-container article .highlight-image {
  display: block;
  background-color: #060818;
}
body #page .highlights-container article .highlight-image img {
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container article .highlight-content {
    flex: 1;
  }
}
body #page .highlights-container article .highlight-content .highlight-title {
  width: 100%;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container article .highlight-content .highlight-title {
    flex: 1;
  }
}
body #page .highlights-container article .highlight-content .highlight-title a {
  height: 100%;
  display: flex;
  align-items: center;
}
body #page .highlights-container article .highlight-content .highlight-title a:not(.simplefavorite-button):not(.info) {
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
}
body #page .highlights-container article .highlight-content .highlight-title .simplefavorite-button span {
  display: none;
}
body #page .highlights-container article .highlight-content .highlight-title:not(.color-white):not(.bg-black) {
  background-color: #ffffff;
}
body #page .highlights-container article .highlight-content .highlight-title:not(.color-white):not(.bg-black) .simplefavorite-button {
  color: var(--theme-color);
}
body #page .highlights-container article .highlight-content .highlight-title:not(.color-white):not(.bg-black) .simplefavorite-button svg {
  fill: var(--theme-color);
}
body #page .highlights-container article .highlight-content .highlight-title.color-white:not(.bg-black) {
  background-color: var(--theme-color);
}
body #page .highlights-container article .highlight-content .highlight-title:not(.small-text) a:not(.simplefavorite-button) {
  font-size: 36px;
  line-height: 40px;
  padding: 24px 0 24px 30px;
}
@media screen and (max-width: 1180px) {
  body #page .highlights-container article .highlight-content .highlight-title:not(.small-text) a:not(.simplefavorite-button) {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 20px 20px;
  }
}
body #page .highlights-container article .highlight-content .highlight-title:not(.small-text) .simplefavorite-button {
  padding: 24px 20px 24px;
}
@media screen and (max-width: 1180px) {
  body #page .highlights-container article .highlight-content .highlight-title:not(.small-text) .simplefavorite-button {
    padding: 20px;
  }
}
body #page .highlights-container article .highlight-content .highlight-title:not(.small-text) .simplefavorite-button svg {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1180px) {
  body #page .highlights-container article .highlight-content .highlight-title:not(.small-text) .simplefavorite-button svg {
    width: 24px;
    height: 24px;
  }
}
body #page .highlights-container article .highlight-content .highlight-title.small-text a:not(.simplefavorite-button) {
  font-size: 18px;
  line-height: 22px;
  padding: 16px 0 16px 20px;
}
body #page .highlights-container article .highlight-content .highlight-title.small-text .simplefavorite-button {
  padding: 16px 20px;
}
body #page .highlights-container article .highlight-content .highlight-title.small-text .simplefavorite-button svg {
  width: 24px;
  height: 24px;
}
body #page .highlights-container article .highlight-content .highlight-title.bg-black {
  background-color: #060818;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container article .highlight-content .highlight-excerpt {
    min-height: 96px;
  }
}
body #page .highlights-container article .highlight-content .highlight-excerpt:not(.no-clamp) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
body #page .highlights-container article .highlight-content .highlight-excerpt:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container article .highlight-content .highlight-excerpt.line-3 {
    min-height: 80px;
  }
}
body #page .highlights-container article .highlight-content .highlight-cta {
  margin-top: 24px;
}
body #page .highlights-container article.highlight_category-guias-rapidos .highlight-content.border-black {
  border: 2px solid #060818;
}
body #page .highlights-container article.highlight_category-guias-rapidos .highlight-content .highlight-title:not(.color-white) a:not(.info) {
  padding: 16px 24px;
  border-right: 2px solid #060818;
}
body #page .highlights-container article.highlight_category-guias-rapidos .highlight-content .highlight-title:not(.color-white) a.info {
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 24px;
}
body #page .highlights-container article.event .date {
  background-color: #060818;
  padding: 40px 24px 20px 24px;
  gap: 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
body #page .highlights-container article.event .highlight-content.border-black {
  border: 2px solid #060818;
}
body #page .highlights-container article.event .highlight-content .highlight-title a:not(.info) {
  padding: 12px 12px 12px 20px;
  border-right: 2px solid #060818;
}
body #page .highlights-container article.event .highlight-content .highlight-title a.info {
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 24px;
}
body #page .highlights-container article.result {
  gap: 25px;
}
@media screen and (max-width: 789px) {
  body #page .highlights-container article.result {
    flex-direction: column;
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  body #page .highlights-container article.result .highlight-content-image {
    max-width: 340px;
  }
}
body #page .highlights-container article.result .highlight-content .highlight-title.color-white {
  background-color: #060818;
}
body #page .highlights-container article.result .highlight-content .highlight-title.small-text a:not(.simplefavorite-button) {
  font-size: 16px;
  line-height: 20px;
}
body #page .highlights-container article.result .highlight-content .highlight-title.small-text .simplefavorite-button svg {
  width: 20px;
  height: 20px;
}
body #page .highlights-container article.result .highlight-content .date {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 32px;
}
body #page .highlights-container article.result .highlight-content .highlight-excerpt {
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 4;
}
body #page .highlights-container article.result .highlight-content a.highlight-cta {
  font-size: 15px;
  line-height: 20px;
}
body #page .highlights-container article.result .highlight-content a.highlight-cta:not(:hover) {
  background-color: #060818;
}
body #page .highlights-container article.result .highlight-content a.highlight-cta:hover {
  color: #060818;
  border-color: #060818;
}
body #page .highlights-container article.restaurant {
  gap: 25px;
}
@media screen and (max-width: 789px) {
  body #page .highlights-container article.restaurant {
    flex-direction: column;
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  body #page .highlights-container article.restaurant .highlight-content-image {
    max-width: 340px;
  }
}
body #page .highlights-container article.restaurant .highlight-content .highlight-title.small-text a:not(.simplefavorite-button) {
  font-size: 16px;
  line-height: 20px;
}
body #page .highlights-container article.restaurant .highlight-content .highlight-title.small-text .simplefavorite-button svg {
  width: 20px;
  height: 20px;
}
body #page .highlights-container article.restaurant .restaurant-metadata {
  gap: 10px;
}
body #page .highlights-container article.restaurant .restaurant-metadata p {
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
body #page .highlights-container article.restaurant .restaurant-metadata svg {
  display: block;
  width: 24px;
  height: 24px;
}
body #page .highlights-container .grid.has-results {
  row-gap: 80px;
}
@media screen and (min-width: 1180px) {
  body #page .highlights-container .grid.has-results {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1180px) {
  body #page .highlights-container .grid.has-results {
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
body #page .highlights-container.is-directory .highlights-wrap {
  padding-top: 60px;
  padding-bottom: 0;
}
body #page .highlights-container.is-directory .table-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table {
  min-width: max-content;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table th, body #page .highlights-container.is-directory .table-scroll-wrapper table td {
  text-align: left;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table th:not(:first-child), body #page .highlights-container.is-directory .table-scroll-wrapper table td:not(:first-child) {
  padding-left: 15px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table th:not(:last-child), body #page .highlights-container.is-directory .table-scroll-wrapper table td:not(:last-child) {
  padding-right: 15px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table thead tr th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding-bottom: 24px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table thead tr th.asc::after {
  content: " ▲";
}
body #page .highlights-container.is-directory .table-scroll-wrapper table thead tr th.desc::after {
  content: " ▼";
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr {
  border-bottom: 1px solid #060818;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr:first-child {
  border-top: 2px solid #060818;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr.va-top {
  vertical-align: top;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr td {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr td.td-wrap {
  max-width: 400px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr td.td-lh-xl span {
  display: block;
  min-height: 14px;
}
body #page .highlights-container.is-directory .table-scroll-wrapper table tbody tr td.td-lh-xl span:not(:last-child) {
  margin-bottom: 8px;
}
body #page .highlights-container.is-directory a.cta {
  margin-top: 32px;
  background-color: var(--theme-color);
}
body #page.black-text .highlights-container article .highlight-content .highlight-title {
  color: #060818;
}
body #page.black-text .highlights-container article .highlight-content .highlight-title:not(.color-white):not(.bg-black) .simplefavorite-button {
  color: #060818;
}
body #page.black-text .highlights-container article .highlight-content .highlight-title:not(.color-white):not(.bg-black) .simplefavorite-button svg {
  fill: #060818;
}
body #page.black-text .highlights-container article .highlight-content .highlight-cta:not(.bg-black) {
  color: #060818;
}
body #page.black-text .highlights-container article .highlight-content .highlight-cta:not(.bg-black):not(:hover) {
  background-color: var(--theme-color);
}
body #page.black-text .highlights-container article .highlight-content .highlight-cta:not(.bg-black):hover {
  border-color: #060818;
}
body #page.black-text .highlights-container article .restaurant-metadata svg {
  color: #060818;
}
body #page.black-text .highlights-container.has-directory a.cta {
  color: #060818;
}
body #page.black-text .highlights-container.has-directory a.cta:hover {
  border-color: #060818;
  background-color: transparent;
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-title.color-theme a:not(.simplefavorite-button) {
  color: var(--theme-color);
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-title.color-white a:not(.simplefavorite-button) {
  color: #ffffff;
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-title.color-white .simplefavorite-button {
  color: #ffffff;
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-title.color-white .simplefavorite-button svg {
  fill: #ffffff;
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-excerpt:not(.reverse) {
  color: #ffffff;
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-cta:not(.reverse):not(.bg-black):not(:hover) {
  color: var(--theme-color);
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-cta:not(.reverse):not(.bg-black):hover {
  border-color: #ffffff;
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-cta.reverse {
  color: #ffffff;
  background-color: var(--theme-color);
}
body #page:not(.black-text) .highlights-container article .highlight-content .highlight-cta.reverse:hover {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
body #page:not(.black-text) .highlights-container article .restaurant-metadata svg {
  color: var(--theme-color);
}
body #page:not(.black-text) .highlights-container.has-directory a.cta {
  color: #ffffff;
}
body #page:not(.black-text) .highlights-container.has-directory a.cta:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background-color: transparent;
}
body #page .load-more-container {
  margin-top: 48px;
}
body #page .load-more-container button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: 2px solid transparent;
  padding: 10px 14px 10px 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-family: "Azo Mono", monospace;
}
body #page .load-more-container button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
body #page .load-more-container button.color-white {
  color: #ffffff;
}
body #page.black-text .load-more-container button {
  color: #060818;
}
body #page.black-text .load-more-container button:not(:hover) {
  background-color: var(--theme-color);
}
body #page.black-text .load-more-container button:hover {
  border-color: #060818;
}
body #page:not(.black-text) .load-more-container button:not(:hover) {
  color: #ffffff;
  background-color: var(--theme-color);
}
body #page:not(.black-text) .load-more-container button:hover {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
body #page section.no-results {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #page section.no-results .wrap p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
body #page .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body #page .swiper-container .swiper-wrapper {
  box-sizing: border-box;
}
body #page .swiper-container .swiper-button-prev, body #page .swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  color: var(--theme-color);
}
@media screen and (max-width: 1180px) {
  body #page .swiper-container .swiper-button-prev, body #page .swiper-container .swiper-button-next {
    display: none;
  }
}
body #page .swiper-container .swiper-button-prev:after, body #page .swiper-container .swiper-button-next:after {
  display: none;
}
body #page .swiper-container .swiper-button-prev svg, body #page .swiper-container .swiper-button-next svg {
  height: 48px;
  width: 48px;
  display: block;
}
body #page .swiper-container .swiper-button-prev.swiper-button-prev svg, body #page .swiper-container .swiper-button-next.swiper-button-prev svg {
  transform: rotate(180deg);
}
body #page .back-to-top {
  width: 50px;
  height: 50px;
  bottom: 24px;
  right: 24px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #ff0000;
  position: fixed;
  z-index: 9998;
}
@media screen and (max-width: 1180px) {
  body #page .back-to-top {
    display: none !important;
  }
}
body #page .pagination {
  margin-bottom: 32px;
}
body #page .pagination ul {
  gap: 16px;
}
body #page .pagination ul li a, body #page .pagination ul li span {
  font-size: 16px;
  line-height: 24px;
}
body #page .pagination ul li .current {
  font-weight: 700;
}
/* ------------------------------ */
/*********** Front Page ***********/
/* ------------------------------ */
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.hero-slides {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-front #page section.hero-slides {
    margin-bottom: 25px;
  }
}
body.page-template-page-front #page section.hero-slides .swiper-container .swiper-slide {
  max-width: inherit;
}
@media screen and (max-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .swiper-container .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-front #page section.hero-slides .section-banner {
  position: relative;
}
body.page-template-page-front #page section.hero-slides .section-banner:has(iframe) {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner:has(iframe) {
    min-height: 789px;
    aspect-ratio: 2.3333333333;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner:has(iframe) {
    aspect-ratio: 1.8;
  }
}
body.page-template-page-front #page section.hero-slides .section-banner a:has(iframe) {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner a:has(iframe) {
    min-height: 789px;
    aspect-ratio: 2.3333333333;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner a:has(iframe) {
    aspect-ratio: 1.8;
  }
}
body.page-template-page-front #page section.hero-slides .section-banner iframe {
  display: block;
  border: none;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner iframe {
    transform: scale(1.45);
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner iframe {
    transform: scale(2);
  }
}
body.page-template-page-front #page section.hero-slides .section-banner img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner img {
    max-height: 789px;
  }
}
body.page-template-page-front #page section.hero-slides .section-banner a.cta {
  position: absolute;
  background-color: var(--theme-color);
}
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner a.cta {
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-front #page section.hero-slides .section-banner a.cta {
    left: 16px;
    bottom: 16px;
  }
}
body.page-template-page-front #page section.hero-slides .section-banner a.cta:hover {
  background-color: #ffffff;
}
body.page-template-page-front #page:not(.black-text) section.hero-slides .swiper-container .swiper-slide .section-banner a.cta:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
body.page-template-page-front #page.black-text section.hero-slides .swiper-container .swiper-slide .section-banner a.cta {
  color: #060818;
}
body.page-template-page-front #page.black-text section.hero-slides .swiper-container .swiper-slide .section-banner a.cta:hover {
  border-color: #060818;
}
body.page-template-page-front #page section.agenda .highlights-container {
  margin-top: 175px;
}
body.page-template-page-front #page section.agenda .highlights-container .highlights-wrap .grid {
  margin-top: -160px;
}
body.page-template-page-front #page section.city {
  padding-top: 64px;
  padding-bottom: 150px;
  background-color: var(--theme-color);
}
body.page-template-page-front #page section.city:not(:has(+ .section-hero)):not(:has(+ .highlight-category-blocks)) {
  margin-bottom: -78px;
}
body.page-template-page-front #page section.city:not(:has(+ .section-hero)):not(:has(+ .highlight-category-blocks)) + section {
  padding-top: 0;
}
body.page-template-page-front #page section.city .section-content .section-description a.cta:not(:hover) {
  background-color: #ffffff;
}
body.page-template-page-front #page:not(.black-text) section.city .section-content h2, body.page-template-page-front #page:not(.black-text) section.city .section-content p {
  color: #ffffff;
}
body.page-template-page-front #page:not(.black-text) section.city .section-content .section-description a.cta {
  color: var(--theme-color);
}
body.page-template-page-front #page:not(.black-text) section.city .section-content .section-description a.cta:hover {
  color: #ffffff;
  border-color: #ffffff;
}
body.page-template-page-front #page section.slides {
  padding-top: 78px;
}
body.page-template-page-front #page section.highlight-category-blocks {
  padding-top: 78px;
}
body.page-template-page-front #page section.highlight-category-blocks:last-child {
  margin-bottom: 78px;
}
body.page-template-page-front #page section.highlight-category-blocks > section.section-hero:not(:first-child) {
  padding-top: 78px;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-front #page section.highlight-category-blocks > section.section-hero.is-flipped .grid .section-banner {
    order: 2;
  }
  body.page-template-page-front #page section.highlight-category-blocks > section.section-hero.is-flipped .grid .section-content {
    order: 1;
  }
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block {
  background-color: var(--theme-color);
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block:not(:first-child) {
  margin-top: 78px;
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block:not(:last-child) {
  margin-bottom: 0;
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block .section-hero {
  padding-top: 60px;
  padding-bottom: 30px;
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block .section-hero .section-content .section-description a.cta:not(:hover) {
  background-color: #ffffff;
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-marketplace, body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-highlights {
  margin-bottom: 70px;
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-marketplace + .has-marketplace, body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-marketplace + .has-highlights, body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-highlights + .has-marketplace, body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-highlights + .has-highlights {
  margin-top: 150px;
}
body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-marketplace .highlights-container .highlights-wrap .grid, body.page-template-page-front #page section.highlight-category-blocks .highlights-block.has-highlights .highlights-container .highlights-wrap .grid {
  margin-bottom: -95px;
}
body.page-template-page-front #page section.highlight-category-blocks:last-child .highlights-block {
  margin-bottom: 0;
}
body.page-template-page-front #page section.highlight-category-blocks:last-child .highlights-block:last-child.has-marketplace .highlights-container .highlights-wrap .grid, body.page-template-page-front #page section.highlight-category-blocks:last-child .highlights-block:last-child.has-highlights .highlights-container .highlights-wrap .grid {
  margin-bottom: 0;
}
body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .subtitle {
  color: #ffffff;
}
body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .section-content p.h2, body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .section-content p.h3, body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .section-content p.h4, body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .section-content p {
  color: #ffffff;
}
body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .section-content .section-description a.cta {
  color: var(--theme-color);
}
body.page-template-page-front #page:not(.black-text) section.highlight-category-blocks .highlights-block .section-hero .section-content .section-description a.cta:hover {
  color: #ffffff;
  border-color: #ffffff;
}
body.page-template-page-front #page section.favorites {
  padding-top: 100px;
  padding-bottom: 50px;
}
body.page-template-page-front #page section.favorites .highlights-container {
  position: relative;
}
body.page-template-page-front #page section.favorites .highlights-container .highlights-wrap {
  padding-top: 60px;
  padding-bottom: 0;
}
body.page-template-page-front #page section.favorites .highlights-container .highlights-wrap:after {
  content: "";
  display: block;
  background-color: var(--theme-color);
  height: 130px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -50px;
}
/* ---------------------------- */
/*********** Business ***********/
/* ---------------------------- */
body.is-b2b #page header.site-header > .flex .main-navigation ul#primary-menu .home-business-toggle, body.is-b2b #page header.site-header > .flex .main-navigation ul#secondary-menu .home-business-toggle {
  display: block;
}
body.is-b2b #page header.site-header > .flex .main-navigation ul#primary-menu .business-home-toggle, body.is-b2b #page header.site-header > .flex .main-navigation ul#secondary-menu .business-home-toggle {
  display: none;
}
/* ------------------------------------ */
/*********** Single Highlight ***********/
/* ------------------------------------ */
body.single-highlight #page section.highlight-hero .grid, body.single-event #page section.highlight-hero .grid {
  gap: 50px;
  grid-template-columns: minmax(0, 680px) minmax(0, 600px);
}
@media screen and (max-width: 1180px) {
  body.single-highlight #page section.highlight-hero .grid, body.single-event #page section.highlight-hero .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single-highlight #page section.highlight-hero .highlight-metadata, body.single-event #page section.highlight-hero .highlight-metadata {
  padding-bottom: 32px;
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-hero .highlight-metadata, body.single-event #page section.highlight-hero .highlight-metadata {
    min-height: 402px;
    padding-top: 20px;
  }
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-banner-spacer, body.single-event #page section.highlight-hero .highlight-metadata .highlight-banner-spacer {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-banner-spacer, body.single-event #page section.highlight-hero .highlight-metadata .highlight-banner-spacer {
    display: none;
  }
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content h1, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content h1 {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta, body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-favorite, body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-favorite, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta:not(:last-child), body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-favorite:not(:last-child), body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata:not(:last-child), body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta:not(:last-child), body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-favorite:not(:last-child), body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata:not(:last-child) {
  margin-bottom: 10px;
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-date, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-date:not(:last-child), body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-date:not(:last-child) {
  margin-bottom: 10px;
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content a, body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta, body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content a, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata {
  gap: 12px;
}
body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content a svg, body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta svg, body.single-highlight #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata svg, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content a svg, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .highlight-meta svg, body.single-event #page section.highlight-hero .highlight-metadata .highlight-metadata-content .restaurant-metadata svg {
  width: 22px;
  height: 22px;
}
body.single-highlight #page section.highlight-hero .highlight-intro, body.single-event #page section.highlight-hero .highlight-intro {
  padding-bottom: 64px;
  background-color: var(--theme-color);
}
@media screen and (max-width: 1180px) {
  body.single-highlight #page section.highlight-hero .highlight-intro, body.single-event #page section.highlight-hero .highlight-intro {
    margin-top: 200px;
  }
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-banner, body.single-event #page section.highlight-hero .highlight-intro .highlight-banner {
  margin-top: -402px;
}
@media screen and (max-width: 1180px) {
  body.single-highlight #page section.highlight-hero .highlight-intro .highlight-banner, body.single-event #page section.highlight-hero .highlight-intro .highlight-banner {
    margin-top: -200px;
  }
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-banner img, body.single-event #page section.highlight-hero .highlight-intro .highlight-banner img {
  object-fit: cover;
  aspect-ratio: 0.8333333333;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content, body.single-event #page section.highlight-hero .highlight-intro .highlight-content {
    padding-top: 50px;
  }
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content > p, body.single-event #page section.highlight-hero .highlight-intro .highlight-content > p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content .highlight-download, body.single-event #page section.highlight-hero .highlight-intro .highlight-content .highlight-download {
  margin-top: 32px;
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content .highlight-share, body.single-event #page section.highlight-hero .highlight-intro .highlight-content .highlight-share {
  margin-top: auto;
  padding-top: 50px;
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content .highlight-share > p, body.single-event #page section.highlight-hero .highlight-intro .highlight-content .highlight-share > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content .highlight-share ul, body.single-event #page section.highlight-hero .highlight-intro .highlight-content .highlight-share ul {
  margin-top: 14px;
  gap: 8px;
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content .highlight-share ul li a, body.single-event #page section.highlight-hero .highlight-intro .highlight-content .highlight-share ul li a {
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #ffffff;
}
body.single-highlight #page section.highlight-hero .highlight-intro .highlight-content .highlight-share ul li a svg, body.single-event #page section.highlight-hero .highlight-intro .highlight-content .highlight-share ul li a svg {
  width: 20px;
  height: 20px;
}
body.single-highlight #page.black-text section.highlight-hero .highlight-download, body.single-event #page.black-text section.highlight-hero .highlight-download {
  color: #060818;
  border: 2px solid;
  background-color: transparent;
}
body.single-highlight #page.black-text section.highlight-hero .highlight-download:not(:hover), body.single-event #page.black-text section.highlight-hero .highlight-download:not(:hover) {
  background-color: #ffffff;
  border-color: #ffffff;
}
body.single-highlight #page:not(.black-text) section.highlight-hero .highlight-metadata *, body.single-event #page:not(.black-text) section.highlight-hero .highlight-metadata * {
  color: var(--theme-color);
}
body.single-highlight #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content p, body.single-event #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content p {
  color: #ffffff;
}
body.single-highlight #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content .highlight-download, body.single-event #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content .highlight-download {
  color: var(--theme-color);
}
body.single-highlight #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content .highlight-download:hover, body.single-event #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content .highlight-download:hover {
  color: #ffffff;
}
body.single-highlight #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content .highlight-share ul li a, body.single-event #page:not(.black-text) section.highlight-hero .highlight-intro .highlight-content .highlight-share ul li a {
  color: var(--theme-color);
  background-color: #ffffff;
}
body.single-highlight #page section.highlight-additional-content, body.single-event #page section.highlight-additional-content {
  padding-top: 64px;
}
body.single-highlight #page section.highlight-additional-content:not(:has(+ section)), body.single-event #page section.highlight-additional-content:not(:has(+ section)) {
  padding-bottom: 64px;
}
body.single-highlight #page section.highlight-additional-content .grid, body.single-event #page section.highlight-additional-content .grid {
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 789px) {
  body.single-highlight #page section.highlight-additional-content .grid, body.single-event #page section.highlight-additional-content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-additional-content .highlight-body-content.col, body.single-event #page section.highlight-additional-content .highlight-body-content.col {
    column-gap: 50px;
  }
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-additional-content .highlight-body-content.col.col-2, body.single-event #page section.highlight-additional-content .highlight-body-content.col.col-2 {
    column-count: 2;
  }
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-additional-content .highlight-body-content.col.col-2 > *, body.single-event #page section.highlight-additional-content .highlight-body-content.col.col-2 > * {
    break-inside: avoid;
  }
}
body.single-highlight #page section.highlight-additional-content .highlight-body-content p a, body.single-highlight #page section.highlight-additional-content .highlight-body-content li a, body.single-event #page section.highlight-additional-content .highlight-body-content p a, body.single-event #page section.highlight-additional-content .highlight-body-content li a {
  text-decoration: underline;
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-additional-content .highlight-body-content p a:hover, body.single-highlight #page section.highlight-additional-content .highlight-body-content li a:hover, body.single-event #page section.highlight-additional-content .highlight-body-content p a:hover, body.single-event #page section.highlight-additional-content .highlight-body-content li a:hover {
    opacity: 0.6;
  }
}
body.single-highlight #page section.highlight-additional-content .highlight-quote blockquote, body.single-event #page section.highlight-additional-content .highlight-quote blockquote {
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
}
body.single-highlight #page:not(.black-text) section.highlight-additional-content .highlight-quote blockquote, body.single-event #page:not(.black-text) section.highlight-additional-content .highlight-quote blockquote {
  color: var(--theme-color);
}
body.single-highlight #page section.highlight-files, body.single-event #page section.highlight-files {
  padding-top: 64px;
  padding-bottom: 64px;
}
body.single-highlight #page section.highlight-files .wrap .file, body.single-event #page section.highlight-files .wrap .file {
  border-top: 1px solid;
  padding-top: 16px;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  body.single-highlight #page section.highlight-files .wrap .file, body.single-event #page section.highlight-files .wrap .file {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
}
body.single-highlight #page section.highlight-files .wrap .file:last-child, body.single-event #page section.highlight-files .wrap .file:last-child {
  border-bottom: 1px solid;
  padding-bottom: 16px;
}
body.single-highlight #page section.highlight-files .wrap .file a.full, body.single-event #page section.highlight-files .wrap .file a.full {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.single-highlight #page section.highlight-files .wrap .file a.cta, body.single-event #page section.highlight-files .wrap .file a.cta {
  display: flex;
  gap: 16px;
  background-color: var(--theme-color);
  z-index: 10;
  position: relative;
}
body.single-highlight #page section.highlight-files .wrap .file a.cta:hover, body.single-event #page section.highlight-files .wrap .file a.cta:hover {
  background-color: transparent;
}
body.single-highlight #page section.highlight-files .wrap .file a.cta svg, body.single-event #page section.highlight-files .wrap .file a.cta svg {
  transform: rotate(90deg);
}
body.single-highlight #page.black-text section.highlight-files .file a.cta, body.single-event #page.black-text section.highlight-files .file a.cta {
  color: #060818;
}
body.single-highlight #page.black-text section.highlight-files .file a.cta:hover, body.single-event #page.black-text section.highlight-files .file a.cta:hover {
  border-color: #060818;
}
body.single-highlight #page:not(.black-text) section.highlight-files .file a.cta, body.single-event #page:not(.black-text) section.highlight-files .file a.cta {
  color: #ffffff;
}
body.single-highlight #page:not(.black-text) section.highlight-files .file a.cta:hover, body.single-event #page:not(.black-text) section.highlight-files .file a.cta:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
body.single-highlight #page section.highlight-related, body.single-event #page section.highlight-related {
  margin-top: 64px;
}
body.single-highlight #page section.highlight-related .highlights-container .highlights-wrap, body.single-event #page section.highlight-related .highlights-container .highlights-wrap {
  padding-top: 60px;
  position: relative;
}
body.single-highlight #page section.highlight-related .highlights-container .highlights-wrap:before, body.single-event #page section.highlight-related .highlights-container .highlights-wrap:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 550px;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  body.single-highlight #page section.highlight-related .highlights-container .highlights-wrap:before, body.single-event #page section.highlight-related .highlights-container .highlights-wrap:before {
    height: 380px;
  }
}
body.single-highlight #page section.highlight-related .highlights-container .highlights-wrap > h2, body.single-event #page section.highlight-related .highlights-container .highlights-wrap > h2 {
  font-size: 44px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1180px) {
  body.single-highlight #page section.highlight-related .highlights-container .highlights-wrap .grid article .highlight-content .highlight-excerpt, body.single-event #page section.highlight-related .highlights-container .highlights-wrap .grid article .highlight-content .highlight-excerpt {
    padding-right: 158px;
  }
}
body.single-highlight #page:not(.black-text) section.highlight-related .highlights-container .highlights-wrap > h2, body.single-event #page:not(.black-text) section.highlight-related .highlights-container .highlights-wrap > h2 {
  color: #ffffff;
}
body.single-highlight #page section.highlight-carousel, body.single-event #page section.highlight-carousel {
  padding-top: 64px;
  padding-bottom: 64px;
}
body.single-highlight #page section.highlight-carousel .wrap .swiper-slide, body.single-event #page section.highlight-carousel .wrap .swiper-slide {
  height: auto;
}
body.single-highlight #page section.highlight-carousel .wrap .swiper-slide img, body.single-event #page section.highlight-carousel .wrap .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* -------------------------------- */
/*********** Single Event ***********/
/* -------------------------------- */
body.single-event #page section.highlight-hero .highlight-intro .highlight-banner img {
  aspect-ratio: 1;
}
/* -------------------------- */
/*********** Agenda ***********/
/* -------------------------- */
body.page-template-page-agenda #page #events-filters > p {
  font-size: 36px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: var(--theme-color);
}
body.page-template-page-agenda #page #events-filters > p span {
  display: block;
}
body.page-template-page-agenda #page #events-filters form .form-row {
  gap: 16px;
  padding-bottom: 50px;
  padding-top: 32px;
}
@media screen and (max-width: 1180px) {
  body.page-template-page-agenda #page #events-filters form .form-row {
    flex-direction: column;
  }
}
body.page-template-page-agenda #page #events-filters form .form-row .filter {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-agenda #page #events-filters form .form-row .filter {
    max-width: 290px;
  }
}
body.page-template-page-agenda #page #events-filters form .form-row .filter label {
  display: none;
}
body.page-template-page-agenda #page #events-filters form .form-row .filter svg {
  display: block;
  right: 16px;
  position: absolute;
  width: 24px;
  height: 24px;
  color: #060818;
  pointer-events: none;
}
body.page-template-page-agenda #page #events-filters form .form-row .filter select, body.page-template-page-agenda #page #events-filters form .form-row .filter input, body.page-template-page-agenda #page #events-filters form .form-row .filter button[type="reset"] {
  appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  font-family: "Azo Mono", monospace;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  color: #060818;
  text-transform: uppercase;
  border: 1px solid #060818;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  background: transparent;
}
body.page-template-page-agenda #page #events-filters form .form-row .filter input::placeholder {
  color: #060818;
}
body.page-template-page-agenda #page #events-filters form .form-row .filter input::-webkit-search-decoration, body.page-template-page-agenda #page #events-filters form .form-row .filter input::-webkit-search-cancel-button, body.page-template-page-agenda #page #events-filters form .form-row .filter input::-webkit-search-results-button, body.page-template-page-agenda #page #events-filters form .form-row .filter input::-webkit-search-results-decoration {
  display: none;
}
body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-categories svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 1180px) {
  body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-search {
    transition: max-width 0.2s ease-in;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-search:focus-within {
    max-width: 400px;
  }
}
body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-search .search-input-wrapper button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: block;
  right: 16px;
  position: absolute;
  width: 24px;
  height: 24px;
  color: #060818;
}
body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-search .search-input-wrapper button svg {
  position: relative;
  right: 0;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-reset {
    max-width: 220px;
  }
}
body.page-template-page-agenda #page #events-filters form .form-row .filter.filter-reset button[type="reset"]:hover {
  color: #ffffff;
  background-color: #060818;
}
body.page-template-page-agenda #page #ajax-event-results {
  padding-bottom: 100px;
}
body.page-template-page-agenda #page #ajax-event-results .grid-title:not(:first-of-type) {
  margin-top: 100px;
}
body.page-template-page-agenda #page .agenda-loader {
  width: 100%;
  padding: 3rem 0;
  display: none;
  text-align: center;
}
body.page-template-page-agenda #page .agenda-loader .spinner {
  width: 32px;
  height: 32px;
  border: 4px solid #ff0000;
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.page-template-page-agenda #page:not(.black-text) #events-filters > p {
  color: #ffffff;
}
/* -------------------------------- */
/*********** Static Pages ***********/
/* -------------------------------- */
body.page-template-default:not(.home) #page .page-hero + .page-sections section:first-child.media .wrap {
  padding-top: 0;
}
body.page-template-default:not(.home) #page .page-hero + .page-sections section:first-child.media .video, body.page-template-default:not(.home) #page .page-hero + .page-sections section:first-child.media .images {
  margin-bottom: -160px;
}
body.page-template-default:not(.home) #page .page-hero + .page-sections section:first-child.media + section {
  margin-top: 110px;
}
body.page-template-default:not(.home) #page .page-sections .section.text:first-child section.section-hero {
  margin-top: 100px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text:first-child section.section-hero {
    margin-top: 50px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .section-hero .section-content:first-child, body.page-template-default:not(.home) #page .page-sections .section.text .section-hero .section-content:only-child {
  padding-top: 64px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns {
    gap: 50px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns {
    gap: 16px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns:not(:has(.col-1:only-child)).grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns:has(.col-1:only-child) {
    grid-template-columns: minmax(0, 840px) 1fr;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h2, body.page-template-default:not(.home) #page .page-sections .section.text .content h3, body.page-template-default:not(.home) #page .page-sections .section.text .content h4 {
  display: block;
  margin-bottom: 16px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h2:not(:first-child), body.page-template-default:not(.home) #page .page-sections .section.text .content h3:not(:first-child), body.page-template-default:not(.home) #page .page-sections .section.text .content h4:not(:first-child) {
  margin-top: 64px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h2 {
  font-size: 64px;
  line-height: 100%;
  font-family: "Braga", "Azo Mono", monospace;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h3 {
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h4 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content p a, body.page-template-default:not(.home) #page .page-sections .section.text .content li a {
  text-decoration: underline;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content p a:hover, body.page-template-default:not(.home) #page .page-sections .section.text .content li a:hover {
  opacity: 0.6;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content p + ul, body.page-template-default:not(.home) #page .page-sections .section.text .content li + ul {
  margin-top: 16px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content a.cta {
  background-color: var(--theme-color);
}
body.page-template-default:not(.home) #page .page-sections .section.text .content a.cta:not(:only-child) {
  margin-top: 48px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content a.cta:not(:only-child) {
    margin-top: 48px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content .section-cta {
  margin-top: 50px;
}
body.page-template-default:not(.home) #page .page-sections .section.text.has-bg {
  padding-bottom: 48px;
}
body.page-template-default:not(.home) #page .page-sections .section.text.has-bg:has(+ .media:not(.has-bg)) {
  padding-bottom: 110px;
}
body.page-template-default:not(.home) #page .page-sections .section.text.has-bg + .media:not(.has-bg) {
  margin-top: -160px;
}
body.page-template-default:not(.home) #page .page-sections .section.text:has(+ .media.has-bg) {
  padding-bottom: 0;
}
body.page-template-default:not(.home) #page .page-sections .section.text + .media.has-bg .wrap {
  padding-top: 0;
}
body.page-template-default:not(.home) #page .page-sections .section.text + .media.has-bg:has(+ section.has-bg) .video, body.page-template-default:not(.home) #page .page-sections .section.text + .media.has-bg:has(+ section.has-bg) .images {
  margin-bottom: -160px;
}
body.page-template-default:not(.home) #page .page-sections .section.text + .media.has-bg:has(+ section.has-bg) + section.has-bg {
  padding-top: 110px;
}
body.page-template-default:not(.home) #page .page-sections .section.text:has(+ .text) {
  padding-bottom: 0;
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .intro {
  margin-bottom: 48px;
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .intro {
    width: 840px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns {
    column-gap: 32px;
    row-gap: 112px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns {
    row-gap: 80px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-title {
    min-height: 24px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-title:has(> strong:empty) {
    display: none;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-title {
  margin-bottom: 32px;
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-content {
  font-size: 16px;
  line-height: 22px;
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-image {
  width: 80%;
  margin-bottom: 32px;
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-image img {
  width: auto;
  height: 200px;
  object-fit: contain;
}
body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:first-child) {
  margin-top: 176px;
}
body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:first-child) .highlights-container .highlights-wrap .grid {
  margin-top: -140px;
}
body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:last-child) {
    margin-bottom: 50px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap .images {
  display: grid;
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.media .wrap .images {
    gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.media .wrap .images {
    gap: 25px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap .images picture:not(:only-child) img {
  aspect-ratio: 1;
  object-fit: cover;
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap .video {
  position: relative;
  width: 100%;
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap .video:not(.video-file) {
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9 ÷ 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap .video:not(.video-file) iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
body.page-template-default:not(.home) #page .page-sections .section.media .wrap .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-default:not(.home) #page .page-sections .section.media:not(.has-bg):has(+ section.text.has-bg) .wrap {
  padding-bottom: 0;
}
body.page-template-default:not(.home) #page .page-sections .section.media:not(.has-bg):has(+ section.text.has-bg) + section.text.has-bg {
  margin-top: -160px;
  padding-top: 160px;
}
body.page-template-default:not(.home) #page.black-text .section.text .content a.cta {
  color: #060818;
}
body.page-template-default:not(.home) #page.black-text .section.text .content a.cta:hover {
  border-color: #060818;
  background-color: transparent;
}
body.page-template-default:not(.home) #page:not(.black-text) .section.text .content a.cta {
  color: #ffffff;
}
body.page-template-default:not(.home) #page:not(.black-text) .section.text .content a.cta:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background-color: transparent;
}
/* ------------------------------- */
/*********** Coming Soon ***********/
/* ------------------------------- */
body.page-template-page-coming_soon {
  background-color: #ff0000;
}
body.page-template-page-coming_soon .modal-cacsp-position {
  display: none;
}
body.page-template-page-coming_soon #page header.site-header, body.page-template-page-coming_soon #page footer.site-footer, body.page-template-page-coming_soon #page a.back-to-top {
  display: none;
}
body.page-template-page-coming_soon #page #primary {
  height: 100vh;
  margin-top: 0;
}
body.page-template-page-coming_soon #page #primary #main {
  height: 100%;
  padding-top: 0;
}
body.page-template-page-coming_soon #page #primary .page-content {
  height: 100%;
  gap: 32px;
}
body.page-template-page-coming_soon #page #primary .page-content img {
  height: 80px;
}
body.page-template-page-coming_soon #page #primary .page-content p {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}
/* ---------------------------------- */
/*********** Search Results ***********/
/* ---------------------------------- */
body.search-results #page #search-form {
  display: block;
}
@media screen and (min-width: 1180px) {
  body.search-results #page #primary {
    margin-top: 266px;
  }
}
@media screen and (max-width: 1180px) {
  body.search-results #page #primary {
    margin-top: 241px;
  }
}
body.search-results #page #primary section.page-title .wrap h1 {
  font-size: 40px;
  line-height: 40px;
}
body.search-results #page #primary section.page-title .wrap h2 {
  font-size: 20px;
  line-height: 40px;
}
/* ----------------------------- */
/*********** Error 404 ***********/
/* ----------------------------- */
body.error404 #primary .page-content {
  height: calc(100vh - 114px - 214px);
}
@media screen and (max-width: 1180px) {
  body.error404 #primary .page-content {
    height: calc(100vh - 81px - 402px);
  }
}
body.error404 #primary .page-content .wrap {
  height: 100%;
}
body.error404 #primary .page-content .wrap > .flex {
  height: 100%;
}
body.error404 #primary .page-content .wrap h1 {
  margin-bottom: 16px;
}
body.error404 #primary .page-content .wrap p {
  font-size: 16px;
  line-height: 24px;
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  body.error404 #primary .page-content .wrap p {
    max-width: inherit;
  }
}
body.error404 #primary .page-content .wrap p a {
  text-decoration: underline;
}
body.error404 #primary .page-content .wrap p a:hover {
  text-decoration: underline;
}
/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
footer.site-footer {
  padding-top: 32px;
  background-color: var(--theme-color);
}
footer.site-footer .footer-content {
  padding-bottom: 24px;
}
footer.site-footer .footer-content .wrap .newsletter {
  gap: 50px;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .newsletter {
    flex-direction: column;
    align-items: inherit;
  }
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .newsletter .form-wrap {
    flex: 1;
  }
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row {
  gap: 12px;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row p {
  margin-bottom: 0;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row .wpcf7-not-valid-tip {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  margin-top: 6px;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input {
  appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  font-family: "Azo Mono", monospace;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 24px;
  color: #060818;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #ffffff;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input[type="text"], footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input[type="email"] {
  width: 100%;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input[type="submit"] {
  margin-top: 16px;
  border: 2px solid transparent;
  padding: 10px 16px;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input[type="submit"]:hover {
  border-color: inherit;
  background-color: transparent;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input[type="submit"] + .wpcf7-spinner {
  transform: translateY(5px);
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .form-row input::placeholder {
  color: rgba(6, 8, 24, 0.4);
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap form .wpcf7-response-output {
  margin: 16px 0 0 0;
  background-color: #ffffff;
  border: 0;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  width: fit-content;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap p.privacy {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap p.privacy a {
  color: inherit;
  text-decoration: underline;
}
footer.site-footer .footer-content .wrap .newsletter .form-wrap p.privacy a:hover {
  opacity: 0.6;
}
footer.site-footer .footer-content .wrap .footer-partners {
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 1210px) {
  footer.site-footer .footer-content .wrap .footer-partners {
    gap: 20px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .footer-partners {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .footer-partners::-webkit-scrollbar {
    display: none;
  }
}
footer.site-footer .footer-content .wrap .footer-partners a {
  display: block;
}
footer.site-footer .footer-content .wrap .footer-partners a:hover {
  opacity: 0.6;
}
footer.site-footer .footer-content .wrap .footer-partners img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1210px) {
  footer.site-footer .footer-content .wrap .footer-partners img {
    height: 32px;
  }
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .braga-verde {
    max-width: 580px;
    width: 100%;
    margin-bottom: 32px;
  }
}
footer.site-footer .footer-content .wrap .braga-verde p.font-braga {
  font-size: 20px;
  line-height: 24px;
}
footer.site-footer .footer-content .wrap .braga-verde p:not(.font-braga) {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .braga-verde > .flex {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .braga-verde > .flex {
    margin-top: 32px;
  }
}
footer.site-footer .footer-content .wrap .braga-verde > .flex a.cta:not(:hover) {
  background-color: #ffffff;
}
footer.site-footer .footer-content .wrap .braga-verde > .flex .braga-verde-logos {
  gap: 24px;
}
footer.site-footer .footer-content .wrap .braga-verde > .flex .braga-verde-logos img {
  width: auto;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .braga-verde > .flex .braga-verde-logos img {
    height: 65px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .braga-verde > .flex .braga-verde-logos img {
    height: 50px;
  }
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .menu-footer-links-container {
    flex: 1;
  }
}
footer.site-footer .footer-content .wrap .menu-footer-links-container #footer-links-menu {
  margin: 0;
  padding: 0;
  column-gap: 16px;
  row-gap: 10px;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .menu-footer-links-container #footer-links-menu {
    flex-direction: column;
    gap: 8px;
    align-items: inherit;
  }
}
footer.site-footer .footer-content .wrap .menu-footer-links-container #footer-links-menu li a {
  border: 2px solid;
  padding: 6px 18px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .menu-footer-links-container #footer-links-menu li a {
    text-align: center;
  }
}
footer.site-footer .footer-content .wrap .menu-footer-links-container #footer-links-menu li a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}
footer.site-footer .footer-content .wrap .widgets {
  gap: 50px;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .widgets {
    flex-direction: column;
    align-items: inherit;
    margin-top: 64px;
  }
}
footer.site-footer .footer-content .wrap .widgets .widget {
  padding: 12px 24px;
  background-color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .widgets .widget {
    max-width: 580px;
    width: 100%;
    gap: 65px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .widgets .widget {
    flex-direction: column;
    gap: 16px;
  }
}
footer.site-footer .footer-content .wrap .widgets .widget p {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .footer-content .wrap .widgets .widget p {
    font-size: 24px;
    line-height: 36px;
  }
}
footer.site-footer .footer-content .wrap .widgets .widget p:not(.no-icon) {
  gap: 16px;
}
footer.site-footer .footer-content .wrap .widgets .widget p.no-icon {
  padding-left: 40px;
}
footer.site-footer .footer-content .wrap .widgets .widget p svg {
  width: 24px;
  height: 24px;
}
footer.site-footer .footer-content .wrap .widgets .widget p img.weather-icon {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-content .wrap .widgets .widget p img.weather-icon {
    width: 24px;
    height: 24px;
  }
}
footer.site-footer .footer-menu {
  padding-bottom: 24px;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .footer-menu .wrap {
    flex-direction: column;
    gap: 8px;
  }
}
footer.site-footer .footer-menu .wrap ul {
  margin: 0;
  padding: 0;
}
footer.site-footer .footer-menu .wrap .menu-social-container ul {
  gap: 8px;
}
footer.site-footer .footer-menu .wrap .menu-social-container ul li a {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  text-indent: -9999px;
  background-color: #ffffff;
}
footer.site-footer .footer-menu .wrap .menu-social-container ul li a:hover {
  opacity: 0.6;
}
footer.site-footer .footer-menu .wrap .menu-social-container ul li a svg {
  width: 12px;
  height: 12px;
}
footer.site-footer .footer-menu .wrap .menu-footer-terms-container ul {
  gap: 10px;
}
footer.site-footer .footer-menu .wrap .menu-footer-terms-container ul li a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
#page:not(.black-text) .footer-content .wrap .newsletter p {
  color: #ffffff;
}
#page:not(.black-text) .footer-content .wrap .newsletter form input[type="submit"] {
  color: var(--theme-color);
}
#page:not(.black-text) .footer-content .wrap .newsletter form input[type="submit"]:hover {
  color: #ffffff;
}
#page:not(.black-text) .footer-content .wrap .braga-verde a.cta {
  color: var(--theme-color);
}
#page:not(.black-text) .footer-content .wrap .braga-verde a.cta:hover {
  color: #ffffff;
  border-color: #ffffff;
}
#page:not(.black-text) .footer-content .wrap #footer-links-menu li a {
  color: #ffffff;
}
#page:not(.black-text) .footer-content .wrap #footer-links-menu li a:hover {
  color: var(--theme-color);
}
#page:not(.black-text) .footer-content .wrap .widgets .widget p svg {
  color: var(--theme-color);
}
#page:not(.black-text) .footer-menu .wrap .menu-social-container ul li a svg {
  color: var(--theme-color);
}
#page:not(.black-text) .footer-menu .wrap .menu-footer-terms-container ul li a {
  color: #ffffff;
}
#page.black-text .footer-content .wrap .braga-verde a.cta {
  color: #060818;
}
#page.black-text .footer-content .wrap .braga-verde a.cta:hover {
  border-color: #060818;
  background-color: transparent;
}
.dev {
  background-color: yellow;
}
