/* * {
  outline: 1px solid red;
} */

/*!
Theme Name: ESA Commercialisation Gateway V2
Theme URI: http://underscores.me/
Author: ReMedia Italia
Author URI: https://www.remediagroup.it/
Description: Wordpress Theme created for ESA Commercialisation Gateway Website
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esacomm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-repage-template-defaultady

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ESA Commercialisation Gateway is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	   ========================================================================== */

/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	   ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	   ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	   ========================================================================== */

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

/* Forms
	   ========================================================================== */

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  appearance: button;
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	   ========================================================================== */

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

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

/* Misc
	   ========================================================================== */

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

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

/* Box sizing
  --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/

/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.12;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h3 {
  margin-top: 1.5rem;
  font-weight: bold;
  /* text-transform: uppercase;
  border-left: 2px solid;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(
      to bottom,
      #19d9d0 25%,
      #fcd62b 25%,
      #fcd62b 50%,
      #1ad0ee 50%,
      #1ad0ee 75%,
      #f7314d 75%
    )
    5;
    */
  border-left: 2px solid var(--pure-teal);
  padding-left: 1rem;
  /* margin-left: 1rem; */
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(1.19rem, 2vw, 2rem);
}

.single.single-post h2,
.page-content h2,
.single.single-esa-patent h2,
.single .tribe-events-single-event-description h2
/*,.single.single-tribe_events h2*/ {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 992px) {
  .single.single-post h2,
  .page-content h2,
  .single.single-esa-patent h2,
  .single .tribe-events-single-event-description h2 {
    font-size: 2.25rem;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.min-height-120 {
  min-height: 120px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
  --------------------------------------------- */
a {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: var(--light-green);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: unset;
  background-color: unset;
  border-color: unset;
  box-shadow: none;
}
a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a.collapse-button {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

/* a.collapse-button::after {
  content: "\F229";
  margin: 0 1.5rem;

  transform-origin: center;
  display: block;
  width: auto;
  height: 1.2rem;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
} */
a.collapse-button::after {
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 0.6rem;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

a.collapse-button.collapsed::after {
  transform: rotate(0deg);
}

.nav-link {
  color: #fff;
}

.nav-link.nav-active {
  color: var(--grey) !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--grey);
}

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #888;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  background: var(--boxes-bg-hover);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select,
textarea:focus {
  /*color: #f0f0f0;*/
  color: #888;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

/* Navigation
  --------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* ------------------------------------------------------------
  Header & Navigation

  Styles used for main site header, primary navbar and the
  megamenu dropdowns. Grouped here so navigation related styles
  are easy to find and maintain.
------------------------------------------------------------ */
.navbar {
  background-color: var(--bg-color);
  z-index: 10000;
  position: absolute;
  width: 100%;
}
.nav-right {
  width: 100%;
}
@media (min-width: 1400px) {
  .nav-right {
    width: auto;
  }
}
.nav-right .navbar-collapse {
  justify-content: flex-end;
}

.navbar .megamenu {
  padding: 1rem;
  z-index: 10001;
  border-bottom: 1px solid #8197a6;
  background: linear-gradient(180deg, #010c12 0%, #003247 100%);
}
.navbar .megamenu.show {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .navbar .megamenu.show {
    flex-direction: row;
    margin-top: 0;
  }
}

ul li.nav-item,
ul li.nav-item.dropdown.has-megamenu {
  opacity: 1;
  font-size: 0.875rem !important;
  margin: 0 !important;
}
.nav-item.dropdown.has-megamenu .dropdown-menu {
  color: #fff;
  padding-bottom: 15vh;
  padding-top: 1.5rem;
}

.nav-item.dropdown.has-megamenu .dropdown-menu .megamenu-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.nav-link.dropdown-toggle.show {
  color: var(--grey);
}

.megamenu-tailored-opportunities-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  max-width: 20.25rem;
  height: fit-content;
  min-height: 19rem;
  border-radius: 0.5rem;
  border: 0 solid rgba(255, 255, 255, 0.1);
  background: #f5f5f5;
  background-image: url(images/nav-tailored-opportunities.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: var(--bg-color);
  padding: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .megamenu-tailored-opportunities-card {
    margin-top: 0;
  }
}
.megamenu-tailored-opportunities-card h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
}
.megamenu-tailored-opportunities-card p {
  font-family: Arial;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.21875rem */
  letter-spacing: 0.01625rem;
}
.megamenu-tailored-opportunities-card .btn {
  width: fit-content;
}
.nav-separator {
  display: none;
  padding: 0;
  margin: 0 0.5rem;
  margin-right: 0.5rem;
  border-left: 1px solid #335e6f;
  max-height: 1.2rem;
  width: 1px;
  transform: translateY(50%);
}
@media (min-width: 1400px) {
  .nav-separator {
    display: inline-block;
  }
}

.nav-left .nav-separator {
  display: block;
  margin-right: 0.8rem;
  margin-left: 0.3rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1111045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--bg-color);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  width: 100vw !important;
}

@media (min-width: 1200px) {
  .offcanvas {
    width: 50vw !important;
    max-width: 700px;
  }
}
.offcanvas h3 {
  padding-left: 0;
  border: none;
}
.offcanvas-backdrop {
  z-index: 111040;
  background-color: var(--boxes-bg-hover);
}

.offcanvas-backdrop.show {
  opacity: 0.8;
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */

.navbar .navbar-brand {
  font-family: var(--notesesa);
  font-size: clamp(0.65rem, 3vw, 0.875rem);
}
/* ------------------------------------------------------------
  Page: Opportunities

  Styles used by `page-business-opportunities.php` and related
  components: top-light section, search bar, chips and list items.
------------------------------------------------------------ */

.navbar .navbar-nav {
  font-family: var(--notesesa);
  font-size: 0.9rem;
  color: #fff;
}
@media (min-width: 1500px) {
  .navbar .navbar-nav {
    font-size: 1rem;
  }
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.navbar .navbar-nav > li a {
  letter-spacing: 0.04rem;
  margin: 0 0.4rem;
  text-transform: uppercase;
}

.navbar .navbar-nav > li a.stretched-link {
  margin: 0;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.nav-left {
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 1400px) {
  .nav-left {
    width: auto;
    justify-content: flex-start;
  }
}
.nav-left-left {
  min-width: 215px;
}
.megamenu-card-item {
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  border-radius: 0.4rem;
  padding-left: 0;
  margin-bottom: 0.5rem;
  width: fit-content;
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .megamenu-card-item {
    padding-left: 1.3rem;
  }
}

.megamenu-card-item:first-child {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
  margin-bottom: 1.5rem;
  text-transform: none;
}

.megamenu-card-item:first-child:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13V12V11ZM20.7071 12.7071C21.0976 12.3166 21.0976 11.6834 20.7071 11.2929L14.3431 4.92893C13.9526 4.53841 13.3195 4.53841 12.9289 4.92893C12.5384 5.31946 12.5384 5.95262 12.9289 6.34315L18.5858 12L12.9289 17.6569C12.5384 18.0474 12.5384 18.6805 12.9289 19.0711C13.3195 19.4616 13.9526 19.4616 14.3431 19.0711L20.7071 12.7071ZM4 12V13H20V12V11H4V12Z' fill='%234BCCBE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* .megamenu-card-item-title::before {
  font: var(--fa-font-solid);
  content: "\f054";
  color: var(--light-green);
  position: absolute;
  left: 0.1rem;
  top: 0.36rem;
  font-size: 0.8rem;
} */

.megamenu-card-item .megamenu-card-item-title {
  font-size: 0.875rem!important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.megamenu-card-item:hover .megamenu-card-item-title {
  /* background-color: var(--boxes-bg-hover); */
  color: var(--light-green);
}
.megamenu-card-item-title {
  font-size: 1.1rem;
  font-family: "notesesa", sans-serif;
  letter-spacing: 0.04rem;
  color: #fff;
}
.megamenu-card-item-description {
  font-family: Arial;
  color: var(--grey);
  font-size: 1rem;
  margin: 0;
  display: none;
}
.megamenu-group-title {
  font-family: Arial;
  color: var(--grey);
  font-size: 1.3rem;
}
/* end mega menu */

/* Posts and pages
  --------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
/* 
blockquote {
  border-left: 2px solid;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(
      to bottom,
      #19d9d0 25%,
      #fcd62b 25%,
      #fcd62b 50%,
      #1ad0ee 50%,
      #1ad0ee 75%,
      #f7314d 75%
    )
    5;
  padding-left: 2rem;
  font-size: 1.8rem;
  margin-left: 0;
} */

.sme-additional-text {
  padding: 0;
}

.sme-additional-text blockquote p {
  font-family: "notesesa", sans-serif;
  font-weight: bold;
  opacity: 1;
}

#esaLabMap h3,
.color-border,
.single-post h3,
.page-content h3,
.single-esa-opportunities h3 {
  /* text-transform: uppercase;
  border-left: 2px solid;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(
      to bottom,
      #19d9d0 25%,
      #fcd62b 25%,
      #fcd62b 50%,
      #1ad0ee 50%,
      #1ad0ee 75%,
      #f7314d 75%
    )
    5;
    */
  border-left: 2px solid var(--pure-teal);
  padding-left: 1rem;

  margin-bottom: 1rem;
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2rem);
}

/* @media (min-width: 992px) {
  .color-border,
  .page-content h3 {
    padding-left: 2rem;
    margin-left: 0;
  }
} */

/* .container .color-border,
.page-content h3,
#esaLabMap h3 {
  margin-left: 0;
} */

.page-id-4271 .page-content h3 {
  /* PAGE  space-tech-platform  */
  font-size: 1.7rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom theme styles */

:root {
  --pure-teal: #00ae9d;
  --teal: #4bccbe;
  --dark-teal: #38998e;
  --bg-color: #010c12;
  --deep-space: #003247;
  --deep-space-shade: #001f2c;
  --boxes-bg: #002635;
  --boxes-bg-hover: #003247;
  --grey: #8197a6;
  --light-grey: #d0d8de;
  --green: #335e6f;
  --light-green: #19d9d0;
  --light-green-shade: rgba(25, 217, 208, 0.35);
  /*--bs-gutter-x: 3.75rem !important;  bootstrap override */
  --top-bar-height: 97px;
  --notesesa: "notesesa", sans-serif;
}

@font-face {
  font-family: "notesesa";
  src: url("fonts/notesesabold.woff2") format("woff2"),
    url("fonts/notesesabold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "notesesa";
  src: url("fonts/notesesa.woff2") format("woff2"),
    url("fonts/notesesa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.notesesa {
  font-family: "notesesa";
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1400px;
  /* padding-inline: 4%; */
}

body {
  background-color: var(--bg-color);
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

p {
  /* p small */

  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.40625rem */
  letter-spacing: 0.00938rem;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  color: rgba(255, 255, 255, 0.8) !important;
}

.row.dark p,
section.dark p {
  color: rgba(255, 255, 255, 0.8);
}

.row.light p,
section.light p {
  color: rgba(0, 31, 44, 0.8);
}
ul li,
.page-content p,
.page-content ul li,
.page-content ol li {
  opacity: 0.8;
}
p.bigger-p {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.page-content-bigger p {
  /* font-size: clamp(1.2rem, 1.4vw, 1.4rem); */
  font-size: 1.2rem;
  opacity: 0.8;
}

.page-content p:has(img),
.page-content-bigger p:has(img) {
  opacity: 1;
}
/* .page-content-bigger h2 {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: bold;
} */

.page-content-bigger h3 {
  margin-bottom: 2rem;
  font-weight: bold;
}
.page-content-bigger h6 {
  margin-bottom: 2rem;
}
.page-content h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.image-caption {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* SECTIONS */
.row.dark,
section.dark {
  color: #fff;
}
.row.light,
section.light {
  color: var(--bg-color) !important;
  background-color: #fff;
}
section {
  padding: 6rem 0;
}
.section-label,
.section-label a {
  text-decoration: none;
  font-family: var(--notesesa);
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 228.571% */
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.top-light-section {
  overflow: hidden;
  position: relative;
}

/* ------------------------------------------------------------
  Page: Blog / News cards

  Styles for `home-news-card`, `home-news-filters` and blog archive
  components (used on homepage and blog pages).
------------------------------------------------------------ */
.top-light {
  position: absolute;
  top: 0;
  height: 25rem;
  left: -3vw;
  right: -3vw;
  border-radius: 50%;
  background: #003247;
  filter: blur(40px);
  z-index: -2;
  transform: translateY(-60%);
}
.top-light-white {
  position: absolute;
  height: 5rem;
  width: 80vw;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 60%;
  background: #f8f9fb;
  filter: blur(30px);
  z-index: -1;
  transform: translateY(-80%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "notesesa", sans-serif;
}

.h2,
h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  /* color: var(--pure-teal); */
}
@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 2.25rem;
  }
}

.btn-outline-white {
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid var(--bg-color);
  color: var(--bg-color) !important;
  font-family: var(--notesesa);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}
.btn-outline-white:hover {
  background: var(--light-grey);
}
.btn-outline-dark {
  background: var(--bg-color);
  border-radius: 0.375rem;
  border: 1px solid #fff;
  color: #fff !important;
  font-family: var(--notesesa);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}
.btn-outline-dark:hover {
  background: rgba(0, 31, 44, 0.8);
}
.btn-outline-secondary,
.btn-filled-white {
  border-radius: 0.375rem;
  background: #fff;
  color: var(--bg-color) !important;
  font-family: var(--notesesa);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}
.btn-outline-secondary:hover,
.btn-filled-white:hover {
  background: var(--light-grey);
}
.btn-outline-transparent {
  font-family: var(--notesesa);
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  /* font-size: clamp(0.9rem, 1vw, 1rem); */
  font-size: 0.875rem;
  background-color: transparent;
  /* border-color: var(--light-green); */
  border: 1px solid #fff;
  border-radius: 0.375rem;
  color: #fff;
  outline: none;
  /* padding: 0.8rem 1.1rem;
  padding: 0.375rem 0.625rem 0.375rem 0.75rem;
  margin: 1rem; */
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn-outline-transparent:hover {
  /* background-color: rgba(25, 217, 208, 0.28); */
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
.btn-outline-transparent-dark {
  color: var(--bg-color) !important;
  background-color: transparent !important;
  font-family: var(--notesesa);
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  border-radius: 0.375rem;
  border: 1px solid var(--bg-color);
}
.btn-outline-transparent-dark:hover {
  background-color: var(--light-grey);
  border: 1px solid var(--bg-color);
}
/* .btn-outline-secondary {
  font-family: var(--notesesa);
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background-color: rgba(0, 31, 44, 0.1) !important;
  border-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
}
.btn-outline-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
} */

/* .btn-outline-secondary {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1vw, 1rem);
  background-color: rgba(25, 217, 208, 0.28);
  border-color: var(--light-green);
  border-radius: 1rem;
  padding: 0.8rem 1.1rem;
  margin: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
}
.btn-outline-secondary:hover {
  background-color: rgba(25, 217, 208, 0.35);
  border-color: var(--light-green);
  color: #fff;
} */
.entry-content .btn-outline-secondary,
.entry-content .btn-outline-transparent,
.tribe-events-single .btn-outline-secondary {
  min-width: 320px;
}

.btn-ghost {
  font-family: var(--notesesa);
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  background-color: transparent;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn-ghost:hover {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}

.btn-tall {
  padding-block: 0.75rem;
}

/* HOME  */
.home-hero {
  position: relative;

  padding: 0;
  margin: 0;
  height: calc(100vh - var(--top-bar-height));
  display: grid;
  place-items: center;
}
.home-hero h1 {
  font-size: clamp(2.5rem, 4vw, 3rem);
  text-align: center;
  line-height: 1.2;
  max-width: 45rem;
  padding: 0 1rem;
}
.home-hero .key-visual-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.home-hero .watch-now-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  bottom: 2rem;
}

.home-hero .watch-now-btn a {
  font-family: var(--notesesa);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.home-hero .watch-now-btn a:hover {
  color: var(--pure-teal);
}
.home-hero .watch-now-btn svg {
  margin-bottom: 0.4rem;
  width: 1rem;
  height: 1rem;
  fill: #fff;
}
.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .home-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .home-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.home-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home-card {
    flex-direction: row;
    min-height: 300px;
  }
}

.home-card .home-card-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  background: #f5f5f5;
  padding: 1rem;
  min-height: 250px;
}

@media (min-width: 992px) {
  .home-card .home-card-left {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    width: 50%;
    border-radius: 0.5rem 0 0 0.5rem;
    min-height: auto;
  }
}

.home-card .home-card-left h5 {
  margin-bottom: 1rem;
}

.home-card .home-card-left h5 a {
  color: var(--bg-color);
  text-decoration: none;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

@media (min-width: 992px) {
  .home-card .home-card-left h5 a {
    font-size: 1.5rem;
  }
}

.home-card .home-card-left h5 a:hover {
  color: var(--pure-teal);
}

.home-card .home-card-left p {
  margin-bottom: 1rem;
  flex-grow: 1;
}

.home-card .home-card-left svg {
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.home-card .home-card-left svg:hover {
  transform: translateX(0.25rem);
}

.home-card .home-card-right {
  width: 100%;
  min-height: 200px;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .home-card .home-card-right {
    width: 50%;
    min-height: auto;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

.home-tailored-opportunities-section {
  background-image: url(images/home/home-tailored-opportunities-section.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-container-wrapper {
  overflow: hidden;
}

.swiper.swiper-home-events {
  user-select: none;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  height: auto;
  padding: 0px 0px;
}

.swiper.swiper-home-events .swiper-slide {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 366px !important;
  min-height: 325px;
  padding: 1rem;
  position: relative;
  border-radius: 0.5rem;
  box-sizing: border-box;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .swiper.swiper-home-events {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-events .swiper-slide {
    width: 100%;
    height: 100%;
    min-height: 325px;
  }
}

@media (min-width: 1024px) {
  .swiper.swiper-home-events {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-events .swiper-slide {
    width: 100%;
    height: 100%;
    min-height: 325px;
  }
}

@media (min-width: 1280px) {
  .swiper.swiper-home-events {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-events .swiper-slide {
    width: 100%;
    height: 100%;
    min-height: 325px;
  }
}

@media (min-width: 1920px) {
  .swiper.swiper-home-events {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-events .swiper-slide {
    width: 428px;
    height: 100%;
    min-height: 325px;
  }
}
.swiper.swiper-home-events .swiper-slide .swiper-events-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.swiper.swiper-home-events .swiper-slide:hover .swiper-events-bg-img {
  opacity: 0.8;
}
.swiper.swiper-home-events .swiper-slide-content {
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1;
  gap: 1rem;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0.375rem;
  background: var(--bg-color);
}
.swiper.swiper-home-events .swiper-slide-content .swiper-slide-event-detail {
  font-family: var(--notesesa);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.75rem */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.swiper.swiper-home-events .swiper-slide-content h5 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
}

.swiper-home-events-header-right {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: end;
}
.swiper-home-events-navigation-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
.swiper-home-events-navigation-container .swiper-button-prev,
.swiper-home-events-navigation-container .swiper-button-next {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}

.swiper-home-events-navigation-container .swiper-button-prev {
  background-image: url(images/chevron-left-white.svg);
}

.swiper-home-events-navigation-container .swiper-button-next {
  background-image: url(images/chevron-right-white.svg);
}

.swiper-home-events-navigation-container .swiper-button-prev::after,
.swiper-home-events-navigation-container .swiper-button-next::after {
  display: none;
}

.swiper-home-events-navigation-container .swiper-button-prev,
.swiper-home-events-navigation-container .swiper-button-next {
  color: transparent;
}

.home-directorates-section {
  background-image: url(images/home/funding-levels.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-directorates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.home-directorates-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
  background: none;
  height: auto;
  justify-content: flex-start;
}
.home-directorates-item:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.home-directorates-item:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}
.home-directorates-item:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}
.home-directorates-item:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}
.home-directorates-item:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
}
.home-directorates-item:nth-child(7) {
  grid-area: 2 / 4 / 3 / 5;
}
.home-directorates-item:nth-child(8) {
  grid-area: 3 / 1 / 4 / 2;
}
.home-directorates-item:nth-child(9) {
  grid-area: 3 / 2 / 4 / 3;
}
.home-directorates-item {
  position: relative;
  border-radius: 0.5rem;
  background: radial-gradient(
      134.73% 137.02% at 50% 50%,
      rgba(0, 31, 44, 0.2) 43%,
      rgba(76, 181, 255, 0.02) 100%
    ),
    #010c12;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16.25rem;
  overflow: hidden;
}

.home-directorates-item .stretched-link {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.home-directorates-item-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  background: rgba(0, 12, 18, 0.7);
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: 0.00938rem;
  height: 50%;
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.home-directorates-item:hover .home-directorates-item-description {
  transform: translateY(0);
  opacity: 1;
}
.home-directorates-item-image {
  height: 8.125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-directorates-item-content {
  padding: 1.5rem 1rem 1rem 1rem;
}
.home-directorates-item-content h5 {
  font-weight: bold;
  font-size: 1.5rem;
}
/* Responsive styles */
@media (max-width: 1200px) {
  .home-directorates-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .home-directorates-item {
    grid-area: unset !important;
  }
}

@media (max-width: 768px) {
  .home-directorates-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .home-directorates-item {
    grid-area: unset !important;
  }
}

@media (max-width: 576px) {
  .home-directorates-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .home-directorates-item {
    grid-area: unset !important;
  }
}

.swiper.swiper-home-funding {
  user-select: none;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 12rem;
  padding: 0px 0px;
}

.swiper.swiper-home-funding .swiper-slide {
  display: flex;
  overflow: hidden;
  border-radius: 0.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  min-height: 12rem;
  width: 366px !important;
  max-height: 13rem;
  padding: 1.5rem;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  background-image: linear-gradient(
    45deg,
    hsl(172deg 9% 32%) 0%,

    hsl(198deg 100% 14%) 100%
  );
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  opacity: 0.9;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.swiper.swiper-home-funding .swiper-slide:hover {
  opacity: 1;
}

.swiper.swiper-home-funding .swiper-slide-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.swiper.swiper-home-funding .swiper-slide-content svg {
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-slide-funding-chip {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.8125rem */
  letter-spacing: 0.01625rem;

  background: rgba(0, 31, 44, 0.9);
  width: fit-content;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 2rem;

  margin-bottom: 6rem;
}
.swiper.swiper-home-funding .swiper-slide-content h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
}
.swiper.swiper-home-funding .swiper-slide-content p {
  position: absolute;
  bottom: 1.5rem;
}

@media (min-width: 768px) {
  .swiper.swiper-home-funding {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-funding .swiper-slide {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .swiper.swiper-home-funding {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-funding .swiper-slide {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .swiper.swiper-home-funding {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-funding .swiper-slide {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .swiper.swiper-home-funding {
    width: 100%;

    height: 100%;

    padding: 0px 0px;
  }

  .swiper.swiper-home-funding .swiper-slide {
    width: 428px;
    height: 100%;
  }
}
.swiper.swiper-home-funding .swiper-slide .swiper-home-funding-swiper-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.4;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.swiper.swiper-home-funding
  .swiper-slide:hover
  .swiper-home-funding-swiper-slide-bg {
  opacity: 0.6;
}
.swiper-home-funding-header-right {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: end;
}
.swiper-home-funding-navigation-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
.swiper-home-funding-navigation-container .swiper-button-prev,
.swiper-home-funding-navigation-container .swiper-button-next {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}

.swiper-home-funding-navigation-container .swiper-button-prev {
  background-image: url(images/chevron-left-white.svg);
}

.swiper-home-funding-navigation-container .swiper-button-next {
  background-image: url(images/chevron-right-white.svg);
}

.swiper-home-funding-navigation-container .swiper-button-prev::after,
.swiper-home-funding-navigation-container .swiper-button-next::after {
  display: none;
}

.swiper-home-funding-navigation-container .swiper-button-prev,
.swiper-home-funding-navigation-container .swiper-button-next {
  color: transparent;
}

ul.home-news-filters {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0.35rem;
  margin: 0;
  align-items: center;
  align-content: center;

  border-radius: 6rem;
  background: #f5f5f5;
}


ul.home-news-filters li {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
ul.home-news-filters li a {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  border: 1px solid rgba(1, 12, 18, 0.1);
  white-space: nowrap;
  background: #f5f5f5;
  letter-spacing: 0.01625rem;
  border-radius: 6rem;
  color: var(--bg-color);
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
ul.home-news-filters li a:hover,
ul.home-news-filters li.active a {
  border: 1px solid var(--bg-color);
  background: #fff;
}
.home-news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 31, 44, 0.08);
  background: rgba(245, 245, 245, 0.2);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .home-news-card {
    padding: 1.5rem;
  }
}
.home-news-card-image {
  position: relative;
  width: 100%;
  min-height: 12.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  aspect-ratio: 389/219;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.home-news-card-image:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .home-news-card {
    flex-direction: row;
  }
  .home-news-card-image {
    max-width: 24rem;
  }
}

.home-news-card-content {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.home-news-card-content h5 {
  margin-top: 0;
}
.home-news-card-content h5 a {
  text-decoration: none;
  color: var(--bg-color);
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.home-news-card-content h5:hover a {
  color: var(--pure-teal);
}
.home-news-card-date {
  font-family: var(--notesesa);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.75rem */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.home-news-card-category {
  color: var(--grey);
  margin-left: 0.5rem;
}
.home-news-card-content p.home-news-card-excerpt {
  color: var(--bg-color);
  font-size: 0.9375rem;
  display: none;
}
@media (min-width: 992px) {
  .home-news-card-content p.home-news-card-excerpt {
    display: block;
  }
}

a.home-news-card-link {
  position: relative;
  top: 0.5rem;
  left: 0;
  bottom: 1.5rem;
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (min-width: 1200px) {
  a.home-news-card-link {
    position: absolute;
    bottom: 0;
    top: unset;
  }
}
a.home-news-card-link:hover {
  transform: translateX(0.25rem);
}

.space-industry-insights-section {
  background-image: url(images/home/space-industry-insights-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3rem 0;
}

/* COMMON PAGES ELEMENTS */
.page-header {
  position: relative;
  padding: 8rem 0 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 250px;
}
@media (min-width: 992px) {
  .page-header {
    min-height: 420px;
    padding: 15rem 0 12rem 0;
  }
}
.page-header img.page-header-bg,
.page-header-single-event img.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  mix-blend-mode: lighten;
  opacity: 0.5;
}
.page-header h1,
h1.page-title {
  font-weight: bold;
  margin-top: 0;
  font-size: clamp(1.75rem, 4vw, 3rem);
}

.page-header p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 75ch;
}
.page-inner-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: unset;
  padding: 2rem 0 1rem 0;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.page-inner-navigation.dark {
  background: transparent;
}

.page-inner-navigation .container {
  padding-inline: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-inner-navigation-chips {
  display: flex;
  gap: 0.15rem;
  align-items: center;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-inner-navigation-chip:first-child {
  margin-left: 0.5rem;
}
.page-inner-navigation-chips::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.page-inner-navigation-chips a {
  text-decoration: none;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.8125rem */
  letter-spacing: 0.01625rem;
  background: linear-gradient(
      0deg,
      rgba(0, 50, 71, 0.4) 0%,
      rgba(0, 50, 71, 0.4) 100%
    ),
    #010c12;

  display: inline-block;
  width: fit-content;
  white-space: nowrap;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 2rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a.page-inner-navigation-chip.active,
.page-inner-navigation-chips a:hover {
  background: var(--deep-space);
}

.page-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.5rem;
}
.page-card-grid-item {
  position: relative;
  height: 100%;
  border-radius: 0.5rem;

  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.light .page-card-grid-item {
  background: #f5f5f5;
}
.dark .page-card-grid-item {
  background: var(--boxes-bg);
}
.light .page-card-grid-item:hover {
  background-color: #fff;
  outline: 1px solid var(--pure-teal);
}
.dark .page-card-grid-item:hover {
  background-color: var(--bg-color);
  outline: 1px solid var(--pure-teal);
}
.page-card-grid-item .page-card-grid-item-header {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.page-card-grid-item .page-card-grid-item-header h5 {
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
  padding-right: 0.2rem;
}
.dark .page-card-grid-item .page-card-grid-item-header h5 {
  color: var(--pure-teal);
}
.light .page-card-grid-item .page-card-grid-item-header h5 {
  color: var(--dark-teal);
}
.page-card-grid-item .page-card-grid-item-header svg {
  transform: translate(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-card-grid-item:hover .page-card-grid-item-header svg {
  transform: translateX(0.25rem);
}
.page-card-grid-item p {
  flex-grow: 1;
  color: var(--bg-color);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.21875rem */
  letter-spacing: 0.01625rem;
}
.page-card-grid-item a {
  align-self: flex-start;
  margin-top: 1rem;
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-card-grid-item a:hover {
  transform: translateX(0.25rem);
}

/* accordion */

.accordion-button.top-header {
  background-color: var(--deep-space-shade);
}
.accordion-button.top-header .accordion-company {
  font-family: "notesesa";
  font-weight: bold;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  letter-spacing: 0.05rem;
}

.accordion-button.top-header::after {
  display: none;
}

.accordion-button.top-header:hover {
  background-color: var(--deep-space-shade);
}

.accordion-item {
  background-color: transparent;
  border-radius: 0;
}
.accordion-item h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
}

.accordion-button,
/* .accordion-item:last-of-type, */
.accordion-button.collapsed {
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.accordion-button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.accordion-button.collapsed:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-button:hover {
  background-color: transparent; /* intentionally neutral: placeholder for hover styles */
}
.accordion-button::after {
  filter: brightness(100);
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #fff;
  /* background-color: rgba(0, 31, 44, 0.8); */
}

.accordion-collapse.show {
  border-bottom: 1px solid #fff;
}

.accordion-body {
  background-color: transparent; /* placeholder - override in specific contexts */
}
.event-accordion {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.event-accordion-left {
  width: 100%;
}

.related-events .event-accordion:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* PAGE ACCELERATION DAYS */

.acccelerator-tabs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 2vw;
  margin-bottom: 2rem;
  border: none;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 992px) {
  .acccelerator-tabs .nav-tabs {
    flex-direction: row;
  }
}
.acccelerator-tabs .nav-item {
  width: 100%;
  opacity: 1;
  flex: 1;
  display: flex;
}
.acccelerator-tabs .nav-item p,
.acccelerator-tabs .nav-item button {
  display: none;
}
@media (min-width: 992px) {
  .acccelerator-tabs .nav-item p,
  .acccelerator-tabs .nav-item button {
    display: block;
  }
}
.acccelerator-tabs .nav-link h4 {
  font-family: "notesesa";
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.acccelerator-tabs .nav-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 3px solid #fff;
  text-align: center;
  padding: 1.5rem;
  border-radius: 1.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.acccelerator-tabs .nav-link:hover {
  color: #fff;
}
.acccelerator-tabs .nav-link p {
  font-size: 0.9rem;
}
.acccelerator-tabs .nav-link.active {
  background-color: var(--boxes-bg-hover);
  color: unset;
}
.acccelerator-tabs .nav-link.crisis-prepardness:hover,
.acccelerator-tabs .nav-link.crisis-prepardness.active {
  box-shadow: 0 0 8px #f1666a, 0 0 16px #f1666a, inset 0 0 16px #f1666a;
}
.acccelerator-tabs .nav-link.space-wheather:hover,
.acccelerator-tabs .nav-link.space-wheather.active {
  box-shadow: 0 0 8px #6dcff6, 0 0 16px #009bdb, inset 0 0 16px #009bdb;
}
.acccelerator-tabs .nav-link.green-cities:hover,
.acccelerator-tabs .nav-link.green-cities.active {
  box-shadow: 0 0 8px #00ae9d, 0 0 16px #00ae9d, inset 0 0 16px #00ae9d;
}
.nav-link .btn i {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.nav-link:hover .btn i {
  transform: rotate(180deg);
}

.nav-link.active:hover .btn i {
  transform: none;
}
.nav-link .mobile-plus {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.nav-link.active .mobile-plus {
  display: none;
}
@media (min-width: 992px) {
  .nav-link .mobile-plus {
    display: none;
  }
}

.nav-link .mobile-eye {
  display: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.nav-link.active .mobile-eye {
  display: block;
}
@media (min-width: 992px) {
  .nav-link.active .mobile-eye,
  .nav-link .mobile-eye {
    display: none;
  }
}

.tab-head.tab-head-crisis-prepardness {
  background-color: #960136;
}
.tab-head.tab-head-space-wheather {
  background-color: #00619e;
}
.tab-head.tab-head-green-cities {
  background-color: #006762;
}
.tab-head {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  border-radius: 4px;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "notesesa";
  font-size: clamp(1.2rem, 2.2vw, 2rem);
}
.tab-apply-link {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.tab-apply-link a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.tab-apply-link a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.acccelerator-tabs .tab-pane {
  padding: 2.5rem;
  background-color: var(--boxes-bg);
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  border: 3px solid #fff;
  min-height: 400px;
}
.acccelerator-tabs .tab-pane p,
.acccelerator-tabs .tab-pane ul,
.acccelerator-tabs .tab-pane ul li {
  font-size: 1rem;
}
.acccelerator-tabs .tab-pane .tab-title {
  display: flex;

  align-items: center;
  align-content: center;
}
.acccelerator-tabs .tab-pane.tab-pane-crisis-prepardness {
  box-shadow: 0 0 8px #f1666a, 0 0 16px #f1666a, inset 0 0 16px #f1666a;
}
.acccelerator-tabs .tab-pane.tab-pane-space-wheather {
  box-shadow: 0 0 8px #6dcff6, 0 0 16px #009bdb, inset 0 0 16px #009bdb;
}
.acccelerator-tabs .tab-pane.tab-pane-green-cities {
  box-shadow: 0 0 8px #00ae9d, 0 0 16px #00ae9d, inset 0 0 16px #00ae9d;
}

/* DIRECTORATES */
.directorate-banner {
  width: 96%;
  margin: 0 auto;
  min-height: 10rem;
  height: auto;
  border-radius: 1rem;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .directorate-banner {
    width: 98%;
    min-height: 22rem;
  }
}

@media (min-width: 992px) {
  .directorate-banner {
    width: 100%;
    min-height: 35rem;
  }
}
.directorate-left {
  position: relative;
}
.directorate-left-buttons {
  position: relative;
  margin-block: 2rem;
  display: flex;
  gap: 0.65rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .directorate-left-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.directorate-left-buttons svg {
  height: 1rem;
  width: 1rem;
  margin-left: 0.25rem;
  transform: translateY(-0.2rem);
}

.programmeBrochuresOffcanvas {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--bg-color);
  background-image: url(images/directorates/ellipse-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.programmeBrochuresOffcanvas .offcanvas-header {
  margin-top: 1rem;
}
.programmeBrochuresOffcanvas .offcanvas-content {
  padding: 0rem 3rem;
}
.programmeBrochuresOffcanvas .offcanvas-content .programme-brochures-grid {
  margin-top: 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.programmeBrochuresOffcanvas .offcanvas-content .programme-brochures-grid-item {
  position: relative;
  min-height: 11.375rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1.5rem;
}

.programmeBrochuresOffcanvas
  .offcanvas-content
  .programme-brochures-grid-item:hover
  .programme-brochure-bg {
  opacity: 0.7;
}
.programmeBrochuresOffcanvas
  .offcanvas-content
  .programme-brochures-grid-item
  .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.programmeBrochuresOffcanvas
  .offcanvas-content
  .programme-brochures-grid-item
  .programme-brochure-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.programmeBrochuresOffcanvas
  .offcanvas-content
  .programme-brochures-grid-item:hover
  .programme-brochure-bg-img {
  opacity: 0.5;
}

.programmeBrochuresOffcanvas
  .offcanvas-content
  .programme-brochures-grid-item
  svg {
  width: 1.25rem;
  height: 1.25rem;
}
.programmeBrochuresOffcanvas
  .offcanvas-content
  .programme-brochures-grid-item
  .programme-brochure-title {
  font-size: 0.9375rem;

  line-height: 150%; /* 1.40625rem */
  letter-spacing: 0.00938rem;
}

.directorate-opportunities {
  padding: 1.5rem;
}
.directorate-opportunity-item {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9375rem 0.5rem 0.625rem 0.5rem;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.directorate-opportunity-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.directorate-opportunity-item .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.directorate-opportunity-item-icon {
  height: 2rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--grey);
  padding: 0.38rem;
}
.directorate-opportunity-item-icon svg {
  width: 1rem;
  height: 1rem;
}
.programme-under-directorate-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  gap: 1.5rem;
}

.programme-under-directorate-img {
  max-width: 100%;
  aspect-ratio: 71/40;
  object-fit: cover;
}
@media (min-width: 576px) {
  .programme-under-directorate-item {
    flex-direction: row;
  }
  .programme-under-directorate-img {
    max-width: 13.3125rem;
    border-radius: 0.375rem;
  }
}
.programme-under-directorate-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.21875rem */
  letter-spacing: 0.01625rem;
}
.programme-under-directorate-title {
  font-family: var(--notesesa);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
  margin-bottom: 0.5rem;
}
.directorate-news {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.directorate-section h3,
.directorate-opportunities h3,
.directorate-news h3 {
  padding-left: 0;
  border: none;
}
/* ESA NETWORKS PAGE */

.numbers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 400px) {
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.light .numbers-grid-item {
  display: flex;
  flex-direction: column;
}
.light .numbers-grid-item {
  color: var(--bg-color);
}
.dark .numbers-grid-item {
  color: #fff;
}
.numbers-grid-item .number-value {
  font-family: var(--notesesa);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
.numbers-grid-item .number-label {
  font-family: var(--notesesa);
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.features-grid .features-grid-item {
  font-size: 0.9375rem;
  letter-spacing: 0.00938rem;
  padding: 0 1rem;
  border-left: 1px solid #38998e;
}

/* FUNDING AND BUSINESS OPPORTUNITIES PAGE */

.page-opportunities {
  padding: 1.5rem;
}
.opportunities-search-bar {
  display: grid;
  place-items: center;
}
.opportunities-search-bar input {
  background-color: var(--bg-color);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.9651 11.0256C8.94983 11.7735 7.68944 12.1102 6.43643 11.9682C5.18343 11.8262 4.03036 11.216 3.20823 10.2598C2.3861 9.3036 1.95563 8.07209 2.00305 6.81196C2.05048 5.55182 2.5723 4.35615 3.46398 3.46447C4.35566 2.57279 5.55133 2.05097 6.81147 2.00354C8.0716 1.95611 9.30312 2.38659 10.2593 3.20872C11.2155 4.03085 11.8257 5.18392 11.9677 6.43692C12.1097 7.68993 11.773 8.95031 11.0251 9.96559L13.7801 12.7196C13.8538 12.7882 13.9129 12.871 13.9539 12.963C13.9949 13.055 14.0169 13.1544 14.0187 13.2551C14.0205 13.3558 14.0019 13.4558 13.9642 13.5492C13.9265 13.6426 13.8704 13.7274 13.7991 13.7986C13.7279 13.8698 13.6431 13.926 13.5497 13.9637C13.4563 14.0014 13.3563 14.02 13.2556 14.0182C13.1549 14.0164 13.0556 13.9944 12.9636 13.9534C12.8716 13.9124 12.7888 13.8533 12.7201 13.7796L9.9651 11.0256ZM10.5001 6.99959C10.5001 7.92784 10.1313 8.81808 9.47497 9.47446C8.81859 10.1308 7.92836 10.4996 7.0001 10.4996C6.07184 10.4996 5.1816 10.1308 4.52522 9.47446C3.86885 8.81808 3.5001 7.92784 3.5001 6.99959C3.5001 6.07133 3.86885 5.18109 4.52522 4.52471C5.1816 3.86834 6.07184 3.49959 7.0001 3.49959C7.92836 3.49959 8.81859 3.86834 9.47497 4.52471C10.1313 5.18109 10.5001 6.07133 10.5001 6.99959Z" fill="white" fill-opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  border-radius: 6.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 10px 0 rgba(0, 50, 71, 0.2);
  padding: 0.5rem 1rem 0.5rem 3rem;
  width: 100%;
  max-width: 39.75rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.opportunities-search-bar input:focus {
  outline: none;
  border-color: var(--pure-teal);
  box-shadow: 0 0 0 3px rgba(56, 153, 142, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}
.page-opportunity-list-header {
  position: relative;
  font-family: var(--notesesa);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9375rem 0.5rem 0.625rem 0.5rem;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-opportunity-list-header .empty-space {
  height: 2rem;
  width: 2rem;
}
.page-opportunity-list-item {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9375rem 0.5rem 0.625rem 0.5rem;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  flex-direction: column;
}
.page-opportunity-list-title {
  width: 100%;
}
.page-opportunity-list-domain {
  width: 100%;
  text-align: right;
  font-family: var(--notesesa);
  text-transform: uppercase;
}
.page-opportunity-list-domain.domain-results {
  font-family: Arial, Helvetica, sans-serif;
}
.page-opportunity-list-item-icon {
  height: 2rem;
  width: 2rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--grey);
  padding: 0.38rem;
  align-self: flex-start;
}
@media (min-width: 576px) {
  .page-opportunity-list-item {
    flex-direction: row;
  }
  .page-opportunity-list-title {
    width: 60%;
  }
  .page-opportunity-list-domain {
    width: calc(40% - 2rem);
    text-align: left;
    text-transform: none;
  }
  .page-opportunity-list-item-icon {
    align-self: center;
  }
}
.page-opportunity-list-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-opportunity-list-item .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-opportunity-list-item-icon svg {
  width: 1rem;
  height: 1rem;
}

.opportunities-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.opportunities-pagination .page-numbers,
.opportunities-pagination a {
  display: grid;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.opportunities-pagination a:hover,
.opportunities-pagination .page-numbers.current {
  border: 1px solid var(--pure-teal);
  color: var(--pure-teal);
}
.opportunities-pagination a.page-numbers.prev,
.opportunities-pagination a.page-numbers.next {
  background: transparent;
  width: auto;
}
/* OUR SERVICES PAGE */
.services-buttons-container {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1.875rem 0;
  border: none;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 992px) {
  .services-buttons-container {
    flex-direction: column;
    padding: 0 1.875rem 7.5rem 0;
  }
}
.service-tabs {
  margin-top: 3rem;
}
.service-tabs .nav-link {
  font-family: var(--notesesa);
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
   background-color: var(--deep-space);
  color: var(--teal);
  text-align: left;
  line-height: 1.2;
  border-radius: 0.5rem;
  border: 1px solid var(--deep-space);
  padding: 0.8rem;
  width: 100%;
  min-height: 6rem;
  min-width: min(250px, 80vw);
}
@media (min-width: 992px) {
  .service-tabs .nav-link {
    padding: 1.5rem;
  }
}
.service-tabs .nav-link svg {
  width: 3rem;
}
.service-tabs .nav-link:hover {
  border: 1px solid rgba(75, 204, 190, 0.3);
}
.service-tabs .nav-link.active {
  background-color: var(--bg-color);
  border: 1px solid rgba(75, 204, 190, 0.3);
  color: var(--teal);
}
.service-tabs img {
  border-radius: 0.5rem;
}
.single-opportunity-directorate {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  width: fit-content;
  border-radius: 3rem;
  padding: 0.25rem 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
/* STARTUPS */
section.startups {
  padding-top: 3rem;
}
section.startups .startup-results {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(350px, 3fr)); */
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
.startups.sticky-top {
  background-color: var(--bg-color);
}
@media (min-width: 576px) {
  section.startups .startup-results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  section.startups .startup-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

.startup-item {
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #010c12 0%, #003247 100%);
  padding: 2rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.startup-item:hover {
  border: 1px solid var(--pure-teal);
  background: var(--bg-color);
}

.startup-item .startup-item-row {
  margin-bottom: 1rem;
  display: flex;
}
.startup-item h4 {
  text-decoration: none;
  color: #fff;
  font-family: var(--notesesa);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.8rem */
  letter-spacing: -0.03rem;
  margin-bottom: 1.5rem;
}

.startup-item .lable {
  color: var(--grey);
  font-family: var(--notesesa);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  display: inline-block;
  width: 50%;
}
.startup-item .value {
  display: inline-block;
  width: 50%;
  font-size: 0.9375rem;
}
.startup-search {
  display: grid;
  place-items: center;
  max-width: 39.75rem;
  margin: 0 auto;
}
.startup-search input {
  background-color: var(--bg-color);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.9651 11.0256C8.94983 11.7735 7.68944 12.1102 6.43643 11.9682C5.18343 11.8262 4.03036 11.216 3.20823 10.2598C2.3861 9.3036 1.95563 8.07209 2.00305 6.81196C2.05048 5.55182 2.5723 4.35615 3.46398 3.46447C4.35566 2.57279 5.55133 2.05097 6.81147 2.00354C8.0716 1.95611 9.30312 2.38659 10.2593 3.20872C11.2155 4.03085 11.8257 5.18392 11.9677 6.43692C12.1097 7.68993 11.773 8.95031 11.0251 9.96559L13.7801 12.7196C13.8538 12.7882 13.9129 12.871 13.9539 12.963C13.9949 13.055 14.0169 13.1544 14.0187 13.2551C14.0205 13.3558 14.0019 13.4558 13.9642 13.5492C13.9265 13.6426 13.8704 13.7274 13.7991 13.7986C13.7279 13.8698 13.6431 13.926 13.5497 13.9637C13.4563 14.0014 13.3563 14.02 13.2556 14.0182C13.1549 14.0164 13.0556 13.9944 12.9636 13.9534C12.8716 13.9124 12.7888 13.8533 12.7201 13.7796L9.9651 11.0256ZM10.5001 6.99959C10.5001 7.92784 10.1313 8.81808 9.47497 9.47446C8.81859 10.1308 7.92836 10.4996 7.0001 10.4996C6.07184 10.4996 5.1816 10.1308 4.52522 9.47446C3.86885 8.81808 3.5001 7.92784 3.5001 6.99959C3.5001 6.07133 3.86885 5.18109 4.52522 4.52471C5.1816 3.86834 6.07184 3.49959 7.0001 3.49959C7.92836 3.49959 8.81859 3.86834 9.47497 4.52471C10.1313 5.18109 10.5001 6.07133 10.5001 6.99959Z" fill="white" fill-opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  border-radius: 6.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 10px 0 rgba(0, 50, 71, 0.2);
  padding: 0.5rem 1rem 0.5rem 3rem;
  width: 100%;
  max-width: 39.75rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.startup-search input:focus {
  outline: none;
  border-color: var(--pure-teal);
  box-shadow: 0 0 0 3px rgba(56, 153, 142, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}

.startup-filters {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
@media (min-width: 1200px) {
  .startup-filters {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
/* 
.startup-filters input[type="text"] {
  background-color: var(--boxes-bg);
  border: 1px solid #fff;
  border-radius: 0.9rem;
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  background-image: url(images/lens-search.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  width: 100%;
}

.startup-filters input[type="text"]:focus {
  background-color: var(--boxes-bg-hover);
  color: #fff;
  outline: 0;
  border: 1px solid var(--light-green);
} */

.startup-filters select {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--deep-space);
  padding: 0.7rem 1.4rem 0.7rem 0.8rem;
  color: var(--light-grey);
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
  width: 100%;
}

@media (min-width: 576px) {
  .startup-filters select {
    width: auto;
  }
}

.startup-filters h6 {
  width: 100%;
  font-weight: bold;
  color: var(--light-green);
}
@media (min-width: 1400px) {
  .startup-filters h6 {
    width: auto;
  }
}
.esa-startups-single-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.content-esa-startups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.esa-startup-grid-item {
  border-left: 1px solid var(--pure-teal);
  padding-left: 1rem;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}
.esa-startup-grid-item h6 {
  font-weight: bold;
}
.esa-startup-grid-item p,
.esa-startup-grid-item a {
  text-decoration: none;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.00938rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#pagination-pages {
  color: var(--light-green);
}
#pagination-pages button.pagination-page {
  font-family: "notesesa", sans-serif;
  font-size: 0.9rem;
  border: 1px solid var(--light-green);
  color: var(--light-green);
  background-color: transparent;
  margin: 0 0.3rem;
  border-radius: 0.4rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

#pagination-pages button.pagination-page:hover {
  background-color: var(--green);
}
#pagination-pages button.pagination-page.current-page {
  color: #fff;
  background-color: var(--green);
}
/* INDUSTRIES PAGE */
/* Common styles for both upstream and downstream industries swipers */

/* .swiper-container-wrapper{
  overflow: visible;
} */
.swiper.swiper-upstream-industries,
.swiper.swiper-downstream-industries {
  user-select: none;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  height: auto;
  padding: 0px 0px;
}

.swiper.swiper-upstream-industries .swiper-slide,
.swiper.swiper-downstream-industries .swiper-slide {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  width: 100% !important;
  min-height: 28rem;
  max-width: 34rem !important;
  padding: 1rem;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

/* .swiper.swiper-downstream-industries .swiper-slide {
  padding: 1.5rem;
  border-radius: 0.375rem;
  width: 24rem;
} */

/* @media (min-width: 768px) {
  .swiper.swiper-upstream-industries .swiper-slide {
    width: 34rem !important;
  }
} */

.swiper.swiper-upstream-industries .swiper-slide .swiper-slide-content,
.swiper.swiper-downstream-industries .swiper-slide .swiper-slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.swiper.swiper-upstream-industries
  .swiper-slide
  .swiper-slide-content
  .stretched-link,
.swiper.swiper-downstream-industries
  .swiper-slide
  .swiper-slide-content
  .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.light .swiper.swiper-upstream-industries .swiper-slide,
.light .swiper.swiper-downstream-industries .swiper-slide {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #f5f5f5;
}

.dark .swiper.swiper-upstream-industries .swiper-slide,
.dark .swiper.swiper-downstream-industries .swiper-slide {
  border: 1px solid rgba(1, 12, 18, 0.1);
  background: var(--deep-space, #003247);
}

.swiper.swiper-upstream-industries .swiper-slide:hover,
.swiper.swiper-downstream-industries .swiper-slide:hover {
  border: 1px solid var(--pure-teal);
}

@media (min-width: 1920px) {
  .swiper.swiper-upstream-industries,
  .swiper.swiper-downstream-industries {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
  }

  .swiper.swiper-upstream-industries .swiper-slide,
  .swiper.swiper-downstream-industries .swiper-slide {
    width: 34rem !important;
    height: 100%;
    min-height: 28rem;
  }
}

.industry-swiper-title {
  color: var(--pure-teal);
  font-family: var(--notesesa);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}

.swiper-industries p {
  font-family: Arial;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01625rem;
}

.light .swiper-industries p {
  color: var(--bg-color);
}

.dark .swiper-industries p {
  color: #fff;
}

.swiper-industries-image {
  min-height: 20.7rem;
  border-radius: 0.375rem;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

/* Common navigation styles for both swipers */
.swiper-upstream-industries-navigation-container,
.swiper-downstream-industries-navigation-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  gap: 2rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}

.swiper-upstream-industries-navigation-container .swiper-button-prev,
.swiper-upstream-industries-navigation-container .swiper-button-next,
.swiper-downstream-industries-navigation-container .swiper-button-prev,
.swiper-downstream-industries-navigation-container .swiper-button-next {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.375rem;
  border: 1px solid #8197a6;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  color: transparent;
}

.swiper-upstream-industries-navigation-container .swiper-button-prev::after,
.swiper-upstream-industries-navigation-container .swiper-button-next::after,
.swiper-downstream-industries-navigation-container .swiper-button-prev::after,
.swiper-downstream-industries-navigation-container .swiper-button-next::after {
  display: none;
}

.light .swiper-upstream-industries-navigation-container .swiper-button-prev,
.light .swiper-downstream-industries-navigation-container .swiper-button-prev {
  background-image: url(images/chevron-left-black.svg);
}

.light .swiper-upstream-industries-navigation-container .swiper-button-next,
.light .swiper-downstream-industries-navigation-container .swiper-button-next {
  background-image: url(images/chevron-right-black.svg);
}

.dark .swiper-upstream-industries-navigation-container .swiper-button-prev,
.dark .swiper-downstream-industries-navigation-container .swiper-button-prev {
  background-image: url(images/chevron-left-white.svg);
}

.dark .swiper-upstream-industries-navigation-container .swiper-button-next,
.dark .swiper-downstream-industries-navigation-container .swiper-button-next {
  background-image: url(images/chevron-right-white.svg);
}
/*  SINGLE INDUSTRIES PAGES */

.stakeholders-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .stakeholders-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

.stakeholders-image-container {
  background-color: #fff;
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  padding: 1rem 1.5rem;
  min-height: 5rem;
}
@media (min-width: 992px) {
  .stakeholders-image-container {
    min-height: 9rem;
  }
}

.stakeholders-image-container img {
  mix-blend-mode: multiply;
  width: auto;
  max-height: 5rem;
}

.industries-events-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
}

.industries-event-item {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  border-bottom: 1px solid #fff;
  padding: 1rem 1rem 1rem 0;
  background-color: transparent;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.industries-event-item:hover {
  background-color: var(--boxes-bg);
}

.industries-event-item-left {
  flex-basis: 100%;
}
.industries-event-date {
  font-family: "notesesa";
  padding: 0.4rem 0.7rem;
  background-color: var(--boxes-bg);
  text-transform: uppercase;
  margin-right: 0.5rem;
  letter-spacing: 0.05rem;
  min-width: 86px;
  text-align: center;
}

.industries-event-link img {
  width: 2rem;
  height: auto;
  transform: rotate(180deg) translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.industries-event-item:hover .industries-event-link img {
  transform: rotate(180deg) translateX(-0.4rem);
}
.industries-event-link {
  display: grid;
  place-items: center;
}

.industries-event-name {
  text-decoration: none;
  color: #fff;
  padding: 0.4rem 0.7rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.industries-event-item:hover:hover .industries-event-name {
  color: var(--light-green);
}

.related-market-trends-sidebar {
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
}
.related-market-trends-sidebar-inner {
  margin-top: 3.8rem;
  padding: 1rem;
  background: var(--bg-color);
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.related-market-trends-sidebar .related-market-trends-background-image {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.related-market-trends-sidebar:hover .related-market-trends-background-image {
  opacity: 0.7;
}
.related-market-trends-date {
  display: block;
  margin-bottom: 1rem;
  font-family: "NotesEsa";
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.related-market-trends-title {
  color: #fff;
  font-family: var(--notesesa);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.02rem;
}

.related-events .event-accordion {
  background-color: var(--boxes-bg);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.related-events .event-accordion:hover {
  background-color: var(--boxes-bg-hover);
}

.need-more-information-box {
  /* background-image: url(images/need-more-information-banner.jpg); */
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.8rem;
}
.need-more-information-box h3 {
  padding-left: 0;
  border: none;
}

/* NEWSLETTER SUBSCRIPTION */
.newsletter-subscription-section {
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7.5rem 0;
}
/* CONTACT OFFCANVAS */
#offcanvasContactsLabel {
  text-align: center;
  width: 100%;
}

#wpcf7-f4136-o1 .wpcf7-form p label,
#wpcf7-f4180-o2 .wpcf7-form p label,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label {
  font-family: "notesesa";
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  padding: 0 1rem;
}
#wpcf7-f4136-o1 .wpcf7-form p label input[type="text"],
#wpcf7-f4136-o1 .wpcf7-form p label input[type="email"],
#wpcf7-f4136-o1 .wpcf7-form p label select,
#wpcf7-f4136-o1 .wpcf7-form p label textarea,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f4180-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f4180-o2 .wpcf7-form p label select,
#wpcf7-f4180-o2 .wpcf7-form p label textarea,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f4180-p1928-o2 .wpcf7-form p label select,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label textarea {
  background-color: var(--boxes-bg);
  border-radius: 0.3rem;
  border: 1px solid var(--grey);
  padding: 0.3rem;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#wpcf7-f4136-o1 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4136-o1 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4136-o1 .wpcf7-form p label select:focus,
#wpcf7-f4136-o1 .wpcf7-form p label textarea:focus,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4180-o2 .wpcf7-form p label select:focus,
#wpcf7-f4180-o2 .wpcf7-form p label textarea:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label select:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label textarea:focus {
  background-color: var(--boxes-bg-hover);
  border: 1px solid var(--light-green);
  outline: 0;
}

#wpcf7-f4136-o1 .wpcf7-textarea {
  height: 6rem;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: var(--deep-space-shade);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--light-grey);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0.5rem;
  display: grid;
  place-content: center;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--light-green);
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wpcf7-not-valid-tip {
  color: #ff5951;
}

input[type="submit"].wpcf7-submit {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: rgba(25, 217, 208, 0);
  border-color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
  outline: none;
  width: 50%;
}
input[type="submit"].wpcf7-submit:hover {
  background-color: rgba(25, 217, 208, 0.28);
  border-color: #fff;
  outline: none;
}
/* FAQ */

.faq-group {
  border-bottom: 1px solid var(--grey);
}

.faq-search {
  width: 100%;
  display: grid;
  place-items: center;
}
.faq-search .search-input input[type="text"] {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 3rem);
}

.faq-search .search-input {
  display: flex;
  background-color: var(--bg-color);
  border-radius: 6.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 10px 0 rgba(0, 50, 71, 0.2);
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 100%;
  max-width: 39.75rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.faq-search .search-input.focused {
  outline: none;
  border-color: var(--pure-teal);
  box-shadow: 0 0 0 3px rgba(56, 153, 142, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}

.faq-search button[type="submit"] {
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  background-image: url(images/lens-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  outline: 0;
  border: 0;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.faq-search button[type="submit"]:hover {
  opacity: 0.5;
  cursor: pointer;
}

.faq-categories-filter h6 {
  text-align: center;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 3rem;
}
.faq-personas {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 27rem), 1fr));
  gap: 1rem;
}
.faq-categories-filter .faq-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  background-color: rgba(25, 215, 205, 0.082);
  border-radius: 0.8rem;
  padding: 2.5rem 1.5rem;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faq-categories-filter .faq-category {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    gap: 0;
    flex-direction: row;
  }
}

.faq-category-name {
  text-align: left;
  max-width: 100%;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .faq-category-name {
    max-width: 60%;
  }
}

.accordion-faq .accordion-button {
  padding: 1rem 0;
  border-radius: 0;
  background: var(--bg-color);
}

#accordion-faq .accordion-button {
  color: var(--light-green);
}
#accordion-faq .accordion-button.collapsed {
  color: #fff;
}
#accordion-faq .accordion-button.collapsed:hover {
  color: var(--light-green);
}

.faq-filtered-by {
  font-family: "notesesa", sans-serif;
  color: var(--light-green);
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
button.reset-search {
  padding: 0.5rem;
  background-image: url(images/reset-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  outline: 0;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  color: var(--light-green);
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-0.34rem);
  margin-left: 0.25rem;
}

button.reset-search:hover {
  border: 1px solid var(--light-green);
  opacity: 0.6;
}
button.reset-search.reset-search-dark {
  background-image: url(images/reset-search-dark.svg);
  border: 1px solid var(--light-grey);
}

button.reset-search.reset-search-dark:hover {
  border: 1px solid var(--light-green);
}

.faq-back-btn {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.faq-back-btn:hover {
  opacity: 0.6;
}
/* captcha */

.grecaptcha-badge {
  visibility: hidden;
}

/* EVENTS CALENDAR */

.tribe-common--breakpoint-full.tribe-events
  .tribe-events-c-top-bar__datepicker-desktop,
.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-common a,
.tribe-common abbr,
.tribe-common acronym,
.tribe-common address,
.tribe-common applet,
.tribe-common article,
.tribe-common aside,
.tribe-common audio,
.tribe-common b,
.tribe-common big,
.tribe-common blockquote,
.tribe-common canvas,
.tribe-common caption,
.tribe-common center,
.tribe-common cite,
.tribe-common code,
.tribe-common dd,
.tribe-common del,
.tribe-common details,
.tribe-common dfn,
.tribe-common div,
.tribe-common dl,
.tribe-common dt,
.tribe-common em,
.tribe-common embed,
.tribe-common fieldset,
.tribe-common figcaption,
.tribe-common figure,
.tribe-common footer,
.tribe-common form,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common header,
.tribe-common i,
.tribe-common iframe,
.tribe-common img,
.tribe-common ins,
.tribe-common kbd,
.tribe-common label,
.tribe-common legend,
.tribe-common li,
.tribe-common main,
.tribe-common mark,
.tribe-common menu,
.tribe-common nav,
.tribe-common object,
.tribe-common ol,
.tribe-common output,
.tribe-common p,
.tribe-common pre,
.tribe-common q,
.tribe-common ruby,
.tribe-common s,
.tribe-common samp,
.tribe-common section,
.tribe-common small,
.tribe-common span,
.tribe-common strike,
.tribe-common strong,
.tribe-common sub,
.tribe-common summary,
.tribe-common sup,
.tribe-common table,
.tribe-common tbody,
.tribe-common td,
.tribe-common tfoot,
.tribe-common th,
.tribe-common thead,
.tribe-common time,
.tribe-common tr,
.tribe-common tt,
.tribe-common u,
.tribe-common ul,
.tribe-common var,
.tribe-common video {
  color: #fff !important;
}
.tribe-common .tribe-common-l-container {
  padding-left: 0;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
/* @media (min-width: 992px) {
  .tribe-common .tribe-common-l-container {
    padding-left: 2rem;
  }
} */
.tribe-events .tribe-events-c-top-bar__datepicker {
  display: none !important;
}
.tribe-events .tribe-events-c-top-bar__today-button {
  color: #fff !important;
  font-family: var(--notesesa) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
  letter-spacing: 0.075rem !important;
  text-transform: uppercase !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.375rem !important;
  border: 1px solid #fff !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-desktop:hover,
.tribe-events .tribe-events-c-top-bar__today-button :hover {
  background-color: var(--grey) !important;
  border: 1px solid var(--grey) !important;
}
.tribe-events .current-event-label {
  color: var(--pure-teal);
  font-family: var(--notesesa);
  font-size: 0.625rem;
  color: var(--pure-teal) !important;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-list__event {
  background-color: var(--bg-color);
}
.tribe-events .tribe-events-calendar-list__event-title-link {
  color: #fff !important;
  font-family: var(--notesesa) !important;
  font-size: 1.3rem !important;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: var(--green) !important;
  width: 2.6rem !important;
  height: auto !important;
  border-radius: 2rem !important;
  float: right !important;
  margin-top: 2rem !important;
  margin-right: 1rem !important;
  padding: 0.4rem 0 !important;
}
.tribe-events-calendar-list__event-date-tag {
  display: none !important;
}

tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-family: "notesesa";
  /* color: var(--deep-space-shade) !important; */
  font-weight: bold;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-c-events-bar {
  background-color: var(--bg-color) !important;
  max-width: 39.75rem;
  overflow: hidden;
  margin: 0 auto 3rem auto;
  border-radius: 6.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 10px 0 rgba(0, 50, 71, 0.2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
  background-color: var(--bg-color) !important;
  border-radius: 1rem;
}
/* .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-search__input-group {
  background-color: var(--bg-color) !important;
  border-radius: 1rem 0 0 1rem;
  border-right: 1px solid #fff !important;
  margin-right: 2rem;
} */
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-search__input-group {
  background-color: transparent; /* placeholder - uncomment customisation if needed */
}
.tribe-events .tribe-events-c-events-bar__search-container {
  background-color: var(--bg-color) !important;
  border-radius: 1rem;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__content {
  background-color: var(--bg-color) !important;
  border-radius: 1rem;
}

.tribe-events
  .tribe-events-c-events-bar
  .tribe-common-form-control-text__input {
  color: rgba(255, 255, 255, 0.5) !important;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-search__input-control {
  margin: 0;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-common-c-btn.tribe-events-c-search__button {
  border: 1px solid rgba(255, 255, 255, 0.3);

  background-color: var(--bg-color) !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-common-c-btn.tribe-events-c-search__button:hover {
  background-color: var(--light-green) !important;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input {
  padding: 1.5rem 2.5rem;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common
  a.tribe-common-c-btn-border-small {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  background-color: var(--bg-color) !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common
  a.tribe-common-c-btn-border-small:hover {
  background-color: var(--light-green) !important;
}

.tribe-events
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-c-view-selector__list-item-text {
  color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-link::after {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item {
  border-radius: 1rem;
  background-color: var(--bg-color) !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  margin: 0.5rem 0.1rem;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item:hover {
  background-color: var(--green) !important;
  color: #fff !important;
}

.tribe-common .tribe-common-anchor-thin:visited,
.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus {
  color: #fff !important;
}

.tribe-common .tribe-common-anchor-thin:hover {
  color: #fff !important;
  /* cursor: pointer; */
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-latest-past__event-row {
  margin-bottom: 3rem;
  background-color: var(--boxes-bg) !important;
  border-radius: 0.8rem;
  min-height: 9rem;
  overflow: hidden;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row {
  position: relative;
  outline: 1px solid rgba(255, 255, 255, 0.1) !important;
  min-height: 20rem !important;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row:hover {
  outline: 1px solid var(--pure-teal) !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
  color: #fff !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tribe-events-calendar-list__event-datetime {
  font-family: var(--notesesa);
  font-size: 0.875rem;
}
.tribe-events-calendar-list__event-cost {
  display: none !important;
}
.tribe-events-calendar-list__event-details.tribe-common-g-col {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  padding: 1rem;
  border-radius: 0.375rem;
  background: #010c12;
  width: auto;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-description {
  margin-bottom: 2rem;
  display: none !important; /***/
}

.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold,
.tribe-events-calendar-list__event-venue-address {
  font-family: "notesesa";
  text-transform: uppercase;
  font-size: 0.875rem;
}

.tribe-events-calendar-list__event-title-link {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif !important;
  /* text-transform: uppercase; */
}

.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-g-row--gutters
  > .tribe-common-g-col {
  width: calc(100% - 2rem) !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
  position: relative;
  transition: var(--tec-transition-opacity) !important;
  height: 100%;
  overflow: hidden;
  width: auto;
  background-color: var(--boxes-bg-hover) !important;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.single-tribe_events table thead {
  background-color: #335e6f;
}

.single-tribe_events .entry-content,
.single-tribe_events .page-content {
  margin-top: 0;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template {
  margin-top: 0;
  padding: 0;
}

#tribe-events-pg-template {
  max-width: 100vw;
}

.tribe-events-event-image img {
  display: block;
  width: 100%;
  border-radius: 0.8rem;
  margin-top: 2rem;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  background-color: var(--deep-space-shade);
  border: 1px solid #fff !important;
  color: #fff !important;
}
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border:hover,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus {
  background-color: var(--light-green) !important;
}

.single-tribe_events .page-header {
  display: none;
}

.tribe-common .tribe-common-h5,
.tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #fff;
  font-family: var(--notesesa);
  text-transform: uppercase;
}

.tribe-common .tribe-common-h6 {
  color: #fff;
  font-family: var(--notesesa);
}
.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date-link:focus,
.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day-date-link:focus {
  color: var(--light-green) !important;
  font-family: var(--notesesa);
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date-link:hover,
.tribe-events .tribe-events-calendar-month__day-date-link:hover {
  color: var(--light-green);
  font-family: var(--notesesa);
  text-transform: uppercase;
  opacity: 0.8;
}
.tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events-calendar-month__calendar-event-tooltip-datetime
  .tribe-event-date-start,
.tribe-events-calendar-month__calendar-event-tooltip-datetime
  .tribe-event-date-end,
h3.tribe-events-calendar-month__calendar-event-tooltip-title tribe-common-h7,
a.tribe-events-calendar-month__calendar-event-tooltip-title-link.tribe-common-anchor-thin,
.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3
  p {
  color: var(--green) !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium,
.tribe-common .tribe-common-h--alt {
  color: #fff !important;
  font-family: var(--notesesa);
  /* text-transform: uppercase; */
  border: 0;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.tribe-events .tribe-events-calendar-list__month-separator::after {
  display: none;
}
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list {
  background-color: var(--boxes-bg-hover);
}
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item {
  background-color: var(--boxes-bg-hover);
}
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item:hover,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item:hover {
  background-color: var(--green) !important;
  color: #fff !important;
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:visited {
  color: #fff !important;
}
.tribe-common a:hover {
  color: #fff !important;
  /* cursor: pointer; */
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  color: #fff !important;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta a {
  color: var(--light-green) !important;
}

.post-type-archive-tribe_events .page-content h3 {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

.tribe-events-venue-map {
  width: 100%;
}

.tribe-events-single-event-description.tribe-events-esa-content table,
.tribe-events-single-event-description.tribe-events-esa-content p {
  font-size: 1.2rem;
}

h3.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7
  a.tribe-events-calendar-month__calendar-event-tooltip-title-link.tribe-common-anchor-thin,
.tribe-events-calendar-month__multiday-event-hidden-title.tribe-common-h8,
.tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
  color: var(--boxes-bg-hover) !important;
}

.tribe-events .datepicker {
  background-color: var(--deep-space);
}

.tribe-events .datepicker .day:hover {
  background-color: var(--green);
}

.tribe-events .datepicker .day.active {
  background-color: var(--deep-space-shade);
}

.page-header-single-event {
  display: grid;
  align-content: center;
}

.event-label {
  font-family: "NotesEsa";
  font-size: 0.875rem;

  letter-spacing: 0.016em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.8);
}
.tribe-events-single-head-info h2 {
  font-size: clamp(1rem, 2vw, 1.75rem);
}
.single-event-dates {
  font-family: "NotesEsa";
  font-size: 0.875rem;

  letter-spacing: 0.016em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.8);
}
a.single-event-address {
  font-family: "NotesEsa";
  font-size: 0.875;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #19d9d0;
  text-decoration: none;
  display: flex;
  align-content: center;
  align-items: flex-start;
}

a.single-event-address:hover {
  text-decoration: underline;
}

.events-sidebar .event-sidebar-box {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
}
.event-tags-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 0.4rem;
}

a.event-tag {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5rem;
  font-family: "NotesEsa";
  font-size: 0.6875rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: var(--boxes-bg);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a.event-tag:hover {
  background-color: var(--boxes-bg-hover);
}

a.previous-events {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a.previous-events:hover {
  color: var(--light-green);
  text-decoration: underline;
}
.event-partners-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.event-partners-container {
  background-color: var(--light-grey);
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  padding: 1rem 1.5rem;
  min-height: 5rem;
  max-width: 135px;
  height: auto;
}
.event-partners-container img {
  mix-blend-mode: darken;
}

.event-speaker-wrapper {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 3fr));
  */
  gap: 1.5rem;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

.event-speaker-wrapper .event-speaker-picture-container {
  width: 100%;
}

@media (min-width: 576px) {
  .event-speaker-wrapper .event-speaker-picture-container {
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .event-speaker-wrapper .event-speaker-picture-container {
    max-width: 170px;
  }
}
/* .event-speaker-wrapper div.modal {
  max-width: 100%;
  width: 100%;
} */
.event-speaker-wrapper .event-speaker-item {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  border-radius: 1.5rem;
  background-color: var(--boxes-bg);
  margin-top: 2rem;
}
.event-speaker-wrapper .event-speaker-item:hover {
  cursor: pointer;
}

.event-speaker-wrapper .event-speaker-item .event-speaker-item-img-frame {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .event-speaker-wrapper .event-speaker-item .event-speaker-item-img-frame {
    max-height: 240px;
  }
}
.event-speaker-wrapper
  .event-speaker-item
  .event-speaker-item-img-frame
  .event-speaker-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 330px;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (min-width: 992px) {
  .event-speaker-wrapper
    .event-speaker-item
    .event-speaker-item-img-frame
    .event-speaker-item-img {
    background-position: 50% -2rem;
  }
}

.event-speaker-wrapper
  .event-speaker-item:hover
  .event-speaker-item-img-frame
  .event-speaker-item-img {
  transform: scale(1.2);
}

.event-speaker-wrapper .event-speaker-item .event-speaker-item-name {
  font-size: 1.1rem;
  color: #fff;
  margin: 1rem 0 0.5rem 1rem;
}
.event-speaker-wrapper .event-speaker-item .event-speaker-item-role {
  font-family: "NotesEsa";
  margin: 0 0 1rem 1rem;

  font-size: 0.6875rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;

  color: #ffffff;
}

.event-speaker-wrapper .modal {
  background-color: rgba(0, 31, 44, 0.8);
  z-index: 100000;
}

.event-speaker-wrapper .modal-content {
  background-color: var(--boxes-bg);
  position: relative;
  padding: 1.5rem;
  border-radius: 2rem;
}
.event-speaker-wrapper .modal-content .modal-body {
  height: fit-content;
  padding: 0;
}
.event-speaker-wrapper .modal-content .modal-body h4 {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin: 2rem 0 1rem 0;
  padding-left: 0.5rem;
}
.event-speaker-wrapper .modal-content .modal-body h6 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}

.event-speaker-wrapper .modal-content .modal-body p {
  font-size: 1.25rem;
  letter-spacing: 0.01em;

  color: rgba(255, 255, 255, 0.8);
}
.event-speaker-wrapper .modal-content .btn-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 10000;
}

.event-speaker-wrapper .modal-content .speaker-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .event-speaker-wrapper .modal-content .speaker-description {
    flex-direction: row;
  }
}

.event-speaker-wrapper .modal-content .speaker-bio {
  width: 100%;
  padding: 0 1rem 0 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.event-speaker-wrapper .modal-content .speaker-picture-container {
  width: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .event-speaker-wrapper .modal-content .speaker-picture-container {
    width: 40%;
  }
}
.event-speaker-wrapper .modal-content .speaker-picture {
  width: 100%;
  min-height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem;
}
/* @media (min-width: 992px) {
  .event-speaker-wrapper .modal-content .speaker-bio {
    width: 70%;
  }
  .event-speaker-wrapper .modal-content .speaker-picture {
    width: 30%;
  }
} */

.event-speaker-pagination {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 4rem;
  margin-top: 3rem;
  padding-bottom: 1rem;
}

.event-speaker-pagination a {
  font-family: "NotesEsa";
  font-size: 1rem;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.event-speaker-pagination a:hover {
  text-decoration: underline;
}
.event-speaker-pagination a.disabled {
  opacity: 0.4;
}
.event-speaker-pagination a.disabled:hover {
  cursor: default;
  text-decoration: none;
}
.event-empty-instance {
  font-family: "NotesEsa";
  font-size: 1rem;
  letter-spacing: 0.016em;
  margin-top: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/* Event flexible content */
.custom-bg-column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.two-columns-text p {
  margin: 0;
  padding: 0;
}

.presentations-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.presentations-grid-item {
  font-family: "Notesesa", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  min-height: 9rem;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  padding: 1rem;
  border-radius: 0.7rem;
  border: 1px solid var(--deep-space);
  background-color: var(--deep-space);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.presentations-grid-item:hover {
  color: rgba(255, 255, 255, 1);
  border: 1px solid var(--light-green);
}

.presentation-title {
  width: 100%;
}

.presentations-grid-item img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 1.8rem;
  opacity: 0.7;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.presentations-grid-item:hover img {
  max-width: 2rem;
  opacity: 1;
}

.speakers-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.speakers-section h2 {
  color: #fff;
}
.speakers-section h5 {
  color: var(--green);
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.speakers-section .speaker-role {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1.8rem;
  letter-spacing: 0.05rem;
  display: block;
  color: var(--highlight);
}

.speakers-section p {
  font-size: 1.6rem;
}
.speaker-circle {
  aspect-ratio: 1;
}

.swiper.swiper-speakers {
  width: 100%;
  height: 100%;
}

.swiper-speakers .swiper-slide {
  text-align: center;
  /* font-size: 18px;
  background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-speakers .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100rem;
}

.speaker-thumbnail {
  aspect-ratio: 1/1;
  border-radius: 100rem;
}
.speaker-thumbnail:hover {
  cursor: pointer;
}
.swiper-speakers h5 {
  color: var(--light-green);
  margin: 0;
  font-size: 1.6rem;
}
.swiper-speakers .speaker-role {
  color: #fff;
  font-size: 0.9rem;
}

.swiper-speakers .swiper-button-next::after,
.swiper-speakers .swiper-button-prev::after {
  display: none;
}

.swiper-speakers .swiper-button-prev,
.swiper-speakers .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.swiper-speakers .swiper-button-prev {
  background-image: url(images/arrow-left-white.svg) !important;
}

.swiper-speakers .swiper-button-next {
  background-image: url(images/arrow-right-white.svg) !important;
}

.swiper-speakers .swiper-button-prev {
  transform: translateX(-1rem);
}

.swiper-speakers .swiper-button-next {
  transform: translateX(1rem);
}
.swiper-speakers .swiper-button-prev:hover,
.swiper-speakers .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-speakers .swiper-pagination-bullet {
  background-color: #f0f0f0 !important;
}
.swiper-speakers .swiper-pagination-bullet-active {
  background-color: var(--light-green) !important;
}

/* NEWS PAGE */
.page-news-section {
  padding-top: 3rem;
}
.news-page-search-bar {
  display: grid;
  place-items: center;
}

.news-page-search-bar form {
  width: 100%;
  display: grid;
  place-items: center;
}
.news-page-search-bar input {
  border-radius: 6.1875rem;
  border: 1px solid rgba(1, 12, 18, 0.1);
  background-color: #fff;
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 32px 0 rgba(0, 50, 71, 0.1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.96559 9.02559C6.95031 9.77352 5.68993 10.1102 4.43692 9.9682C3.18392 9.82618 2.03085 9.21596 1.20872 8.25978C0.386587 7.3036 -0.043886 6.07209 0.00354056 4.81196C0.0509672 3.55182 0.572791 2.35615 1.46447 1.46447C2.35615 0.572791 3.55182 0.0509672 4.81195 0.00354056C6.07209 -0.043886 7.3036 0.386587 8.25978 1.20872C9.21596 2.03085 9.82619 3.18392 9.9682 4.43692C10.1102 5.68993 9.77352 6.95031 9.02559 7.96559L11.7806 10.7196C11.8543 10.7882 11.9134 10.871 11.9544 10.963C11.9954 11.055 12.0174 11.1544 12.0192 11.2551C12.021 11.3558 12.0024 11.4558 11.9647 11.5492C11.927 11.6426 11.8708 11.7274 11.7996 11.7986C11.7284 11.8698 11.6436 11.926 11.5502 11.9637C11.4568 12.0014 11.3568 12.02 11.2561 12.0182C11.1554 12.0164 11.056 11.9944 10.964 11.9534C10.872 11.9124 10.7892 11.8533 10.7206 11.7796L7.96559 9.02559ZM8.50059 4.99959C8.50059 5.92784 8.13184 6.81808 7.47546 7.47446C6.81908 8.13084 5.92884 8.49959 5.00059 8.49959C4.07233 8.49959 3.18209 8.13084 2.52571 7.47446C1.86934 6.81808 1.50059 5.92784 1.50059 4.99959C1.50059 4.07133 1.86934 3.18109 2.52571 2.52471C3.18209 1.86834 4.07233 1.49959 5.00059 1.49959C5.92884 1.49959 6.81908 1.86834 7.47546 2.52471C8.13184 3.18109 8.50059 4.07133 8.50059 4.99959Z" fill="%23010C12" fill-opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;

  padding: 0.5rem 1rem 0.5rem 3rem;
  width: clamp(max(20rem, 50vw), 100%, 39.75rem);
  margin-bottom: 1.5rem;
  color: rgba(1, 12, 18, 0.5);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.news-page-search-bar input:focus {
  outline: none;
  border-color: var(--pure-teal);
  box-shadow: 0 0 0 3px rgba(56, 153, 142, 0.3);
  background-color: rgba(99, 99, 99, 0.1);
}
.news-filter-container {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-filter-title {
  border-radius: 62.4375rem;
  font-size: 0.8125rem;
  border: 1px solid var(--grey);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  width: fit-content;
  letter-spacing: 0.01625rem;
}
.blog-category-filter-container input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.blog-category-filter-container label {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: "notesesa";
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(0.8rem, 1.7vw, 1.2rem);
  letter-spacing: 0.05rem;
  border-bottom: 0px solid #fff;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.blog-category-filter-container label:hover {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.blog-category-filter-container input[type="radio"]:focus + label {
  border-bottom: 1px solid #fff;
}

.blog-category-filter-container input[type="radio"]:checked + label {
  border-bottom: 1px solid #fff;
}

.blog-right-col input[type="text"] {
  /* background-color: var(--boxes-bg);
  border: 1px solid #fff;
  border-radius: 0.9rem;
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  background-image: url(images/lens-search.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  width: 100%; */
  background-color: var(--bg-color);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.9651 11.0256C8.94983 11.7735 7.68944 12.1102 6.43643 11.9682C5.18343 11.8262 4.03036 11.216 3.20823 10.2598C2.3861 9.3036 1.95563 8.07209 2.00305 6.81196C2.05048 5.55182 2.5723 4.35615 3.46398 3.46447C4.35566 2.57279 5.55133 2.05097 6.81147 2.00354C8.0716 1.95611 9.30312 2.38659 10.2593 3.20872C11.2155 4.03085 11.8257 5.18392 11.9677 6.43692C12.1097 7.68993 11.773 8.95031 11.0251 9.96559L13.7801 12.7196C13.8538 12.7882 13.9129 12.871 13.9539 12.963C13.9949 13.055 14.0169 13.1544 14.0187 13.2551C14.0205 13.3558 14.0019 13.4558 13.9642 13.5492C13.9265 13.6426 13.8704 13.7274 13.7991 13.7986C13.7279 13.8698 13.6431 13.926 13.5497 13.9637C13.4563 14.0014 13.3563 14.02 13.2556 14.0182C13.1549 14.0164 13.0556 13.9944 12.9636 13.9534C12.8716 13.9124 12.7888 13.8533 12.7201 13.7796L9.9651 11.0256ZM10.5001 6.99959C10.5001 7.92784 10.1313 8.81808 9.47497 9.47446C8.81859 10.1308 7.92836 10.4996 7.0001 10.4996C6.07184 10.4996 5.1816 10.1308 4.52522 9.47446C3.86885 8.81808 3.5001 7.92784 3.5001 6.99959C3.5001 6.07133 3.86885 5.18109 4.52522 4.52471C5.1816 3.86834 6.07184 3.49959 7.0001 3.49959C7.92836 3.49959 8.81859 3.86834 9.47497 4.52471C10.1313 5.18109 10.5001 6.07133 10.5001 6.99959Z" fill="white" fill-opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  border-radius: 6.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 10px 0 rgba(0, 50, 71, 0.2);
  padding: 0.5rem 1rem 0.5rem 3rem;
  width: 100%;
  max-width: 39.75rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.blog-right-col input[type="text"]:focus {
  background-color: var(--boxes-bg-hover);
  color: #fff;
  outline: 0;
  border: 1px solid var(--light-green);
}

.blog-right-col .btn-outline-transparent {
  width: 100%;
  margin: 0;
  padding: 0.8rem;
  border-radius: 0.9rem;
}

.blog-industry-filter-container input[type="checkbox"] + label {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--boxes-bg);
  padding: 0.3rem 0.6rem;
  font-family: "notesesa";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border-radius: 0.4rem;
  margin: 0.4rem 0.4rem 0.4rem 0;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.blog-industry-filter-container input[type="checkbox"] + label:hover {
  background-color: var(--boxes-bg-hover);
}

.blog-industry-filter-container input[type="checkbox"]:checked + label {
  color: rgba(255, 255, 255, 1);
  background-color: var(--green);
}
.blog-industry-filter-container input[type="checkbox"] {
  display: none;
}

#search-form-apply-button.btn-outline-transparent,
#search-form-reset-button.btn-outline-transparent {
  width: clamp(100px, 48%, 100%);
}

/* Highligts - News */
section.highlights {
  color: var(--bg-color);
}
section.highlights .latest-highlights-news {
  background-color: transparent;
}
section.highlights .home-news-card {
  background-color: #fdfdfd;
  flex-direction: column;
}

@media (min-width: 576px) {
  section.highlights .home-news-card {
    flex-direction: row;
  }
  section.highlights .latest-highlights-news .home-news-card-image {
    max-width: 14rem;
    min-height: 9.5rem;
  }
}

/* NEWS SINGLE */

.post-category-name,
h3.post-category-name {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  border: none;
  padding: 0;
  font-size: clamp(0.85rem, 2vw, 1.15rem);
}

.post-related-industries a {
  font-family: "notesesa";
  background-color: var(--boxes-bg-hover);
  letter-spacing: 0.04rem;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  line-height: 1.3rem;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.post-related-industries a:hover {
  background-color: var(--grey);
  color: #fff;
}

.services-sidebar h6 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

ul.post-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  list-style: none;
  text-align: center;
  width: fit-content;
  display: inline-block;
  margin: 0 0.5rem 0.3rem 0;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  font-family: "notesesa";
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 0.5rem 0.3rem 0;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
ul.post-tags li:hover {
  border: 1px solid var(--light-green);
}
ul.post-tags li a {
  text-decoration: none;
  color: #ffffff;
}
ul.post-tags li a:hover {
  text-decoration: none;
  color: #ccc;
}

.post.type-post.format-standard .entry-content p,
.post.type-post.format-standard .entry-content ul li,
.post.type-post.format-standard .entry-content ul li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.post.type-post.format-standard .entry-content a:hover {
  color: var(--pure-teal);
}

.single-post .page-header,
.single-tribe_events .page-header-single-event {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  min-height: 250px;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .single-post .page-header,
  .single-tribe_events .page-header-single-event {
    min-height: 560px;
  }
}

.single-post .top-light,
.single-tribe_events .top-light {
  left: 5vw;
  right: 5vw;
  max-width: 1100px;
  margin: 0 auto;
  transform: translateY(-88%);
}
.single-post .top-light-white,
.single-tribe_events .top-light-white {
  position: absolute;
  height: 5rem;
  width: 60vw;
  max-width: 1100px;
  transform: translateY(-98%);
}
.single-event-title {
  padding-top: 2rem;
}
/* Swiper highligts */
/* Swiper highligts */

.swiper-highlights {
  width: 100%;
  height: 100%;
}

.swiper-highlights .swiper-slide {
  max-width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 768px) {
  .swiper-highlights .swiper-slide {
    max-width: 100vw;
  }
}

/* .swiper-sentinel-header.row::after {
	display: none;
  } */

.swiper-highlights .swiper-button-next::after,
.swiper-highlights .swiper-button-prev::after {
  display: none;
}

.swiper-highlights .swiper-button-prev,
.swiper-highlights .swiper-button-next {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.swiper-highlights .swiper-arrow-container .swiper-arrow-content {
  height: 3rem;
  width: 11rem;
}
.swiper-highlights .swiper-button-prev {
  background-image: url(images/arrow-left-white.svg) !important;
}

.swiper-highlights .swiper-button-next {
  background-image: url(images/arrow-right-white.svg) !important;
}

.highlights-filters {
  gap: 1.5rem;
}

.highlights-filters a,
.highlights-filters a.disabled:hover {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0 0.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.highlights-filters a.selected {
  border-bottom: 2px solid var(--grey);
}
.highlights-filters a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--grey);
  color: #fff;
}
.highlights-filters a.disabled {
  color: var(--grey);
  cursor: default;
}

.highlights-filters {
  gap: 1.5rem;
}

.highlights-filters a,
.highlights-filters a.disabled:hover {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0 0.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.highlights-filters a.selected {
  border-bottom: 2px solid var(--grey);
}
.highlights-filters a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--grey);
  color: #fff;
}
.highlights-filters a.disabled {
  color: var(--grey);
  cursor: default;
}

.swiper-highlights .card {
  border: 0;
  border-color: transparent;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: var(--boxes-bg);
  /* padding: 2rem; */
}
.swiper-highlights .card img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  background-color: var(--boxes-bg-hover);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.swiper-highlights .card img:hover {
  transform: scale(1.03);
  transform-origin: bottom center;
  opacity: 0.88;
}
.swiper-highlights .card-body {
  min-height: 9rem;
}
.swiper-highlights .card-body h5.card-title {
  font-family: Arial, Helvetica, sans-serif;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 100%;
  /* Use -webkit-line-clamp for WebKit browsers, and include the
     standard 'line-clamp' property for broader compatibility */
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-highlights .card-body h5.card-title a,
.swiper-highlights .card-body a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.card-body h6.card-category,
.card-body h6.card-date {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}

.swiper-highlights .card-body h6.card-category {
  color: var(--light-green);
  font-size: 1rem;
}

.swiper-highlights .card .card-body .card-industries {
  position: absolute;
  bottom: 1rem;
  max-height: 3.6rem;
}

.swiper-highlights .card-body .card-industries a {
  display: inline-block;
  font-family: "notesesa";
  background-color: var(--boxes-bg-hover);
  letter-spacing: 0.03rem;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
  line-height: 1.3rem;
  margin: 0 0.3rem 0.3rem 0;
}
.swiper-highlights .card-body .card-industries a:hover {
  background-color: var(--grey);
  color: #fff;
}
/* 
.news-pagination {
  width: 100%;
  text-align: center;
  margin-top: 3.5rem;
} */

/* checkbox style */
.mt-checkbox {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  padding-right: 0;
  font-size: 1rem;
  margin: 0.5rem 0;
  cursor: pointer;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  font-family: "notesesa";
}
.col-md-3.blog-right-col .mt-checkbox {
  padding-right: 2.6rem;
  padding-left: 0;
}
.mt-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  right: 1rem;
  left: unset;
  height: 18px;
  width: 18px;
  background-color: #002635;
  border: solid 1px var(--grey);
}

.mt-checkbox input ~ .checkmark:hover {
  background-color: #003247;
}

.mt-checkbox input:checked ~ .checkmark {
  background-color: rgba(129, 151, 166, 0.8);
  border: solid 1px var(--grey);
}

.mt-checked {
  color: var(--light-green);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mt-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.mt-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid 2px #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.market-trends-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1rem;
}

.market-trends-cards-container .card {
  /* max-width: 18rem; */
  background-color: var(--bg-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.market-trends-cards-container .card .mt-subtitle {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  border-radius: 3rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.2rem 0.5rem;
  width: fit-content;
}
.market-trends-cards-container .card .mt-date {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  font-family: var(--notesesa);
}

.market-trends-cards-container .card .card-body {
  min-height: auto; /* placeholder to avoid empty rule; adjust per design if needed */
}

.card-industries-wrapper {
  position: absolute;
  bottom: 1rem;
}
/* end checkbox style */

/* SCALE UP PAGE */
.scaleup-elements .grid-item-services-header img {
  max-height: 5rem;
}

.scaleup-elements .grid-item-services-header p a {
  color: var(--light-green);
  font-family: "notesesa", sans-serif;
  text-decoration: none;
  opacity: 1;
}
.scaleup-elements .grid-item-services-header p a:hover {
  text-decoration: underline;
}

h4.arrow-list {
  color: var(--light-green);
}
h4.arrow-list::before {
  transform: rotate(270deg);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  display: inline-block;
  background-image: url(images/down-accordion.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* CTA */
.cta-custom-text {
  font-weight: bold;
  opacity: 1 !important;
  font-family: "NotesEsa";
  font-size: 1rem !important;
  text-transform: uppercase;
  color: #fff;
}

.cta-with-icon .img-container {
  width: 24px;
  display: grid;
  place-content: center;
}
.cta-with-icon .cta-with-icon-text a,
.cta-with-icon,
.latest-related-calls {
  font-family: "NotesEsa";
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--light-green);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 1rem;
}

.cta-with-icon {
  margin-bottom: 1rem;
}
.cta-with-icon img {
  max-height: 24px;
}
.cta-with-icon .cta-with-icon-text a {
  text-decoration: none;
}

/* BNNER EVENTS */

.scroll-left {
  height: 36px;
  overflow: hidden;
  position: relative;
}
.scrolling-text-container {
  overflow: hidden;
  position: absolute;
  width: 100vw;
  padding: 0.4rem 0;
  font-size: 1rem;
  background: rgba(25, 217, 208, 0.2);
  backdrop-filter: blur(3px);
  transform: translateY(-0.07rem);
  z-index: 1000;
}

.scrolling-text {
  width: fit-content;
  margin-left: 100%;
  white-space: nowrap;
  padding-right: 100%;
  animation-name: scroll;
  animation-duration: var(--anim-duration-base);
  /* animation-duration: 10s; */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scrolling-text:hover {
  animation-play-state: paused;
}

/* Animazione del testo scorrevole */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.banner-event-item {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  display: inline;
  margin: 0.5rem 0;
}
.cta-event-banner {
  color: #19d9d0;
  margin-left: 0.5rem;
  margin-right: 25vw;
  text-transform: uppercase;
}

.badge.badge-outlined {
  border: 1px solid #fcd62b;
  color: #fcd62b;
  margin-right: 0.5rem;
  font-family: "notesesa", sans-serif;
}

/* HEADROOM PLUGIN */

.headroom {
  -webkit-transition: all 1s 0s ease !important;
  -moz-transition: all 1s 0s ease !important;
  -o-transition: all 1s 0s ease !important;
  transition: all 1s 0s ease !important;
  position: sticky;
  z-index: 100000;
  top: 0;
}

.headroom--pinned {
  top: 0;
}

.headroom--unpinned {
  top: -160px;
}

/* breadcrumb */

.breadcrumb {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  font-family: "notesesa", sans-serif;
}
.breadcrumb svg {
  margin-bottom: 0.5rem;
}
.breadcrumb a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.breadcrumb i {
  color: var(--light-green);
  margin: 0 0.5rem;
}

/*********/

.news-pagination {
  width: 100%;
  text-align: center;
  margin-top: 3.5rem;
}

.join-newsletter {
  background-color: var(--boxes-bg);
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.page-template-page-faq .join-newsletter {
  min-height: 7rem;
}
.page-template-page-faq .join-newsletter h3 {
  padding-left: 0;
  border: none;
}
.need-more-information-box {
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.8rem;
}

.commercialisation-brochure-box {
  background-color: var(--boxes-bg);
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.commercialisation-brochure-box h3 {
  font-weight: bold;
  padding-left: 0;
  border: none;
}

.commercialisation-brochure-box p {
  max-width: 750px;
}
.join-network-box {
  background-color: var(--boxes-bg);
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.learning-hub-brochure-box {
  background-color: var(--boxes-bg);
  background-image: url(images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.learning-hub-matchmaking {
  background-color: var(--boxes-bg);
  background-image: url(images/ESA-Comm-banner7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}

#learning-hub-cta h3 {
  border: 0;
  padding: 0;
  margin-left: 0;
}

.inner-brochure-box {
  background-color: var(--boxes-bg);
  background-image: url(images/ESA-Comm-banner7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.inner-brochure-box h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 0;
  border: none;
}

.inner-brochure-box p {
  max-width: 420px;
}
.join-network-box {
  background-color: var(--boxes-bg);
  background-image: url(images/brochure-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}

.grid-services {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .grid-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .grid-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.page-id-4062 table svg {
  fill: var(--pure-teal) !important;
}
.page-id-4062 table td {
  /* page european-space-index */
  /* vertical-align: top;
  padding-right: 1rem;
  font-family: "notesesa";*/
  font-size: 1.2rem;
}
/* 4250: BIC PAGE
  4267: TECHNOLOGY BROKER*/
/* .page-id-4250 .grid-services,
.page-id-4267 .grid-services {
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  .page-id-4250 .grid-services,
  .page-id-4267 .grid-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .page-id-4250 .grid-services,
  .page-id-4267 .grid-services {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} */

/* 
.grid-item-services {
  padding: 1rem;
  border-radius: 0.5rem;
} */
.grid-item-services-header p {
  font-size: 1.6rem;
  line-height: 1.7rem;
  margin-bottom: 0;
}

.grid-item-services-header img {
  max-height: 3.2rem;
}

/* 4250: BIC PAGE
  4267: TECHNOLOGY BROKER*/
.bic-how-to-apply {
  background: linear-gradient(180deg, #003247 0%, #010c12 100%);
}
.bic-how-to-apply .accordion-button {
  padding: 1.25rem;
}
.bic-how-to-apply .accordion-button,
.bic-how-to-apply .accordion-button.collapsed,
.bic-how-to-apply .accordion-collapse.show {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bic-how-to-apply .accordion-button::after {
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='7' y='3' width='2' height='10' fill='white'/><rect x='3' y='7' width='10' height='2' fill='white'/></svg>");
}

.bic-how-to-apply .accordion-step-title {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}
.bic-how-to-apply .accordion-step-number {
  padding-right: 2rem;
  color: var(--grey);
  /* h3 bold */
  font-family: var(--notesesa);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03rem;
}

/* ------------------------------------------------------------
  Page: Maps (BIC & Broker)

  Grouped styles for interactive maps used across the site
  (BIC map, Broker map). Keep all map-related styles together
  because they often depend on the same interactive scripts
  and SVG overrides.
------------------------------------------------------------ */

/* BIC map */

.bicmap-row {
  min-height: 75vh;
}
#bicmap {
  min-height: 75vh;
}

#bicmap svg g path {
  fill: var(--bg-color) !important;
  stroke: #fff !important;
  stroke-width: 0.5 !important;
}
#bicmap svg g[role="button"] path {
  fill: var(--grey) !important;
}
#bicmap svg g[role="button"] path:hover {
  fill: var(--light-grey) !important;
}

.ampopup-content {
  background-color: var(--bg-color) !important;
  color: #fff !important;
  border-radius: 1rem;
}

@media (max-width: 992px) {
  .ampopup-content {
    inset: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    position: fixed !important;
    padding: 0 !important;
  }
}
.ampopup-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 992px) {
  .ampopup-title {
    text-align: center !important;
  }
}

.ampopup-inside p {
  text-align: left;
}

.bic-country-select {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--deep-space);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  width: 11.25rem;
  height: 2.25rem;
  margin-bottom: 2rem;
  padding: 0 0.75rem;
  justify-content: space-between;
  align-items: center;
  font-family: Arial;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.8125rem */
  letter-spacing: 0.01625rem;
}
.bics-filter-messages {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.125rem;
  color: var(--pure-teal);
  font-family: var(--notesesa);
}
.page-bic-list-header {
  position: relative;
  font-family: var(--notesesa);
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9375rem 0.5rem 0.625rem 0.5rem;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-bic-list-header .empty-space {
  height: 2rem;
  width: 3rem;
}
.page-bic-list-item {
  position: relative;
  display: flex;
  gap: 0;
  justify-content: space-between;
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9375rem 0.5rem 0.625rem 0.5rem;
  align-items: flex-end;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  flex-direction: column;
}
.page-bic-list-title {
  width: 100%;
}
.page-bic-list-header .page-bic-list-domain {
  text-align: left;
  font-family: var(--notesesa);
  text-transform: uppercase;
}
.page-bic-list-item-icon {
  height: 2rem;
  width: 2rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--grey);
  padding: 0.38rem;
  align-self: flex-start;
}
@media (min-width: 576px) {
  .page-bic-list-item {
    flex-direction: row;
  }
  .page-bic-list-title {
    width: 70%;
  }
  .page-bic-list-domain {
    width: calc(30% - 2rem);
    text-align: left;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
  }
  .page-bic-list-item-icon {
    align-self: center;
  }
}
.page-bic-list-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-bic-list-item .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-bic-list-item-icon svg {
  width: 1rem;
  height: 1rem;
}

/* Broker map */

.brokersmap-row {
  min-height: 75vh;
}
#brokersmap {
  min-height: 75vh;
}
#brokersmap .ampopup-content {
  max-width: 600px;
}

#brokersmap .ampopup-inside img {
  min-height: 120px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.8rem;
}
#bicmap .ampopup-inside img {
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

#bicmap .ampopup-content,
#brokersmap .ampopup-content {
  max-width: 780px;
}

.ampopup-close {
  background-color: #fff !important;
}
.page-id-4250 .grid-item-services-header,
.page-id-4267 .grid-item-services-header {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.page-id-4250 .grid-item-services-header .col-10,
.page-id-4267 .grid-item-services-header .col-10 {
  padding-left: 0 !important;
  margin-top: 1rem !important;
}
.page-id-4250 .grid-item-services-header p,
.page-id-4267 .grid-item-services-header p {
  font-family: "notesesa";
  font-size: 1.2rem;
}

.grid-item-services-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.page-template ul li,
.page-template ol li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.grid-item-services-content ul li,
.grid-item-services-content ol li {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.grid-item-services-content ul {
  margin: 0;
}
.services-sidebar {
  margin-top: 3rem;
}
.services-sidebar .related-pages-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0;
  justify-content: center;
}
@media (min-width: 576px) {
  .services-sidebar .related-pages-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .services-sidebar .related-pages-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.services-sidebar .actions-box > h6 {
  opacity: 1;
}
.services-sidebar .actions-box h6 {
  font-weight: normal;
  font-size: 0.9375rem;
}
.services-sidebar .actions-box h6.box-type {
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3rem;
  background-color: var(--boxes-bg);
  padding: 0.4rem 0.7rem;
  width: fit-content;
  letter-spacing: 0.09rem;
  font-size: 0.85rem;
}

.services-sidebar .actions-box:hover h6.box-type {
  background-color: var(--boxes-bg-hover);
}
.services-sidebar .actions-box h6.box-title {
  font-family: Arial, Helvetica, sans-serif;
}

.services-sidebar .actions-box {
  border-radius: 0.8rem;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #010c12 0%, #003247 100%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  border-radius: 0.8rem;
}
.services-sidebar .actions-box:hover {
  outline: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, #01232e 0%, #004a6e 100%);
}
.services-sidebar p {
  font-size: 1rem;
  opacity: 0.8;
  font-size: 0.875rem;
}

.page-template-page-services .page-content ul,
.page-template-page-services .page-content-bigger ul {
  margin-left: 0;
}
.page-template-page-services .page-content ul li,
.page-template-page-services .page-content-bigger ul li {
  font-family: "notesesa", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.4rem;
  font-size: 1rem;
  list-style: none;
}

.page-template-page-services .page-content ul li::before,
.page-template-page-services .page-content-bigger ul li::before {
  content: "\2022";
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  left: -1rem;
  bottom: 0.3rem;
}

.additional-text p {
  opacity: 0.8;
}

.space-companies table {
  color: #fff;
  font-family: "notesesa";
}
.space-companies table tbody tr td {
  padding: 1.7rem 0.5rem;
}

.space-companies table .company-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
.space-companies table .ticker-code {
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  background-color: var(--boxes-bg);
  letter-spacing: 0.08rem;
  font-weight: bold;
}
.space-companies table .ticker-col {
  width: 18%;
  padding-bottom: 1.3rem;
  letter-spacing: 0.05rem;
  letter-spacing: 0.08rem;
}
.space-companies table .company-col {
  width: 72%;
  padding-bottom: 1.3rem;
  letter-spacing: 0.08rem;
}
.space-companies table .region-col {
  width: 10%;
  padding-bottom: 1.3rem;
  letter-spacing: 0.08rem;
}

ul.pagination {
  margin-left: 0.5rem;
}
ul.pagination .page-item .page-link[aria-label="Previous"] span,
ul.pagination .page-item .page-link[aria-label="Next"] span {
  display: grid;
  place-items: center;
}
ul.pagination .page-item .page-link[aria-label="Previous"] img {
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
}
ul.pagination .page-item .page-link[aria-label="Next"] img {
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
}
ul.pagination .page-item[disabled="false"]:hover {
  cursor: pointer;
}

.space-companies .dataTables_paginate .page-item .page-link,
.space-companies .dataTables_paginate .page-item.disabled .page-link,
.space-companies .dataTables_paginate .page-item.active .page-link,
ul.pagination .page-item .page-link,
ul.pagination .page-item.disabled .page-link,
ul.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  padding: 0.3rem 0.9rem;
  font-family: "notesesa";
  display: grid;
  height: 100%;
}
.space-companies .dataTables_paginate .page-item .page-link:hover,
ul.pagination .page-item .page-link:hover {
  color: var(--light-green);
}
.space-companies .dataTables_paginate .page-item.active .page-link,
ul.pagination .page-item.active .page-link {
  color: var(--light-green);
}

#space-companies-table_paginate {
  float: right;
}

.supported-by {
  background-color: var(--deep-space);
  border-radius: 0.8rem;
}

/* INVESTOR NETWORK */

.current-member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  column-gap: 5vw;
}
.current-member-item {
  border-bottom: 1px solid var(--light-grey);
}
.accordion-company {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.4rem 0.7rem;
  width: 68%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
.accordion-country,
.accordion-sector {
  font-family: "notesesa";
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  padding: 0.4rem 0.7rem;
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  margin-right: 0.5rem;
  letter-spacing: 0.05rem;
  min-width: 86px;
  text-align: center;
}
.accordion-country a {
  font-size: clamp(0.8rem, 1.2vw, 1.2rem) !important;
  white-space: wrap !important;
}

.accordion-text {
  opacity: 0.8;
}
.accordion-text p {
  font-size: 0.9rem;
}

.accordion-link-text {
  width: 100%;
  display: block;
  font-family: "notesesa";
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.accordion-link-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/arrow-left-white.svg);
  transform: rotate(180deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.accordion-link:hover {
  cursor: pointer;
}
.accordion-link:hover .accordion-link-text {
  color: var(--pure-teal);
}

.accordion-link:hover .accordion-link-text::after {
  transform: translateX(0.8rem) rotate(180deg);
}

/* SEARCH RESULTS PAGE */

#searchModal .modal-body {
  background-color: var(--bg-color);
}

#searchModal .modal-header {
  background-color: var(--bg-color);
  border: none;
  margin-top: 60px;
}
#searchModal .btn-close {
  border: 2px solid var(--grey);
  border-radius: 50%;
  padding: 0.4rem;
  aspect-ratio: 1;
  width: 1rem;
  height: 1rem;
  margin-inline: 1rem;
}
#searchModal .btn-close:hover {
  border: 2px solid var(--pure-teal);
}

#searchModal .modal-body .search-container {
  display: grid;
  place-items: center;
  height: 50vh;
}
#searchModal .modal-body .search-container btn-close {
  aspect-ratio: 1;
}
#searchModal .modal-body .search-container form {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  #searchModal .modal-body .search-container form {
    flex-direction: row;
  }
}
.search-field input,
input#search {
  background-color: var(--bg-color);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.9651 11.0256C8.94983 11.7735 7.68944 12.1102 6.43643 11.9682C5.18343 11.8262 4.03036 11.216 3.20823 10.2598C2.3861 9.3036 1.95563 8.07209 2.00305 6.81196C2.05048 5.55182 2.5723 4.35615 3.46398 3.46447C4.35566 2.57279 5.55133 2.05097 6.81147 2.00354C8.0716 1.95611 9.30312 2.38659 10.2593 3.20872C11.2155 4.03085 11.8257 5.18392 11.9677 6.43692C12.1097 7.68993 11.773 8.95031 11.0251 9.96559L13.7801 12.7196C13.8538 12.7882 13.9129 12.871 13.9539 12.963C13.9949 13.055 14.0169 13.1544 14.0187 13.2551C14.0205 13.3558 14.0019 13.4558 13.9642 13.5492C13.9265 13.6426 13.8704 13.7274 13.7991 13.7986C13.7279 13.8698 13.6431 13.926 13.5497 13.9637C13.4563 14.0014 13.3563 14.02 13.2556 14.0182C13.1549 14.0164 13.0556 13.9944 12.9636 13.9534C12.8716 13.9124 12.7888 13.8533 12.7201 13.7796L9.9651 11.0256ZM10.5001 6.99959C10.5001 7.92784 10.1313 8.81808 9.47497 9.47446C8.81859 10.1308 7.92836 10.4996 7.0001 10.4996C6.07184 10.4996 5.1816 10.1308 4.52522 9.47446C3.86885 8.81808 3.5001 7.92784 3.5001 6.99959C3.5001 6.07133 3.86885 5.18109 4.52522 4.52471C5.1816 3.86834 6.07184 3.49959 7.0001 3.49959C7.92836 3.49959 8.81859 3.86834 9.47497 4.52471C10.1313 5.18109 10.5001 6.07133 10.5001 6.99959Z" fill="white" fill-opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  border-radius: 6.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.05),
    0 4px 10px 0 rgba(0, 50, 71, 0.2);
  padding: 0.5rem 1rem 0.5rem 3rem;
  width: 100%;
  max-width: 39.75rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.search-field input:focus,
input#search:focus {
  outline: none;
  border-color: var(--pure-teal);
  box-shadow: 0 0 0 3px rgba(56, 153, 142, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}
.search-results .page-header {
  min-height: 120px;
  padding: 10rem 0 2rem 0;
}
.search-results h1.page-title {
  font-size: clamp(2.5rem, 4vw, 3.7rem);
}

.search-results .card {
  background-color: var(--boxes-bg);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.search-results .card:hover {
  background-color: var(--boxes-bg-hover);
}

.search-results .card-text.search-excerpt {
  opacity: 0.8;
}

.card .search-results-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 12rem;
  background-size: 170%;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.card:hover .search-results-thumbnail {
  background-size: 180%;
}

.search-meta-info {
  font-family: "notesesa";
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.filter-search-radio-container {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 1.2rem;
}
.search-meta-info .card-body h5.card-title {
  font-size: 1.6rem;
}
.filter-by-label {
  color: var(--grey);
  font-family: var(--notesesa);
  font-size: 1rem;
}
.filter-search-container {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
  margin-top: 2rem;
  padding: 1rem;
  width: 100%;
}
.filter-search-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  width: auto;
  gap: 0.3rem;
}
.filter-search-radio label {
  /* margin-left: 0.3rem;*/
  margin-right: 0.8rem;
  padding-right: 0;
  font-size: 0.92rem;
  cursor: pointer;
  /* text-transform: uppercase; */
  color: rgba(255, 255, 255, 0.8);
  /* font-family: "notesesa", sans-serif; */
}

.filter-search-radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--deep-space-shade);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.08em solid var(--light-grey);
  border-radius: 0.08em;
  /* transform: translateY(-0.075em); */
  padding: 0.5rem;
  display: grid;
  place-content: center;
}
.filter-search-radio input[type="radio"]::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--light-green);
}
.filter-search-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

.search-results #filter-with-vue ul {
  margin: 0;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid var(--grey);
}
.search-results #filter-with-vue ul li {
  list-style-type: none;
  margin-bottom: 0;
  border-bottom: 1px solid var(--green);
  padding: 1rem;
}
.search-results #filter-with-vue ul li:last-child {
  border-bottom: 0 solid var(--green);
  margin-bottom: 2rem;
}

.search-results #filter-with-vue ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.search-results #filter-with-vue ul li a:hover {
  color: var(--light-green);
}

.searched-text {
  color: var(--light-green);
}

h2.search-result-category {
  padding-top: 1rem;
  font-weight: bold;
  color: var(--light-green);
  font-family: "notesesa", sans-serif;
}
.form-control + .form-control {
  margin-top: 1em;
}

/* Space4Rail pages */

.page-id-12205 h3 {
  margin-top: 5rem;
}
.page-id-12205 h3:first-of-type {
  margin-top: 0rem;
}
.page-id-12205 h4 {
  margin: 4rem 0 1rem 0;
  color: var(--light-green);
  text-transform: uppercase;
}

.single-project-row {
  background-color: var(--boxes-bg);
  border-radius: 0.8rem;
  padding: 1.5rem;
  margin-top: 3rem;
}
.project-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 3rem;
}
@media (min-width: 992px) {
  .project-header {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

    flex-direction: row;
  }
}
.single-activity-title-container {
  width: 100%;
}
.single-project-image-container {
  position: relative;
  width: 100%;
  max-width: 10rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  background-color: var(--light-grey);
  border-radius: 0.6rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.single-project-image-container:hover {
  background-color: #efefef;
  cursor: pointer;
}

.single-project-image-container img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.single-project-title-container {
  padding-right: 3rem;
  width: 100%;
}
.single-project-content {
  margin-top: 1rem;
}
p.project-description {
  font-size: 1.1rem;
}
.project-title {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
}
.project-title a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.project-title a:hover {
  color: var(--light-green);
}
.status-date {
  font-family: "notesesa", sans-serif;
  margin-bottom: 0.5rem;
}

.project-more-text {
  position: relative;
  display: block;
  font-family: "notesesa";
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-align: right;
  padding-right: 2.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.project-more-text::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/arrow-left-white.svg);
  transform: rotate(180deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.project-more-text:hover::after {
  transform: translateX(0.5rem) rotate(180deg);
}
.project-more-text:hover {
  color: var(--light-green);
  cursor: pointer;
}

ul.thematic-areas-filter {
  padding: 0;
  margin: 0;
}
ul.thematic-areas-filter li {
  position: relative;
  list-style-type: none;
  margin: 0.5rem 0 0 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--boxes-bg);
  border: 1px solid var(--green);
  font-family: "notesesa", sans-serif;
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
ul.thematic-areas-filter li:hover {
  background-color: var(--boxes-bg-hover);
  border: 1px solid var(--light-green);
}
ul.thematic-areas-filter li.selected {
  background-color: var(--boxes-bg-hover);
  border: 1px solid var(--light-green);
  color: rgba(255, 255, 255, 1);
}

.projects-filters h4 {
  font-family: "notesesa", sans-serif;
  font-size: 1.3rem;
  color: var(--light-green);
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--light-green);
}

.projects-form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 0 1.8rem;
}
@media (min-width: 768px) {
  .projects-form-check {
    flex-direction: row;
    gap: 0 2.4rem;
  }
}

.projects-form-check .checkmark {
  right: unset;
  left: 0;
}
.projects-form-check .mt-checkbox {
  width: auto;
}
.projects-form-check .filter-thematic-area-checkbox-name {
  padding-left: 1.6rem;
}

.project-status-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--boxes-bg);
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.project-status-form-select {
  background-image: url(images/down-accordion.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}

.project-status-form-select:hover {
  border-color: #999999;
}

.project-status-form-select:focus {
  outline: none;
  border-color: var(--light-green);
}
.space4rail-opportunity-row {
  padding: 1rem;
  background-color: var(--boxes-bg);
  margin-top: 3rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.space4rail-opportunity-row:hover {
  background-color: var(--boxes-bg-hover);
}
.project-thumbnail {
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 1rem;
  display: grid;
  place-items: center;
}
.project-thumbnail img {
  width: 100%;
  height: auto;
}

.activities-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.activities-pagination-container button {
  display: flex;

  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  background-color: var(--boxes-bg);
  border: 1px solid var(--light-green);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: var(--light-green);
  font-family: "notesesa", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.activities-pagination-container button:disabled {
  opacity: 0.3;
  cursor: default;
}
.activities-pagination-container button:disabled:hover {
  background-color: var(--boxes-bg);
  color: var(--light-green);
}

.activities-pagination-container button:hover {
  background-color: var(--light-green);
  color: #fff;
}
.activities-pagination-container button.prev::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;

  background-image: url(images/arrow-left-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.activities-pagination-container button.next::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;

  background-image: url(images/arrow-right-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* BACK BUTTON */

a.go-back-btn {
  text-transform: uppercase;
  font-family: "notesesa";
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  padding-left: 2.6rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
a.go-back-btn:hover {
  padding-left: 2rem;
  color: var(--light-green);
}

a.go-back-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/arrow-left-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
a.go-back-btn:hover::before {
  filter: invert(56%) sepia(75%) saturate(475%) hue-rotate(128deg)
    brightness(120%) contrast(90%);
}

/* PAGE SHARE */

.page-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
}

.page-share::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.page-share .share-icons-container {
  background-color: var(--bg-color);
  padding: 0 1rem;
  margin: 2rem 0;
}
.page-share a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-share a:hover {
  opacity: 0.66;
}

.page-share .right-arrow-btn {
  text-transform: uppercase;
  font-family: "notesesa";
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  margin-right: 3.6rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.page-share .right-arrow-btn::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/long-arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
/* FOOTER */

footer {
  background-color: var(--boxes-bg);
  font-family: "notesesa";
}

footer a {
  text-decoration: none;
}
footer .footer-link {
  margin-left: 1.5rem;
}

/* Scroll to top */
#scrollToTopBtn {
  border-radius: 0.25rem;
  border: 1px solid var(--teal, #4bccbe);
  background: var(--main-dark, #010c12);
  transform: translateY(150px);
  display: grid;
  place-items: center;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 4px;
  font-size: 0.8rem;
  /* padding: 0.4rem 0.8rem !important; */
  width: 2.3rem;
  height: 2.3rem;
  padding: 0.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: 9999;
}
@media (min-width: 576px) {
  #scrollToTopBtn {
    bottom: 24px;
    right: 36px;
  }
}
@media (min-width: 992px) {
  #scrollToTopBtn {
    bottom: 16px;
  }
}

#scrollToTopBtn img {
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#scrollToTopBtn:hover {
  background: var(--green);
}

#scrollToTopBtn:hover img {
  transform: translateX(-4px);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

/* Table */

table ol,
table ul {
  margin: 0;
}
.single table {
  width: 100% !important;
  background-color: #001f2c !important;
  border-collapse: collapse !important;
  border-width: 1px !important;
  border-color: var(--light-green-shade) !important;
  border-style: solid !important;
  border-bottom-width: 3px !important;
  border-top-width: 3px !important;
  color: #ffffff !important;
  font-size: 75% !important;
}

.single table td,
.single table th {
  border-width: 1px !important;
  border-color: var(--light-green-shade) !important;
  border-style: solid !important;
  padding: 10px !important;
}

.mce-item-table td.custom-table-highlighted,
table td.custom-table-highlighted {
  background-color: rgba(25, 217, 208, 0.35);
}
.mce-item-table td.custom-table-heading,
table td.custom-table-heading {
  background-color: rgba(25, 217, 208, 0.35) !important;
  font-family: "notesesa", sans-serif !important;
  font-weight: bold !important;
  font-size: 1.15rem !important;
}

/* Authors page */
.authors-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}
.authors-pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.authors-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid var(--bg-color);
  border-radius: 0.375rem;
  color: var(--bg-color);
  font-family: "notesesa", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.authors-pagination .page-numbers:hover {
  background-color: var(--light-grey);
}
.authors-pagination .page-numbers.current {
  background-color: var(--pure-teal);
  border-color: var(--pure-teal);
  color: #fff;
}
.authors-pagination .page-numbers.dots {
  border: none;
  background: transparent;
}
.authors-pagination .page-numbers.prev,
.authors-pagination .page-numbers.next {
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.authors-pagination .page-numbers.prev:hover,
.authors-pagination .page-numbers.next:hover {
  opacity: 0.5;
}

/* CONTACT OFFCANVAS */
#offcanvasContactsLabel {
  text-align: center;
  width: 100%;
}

#wpcf7-f4136-o1 .wpcf7-form p label,
#wpcf7-f4180-o2 .wpcf7-form p label,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label {
  font-family: "notesesa";
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  padding: 0 1rem;
}
#wpcf7-f4136-o1 .wpcf7-form p label input[type="text"],
#wpcf7-f4136-o1 .wpcf7-form p label input[type="email"],
#wpcf7-f4136-o1 .wpcf7-form p label select,
#wpcf7-f4136-o1 .wpcf7-form p label textarea,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f4180-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f4180-o2 .wpcf7-form p label select,
#wpcf7-f4180-o2 .wpcf7-form p label textarea,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f4180-p1928-o2 .wpcf7-form p label select,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label textarea {
  background-color: var(--boxes-bg);
  border-radius: 0.3rem;
  border: 1px solid var(--grey);
  padding: 0.3rem;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#wpcf7-f4136-o1 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4136-o1 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4136-o1 .wpcf7-form p label select:focus,
#wpcf7-f4136-o1 .wpcf7-form p label textarea:focus,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4180-o2 .wpcf7-form p label select:focus,
#wpcf7-f4180-o2 .wpcf7-form p label textarea:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label select:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label textarea:focus {
  background-color: var(--boxes-bg-hover);
  border: 1px solid var(--light-green);
  outline: 0;
}

#wpcf7-f4136-o1 .wpcf7-textarea {
  height: 6rem;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: var(--deep-space-shade);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--light-grey);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0.5rem;
  display: grid;
  place-content: center;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--light-green);
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wpcf7-not-valid-tip {
  color: #ff5951;
}

input[type="submit"].wpcf7-submit {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: rgba(25, 217, 208, 0);
  border-color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
  outline: none;
  width: 50%;
}
input[type="submit"].wpcf7-submit:hover {
  background-color: rgba(25, 217, 208, 0.28);
  border-color: #fff;
  outline: none;
}