@media (min-width: 1024px) {
  .header__submenu .header__item--current > .header__link > .header__label,
    .header__submenu .header__item--open > .header__link > .header__label {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .header__submenu .header__item--open > .header__link > .header__label {
    border-bottom-width: 2px;
    border-color: var(--color-primary, #FF6600);
  }

  ul .header__submenu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    /* @apply space-x-4; */
    border-bottom: 1px solid #E7E7E7;
  }
}

.header__submenu .header__label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header__submenu .header__label:hover {
    border-bottom-width: 2px;
    border-color: var(--color-primary, #FF6600);
  }
}

.header__meta__nav {
  @media (max-width: 767.98px) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header__meta__nav {
    position: relative;
    float: right;
    height: 2.5rem;
    line-height: 1.5 !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

.header__meta__nav {
  @media (min-width: 768px) {
  }
}

/* Desktop: hide meta menu and flags so only search stays on the right */

@media (max-width: 767.98px) {
  .header__meta__nav {
    display: none !important;
  }

  .flags {
    display: none !important;
  }
}

.header__meta__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header__meta__item {
    position: relative;
    float: right;
    height: 2.5rem;
    line-height: 1.5;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

.header__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header__meta {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

.header__meta__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header__meta__link {
    position: relative;
    float: right;
    height: 2.5rem;
    line-height: 1.5;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

.header__meta__label {
  display: block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(255 255 255 / 0.5);
}

.header__meta__label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__submenu .header__label {
  font-weight: 500;
  height: 4rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header__submenu .header__label:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) !important;
}

.header__submenu .header__label {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .header__submenu .header__label {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

a.header__link {
  text-transform: uppercase;
}

.header__submenu a {
  text-transform: none;
}

.header__submenu .header__item .header__submenu .header__label {
  height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .header__submenu .header__item .header__submenu .header__label {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.header__submenu .header__item .header__submenu .header__label:hover {
  border-style: none !important;
}

.header__submenu .header__item .header__submenu .header__label {
  width: 100%;
}

.header__submenu .header__item .header__submenu .header__item--current > .header__link > .header__label {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.header__submenu .header__item .header__submenu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

@media (min-width: 1024px) {
  .header__submenu .header__item--open .header__submenu {
    width: 215px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  .header__item--has-children:hover > .header__submenu,
    .header__item--has-children:focus-within > .header__submenu,
    .header__item--open > .header__submenu,
    .header__submenu:hover {
    display: block;
  }

  .header__submenu .header__item--has-children:hover > .header__submenu,
    .header__submenu .header__item--has-children:focus-within > .header__submenu,
    .header__submenu .header__item--open > .header__submenu {
    display: block;
  }

  .header__submenu {
    z-index: 100;
  }
}

.landing-ui__content button {
  margin: 5px!important;
}

.header__search {
  position: relative;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  @media (min-width: 768px) {
    .searchform__input {
      max-width: 320px;
    }
  }
  @media (min-width: 1024px) {
    .searchform__input {
      max-height: 2.5rem;
    }
  }
  .searchform__input {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .searchform__input {
    font-size: 16px;
  }
  .searchform__input {
    font-weight: 400;
  }
  .searchform__input {
    line-height: 1.5;
  }
  .searchform__input {
    color: rgba(0, 0, 0, 0.5);
  }
  .searchform__input {
    width: 100%;
  }
  .searchform__input {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .searchform__input {
    padding-right: 13rem;
  }
  .searchform__input {
    padding-left: 1rem;
  }
  @media (min-width: 768px) {
    .searchform__input {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  .searchform__input {
    box-sizing: border-box;
  }
  .searchform__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .searchform__input {
    border-radius: 0px;
  }
  .searchform__input {
    border-width: 1px;
  }
  .searchform__input {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  }
  .searchform__input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .searchform__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .searchform__input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .searchform__input {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .searchform__input {
    transition-duration: 300ms;
  }
  .searchform__input:hover {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  }
  .searchform__input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  }
  .searchform__input:focus {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  ul,
    ol {
    list-style-type: none;
  }
  ul,
    ol {
    padding-left: 0px;
  }
  li {
    margin: 0px;
  }
  li {
    list-style-type: none;
  }
  li {
    padding: 0px;
  }
  li figure a {
    height: 100%;
  }
  li figure a {
    width: 100%;
  }
  li figure a {
    max-width: 201px;
  }
  p {
    font-family: Familjen Grotesk, sans-serif;
  }
  p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  p {
    line-height: 1.6;
  }
  p {
    color: rgb(255 255 255 / 0.7);
  }
  @media (min-width: 1024px) {
    p {
      font-size: 16px;
    }
  }
  >li:nth-child(3)>div {
    display: flex;
  }
  >li:nth-child(3)>div {
    gap: 1.25rem;
  }
}

.footer-links {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-links {
    flex-direction: column;
  }
}

.footer-links {
  ul,
    ol {
    list-style-type: none;
  }
  ul,
    ol {
    padding-left: 0px;
  }
  li {
    margin: 0px;
  }
  li {
    list-style-type: none;
  }
  li {
    padding: 0px;
  }
  a:hover {
    text-decoration-line: underline;
  }
  .widget_nav_menu {
    margin-bottom: 2rem;
  }
  .widget_nav_menu {
    display: flex;
  }
  .widget_nav_menu {
    flex-direction: column;
  }
  .widget_nav_menu {
    gap: 0.75rem;
  }
  .widget_nav_menu {
    font-family: Familjen Grotesk, sans-serif;
  }
  .widget_nav_menu {
    font-size: 16px;
    line-height: 1.5;
  }
  .widget_nav_menu>h2 {
    font-weight: 500;
  }
  .widget_nav_menu>h2 {
    text-transform: uppercase;
  }
  .widget_nav_menu>h2 {
    color: var(--color-primary, #FF6600);
  }
  .widget_nav_menu>div>ul {
    font-size: 16px;
    line-height: 1.5;
  }
  .widget_nav_menu>div>ul {
    font-weight: 400;
  }
  .widget_nav_menu>div>ul {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .widget_nav_menu>div>ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  li>div>div {
    display: flex;
  }
  li>div>div {
    flex-wrap: wrap;
  }
  li>div>div {
    gap: 3rem;
  }
  @media (min-width: 768px) {
    li>div>div {
      flex-direction: column;
    }
  }
}

@media (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto !important;
  }

  @media (min-width: 1024px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: 100% !important;
    }
  }
}

.footer-links:has(.widget_nav_menu) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.footer-socket {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .footer-socket {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.footer-socket {
  a,
    p {
    font-family: Familjen Grotesk, sans-serif;
  }
  a,
    p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  a,
    p {
    font-weight: 400;
  }
  a,
    p {
    color: rgb(255 255 255 / 0.7);
  }
  a:hover {
    text-decoration-line: underline;
  }
  >li>div {
    display: flex;
  }
  >li>div {
    flex-direction: column;
  }
  >li>div {
    flex-wrap: nowrap !important;
  }
  >li>div {
    align-items: center !important;
  }
  >li>div {
    justify-content: center;
  }
  >li>div {
    gap: 1.5rem;
  }
  >li>div {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 768px) {
    >li>div {
      flex-direction: row;
    }
  }
  @media (min-width: 768px) {
    >li>div {
      justify-content: space-between;
    }
  }
  @media (min-width: 768px) {
    >li>div {
      gap: 0px;
    }
  }
  .wp-block-columns>.wp-block-column:nth-child(2) .wp-block-group {
    justify-self: end;
  }
  .wp-block-columns>.wp-block-column:nth-child(2) .wp-block-group {
    float: right;
  }
  ul,
    ol {
    list-style-type: none;
  }
  ul,
    ol {
    padding-left: 0px;
  }
  li {
    margin: 0px;
  }
  li {
    list-style-type: none;
  }
  li {
    padding: 0px;
  }
}

.new-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.new-card a {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}

.category-grid > li {
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
  position: relative;
}

.category-grid > li:last-child {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .category-grid {
    border-top-width: 0px;
  }

  .category-grid > li {
    border: none;
  }

  .category-grid > li:nth-child(12n + 1) {
    border: none;
  }
}

@media (max-width: 1024px) {
  .new-card.big {
    margin-bottom: 1rem;
  }

  .new-card.big img {
    max-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .new-card.small {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .new-card.small img {
    height: 54px;
    max-height: 54px;
    width: 80px;
    max-width: 80px;
  }

  .new-card.small a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }

  .new-card.small picture {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }
}

*, ::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: rgb(0 157 224 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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: rgb(0 157 224 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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]) {
  -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;
}

html,
    body {
  font-size: 16px !important;
  line-height: 1.525;
  font-style: normal;
  font-weight: 300;
  color: #000000;
}

container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

p {
  font-size: 1.125rem;
  line-height: 1.7;
}

.container {
  width: 100%;
}

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

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

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

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

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

.header__link {
  position: relative;
  display: block;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__label {
  display: block;
  font-size: 16px !important;
  font-weight: 400;
  color: rgb(255 255 255 / 0.5);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__label {
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .header__label {
    height: 40px;
    padding: 8px 24px;
  }
}

.header__label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.header__nav, .header__meta__nav--mobile {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
}

@media (max-width: 1023.98px) {
  .header__label {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
  }

  .header__nav .header__menu > .header__item:first-child > .header__link > .header__label:first-child {
    padding-top: 2rem;
  }

  /* Give first mobile menu item extra right padding when it shows an arrow icon */

  .header__nav .header__menu > .header__item:first-child.header__item--has-children > .header__link {
    padding-right: 3.5rem;
  }

  .header__nav .header__menu > .header__item:first-child.header__item--has-children > .header__link > .header__label:first-child {
    padding-right: 3.5rem;
  }

  .header__submenu > .header__item:first-child {
    display: none;
  }

  .header__submenu {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    width: 100%;
  }

  /* Align submenu arrows consistently on all mobile menu items */

  .header__item--has-children .header__icon {
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    margin-top: 0;
    /* override older margin-top tweaks */
  }

  /* Preserve open-state rotation with vertical centering */

  .header__item--open > .header__link > .header__icon {
    transform: translateY(-50%) rotate(-90deg);
  }

  /* Make mobile submenu arrows 10x10 */

  .header__item--has-children .header__icon {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1024px) {
  .header__menu > .header__item--current > .header__link > .header__label,
        .header__menu > .header__item--open > .header__link > .header__label {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.header__menu > .header__item--open > .header__link > .header__label {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featured-home-grid {
  width: 100%;
}

@media (min-width: 640px) {
  .featured-home-grid {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .featured-home-grid {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .featured-home-grid {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .featured-home-grid {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .featured-home-grid {
    max-width: 1536px;
  }
}

.featured-home-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: grid;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .featured-home-grid {
    margin-top: 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .featured-home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.featured-home-grid {
  grid-auto-rows: 228px;
}

@media (max-width: 1024px) {
  .featured-home-item--1 .featured-home-title {
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  .featured-home-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    grid-template-rows: 320px;
  }

  .featured-home-item--2 .featured-home-content,
        .featured-home-item--3 .featured-home-content,
        .featured-home-item--4 .featured-home-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .featured-home-item--2 .featured-home-title,
        .featured-home-item--3 .featured-home-title,
        .featured-home-item--4 .featured-home-title {
    font-size: 18px;
    line-height: 1.25;
  }

  .featured-home-category {
    margin-bottom: 0.25rem;
    font-size: 12px;
    line-height: 1.5;
  }
}

.featured-home-item {
  position: relative;
}

.featured-home-link {
  position: relative;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.featured-home-image {
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-home-link:hover .featured-home-overlay {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  opacity: 1;
}

.featured-home-content {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}

.featured-home-item--1 .featured-home-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .featured-home-item--1 .featured-home-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.featured-home-item--2 .featured-home-content,
    .featured-home-item--3 .featured-home-content,
    .featured-home-item--4 .featured-home-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .featured-home-item--2 .featured-home-content,
    .featured-home-item--3 .featured-home-content,
    .featured-home-item--4 .featured-home-content {
    padding: 1.5rem;
  }
}

.featured-home-category {
  font-family: Familjen Grotesk, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity, 1));
}

.featured-home-item--1 .featured-home-category {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .featured-home-item--1 .featured-home-category {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.featured-home-title {
  font-weight: 600;
  line-height: 1.25;
}

.featured-home-item--1 .featured-home-title {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .featured-home-item--1 .featured-home-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.featured-home-item--2 .featured-home-title,
    .featured-home-item--3 .featured-home-title,
    .featured-home-item--4 .featured-home-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* Preserve underline hover for group */

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

/* Ensure anchors stretch fully so grid rows fill */

.featured-home-link {
  height: 100%;
}

.button.button-big > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.button.button-big {
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .button.button-big {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.header__icon {
  height: 1rem;
  width: 1rem;
}

@media (min-width: 1024px) {
  .header__icon {
    top: 46% !important;
    height: 0.625rem;
    width: 0.625rem;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-5 {
  top: 1.25rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-\[99999\] {
  z-index: 99999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.-mt-\[10px\] {
  margin-top: -10px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[124px\] {
  height: 124px;
}

.h-\[78px\] {
  height: 78px;
}

.h-full {
  height: 100%;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-\[124px\] {
  max-height: 124px;
}

.max-h-full {
  max-height: 100%;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[127px\] {
  width: 127px;
}

.w-\[458px\] {
  width: 458px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-full {
  min-width: 100%;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.transform {
  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 {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-beursvloer {
  --tw-border-opacity: 1;
  border-color: rgb(204 141 20 / var(--tw-border-opacity, 1));
}

.border-beursvloer\/0 {
  border-color: rgb(204 141 20 / 0);
}

.border-beursvloer\/10 {
  border-color: rgb(204 141 20 / 0.1);
}

.border-beursvloer\/100 {
  border-color: rgb(204 141 20 / 1);
}

.border-beursvloer\/15 {
  border-color: rgb(204 141 20 / 0.15);
}

.border-beursvloer\/20 {
  border-color: rgb(204 141 20 / 0.2);
}

.border-beursvloer\/25 {
  border-color: rgb(204 141 20 / 0.25);
}

.border-beursvloer\/30 {
  border-color: rgb(204 141 20 / 0.3);
}

.border-beursvloer\/35 {
  border-color: rgb(204 141 20 / 0.35);
}

.border-beursvloer\/40 {
  border-color: rgb(204 141 20 / 0.4);
}

.border-beursvloer\/45 {
  border-color: rgb(204 141 20 / 0.45);
}

.border-beursvloer\/5 {
  border-color: rgb(204 141 20 / 0.05);
}

.border-beursvloer\/50 {
  border-color: rgb(204 141 20 / 0.5);
}

.border-beursvloer\/55 {
  border-color: rgb(204 141 20 / 0.55);
}

.border-beursvloer\/60 {
  border-color: rgb(204 141 20 / 0.6);
}

.border-beursvloer\/65 {
  border-color: rgb(204 141 20 / 0.65);
}

.border-beursvloer\/70 {
  border-color: rgb(204 141 20 / 0.7);
}

.border-beursvloer\/75 {
  border-color: rgb(204 141 20 / 0.75);
}

.border-beursvloer\/80 {
  border-color: rgb(204 141 20 / 0.8);
}

.border-beursvloer\/85 {
  border-color: rgb(204 141 20 / 0.85);
}

.border-beursvloer\/90 {
  border-color: rgb(204 141 20 / 0.9);
}

.border-beursvloer\/95 {
  border-color: rgb(204 141 20 / 0.95);
}

.border-casepresentatie {
  --tw-border-opacity: 1;
  border-color: rgb(96 143 132 / var(--tw-border-opacity, 1));
}

.border-casepresentatie\/0 {
  border-color: rgb(96 143 132 / 0);
}

.border-casepresentatie\/10 {
  border-color: rgb(96 143 132 / 0.1);
}

.border-casepresentatie\/100 {
  border-color: rgb(96 143 132 / 1);
}

.border-casepresentatie\/15 {
  border-color: rgb(96 143 132 / 0.15);
}

.border-casepresentatie\/20 {
  border-color: rgb(96 143 132 / 0.2);
}

.border-casepresentatie\/25 {
  border-color: rgb(96 143 132 / 0.25);
}

.border-casepresentatie\/30 {
  border-color: rgb(96 143 132 / 0.3);
}

.border-casepresentatie\/35 {
  border-color: rgb(96 143 132 / 0.35);
}

.border-casepresentatie\/40 {
  border-color: rgb(96 143 132 / 0.4);
}

.border-casepresentatie\/45 {
  border-color: rgb(96 143 132 / 0.45);
}

.border-casepresentatie\/5 {
  border-color: rgb(96 143 132 / 0.05);
}

.border-casepresentatie\/50 {
  border-color: rgb(96 143 132 / 0.5);
}

.border-casepresentatie\/55 {
  border-color: rgb(96 143 132 / 0.55);
}

.border-casepresentatie\/60 {
  border-color: rgb(96 143 132 / 0.6);
}

.border-casepresentatie\/65 {
  border-color: rgb(96 143 132 / 0.65);
}

.border-casepresentatie\/70 {
  border-color: rgb(96 143 132 / 0.7);
}

.border-casepresentatie\/75 {
  border-color: rgb(96 143 132 / 0.75);
}

.border-casepresentatie\/80 {
  border-color: rgb(96 143 132 / 0.8);
}

.border-casepresentatie\/85 {
  border-color: rgb(96 143 132 / 0.85);
}

.border-casepresentatie\/90 {
  border-color: rgb(96 143 132 / 0.9);
}

.border-casepresentatie\/95 {
  border-color: rgb(96 143 132 / 0.95);
}

.border-expertsessie {
  --tw-border-opacity: 1;
  border-color: rgb(144 96 144 / var(--tw-border-opacity, 1));
}

.border-expertsessie\/0 {
  border-color: rgb(144 96 144 / 0);
}

.border-expertsessie\/10 {
  border-color: rgb(144 96 144 / 0.1);
}

.border-expertsessie\/100 {
  border-color: rgb(144 96 144 / 1);
}

.border-expertsessie\/15 {
  border-color: rgb(144 96 144 / 0.15);
}

.border-expertsessie\/20 {
  border-color: rgb(144 96 144 / 0.2);
}

.border-expertsessie\/25 {
  border-color: rgb(144 96 144 / 0.25);
}

.border-expertsessie\/30 {
  border-color: rgb(144 96 144 / 0.3);
}

.border-expertsessie\/35 {
  border-color: rgb(144 96 144 / 0.35);
}

.border-expertsessie\/40 {
  border-color: rgb(144 96 144 / 0.4);
}

.border-expertsessie\/45 {
  border-color: rgb(144 96 144 / 0.45);
}

.border-expertsessie\/5 {
  border-color: rgb(144 96 144 / 0.05);
}

.border-expertsessie\/50 {
  border-color: rgb(144 96 144 / 0.5);
}

.border-expertsessie\/55 {
  border-color: rgb(144 96 144 / 0.55);
}

.border-expertsessie\/60 {
  border-color: rgb(144 96 144 / 0.6);
}

.border-expertsessie\/65 {
  border-color: rgb(144 96 144 / 0.65);
}

.border-expertsessie\/70 {
  border-color: rgb(144 96 144 / 0.7);
}

.border-expertsessie\/75 {
  border-color: rgb(144 96 144 / 0.75);
}

.border-expertsessie\/80 {
  border-color: rgb(144 96 144 / 0.8);
}

.border-expertsessie\/85 {
  border-color: rgb(144 96 144 / 0.85);
}

.border-expertsessie\/90 {
  border-color: rgb(144 96 144 / 0.9);
}

.border-expertsessie\/95 {
  border-color: rgb(144 96 144 / 0.95);
}

.border-inspiratiesessie {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}

.border-inspiratiesessie\/0 {
  border-color: rgb(0 174 239 / 0);
}

.border-inspiratiesessie\/10 {
  border-color: rgb(0 174 239 / 0.1);
}

.border-inspiratiesessie\/100 {
  border-color: rgb(0 174 239 / 1);
}

.border-inspiratiesessie\/15 {
  border-color: rgb(0 174 239 / 0.15);
}

.border-inspiratiesessie\/20 {
  border-color: rgb(0 174 239 / 0.2);
}

.border-inspiratiesessie\/25 {
  border-color: rgb(0 174 239 / 0.25);
}

.border-inspiratiesessie\/30 {
  border-color: rgb(0 174 239 / 0.3);
}

.border-inspiratiesessie\/35 {
  border-color: rgb(0 174 239 / 0.35);
}

.border-inspiratiesessie\/40 {
  border-color: rgb(0 174 239 / 0.4);
}

.border-inspiratiesessie\/45 {
  border-color: rgb(0 174 239 / 0.45);
}

.border-inspiratiesessie\/5 {
  border-color: rgb(0 174 239 / 0.05);
}

.border-inspiratiesessie\/50 {
  border-color: rgb(0 174 239 / 0.5);
}

.border-inspiratiesessie\/55 {
  border-color: rgb(0 174 239 / 0.55);
}

.border-inspiratiesessie\/60 {
  border-color: rgb(0 174 239 / 0.6);
}

.border-inspiratiesessie\/65 {
  border-color: rgb(0 174 239 / 0.65);
}

.border-inspiratiesessie\/70 {
  border-color: rgb(0 174 239 / 0.7);
}

.border-inspiratiesessie\/75 {
  border-color: rgb(0 174 239 / 0.75);
}

.border-inspiratiesessie\/80 {
  border-color: rgb(0 174 239 / 0.8);
}

.border-inspiratiesessie\/85 {
  border-color: rgb(0 174 239 / 0.85);
}

.border-inspiratiesessie\/90 {
  border-color: rgb(0 174 239 / 0.9);
}

.border-inspiratiesessie\/95 {
  border-color: rgb(0 174 239 / 0.95);
}

.border-paneldiscussie {
  --tw-border-opacity: 1;
  border-color: rgb(145 190 213 / var(--tw-border-opacity, 1));
}

.border-paneldiscussie\/0 {
  border-color: rgb(145 190 213 / 0);
}

.border-paneldiscussie\/10 {
  border-color: rgb(145 190 213 / 0.1);
}

.border-paneldiscussie\/100 {
  border-color: rgb(145 190 213 / 1);
}

.border-paneldiscussie\/15 {
  border-color: rgb(145 190 213 / 0.15);
}

.border-paneldiscussie\/20 {
  border-color: rgb(145 190 213 / 0.2);
}

.border-paneldiscussie\/25 {
  border-color: rgb(145 190 213 / 0.25);
}

.border-paneldiscussie\/30 {
  border-color: rgb(145 190 213 / 0.3);
}

.border-paneldiscussie\/35 {
  border-color: rgb(145 190 213 / 0.35);
}

.border-paneldiscussie\/40 {
  border-color: rgb(145 190 213 / 0.4);
}

.border-paneldiscussie\/45 {
  border-color: rgb(145 190 213 / 0.45);
}

.border-paneldiscussie\/5 {
  border-color: rgb(145 190 213 / 0.05);
}

.border-paneldiscussie\/50 {
  border-color: rgb(145 190 213 / 0.5);
}

.border-paneldiscussie\/55 {
  border-color: rgb(145 190 213 / 0.55);
}

.border-paneldiscussie\/60 {
  border-color: rgb(145 190 213 / 0.6);
}

.border-paneldiscussie\/65 {
  border-color: rgb(145 190 213 / 0.65);
}

.border-paneldiscussie\/70 {
  border-color: rgb(145 190 213 / 0.7);
}

.border-paneldiscussie\/75 {
  border-color: rgb(145 190 213 / 0.75);
}

.border-paneldiscussie\/80 {
  border-color: rgb(145 190 213 / 0.8);
}

.border-paneldiscussie\/85 {
  border-color: rgb(145 190 213 / 0.85);
}

.border-paneldiscussie\/90 {
  border-color: rgb(145 190 213 / 0.9);
}

.border-paneldiscussie\/95 {
  border-color: rgb(145 190 213 / 0.95);
}

.border-productpresentatie {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity, 1));
}

.border-productpresentatie\/0 {
  border-color: rgb(255 102 102 / 0);
}

.border-productpresentatie\/10 {
  border-color: rgb(255 102 102 / 0.1);
}

.border-productpresentatie\/100 {
  border-color: rgb(255 102 102 / 1);
}

.border-productpresentatie\/15 {
  border-color: rgb(255 102 102 / 0.15);
}

.border-productpresentatie\/20 {
  border-color: rgb(255 102 102 / 0.2);
}

.border-productpresentatie\/25 {
  border-color: rgb(255 102 102 / 0.25);
}

.border-productpresentatie\/30 {
  border-color: rgb(255 102 102 / 0.3);
}

.border-productpresentatie\/35 {
  border-color: rgb(255 102 102 / 0.35);
}

.border-productpresentatie\/40 {
  border-color: rgb(255 102 102 / 0.4);
}

.border-productpresentatie\/45 {
  border-color: rgb(255 102 102 / 0.45);
}

.border-productpresentatie\/5 {
  border-color: rgb(255 102 102 / 0.05);
}

.border-productpresentatie\/50 {
  border-color: rgb(255 102 102 / 0.5);
}

.border-productpresentatie\/55 {
  border-color: rgb(255 102 102 / 0.55);
}

.border-productpresentatie\/60 {
  border-color: rgb(255 102 102 / 0.6);
}

.border-productpresentatie\/65 {
  border-color: rgb(255 102 102 / 0.65);
}

.border-productpresentatie\/70 {
  border-color: rgb(255 102 102 / 0.7);
}

.border-productpresentatie\/75 {
  border-color: rgb(255 102 102 / 0.75);
}

.border-productpresentatie\/80 {
  border-color: rgb(255 102 102 / 0.8);
}

.border-productpresentatie\/85 {
  border-color: rgb(255 102 102 / 0.85);
}

.border-productpresentatie\/90 {
  border-color: rgb(255 102 102 / 0.9);
}

.border-productpresentatie\/95 {
  border-color: rgb(255 102 102 / 0.95);
}

.border-rondetafelsessie {
  --tw-border-opacity: 1;
  border-color: rgb(187 180 75 / var(--tw-border-opacity, 1));
}

.border-rondetafelsessie\/0 {
  border-color: rgb(187 180 75 / 0);
}

.border-rondetafelsessie\/10 {
  border-color: rgb(187 180 75 / 0.1);
}

.border-rondetafelsessie\/100 {
  border-color: rgb(187 180 75 / 1);
}

.border-rondetafelsessie\/15 {
  border-color: rgb(187 180 75 / 0.15);
}

.border-rondetafelsessie\/20 {
  border-color: rgb(187 180 75 / 0.2);
}

.border-rondetafelsessie\/25 {
  border-color: rgb(187 180 75 / 0.25);
}

.border-rondetafelsessie\/30 {
  border-color: rgb(187 180 75 / 0.3);
}

.border-rondetafelsessie\/35 {
  border-color: rgb(187 180 75 / 0.35);
}

.border-rondetafelsessie\/40 {
  border-color: rgb(187 180 75 / 0.4);
}

.border-rondetafelsessie\/45 {
  border-color: rgb(187 180 75 / 0.45);
}

.border-rondetafelsessie\/5 {
  border-color: rgb(187 180 75 / 0.05);
}

.border-rondetafelsessie\/50 {
  border-color: rgb(187 180 75 / 0.5);
}

.border-rondetafelsessie\/55 {
  border-color: rgb(187 180 75 / 0.55);
}

.border-rondetafelsessie\/60 {
  border-color: rgb(187 180 75 / 0.6);
}

.border-rondetafelsessie\/65 {
  border-color: rgb(187 180 75 / 0.65);
}

.border-rondetafelsessie\/70 {
  border-color: rgb(187 180 75 / 0.7);
}

.border-rondetafelsessie\/75 {
  border-color: rgb(187 180 75 / 0.75);
}

.border-rondetafelsessie\/80 {
  border-color: rgb(187 180 75 / 0.8);
}

.border-rondetafelsessie\/85 {
  border-color: rgb(187 180 75 / 0.85);
}

.border-rondetafelsessie\/90 {
  border-color: rgb(187 180 75 / 0.9);
}

.border-rondetafelsessie\/95 {
  border-color: rgb(187 180 75 / 0.95);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-b-grey-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 69 69 / var(--tw-border-opacity, 1));
}

.bg-beursvloer {
  --tw-bg-opacity: 1;
  background-color: rgb(204 141 20 / var(--tw-bg-opacity, 1));
}

.bg-beursvloer\/0 {
  background-color: rgb(204 141 20 / 0);
}

.bg-beursvloer\/10 {
  background-color: rgb(204 141 20 / 0.1);
}

.bg-beursvloer\/100 {
  background-color: rgb(204 141 20 / 1);
}

.bg-beursvloer\/15 {
  background-color: rgb(204 141 20 / 0.15);
}

.bg-beursvloer\/20 {
  background-color: rgb(204 141 20 / 0.2);
}

.bg-beursvloer\/25 {
  background-color: rgb(204 141 20 / 0.25);
}

.bg-beursvloer\/30 {
  background-color: rgb(204 141 20 / 0.3);
}

.bg-beursvloer\/35 {
  background-color: rgb(204 141 20 / 0.35);
}

.bg-beursvloer\/40 {
  background-color: rgb(204 141 20 / 0.4);
}

.bg-beursvloer\/45 {
  background-color: rgb(204 141 20 / 0.45);
}

.bg-beursvloer\/5 {
  background-color: rgb(204 141 20 / 0.05);
}

.bg-beursvloer\/50 {
  background-color: rgb(204 141 20 / 0.5);
}

.bg-beursvloer\/55 {
  background-color: rgb(204 141 20 / 0.55);
}

.bg-beursvloer\/60 {
  background-color: rgb(204 141 20 / 0.6);
}

.bg-beursvloer\/65 {
  background-color: rgb(204 141 20 / 0.65);
}

.bg-beursvloer\/70 {
  background-color: rgb(204 141 20 / 0.7);
}

.bg-beursvloer\/75 {
  background-color: rgb(204 141 20 / 0.75);
}

.bg-beursvloer\/80 {
  background-color: rgb(204 141 20 / 0.8);
}

.bg-beursvloer\/85 {
  background-color: rgb(204 141 20 / 0.85);
}

.bg-beursvloer\/90 {
  background-color: rgb(204 141 20 / 0.9);
}

.bg-beursvloer\/95 {
  background-color: rgb(204 141 20 / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 157 224 / var(--tw-bg-opacity, 1));
}

.bg-casepresentatie {
  --tw-bg-opacity: 1;
  background-color: rgb(96 143 132 / var(--tw-bg-opacity, 1));
}

.bg-casepresentatie\/0 {
  background-color: rgb(96 143 132 / 0);
}

.bg-casepresentatie\/10 {
  background-color: rgb(96 143 132 / 0.1);
}

.bg-casepresentatie\/100 {
  background-color: rgb(96 143 132 / 1);
}

.bg-casepresentatie\/15 {
  background-color: rgb(96 143 132 / 0.15);
}

.bg-casepresentatie\/20 {
  background-color: rgb(96 143 132 / 0.2);
}

.bg-casepresentatie\/25 {
  background-color: rgb(96 143 132 / 0.25);
}

.bg-casepresentatie\/30 {
  background-color: rgb(96 143 132 / 0.3);
}

.bg-casepresentatie\/35 {
  background-color: rgb(96 143 132 / 0.35);
}

.bg-casepresentatie\/40 {
  background-color: rgb(96 143 132 / 0.4);
}

.bg-casepresentatie\/45 {
  background-color: rgb(96 143 132 / 0.45);
}

.bg-casepresentatie\/5 {
  background-color: rgb(96 143 132 / 0.05);
}

.bg-casepresentatie\/50 {
  background-color: rgb(96 143 132 / 0.5);
}

.bg-casepresentatie\/55 {
  background-color: rgb(96 143 132 / 0.55);
}

.bg-casepresentatie\/60 {
  background-color: rgb(96 143 132 / 0.6);
}

.bg-casepresentatie\/65 {
  background-color: rgb(96 143 132 / 0.65);
}

.bg-casepresentatie\/70 {
  background-color: rgb(96 143 132 / 0.7);
}

.bg-casepresentatie\/75 {
  background-color: rgb(96 143 132 / 0.75);
}

.bg-casepresentatie\/80 {
  background-color: rgb(96 143 132 / 0.8);
}

.bg-casepresentatie\/85 {
  background-color: rgb(96 143 132 / 0.85);
}

.bg-casepresentatie\/90 {
  background-color: rgb(96 143 132 / 0.9);
}

.bg-casepresentatie\/95 {
  background-color: rgb(96 143 132 / 0.95);
}

.bg-expertsessie {
  --tw-bg-opacity: 1;
  background-color: rgb(144 96 144 / var(--tw-bg-opacity, 1));
}

.bg-expertsessie\/0 {
  background-color: rgb(144 96 144 / 0);
}

.bg-expertsessie\/10 {
  background-color: rgb(144 96 144 / 0.1);
}

.bg-expertsessie\/100 {
  background-color: rgb(144 96 144 / 1);
}

.bg-expertsessie\/15 {
  background-color: rgb(144 96 144 / 0.15);
}

.bg-expertsessie\/20 {
  background-color: rgb(144 96 144 / 0.2);
}

.bg-expertsessie\/25 {
  background-color: rgb(144 96 144 / 0.25);
}

.bg-expertsessie\/30 {
  background-color: rgb(144 96 144 / 0.3);
}

.bg-expertsessie\/35 {
  background-color: rgb(144 96 144 / 0.35);
}

.bg-expertsessie\/40 {
  background-color: rgb(144 96 144 / 0.4);
}

.bg-expertsessie\/45 {
  background-color: rgb(144 96 144 / 0.45);
}

.bg-expertsessie\/5 {
  background-color: rgb(144 96 144 / 0.05);
}

.bg-expertsessie\/50 {
  background-color: rgb(144 96 144 / 0.5);
}

.bg-expertsessie\/55 {
  background-color: rgb(144 96 144 / 0.55);
}

.bg-expertsessie\/60 {
  background-color: rgb(144 96 144 / 0.6);
}

.bg-expertsessie\/65 {
  background-color: rgb(144 96 144 / 0.65);
}

.bg-expertsessie\/70 {
  background-color: rgb(144 96 144 / 0.7);
}

.bg-expertsessie\/75 {
  background-color: rgb(144 96 144 / 0.75);
}

.bg-expertsessie\/80 {
  background-color: rgb(144 96 144 / 0.8);
}

.bg-expertsessie\/85 {
  background-color: rgb(144 96 144 / 0.85);
}

.bg-expertsessie\/90 {
  background-color: rgb(144 96 144 / 0.9);
}

.bg-expertsessie\/95 {
  background-color: rgb(144 96 144 / 0.95);
}

.bg-inspiratiesessie {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}

.bg-inspiratiesessie\/0 {
  background-color: rgb(0 174 239 / 0);
}

.bg-inspiratiesessie\/10 {
  background-color: rgb(0 174 239 / 0.1);
}

.bg-inspiratiesessie\/100 {
  background-color: rgb(0 174 239 / 1);
}

.bg-inspiratiesessie\/15 {
  background-color: rgb(0 174 239 / 0.15);
}

.bg-inspiratiesessie\/20 {
  background-color: rgb(0 174 239 / 0.2);
}

.bg-inspiratiesessie\/25 {
  background-color: rgb(0 174 239 / 0.25);
}

.bg-inspiratiesessie\/30 {
  background-color: rgb(0 174 239 / 0.3);
}

.bg-inspiratiesessie\/35 {
  background-color: rgb(0 174 239 / 0.35);
}

.bg-inspiratiesessie\/40 {
  background-color: rgb(0 174 239 / 0.4);
}

.bg-inspiratiesessie\/45 {
  background-color: rgb(0 174 239 / 0.45);
}

.bg-inspiratiesessie\/5 {
  background-color: rgb(0 174 239 / 0.05);
}

.bg-inspiratiesessie\/50 {
  background-color: rgb(0 174 239 / 0.5);
}

.bg-inspiratiesessie\/55 {
  background-color: rgb(0 174 239 / 0.55);
}

.bg-inspiratiesessie\/60 {
  background-color: rgb(0 174 239 / 0.6);
}

.bg-inspiratiesessie\/65 {
  background-color: rgb(0 174 239 / 0.65);
}

.bg-inspiratiesessie\/70 {
  background-color: rgb(0 174 239 / 0.7);
}

.bg-inspiratiesessie\/75 {
  background-color: rgb(0 174 239 / 0.75);
}

.bg-inspiratiesessie\/80 {
  background-color: rgb(0 174 239 / 0.8);
}

.bg-inspiratiesessie\/85 {
  background-color: rgb(0 174 239 / 0.85);
}

.bg-inspiratiesessie\/90 {
  background-color: rgb(0 174 239 / 0.9);
}

.bg-inspiratiesessie\/95 {
  background-color: rgb(0 174 239 / 0.95);
}

.bg-orange-500 {
  background-color: var(--color-primary, #FF6600);
}

.bg-paneldiscussie {
  --tw-bg-opacity: 1;
  background-color: rgb(145 190 213 / var(--tw-bg-opacity, 1));
}

.bg-paneldiscussie\/0 {
  background-color: rgb(145 190 213 / 0);
}

.bg-paneldiscussie\/10 {
  background-color: rgb(145 190 213 / 0.1);
}

.bg-paneldiscussie\/100 {
  background-color: rgb(145 190 213 / 1);
}

.bg-paneldiscussie\/15 {
  background-color: rgb(145 190 213 / 0.15);
}

.bg-paneldiscussie\/20 {
  background-color: rgb(145 190 213 / 0.2);
}

.bg-paneldiscussie\/25 {
  background-color: rgb(145 190 213 / 0.25);
}

.bg-paneldiscussie\/30 {
  background-color: rgb(145 190 213 / 0.3);
}

.bg-paneldiscussie\/35 {
  background-color: rgb(145 190 213 / 0.35);
}

.bg-paneldiscussie\/40 {
  background-color: rgb(145 190 213 / 0.4);
}

.bg-paneldiscussie\/45 {
  background-color: rgb(145 190 213 / 0.45);
}

.bg-paneldiscussie\/5 {
  background-color: rgb(145 190 213 / 0.05);
}

.bg-paneldiscussie\/50 {
  background-color: rgb(145 190 213 / 0.5);
}

.bg-paneldiscussie\/55 {
  background-color: rgb(145 190 213 / 0.55);
}

.bg-paneldiscussie\/60 {
  background-color: rgb(145 190 213 / 0.6);
}

.bg-paneldiscussie\/65 {
  background-color: rgb(145 190 213 / 0.65);
}

.bg-paneldiscussie\/70 {
  background-color: rgb(145 190 213 / 0.7);
}

.bg-paneldiscussie\/75 {
  background-color: rgb(145 190 213 / 0.75);
}

.bg-paneldiscussie\/80 {
  background-color: rgb(145 190 213 / 0.8);
}

.bg-paneldiscussie\/85 {
  background-color: rgb(145 190 213 / 0.85);
}

.bg-paneldiscussie\/90 {
  background-color: rgb(145 190 213 / 0.9);
}

.bg-paneldiscussie\/95 {
  background-color: rgb(145 190 213 / 0.95);
}

.bg-productpresentatie {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity, 1));
}

.bg-productpresentatie\/0 {
  background-color: rgb(255 102 102 / 0);
}

.bg-productpresentatie\/10 {
  background-color: rgb(255 102 102 / 0.1);
}

.bg-productpresentatie\/100 {
  background-color: rgb(255 102 102 / 1);
}

.bg-productpresentatie\/15 {
  background-color: rgb(255 102 102 / 0.15);
}

.bg-productpresentatie\/20 {
  background-color: rgb(255 102 102 / 0.2);
}

.bg-productpresentatie\/25 {
  background-color: rgb(255 102 102 / 0.25);
}

.bg-productpresentatie\/30 {
  background-color: rgb(255 102 102 / 0.3);
}

.bg-productpresentatie\/35 {
  background-color: rgb(255 102 102 / 0.35);
}

.bg-productpresentatie\/40 {
  background-color: rgb(255 102 102 / 0.4);
}

.bg-productpresentatie\/45 {
  background-color: rgb(255 102 102 / 0.45);
}

.bg-productpresentatie\/5 {
  background-color: rgb(255 102 102 / 0.05);
}

.bg-productpresentatie\/50 {
  background-color: rgb(255 102 102 / 0.5);
}

.bg-productpresentatie\/55 {
  background-color: rgb(255 102 102 / 0.55);
}

.bg-productpresentatie\/60 {
  background-color: rgb(255 102 102 / 0.6);
}

.bg-productpresentatie\/65 {
  background-color: rgb(255 102 102 / 0.65);
}

.bg-productpresentatie\/70 {
  background-color: rgb(255 102 102 / 0.7);
}

.bg-productpresentatie\/75 {
  background-color: rgb(255 102 102 / 0.75);
}

.bg-productpresentatie\/80 {
  background-color: rgb(255 102 102 / 0.8);
}

.bg-productpresentatie\/85 {
  background-color: rgb(255 102 102 / 0.85);
}

.bg-productpresentatie\/90 {
  background-color: rgb(255 102 102 / 0.9);
}

.bg-productpresentatie\/95 {
  background-color: rgb(255 102 102 / 0.95);
}

.bg-rondetafelsessie {
  --tw-bg-opacity: 1;
  background-color: rgb(187 180 75 / var(--tw-bg-opacity, 1));
}

.bg-rondetafelsessie\/0 {
  background-color: rgb(187 180 75 / 0);
}

.bg-rondetafelsessie\/10 {
  background-color: rgb(187 180 75 / 0.1);
}

.bg-rondetafelsessie\/100 {
  background-color: rgb(187 180 75 / 1);
}

.bg-rondetafelsessie\/15 {
  background-color: rgb(187 180 75 / 0.15);
}

.bg-rondetafelsessie\/20 {
  background-color: rgb(187 180 75 / 0.2);
}

.bg-rondetafelsessie\/25 {
  background-color: rgb(187 180 75 / 0.25);
}

.bg-rondetafelsessie\/30 {
  background-color: rgb(187 180 75 / 0.3);
}

.bg-rondetafelsessie\/35 {
  background-color: rgb(187 180 75 / 0.35);
}

.bg-rondetafelsessie\/40 {
  background-color: rgb(187 180 75 / 0.4);
}

.bg-rondetafelsessie\/45 {
  background-color: rgb(187 180 75 / 0.45);
}

.bg-rondetafelsessie\/5 {
  background-color: rgb(187 180 75 / 0.05);
}

.bg-rondetafelsessie\/50 {
  background-color: rgb(187 180 75 / 0.5);
}

.bg-rondetafelsessie\/55 {
  background-color: rgb(187 180 75 / 0.55);
}

.bg-rondetafelsessie\/60 {
  background-color: rgb(187 180 75 / 0.6);
}

.bg-rondetafelsessie\/65 {
  background-color: rgb(187 180 75 / 0.65);
}

.bg-rondetafelsessie\/70 {
  background-color: rgb(187 180 75 / 0.7);
}

.bg-rondetafelsessie\/75 {
  background-color: rgb(187 180 75 / 0.75);
}

.bg-rondetafelsessie\/80 {
  background-color: rgb(187 180 75 / 0.8);
}

.bg-rondetafelsessie\/85 {
  background-color: rgb(187 180 75 / 0.85);
}

.bg-rondetafelsessie\/90 {
  background-color: rgb(187 180 75 / 0.9);
}

.bg-rondetafelsessie\/95 {
  background-color: rgb(187 180 75 / 0.95);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-4 {
  padding: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.\!font-familjen-grotesk {
  font-family: Familjen Grotesk, sans-serif !important;
}

.font-familjen-grotesk {
  font-family: Familjen Grotesk, sans-serif;
}

.font-gibson {
  font-family: Gibson, sans-serif;
}

.font-source-sans {
  font-family: Source Sans Pro, sans-serif;
}

.text-2xl\/\[1\.5\] {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-base {
  font-size: 16px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.text-beursvloer {
  --tw-text-opacity: 1;
  color: rgb(204 141 20 / var(--tw-text-opacity, 1));
}

.text-beursvloer\/0 {
  color: rgb(204 141 20 / 0);
}

.text-beursvloer\/10 {
  color: rgb(204 141 20 / 0.1);
}

.text-beursvloer\/100 {
  color: rgb(204 141 20 / 1);
}

.text-beursvloer\/15 {
  color: rgb(204 141 20 / 0.15);
}

.text-beursvloer\/20 {
  color: rgb(204 141 20 / 0.2);
}

.text-beursvloer\/25 {
  color: rgb(204 141 20 / 0.25);
}

.text-beursvloer\/30 {
  color: rgb(204 141 20 / 0.3);
}

.text-beursvloer\/35 {
  color: rgb(204 141 20 / 0.35);
}

.text-beursvloer\/40 {
  color: rgb(204 141 20 / 0.4);
}

.text-beursvloer\/45 {
  color: rgb(204 141 20 / 0.45);
}

.text-beursvloer\/5 {
  color: rgb(204 141 20 / 0.05);
}

.text-beursvloer\/50 {
  color: rgb(204 141 20 / 0.5);
}

.text-beursvloer\/55 {
  color: rgb(204 141 20 / 0.55);
}

.text-beursvloer\/60 {
  color: rgb(204 141 20 / 0.6);
}

.text-beursvloer\/65 {
  color: rgb(204 141 20 / 0.65);
}

.text-beursvloer\/70 {
  color: rgb(204 141 20 / 0.7);
}

.text-beursvloer\/75 {
  color: rgb(204 141 20 / 0.75);
}

.text-beursvloer\/80 {
  color: rgb(204 141 20 / 0.8);
}

.text-beursvloer\/85 {
  color: rgb(204 141 20 / 0.85);
}

.text-beursvloer\/90 {
  color: rgb(204 141 20 / 0.9);
}

.text-beursvloer\/95 {
  color: rgb(204 141 20 / 0.95);
}

.text-casepresentatie {
  --tw-text-opacity: 1;
  color: rgb(96 143 132 / var(--tw-text-opacity, 1));
}

.text-casepresentatie\/0 {
  color: rgb(96 143 132 / 0);
}

.text-casepresentatie\/10 {
  color: rgb(96 143 132 / 0.1);
}

.text-casepresentatie\/100 {
  color: rgb(96 143 132 / 1);
}

.text-casepresentatie\/15 {
  color: rgb(96 143 132 / 0.15);
}

.text-casepresentatie\/20 {
  color: rgb(96 143 132 / 0.2);
}

.text-casepresentatie\/25 {
  color: rgb(96 143 132 / 0.25);
}

.text-casepresentatie\/30 {
  color: rgb(96 143 132 / 0.3);
}

.text-casepresentatie\/35 {
  color: rgb(96 143 132 / 0.35);
}

.text-casepresentatie\/40 {
  color: rgb(96 143 132 / 0.4);
}

.text-casepresentatie\/45 {
  color: rgb(96 143 132 / 0.45);
}

.text-casepresentatie\/5 {
  color: rgb(96 143 132 / 0.05);
}

.text-casepresentatie\/50 {
  color: rgb(96 143 132 / 0.5);
}

.text-casepresentatie\/55 {
  color: rgb(96 143 132 / 0.55);
}

.text-casepresentatie\/60 {
  color: rgb(96 143 132 / 0.6);
}

.text-casepresentatie\/65 {
  color: rgb(96 143 132 / 0.65);
}

.text-casepresentatie\/70 {
  color: rgb(96 143 132 / 0.7);
}

.text-casepresentatie\/75 {
  color: rgb(96 143 132 / 0.75);
}

.text-casepresentatie\/80 {
  color: rgb(96 143 132 / 0.8);
}

.text-casepresentatie\/85 {
  color: rgb(96 143 132 / 0.85);
}

.text-casepresentatie\/90 {
  color: rgb(96 143 132 / 0.9);
}

.text-casepresentatie\/95 {
  color: rgb(96 143 132 / 0.95);
}

.text-expertsessie {
  --tw-text-opacity: 1;
  color: rgb(144 96 144 / var(--tw-text-opacity, 1));
}

.text-expertsessie\/0 {
  color: rgb(144 96 144 / 0);
}

.text-expertsessie\/10 {
  color: rgb(144 96 144 / 0.1);
}

.text-expertsessie\/100 {
  color: rgb(144 96 144 / 1);
}

.text-expertsessie\/15 {
  color: rgb(144 96 144 / 0.15);
}

.text-expertsessie\/20 {
  color: rgb(144 96 144 / 0.2);
}

.text-expertsessie\/25 {
  color: rgb(144 96 144 / 0.25);
}

.text-expertsessie\/30 {
  color: rgb(144 96 144 / 0.3);
}

.text-expertsessie\/35 {
  color: rgb(144 96 144 / 0.35);
}

.text-expertsessie\/40 {
  color: rgb(144 96 144 / 0.4);
}

.text-expertsessie\/45 {
  color: rgb(144 96 144 / 0.45);
}

.text-expertsessie\/5 {
  color: rgb(144 96 144 / 0.05);
}

.text-expertsessie\/50 {
  color: rgb(144 96 144 / 0.5);
}

.text-expertsessie\/55 {
  color: rgb(144 96 144 / 0.55);
}

.text-expertsessie\/60 {
  color: rgb(144 96 144 / 0.6);
}

.text-expertsessie\/65 {
  color: rgb(144 96 144 / 0.65);
}

.text-expertsessie\/70 {
  color: rgb(144 96 144 / 0.7);
}

.text-expertsessie\/75 {
  color: rgb(144 96 144 / 0.75);
}

.text-expertsessie\/80 {
  color: rgb(144 96 144 / 0.8);
}

.text-expertsessie\/85 {
  color: rgb(144 96 144 / 0.85);
}

.text-expertsessie\/90 {
  color: rgb(144 96 144 / 0.9);
}

.text-expertsessie\/95 {
  color: rgb(144 96 144 / 0.95);
}

.text-inspiratiesessie {
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}

.text-inspiratiesessie\/0 {
  color: rgb(0 174 239 / 0);
}

.text-inspiratiesessie\/10 {
  color: rgb(0 174 239 / 0.1);
}

.text-inspiratiesessie\/100 {
  color: rgb(0 174 239 / 1);
}

.text-inspiratiesessie\/15 {
  color: rgb(0 174 239 / 0.15);
}

.text-inspiratiesessie\/20 {
  color: rgb(0 174 239 / 0.2);
}

.text-inspiratiesessie\/25 {
  color: rgb(0 174 239 / 0.25);
}

.text-inspiratiesessie\/30 {
  color: rgb(0 174 239 / 0.3);
}

.text-inspiratiesessie\/35 {
  color: rgb(0 174 239 / 0.35);
}

.text-inspiratiesessie\/40 {
  color: rgb(0 174 239 / 0.4);
}

.text-inspiratiesessie\/45 {
  color: rgb(0 174 239 / 0.45);
}

.text-inspiratiesessie\/5 {
  color: rgb(0 174 239 / 0.05);
}

.text-inspiratiesessie\/50 {
  color: rgb(0 174 239 / 0.5);
}

.text-inspiratiesessie\/55 {
  color: rgb(0 174 239 / 0.55);
}

.text-inspiratiesessie\/60 {
  color: rgb(0 174 239 / 0.6);
}

.text-inspiratiesessie\/65 {
  color: rgb(0 174 239 / 0.65);
}

.text-inspiratiesessie\/70 {
  color: rgb(0 174 239 / 0.7);
}

.text-inspiratiesessie\/75 {
  color: rgb(0 174 239 / 0.75);
}

.text-inspiratiesessie\/80 {
  color: rgb(0 174 239 / 0.8);
}

.text-inspiratiesessie\/85 {
  color: rgb(0 174 239 / 0.85);
}

.text-inspiratiesessie\/90 {
  color: rgb(0 174 239 / 0.9);
}

.text-inspiratiesessie\/95 {
  color: rgb(0 174 239 / 0.95);
}

.text-orange-500 {
  color: var(--color-primary, #FF6600);
}

.text-paneldiscussie {
  --tw-text-opacity: 1;
  color: rgb(145 190 213 / var(--tw-text-opacity, 1));
}

.text-paneldiscussie\/0 {
  color: rgb(145 190 213 / 0);
}

.text-paneldiscussie\/10 {
  color: rgb(145 190 213 / 0.1);
}

.text-paneldiscussie\/100 {
  color: rgb(145 190 213 / 1);
}

.text-paneldiscussie\/15 {
  color: rgb(145 190 213 / 0.15);
}

.text-paneldiscussie\/20 {
  color: rgb(145 190 213 / 0.2);
}

.text-paneldiscussie\/25 {
  color: rgb(145 190 213 / 0.25);
}

.text-paneldiscussie\/30 {
  color: rgb(145 190 213 / 0.3);
}

.text-paneldiscussie\/35 {
  color: rgb(145 190 213 / 0.35);
}

.text-paneldiscussie\/40 {
  color: rgb(145 190 213 / 0.4);
}

.text-paneldiscussie\/45 {
  color: rgb(145 190 213 / 0.45);
}

.text-paneldiscussie\/5 {
  color: rgb(145 190 213 / 0.05);
}

.text-paneldiscussie\/50 {
  color: rgb(145 190 213 / 0.5);
}

.text-paneldiscussie\/55 {
  color: rgb(145 190 213 / 0.55);
}

.text-paneldiscussie\/60 {
  color: rgb(145 190 213 / 0.6);
}

.text-paneldiscussie\/65 {
  color: rgb(145 190 213 / 0.65);
}

.text-paneldiscussie\/70 {
  color: rgb(145 190 213 / 0.7);
}

.text-paneldiscussie\/75 {
  color: rgb(145 190 213 / 0.75);
}

.text-paneldiscussie\/80 {
  color: rgb(145 190 213 / 0.8);
}

.text-paneldiscussie\/85 {
  color: rgb(145 190 213 / 0.85);
}

.text-paneldiscussie\/90 {
  color: rgb(145 190 213 / 0.9);
}

.text-paneldiscussie\/95 {
  color: rgb(145 190 213 / 0.95);
}

.text-productpresentatie {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity, 1));
}

.text-productpresentatie\/0 {
  color: rgb(255 102 102 / 0);
}

.text-productpresentatie\/10 {
  color: rgb(255 102 102 / 0.1);
}

.text-productpresentatie\/100 {
  color: rgb(255 102 102 / 1);
}

.text-productpresentatie\/15 {
  color: rgb(255 102 102 / 0.15);
}

.text-productpresentatie\/20 {
  color: rgb(255 102 102 / 0.2);
}

.text-productpresentatie\/25 {
  color: rgb(255 102 102 / 0.25);
}

.text-productpresentatie\/30 {
  color: rgb(255 102 102 / 0.3);
}

.text-productpresentatie\/35 {
  color: rgb(255 102 102 / 0.35);
}

.text-productpresentatie\/40 {
  color: rgb(255 102 102 / 0.4);
}

.text-productpresentatie\/45 {
  color: rgb(255 102 102 / 0.45);
}

.text-productpresentatie\/5 {
  color: rgb(255 102 102 / 0.05);
}

.text-productpresentatie\/50 {
  color: rgb(255 102 102 / 0.5);
}

.text-productpresentatie\/55 {
  color: rgb(255 102 102 / 0.55);
}

.text-productpresentatie\/60 {
  color: rgb(255 102 102 / 0.6);
}

.text-productpresentatie\/65 {
  color: rgb(255 102 102 / 0.65);
}

.text-productpresentatie\/70 {
  color: rgb(255 102 102 / 0.7);
}

.text-productpresentatie\/75 {
  color: rgb(255 102 102 / 0.75);
}

.text-productpresentatie\/80 {
  color: rgb(255 102 102 / 0.8);
}

.text-productpresentatie\/85 {
  color: rgb(255 102 102 / 0.85);
}

.text-productpresentatie\/90 {
  color: rgb(255 102 102 / 0.9);
}

.text-productpresentatie\/95 {
  color: rgb(255 102 102 / 0.95);
}

.text-rondetafelsessie {
  --tw-text-opacity: 1;
  color: rgb(187 180 75 / var(--tw-text-opacity, 1));
}

.text-rondetafelsessie\/0 {
  color: rgb(187 180 75 / 0);
}

.text-rondetafelsessie\/10 {
  color: rgb(187 180 75 / 0.1);
}

.text-rondetafelsessie\/100 {
  color: rgb(187 180 75 / 1);
}

.text-rondetafelsessie\/15 {
  color: rgb(187 180 75 / 0.15);
}

.text-rondetafelsessie\/20 {
  color: rgb(187 180 75 / 0.2);
}

.text-rondetafelsessie\/25 {
  color: rgb(187 180 75 / 0.25);
}

.text-rondetafelsessie\/30 {
  color: rgb(187 180 75 / 0.3);
}

.text-rondetafelsessie\/35 {
  color: rgb(187 180 75 / 0.35);
}

.text-rondetafelsessie\/40 {
  color: rgb(187 180 75 / 0.4);
}

.text-rondetafelsessie\/45 {
  color: rgb(187 180 75 / 0.45);
}

.text-rondetafelsessie\/5 {
  color: rgb(187 180 75 / 0.05);
}

.text-rondetafelsessie\/50 {
  color: rgb(187 180 75 / 0.5);
}

.text-rondetafelsessie\/55 {
  color: rgb(187 180 75 / 0.55);
}

.text-rondetafelsessie\/60 {
  color: rgb(187 180 75 / 0.6);
}

.text-rondetafelsessie\/65 {
  color: rgb(187 180 75 / 0.65);
}

.text-rondetafelsessie\/70 {
  color: rgb(187 180 75 / 0.7);
}

.text-rondetafelsessie\/75 {
  color: rgb(187 180 75 / 0.75);
}

.text-rondetafelsessie\/80 {
  color: rgb(187 180 75 / 0.8);
}

.text-rondetafelsessie\/85 {
  color: rgb(187 180 75 / 0.85);
}

.text-rondetafelsessie\/90 {
  color: rgb(187 180 75 / 0.9);
}

.text-rondetafelsessie\/95 {
  color: rgb(187 180 75 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.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);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.event-cta {
  container-type: inline-size;
  container-name: event-cta;
}

@container event-cta (min-width: 720px) {
  .event-cta .event-cta__inner {
    flex-direction: row;
    gap: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }

  @media (min-width: 768px) {
    .event-cta .event-cta__inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  .event-cta .event-cta__text {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .event-cta .event-cta__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}

.hover\:border-beursvloer:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 141 20 / var(--tw-border-opacity, 1));
}

.hover\:border-beursvloer\/0:hover {
  border-color: rgb(204 141 20 / 0);
}

.hover\:border-beursvloer\/10:hover {
  border-color: rgb(204 141 20 / 0.1);
}

.hover\:border-beursvloer\/100:hover {
  border-color: rgb(204 141 20 / 1);
}

.hover\:border-beursvloer\/15:hover {
  border-color: rgb(204 141 20 / 0.15);
}

.hover\:border-beursvloer\/20:hover {
  border-color: rgb(204 141 20 / 0.2);
}

.hover\:border-beursvloer\/25:hover {
  border-color: rgb(204 141 20 / 0.25);
}

.hover\:border-beursvloer\/30:hover {
  border-color: rgb(204 141 20 / 0.3);
}

.hover\:border-beursvloer\/35:hover {
  border-color: rgb(204 141 20 / 0.35);
}

.hover\:border-beursvloer\/40:hover {
  border-color: rgb(204 141 20 / 0.4);
}

.hover\:border-beursvloer\/45:hover {
  border-color: rgb(204 141 20 / 0.45);
}

.hover\:border-beursvloer\/5:hover {
  border-color: rgb(204 141 20 / 0.05);
}

.hover\:border-beursvloer\/50:hover {
  border-color: rgb(204 141 20 / 0.5);
}

.hover\:border-beursvloer\/55:hover {
  border-color: rgb(204 141 20 / 0.55);
}

.hover\:border-beursvloer\/60:hover {
  border-color: rgb(204 141 20 / 0.6);
}

.hover\:border-beursvloer\/65:hover {
  border-color: rgb(204 141 20 / 0.65);
}

.hover\:border-beursvloer\/70:hover {
  border-color: rgb(204 141 20 / 0.7);
}

.hover\:border-beursvloer\/75:hover {
  border-color: rgb(204 141 20 / 0.75);
}

.hover\:border-beursvloer\/80:hover {
  border-color: rgb(204 141 20 / 0.8);
}

.hover\:border-beursvloer\/85:hover {
  border-color: rgb(204 141 20 / 0.85);
}

.hover\:border-beursvloer\/90:hover {
  border-color: rgb(204 141 20 / 0.9);
}

.hover\:border-beursvloer\/95:hover {
  border-color: rgb(204 141 20 / 0.95);
}

.hover\:border-casepresentatie:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 143 132 / var(--tw-border-opacity, 1));
}

.hover\:border-casepresentatie\/0:hover {
  border-color: rgb(96 143 132 / 0);
}

.hover\:border-casepresentatie\/10:hover {
  border-color: rgb(96 143 132 / 0.1);
}

.hover\:border-casepresentatie\/100:hover {
  border-color: rgb(96 143 132 / 1);
}

.hover\:border-casepresentatie\/15:hover {
  border-color: rgb(96 143 132 / 0.15);
}

.hover\:border-casepresentatie\/20:hover {
  border-color: rgb(96 143 132 / 0.2);
}

.hover\:border-casepresentatie\/25:hover {
  border-color: rgb(96 143 132 / 0.25);
}

.hover\:border-casepresentatie\/30:hover {
  border-color: rgb(96 143 132 / 0.3);
}

.hover\:border-casepresentatie\/35:hover {
  border-color: rgb(96 143 132 / 0.35);
}

.hover\:border-casepresentatie\/40:hover {
  border-color: rgb(96 143 132 / 0.4);
}

.hover\:border-casepresentatie\/45:hover {
  border-color: rgb(96 143 132 / 0.45);
}

.hover\:border-casepresentatie\/5:hover {
  border-color: rgb(96 143 132 / 0.05);
}

.hover\:border-casepresentatie\/50:hover {
  border-color: rgb(96 143 132 / 0.5);
}

.hover\:border-casepresentatie\/55:hover {
  border-color: rgb(96 143 132 / 0.55);
}

.hover\:border-casepresentatie\/60:hover {
  border-color: rgb(96 143 132 / 0.6);
}

.hover\:border-casepresentatie\/65:hover {
  border-color: rgb(96 143 132 / 0.65);
}

.hover\:border-casepresentatie\/70:hover {
  border-color: rgb(96 143 132 / 0.7);
}

.hover\:border-casepresentatie\/75:hover {
  border-color: rgb(96 143 132 / 0.75);
}

.hover\:border-casepresentatie\/80:hover {
  border-color: rgb(96 143 132 / 0.8);
}

.hover\:border-casepresentatie\/85:hover {
  border-color: rgb(96 143 132 / 0.85);
}

.hover\:border-casepresentatie\/90:hover {
  border-color: rgb(96 143 132 / 0.9);
}

.hover\:border-casepresentatie\/95:hover {
  border-color: rgb(96 143 132 / 0.95);
}

.hover\:border-expertsessie:hover {
  --tw-border-opacity: 1;
  border-color: rgb(144 96 144 / var(--tw-border-opacity, 1));
}

.hover\:border-expertsessie\/0:hover {
  border-color: rgb(144 96 144 / 0);
}

.hover\:border-expertsessie\/10:hover {
  border-color: rgb(144 96 144 / 0.1);
}

.hover\:border-expertsessie\/100:hover {
  border-color: rgb(144 96 144 / 1);
}

.hover\:border-expertsessie\/15:hover {
  border-color: rgb(144 96 144 / 0.15);
}

.hover\:border-expertsessie\/20:hover {
  border-color: rgb(144 96 144 / 0.2);
}

.hover\:border-expertsessie\/25:hover {
  border-color: rgb(144 96 144 / 0.25);
}

.hover\:border-expertsessie\/30:hover {
  border-color: rgb(144 96 144 / 0.3);
}

.hover\:border-expertsessie\/35:hover {
  border-color: rgb(144 96 144 / 0.35);
}

.hover\:border-expertsessie\/40:hover {
  border-color: rgb(144 96 144 / 0.4);
}

.hover\:border-expertsessie\/45:hover {
  border-color: rgb(144 96 144 / 0.45);
}

.hover\:border-expertsessie\/5:hover {
  border-color: rgb(144 96 144 / 0.05);
}

.hover\:border-expertsessie\/50:hover {
  border-color: rgb(144 96 144 / 0.5);
}

.hover\:border-expertsessie\/55:hover {
  border-color: rgb(144 96 144 / 0.55);
}

.hover\:border-expertsessie\/60:hover {
  border-color: rgb(144 96 144 / 0.6);
}

.hover\:border-expertsessie\/65:hover {
  border-color: rgb(144 96 144 / 0.65);
}

.hover\:border-expertsessie\/70:hover {
  border-color: rgb(144 96 144 / 0.7);
}

.hover\:border-expertsessie\/75:hover {
  border-color: rgb(144 96 144 / 0.75);
}

.hover\:border-expertsessie\/80:hover {
  border-color: rgb(144 96 144 / 0.8);
}

.hover\:border-expertsessie\/85:hover {
  border-color: rgb(144 96 144 / 0.85);
}

.hover\:border-expertsessie\/90:hover {
  border-color: rgb(144 96 144 / 0.9);
}

.hover\:border-expertsessie\/95:hover {
  border-color: rgb(144 96 144 / 0.95);
}

.hover\:border-inspiratiesessie:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}

.hover\:border-inspiratiesessie\/0:hover {
  border-color: rgb(0 174 239 / 0);
}

.hover\:border-inspiratiesessie\/10:hover {
  border-color: rgb(0 174 239 / 0.1);
}

.hover\:border-inspiratiesessie\/100:hover {
  border-color: rgb(0 174 239 / 1);
}

.hover\:border-inspiratiesessie\/15:hover {
  border-color: rgb(0 174 239 / 0.15);
}

.hover\:border-inspiratiesessie\/20:hover {
  border-color: rgb(0 174 239 / 0.2);
}

.hover\:border-inspiratiesessie\/25:hover {
  border-color: rgb(0 174 239 / 0.25);
}

.hover\:border-inspiratiesessie\/30:hover {
  border-color: rgb(0 174 239 / 0.3);
}

.hover\:border-inspiratiesessie\/35:hover {
  border-color: rgb(0 174 239 / 0.35);
}

.hover\:border-inspiratiesessie\/40:hover {
  border-color: rgb(0 174 239 / 0.4);
}

.hover\:border-inspiratiesessie\/45:hover {
  border-color: rgb(0 174 239 / 0.45);
}

.hover\:border-inspiratiesessie\/5:hover {
  border-color: rgb(0 174 239 / 0.05);
}

.hover\:border-inspiratiesessie\/50:hover {
  border-color: rgb(0 174 239 / 0.5);
}

.hover\:border-inspiratiesessie\/55:hover {
  border-color: rgb(0 174 239 / 0.55);
}

.hover\:border-inspiratiesessie\/60:hover {
  border-color: rgb(0 174 239 / 0.6);
}

.hover\:border-inspiratiesessie\/65:hover {
  border-color: rgb(0 174 239 / 0.65);
}

.hover\:border-inspiratiesessie\/70:hover {
  border-color: rgb(0 174 239 / 0.7);
}

.hover\:border-inspiratiesessie\/75:hover {
  border-color: rgb(0 174 239 / 0.75);
}

.hover\:border-inspiratiesessie\/80:hover {
  border-color: rgb(0 174 239 / 0.8);
}

.hover\:border-inspiratiesessie\/85:hover {
  border-color: rgb(0 174 239 / 0.85);
}

.hover\:border-inspiratiesessie\/90:hover {
  border-color: rgb(0 174 239 / 0.9);
}

.hover\:border-inspiratiesessie\/95:hover {
  border-color: rgb(0 174 239 / 0.95);
}

.hover\:border-paneldiscussie:hover {
  --tw-border-opacity: 1;
  border-color: rgb(145 190 213 / var(--tw-border-opacity, 1));
}

.hover\:border-paneldiscussie\/0:hover {
  border-color: rgb(145 190 213 / 0);
}

.hover\:border-paneldiscussie\/10:hover {
  border-color: rgb(145 190 213 / 0.1);
}

.hover\:border-paneldiscussie\/100:hover {
  border-color: rgb(145 190 213 / 1);
}

.hover\:border-paneldiscussie\/15:hover {
  border-color: rgb(145 190 213 / 0.15);
}

.hover\:border-paneldiscussie\/20:hover {
  border-color: rgb(145 190 213 / 0.2);
}

.hover\:border-paneldiscussie\/25:hover {
  border-color: rgb(145 190 213 / 0.25);
}

.hover\:border-paneldiscussie\/30:hover {
  border-color: rgb(145 190 213 / 0.3);
}

.hover\:border-paneldiscussie\/35:hover {
  border-color: rgb(145 190 213 / 0.35);
}

.hover\:border-paneldiscussie\/40:hover {
  border-color: rgb(145 190 213 / 0.4);
}

.hover\:border-paneldiscussie\/45:hover {
  border-color: rgb(145 190 213 / 0.45);
}

.hover\:border-paneldiscussie\/5:hover {
  border-color: rgb(145 190 213 / 0.05);
}

.hover\:border-paneldiscussie\/50:hover {
  border-color: rgb(145 190 213 / 0.5);
}

.hover\:border-paneldiscussie\/55:hover {
  border-color: rgb(145 190 213 / 0.55);
}

.hover\:border-paneldiscussie\/60:hover {
  border-color: rgb(145 190 213 / 0.6);
}

.hover\:border-paneldiscussie\/65:hover {
  border-color: rgb(145 190 213 / 0.65);
}

.hover\:border-paneldiscussie\/70:hover {
  border-color: rgb(145 190 213 / 0.7);
}

.hover\:border-paneldiscussie\/75:hover {
  border-color: rgb(145 190 213 / 0.75);
}

.hover\:border-paneldiscussie\/80:hover {
  border-color: rgb(145 190 213 / 0.8);
}

.hover\:border-paneldiscussie\/85:hover {
  border-color: rgb(145 190 213 / 0.85);
}

.hover\:border-paneldiscussie\/90:hover {
  border-color: rgb(145 190 213 / 0.9);
}

.hover\:border-paneldiscussie\/95:hover {
  border-color: rgb(145 190 213 / 0.95);
}

.hover\:border-productpresentatie:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity, 1));
}

.hover\:border-productpresentatie\/0:hover {
  border-color: rgb(255 102 102 / 0);
}

.hover\:border-productpresentatie\/10:hover {
  border-color: rgb(255 102 102 / 0.1);
}

.hover\:border-productpresentatie\/100:hover {
  border-color: rgb(255 102 102 / 1);
}

.hover\:border-productpresentatie\/15:hover {
  border-color: rgb(255 102 102 / 0.15);
}

.hover\:border-productpresentatie\/20:hover {
  border-color: rgb(255 102 102 / 0.2);
}

.hover\:border-productpresentatie\/25:hover {
  border-color: rgb(255 102 102 / 0.25);
}

.hover\:border-productpresentatie\/30:hover {
  border-color: rgb(255 102 102 / 0.3);
}

.hover\:border-productpresentatie\/35:hover {
  border-color: rgb(255 102 102 / 0.35);
}

.hover\:border-productpresentatie\/40:hover {
  border-color: rgb(255 102 102 / 0.4);
}

.hover\:border-productpresentatie\/45:hover {
  border-color: rgb(255 102 102 / 0.45);
}

.hover\:border-productpresentatie\/5:hover {
  border-color: rgb(255 102 102 / 0.05);
}

.hover\:border-productpresentatie\/50:hover {
  border-color: rgb(255 102 102 / 0.5);
}

.hover\:border-productpresentatie\/55:hover {
  border-color: rgb(255 102 102 / 0.55);
}

.hover\:border-productpresentatie\/60:hover {
  border-color: rgb(255 102 102 / 0.6);
}

.hover\:border-productpresentatie\/65:hover {
  border-color: rgb(255 102 102 / 0.65);
}

.hover\:border-productpresentatie\/70:hover {
  border-color: rgb(255 102 102 / 0.7);
}

.hover\:border-productpresentatie\/75:hover {
  border-color: rgb(255 102 102 / 0.75);
}

.hover\:border-productpresentatie\/80:hover {
  border-color: rgb(255 102 102 / 0.8);
}

.hover\:border-productpresentatie\/85:hover {
  border-color: rgb(255 102 102 / 0.85);
}

.hover\:border-productpresentatie\/90:hover {
  border-color: rgb(255 102 102 / 0.9);
}

.hover\:border-productpresentatie\/95:hover {
  border-color: rgb(255 102 102 / 0.95);
}

.hover\:border-rondetafelsessie:hover {
  --tw-border-opacity: 1;
  border-color: rgb(187 180 75 / var(--tw-border-opacity, 1));
}

.hover\:border-rondetafelsessie\/0:hover {
  border-color: rgb(187 180 75 / 0);
}

.hover\:border-rondetafelsessie\/10:hover {
  border-color: rgb(187 180 75 / 0.1);
}

.hover\:border-rondetafelsessie\/100:hover {
  border-color: rgb(187 180 75 / 1);
}

.hover\:border-rondetafelsessie\/15:hover {
  border-color: rgb(187 180 75 / 0.15);
}

.hover\:border-rondetafelsessie\/20:hover {
  border-color: rgb(187 180 75 / 0.2);
}

.hover\:border-rondetafelsessie\/25:hover {
  border-color: rgb(187 180 75 / 0.25);
}

.hover\:border-rondetafelsessie\/30:hover {
  border-color: rgb(187 180 75 / 0.3);
}

.hover\:border-rondetafelsessie\/35:hover {
  border-color: rgb(187 180 75 / 0.35);
}

.hover\:border-rondetafelsessie\/40:hover {
  border-color: rgb(187 180 75 / 0.4);
}

.hover\:border-rondetafelsessie\/45:hover {
  border-color: rgb(187 180 75 / 0.45);
}

.hover\:border-rondetafelsessie\/5:hover {
  border-color: rgb(187 180 75 / 0.05);
}

.hover\:border-rondetafelsessie\/50:hover {
  border-color: rgb(187 180 75 / 0.5);
}

.hover\:border-rondetafelsessie\/55:hover {
  border-color: rgb(187 180 75 / 0.55);
}

.hover\:border-rondetafelsessie\/60:hover {
  border-color: rgb(187 180 75 / 0.6);
}

.hover\:border-rondetafelsessie\/65:hover {
  border-color: rgb(187 180 75 / 0.65);
}

.hover\:border-rondetafelsessie\/70:hover {
  border-color: rgb(187 180 75 / 0.7);
}

.hover\:border-rondetafelsessie\/75:hover {
  border-color: rgb(187 180 75 / 0.75);
}

.hover\:border-rondetafelsessie\/80:hover {
  border-color: rgb(187 180 75 / 0.8);
}

.hover\:border-rondetafelsessie\/85:hover {
  border-color: rgb(187 180 75 / 0.85);
}

.hover\:border-rondetafelsessie\/90:hover {
  border-color: rgb(187 180 75 / 0.9);
}

.hover\:border-rondetafelsessie\/95:hover {
  border-color: rgb(187 180 75 / 0.95);
}

.hover\:bg-beursvloer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 141 20 / var(--tw-bg-opacity, 1));
}

.hover\:bg-beursvloer\/0:hover {
  background-color: rgb(204 141 20 / 0);
}

.hover\:bg-beursvloer\/10:hover {
  background-color: rgb(204 141 20 / 0.1);
}

.hover\:bg-beursvloer\/100:hover {
  background-color: rgb(204 141 20 / 1);
}

.hover\:bg-beursvloer\/15:hover {
  background-color: rgb(204 141 20 / 0.15);
}

.hover\:bg-beursvloer\/20:hover {
  background-color: rgb(204 141 20 / 0.2);
}

.hover\:bg-beursvloer\/25:hover {
  background-color: rgb(204 141 20 / 0.25);
}

.hover\:bg-beursvloer\/30:hover {
  background-color: rgb(204 141 20 / 0.3);
}

.hover\:bg-beursvloer\/35:hover {
  background-color: rgb(204 141 20 / 0.35);
}

.hover\:bg-beursvloer\/40:hover {
  background-color: rgb(204 141 20 / 0.4);
}

.hover\:bg-beursvloer\/45:hover {
  background-color: rgb(204 141 20 / 0.45);
}

.hover\:bg-beursvloer\/5:hover {
  background-color: rgb(204 141 20 / 0.05);
}

.hover\:bg-beursvloer\/50:hover {
  background-color: rgb(204 141 20 / 0.5);
}

.hover\:bg-beursvloer\/55:hover {
  background-color: rgb(204 141 20 / 0.55);
}

.hover\:bg-beursvloer\/60:hover {
  background-color: rgb(204 141 20 / 0.6);
}

.hover\:bg-beursvloer\/65:hover {
  background-color: rgb(204 141 20 / 0.65);
}

.hover\:bg-beursvloer\/70:hover {
  background-color: rgb(204 141 20 / 0.7);
}

.hover\:bg-beursvloer\/75:hover {
  background-color: rgb(204 141 20 / 0.75);
}

.hover\:bg-beursvloer\/80:hover {
  background-color: rgb(204 141 20 / 0.8);
}

.hover\:bg-beursvloer\/85:hover {
  background-color: rgb(204 141 20 / 0.85);
}

.hover\:bg-beursvloer\/90:hover {
  background-color: rgb(204 141 20 / 0.9);
}

.hover\:bg-beursvloer\/95:hover {
  background-color: rgb(204 141 20 / 0.95);
}

.hover\:bg-casepresentatie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 143 132 / var(--tw-bg-opacity, 1));
}

.hover\:bg-casepresentatie\/0:hover {
  background-color: rgb(96 143 132 / 0);
}

.hover\:bg-casepresentatie\/10:hover {
  background-color: rgb(96 143 132 / 0.1);
}

.hover\:bg-casepresentatie\/100:hover {
  background-color: rgb(96 143 132 / 1);
}

.hover\:bg-casepresentatie\/15:hover {
  background-color: rgb(96 143 132 / 0.15);
}

.hover\:bg-casepresentatie\/20:hover {
  background-color: rgb(96 143 132 / 0.2);
}

.hover\:bg-casepresentatie\/25:hover {
  background-color: rgb(96 143 132 / 0.25);
}

.hover\:bg-casepresentatie\/30:hover {
  background-color: rgb(96 143 132 / 0.3);
}

.hover\:bg-casepresentatie\/35:hover {
  background-color: rgb(96 143 132 / 0.35);
}

.hover\:bg-casepresentatie\/40:hover {
  background-color: rgb(96 143 132 / 0.4);
}

.hover\:bg-casepresentatie\/45:hover {
  background-color: rgb(96 143 132 / 0.45);
}

.hover\:bg-casepresentatie\/5:hover {
  background-color: rgb(96 143 132 / 0.05);
}

.hover\:bg-casepresentatie\/50:hover {
  background-color: rgb(96 143 132 / 0.5);
}

.hover\:bg-casepresentatie\/55:hover {
  background-color: rgb(96 143 132 / 0.55);
}

.hover\:bg-casepresentatie\/60:hover {
  background-color: rgb(96 143 132 / 0.6);
}

.hover\:bg-casepresentatie\/65:hover {
  background-color: rgb(96 143 132 / 0.65);
}

.hover\:bg-casepresentatie\/70:hover {
  background-color: rgb(96 143 132 / 0.7);
}

.hover\:bg-casepresentatie\/75:hover {
  background-color: rgb(96 143 132 / 0.75);
}

.hover\:bg-casepresentatie\/80:hover {
  background-color: rgb(96 143 132 / 0.8);
}

.hover\:bg-casepresentatie\/85:hover {
  background-color: rgb(96 143 132 / 0.85);
}

.hover\:bg-casepresentatie\/90:hover {
  background-color: rgb(96 143 132 / 0.9);
}

.hover\:bg-casepresentatie\/95:hover {
  background-color: rgb(96 143 132 / 0.95);
}

.hover\:bg-expertsessie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(144 96 144 / var(--tw-bg-opacity, 1));
}

.hover\:bg-expertsessie\/0:hover {
  background-color: rgb(144 96 144 / 0);
}

.hover\:bg-expertsessie\/10:hover {
  background-color: rgb(144 96 144 / 0.1);
}

.hover\:bg-expertsessie\/100:hover {
  background-color: rgb(144 96 144 / 1);
}

.hover\:bg-expertsessie\/15:hover {
  background-color: rgb(144 96 144 / 0.15);
}

.hover\:bg-expertsessie\/20:hover {
  background-color: rgb(144 96 144 / 0.2);
}

.hover\:bg-expertsessie\/25:hover {
  background-color: rgb(144 96 144 / 0.25);
}

.hover\:bg-expertsessie\/30:hover {
  background-color: rgb(144 96 144 / 0.3);
}

.hover\:bg-expertsessie\/35:hover {
  background-color: rgb(144 96 144 / 0.35);
}

.hover\:bg-expertsessie\/40:hover {
  background-color: rgb(144 96 144 / 0.4);
}

.hover\:bg-expertsessie\/45:hover {
  background-color: rgb(144 96 144 / 0.45);
}

.hover\:bg-expertsessie\/5:hover {
  background-color: rgb(144 96 144 / 0.05);
}

.hover\:bg-expertsessie\/50:hover {
  background-color: rgb(144 96 144 / 0.5);
}

.hover\:bg-expertsessie\/55:hover {
  background-color: rgb(144 96 144 / 0.55);
}

.hover\:bg-expertsessie\/60:hover {
  background-color: rgb(144 96 144 / 0.6);
}

.hover\:bg-expertsessie\/65:hover {
  background-color: rgb(144 96 144 / 0.65);
}

.hover\:bg-expertsessie\/70:hover {
  background-color: rgb(144 96 144 / 0.7);
}

.hover\:bg-expertsessie\/75:hover {
  background-color: rgb(144 96 144 / 0.75);
}

.hover\:bg-expertsessie\/80:hover {
  background-color: rgb(144 96 144 / 0.8);
}

.hover\:bg-expertsessie\/85:hover {
  background-color: rgb(144 96 144 / 0.85);
}

.hover\:bg-expertsessie\/90:hover {
  background-color: rgb(144 96 144 / 0.9);
}

.hover\:bg-expertsessie\/95:hover {
  background-color: rgb(144 96 144 / 0.95);
}

.hover\:bg-inspiratiesessie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-inspiratiesessie\/0:hover {
  background-color: rgb(0 174 239 / 0);
}

.hover\:bg-inspiratiesessie\/10:hover {
  background-color: rgb(0 174 239 / 0.1);
}

.hover\:bg-inspiratiesessie\/100:hover {
  background-color: rgb(0 174 239 / 1);
}

.hover\:bg-inspiratiesessie\/15:hover {
  background-color: rgb(0 174 239 / 0.15);
}

.hover\:bg-inspiratiesessie\/20:hover {
  background-color: rgb(0 174 239 / 0.2);
}

.hover\:bg-inspiratiesessie\/25:hover {
  background-color: rgb(0 174 239 / 0.25);
}

.hover\:bg-inspiratiesessie\/30:hover {
  background-color: rgb(0 174 239 / 0.3);
}

.hover\:bg-inspiratiesessie\/35:hover {
  background-color: rgb(0 174 239 / 0.35);
}

.hover\:bg-inspiratiesessie\/40:hover {
  background-color: rgb(0 174 239 / 0.4);
}

.hover\:bg-inspiratiesessie\/45:hover {
  background-color: rgb(0 174 239 / 0.45);
}

.hover\:bg-inspiratiesessie\/5:hover {
  background-color: rgb(0 174 239 / 0.05);
}

.hover\:bg-inspiratiesessie\/50:hover {
  background-color: rgb(0 174 239 / 0.5);
}

.hover\:bg-inspiratiesessie\/55:hover {
  background-color: rgb(0 174 239 / 0.55);
}

.hover\:bg-inspiratiesessie\/60:hover {
  background-color: rgb(0 174 239 / 0.6);
}

.hover\:bg-inspiratiesessie\/65:hover {
  background-color: rgb(0 174 239 / 0.65);
}

.hover\:bg-inspiratiesessie\/70:hover {
  background-color: rgb(0 174 239 / 0.7);
}

.hover\:bg-inspiratiesessie\/75:hover {
  background-color: rgb(0 174 239 / 0.75);
}

.hover\:bg-inspiratiesessie\/80:hover {
  background-color: rgb(0 174 239 / 0.8);
}

.hover\:bg-inspiratiesessie\/85:hover {
  background-color: rgb(0 174 239 / 0.85);
}

.hover\:bg-inspiratiesessie\/90:hover {
  background-color: rgb(0 174 239 / 0.9);
}

.hover\:bg-inspiratiesessie\/95:hover {
  background-color: rgb(0 174 239 / 0.95);
}

.hover\:bg-paneldiscussie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(145 190 213 / var(--tw-bg-opacity, 1));
}

.hover\:bg-paneldiscussie\/0:hover {
  background-color: rgb(145 190 213 / 0);
}

.hover\:bg-paneldiscussie\/10:hover {
  background-color: rgb(145 190 213 / 0.1);
}

.hover\:bg-paneldiscussie\/100:hover {
  background-color: rgb(145 190 213 / 1);
}

.hover\:bg-paneldiscussie\/15:hover {
  background-color: rgb(145 190 213 / 0.15);
}

.hover\:bg-paneldiscussie\/20:hover {
  background-color: rgb(145 190 213 / 0.2);
}

.hover\:bg-paneldiscussie\/25:hover {
  background-color: rgb(145 190 213 / 0.25);
}

.hover\:bg-paneldiscussie\/30:hover {
  background-color: rgb(145 190 213 / 0.3);
}

.hover\:bg-paneldiscussie\/35:hover {
  background-color: rgb(145 190 213 / 0.35);
}

.hover\:bg-paneldiscussie\/40:hover {
  background-color: rgb(145 190 213 / 0.4);
}

.hover\:bg-paneldiscussie\/45:hover {
  background-color: rgb(145 190 213 / 0.45);
}

.hover\:bg-paneldiscussie\/5:hover {
  background-color: rgb(145 190 213 / 0.05);
}

.hover\:bg-paneldiscussie\/50:hover {
  background-color: rgb(145 190 213 / 0.5);
}

.hover\:bg-paneldiscussie\/55:hover {
  background-color: rgb(145 190 213 / 0.55);
}

.hover\:bg-paneldiscussie\/60:hover {
  background-color: rgb(145 190 213 / 0.6);
}

.hover\:bg-paneldiscussie\/65:hover {
  background-color: rgb(145 190 213 / 0.65);
}

.hover\:bg-paneldiscussie\/70:hover {
  background-color: rgb(145 190 213 / 0.7);
}

.hover\:bg-paneldiscussie\/75:hover {
  background-color: rgb(145 190 213 / 0.75);
}

.hover\:bg-paneldiscussie\/80:hover {
  background-color: rgb(145 190 213 / 0.8);
}

.hover\:bg-paneldiscussie\/85:hover {
  background-color: rgb(145 190 213 / 0.85);
}

.hover\:bg-paneldiscussie\/90:hover {
  background-color: rgb(145 190 213 / 0.9);
}

.hover\:bg-paneldiscussie\/95:hover {
  background-color: rgb(145 190 213 / 0.95);
}

.hover\:bg-productpresentatie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-productpresentatie\/0:hover {
  background-color: rgb(255 102 102 / 0);
}

.hover\:bg-productpresentatie\/10:hover {
  background-color: rgb(255 102 102 / 0.1);
}

.hover\:bg-productpresentatie\/100:hover {
  background-color: rgb(255 102 102 / 1);
}

.hover\:bg-productpresentatie\/15:hover {
  background-color: rgb(255 102 102 / 0.15);
}

.hover\:bg-productpresentatie\/20:hover {
  background-color: rgb(255 102 102 / 0.2);
}

.hover\:bg-productpresentatie\/25:hover {
  background-color: rgb(255 102 102 / 0.25);
}

.hover\:bg-productpresentatie\/30:hover {
  background-color: rgb(255 102 102 / 0.3);
}

.hover\:bg-productpresentatie\/35:hover {
  background-color: rgb(255 102 102 / 0.35);
}

.hover\:bg-productpresentatie\/40:hover {
  background-color: rgb(255 102 102 / 0.4);
}

.hover\:bg-productpresentatie\/45:hover {
  background-color: rgb(255 102 102 / 0.45);
}

.hover\:bg-productpresentatie\/5:hover {
  background-color: rgb(255 102 102 / 0.05);
}

.hover\:bg-productpresentatie\/50:hover {
  background-color: rgb(255 102 102 / 0.5);
}

.hover\:bg-productpresentatie\/55:hover {
  background-color: rgb(255 102 102 / 0.55);
}

.hover\:bg-productpresentatie\/60:hover {
  background-color: rgb(255 102 102 / 0.6);
}

.hover\:bg-productpresentatie\/65:hover {
  background-color: rgb(255 102 102 / 0.65);
}

.hover\:bg-productpresentatie\/70:hover {
  background-color: rgb(255 102 102 / 0.7);
}

.hover\:bg-productpresentatie\/75:hover {
  background-color: rgb(255 102 102 / 0.75);
}

.hover\:bg-productpresentatie\/80:hover {
  background-color: rgb(255 102 102 / 0.8);
}

.hover\:bg-productpresentatie\/85:hover {
  background-color: rgb(255 102 102 / 0.85);
}

.hover\:bg-productpresentatie\/90:hover {
  background-color: rgb(255 102 102 / 0.9);
}

.hover\:bg-productpresentatie\/95:hover {
  background-color: rgb(255 102 102 / 0.95);
}

.hover\:bg-rondetafelsessie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 180 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rondetafelsessie\/0:hover {
  background-color: rgb(187 180 75 / 0);
}

.hover\:bg-rondetafelsessie\/10:hover {
  background-color: rgb(187 180 75 / 0.1);
}

.hover\:bg-rondetafelsessie\/100:hover {
  background-color: rgb(187 180 75 / 1);
}

.hover\:bg-rondetafelsessie\/15:hover {
  background-color: rgb(187 180 75 / 0.15);
}

.hover\:bg-rondetafelsessie\/20:hover {
  background-color: rgb(187 180 75 / 0.2);
}

.hover\:bg-rondetafelsessie\/25:hover {
  background-color: rgb(187 180 75 / 0.25);
}

.hover\:bg-rondetafelsessie\/30:hover {
  background-color: rgb(187 180 75 / 0.3);
}

.hover\:bg-rondetafelsessie\/35:hover {
  background-color: rgb(187 180 75 / 0.35);
}

.hover\:bg-rondetafelsessie\/40:hover {
  background-color: rgb(187 180 75 / 0.4);
}

.hover\:bg-rondetafelsessie\/45:hover {
  background-color: rgb(187 180 75 / 0.45);
}

.hover\:bg-rondetafelsessie\/5:hover {
  background-color: rgb(187 180 75 / 0.05);
}

.hover\:bg-rondetafelsessie\/50:hover {
  background-color: rgb(187 180 75 / 0.5);
}

.hover\:bg-rondetafelsessie\/55:hover {
  background-color: rgb(187 180 75 / 0.55);
}

.hover\:bg-rondetafelsessie\/60:hover {
  background-color: rgb(187 180 75 / 0.6);
}

.hover\:bg-rondetafelsessie\/65:hover {
  background-color: rgb(187 180 75 / 0.65);
}

.hover\:bg-rondetafelsessie\/70:hover {
  background-color: rgb(187 180 75 / 0.7);
}

.hover\:bg-rondetafelsessie\/75:hover {
  background-color: rgb(187 180 75 / 0.75);
}

.hover\:bg-rondetafelsessie\/80:hover {
  background-color: rgb(187 180 75 / 0.8);
}

.hover\:bg-rondetafelsessie\/85:hover {
  background-color: rgb(187 180 75 / 0.85);
}

.hover\:bg-rondetafelsessie\/90:hover {
  background-color: rgb(187 180 75 / 0.9);
}

.hover\:bg-rondetafelsessie\/95:hover {
  background-color: rgb(187 180 75 / 0.95);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-beursvloer:hover {
  --tw-text-opacity: 1;
  color: rgb(204 141 20 / var(--tw-text-opacity, 1));
}

.hover\:text-beursvloer\/0:hover {
  color: rgb(204 141 20 / 0);
}

.hover\:text-beursvloer\/10:hover {
  color: rgb(204 141 20 / 0.1);
}

.hover\:text-beursvloer\/100:hover {
  color: rgb(204 141 20 / 1);
}

.hover\:text-beursvloer\/15:hover {
  color: rgb(204 141 20 / 0.15);
}

.hover\:text-beursvloer\/20:hover {
  color: rgb(204 141 20 / 0.2);
}

.hover\:text-beursvloer\/25:hover {
  color: rgb(204 141 20 / 0.25);
}

.hover\:text-beursvloer\/30:hover {
  color: rgb(204 141 20 / 0.3);
}

.hover\:text-beursvloer\/35:hover {
  color: rgb(204 141 20 / 0.35);
}

.hover\:text-beursvloer\/40:hover {
  color: rgb(204 141 20 / 0.4);
}

.hover\:text-beursvloer\/45:hover {
  color: rgb(204 141 20 / 0.45);
}

.hover\:text-beursvloer\/5:hover {
  color: rgb(204 141 20 / 0.05);
}

.hover\:text-beursvloer\/50:hover {
  color: rgb(204 141 20 / 0.5);
}

.hover\:text-beursvloer\/55:hover {
  color: rgb(204 141 20 / 0.55);
}

.hover\:text-beursvloer\/60:hover {
  color: rgb(204 141 20 / 0.6);
}

.hover\:text-beursvloer\/65:hover {
  color: rgb(204 141 20 / 0.65);
}

.hover\:text-beursvloer\/70:hover {
  color: rgb(204 141 20 / 0.7);
}

.hover\:text-beursvloer\/75:hover {
  color: rgb(204 141 20 / 0.75);
}

.hover\:text-beursvloer\/80:hover {
  color: rgb(204 141 20 / 0.8);
}

.hover\:text-beursvloer\/85:hover {
  color: rgb(204 141 20 / 0.85);
}

.hover\:text-beursvloer\/90:hover {
  color: rgb(204 141 20 / 0.9);
}

.hover\:text-beursvloer\/95:hover {
  color: rgb(204 141 20 / 0.95);
}

.hover\:text-casepresentatie:hover {
  --tw-text-opacity: 1;
  color: rgb(96 143 132 / var(--tw-text-opacity, 1));
}

.hover\:text-casepresentatie\/0:hover {
  color: rgb(96 143 132 / 0);
}

.hover\:text-casepresentatie\/10:hover {
  color: rgb(96 143 132 / 0.1);
}

.hover\:text-casepresentatie\/100:hover {
  color: rgb(96 143 132 / 1);
}

.hover\:text-casepresentatie\/15:hover {
  color: rgb(96 143 132 / 0.15);
}

.hover\:text-casepresentatie\/20:hover {
  color: rgb(96 143 132 / 0.2);
}

.hover\:text-casepresentatie\/25:hover {
  color: rgb(96 143 132 / 0.25);
}

.hover\:text-casepresentatie\/30:hover {
  color: rgb(96 143 132 / 0.3);
}

.hover\:text-casepresentatie\/35:hover {
  color: rgb(96 143 132 / 0.35);
}

.hover\:text-casepresentatie\/40:hover {
  color: rgb(96 143 132 / 0.4);
}

.hover\:text-casepresentatie\/45:hover {
  color: rgb(96 143 132 / 0.45);
}

.hover\:text-casepresentatie\/5:hover {
  color: rgb(96 143 132 / 0.05);
}

.hover\:text-casepresentatie\/50:hover {
  color: rgb(96 143 132 / 0.5);
}

.hover\:text-casepresentatie\/55:hover {
  color: rgb(96 143 132 / 0.55);
}

.hover\:text-casepresentatie\/60:hover {
  color: rgb(96 143 132 / 0.6);
}

.hover\:text-casepresentatie\/65:hover {
  color: rgb(96 143 132 / 0.65);
}

.hover\:text-casepresentatie\/70:hover {
  color: rgb(96 143 132 / 0.7);
}

.hover\:text-casepresentatie\/75:hover {
  color: rgb(96 143 132 / 0.75);
}

.hover\:text-casepresentatie\/80:hover {
  color: rgb(96 143 132 / 0.8);
}

.hover\:text-casepresentatie\/85:hover {
  color: rgb(96 143 132 / 0.85);
}

.hover\:text-casepresentatie\/90:hover {
  color: rgb(96 143 132 / 0.9);
}

.hover\:text-casepresentatie\/95:hover {
  color: rgb(96 143 132 / 0.95);
}

.hover\:text-expertsessie:hover {
  --tw-text-opacity: 1;
  color: rgb(144 96 144 / var(--tw-text-opacity, 1));
}

.hover\:text-expertsessie\/0:hover {
  color: rgb(144 96 144 / 0);
}

.hover\:text-expertsessie\/10:hover {
  color: rgb(144 96 144 / 0.1);
}

.hover\:text-expertsessie\/100:hover {
  color: rgb(144 96 144 / 1);
}

.hover\:text-expertsessie\/15:hover {
  color: rgb(144 96 144 / 0.15);
}

.hover\:text-expertsessie\/20:hover {
  color: rgb(144 96 144 / 0.2);
}

.hover\:text-expertsessie\/25:hover {
  color: rgb(144 96 144 / 0.25);
}

.hover\:text-expertsessie\/30:hover {
  color: rgb(144 96 144 / 0.3);
}

.hover\:text-expertsessie\/35:hover {
  color: rgb(144 96 144 / 0.35);
}

.hover\:text-expertsessie\/40:hover {
  color: rgb(144 96 144 / 0.4);
}

.hover\:text-expertsessie\/45:hover {
  color: rgb(144 96 144 / 0.45);
}

.hover\:text-expertsessie\/5:hover {
  color: rgb(144 96 144 / 0.05);
}

.hover\:text-expertsessie\/50:hover {
  color: rgb(144 96 144 / 0.5);
}

.hover\:text-expertsessie\/55:hover {
  color: rgb(144 96 144 / 0.55);
}

.hover\:text-expertsessie\/60:hover {
  color: rgb(144 96 144 / 0.6);
}

.hover\:text-expertsessie\/65:hover {
  color: rgb(144 96 144 / 0.65);
}

.hover\:text-expertsessie\/70:hover {
  color: rgb(144 96 144 / 0.7);
}

.hover\:text-expertsessie\/75:hover {
  color: rgb(144 96 144 / 0.75);
}

.hover\:text-expertsessie\/80:hover {
  color: rgb(144 96 144 / 0.8);
}

.hover\:text-expertsessie\/85:hover {
  color: rgb(144 96 144 / 0.85);
}

.hover\:text-expertsessie\/90:hover {
  color: rgb(144 96 144 / 0.9);
}

.hover\:text-expertsessie\/95:hover {
  color: rgb(144 96 144 / 0.95);
}

.hover\:text-inspiratiesessie:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}

.hover\:text-inspiratiesessie\/0:hover {
  color: rgb(0 174 239 / 0);
}

.hover\:text-inspiratiesessie\/10:hover {
  color: rgb(0 174 239 / 0.1);
}

.hover\:text-inspiratiesessie\/100:hover {
  color: rgb(0 174 239 / 1);
}

.hover\:text-inspiratiesessie\/15:hover {
  color: rgb(0 174 239 / 0.15);
}

.hover\:text-inspiratiesessie\/20:hover {
  color: rgb(0 174 239 / 0.2);
}

.hover\:text-inspiratiesessie\/25:hover {
  color: rgb(0 174 239 / 0.25);
}

.hover\:text-inspiratiesessie\/30:hover {
  color: rgb(0 174 239 / 0.3);
}

.hover\:text-inspiratiesessie\/35:hover {
  color: rgb(0 174 239 / 0.35);
}

.hover\:text-inspiratiesessie\/40:hover {
  color: rgb(0 174 239 / 0.4);
}

.hover\:text-inspiratiesessie\/45:hover {
  color: rgb(0 174 239 / 0.45);
}

.hover\:text-inspiratiesessie\/5:hover {
  color: rgb(0 174 239 / 0.05);
}

.hover\:text-inspiratiesessie\/50:hover {
  color: rgb(0 174 239 / 0.5);
}

.hover\:text-inspiratiesessie\/55:hover {
  color: rgb(0 174 239 / 0.55);
}

.hover\:text-inspiratiesessie\/60:hover {
  color: rgb(0 174 239 / 0.6);
}

.hover\:text-inspiratiesessie\/65:hover {
  color: rgb(0 174 239 / 0.65);
}

.hover\:text-inspiratiesessie\/70:hover {
  color: rgb(0 174 239 / 0.7);
}

.hover\:text-inspiratiesessie\/75:hover {
  color: rgb(0 174 239 / 0.75);
}

.hover\:text-inspiratiesessie\/80:hover {
  color: rgb(0 174 239 / 0.8);
}

.hover\:text-inspiratiesessie\/85:hover {
  color: rgb(0 174 239 / 0.85);
}

.hover\:text-inspiratiesessie\/90:hover {
  color: rgb(0 174 239 / 0.9);
}

.hover\:text-inspiratiesessie\/95:hover {
  color: rgb(0 174 239 / 0.95);
}

.hover\:text-orange-600:hover {
  color: var(--color-primary-hover, #cc5200);
}

.hover\:text-paneldiscussie:hover {
  --tw-text-opacity: 1;
  color: rgb(145 190 213 / var(--tw-text-opacity, 1));
}

.hover\:text-paneldiscussie\/0:hover {
  color: rgb(145 190 213 / 0);
}

.hover\:text-paneldiscussie\/10:hover {
  color: rgb(145 190 213 / 0.1);
}

.hover\:text-paneldiscussie\/100:hover {
  color: rgb(145 190 213 / 1);
}

.hover\:text-paneldiscussie\/15:hover {
  color: rgb(145 190 213 / 0.15);
}

.hover\:text-paneldiscussie\/20:hover {
  color: rgb(145 190 213 / 0.2);
}

.hover\:text-paneldiscussie\/25:hover {
  color: rgb(145 190 213 / 0.25);
}

.hover\:text-paneldiscussie\/30:hover {
  color: rgb(145 190 213 / 0.3);
}

.hover\:text-paneldiscussie\/35:hover {
  color: rgb(145 190 213 / 0.35);
}

.hover\:text-paneldiscussie\/40:hover {
  color: rgb(145 190 213 / 0.4);
}

.hover\:text-paneldiscussie\/45:hover {
  color: rgb(145 190 213 / 0.45);
}

.hover\:text-paneldiscussie\/5:hover {
  color: rgb(145 190 213 / 0.05);
}

.hover\:text-paneldiscussie\/50:hover {
  color: rgb(145 190 213 / 0.5);
}

.hover\:text-paneldiscussie\/55:hover {
  color: rgb(145 190 213 / 0.55);
}

.hover\:text-paneldiscussie\/60:hover {
  color: rgb(145 190 213 / 0.6);
}

.hover\:text-paneldiscussie\/65:hover {
  color: rgb(145 190 213 / 0.65);
}

.hover\:text-paneldiscussie\/70:hover {
  color: rgb(145 190 213 / 0.7);
}

.hover\:text-paneldiscussie\/75:hover {
  color: rgb(145 190 213 / 0.75);
}

.hover\:text-paneldiscussie\/80:hover {
  color: rgb(145 190 213 / 0.8);
}

.hover\:text-paneldiscussie\/85:hover {
  color: rgb(145 190 213 / 0.85);
}

.hover\:text-paneldiscussie\/90:hover {
  color: rgb(145 190 213 / 0.9);
}

.hover\:text-paneldiscussie\/95:hover {
  color: rgb(145 190 213 / 0.95);
}

.hover\:text-productpresentatie:hover {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity, 1));
}

.hover\:text-productpresentatie\/0:hover {
  color: rgb(255 102 102 / 0);
}

.hover\:text-productpresentatie\/10:hover {
  color: rgb(255 102 102 / 0.1);
}

.hover\:text-productpresentatie\/100:hover {
  color: rgb(255 102 102 / 1);
}

.hover\:text-productpresentatie\/15:hover {
  color: rgb(255 102 102 / 0.15);
}

.hover\:text-productpresentatie\/20:hover {
  color: rgb(255 102 102 / 0.2);
}

.hover\:text-productpresentatie\/25:hover {
  color: rgb(255 102 102 / 0.25);
}

.hover\:text-productpresentatie\/30:hover {
  color: rgb(255 102 102 / 0.3);
}

.hover\:text-productpresentatie\/35:hover {
  color: rgb(255 102 102 / 0.35);
}

.hover\:text-productpresentatie\/40:hover {
  color: rgb(255 102 102 / 0.4);
}

.hover\:text-productpresentatie\/45:hover {
  color: rgb(255 102 102 / 0.45);
}

.hover\:text-productpresentatie\/5:hover {
  color: rgb(255 102 102 / 0.05);
}

.hover\:text-productpresentatie\/50:hover {
  color: rgb(255 102 102 / 0.5);
}

.hover\:text-productpresentatie\/55:hover {
  color: rgb(255 102 102 / 0.55);
}

.hover\:text-productpresentatie\/60:hover {
  color: rgb(255 102 102 / 0.6);
}

.hover\:text-productpresentatie\/65:hover {
  color: rgb(255 102 102 / 0.65);
}

.hover\:text-productpresentatie\/70:hover {
  color: rgb(255 102 102 / 0.7);
}

.hover\:text-productpresentatie\/75:hover {
  color: rgb(255 102 102 / 0.75);
}

.hover\:text-productpresentatie\/80:hover {
  color: rgb(255 102 102 / 0.8);
}

.hover\:text-productpresentatie\/85:hover {
  color: rgb(255 102 102 / 0.85);
}

.hover\:text-productpresentatie\/90:hover {
  color: rgb(255 102 102 / 0.9);
}

.hover\:text-productpresentatie\/95:hover {
  color: rgb(255 102 102 / 0.95);
}

.hover\:text-rondetafelsessie:hover {
  --tw-text-opacity: 1;
  color: rgb(187 180 75 / var(--tw-text-opacity, 1));
}

.hover\:text-rondetafelsessie\/0:hover {
  color: rgb(187 180 75 / 0);
}

.hover\:text-rondetafelsessie\/10:hover {
  color: rgb(187 180 75 / 0.1);
}

.hover\:text-rondetafelsessie\/100:hover {
  color: rgb(187 180 75 / 1);
}

.hover\:text-rondetafelsessie\/15:hover {
  color: rgb(187 180 75 / 0.15);
}

.hover\:text-rondetafelsessie\/20:hover {
  color: rgb(187 180 75 / 0.2);
}

.hover\:text-rondetafelsessie\/25:hover {
  color: rgb(187 180 75 / 0.25);
}

.hover\:text-rondetafelsessie\/30:hover {
  color: rgb(187 180 75 / 0.3);
}

.hover\:text-rondetafelsessie\/35:hover {
  color: rgb(187 180 75 / 0.35);
}

.hover\:text-rondetafelsessie\/40:hover {
  color: rgb(187 180 75 / 0.4);
}

.hover\:text-rondetafelsessie\/45:hover {
  color: rgb(187 180 75 / 0.45);
}

.hover\:text-rondetafelsessie\/5:hover {
  color: rgb(187 180 75 / 0.05);
}

.hover\:text-rondetafelsessie\/50:hover {
  color: rgb(187 180 75 / 0.5);
}

.hover\:text-rondetafelsessie\/55:hover {
  color: rgb(187 180 75 / 0.55);
}

.hover\:text-rondetafelsessie\/60:hover {
  color: rgb(187 180 75 / 0.6);
}

.hover\:text-rondetafelsessie\/65:hover {
  color: rgb(187 180 75 / 0.65);
}

.hover\:text-rondetafelsessie\/70:hover {
  color: rgb(187 180 75 / 0.7);
}

.hover\:text-rondetafelsessie\/75:hover {
  color: rgb(187 180 75 / 0.75);
}

.hover\:text-rondetafelsessie\/80:hover {
  color: rgb(187 180 75 / 0.8);
}

.hover\:text-rondetafelsessie\/85:hover {
  color: rgb(187 180 75 / 0.85);
}

.hover\:text-rondetafelsessie\/90:hover {
  color: rgb(187 180 75 / 0.9);
}

.hover\:text-rondetafelsessie\/95:hover {
  color: rgb(187 180 75 / 0.95);
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:border-beursvloer:focus {
  --tw-border-opacity: 1;
  border-color: rgb(204 141 20 / var(--tw-border-opacity, 1));
}

.focus\:border-beursvloer\/0:focus {
  border-color: rgb(204 141 20 / 0);
}

.focus\:border-beursvloer\/10:focus {
  border-color: rgb(204 141 20 / 0.1);
}

.focus\:border-beursvloer\/100:focus {
  border-color: rgb(204 141 20 / 1);
}

.focus\:border-beursvloer\/15:focus {
  border-color: rgb(204 141 20 / 0.15);
}

.focus\:border-beursvloer\/20:focus {
  border-color: rgb(204 141 20 / 0.2);
}

.focus\:border-beursvloer\/25:focus {
  border-color: rgb(204 141 20 / 0.25);
}

.focus\:border-beursvloer\/30:focus {
  border-color: rgb(204 141 20 / 0.3);
}

.focus\:border-beursvloer\/35:focus {
  border-color: rgb(204 141 20 / 0.35);
}

.focus\:border-beursvloer\/40:focus {
  border-color: rgb(204 141 20 / 0.4);
}

.focus\:border-beursvloer\/45:focus {
  border-color: rgb(204 141 20 / 0.45);
}

.focus\:border-beursvloer\/5:focus {
  border-color: rgb(204 141 20 / 0.05);
}

.focus\:border-beursvloer\/50:focus {
  border-color: rgb(204 141 20 / 0.5);
}

.focus\:border-beursvloer\/55:focus {
  border-color: rgb(204 141 20 / 0.55);
}

.focus\:border-beursvloer\/60:focus {
  border-color: rgb(204 141 20 / 0.6);
}

.focus\:border-beursvloer\/65:focus {
  border-color: rgb(204 141 20 / 0.65);
}

.focus\:border-beursvloer\/70:focus {
  border-color: rgb(204 141 20 / 0.7);
}

.focus\:border-beursvloer\/75:focus {
  border-color: rgb(204 141 20 / 0.75);
}

.focus\:border-beursvloer\/80:focus {
  border-color: rgb(204 141 20 / 0.8);
}

.focus\:border-beursvloer\/85:focus {
  border-color: rgb(204 141 20 / 0.85);
}

.focus\:border-beursvloer\/90:focus {
  border-color: rgb(204 141 20 / 0.9);
}

.focus\:border-beursvloer\/95:focus {
  border-color: rgb(204 141 20 / 0.95);
}

.focus\:border-casepresentatie:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 143 132 / var(--tw-border-opacity, 1));
}

.focus\:border-casepresentatie\/0:focus {
  border-color: rgb(96 143 132 / 0);
}

.focus\:border-casepresentatie\/10:focus {
  border-color: rgb(96 143 132 / 0.1);
}

.focus\:border-casepresentatie\/100:focus {
  border-color: rgb(96 143 132 / 1);
}

.focus\:border-casepresentatie\/15:focus {
  border-color: rgb(96 143 132 / 0.15);
}

.focus\:border-casepresentatie\/20:focus {
  border-color: rgb(96 143 132 / 0.2);
}

.focus\:border-casepresentatie\/25:focus {
  border-color: rgb(96 143 132 / 0.25);
}

.focus\:border-casepresentatie\/30:focus {
  border-color: rgb(96 143 132 / 0.3);
}

.focus\:border-casepresentatie\/35:focus {
  border-color: rgb(96 143 132 / 0.35);
}

.focus\:border-casepresentatie\/40:focus {
  border-color: rgb(96 143 132 / 0.4);
}

.focus\:border-casepresentatie\/45:focus {
  border-color: rgb(96 143 132 / 0.45);
}

.focus\:border-casepresentatie\/5:focus {
  border-color: rgb(96 143 132 / 0.05);
}

.focus\:border-casepresentatie\/50:focus {
  border-color: rgb(96 143 132 / 0.5);
}

.focus\:border-casepresentatie\/55:focus {
  border-color: rgb(96 143 132 / 0.55);
}

.focus\:border-casepresentatie\/60:focus {
  border-color: rgb(96 143 132 / 0.6);
}

.focus\:border-casepresentatie\/65:focus {
  border-color: rgb(96 143 132 / 0.65);
}

.focus\:border-casepresentatie\/70:focus {
  border-color: rgb(96 143 132 / 0.7);
}

.focus\:border-casepresentatie\/75:focus {
  border-color: rgb(96 143 132 / 0.75);
}

.focus\:border-casepresentatie\/80:focus {
  border-color: rgb(96 143 132 / 0.8);
}

.focus\:border-casepresentatie\/85:focus {
  border-color: rgb(96 143 132 / 0.85);
}

.focus\:border-casepresentatie\/90:focus {
  border-color: rgb(96 143 132 / 0.9);
}

.focus\:border-casepresentatie\/95:focus {
  border-color: rgb(96 143 132 / 0.95);
}

.focus\:border-expertsessie:focus {
  --tw-border-opacity: 1;
  border-color: rgb(144 96 144 / var(--tw-border-opacity, 1));
}

.focus\:border-expertsessie\/0:focus {
  border-color: rgb(144 96 144 / 0);
}

.focus\:border-expertsessie\/10:focus {
  border-color: rgb(144 96 144 / 0.1);
}

.focus\:border-expertsessie\/100:focus {
  border-color: rgb(144 96 144 / 1);
}

.focus\:border-expertsessie\/15:focus {
  border-color: rgb(144 96 144 / 0.15);
}

.focus\:border-expertsessie\/20:focus {
  border-color: rgb(144 96 144 / 0.2);
}

.focus\:border-expertsessie\/25:focus {
  border-color: rgb(144 96 144 / 0.25);
}

.focus\:border-expertsessie\/30:focus {
  border-color: rgb(144 96 144 / 0.3);
}

.focus\:border-expertsessie\/35:focus {
  border-color: rgb(144 96 144 / 0.35);
}

.focus\:border-expertsessie\/40:focus {
  border-color: rgb(144 96 144 / 0.4);
}

.focus\:border-expertsessie\/45:focus {
  border-color: rgb(144 96 144 / 0.45);
}

.focus\:border-expertsessie\/5:focus {
  border-color: rgb(144 96 144 / 0.05);
}

.focus\:border-expertsessie\/50:focus {
  border-color: rgb(144 96 144 / 0.5);
}

.focus\:border-expertsessie\/55:focus {
  border-color: rgb(144 96 144 / 0.55);
}

.focus\:border-expertsessie\/60:focus {
  border-color: rgb(144 96 144 / 0.6);
}

.focus\:border-expertsessie\/65:focus {
  border-color: rgb(144 96 144 / 0.65);
}

.focus\:border-expertsessie\/70:focus {
  border-color: rgb(144 96 144 / 0.7);
}

.focus\:border-expertsessie\/75:focus {
  border-color: rgb(144 96 144 / 0.75);
}

.focus\:border-expertsessie\/80:focus {
  border-color: rgb(144 96 144 / 0.8);
}

.focus\:border-expertsessie\/85:focus {
  border-color: rgb(144 96 144 / 0.85);
}

.focus\:border-expertsessie\/90:focus {
  border-color: rgb(144 96 144 / 0.9);
}

.focus\:border-expertsessie\/95:focus {
  border-color: rgb(144 96 144 / 0.95);
}

.focus\:border-inspiratiesessie:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}

.focus\:border-inspiratiesessie\/0:focus {
  border-color: rgb(0 174 239 / 0);
}

.focus\:border-inspiratiesessie\/10:focus {
  border-color: rgb(0 174 239 / 0.1);
}

.focus\:border-inspiratiesessie\/100:focus {
  border-color: rgb(0 174 239 / 1);
}

.focus\:border-inspiratiesessie\/15:focus {
  border-color: rgb(0 174 239 / 0.15);
}

.focus\:border-inspiratiesessie\/20:focus {
  border-color: rgb(0 174 239 / 0.2);
}

.focus\:border-inspiratiesessie\/25:focus {
  border-color: rgb(0 174 239 / 0.25);
}

.focus\:border-inspiratiesessie\/30:focus {
  border-color: rgb(0 174 239 / 0.3);
}

.focus\:border-inspiratiesessie\/35:focus {
  border-color: rgb(0 174 239 / 0.35);
}

.focus\:border-inspiratiesessie\/40:focus {
  border-color: rgb(0 174 239 / 0.4);
}

.focus\:border-inspiratiesessie\/45:focus {
  border-color: rgb(0 174 239 / 0.45);
}

.focus\:border-inspiratiesessie\/5:focus {
  border-color: rgb(0 174 239 / 0.05);
}

.focus\:border-inspiratiesessie\/50:focus {
  border-color: rgb(0 174 239 / 0.5);
}

.focus\:border-inspiratiesessie\/55:focus {
  border-color: rgb(0 174 239 / 0.55);
}

.focus\:border-inspiratiesessie\/60:focus {
  border-color: rgb(0 174 239 / 0.6);
}

.focus\:border-inspiratiesessie\/65:focus {
  border-color: rgb(0 174 239 / 0.65);
}

.focus\:border-inspiratiesessie\/70:focus {
  border-color: rgb(0 174 239 / 0.7);
}

.focus\:border-inspiratiesessie\/75:focus {
  border-color: rgb(0 174 239 / 0.75);
}

.focus\:border-inspiratiesessie\/80:focus {
  border-color: rgb(0 174 239 / 0.8);
}

.focus\:border-inspiratiesessie\/85:focus {
  border-color: rgb(0 174 239 / 0.85);
}

.focus\:border-inspiratiesessie\/90:focus {
  border-color: rgb(0 174 239 / 0.9);
}

.focus\:border-inspiratiesessie\/95:focus {
  border-color: rgb(0 174 239 / 0.95);
}

.focus\:border-paneldiscussie:focus {
  --tw-border-opacity: 1;
  border-color: rgb(145 190 213 / var(--tw-border-opacity, 1));
}

.focus\:border-paneldiscussie\/0:focus {
  border-color: rgb(145 190 213 / 0);
}

.focus\:border-paneldiscussie\/10:focus {
  border-color: rgb(145 190 213 / 0.1);
}

.focus\:border-paneldiscussie\/100:focus {
  border-color: rgb(145 190 213 / 1);
}

.focus\:border-paneldiscussie\/15:focus {
  border-color: rgb(145 190 213 / 0.15);
}

.focus\:border-paneldiscussie\/20:focus {
  border-color: rgb(145 190 213 / 0.2);
}

.focus\:border-paneldiscussie\/25:focus {
  border-color: rgb(145 190 213 / 0.25);
}

.focus\:border-paneldiscussie\/30:focus {
  border-color: rgb(145 190 213 / 0.3);
}

.focus\:border-paneldiscussie\/35:focus {
  border-color: rgb(145 190 213 / 0.35);
}

.focus\:border-paneldiscussie\/40:focus {
  border-color: rgb(145 190 213 / 0.4);
}

.focus\:border-paneldiscussie\/45:focus {
  border-color: rgb(145 190 213 / 0.45);
}

.focus\:border-paneldiscussie\/5:focus {
  border-color: rgb(145 190 213 / 0.05);
}

.focus\:border-paneldiscussie\/50:focus {
  border-color: rgb(145 190 213 / 0.5);
}

.focus\:border-paneldiscussie\/55:focus {
  border-color: rgb(145 190 213 / 0.55);
}

.focus\:border-paneldiscussie\/60:focus {
  border-color: rgb(145 190 213 / 0.6);
}

.focus\:border-paneldiscussie\/65:focus {
  border-color: rgb(145 190 213 / 0.65);
}

.focus\:border-paneldiscussie\/70:focus {
  border-color: rgb(145 190 213 / 0.7);
}

.focus\:border-paneldiscussie\/75:focus {
  border-color: rgb(145 190 213 / 0.75);
}

.focus\:border-paneldiscussie\/80:focus {
  border-color: rgb(145 190 213 / 0.8);
}

.focus\:border-paneldiscussie\/85:focus {
  border-color: rgb(145 190 213 / 0.85);
}

.focus\:border-paneldiscussie\/90:focus {
  border-color: rgb(145 190 213 / 0.9);
}

.focus\:border-paneldiscussie\/95:focus {
  border-color: rgb(145 190 213 / 0.95);
}

.focus\:border-productpresentatie:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity, 1));
}

.focus\:border-productpresentatie\/0:focus {
  border-color: rgb(255 102 102 / 0);
}

.focus\:border-productpresentatie\/10:focus {
  border-color: rgb(255 102 102 / 0.1);
}

.focus\:border-productpresentatie\/100:focus {
  border-color: rgb(255 102 102 / 1);
}

.focus\:border-productpresentatie\/15:focus {
  border-color: rgb(255 102 102 / 0.15);
}

.focus\:border-productpresentatie\/20:focus {
  border-color: rgb(255 102 102 / 0.2);
}

.focus\:border-productpresentatie\/25:focus {
  border-color: rgb(255 102 102 / 0.25);
}

.focus\:border-productpresentatie\/30:focus {
  border-color: rgb(255 102 102 / 0.3);
}

.focus\:border-productpresentatie\/35:focus {
  border-color: rgb(255 102 102 / 0.35);
}

.focus\:border-productpresentatie\/40:focus {
  border-color: rgb(255 102 102 / 0.4);
}

.focus\:border-productpresentatie\/45:focus {
  border-color: rgb(255 102 102 / 0.45);
}

.focus\:border-productpresentatie\/5:focus {
  border-color: rgb(255 102 102 / 0.05);
}

.focus\:border-productpresentatie\/50:focus {
  border-color: rgb(255 102 102 / 0.5);
}

.focus\:border-productpresentatie\/55:focus {
  border-color: rgb(255 102 102 / 0.55);
}

.focus\:border-productpresentatie\/60:focus {
  border-color: rgb(255 102 102 / 0.6);
}

.focus\:border-productpresentatie\/65:focus {
  border-color: rgb(255 102 102 / 0.65);
}

.focus\:border-productpresentatie\/70:focus {
  border-color: rgb(255 102 102 / 0.7);
}

.focus\:border-productpresentatie\/75:focus {
  border-color: rgb(255 102 102 / 0.75);
}

.focus\:border-productpresentatie\/80:focus {
  border-color: rgb(255 102 102 / 0.8);
}

.focus\:border-productpresentatie\/85:focus {
  border-color: rgb(255 102 102 / 0.85);
}

.focus\:border-productpresentatie\/90:focus {
  border-color: rgb(255 102 102 / 0.9);
}

.focus\:border-productpresentatie\/95:focus {
  border-color: rgb(255 102 102 / 0.95);
}

.focus\:border-rondetafelsessie:focus {
  --tw-border-opacity: 1;
  border-color: rgb(187 180 75 / var(--tw-border-opacity, 1));
}

.focus\:border-rondetafelsessie\/0:focus {
  border-color: rgb(187 180 75 / 0);
}

.focus\:border-rondetafelsessie\/10:focus {
  border-color: rgb(187 180 75 / 0.1);
}

.focus\:border-rondetafelsessie\/100:focus {
  border-color: rgb(187 180 75 / 1);
}

.focus\:border-rondetafelsessie\/15:focus {
  border-color: rgb(187 180 75 / 0.15);
}

.focus\:border-rondetafelsessie\/20:focus {
  border-color: rgb(187 180 75 / 0.2);
}

.focus\:border-rondetafelsessie\/25:focus {
  border-color: rgb(187 180 75 / 0.25);
}

.focus\:border-rondetafelsessie\/30:focus {
  border-color: rgb(187 180 75 / 0.3);
}

.focus\:border-rondetafelsessie\/35:focus {
  border-color: rgb(187 180 75 / 0.35);
}

.focus\:border-rondetafelsessie\/40:focus {
  border-color: rgb(187 180 75 / 0.4);
}

.focus\:border-rondetafelsessie\/45:focus {
  border-color: rgb(187 180 75 / 0.45);
}

.focus\:border-rondetafelsessie\/5:focus {
  border-color: rgb(187 180 75 / 0.05);
}

.focus\:border-rondetafelsessie\/50:focus {
  border-color: rgb(187 180 75 / 0.5);
}

.focus\:border-rondetafelsessie\/55:focus {
  border-color: rgb(187 180 75 / 0.55);
}

.focus\:border-rondetafelsessie\/60:focus {
  border-color: rgb(187 180 75 / 0.6);
}

.focus\:border-rondetafelsessie\/65:focus {
  border-color: rgb(187 180 75 / 0.65);
}

.focus\:border-rondetafelsessie\/70:focus {
  border-color: rgb(187 180 75 / 0.7);
}

.focus\:border-rondetafelsessie\/75:focus {
  border-color: rgb(187 180 75 / 0.75);
}

.focus\:border-rondetafelsessie\/80:focus {
  border-color: rgb(187 180 75 / 0.8);
}

.focus\:border-rondetafelsessie\/85:focus {
  border-color: rgb(187 180 75 / 0.85);
}

.focus\:border-rondetafelsessie\/90:focus {
  border-color: rgb(187 180 75 / 0.9);
}

.focus\:border-rondetafelsessie\/95:focus {
  border-color: rgb(187 180 75 / 0.95);
}

.focus\:bg-beursvloer:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(204 141 20 / var(--tw-bg-opacity, 1));
}

.focus\:bg-beursvloer\/0:focus {
  background-color: rgb(204 141 20 / 0);
}

.focus\:bg-beursvloer\/10:focus {
  background-color: rgb(204 141 20 / 0.1);
}

.focus\:bg-beursvloer\/100:focus {
  background-color: rgb(204 141 20 / 1);
}

.focus\:bg-beursvloer\/15:focus {
  background-color: rgb(204 141 20 / 0.15);
}

.focus\:bg-beursvloer\/20:focus {
  background-color: rgb(204 141 20 / 0.2);
}

.focus\:bg-beursvloer\/25:focus {
  background-color: rgb(204 141 20 / 0.25);
}

.focus\:bg-beursvloer\/30:focus {
  background-color: rgb(204 141 20 / 0.3);
}

.focus\:bg-beursvloer\/35:focus {
  background-color: rgb(204 141 20 / 0.35);
}

.focus\:bg-beursvloer\/40:focus {
  background-color: rgb(204 141 20 / 0.4);
}

.focus\:bg-beursvloer\/45:focus {
  background-color: rgb(204 141 20 / 0.45);
}

.focus\:bg-beursvloer\/5:focus {
  background-color: rgb(204 141 20 / 0.05);
}

.focus\:bg-beursvloer\/50:focus {
  background-color: rgb(204 141 20 / 0.5);
}

.focus\:bg-beursvloer\/55:focus {
  background-color: rgb(204 141 20 / 0.55);
}

.focus\:bg-beursvloer\/60:focus {
  background-color: rgb(204 141 20 / 0.6);
}

.focus\:bg-beursvloer\/65:focus {
  background-color: rgb(204 141 20 / 0.65);
}

.focus\:bg-beursvloer\/70:focus {
  background-color: rgb(204 141 20 / 0.7);
}

.focus\:bg-beursvloer\/75:focus {
  background-color: rgb(204 141 20 / 0.75);
}

.focus\:bg-beursvloer\/80:focus {
  background-color: rgb(204 141 20 / 0.8);
}

.focus\:bg-beursvloer\/85:focus {
  background-color: rgb(204 141 20 / 0.85);
}

.focus\:bg-beursvloer\/90:focus {
  background-color: rgb(204 141 20 / 0.9);
}

.focus\:bg-beursvloer\/95:focus {
  background-color: rgb(204 141 20 / 0.95);
}

.focus\:bg-casepresentatie:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 143 132 / var(--tw-bg-opacity, 1));
}

.focus\:bg-casepresentatie\/0:focus {
  background-color: rgb(96 143 132 / 0);
}

.focus\:bg-casepresentatie\/10:focus {
  background-color: rgb(96 143 132 / 0.1);
}

.focus\:bg-casepresentatie\/100:focus {
  background-color: rgb(96 143 132 / 1);
}

.focus\:bg-casepresentatie\/15:focus {
  background-color: rgb(96 143 132 / 0.15);
}

.focus\:bg-casepresentatie\/20:focus {
  background-color: rgb(96 143 132 / 0.2);
}

.focus\:bg-casepresentatie\/25:focus {
  background-color: rgb(96 143 132 / 0.25);
}

.focus\:bg-casepresentatie\/30:focus {
  background-color: rgb(96 143 132 / 0.3);
}

.focus\:bg-casepresentatie\/35:focus {
  background-color: rgb(96 143 132 / 0.35);
}

.focus\:bg-casepresentatie\/40:focus {
  background-color: rgb(96 143 132 / 0.4);
}

.focus\:bg-casepresentatie\/45:focus {
  background-color: rgb(96 143 132 / 0.45);
}

.focus\:bg-casepresentatie\/5:focus {
  background-color: rgb(96 143 132 / 0.05);
}

.focus\:bg-casepresentatie\/50:focus {
  background-color: rgb(96 143 132 / 0.5);
}

.focus\:bg-casepresentatie\/55:focus {
  background-color: rgb(96 143 132 / 0.55);
}

.focus\:bg-casepresentatie\/60:focus {
  background-color: rgb(96 143 132 / 0.6);
}

.focus\:bg-casepresentatie\/65:focus {
  background-color: rgb(96 143 132 / 0.65);
}

.focus\:bg-casepresentatie\/70:focus {
  background-color: rgb(96 143 132 / 0.7);
}

.focus\:bg-casepresentatie\/75:focus {
  background-color: rgb(96 143 132 / 0.75);
}

.focus\:bg-casepresentatie\/80:focus {
  background-color: rgb(96 143 132 / 0.8);
}

.focus\:bg-casepresentatie\/85:focus {
  background-color: rgb(96 143 132 / 0.85);
}

.focus\:bg-casepresentatie\/90:focus {
  background-color: rgb(96 143 132 / 0.9);
}

.focus\:bg-casepresentatie\/95:focus {
  background-color: rgb(96 143 132 / 0.95);
}

.focus\:bg-expertsessie:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(144 96 144 / var(--tw-bg-opacity, 1));
}

.focus\:bg-expertsessie\/0:focus {
  background-color: rgb(144 96 144 / 0);
}

.focus\:bg-expertsessie\/10:focus {
  background-color: rgb(144 96 144 / 0.1);
}

.focus\:bg-expertsessie\/100:focus {
  background-color: rgb(144 96 144 / 1);
}

.focus\:bg-expertsessie\/15:focus {
  background-color: rgb(144 96 144 / 0.15);
}

.focus\:bg-expertsessie\/20:focus {
  background-color: rgb(144 96 144 / 0.2);
}

.focus\:bg-expertsessie\/25:focus {
  background-color: rgb(144 96 144 / 0.25);
}

.focus\:bg-expertsessie\/30:focus {
  background-color: rgb(144 96 144 / 0.3);
}

.focus\:bg-expertsessie\/35:focus {
  background-color: rgb(144 96 144 / 0.35);
}

.focus\:bg-expertsessie\/40:focus {
  background-color: rgb(144 96 144 / 0.4);
}

.focus\:bg-expertsessie\/45:focus {
  background-color: rgb(144 96 144 / 0.45);
}

.focus\:bg-expertsessie\/5:focus {
  background-color: rgb(144 96 144 / 0.05);
}

.focus\:bg-expertsessie\/50:focus {
  background-color: rgb(144 96 144 / 0.5);
}

.focus\:bg-expertsessie\/55:focus {
  background-color: rgb(144 96 144 / 0.55);
}

.focus\:bg-expertsessie\/60:focus {
  background-color: rgb(144 96 144 / 0.6);
}

.focus\:bg-expertsessie\/65:focus {
  background-color: rgb(144 96 144 / 0.65);
}

.focus\:bg-expertsessie\/70:focus {
  background-color: rgb(144 96 144 / 0.7);
}

.focus\:bg-expertsessie\/75:focus {
  background-color: rgb(144 96 144 / 0.75);
}

.focus\:bg-expertsessie\/80:focus {
  background-color: rgb(144 96 144 / 0.8);
}

.focus\:bg-expertsessie\/85:focus {
  background-color: rgb(144 96 144 / 0.85);
}

.focus\:bg-expertsessie\/90:focus {
  background-color: rgb(144 96 144 / 0.9);
}

.focus\:bg-expertsessie\/95:focus {
  background-color: rgb(144 96 144 / 0.95);
}

.focus\:bg-inspiratiesessie:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}

.focus\:bg-inspiratiesessie\/0:focus {
  background-color: rgb(0 174 239 / 0);
}

.focus\:bg-inspiratiesessie\/10:focus {
  background-color: rgb(0 174 239 / 0.1);
}

.focus\:bg-inspiratiesessie\/100:focus {
  background-color: rgb(0 174 239 / 1);
}

.focus\:bg-inspiratiesessie\/15:focus {
  background-color: rgb(0 174 239 / 0.15);
}

.focus\:bg-inspiratiesessie\/20:focus {
  background-color: rgb(0 174 239 / 0.2);
}

.focus\:bg-inspiratiesessie\/25:focus {
  background-color: rgb(0 174 239 / 0.25);
}

.focus\:bg-inspiratiesessie\/30:focus {
  background-color: rgb(0 174 239 / 0.3);
}

.focus\:bg-inspiratiesessie\/35:focus {
  background-color: rgb(0 174 239 / 0.35);
}

.focus\:bg-inspiratiesessie\/40:focus {
  background-color: rgb(0 174 239 / 0.4);
}

.focus\:bg-inspiratiesessie\/45:focus {
  background-color: rgb(0 174 239 / 0.45);
}

.focus\:bg-inspiratiesessie\/5:focus {
  background-color: rgb(0 174 239 / 0.05);
}

.focus\:bg-inspiratiesessie\/50:focus {
  background-color: rgb(0 174 239 / 0.5);
}

.focus\:bg-inspiratiesessie\/55:focus {
  background-color: rgb(0 174 239 / 0.55);
}

.focus\:bg-inspiratiesessie\/60:focus {
  background-color: rgb(0 174 239 / 0.6);
}

.focus\:bg-inspiratiesessie\/65:focus {
  background-color: rgb(0 174 239 / 0.65);
}

.focus\:bg-inspiratiesessie\/70:focus {
  background-color: rgb(0 174 239 / 0.7);
}

.focus\:bg-inspiratiesessie\/75:focus {
  background-color: rgb(0 174 239 / 0.75);
}

.focus\:bg-inspiratiesessie\/80:focus {
  background-color: rgb(0 174 239 / 0.8);
}

.focus\:bg-inspiratiesessie\/85:focus {
  background-color: rgb(0 174 239 / 0.85);
}

.focus\:bg-inspiratiesessie\/90:focus {
  background-color: rgb(0 174 239 / 0.9);
}

.focus\:bg-inspiratiesessie\/95:focus {
  background-color: rgb(0 174 239 / 0.95);
}

.focus\:bg-paneldiscussie:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(145 190 213 / var(--tw-bg-opacity, 1));
}

.focus\:bg-paneldiscussie\/0:focus {
  background-color: rgb(145 190 213 / 0);
}

.focus\:bg-paneldiscussie\/10:focus {
  background-color: rgb(145 190 213 / 0.1);
}

.focus\:bg-paneldiscussie\/100:focus {
  background-color: rgb(145 190 213 / 1);
}

.focus\:bg-paneldiscussie\/15:focus {
  background-color: rgb(145 190 213 / 0.15);
}

.focus\:bg-paneldiscussie\/20:focus {
  background-color: rgb(145 190 213 / 0.2);
}

.focus\:bg-paneldiscussie\/25:focus {
  background-color: rgb(145 190 213 / 0.25);
}

.focus\:bg-paneldiscussie\/30:focus {
  background-color: rgb(145 190 213 / 0.3);
}

.focus\:bg-paneldiscussie\/35:focus {
  background-color: rgb(145 190 213 / 0.35);
}

.focus\:bg-paneldiscussie\/40:focus {
  background-color: rgb(145 190 213 / 0.4);
}

.focus\:bg-paneldiscussie\/45:focus {
  background-color: rgb(145 190 213 / 0.45);
}

.focus\:bg-paneldiscussie\/5:focus {
  background-color: rgb(145 190 213 / 0.05);
}

.focus\:bg-paneldiscussie\/50:focus {
  background-color: rgb(145 190 213 / 0.5);
}

.focus\:bg-paneldiscussie\/55:focus {
  background-color: rgb(145 190 213 / 0.55);
}

.focus\:bg-paneldiscussie\/60:focus {
  background-color: rgb(145 190 213 / 0.6);
}

.focus\:bg-paneldiscussie\/65:focus {
  background-color: rgb(145 190 213 / 0.65);
}

.focus\:bg-paneldiscussie\/70:focus {
  background-color: rgb(145 190 213 / 0.7);
}

.focus\:bg-paneldiscussie\/75:focus {
  background-color: rgb(145 190 213 / 0.75);
}

.focus\:bg-paneldiscussie\/80:focus {
  background-color: rgb(145 190 213 / 0.8);
}

.focus\:bg-paneldiscussie\/85:focus {
  background-color: rgb(145 190 213 / 0.85);
}

.focus\:bg-paneldiscussie\/90:focus {
  background-color: rgb(145 190 213 / 0.9);
}

.focus\:bg-paneldiscussie\/95:focus {
  background-color: rgb(145 190 213 / 0.95);
}

.focus\:bg-productpresentatie:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity, 1));
}

.focus\:bg-productpresentatie\/0:focus {
  background-color: rgb(255 102 102 / 0);
}

.focus\:bg-productpresentatie\/10:focus {
  background-color: rgb(255 102 102 / 0.1);
}

.focus\:bg-productpresentatie\/100:focus {
  background-color: rgb(255 102 102 / 1);
}

.focus\:bg-productpresentatie\/15:focus {
  background-color: rgb(255 102 102 / 0.15);
}

.focus\:bg-productpresentatie\/20:focus {
  background-color: rgb(255 102 102 / 0.2);
}

.focus\:bg-productpresentatie\/25:focus {
  background-color: rgb(255 102 102 / 0.25);
}

.focus\:bg-productpresentatie\/30:focus {
  background-color: rgb(255 102 102 / 0.3);
}

.focus\:bg-productpresentatie\/35:focus {
  background-color: rgb(255 102 102 / 0.35);
}

.focus\:bg-productpresentatie\/40:focus {
  background-color: rgb(255 102 102 / 0.4);
}

.focus\:bg-productpresentatie\/45:focus {
  background-color: rgb(255 102 102 / 0.45);
}

.focus\:bg-productpresentatie\/5:focus {
  background-color: rgb(255 102 102 / 0.05);
}

.focus\:bg-productpresentatie\/50:focus {
  background-color: rgb(255 102 102 / 0.5);
}

.focus\:bg-productpresentatie\/55:focus {
  background-color: rgb(255 102 102 / 0.55);
}

.focus\:bg-productpresentatie\/60:focus {
  background-color: rgb(255 102 102 / 0.6);
}

.focus\:bg-productpresentatie\/65:focus {
  background-color: rgb(255 102 102 / 0.65);
}

.focus\:bg-productpresentatie\/70:focus {
  background-color: rgb(255 102 102 / 0.7);
}

.focus\:bg-productpresentatie\/75:focus {
  background-color: rgb(255 102 102 / 0.75);
}

.focus\:bg-productpresentatie\/80:focus {
  background-color: rgb(255 102 102 / 0.8);
}

.focus\:bg-productpresentatie\/85:focus {
  background-color: rgb(255 102 102 / 0.85);
}

.focus\:bg-productpresentatie\/90:focus {
  background-color: rgb(255 102 102 / 0.9);
}

.focus\:bg-productpresentatie\/95:focus {
  background-color: rgb(255 102 102 / 0.95);
}

.focus\:bg-rondetafelsessie:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(187 180 75 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rondetafelsessie\/0:focus {
  background-color: rgb(187 180 75 / 0);
}

.focus\:bg-rondetafelsessie\/10:focus {
  background-color: rgb(187 180 75 / 0.1);
}

.focus\:bg-rondetafelsessie\/100:focus {
  background-color: rgb(187 180 75 / 1);
}

.focus\:bg-rondetafelsessie\/15:focus {
  background-color: rgb(187 180 75 / 0.15);
}

.focus\:bg-rondetafelsessie\/20:focus {
  background-color: rgb(187 180 75 / 0.2);
}

.focus\:bg-rondetafelsessie\/25:focus {
  background-color: rgb(187 180 75 / 0.25);
}

.focus\:bg-rondetafelsessie\/30:focus {
  background-color: rgb(187 180 75 / 0.3);
}

.focus\:bg-rondetafelsessie\/35:focus {
  background-color: rgb(187 180 75 / 0.35);
}

.focus\:bg-rondetafelsessie\/40:focus {
  background-color: rgb(187 180 75 / 0.4);
}

.focus\:bg-rondetafelsessie\/45:focus {
  background-color: rgb(187 180 75 / 0.45);
}

.focus\:bg-rondetafelsessie\/5:focus {
  background-color: rgb(187 180 75 / 0.05);
}

.focus\:bg-rondetafelsessie\/50:focus {
  background-color: rgb(187 180 75 / 0.5);
}

.focus\:bg-rondetafelsessie\/55:focus {
  background-color: rgb(187 180 75 / 0.55);
}

.focus\:bg-rondetafelsessie\/60:focus {
  background-color: rgb(187 180 75 / 0.6);
}

.focus\:bg-rondetafelsessie\/65:focus {
  background-color: rgb(187 180 75 / 0.65);
}

.focus\:bg-rondetafelsessie\/70:focus {
  background-color: rgb(187 180 75 / 0.7);
}

.focus\:bg-rondetafelsessie\/75:focus {
  background-color: rgb(187 180 75 / 0.75);
}

.focus\:bg-rondetafelsessie\/80:focus {
  background-color: rgb(187 180 75 / 0.8);
}

.focus\:bg-rondetafelsessie\/85:focus {
  background-color: rgb(187 180 75 / 0.85);
}

.focus\:bg-rondetafelsessie\/90:focus {
  background-color: rgb(187 180 75 / 0.9);
}

.focus\:bg-rondetafelsessie\/95:focus {
  background-color: rgb(187 180 75 / 0.95);
}

.focus\:text-beursvloer:focus {
  --tw-text-opacity: 1;
  color: rgb(204 141 20 / var(--tw-text-opacity, 1));
}

.focus\:text-beursvloer\/0:focus {
  color: rgb(204 141 20 / 0);
}

.focus\:text-beursvloer\/10:focus {
  color: rgb(204 141 20 / 0.1);
}

.focus\:text-beursvloer\/100:focus {
  color: rgb(204 141 20 / 1);
}

.focus\:text-beursvloer\/15:focus {
  color: rgb(204 141 20 / 0.15);
}

.focus\:text-beursvloer\/20:focus {
  color: rgb(204 141 20 / 0.2);
}

.focus\:text-beursvloer\/25:focus {
  color: rgb(204 141 20 / 0.25);
}

.focus\:text-beursvloer\/30:focus {
  color: rgb(204 141 20 / 0.3);
}

.focus\:text-beursvloer\/35:focus {
  color: rgb(204 141 20 / 0.35);
}

.focus\:text-beursvloer\/40:focus {
  color: rgb(204 141 20 / 0.4);
}

.focus\:text-beursvloer\/45:focus {
  color: rgb(204 141 20 / 0.45);
}

.focus\:text-beursvloer\/5:focus {
  color: rgb(204 141 20 / 0.05);
}

.focus\:text-beursvloer\/50:focus {
  color: rgb(204 141 20 / 0.5);
}

.focus\:text-beursvloer\/55:focus {
  color: rgb(204 141 20 / 0.55);
}

.focus\:text-beursvloer\/60:focus {
  color: rgb(204 141 20 / 0.6);
}

.focus\:text-beursvloer\/65:focus {
  color: rgb(204 141 20 / 0.65);
}

.focus\:text-beursvloer\/70:focus {
  color: rgb(204 141 20 / 0.7);
}

.focus\:text-beursvloer\/75:focus {
  color: rgb(204 141 20 / 0.75);
}

.focus\:text-beursvloer\/80:focus {
  color: rgb(204 141 20 / 0.8);
}

.focus\:text-beursvloer\/85:focus {
  color: rgb(204 141 20 / 0.85);
}

.focus\:text-beursvloer\/90:focus {
  color: rgb(204 141 20 / 0.9);
}

.focus\:text-beursvloer\/95:focus {
  color: rgb(204 141 20 / 0.95);
}

.focus\:text-casepresentatie:focus {
  --tw-text-opacity: 1;
  color: rgb(96 143 132 / var(--tw-text-opacity, 1));
}

.focus\:text-casepresentatie\/0:focus {
  color: rgb(96 143 132 / 0);
}

.focus\:text-casepresentatie\/10:focus {
  color: rgb(96 143 132 / 0.1);
}

.focus\:text-casepresentatie\/100:focus {
  color: rgb(96 143 132 / 1);
}

.focus\:text-casepresentatie\/15:focus {
  color: rgb(96 143 132 / 0.15);
}

.focus\:text-casepresentatie\/20:focus {
  color: rgb(96 143 132 / 0.2);
}

.focus\:text-casepresentatie\/25:focus {
  color: rgb(96 143 132 / 0.25);
}

.focus\:text-casepresentatie\/30:focus {
  color: rgb(96 143 132 / 0.3);
}

.focus\:text-casepresentatie\/35:focus {
  color: rgb(96 143 132 / 0.35);
}

.focus\:text-casepresentatie\/40:focus {
  color: rgb(96 143 132 / 0.4);
}

.focus\:text-casepresentatie\/45:focus {
  color: rgb(96 143 132 / 0.45);
}

.focus\:text-casepresentatie\/5:focus {
  color: rgb(96 143 132 / 0.05);
}

.focus\:text-casepresentatie\/50:focus {
  color: rgb(96 143 132 / 0.5);
}

.focus\:text-casepresentatie\/55:focus {
  color: rgb(96 143 132 / 0.55);
}

.focus\:text-casepresentatie\/60:focus {
  color: rgb(96 143 132 / 0.6);
}

.focus\:text-casepresentatie\/65:focus {
  color: rgb(96 143 132 / 0.65);
}

.focus\:text-casepresentatie\/70:focus {
  color: rgb(96 143 132 / 0.7);
}

.focus\:text-casepresentatie\/75:focus {
  color: rgb(96 143 132 / 0.75);
}

.focus\:text-casepresentatie\/80:focus {
  color: rgb(96 143 132 / 0.8);
}

.focus\:text-casepresentatie\/85:focus {
  color: rgb(96 143 132 / 0.85);
}

.focus\:text-casepresentatie\/90:focus {
  color: rgb(96 143 132 / 0.9);
}

.focus\:text-casepresentatie\/95:focus {
  color: rgb(96 143 132 / 0.95);
}

.focus\:text-expertsessie:focus {
  --tw-text-opacity: 1;
  color: rgb(144 96 144 / var(--tw-text-opacity, 1));
}

.focus\:text-expertsessie\/0:focus {
  color: rgb(144 96 144 / 0);
}

.focus\:text-expertsessie\/10:focus {
  color: rgb(144 96 144 / 0.1);
}

.focus\:text-expertsessie\/100:focus {
  color: rgb(144 96 144 / 1);
}

.focus\:text-expertsessie\/15:focus {
  color: rgb(144 96 144 / 0.15);
}

.focus\:text-expertsessie\/20:focus {
  color: rgb(144 96 144 / 0.2);
}

.focus\:text-expertsessie\/25:focus {
  color: rgb(144 96 144 / 0.25);
}

.focus\:text-expertsessie\/30:focus {
  color: rgb(144 96 144 / 0.3);
}

.focus\:text-expertsessie\/35:focus {
  color: rgb(144 96 144 / 0.35);
}

.focus\:text-expertsessie\/40:focus {
  color: rgb(144 96 144 / 0.4);
}

.focus\:text-expertsessie\/45:focus {
  color: rgb(144 96 144 / 0.45);
}

.focus\:text-expertsessie\/5:focus {
  color: rgb(144 96 144 / 0.05);
}

.focus\:text-expertsessie\/50:focus {
  color: rgb(144 96 144 / 0.5);
}

.focus\:text-expertsessie\/55:focus {
  color: rgb(144 96 144 / 0.55);
}

.focus\:text-expertsessie\/60:focus {
  color: rgb(144 96 144 / 0.6);
}

.focus\:text-expertsessie\/65:focus {
  color: rgb(144 96 144 / 0.65);
}

.focus\:text-expertsessie\/70:focus {
  color: rgb(144 96 144 / 0.7);
}

.focus\:text-expertsessie\/75:focus {
  color: rgb(144 96 144 / 0.75);
}

.focus\:text-expertsessie\/80:focus {
  color: rgb(144 96 144 / 0.8);
}

.focus\:text-expertsessie\/85:focus {
  color: rgb(144 96 144 / 0.85);
}

.focus\:text-expertsessie\/90:focus {
  color: rgb(144 96 144 / 0.9);
}

.focus\:text-expertsessie\/95:focus {
  color: rgb(144 96 144 / 0.95);
}

.focus\:text-inspiratiesessie:focus {
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}

.focus\:text-inspiratiesessie\/0:focus {
  color: rgb(0 174 239 / 0);
}

.focus\:text-inspiratiesessie\/10:focus {
  color: rgb(0 174 239 / 0.1);
}

.focus\:text-inspiratiesessie\/100:focus {
  color: rgb(0 174 239 / 1);
}

.focus\:text-inspiratiesessie\/15:focus {
  color: rgb(0 174 239 / 0.15);
}

.focus\:text-inspiratiesessie\/20:focus {
  color: rgb(0 174 239 / 0.2);
}

.focus\:text-inspiratiesessie\/25:focus {
  color: rgb(0 174 239 / 0.25);
}

.focus\:text-inspiratiesessie\/30:focus {
  color: rgb(0 174 239 / 0.3);
}

.focus\:text-inspiratiesessie\/35:focus {
  color: rgb(0 174 239 / 0.35);
}

.focus\:text-inspiratiesessie\/40:focus {
  color: rgb(0 174 239 / 0.4);
}

.focus\:text-inspiratiesessie\/45:focus {
  color: rgb(0 174 239 / 0.45);
}

.focus\:text-inspiratiesessie\/5:focus {
  color: rgb(0 174 239 / 0.05);
}

.focus\:text-inspiratiesessie\/50:focus {
  color: rgb(0 174 239 / 0.5);
}

.focus\:text-inspiratiesessie\/55:focus {
  color: rgb(0 174 239 / 0.55);
}

.focus\:text-inspiratiesessie\/60:focus {
  color: rgb(0 174 239 / 0.6);
}

.focus\:text-inspiratiesessie\/65:focus {
  color: rgb(0 174 239 / 0.65);
}

.focus\:text-inspiratiesessie\/70:focus {
  color: rgb(0 174 239 / 0.7);
}

.focus\:text-inspiratiesessie\/75:focus {
  color: rgb(0 174 239 / 0.75);
}

.focus\:text-inspiratiesessie\/80:focus {
  color: rgb(0 174 239 / 0.8);
}

.focus\:text-inspiratiesessie\/85:focus {
  color: rgb(0 174 239 / 0.85);
}

.focus\:text-inspiratiesessie\/90:focus {
  color: rgb(0 174 239 / 0.9);
}

.focus\:text-inspiratiesessie\/95:focus {
  color: rgb(0 174 239 / 0.95);
}

.focus\:text-paneldiscussie:focus {
  --tw-text-opacity: 1;
  color: rgb(145 190 213 / var(--tw-text-opacity, 1));
}

.focus\:text-paneldiscussie\/0:focus {
  color: rgb(145 190 213 / 0);
}

.focus\:text-paneldiscussie\/10:focus {
  color: rgb(145 190 213 / 0.1);
}

.focus\:text-paneldiscussie\/100:focus {
  color: rgb(145 190 213 / 1);
}

.focus\:text-paneldiscussie\/15:focus {
  color: rgb(145 190 213 / 0.15);
}

.focus\:text-paneldiscussie\/20:focus {
  color: rgb(145 190 213 / 0.2);
}

.focus\:text-paneldiscussie\/25:focus {
  color: rgb(145 190 213 / 0.25);
}

.focus\:text-paneldiscussie\/30:focus {
  color: rgb(145 190 213 / 0.3);
}

.focus\:text-paneldiscussie\/35:focus {
  color: rgb(145 190 213 / 0.35);
}

.focus\:text-paneldiscussie\/40:focus {
  color: rgb(145 190 213 / 0.4);
}

.focus\:text-paneldiscussie\/45:focus {
  color: rgb(145 190 213 / 0.45);
}

.focus\:text-paneldiscussie\/5:focus {
  color: rgb(145 190 213 / 0.05);
}

.focus\:text-paneldiscussie\/50:focus {
  color: rgb(145 190 213 / 0.5);
}

.focus\:text-paneldiscussie\/55:focus {
  color: rgb(145 190 213 / 0.55);
}

.focus\:text-paneldiscussie\/60:focus {
  color: rgb(145 190 213 / 0.6);
}

.focus\:text-paneldiscussie\/65:focus {
  color: rgb(145 190 213 / 0.65);
}

.focus\:text-paneldiscussie\/70:focus {
  color: rgb(145 190 213 / 0.7);
}

.focus\:text-paneldiscussie\/75:focus {
  color: rgb(145 190 213 / 0.75);
}

.focus\:text-paneldiscussie\/80:focus {
  color: rgb(145 190 213 / 0.8);
}

.focus\:text-paneldiscussie\/85:focus {
  color: rgb(145 190 213 / 0.85);
}

.focus\:text-paneldiscussie\/90:focus {
  color: rgb(145 190 213 / 0.9);
}

.focus\:text-paneldiscussie\/95:focus {
  color: rgb(145 190 213 / 0.95);
}

.focus\:text-productpresentatie:focus {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity, 1));
}

.focus\:text-productpresentatie\/0:focus {
  color: rgb(255 102 102 / 0);
}

.focus\:text-productpresentatie\/10:focus {
  color: rgb(255 102 102 / 0.1);
}

.focus\:text-productpresentatie\/100:focus {
  color: rgb(255 102 102 / 1);
}

.focus\:text-productpresentatie\/15:focus {
  color: rgb(255 102 102 / 0.15);
}

.focus\:text-productpresentatie\/20:focus {
  color: rgb(255 102 102 / 0.2);
}

.focus\:text-productpresentatie\/25:focus {
  color: rgb(255 102 102 / 0.25);
}

.focus\:text-productpresentatie\/30:focus {
  color: rgb(255 102 102 / 0.3);
}

.focus\:text-productpresentatie\/35:focus {
  color: rgb(255 102 102 / 0.35);
}

.focus\:text-productpresentatie\/40:focus {
  color: rgb(255 102 102 / 0.4);
}

.focus\:text-productpresentatie\/45:focus {
  color: rgb(255 102 102 / 0.45);
}

.focus\:text-productpresentatie\/5:focus {
  color: rgb(255 102 102 / 0.05);
}

.focus\:text-productpresentatie\/50:focus {
  color: rgb(255 102 102 / 0.5);
}

.focus\:text-productpresentatie\/55:focus {
  color: rgb(255 102 102 / 0.55);
}

.focus\:text-productpresentatie\/60:focus {
  color: rgb(255 102 102 / 0.6);
}

.focus\:text-productpresentatie\/65:focus {
  color: rgb(255 102 102 / 0.65);
}

.focus\:text-productpresentatie\/70:focus {
  color: rgb(255 102 102 / 0.7);
}

.focus\:text-productpresentatie\/75:focus {
  color: rgb(255 102 102 / 0.75);
}

.focus\:text-productpresentatie\/80:focus {
  color: rgb(255 102 102 / 0.8);
}

.focus\:text-productpresentatie\/85:focus {
  color: rgb(255 102 102 / 0.85);
}

.focus\:text-productpresentatie\/90:focus {
  color: rgb(255 102 102 / 0.9);
}

.focus\:text-productpresentatie\/95:focus {
  color: rgb(255 102 102 / 0.95);
}

.focus\:text-rondetafelsessie:focus {
  --tw-text-opacity: 1;
  color: rgb(187 180 75 / var(--tw-text-opacity, 1));
}

.focus\:text-rondetafelsessie\/0:focus {
  color: rgb(187 180 75 / 0);
}

.focus\:text-rondetafelsessie\/10:focus {
  color: rgb(187 180 75 / 0.1);
}

.focus\:text-rondetafelsessie\/100:focus {
  color: rgb(187 180 75 / 1);
}

.focus\:text-rondetafelsessie\/15:focus {
  color: rgb(187 180 75 / 0.15);
}

.focus\:text-rondetafelsessie\/20:focus {
  color: rgb(187 180 75 / 0.2);
}

.focus\:text-rondetafelsessie\/25:focus {
  color: rgb(187 180 75 / 0.25);
}

.focus\:text-rondetafelsessie\/30:focus {
  color: rgb(187 180 75 / 0.3);
}

.focus\:text-rondetafelsessie\/35:focus {
  color: rgb(187 180 75 / 0.35);
}

.focus\:text-rondetafelsessie\/40:focus {
  color: rgb(187 180 75 / 0.4);
}

.focus\:text-rondetafelsessie\/45:focus {
  color: rgb(187 180 75 / 0.45);
}

.focus\:text-rondetafelsessie\/5:focus {
  color: rgb(187 180 75 / 0.05);
}

.focus\:text-rondetafelsessie\/50:focus {
  color: rgb(187 180 75 / 0.5);
}

.focus\:text-rondetafelsessie\/55:focus {
  color: rgb(187 180 75 / 0.55);
}

.focus\:text-rondetafelsessie\/60:focus {
  color: rgb(187 180 75 / 0.6);
}

.focus\:text-rondetafelsessie\/65:focus {
  color: rgb(187 180 75 / 0.65);
}

.focus\:text-rondetafelsessie\/70:focus {
  color: rgb(187 180 75 / 0.7);
}

.focus\:text-rondetafelsessie\/75:focus {
  color: rgb(187 180 75 / 0.75);
}

.focus\:text-rondetafelsessie\/80:focus {
  color: rgb(187 180 75 / 0.8);
}

.focus\:text-rondetafelsessie\/85:focus {
  color: rgb(187 180 75 / 0.85);
}

.focus\:text-rondetafelsessie\/90:focus {
  color: rgb(187 180 75 / 0.9);
}

.focus\:text-rondetafelsessie\/95:focus {
  color: rgb(187 180 75 / 0.95);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-white\/40:focus {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-\[160px\] {
    height: 160px;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-\[160px\] {
    max-height: 160px;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:px-30 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-\[104px\] {
    height: 104px;
  }

  .lg\:h-\[123px\] {
    height: 123px;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-\[201px\] {
    width: 201px;
  }

  .lg\:w-\[402px\] {
    width: 402px;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .lg\:gap-16 {
    gap: 4rem;
  }

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:px-30 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-grey-transparent {
    color: rgba(0, 0, 0, 0.5);
  }
}

.featured-home-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-header__author__inline {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    flex-wrap: nowrap !important;
}

.post-header__author__inline * {
    display: inline-flex !important;
    align-items: center !important;
}

.post-header__author__inline .in-author-icon {
    margin-right: 3px !important;
}

.landing-ui__content .gform-body {
  text-align: left !important;
}

.landing-ui__content .gform-page-footer {
  text-align: right !important;
}

.landing-ui__content .gform_required_legend {
  display: none !important;
}

.gform_wrapper:not(.disable-custom) .gfield_error .gfield_label {
  color: rgb(51, 51, 51);
}
.landing-ui__content .charleft {
  display: none !important;
}
.gform_wrapper:not(.disable-custom) .gform_body .gfield_description.validation_message, .gform_wrapper:not(.disable-custom) .gform_body .top_label .gfield_description.validation_message {
  padding: 5px !important;
}
.landing-ui__content .gform-body {
  text-align: left !important;
}