*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Aeroport", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 800px) {

  .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {

  .container {
    max-width: 1700px;
  }
}
footer {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 43, 99, 1);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  footer {
    padding-top: 2.25rem;
  }
}
footer .top-row,
  footer .bottom-row {
  display: flex;
  flex-direction: row;
}
@media not all and (min-width: 1024px) {

  footer .top-row,
  footer .bottom-row {
    flex-direction: column;
  }
}
footer .top-row .left-column,
    footer .top-row .right-column,
    footer .bottom-row .left-column,
    footer .bottom-row .right-column {
  width: 50%;
}
@media not all and (min-width: 1024px) {

  footer .top-row .left-column,
    footer .top-row .right-column,
    footer .bottom-row .left-column,
    footer .bottom-row .right-column {
    width: 100%;
  }
}
footer .top-row .logo, footer .bottom-row .logo {
  margin-right: auto;
  display: block;
  width: 196px;
}
@media not all and (min-width: 1024px) {

  footer .top-row .logo, footer .bottom-row .logo {
    margin-bottom: 2rem;
    width: 114px;
  }
}
footer .top-row .right-column ul, footer .bottom-row .right-column ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}
@media not all and (min-width: 1024px) {

  footer .top-row .right-column ul, footer .bottom-row .right-column ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
  }
}
footer .top-row .right-column ul a, footer .bottom-row .right-column ul a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
footer .top-row .right-column ul a:hover, footer .bottom-row .right-column ul a:hover {
  text-decoration-line: underline;
}
@media not all and (min-width: 1024px) {

  footer .top-row .right-column ul a, footer .bottom-row .right-column ul a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  footer .top-row .right-column #nav__list--legal, footer .bottom-row .right-column #nav__list--legal {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media not all and (min-width: 800px) {

  footer .top-row .right-column #nav__list--legal, footer .bottom-row .right-column #nav__list--legal {
    flex-direction: column;
  }
}
footer .top-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding-bottom: 3rem;
}
@media not all and (min-width: 1024px) {

  footer .top-row {
    border-bottom-width: 2px;
  }
}
footer .disclaimer {
  padding-top: 1.75rem;
}
footer .disclaimer p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media not all and (min-width: 1024px) {

  footer .disclaimer p {
    text-align: center;
    font-weight: 300;
    line-height: 2.25rem;
  }
}
footer .bottom-row {
  padding-top: 3rem;
}
@media not all and (min-width: 1024px) {

  footer .bottom-row {
    padding-top: 2rem;
  }
}
footer .bottom-row p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media not all and (min-width: 1024px) {

  footer .bottom-row p {
    text-align: center;
  }
}
header {
  position: absolute;
  z-index: 20;
  width: 100%;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  header {
    padding-top: 1.25rem;
  }
}
header .bat-link-container .bat-link {
  position: relative;
  bottom: -0.25rem;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
}
@media not all and (min-width: 1700px) {

  header .bat-link-container .bat-link {
    font-size: 18px;
  }
}
@media not all and (min-width: 1400px) {

  header .bat-link-container .bat-link {
    bottom: 0.25rem;
  }
}
@media not all and (min-width: 1024px) {

  header .bat-link-container .bat-link {
    display: none;
  }
}
header .container {
  display: flex;
}
@media (min-width: 1024px) {

  header .container {
    position: relative;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
header .container .logo {
  z-index: 20;
  height: 140px;
}
@media not all and (min-width: 1400px) {

  header .container .logo {
    height: 100px;
  }
}
@media not all and (min-width: 1024px) {

  header .container .logo {
    height: 85px;
    width: 159px;
  }
}
header .container .header-main-nav .nav__list {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media not all and (min-width: 1700px) {

  header .container .header-main-nav .nav__list {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}
@media not all and (min-width: 1024px) {

  header .container .header-main-nav .nav__list {
    position: absolute;
    top: -1.25rem;
    left: 0px;
    width: 100%;
    --tw-translate-x: -100%;
    transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2.5rem;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 43, 99, 1);
    background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-bottom: 5rem;
    padding-top: 11rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  header .container .header-main-nav .nav__list.active {
    display: flex;
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
header .container .header-main-nav .nav__list li {
  display: flex;
}
@media not all and (min-width: 1024px) {

  header .container .header-main-nav .nav__list li {
    text-align: center;
  }
}
header .container .header-main-nav .nav__list li a {
  position: relative;
  display: flex;
  max-width: 190px;
  align-self: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media not all and (min-width: 1700px) {

  header .container .header-main-nav .nav__list li a {
    font-size: 18px;
  }
}
@media not all and (min-width: 1024px) {

  header .container .header-main-nav .nav__list li a {
    max-width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 150%;
  }
}
header .container .header-main-nav .nav__list li a:after {
              content: "";
              width: 0;
              background-color: #fff;
              height: 2px;
              position: absolute;
              left: 0;
              bottom: -10px;
              transition: 0.1s ease-in;
            }
header .container .header-main-nav .nav__list li a:hover:after {
                width: 100%;
              }
header .container .mobile-toggle {
  position: absolute;
  top: 3rem;
  right: 1.5rem;
  display: none;
  cursor: pointer;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media not all and (min-width: 1024px) {

  header .container .mobile-toggle {
    display: flex;
  }
}
header .container .mobile-toggle .top-bar,
      header .container .mobile-toggle .bottom-bar {
  height: 3px;
  width: 33px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
header .container .mobile-toggle.active .top-bar {
  --tw-translate-y: 9px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), 9px) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
header .container .mobile-toggle.active .bottom-bar {
  --tw-translate-y: -6px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), -6px) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
header .header-accent {
  position: absolute;
  right: 0px;
  top: 70px;
  height: 15px;
}
@media not all and (min-width: 1400px) {

  header .header-accent {
    top: 50px;
    height: 10px;
  }
}
@media not all and (min-width: 1024px) {

  header .header-accent {
    display: none;
  }
}
.search-hidden {
  display: none;
}
.spacer {
  opacity: 0;
  margin-bottom: 5px;
}
@media not all and (min-width: 1024px) {

  .spacer {
    display: none;
  }
}
@media not all and (min-width: 800px) {

  .desktop-only {
    display: none;
  }
}
@media (min-width: 800px) {

  .mobile-only {
    display: none;
  }
}
body {
  font-family: "Aeroport", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
h1,h2,h3,h4,h5,h6,p,a,span {
  font-family: "Aeroport", sans-serif;
}
.main__body h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .main__body h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.main__body h3 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .main__body h3 {
    font-size: 3rem;
    line-height: 1;
  }
}
.main__body h4 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.main__body p, .main__body ul, .main__body ol {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
.main__body ul {
  list-style-type: disc;
  padding-left: 2rem;
}
h1, h2, h3, h4, h5, p, span, a, li {
  letter-spacing: -0.02em;
}
h2, .h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 58px;
}
@media not all and (min-width: 1024px) {

  h2, .h2 {
    font-size: 26px;
    line-height: 150%;
  }
}
h3, .h3 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 700;
}
@media not all and (min-width: 1024px) {

  h3, .h3 {
    font-size: 18px;
  }
}
p,
a,
span,
h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
@media not all and (min-width: 1024px) {

  p,
a,
span,
h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.main a:not(.cta-button) {
  text-decoration-line: underline;
}
.cta-button {
  margin-top: 1.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
}
.cta-button svg {
  margin-right: 0.25rem;
  width: 7rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px) {

  .cta-button svg {
    width: 60px;
  }
}
.cta-button:hover span {
  text-decoration-line: underline;
}
.cta-button:hover svg .cta-default-arrow {
        animation-name: hover-bounce;
        animation-duration: 2s;
        animation-iteration-count: infinite;        
      }
.cta-button.white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.cta-button.white .cta-arrow-alt-color {
  stroke: #fff;
}
.cta-button.white .cta-button-default-image-color {
  fill: #fff;
}
.cta-button.dark-blue {
  --tw-border-opacity: 1;
  border-color: rgba(14, 43, 99, 1);
  border-color: rgba(14, 43, 99, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
.cta-button.dark-blue .cta-arrow-alt-color {
  stroke: #0E2B63;
}
.cta-button.dark-blue .cta-button-default-image-color {
  fill: #0E2B63;
}
.cta-button.cta-button-alt {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.cta-button.cta-button-alt span {
  margin-right: 0.5rem;
}
.cta-button.cta-button-alt svg {
  width: 45px;
}
.cta-button.cta-button-alt:hover svg {
        animation-name: hover-bounce;
        animation-duration: 2s;
        animation-iteration-count: infinite;
      }
@keyframes hover-bounce {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(7px);
  }

  100% {
    transform: translateX(0);
  }
}
.form--search {

  }
.gform_body {

  }
.gform_footer {

  }
.pagination {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  flex-direction: row;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
}
.pagination .page-numbers {
  text-decoration-line: none !important;
}
.pagination .page-numbers {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {
.pagination .page-numbers {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
    }
.pagination .page-numbers:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination .page-numbers:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-right-width: 0px;
}
.pagination .page-numbers i {
  font-weight: 400;
}
.pagination .page-numbers.current {
  font-weight: 700;
}
.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.post {

}
.posts {

}
.video-modal-cta {
  position: relative;
  cursor: pointer;
}
.video-modal-cta .video-modal-image {
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-modal-cta .video-modal-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
  background-color: rgba(14, 43, 99, 0.8);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1700px) {

  .video-modal-cta .video-modal-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media not all and (min-width: 1200px) {

  .video-modal-cta .video-modal-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.video-modal-cta .video-modal-text img {
  margin-right: 1rem;
  width: 60px;
}
.video-modal-cta .video-modal-text span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1700px) {

  .video-modal-cta .video-modal-text span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media not all and (min-width: 1400px) {

  .video-modal-cta .video-modal-text span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media not all and (min-width: 1024px) {

  .video-modal-cta .video-modal-text span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.video-modal-cta .video-modal-text h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media not all and (min-width: 1700px) {

  .video-modal-cta .video-modal-text h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media not all and (min-width: 1400px) {

  .video-modal-cta .video-modal-text h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media not all and (min-width: 1024px) {

  .video-modal-cta .video-modal-text h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.video-modal-cta:hover .video-modal-text {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.video-modal-cta:hover span {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media not all and (min-width: 1700px) {

  .video-modal-cta:hover span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media not all and (min-width: 1400px) {

  .video-modal-cta:hover span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media not all and (min-width: 1024px) {

  .video-modal-cta:hover span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.video-modal,
.swedish-experience-graph-popup {
  position: fixed;
  left: 0px;
  z-index: 10;
  height: 0px;
  width: 55%;
  overflow: visible;
  background-color: transparent;
  padding-bottom: 31%;
}
@media not all and (min-width: 1400px) {

  .video-modal,
.swedish-experience-graph-popup {
    width: 75%;
    padding-bottom: 42%;
  }
}
@media not all and (min-width: 1024px) {

  .video-modal,
.swedish-experience-graph-popup {
    width: calc(100% - 60px);
    padding-bottom: 52%;
  }
}
.video-modal video, .swedish-experience-graph-popup video {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}
.video-modal .close-video-modal, .swedish-experience-graph-popup .close-video-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  --tw-translate-x: 50%;
  --tw-translate-y: -50%;
  transform: translate(50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
@media not all and (min-width: 1024px) {

  .video-modal .close-video-modal, .swedish-experience-graph-popup .close-video-modal {
    width: 30px;
  }
}
.video-modal::backdrop, .swedish-experience-graph-popup::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
.conferences {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media not all and (min-width: 1024px) {

  .conferences {
    padding-top: 0px;
  }
}
.conferences .background-accent {
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 40%;
}
@media not all and (min-width: 1700px) {

  .conferences .background-accent {
    width: 44%;
  }
}
@media not all and (min-width: 1400px) {

  .conferences .background-accent {
    width: 41%;
  }
}
@media not all and (min-width: 1200px) {

  .conferences .background-accent {
    width: 43%;
  }
}
@media not all and (min-width: 1024px) {

  .conferences .background-accent {
    height: 720px;
    width: 100%;
  }
}
.conferences .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {

  .conferences .container {
    flex-direction: column;
  }
}
.conferences .filters-container {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .conferences .filters-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.conferences .filters-container h3 {
  margin-bottom: 1.75rem;
}
.conferences .filters-container input,
    .conferences .filters-container select {
  background-color: transparent;
}
.conferences .filters-container select {
  height: 64px;
  width: 260px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  text-align: center;
}
@media not all and (min-width: 1400px) {

  .conferences .filters-container select {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.conferences .filters-container select {
      -moz-text-align-last: center;
           text-align-last: center;
    }
.conferences .filters-container select option {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 43, 99, 1);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.conferences .filters-container input {
  margin-bottom: 2.5rem;
  width: 40%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
}
.conferences .filters-container input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(235, 233, 233, 1);
  color: rgba(235, 233, 233, var(--tw-text-opacity, 1));
}
.conferences .filters-container input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(235, 233, 233, 1);
  color: rgba(235, 233, 233, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1400px) {

  .conferences .filters-container input {
    width: 100%;
  }
}
.conferences .filters-container button {
  height: 64px;
  width: 260px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  text-align: center;
}
@media not all and (min-width: 1400px) {

  .conferences .filters-container button {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.conferences .filters-container button.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(90, 50, 138, 1);
  color: rgba(90, 50, 138, var(--tw-text-opacity, 1));
}
.conferences .filters-container .filters-dropdown-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
.conferences .conferences-container {
  display: flex;
  width: 55%;
  flex-direction: column;
  gap: 4rem;
}
@media not all and (min-width: 1024px) {

  .conferences .conferences-container {
    margin-top: 4rem;
    width: 100%;
  }
}
.conferences .conferences-container .conference-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(14, 43, 99, 1);
  border-color: rgba(14, 43, 99, var(--tw-border-opacity, 1));
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
.conferences .conferences-container .conference-item:first-of-type {
  padding-top: 0px;
}
.conferences .conferences-container .conference-item .upcoming-event-date {
  margin-bottom: 1.25rem;
  display: inline-block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(231, 37, 130, 1);
  border-bottom-color: rgba(231, 37, 130, var(--tw-border-opacity, 1));
}
.conferences .conferences-container .conference-item .upcoming-event-date .upcoming-event-date-data {
  font-weight: 700;
}
.conferences .conferences-container .conference-item .upcoming-event-date .event-date-text {
  font-weight: 400;
}
.conferences .conferences-container .conference-item h3.conference-item-title a {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
}
@media not all and (min-width: 1024px) {

  .conferences .conferences-container .conference-item h3.conference-item-title a {
    font-size: 22px;
  }
}
.conferences .conferences-container .conference-item .conference-item-meta {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
}
@media not all and (min-width: 1024px) {

  .conferences .conferences-container .conference-item .conference-item-meta {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
.conferences .conferences-container .conference-item .conference-item-meta {
    flex-direction: row;
    align-items: center;
  }
        }
.conferences .conferences-container .conference-item .conference-item-meta span {
  position: relative;
  top: 2px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}
@media (min-width: 1024px) {  
            .conferences .conferences-container .conference-item .conference-item-meta span::before {
              content: "|";
              display: inline-block;
              margin-right: 1rem;
  
            }
  
            .conferences .conferences-container .conference-item .conference-item-meta span:first-child::before {
              display: none;
            }
        }
.conferences .conferences-container .conference-item .conference-item-meta span.website a {
  font-size: 1.125rem;
  line-height: 1.75rem;
          -webkit-text-decoration: none;
          text-decoration: none;
}
.conferences .conferences-container .conference-item .conference-item-meta span.website a:hover {
            -webkit-text-decoration: underline;
            text-decoration: underline;
          }
.conferences .conferences-container .conference-item .conference-item-meta span.website a .fa-arrow-up-right-from-square {
            display: inline-block;
            font-size: 1rem;
            margin: 0 0 1px 0.25rem;
          }
.conferences .conferences-container .conference-item .conference-description p {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.conferences .conferences-container .conference-item .authors {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.single-bat_conference {
  color: #0D2B63;
}
.single-bat_conference a.back-button {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.single-bat_conference a.back-button .fa-chevron-down {
      height: 20px;
      display: inline-block;
      transform: rotateZ(90deg) translateX(3px);
      margin: 0;
    }
@media (min-width: 1024px) {
      .single-bat_conference a.back-button .fa-chevron-down {
        transform: rotateZ(90deg) translateX(8px);
        transition: all 0.25s ease;
      }
  
      .single-bat_conference a.back-button:hover .fa-chevron-down {
        transform: rotateZ(90deg) translateX(8px) translateY(6px);
      }
    }
.single-bat_conference a.back-button span.h3 {
      font-weight: normal;
      font-size: 32px;
    }
.single-bat_conference .conference-details .date {
      border-bottom: 2px solid #E72482;
    }
.single-bat_conference .conference-details h2 {
  margin-top: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.single-bat_conference .conference-details .meta .website a {
        -webkit-text-decoration: none;
        text-decoration: none;
      }
.single-bat_conference .conference-details .meta .website a:hover {
          -webkit-text-decoration: underline;
          text-decoration: underline;
        }
.single-bat_conference .conference-details .meta .website a .fa-arrow-up-right-from-square {
          display: inline-block;
          font-size: 1rem;
          margin: 0 0 1px 0.25rem;
        }
@media (min-wdith: 1024px) { 
          .single-bat_conference .conference-details .meta span::before {
            content: "|";
            display: inline-block;
            margin-right: 1rem;
          }
          .single-bat_conference .conference-details .meta span:first-child::before {
            display: none;
          }
      }
.single-bat_conference .conference-images h3 {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.single-bat_conference .image-list {
    list-style-type: none;
    padding: 0;
  }
.single-bat_conference .image-list li.conference-image {
      max-width: 40%;
    }
@media (min-width: 1024px) {
.single-bat_conference .image-list li.conference-image {
        max-width: none
    }
      }
.single-bat_conference .downloadable-media h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.single-bat_conference .media-list {
    list-style-type: none;
    padding: 0;
  }
.single-bat_conference .media-list a {
      -webkit-text-decoration: none;
      text-decoration: none;
      border-bottom: 2px solid rgba(255, 37, 130, 0.5);
      padding: 2rem 1rem;
      transition: all 0.25s ease;
    }
.single-bat_conference .media-list a:hover {
        background: rgba(200, 200, 200, 0.15)
      }
.single-bat_conference .media-list a span {
        line-height: 1.35;
      }
.single-bat_conference .media-list svg {
      font-size: 3rem;
    }
.content-panel {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media not all and (min-width: 1024px) {

  .content-panel {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
.content-panel .background-image,
  .content-panel .mobile-background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1024px) {

  .content-panel .background-image {
    display: none;
  }
}
.content-panel .mobile-background-image {
  display: none;
}
@media not all and (min-width: 1024px) {

  .content-panel .mobile-background-image {
    display: block;
  }
}
.content-panel .main-content {
  width: 50%;
}
@media not all and (min-width: 1024px) {

  .content-panel .main-content {
    width: 100%;
  }
}
.content-panel .second-column {
  width: 50%;
}
@media not all and (min-width: 1024px) {

  .content-panel .second-column {
    width: 100%;
  }
}
.content-panel .content-column-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media not all and (min-width: 1024px) {

  .content-panel .content-column-row {
    flex-direction: column-reverse;
    row-gap: 1.5rem;
  }
}
.content-panel .accordion-container {
  margin-top: 3rem;
}
.content-panel .accordion-container .accordion-item {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(231, 37, 130, 1);
  border-color: rgba(231, 37, 130, var(--tw-border-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-item {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.content-panel .accordion-container .accordion-item:last-of-type {
  border-bottom-width: 2px;
}
.content-panel .accordion-container .accordion-item:last-of-type .accordion-title .number {
  display: none;
}
.content-panel .accordion-container .accordion-title {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-title {
    align-items: flex-start;
  }
}
.content-panel .accordion-container .accordion-title .number {
  margin-right: 3rem;
  width: 135px;
  font-size: 108px;
  font-weight: 700;
  line-height: 1;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-title .number {
    width: 43px;
    font-size: 56px;
  }
}
.content-panel .accordion-container .accordion-title .title-text {
  margin-right: auto;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-title .title-text {
    display: flex;
    flex-direction: row;
  }
}
.content-panel .accordion-container .accordion-title .title-text h3 {
          font-weight: 700;
          font-size: 44px;
          line-height: 1;
          margin-bottom: 10px;
        }
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-title .title-text h3 {
    margin-bottom: 2.5rem;
    font-size: 26px;
  }
}
.content-panel .accordion-container .accordion-title .title-text h4 {
          font-size: 28px;
          line-height: 150%;
          font-weight: 500;
        }
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-title .title-text h4 {
    position: relative;
    left: -87px;
    width: calc(100% + 60px);
    font-size: 20px;
  }
}
.content-panel .accordion-container .accordion-title img {
  margin-left: 3rem;
  width: 50px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-title img {
    position: relative;
    top: 0.5rem;
    width: 35px;
  }
}
.content-panel .accordion-container .accordion-title img.active {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.content-panel .accordion-container .accordion-body {
  display: none;
}
.content-panel .accordion-container .accordion-body .accordion-body-container {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-body .accordion-body-container {
    flex-direction: column-reverse;
  }
}
.content-panel .accordion-container .accordion-body .accordion-body-container .left-column {
  width: 674px;
  max-width: 50%;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-body .accordion-body-container .left-column {
    max-width: 100%;
  }
}
.content-panel .accordion-container .accordion-body .accordion-body-container .left-column h2, .content-panel .accordion-container .accordion-body .accordion-body-container .left-column h3, .content-panel .accordion-container .accordion-body .accordion-body-container .left-column h4 {
  --tw-text-opacity: 1;
  color: rgba(231, 37, 130, 1);
  color: rgba(231, 37, 130, var(--tw-text-opacity, 1));
}
.content-panel .accordion-container .accordion-body .accordion-body-container .right-column {
  width: 812px;
  max-width: 50%;
}
@media not all and (min-width: 1024px) {

  .content-panel .accordion-container .accordion-body .accordion-body-container .right-column {
    max-width: 100%;
    padding-bottom: 2.5rem;
  }
}
.content-panel .info-bar {
  margin-top: 6rem;
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media not all and (min-width: 1024px) {

  .content-panel .info-bar {
    margin-top: 3.5rem;
    flex-direction: column;
  }
}
.content-panel .info-bar .left-column {
  display: flex;
  width: 536px;
  max-width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media not all and (min-width: 1024px) {

  .content-panel .info-bar .left-column {
    flex-shrink: 1;
    padding: 2.5rem;
  }
}
.content-panel .info-bar .left-column {
      background: linear-gradient(90deg, #EF7D00 0%, #FFBB00 100%);
    }
.content-panel .info-bar .left-column h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .content-panel .info-bar .left-column h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content-panel .info-bar .left-column h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .content-panel .info-bar .left-column h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.content-panel .info-bar .right-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 233, 233, 1);
  background-color: rgba(235, 233, 233, var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .content-panel .info-bar .right-column {
    padding: 2.5rem;
  }
}
.content-panel .info-bar .right-column ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
@media not all and (min-width: 1024px) {

  .content-panel .info-bar .right-column ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-panel .info-bar .right-column ul li {
          line-height: 150%;
        }
.content-panel .info-bar .right-column ul li:last-of-type {
  margin-bottom: 0px;
}
.content-panel .references-toggle {
  margin-top: 5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media not all and (min-width: 1024px) {

  .content-panel .references-toggle {
    margin-top: 3.5rem;
  }
}
.content-panel .references-toggle h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media not all and (min-width: 1024px) {

  .content-panel .references-toggle h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-panel .references-toggle svg {
  width: 38px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px) {

  .content-panel .references-toggle svg {
    width: 22px;
  }
}
.content-panel .references-toggle svg.active {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.content-panel .collapsed-content {
  margin-top: 2.5rem;
  display: none;
}
.content-panel .collapsed-content p,
    .content-panel .collapsed-content a,
    .content-panel .collapsed-content span,
    .content-panel .collapsed-content li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media not all and (min-width: 1024px) {

  .content-panel .collapsed-content p,
    .content-panel .collapsed-content a,
    .content-panel .collapsed-content span,
    .content-panel .collapsed-content li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.content-panel.full-width-content .main-content {
  width: 100%;
}
.content-panel.center-content-rows .content-column-row {
  align-items: center;
}
.content-panel.research-accordion {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 233, 233, 1);
  background-color: rgba(235, 233, 233, var(--tw-bg-opacity, 1));
}
.content-panel.research-accordion .info-bar .left-column {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 37, 130, 1);
  background-color: rgba(231, 37, 130, var(--tw-bg-opacity, 1));
  background-image: none;
}
.content-panel.research-accordion .info-bar .right-column {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.content-panel.privacy-policy h5, .content-panel.terms-of-use h5, .content-panel.cookie-policy h5 {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.content-panel.privacy-policy h6, .content-panel.terms-of-use h6, .content-panel.cookie-policy h6 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.content-panel.privacy-policy p, .content-panel.terms-of-use p, .content-panel.cookie-policy p {
  margin-bottom: 1.25rem;
}
.content-panel.privacy-policy ul,
    .content-panel.privacy-policy ol,
    .content-panel.terms-of-use ul,
    .content-panel.terms-of-use ol,
    .content-panel.cookie-policy ul,
    .content-panel.cookie-policy ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.content-panel.privacy-policy ul li, .content-panel.privacy-policy ol li, .content-panel.terms-of-use ul li, .content-panel.terms-of-use ol li, .content-panel.cookie-policy ul li, .content-panel.cookie-policy ol li {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
        list-style-type: disc;
}
.content-panel.privacy-policy ol li, .content-panel.terms-of-use ol li, .content-panel.cookie-policy ol li {
  display: list-item;
}
.content-panel.privacy-policy table, .content-panel.terms-of-use table, .content-panel.cookie-policy table {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.content-panel.privacy-policy table td,
      .content-panel.privacy-policy table th,
      .content-panel.terms-of-use table td,
      .content-panel.terms-of-use table th,
      .content-panel.cookie-policy table td,
      .content-panel.cookie-policy table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.content-panel.privacy-policy table th, .content-panel.terms-of-use table th, .content-panel.cookie-policy table th {
  font-weight: 700;
}
.content-panel.omni {
    background: linear-gradient(90deg, rgba(91, 50, 138, 0.1) 0%, rgba(91, 50, 138, 0.25) 72.11%);
    --tw-bg-opacity: 0.2;
  }
.content-panel.omni .omni-button-row {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {

  .content-panel.omni .omni-button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-panel.image-only {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.content-panel.references-no-margin .references-toggle {
  margin: 0px;
}
/* Swedish Experience Popup */
.content-panel .swedish-experience-cta {
  cursor: pointer;
}
.dual-content-panel {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .dual-content-panel {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.dual-content-panel .left-background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 50%;
}
@media not all and (min-width: 1024px) {

  .dual-content-panel .left-background-image {
    display: none;
  }
}
.dual-content-panel .right-background-image {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 50%;
}
@media not all and (min-width: 1024px) {

  .dual-content-panel .right-background-image {
    display: none;
  }

  .dual-content-panel .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
}
.dual-content-panel .content-row {
  display: flex;
  flex-direction: row;
  gap: 20rem;
}
@media not all and (min-width: 1024px) {

  .dual-content-panel .content-row {
    flex-direction: column;
    gap: 0px;
  }
}
.dual-content-panel .content-row .left-column,
    .dual-content-panel .content-row .right-column {
  display: flex;
  width: 50%;
  flex-grow: 1;
  flex-direction: column;
}
@media not all and (min-width: 1024px) {

  .dual-content-panel .content-row .left-column,
    .dual-content-panel .content-row .right-column {
    position: relative;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .dual-content-panel .content-row .left-column .mobile-container, .dual-content-panel .content-row .right-column .mobile-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media not all and (min-width: 800px) {

  .dual-content-panel .content-row .left-column .mobile-container, .dual-content-panel .content-row .right-column .mobile-container {
    max-width: 640px;
  }
}
.dual-content-panel .content-row .left-column .left-background-image-mobile,
      .dual-content-panel .content-row .left-column .right-background-image-mobile,
      .dual-content-panel .content-row .right-column .left-background-image-mobile,
      .dual-content-panel .content-row .right-column .right-background-image-mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: none;
  height: 100%;
  width: 100%;
}
@media not all and (min-width: 1024px) {

  .dual-content-panel .content-row .left-column .left-background-image-mobile,
      .dual-content-panel .content-row .left-column .right-background-image-mobile,
      .dual-content-panel .content-row .right-column .left-background-image-mobile,
      .dual-content-panel .content-row .right-column .right-background-image-mobile {
    display: block;
  }
}
.dual-content-panel .content-row .left-column .cta-button, .dual-content-panel .content-row .right-column .cta-button {
  margin-top: auto;
}
.global-rnd-network {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .global-rnd-network {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.global-rnd-network .background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-rnd-network h2 {
  margin-bottom: 2.5rem;
}
.global-rnd-network .map-image {
  margin-top: 5rem;
  margin-bottom: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .map-image {
    margin-top: 2rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.global-rnd-network .accordion-item {
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 177, 235, 1);
  border-color: rgba(0, 177, 235, var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.global-rnd-network .accordion-item:first-of-type {
  border-top-width: 3px;
}
.global-rnd-network .global-rnd-accordion-title {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .global-rnd-accordion-title {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.global-rnd-network .global-rnd-accordion-title h3 {
  flex: 1 1 0%;
}
.global-rnd-network .global-rnd-accordion-title svg {
  width: 50px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .global-rnd-accordion-title svg {
    width: 35px;
  }
}
.global-rnd-network .global-rnd-accordion-title svg.active {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.global-rnd-network .accordion-body {
  display: none;
}
.global-rnd-network .accordion-body .content {
  width: 50%;
  max-width: 673px;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .accordion-body .content {
    width: 100%;
  }
}
.global-rnd-network .accordion-body img {
  width: 50%;
  max-width: 673px;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .accordion-body img {
    width: 100%;
  }
}
.global-rnd-network .references-toggle {
  margin-top: 5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .references-toggle {
    margin-top: 3.5rem;
  }
}
.global-rnd-network .references-toggle h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .references-toggle h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.global-rnd-network .references-toggle svg {
  width: 38px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px) {

  .global-rnd-network .references-toggle svg {
    width: 22px;
  }
}
.global-rnd-network .references-toggle svg.active {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.global-rnd-network .collapsed-content {
  display: none;
}
.hero {
  position: relative;
  padding-top: 250px;
  padding-bottom: 154px;
}
@media not all and (min-width: 1024px) {

  .hero {
    padding-top: 170px;
  }
}
.hero video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .background-image {
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .gradient {
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .content {
  width: 50%;
  max-width: 674px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .hero .content {
    width: 100%;
  }
}
.home .hero {
  padding-top: 400px;
}
@media not all and (min-width: 1200px) {

  .home .hero {
    padding-top: 250px;
  }
}
.home .hero {
    background: linear-gradient(270deg, rgba(14, 43, 99, 0) 35%, rgba(14,43,99,0.85) 90%);
  }
@media screen and (max-width: 1024px) {
.home .hero {
      background: linear-gradient(270deg, rgba(14, 43, 99, 0.15) 0%, rgba(14, 43, 99, 0.85) 100%)
  }
    }
.latest-news {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media not all and (min-width: 1024px) {

  .latest-news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.latest-news .accent-left {
    background: linear-gradient(90deg, #EF7D00 0%, #FFBB00 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
    height: 100%;
    width: 37%;
  }
@media not all and (min-width: 1024px) {

  .latest-news .accent-left {
    height: 301px;
    width: 100%;
  }
}
.latest-news .section-title {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.latest-news .latest-news-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row {
    flex-direction: column;
  }
}
.latest-news .latest-news-row .left-column,
    .latest-news .latest-news-row .right-column {
  width: 50%;
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row .left-column,
    .latest-news .latest-news-row .right-column {
    width: 100%;
  }
}
.latest-news .latest-news-row .post-date {
  margin-bottom: 1.25rem;
  display: inline-block;
  align-self: flex-start;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(231, 37, 130, 1);
  border-color: rgba(231, 37, 130, var(--tw-border-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row .post-date {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.latest-news .latest-news-row .post-title {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.latest-news .latest-news-row .featured-post img {
  height: 100%;
  max-height: 510px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row .featured-post img {
    max-height: 182px;
  }
}
.latest-news .latest-news-row .featured-post .post-meta {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 233, 233, 1);
  background-color: rgba(235, 233, 233, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row .featured-post .post-meta {
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.latest-news .latest-news-row .post-preview {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row .post-preview {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.latest-news .latest-news-row .post-preview:first-of-type {
  padding-top: 0px;
}
.latest-news .latest-news-row .post-preview:nth-of-type(2) {
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(14, 43, 99, 1);
  border-color: rgba(14, 43, 99, var(--tw-border-opacity, 1));
}
.latest-news .latest-news-row .post-preview:last-of-type {
  padding-bottom: 0px;
}
@media not all and (min-width: 1024px) {

  .latest-news .latest-news-row .cta-button {
    margin-top: 2rem;
  }
}
.leadership-profiles {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles {
    padding-top: 3.5rem;
    padding-bottom: 7rem;
  }
}
.leadership-profiles h2 {
  margin-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .leadership-profiles h2 {
    margin-bottom: 2rem;
  }
}
.leadership-profiles .leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
@media not all and (min-width: 1400px) {

  .leadership-profiles .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.leadership-profiles .leadership-grid .leadership-profile-preview {
  position: relative;
  height: 538px;
  cursor: pointer;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-grid .leadership-profile-preview {
    height: 777px;
  }
}
@media not all and (min-width: 800px) {

  .leadership-profiles .leadership-grid .leadership-profile-preview {
    height: 538px;
  }
}
@media not all and (min-width: 640px) {

  .leadership-profiles .leadership-grid .leadership-profile-preview {
    height: 400px;
  }
}
.leadership-profiles .leadership-grid .leadership-profile-preview:hover .preview-text img {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.leadership-profiles .leadership-grid .headshot {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.leadership-profiles .leadership-grid .preview-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 146px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1700px) {

  .leadership-profiles .leadership-grid .preview-text {
    height: 175px;
  }
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-grid .preview-text {
    height: auto;
  }
}
@media not all and (min-width: 800px) {

  .leadership-profiles .leadership-grid .preview-text {
    padding: 1.25rem;
  }
}
.leadership-profiles .leadership-grid .preview-text .background {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(14, 43, 99, 1);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  opacity: 0.6;
}
.leadership-profiles .leadership-grid .preview-text h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 25px;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-grid .preview-text h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.leadership-profiles .leadership-grid .preview-text img {
  width: 4rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-grid .preview-text img {
    width: 2.5rem;
  }
}
.leadership-profiles .leadership-profile-modal {
  position: fixed;
  z-index: 10;
  width: 925px;
  max-width: 90%;
  padding: 4rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-profile-modal {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.leadership-profiles .leadership-profile-modal .close-modal {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  cursor: pointer;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-profile-modal .close-modal {
    width: 1rem;
  }
}
.leadership-profiles .leadership-profile-modal .accent-image {
  height: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-profile-modal .accent-image {
    height: 3px;
  }
}
.leadership-profiles .leadership-profile-modal .modal-header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-profile-modal .modal-header {
    margin-bottom: 1.75rem;
    flex-direction: column;
  }
}
.leadership-profiles .leadership-profile-modal .modal-header img {
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-profile-modal .modal-header img {
    margin-bottom: 1.25rem;
    max-width: 50%;
  }
}
.leadership-profiles .leadership-profile-modal .modal-header .text {
  display: flex;
  flex-direction: column;
}
.leadership-profiles .leadership-profile-modal .modal-header .text h3 {
  margin-top: auto;
  margin-bottom: 0.75rem;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
}
@media not all and (min-width: 1024px) {

  .leadership-profiles .leadership-profile-modal .modal-header .text h3 {
    font-size: 26px;
    line-height: 150%;
  }

  .leadership-profiles .leadership-profile-modal .modal-header .text h4 {
    font-size: 18px;
    font-weight: 700;
  }
}
.leadership-profiles .leadership-profile-modal .content {
  margin-bottom: 1.75rem;
}
.leadership-profiles .leadership-profile-modal .linkedin-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.leadership-profiles .leadership-profile-modal .linkedin-link img {
  width: 51px;
}
.leadership-profiles .leadership-profile-modal .linkedin-link:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 177, 235, 1);
  color: rgba(0, 177, 235, var(--tw-text-opacity, 1));
}
.leadership-profiles .leadership-profile-modal::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 43, 99, 1);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  opacity: 0.8;
}
.linkedin-preview {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media not all and (min-width: 1024px) {

  .linkedin-preview {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.linkedin-preview .juicer-button {
  display: none !important;
}
.linkedin-preview .accent-left {
    background: linear-gradient(90deg, #EF7D00 0%, #FFBB00 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
    height: 100%;
    width: 37%;
  }
@media not all and (min-width: 1024px) {

  .linkedin-preview .accent-left {
    display: none;
  }
}
.linkedin-preview .container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media not all and (min-width: 1700px) {

  .linkedin-preview .container {
    flex-direction: column;
  }
}
.linkedin-preview .half-row {
  display: flex;
  flex-direction: column;
}
.linkedin-preview .half-row h2 {
  margin-bottom: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1700px) {

  .linkedin-preview .half-row.first-row {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1700px) {

  .linkedin-preview .half-row.first-row h2 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  }
}
.linkedin-preview .half-row .inner-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media not all and (min-width: 800px) {

  .linkedin-preview .half-row .inner-row {
    flex-direction: column;
  }
}
.linkedin-preview .half-row .profile-column,
    .linkedin-preview .half-row .linkedin-column {
  display: flex;
  width: 50%;
  flex-direction: column;
}
@media not all and (min-width: 800px) {

  .linkedin-preview .half-row .profile-column,
    .linkedin-preview .half-row .linkedin-column {
    width: 100%;
  }
}
.linkedin-preview .half-row .profile-column .cta-button, .linkedin-preview .half-row .linkedin-column .cta-button {
  align-self: flex-end;
}
.linkedin-preview .half-row .profile-column {
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
.linkedin-preview .half-row .profile-column img {
  margin-bottom: 1rem;
}
.linkedin-preview .half-row .profile-column h3,
      .linkedin-preview .half-row .profile-column h4 {
  margin-bottom: 0px;
  line-height: 1;
}
.linkedin-preview .half-row .profile-column h3 {
  margin-bottom: 0.5rem;
}
.news-features {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.news-features .headline {
  margin-bottom: 6rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .news-features .headline {
    margin-bottom: 5rem;
  }
}
.news-features .news-title {
  margin-bottom: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
.news-features .news-features-options {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.news-features .news-features-options span {
  width: 260px;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(14, 43, 99, 1);
  border-color: rgba(14, 43, 99, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .news-features .news-features-options span {
    width: auto;
    flex-grow: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.news-features .news-features-options span.active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 43, 99, 1);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.news-features .news-features-items {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-row-gap: 3rem;
  row-gap: 3rem;
}
@media not all and (min-width: 1024px) {

  .news-features .news-features-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.news-features .news-features-items .news-feature img {
  margin-bottom: 2rem;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-features .news-features-items .news-feature .post-date {
  margin-bottom: 1.25rem;
  display: inline-block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(231, 37, 130, 1);
  border-color: rgba(231, 37, 130, var(--tw-border-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
.news-features .news-features-items .news-feature .post-title {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.news-features .lower-info-cta {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 9rem;
  padding-right: 9rem;
}
@media not all and (min-width: 1024px) {

  .news-features .lower-info-cta {
    padding: 2.5rem;
  }
}
.news-features .lower-info-cta h2 {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.news-features .lower-info-cta img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post {
    color: #0D2B63;
}
.single-post .hero {
        padding: 250px 0 100px;
    }
.single-post a.back-button {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
.single-post a.back-button .fa-chevron-down {
            height: 20px;
            display: inline-block;
            transform: rotateZ(90deg) translateX(3px);
            margin: 0;
        }
@media (min-width: 1024px) {
            .single-post a.back-button .fa-chevron-down {
            transform: rotateZ(90deg) translateX(8px);
            transition: all 0.25s ease;
            }
        
            .single-post a.back-button:hover .fa-chevron-down {
            transform: rotateZ(90deg) translateX(8px) translateY(6px);
            }
        }
.single-post a.back-button span.h3 {
            font-weight: normal;
            font-size: 32px;
        }
.single-post .article-container {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        max-width: 860px;
        margin: 4rem auto 6rem;
        text-wrap: pretty;
		padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
@media (min-width: 1024px) {
.single-post .article-container {
            flex-direction: row;
			padding-right:0;
			padding-left:0;
    }
        }
.single-post h2.title {
        margin: 0 0 2rem 0;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
.single-post h3 {
        font-size: 2rem;
    }
.single-post .meta span {
        display: inline-block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #E72482;
    }
.single-post .featured-image {
        margin-bottom: 2rem;
    }
.single-post p {
        line-height: 150%;
    }
.single-post ul, .single-post ol {
        font-size: 22px;
        line-height: 1.75rem;
        margin: 2rem 0;
    }
.single-post ol {
        list-style-type: decimal;
        padding-left: 2rem; 
    }
.single-post li {
        margin-bottom: 0.5rem
    }
.single-post blockquote {
        border-left: 2px solid #E72482;
        padding: 0 1.5rem;
        margin: 2em 0;
    }
.publications {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media not all and (min-width: 1024px) {

  .publications {
    padding-top: 0px;
  }
}
.publications .background-accent {
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 40%;
}
@media not all and (min-width: 1700px) {

  .publications .background-accent {
    width: 44%;
  }
}
@media not all and (min-width: 1400px) {

  .publications .background-accent {
    width: 48%;
  }
}
@media not all and (min-width: 1200px) {

  .publications .background-accent {
    width: 52%;
  }
}
@media not all and (min-width: 1024px) {

  .publications .background-accent {
    height: 452px;
    width: 100%;
  }
}
.publications .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media not all and (min-width: 1400px) {

  .publications .container {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media not all and (min-width: 1024px) {

  .publications .container {
    flex-direction: column;
  }
}
.publications .filters-container {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .publications .filters-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.publications .filters-container h3 {
  margin-bottom: 1.75rem;
}
.publications .filters-container input,
    .publications .filters-container select {
  background-color: transparent;
}
.publications .filters-container input {
  margin-bottom: 2.5rem;
  width: 40%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
}
.publications .filters-container input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(235, 233, 233, 1);
  color: rgba(235, 233, 233, var(--tw-text-opacity, 1));
}
.publications .filters-container input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(235, 233, 233, 1);
  color: rgba(235, 233, 233, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

  .publications .filters-container input {
    width: 100%;
  }
}
.publications .filters-container select {
  height: 64px;
  width: 260px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  text-align: center;
}
@media not all and (min-width: 1200px) {

  .publications .filters-container select {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.publications .filters-container select {      
      -moz-text-align-last: center;      
           text-align-last: center;
      text-wrap: auto;
    }
.publications .filters-container select option {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 43, 99, 1);
  background-color: rgba(14, 43, 99, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.publications .filters-container .filters-dropdown-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
.publications .publications-container {
  display: flex;
  width: 55%;
  flex-direction: column;
  gap: 4rem;
}
@media not all and (min-width: 1024px) {

  .publications .publications-container {
    margin-top: 4rem;
    width: 100%;
  }
}
.publications .publications-container .publication-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(14, 43, 99, 1);
  border-color: rgba(14, 43, 99, var(--tw-border-opacity, 1));
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgba(14, 43, 99, 1);
  color: rgba(14, 43, 99, var(--tw-text-opacity, 1));
}
.publications .publications-container .publication-item:first-of-type {
  padding-top: 0px;
}
.publications .publications-container .publication-item .publication-item-title {
  font-size: 36px;
  line-height: 150%;
  text-decoration-line: underline;
}
@media not all and (min-width: 1024px) {

  .publications .publications-container .publication-item .publication-item-title {
    font-size: 22px;
  }
}
.publications .publications-container .publication-item .publication-item-meta {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-bottom: 0px;
  font-size: 32px;
  font-weight: 400;
}
@media not all and (min-width: 1024px) {

  .publications .publications-container .publication-item .publication-item-meta {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.publications .publications-container .publication-item .publication-item-meta span:first-of-type {
  font-style: italic;
}
.publications .publications-container .publication-item .authors p {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  font-weight: 400;
}
.publications .publications-container .publication-item .keywords {
  font-size: 18px;
}
.publications .publications-container .publication-item .keywords span {
  font-size: 18px;
  font-weight: 700;
}
.static {
  position: static;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-4 {
  padding: 1rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media not all and (min-width: 1024px) {

  .max-lg\:relative {
    position: relative;
  }

  .max-lg\:top-4 {
    top: 1rem;
  }

  .max-lg\:mt-8 {
    margin-top: 2rem;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:justify-start {
    justify-content: flex-start;
  }

  .max-lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .max-lg\:gap-y-8 {
    row-gap: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}


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