@charset "UTF-8";
/*!
 *# Crate Stylesheet */
.hentry .entry-content,
.hentry .entry-summary {
  /* ! Styles for core blocks built by WordPress.
   *
   * Applies to entry-content only
  */
  /* Responsive video styles from/for nocookie4yt plugin (see plugin readme file) */
  /* ! Styles for blocks built by Cornershop.

  	 These styles are included in the front-end via _front.scss and into the editor via _editor.scss.

  	 If this file starts to get unwieldy, free feel to segment individual block styles in separate _custom-block-blockname.scss files
  */
  /*!
   * animate.css - https://animate.style/
   * Version - 4.1.1
   * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
   *
   * Copyright (c) 2022 Animate.css
   */
  /* FadeInUp Animation */
  /** Accordion Styles */
  /** Team Block Styles */
  /**
   * Session List section
   */
  /* Basic slider (glide) styles */
  /* Fade up */
  /* Sponsor column tiles */
  /* free-ticket-columns accordion styles */
  /* Testimonial Sliders */
  /* Rounded Background Cover IMG */
  /* Animation CSS */
}
@media (min-width: 1200px) {
  .hentry .entry-content .alignwide,
  .hentry .entry-summary .alignwide {
    width: 1200px;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 900px) {
  .hentry .entry-content .alignfull,
  .hentry .entry-summary .alignfull {
    width: 100vw;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
  }
}
.hentry .entry-content h1,
.hentry .entry-summary h1 {
  font-weight: 900;
  margin-bottom: 0;
}
.hentry .entry-content h1:not(.has-custom-font-size),
.hentry .entry-summary h1:not(.has-custom-font-size) {
  font-size: var(--wp--preset--font-size--xx-large);
}
@media (min-width: 600px) {
  .hentry .entry-content h1:not(.has-custom-font-size),
  .hentry .entry-summary h1:not(.has-custom-font-size) {
    font-size: var(--wp--preset--font-size--xxx-large);
  }
}
.hentry .entry-content h2,
.hentry .entry-summary h2 {
  font-weight: 700;
  margin-bottom: 3rem;
}
.hentry .entry-content h2:not(.has-custom-font-size),
.hentry .entry-summary h2:not(.has-custom-font-size) {
  font-size: var(--wp--preset--font-size--x-large);
}
.hentry .entry-content h2:not(.has-text-color),
.hentry .entry-summary h2:not(.has-text-color) {
  color: var(--wp--preset--color--grey-medium);
}
.hentry .entry-content p,
.hentry .entry-summary p {
  margin-bottom: 3rem;
}
.hentry .entry-content ul,
.hentry .entry-summary ul {
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.hentry .entry-content .wp-block-cover h2:not(.has-text-color),
.hentry .entry-content .has-text-color h2:not(.has-text-color),
.hentry .entry-content .wp-block-cover a,
.hentry .entry-summary .wp-block-cover h2:not(.has-text-color),
.hentry .entry-summary .has-text-color h2:not(.has-text-color),
.hentry .entry-summary .wp-block-cover a {
  color: inherit;
}
.hentry .entry-content .wp-block-group.has-text-color p:not(.has-link-color) a,
.hentry .entry-summary .wp-block-group.has-text-color p:not(.has-link-color) a {
  color: inherit;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.hentry .entry-summary .wp-block-cover .wp-block-cover__inner-container {
  max-width: 900px;
}
.hentry .entry-content .wp-block-cover:not(.has-custom-content-position) .wp-block-cover__inner-container,
.hentry .entry-summary .wp-block-cover:not(.has-custom-content-position) .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.hentry .entry-content .icons,
.hentry .entry-summary .icons {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(13.8rem, auto));
}
@media (min-width: 600px) {
  .hentry .entry-content .icons,
  .hentry .entry-summary .icons {
    grid-template-columns: repeat(3, minmax(19.4rem, auto));
  }
}
.hentry .entry-content .icon,
.hentry .entry-summary .icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hentry .entry-content .icon img,
.hentry .entry-content .icon picture,
.hentry .entry-summary .icon img,
.hentry .entry-summary .icon picture {
  border-radius: 0;
  overflow: visible;
}
@media (min-width: 900px) {
  .hentry .entry-content .wp-block-group.alignfull > *:not(.alignleft, .alignright),
  .hentry .entry-summary .wp-block-group.alignfull > *:not(.alignleft, .alignright) {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry .entry-content input[type=radio],
.hentry .entry-summary input[type=radio] {
  appearance: none;
  position: relative;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  margin: 0;
  opacity: 0;
}
.hentry .entry-content input[type=radio]:checked + label,
.hentry .entry-summary input[type=radio]:checked + label {
  font-weight: 500;
}
.hentry .entry-content input[type=radio]:checked + label:after,
.hentry .entry-summary input[type=radio]:checked + label:after {
  position: absolute;
  left: 6px;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--blue);
}
.hentry .entry-content input[type=radio] + label,
.hentry .entry-summary input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 3.8rem;
  margin-bottom: 3rem;
  cursor: pointer;
}
.hentry .entry-content input[type=radio] + label:before,
.hentry .entry-summary input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--wp--preset--color--blue);
}
.hentry .entry-content ol,
.hentry .entry-summary ol {
  margin-bottom: 3rem;
  counter-reset: list-number;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.hentry .entry-content ol li,
.hentry .entry-summary ol li {
  position: relative;
  counter-increment: list-number;
  padding-left: 4rem;
  min-height: 32px;
}
.hentry .entry-content ol li:before,
.hentry .entry-summary ol li:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: counter(list-number);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--wp--preset--color--blue);
  aspect-ratio: 1/1;
  min-width: 28px;
  color: var(--wp--preset--color--blue);
  font-weight: 700;
  transform: translateY(-5px);
}
.hentry .entry-content ol li a,
.hentry .entry-summary ol li a {
  color: inherit;
}
.hentry .entry-content ul.wp-block-post-template,
.hentry .entry-summary ul.wp-block-post-template {
  padding-left: 0;
  flex-direction: row;
  max-width: unset;
  gap: 1.5rem;
}
.hentry .entry-content ul.wp-block-post-template li a,
.hentry .entry-summary ul.wp-block-post-template li a {
  text-decoration: none;
  cursor: pointer;
}
.hentry .entry-content ul.wp-block-post-template:not(.columns-3),
.hentry .entry-summary ul.wp-block-post-template:not(.columns-3) {
  gap: 2rem;
}
.hentry .entry-content ul.is-layout-grid,
.hentry .entry-summary ul.is-layout-grid {
  display: grid;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .hentry .entry-summary .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.5rem);
    flex-direction: column;
  }
}
@media (max-width: 781px) {
  .hentry .entry-content .wp-block-columns,
  .hentry .entry-summary .wp-block-columns {
    max-width: 100%;
  }
}
.hentry .entry-content .videowrapper,
.hentry .entry-summary .videowrapper {
  display: block;
  position: relative;
  height: 0; /* Gives IE 5 and IE 6 'lay-out'. */
  padding-bottom: 56.25%; /* Default to 16:9 aspect ratio. */
}
.hentry .entry-content .videowrapper iframe,
.hentry .entry-summary .videowrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hentry .entry-content .videowrapper.aspect_ratio_500,
.hentry .entry-summary .videowrapper.aspect_ratio_500 {
  padding-bottom: 50%; /* 2:1 */
}
.hentry .entry-content .videowrapper.aspect_ratio_541,
.hentry .entry-summary .videowrapper.aspect_ratio_541 {
  padding-bottom: 54.05%; /* 1.85:1 */
}
.hentry .entry-content .videowrapper.aspect_ratio_563,
.hentry .entry-summary .videowrapper.aspect_ratio_563 {
  padding-bottom: 56.25%; /* 16:9 */
}
.hentry .entry-content .videowrapper.aspect_ratio_750,
.hentry .entry-summary .videowrapper.aspect_ratio_750 {
  padding-bottom: 75%; /* 4:3 */
}
.hentry .entry-content .icon-arrow-drop-down,
.hentry .entry-summary .icon-arrow-drop-down {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 4.3L0.700001 1.7C0.383334 1.38333 0.312667 1.021 0.488001 0.613C0.662667 0.204333 0.975001 0 1.425 0H6.575C7.025 0 7.33733 0.204333 7.512 0.613C7.68733 1.021 7.61667 1.38333 7.3 1.7L4.7 4.3C4.6 4.4 4.49167 4.475 4.375 4.525C4.25833 4.575 4.13333 4.6 4 4.6C3.86667 4.6 3.74167 4.575 3.625 4.525C3.50833 4.475 3.4 4.4 3.3 4.3Z' fill='%231C1B1F'/%3E%3C/svg%3E");
  width: 8px;
  height: 5px;
}
.hentry .entry-content .icon-arrow-right-grey, .hentry .entry-content .tab-buttons-mobile button + button:before,
.hentry .entry-summary .icon-arrow-right-grey,
.hentry .entry-summary .tab-buttons-mobile button + button:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4 12L0 10.6L4.6 6L0 1.4L1.4 0L7.4 6L1.4 12Z' fill='%23A0A0A0' fill-opacity='0.5'/%3E%3C/svg%3E");
  width: 8px;
  height: 12px;
}
.hentry .entry-content .icon-arrow_forward_dgreen,
.hentry .entry-summary .icon-arrow_forward_dgreen {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.665127 31.3676C0.221709 30.946 0 30.4468 0 29.87C0 29.2944 0.221709 28.7958 0.665127 28.3742L13.6573 16.0211L0.620785 3.62582C0.206928 3.23232 0 2.74045 0 2.1502C0 1.55995 0.221709 1.05402 0.665127 0.632411C1.10854 0.210804 1.63355 0 2.24015 0C2.84556 0 3.36998 0.210804 3.81339 0.632411L18.7122 14.8406C18.8896 15.0092 19.0155 15.1919 19.09 15.3887C19.1633 15.5854 19.2 15.7962 19.2 16.0211C19.2 16.2459 19.1633 16.4567 19.09 16.6535C19.0155 16.8502 18.8896 17.0329 18.7122 17.2016L3.76905 31.4097C3.3552 31.8032 2.84556 32 2.24015 32C1.63355 32 1.10854 31.7892 0.665127 31.3676Z' fill='%23093739'/%3E%3C/svg%3E");
  width: 20px;
  height: 32px;
}
.hentry .entry-content .icon-arrow_forward_v2,
.hentry .entry-summary .icon-arrow_forward_v2 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_782' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_782)'%3E%3Cpath d='M8.0251 21.6501L6.6001 20.2251L14.8251 12.0001L6.6001 3.7751L8.0251 2.3501L17.6751 12.0001L8.0251 21.6501Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.hentry .entry-content .icon-arrow_forward_v2_dark,
.hentry .entry-summary .icon-arrow_forward_v2_dark {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_762' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_762)'%3E%3Cpath d='M8.0251 21.6501L6.6001 20.2251L14.8251 12.0001L6.6001 3.7751L8.0251 2.3501L17.6751 12.0001L8.0251 21.6501Z' fill='%23858585'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.hentry .entry-content .icon-arrow_forward_v3,
.hentry .entry-summary .icon-arrow_forward_v3 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_782' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_782)'%3E%3Cpath d='M9.36269 25.2584L7.7002 23.5959L17.296 14L7.7002 4.4042L9.36269 2.7417L20.621 14L9.36269 25.2584Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}
.hentry .entry-content .icon-arrow_forward_v3_dark,
.hentry .entry-summary .icon-arrow_forward_v3_dark {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_788' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_788)'%3E%3Cpath d='M9.36269 25.2584L7.7002 23.5959L17.296 14L7.7002 4.4042L9.36269 2.7417L20.621 14L9.36269 25.2584Z' fill='%23858585'/%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}
.hentry .entry-content .icon-arrow_forward_white,
.hentry .entry-summary .icon-arrow_forward_white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.665127 31.3676C0.221709 30.946 0 30.4468 0 29.87C0 29.2944 0.221709 28.7958 0.665127 28.3742L13.6573 16.0211L0.620785 3.62582C0.206928 3.23232 0 2.74045 0 2.1502C0 1.55995 0.221709 1.05402 0.665127 0.632411C1.10854 0.210804 1.63355 0 2.24015 0C2.84556 0 3.36998 0.210804 3.8134 0.632411L18.7122 14.8406C18.8896 15.0092 19.0155 15.1919 19.09 15.3887C19.1633 15.5854 19.2 15.7962 19.2 16.0211C19.2 16.2459 19.1633 16.4567 19.09 16.6535C19.0155 16.8502 18.8896 17.0329 18.7122 17.2016L3.76905 31.4097C3.3552 31.8032 2.84556 32 2.24015 32C1.63355 32 1.10854 31.7892 0.665127 31.3676Z' fill='white'/%3E%3C/svg%3E");
  width: 20px;
  height: 32px;
}
.hentry .entry-content .icon-check-white,
.hentry .entry-summary .icon-check-white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7543 11.5L0.529297 6.27497L1.83555 4.96872L5.7543 8.88747L14.1647 0.477051L15.471 1.7833L5.7543 11.5Z' fill='white'/%3E%3C/svg%3E");
  width: 16px;
  height: 12px;
}
.hentry .entry-content .icon-chevron_right, .hentry .entry-content .button-next .wp-block-button__link:after,
.hentry .entry-summary .icon-chevron_right,
.hentry .entry-summary .button-next .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40049 10.3567L0.000488281 9.16225L4.60049 5.23778L0.000488281 1.3133L1.40049 0.118896L7.40049 5.23778L1.40049 10.3567Z' fill='white'/%3E%3C/svg%3E");
  width: 8px;
  height: 11px;
}
.hentry .entry-content .animate__animated,
.hentry .entry-summary .animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.hentry .entry-content .animate__animated.animate__faster,
.hentry .entry-summary .animate__animated.animate__faster {
  animation-duration: 0.5s;
}
.hentry .entry-content .animate__animated.animate__fast,
.hentry .entry-summary .animate__animated.animate__fast {
  animation-duration: 0.8s;
}
@media print, (prefers-reduced-motion: reduce) {
  .hentry .entry-content .animate__animated,
  .hentry .entry-summary .animate__animated {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .hentry .entry-content .animate__animated[class*=Out],
  .hentry .entry-summary .animate__animated[class*=Out] {
    opacity: 0;
  }
}
.hentry .entry-content .animate__animated.animate__delay-1,
.hentry .entry-summary .animate__animated.animate__delay-1 {
  animation-delay: 0.25s;
}
.hentry .entry-content .animate__animated.animate__delay-2,
.hentry .entry-summary .animate__animated.animate__delay-2 {
  animation-delay: 0.5s;
}
.hentry .entry-content .animate__animated.animate__delay-3,
.hentry .entry-summary .animate__animated.animate__delay-3 {
  animation-delay: 0.75s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hentry .entry-content .animate__fadeInUp,
.hentry .entry-summary .animate__fadeInUp {
  animation-name: fadeInUp;
}
.hentry .entry-content .accordion-columns,
.hentry .entry-summary .accordion-columns {
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .hentry .entry-content .accordion-columns,
  .hentry .entry-summary .accordion-columns {
    gap: 2rem;
  }
  .hentry .entry-content .accordion-columns .wp-block-column:last-child,
  .hentry .entry-summary .accordion-columns .wp-block-column:last-child {
    margin-left: 2rem;
  }
}
@media (min-width: 1168px) {
  .hentry .entry-content .accordion-columns,
  .hentry .entry-summary .accordion-columns {
    max-width: 1168px !important;
  }
}
.hentry .entry-content .accordion-container,
.hentry .entry-summary .accordion-container {
  width: 100%;
}
.hentry .entry-content .accordion-container.custom-padding .ac-trigger,
.hentry .entry-summary .accordion-container.custom-padding .ac-trigger {
  padding: 0 3rem 0rem 0;
}
.hentry .entry-content .accordion-container.custom-padding .ac-trigger:after,
.hentry .entry-summary .accordion-container.custom-padding .ac-trigger:after {
  right: 0;
}
.hentry .entry-content .ac,
.hentry .entry-summary .ac {
  width: 100%;
  background-color: var(--wp--preset--color--white);
  border-radius: 20px;
  box-sizing: border-box;
  gap: 0;
}
.hentry .entry-content .ac.has-background .ac-trigger::after,
.hentry .entry-summary .ac.has-background .ac-trigger::after {
  border-color: var(--wp--preset--color--white);
}
.hentry .entry-content .ac .ac-header,
.hentry .entry-summary .ac .ac-header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.hentry .entry-content .ac .ac-trigger,
.hentry .entry-summary .ac .ac-trigger {
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
  font-weight: inherit;
  font-size: 1.6rem;
  padding: 2.5rem 6.8rem 2.5rem 3.4rem;
  color: var(--wp--preset--color--grey-medium);
}
.hentry .entry-content .ac .ac-trigger::after,
.hentry .entry-summary .ac .ac-trigger::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "+";
  text-align: center;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  position: absolute;
  right: 2.4rem;
  left: auto;
  top: 50%;
  border: 2px solid var(--wp--preset--color--grey-medium);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem 0.3rem;
  font-weight: 500 !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: 1.6rem !important;
}
.hentry .entry-content .ac .ac-trigger:focus,
.hentry .entry-summary .ac .ac-trigger:focus {
  color: #8a8a8a;
}
.hentry .entry-content .ac .ac-panel,
.hentry .entry-summary .ac .ac-panel {
  width: 100%;
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
.hentry .entry-content .ac .ac-panel > *:first-child,
.hentry .entry-summary .ac .ac-panel > *:first-child {
  margin-top: 1rem;
}
.hentry .entry-content .ac .ac-panel > *:last-child,
.hentry .entry-summary .ac .ac-panel > *:last-child {
  margin-bottom: 2.5rem;
}
.hentry .entry-content .ac.js-enabled .ac-panel,
.hentry .entry-summary .ac.js-enabled .ac-panel {
  visibility: hidden;
}
.hentry .entry-content .ac.is-active .ac-panel,
.hentry .entry-summary .ac.is-active .ac-panel {
  visibility: visible;
}
.hentry .entry-content .ac.is-active > .ac-header .ac-trigger::after,
.hentry .entry-summary .ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}
.hentry .entry-content .ac figure img,
.hentry .entry-content .ac figure picture,
.hentry .entry-summary .ac figure img,
.hentry .entry-summary .ac figure picture {
  border-radius: 20px 20px 0 0;
}
.hentry .entry-content .teams-grid,
.hentry .entry-summary .teams-grid {
  max-width: none;
  width: 100%;
}
.hentry .entry-content .teams-grid .teams-grid-container,
.hentry .entry-summary .teams-grid .teams-grid-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hentry .entry-content .teams-grid .teams-grid-container > div,
.hentry .entry-summary .teams-grid .teams-grid-container > div {
  flex-basis: 100%;
}
@media (min-width: 420px) {
  .hentry .entry-content .teams-grid .teams-grid-container > div,
  .hentry .entry-summary .teams-grid .teams-grid-container > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .hentry .entry-content .teams-grid .teams-grid-container > div,
  .hentry .entry-summary .teams-grid .teams-grid-container > div {
    flex-basis: 25%;
  }
}
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member {
  height: 275px;
  margin: 0 10px 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hentry .entry-content .teams-grid .teams-grid-container > div .team-member,
  .hentry .entry-summary .teams-grid .teams-grid-container > div .team-member {
    height: 375px;
  }
}
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member::before,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: -1;
}
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member img,
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member picture,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member img,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member picture {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member h3,
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member p,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member h3,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member p {
  margin: 0;
  padding: 0 20px;
  color: var(--wp--preset--color--white);
}
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member h3,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member h3 {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
}
.hentry .entry-content .teams-grid .teams-grid-container > div .team-member p,
.hentry .entry-summary .teams-grid .teams-grid-container > div .team-member p {
  padding: 2px 20px 20px;
  font-size: 1.3rem;
  font-weight: 500;
}
.hentry .entry-content .teams-grid .wp-block-buttons,
.hentry .entry-summary .teams-grid .wp-block-buttons {
  margin-top: 4rem;
}
.hentry .entry-content .teams-grid .wp-block-buttons .wp-block-button .wp-block-button__link,
.hentry .entry-summary .teams-grid .wp-block-buttons .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--secondary-color);
}
.hentry .entry-content .teams-grid .wp-block-buttons .wp-block-button .wp-block-button__link.loading,
.hentry .entry-summary .teams-grid .wp-block-buttons .wp-block-button .wp-block-button__link.loading {
  opacity: 0.8;
  pointer-events: none;
}
.hentry .entry-content .sessions-list-block,
.hentry .entry-summary .sessions-list-block {
  max-width: 675px !important;
  margin: auto;
}
.hentry .entry-content .sessions-list-block .session-list > .wp-block-group,
.hentry .entry-summary .sessions-list-block .session-list > .wp-block-group {
  margin-bottom: 2rem;
}
.hentry .entry-content .sessions-list-block .session-list > .wp-block-group img,
.hentry .entry-content .sessions-list-block .session-list > .wp-block-group picture,
.hentry .entry-summary .sessions-list-block .session-list > .wp-block-group img,
.hentry .entry-summary .sessions-list-block .session-list > .wp-block-group picture {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hentry .entry-content .sessions-list-block a#scroll-to-top-sessions,
.hentry .entry-summary .sessions-list-block a#scroll-to-top-sessions {
  text-indent: -2000%;
  width: 50px;
  height: 40px;
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 50px;
  background-color: #093739;
  z-index: 9;
  border-radius: 15px 15px 0 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all ease-in-out;
}
.hentry .entry-content .sessions-list-block a#scroll-to-top-sessions.show,
.hentry .entry-summary .sessions-list-block a#scroll-to-top-sessions.show {
  opacity: 1;
  pointer-events: all;
}
.hentry .entry-content .sessions-list-block a#scroll-to-top-sessions::after,
.hentry .entry-summary .sessions-list-block a#scroll-to-top-sessions::after {
  content: "";
  width: 30px;
  height: 30px;
  right: 10px;
  top: 5px;
  background-size: 100%;
  position: absolute;
  transform: rotate(270deg);
  transition: 0.2s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_782' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_782)'%3E%3Cpath d='M9.36269 25.2584L7.7002 23.5959L17.296 14L7.7002 4.4042L9.36269 2.7417L20.621 14L9.36269 25.2584Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}
.hentry .entry-content .sessions-list-block a#scroll-to-top-sessions:hover::after, .hentry .entry-content .sessions-list-block a#scroll-to-top-sessions:active::after, .hentry .entry-content .sessions-list-block a#scroll-to-top-sessions:focus::after,
.hentry .entry-summary .sessions-list-block a#scroll-to-top-sessions:hover::after,
.hentry .entry-summary .sessions-list-block a#scroll-to-top-sessions:active::after,
.hentry .entry-summary .sessions-list-block a#scroll-to-top-sessions:focus::after {
  transform: scale(1.1) rotate(270deg);
}
.hentry .entry-content .sessions-list-block .wp-block-buttons,
.hentry .entry-summary .sessions-list-block .wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  gap: 1rem;
}
.hentry .entry-content .sessions-list-block .wp-block-buttons .wp-block-button__link,
.hentry .entry-summary .sessions-list-block .wp-block-buttons .wp-block-button__link {
  font-size: 1.4rem;
  color: var(--wp--preset--color--secondary-color);
}
.hentry .entry-content .sessions-list-block .ac,
.hentry .entry-summary .sessions-list-block .ac {
  background: var(--wp--preset--color--white);
}
.hentry .entry-content .sessions-list-block .ac.is-active .ac-header,
.hentry .entry-summary .sessions-list-block .ac.is-active .ac-header {
  border-radius: 20px 20px 0 0;
}
.hentry .entry-content .sessions-list-block .ac .ac-header,
.hentry .entry-summary .sessions-list-block .ac .ac-header {
  border-radius: 20px;
  transition: 0.2s border-radius ease-in-out;
  overflow: hidden;
  position: relative;
}
.hentry .entry-content .sessions-list-block .ac .ac-header h3,
.hentry .entry-summary .sessions-list-block .ac .ac-header h3 {
  color: var(--wp--preset--color--white);
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}
.hentry .entry-content .sessions-list-block .ac .ac-header h3::after,
.hentry .entry-summary .sessions-list-block .ac .ac-header h3::after {
  border-color: var(--wp--preset--color--white);
}
.hentry .entry-content .sessions-list-block .ac .ac-panel,
.hentry .entry-summary .sessions-list-block .ac .ac-panel {
  background: var(--wp--preset--color--white);
  border-radius: 0 0 20px 20px;
  padding: 0;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel h4, .hentry .entry-content .sessions-list-block .ac .ac-panel p, .hentry .entry-content .sessions-list-block .ac .ac-panel span,
.hentry .entry-summary .sessions-list-block .ac .ac-panel h4,
.hentry .entry-summary .sessions-list-block .ac .ac-panel p,
.hentry .entry-summary .sessions-list-block .ac .ac-panel span {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel .session-container,
.hentry .entry-summary .sessions-list-block .ac .ac-panel .session-container {
  padding: 1rem 3rem;
  margin-bottom: 0;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel .session-container:nth-child(even),
.hentry .entry-summary .sessions-list-block .ac .ac-panel .session-container:nth-child(even) {
  position: relative;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel .session-container:nth-child(even)::after,
.hentry .entry-summary .sessions-list-block .ac .ac-panel .session-container:nth-child(even)::after {
  background: var(--wp--preset--color--primary-color);
  content: "";
  opacity: 0.1;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -30px;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel .session-container:nth-child(even) > *,
.hentry .entry-summary .sessions-list-block .ac .ac-panel .session-container:nth-child(even) > * {
  position: relative;
  z-index: 2;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel .session-container .session-title,
.hentry .entry-summary .sessions-list-block .ac .ac-panel .session-container .session-title {
  font-size: 1.6rem;
}
.hentry .entry-content .sessions-list-block .ac .ac-panel .session-container .session-info,
.hentry .entry-summary .sessions-list-block .ac .ac-panel .session-container .session-info {
  font-weight: 700;
  color: var(--wp--preset--color--primary-color);
}
@media screen and (max-width: 1018px) {
  .hentry .entry-content body.has-session-list:not(.no-open-sections) #top-arrow,
  .hentry .entry-summary body.has-session-list:not(.no-open-sections) #top-arrow {
    bottom: 45px;
  }
}
.hentry .entry-content .program-categories,
.hentry .entry-summary .program-categories {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (min-width: 600px) {
  .hentry .entry-content .program-categories,
  .hentry .entry-summary .program-categories {
    flex-direction: row;
    gap: 2rem;
  }
}
.hentry .entry-content .program-categories li,
.hentry .entry-summary .program-categories li {
  width: max-content;
  display: block;
  padding: 0.9rem 2rem;
  line-height: 1;
  background-color: #ECECEC;
  border-radius: 20px;
  color: var(--wp--preset--color--grey-dark);
  font-size: 1.3rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .hentry .entry-content .program-categories li,
  .hentry .entry-summary .program-categories li {
    font-size: 1.6rem;
  }
}
.hentry .entry-content .program-categories li + li,
.hentry .entry-summary .program-categories li + li {
  margin-top: 0;
}
.hentry .entry-content .gtabs,
.hentry .entry-summary .gtabs {
  margin: -3rem auto 0;
  padding-top: 3rem;
  max-width: 100% !important;
}
@media (min-width: 1337px) {
  .hentry .entry-content .gtabs,
  .hentry .entry-summary .gtabs {
    max-width: 1337px !important;
  }
}
.hentry .entry-content .gslides .glide__slide,
.hentry .entry-summary .gslides .glide__slide {
  padding: 0;
  margin: 0;
}
.hentry .entry-content .gslides .glide__arrow,
.hentry .entry-summary .gslides .glide__arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_782' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_782)'%3E%3Cpath d='M9.36269 25.2584L7.7002 23.5959L17.296 14L7.7002 4.4042L9.36269 2.7417L20.621 14L9.36269 25.2584Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}
.hentry .entry-content .gslides .glide__arrow:focus,
.hentry .entry-content .gslides .glide__bullet:focus,
.hentry .entry-summary .gslides .glide__arrow:focus,
.hentry .entry-summary .gslides .glide__bullet:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.hentry .entry-content .gslides .wp-block-cover,
.hentry .entry-summary .gslides .wp-block-cover {
  padding: 5.5rem;
}
.hentry .entry-content .gslides button.glide__arrow--left,
.hentry .entry-summary .gslides button.glide__arrow--left {
  transform: rotate(180deg) translate(12px, 16px);
  transform-origin: left;
  left: 5rem;
}
.hentry .entry-content .gslides button.glide__arrow--right,
.hentry .entry-summary .gslides button.glide__arrow--right {
  right: 2rem;
}
@media (max-width: 1199px) {
  .hentry .entry-content .gslides .wp-block-columns,
  .hentry .entry-summary .gslides .wp-block-columns {
    max-width: 100%;
  }
}
.hentry .entry-content .gslides-icons .glide__slides,
.hentry .entry-summary .gslides-icons .glide__slides {
  gap: 0;
}
.hentry .entry-content .gslides-icons .glide__slide figure,
.hentry .entry-summary .gslides-icons .glide__slide figure {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.hentry .entry-content .gslides-icons .glide__slide figure img,
.hentry .entry-content .gslides-icons .glide__slide figure picture,
.hentry .entry-summary .gslides-icons .glide__slide figure img,
.hentry .entry-summary .gslides-icons .glide__slide figure picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hentry .entry-content .gslides-icons .glide__arrow,
.hentry .entry-summary .gslides-icons .glide__arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_788' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_788)'%3E%3Cpath d='M9.36269 25.2584L7.7002 23.5959L17.296 14L7.7002 4.4042L9.36269 2.7417L20.621 14L9.36269 25.2584Z' fill='%23858585'/%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  padding: 100px 15px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.hentry .entry-content .gslides-icons .wp-block-cover,
.hentry .entry-summary .gslides-icons .wp-block-cover {
  padding: 5.5rem;
}
.hentry .entry-content .gslides-icons button.glide__arrow--left,
.hentry .entry-summary .gslides-icons button.glide__arrow--left {
  transform: rotate(180deg) translateY(50%);
  transform-origin: left;
  left: -1px;
}
.hentry .entry-content .gslides-icons button.glide__arrow--right,
.hentry .entry-summary .gslides-icons button.glide__arrow--right {
  right: -15px;
}
.hentry .entry-content .glide__arrows,
.hentry .entry-summary .glide__arrows {
  margin: 0;
}
.hentry .entry-content .glide__arrows .glide__arrow,
.hentry .entry-summary .glide__arrows .glide__arrow {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}
.hentry .entry-content .wp-container-100,
.hentry .entry-summary .wp-container-100 {
  width: 100%;
}
.hentry .entry-content .tabs-button-wrapper,
.hentry .entry-content .tabs-wrapper,
.hentry .entry-summary .tabs-button-wrapper,
.hentry .entry-summary .tabs-wrapper {
  flex-basis: auto !important;
}
@media (min-width: 600px) {
  .hentry .entry-content .tabs-button-wrapper,
  .hentry .entry-summary .tabs-button-wrapper {
    flex: none;
  }
}
.hentry .entry-content .tabs-wrapper,
.hentry .entry-summary .tabs-wrapper {
  flex: 1;
}
.hentry .entry-content .tabs,
.hentry .entry-summary .tabs {
  max-width: none !important;
  gap: 0 !important;
}
.hentry .entry-content .tab-buttons-mobile,
.hentry .entry-summary .tab-buttons-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3rem;
  width: max-content;
}
.hentry .entry-content .tab-buttons-mobile button,
.hentry .entry-summary .tab-buttons-mobile button {
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: var(--wp--preset--color--white);
  color: #D0D0D0;
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.hentry .entry-content .tab-buttons-mobile button + button:before,
.hentry .entry-summary .tab-buttons-mobile button + button:before {
  position: absolute;
  left: -1.8rem;
  top: 50%;
  content: "";
  display: block;
  transform: translateY(-50%);
}
.hentry .entry-content .tab-buttons-mobile button.glide__bullet--active,
.hentry .entry-summary .tab-buttons-mobile button.glide__bullet--active {
  background-color: var(--wp--preset--color--purple);
  color: var(--wp--preset--color--white);
}
.hentry .entry-content .tab-buttons-mobile button.prev,
.hentry .entry-summary .tab-buttons-mobile button.prev {
  background-color: #B3B2D1;
  color: #7B79B5;
}
@media (min-width: 600px) {
  .hentry .entry-content .tab-buttons-mobile,
  .hentry .entry-summary .tab-buttons-mobile {
    display: none;
  }
}
@media (min-width: 600px) {
  .hentry .entry-content .tab-buttons,
  .hentry .entry-summary .tab-buttons {
    width: 329px;
  }
}
.hentry .entry-content .tab-button,
.hentry .entry-summary .tab-button {
  background-color: var(--wp--preset--color--white);
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  padding: 1.8rem 1.4rem;
  pointer-events: none;
  width: 100% !important;
}
@media (min-width: 600px) {
  .hentry .entry-content .tab-button,
  .hentry .entry-summary .tab-button {
    cursor: pointer;
    pointer-events: initial;
  }
}
@media (max-width: 599px) {
  .hentry .entry-content .tab-button:not(.active),
  .hentry .entry-summary .tab-button:not(.active) {
    display: none;
  }
}
.hentry .entry-content .tab-button h5,
.hentry .entry-summary .tab-button h5 {
  font-weight: 900;
  font-size: 1.6rem;
}
.hentry .entry-content .tab-button p,
.hentry .entry-summary .tab-button p {
  font-weight: 500;
  margin: 0 !important;
}
.hentry .entry-content .tab-button.active,
.hentry .entry-summary .tab-button.active {
  background-color: var(--wp--preset--color--purple) !important;
  color: var(--wp--preset--color--white) !important;
}
.hentry .entry-content .tab-button.active .tab-button-icon,
.hentry .entry-summary .tab-button.active .tab-button-icon {
  background-color: var(--wp--preset--color--green);
}
.hentry .entry-content .tab-button.active .tab-button-icon img,
.hentry .entry-content .tab-button.active .tab-button-icon picture,
.hentry .entry-summary .tab-button.active .tab-button-icon img,
.hentry .entry-summary .tab-button.active .tab-button-icon picture {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(201deg) brightness(103%) contrast(101%);
}
.hentry .entry-content .tab-button.prev,
.hentry .entry-summary .tab-button.prev {
  background-color: #B3B2D1 !important;
  color: #7B79B5 !important;
}
.hentry .entry-content .tab-button.prev .tab-button-icon,
.hentry .entry-summary .tab-button.prev .tab-button-icon {
  background-color: #7B79B5;
}
.hentry .entry-content .tab-button.prev .tab-button-icon img,
.hentry .entry-content .tab-button.prev .tab-button-icon picture,
.hentry .entry-summary .tab-button.prev .tab-button-icon img,
.hentry .entry-summary .tab-button.prev .tab-button-icon picture {
  filter: invert(79%) sepia(15%) saturate(410%) hue-rotate(203deg) brightness(93%) contrast(82%);
}
.hentry .entry-content .tab-button-icon,
.hentry .entry-summary .tab-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.hentry .entry-content .tab-button-icon img,
.hentry .entry-content .tab-button-icon picture,
.hentry .entry-summary .tab-button-icon img,
.hentry .entry-summary .tab-button-icon picture {
  width: auto;
  border-radius: 0 !important;
  filter: invert(71%) sepia(0%) saturate(1%) hue-rotate(21deg) brightness(91%) contrast(89%);
  will-change: filter;
}
.hentry .entry-content .glide.gslides .glide__slide,
.hentry .entry-summary .glide.gslides .glide__slide {
  margin-top: 0 !important;
}
.hentry .entry-content .glide.gslides .glide__bullet,
.hentry .entry-summary .glide.gslides .glide__bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.6rem;
  box-shadow: none;
  background-color: #000;
  opacity: 0.6;
  border: 1px solid #000;
}
.hentry .entry-content .glide.gslides .glide__bullet.glide__bullet--active, .hentry .entry-content .glide.gslides .glide__bullet:hover, .hentry .entry-content .glide.gslides .glide__bullet:active,
.hentry .entry-summary .glide.gslides .glide__bullet.glide__bullet--active,
.hentry .entry-summary .glide.gslides .glide__bullet:hover,
.hentry .entry-summary .glide.gslides .glide__bullet:active {
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.hentry .entry-content .glide.gslides.accent .glide__bullet,
.hentry .entry-summary .glide.gslides.accent .glide__bullet {
  opacity: 0.4;
}
.hentry .entry-content .glide.gslides.accent .glide__bullet.glide__bullet--active,
.hentry .entry-summary .glide.gslides.accent .glide__bullet.glide__bullet--active {
  opacity: 1;
  background-color: var(--wp--preset--color--primary-color);
}
.hentry .entry-content .glide.gslides.accent .glide__arrow,
.hentry .entry-summary .glide.gslides.accent .glide__arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_649_782' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Crect width='28' height='28' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_649_782)'%3E%3Cpath d='M9.36269 25.2584L7.7002 23.5959L17.296 14L7.7002 4.4042L9.36269 2.7417L20.621 14L9.36269 25.2584Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .button-next .wp-block-button__link strong,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .button-next .wp-block-button__link strong {
  color: inherit;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-buttons-mobile button,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-buttons-mobile button {
  color: #A0A0A0;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-buttons-mobile button.glide__bullet--active,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-buttons-mobile button.glide__bullet--active {
  background-color: var(--wp--preset--color--green-alt);
  color: var(--wp--preset--color--white);
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-buttons-mobile button.prev,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-buttons-mobile button.prev {
  background-color: #23484A !important;
  color: #91A3A4 !important;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button {
  color: #A0A0A0;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.active,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.active {
  background-color: var(--wp--preset--color--green-alt) !important;
  color: var(--wp--preset--color--white) !important;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.active .tab-button-icon,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.active .tab-button-icon {
  background-color: var(--wp--preset--color--green);
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.active .tab-button-icon img,
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.active .tab-button-icon picture,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.active .tab-button-icon img,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.active .tab-button-icon picture {
  filter: invert(100%);
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.prev,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.prev {
  background-color: #23484A !important;
  color: #91A3A4 !important;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.prev .tab-button-icon,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.prev .tab-button-icon {
  background-color: #283738;
}
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.prev .tab-button-icon img,
.hentry .entry-content .has-green-light-to-green-dark-gradient-background .tab-button.prev .tab-button-icon picture,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.prev .tab-button-icon img,
.hentry .entry-summary .has-green-light-to-green-dark-gradient-background .tab-button.prev .tab-button-icon picture {
  filter: invert(43%) sepia(19%) saturate(190%) hue-rotate(137deg) brightness(87%) contrast(87%);
}
.hentry .entry-content fieldset,
.hentry .entry-summary fieldset {
  appearance: none;
  border: none;
  padding: 0;
}
.hentry .entry-content .formats,
.hentry .entry-summary .formats {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.2rem;
}
@media (min-width: 600px) {
  .hentry .entry-content .formats,
  .hentry .entry-summary .formats {
    grid-template-columns: repeat(2, minmax(auto, 44rem));
  }
}
.hentry .entry-content .format,
.hentry .entry-summary .format {
  padding: 1.5rem 2rem;
}
@media (min-width: 480px) {
  .hentry .entry-content .format,
  .hentry .entry-summary .format {
    max-width: 440px;
  }
}
.hentry .entry-content .format .format-heading,
.hentry .entry-summary .format .format-heading {
  gap: 0.4rem;
}
@media (min-width: 480px) {
  .hentry .entry-content .format .format-heading,
  .hentry .entry-summary .format .format-heading {
    gap: 1.5rem;
  }
}
.hentry .entry-content .format .format-heading .wp-block-button__link,
.hentry .entry-summary .format .format-heading .wp-block-button__link {
  opacity: 0;
  pointer-events: none;
  text-transform: none;
}
.hentry .entry-content .format.selected,
.hentry .entry-summary .format.selected {
  background-color: #D1EEF9 !important;
}
.hentry .entry-content .format.selected .format-heading .wp-block-button__link,
.hentry .entry-summary .format.selected .format-heading .wp-block-button__link {
  opacity: 1;
}
.hentry .entry-content .format .format-description,
.hentry .entry-summary .format .format-description {
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
}
.hentry .entry-content .format .format-details,
.hentry .entry-summary .format .format-details {
  margin-top: 5px;
  gap: 0.6rem;
}
.hentry .entry-content .format .format-details figure,
.hentry .entry-summary .format .format-details figure {
  width: 20px;
  display: flex;
  justify-content: center;
  transform: translateY(-1px);
}
.hentry .entry-content .format .format-details figure img,
.hentry .entry-content .format .format-details figure picture,
.hentry .entry-summary .format .format-details figure img,
.hentry .entry-summary .format .format-details figure picture {
  display: block;
}
.hentry .entry-content .format .format-details p,
.hentry .entry-summary .format .format-details p {
  margin: 0;
}
.hentry .entry-content #selected-goal,
.hentry .entry-summary #selected-goal {
  display: none;
  width: auto;
}
@media (min-width: 600px) {
  .hentry .entry-content #selected-goal,
  .hentry .entry-summary #selected-goal {
    width: max-content;
  }
}
@media (max-width: 599px) {
  .hentry .entry-content #selected-goal,
  .hentry .entry-summary #selected-goal {
    font-size: 1.3rem;
  }
}
.hentry .entry-content #selected-goal figure img,
.hentry .entry-content #selected-goal figure picture,
.hentry .entry-summary #selected-goal figure img,
.hentry .entry-summary #selected-goal figure picture {
  max-width: 20px;
  width: 20px;
}
.hentry .entry-content .button-next,
.hentry .entry-summary .button-next {
  display: none;
}
@media (min-width: 600px) {
  .hentry .entry-content .button-next,
  .hentry .entry-summary .button-next {
    display: inline-block;
  }
}
.hentry .entry-content .button-next .wp-block-button__link,
.hentry .entry-summary .button-next .wp-block-button__link {
  text-transform: none;
  font-weight: 400;
  padding-right: 3rem !important;
  position: relative;
}
.hentry .entry-content .button-next .wp-block-button__link:after,
.hentry .entry-summary .button-next .wp-block-button__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.hentry .entry-content .button-next .wp-block-button__link strong,
.hentry .entry-summary .button-next .wp-block-button__link strong {
  display: inline-block;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  margin-right: 0.5rem;
}
.hentry .entry-content .criteria-list,
.hentry .entry-summary .criteria-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 600px) {
  .hentry .entry-content .criteria-list,
  .hentry .entry-summary .criteria-list {
    flex-direction: row;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}
.hentry .entry-content .criteria,
.hentry .entry-summary .criteria {
  position: relative;
  padding: 1.5rem 1.8rem !important;
}
@media (max-width: 599px) {
  .hentry .entry-content .criteria .criteria-heading figure,
  .hentry .entry-summary .criteria .criteria-heading figure {
    top: 0;
    right: 0;
    transform: translate(75%, -75%);
  }
}
@media (min-width: 600px) {
  .hentry .entry-content .criteria,
  .hentry .entry-summary .criteria {
    padding: 1.5rem 1.2rem 1.5rem 2rem !important;
    min-height: 19.7rem;
    max-width: 26rem;
  }
}
.hentry .entry-content .criteria-heading,
.hentry .entry-summary .criteria-heading {
  justify-content: space-between !important;
  width: 100%;
}
.hentry .entry-content .criteria-heading figure,
.hentry .entry-summary .criteria-heading figure {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--green);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hentry .entry-content .criteria-heading figure img,
.hentry .entry-content .criteria-heading figure picture,
.hentry .entry-summary .criteria-heading figure img,
.hentry .entry-summary .criteria-heading figure picture {
  border-radius: 0;
}
.hentry .entry-content .criteria-description,
.hentry .entry-summary .criteria-description {
  margin: 1rem 0 0;
}
@media (min-width: 600px) {
  .hentry .entry-content .testimonial,
  .hentry .entry-summary .testimonial {
    max-width: 445px;
    min-height: 261px;
    flex: 1;
  }
}
.hentry .entry-content .testimonial p,
.hentry .entry-summary .testimonial p {
  margin-bottom: 0;
}
.hentry .entry-content .testimonial .testimonial-tags a,
.hentry .entry-summary .testimonial .testimonial-tags a {
  font-weight: 700 !important;
  text-transform: none !important;
  cursor: default;
}
.hentry .entry-content .banner,
.hentry .entry-summary .banner {
  padding: 5rem 3rem;
  margin-bottom: -1px;
}
@media (min-width: 600px) {
  .hentry .entry-content .banner,
  .hentry .entry-summary .banner {
    padding: 1.5rem;
  }
}
.hentry .entry-content .sessions .wp-block-group,
.hentry .entry-summary .sessions .wp-block-group {
  align-items: center;
}
.hentry .entry-content .sessions .wp-block-group *:last-child,
.hentry .entry-summary .sessions .wp-block-group *:last-child {
  margin-bottom: 0;
}
.hentry .entry-content .sessions img,
.hentry .entry-content .sessions picture,
.hentry .entry-summary .sessions img,
.hentry .entry-summary .sessions picture {
  max-width: none;
}
.hentry .entry-content #outcomes .wp-block-cover__image-background,
.hentry .entry-summary #outcomes .wp-block-cover__image-background {
  transform: translateY(1px);
}
.hentry .entry-content figure.map,
.hentry .entry-summary figure.map {
  border: 1px solid #A0A0A0;
}
.hentry .entry-content .ticket-table p,
.hentry .entry-summary .ticket-table p {
  margin: 0;
}
.hentry .entry-content .ticket-table .icon-table-row,
.hentry .entry-summary .ticket-table .icon-table-row {
  display: inline-table;
}
.hentry .entry-content .ticket-table .icon-table-row img,
.hentry .entry-content .ticket-table .icon-table-row picture,
.hentry .entry-summary .ticket-table .icon-table-row img,
.hentry .entry-summary .ticket-table .icon-table-row picture {
  width: 2.4rem;
  max-width: 2.4rem;
  display: block;
}
.hentry .entry-content .ticket,
.hentry .entry-summary .ticket {
  width: 100%;
  position: relative;
}
.hentry .entry-content .ticket .wp-block-buttons,
.hentry .entry-summary .ticket .wp-block-buttons {
  width: 100%;
}
.hentry .entry-content .ticket-column-heading,
.hentry .entry-summary .ticket-column-heading {
  font-size: 1.5rem !important;
}
.hentry .entry-content .ticket-tag,
.hentry .entry-summary .ticket-tag {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.hentry .entry-content .ticket-tag .wp-block-button__link,
.hentry .entry-summary .ticket-tag .wp-block-button__link {
  font-weight: 700;
}
.hentry .entry-content .ticket-price,
.hentry .entry-summary .ticket-price {
  align-items: flex-end;
  line-height: 1;
}
.hentry .entry-content .ticket-price > *:first-child,
.hentry .entry-summary .ticket-price > *:first-child {
  line-height: 1.3;
}
.hentry .entry-content .ticket-column,
.hentry .entry-summary .ticket-column {
  min-height: 28rem;
}
.hentry .entry-content .ticket-column-header,
.hentry .entry-summary .ticket-column-header {
  min-height: 9rem;
}
.hentry .entry-content .ticket-column-icon,
.hentry .entry-summary .ticket-column-icon {
  height: 3.3rem;
}
.hentry .entry-content .ticket-column-icon img,
.hentry .entry-content .ticket-column-icon picture,
.hentry .entry-summary .ticket-column-icon img,
.hentry .entry-summary .ticket-column-icon picture {
  object-fit: none;
  object-position: left center;
  width: auto;
  height: 100%;
}
@media (min-width: 600px) {
  .hentry .entry-content .free-ticket-description,
  .hentry .entry-summary .free-ticket-description {
    min-width: 35rem;
  }
}
.hentry .entry-content .free-ticket-columns,
.hentry .entry-summary .free-ticket-columns {
  display: flex;
  width: auto;
}
@media (min-width: 600px) {
  .hentry .entry-content .free-ticket-columns > *,
  .hentry .entry-summary .free-ticket-columns > * {
    flex: 1;
    width: auto;
  }
}
.hentry .entry-content .free-ticket-columns > *:first-child,
.hentry .entry-summary .free-ticket-columns > *:first-child {
  max-width: max-content;
}
@media (min-width: 782px) {
  .hentry .entry-content .session-pick-separator,
  .hentry .entry-summary .session-pick-separator {
    padding-left: 3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.hentry .entry-content .wp-block-cover.alignfull.fade-up::before,
.hentry .entry-summary .wp-block-cover.alignfull.fade-up::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 200px;
  pointer-events: none;
  bottom: 0;
  z-index: 1;
  background: var(--wp--preset--color--secondary-color);
  background: linear-gradient(180deg, rgba(9, 55, 57, 0) 0%, #093739 100%);
}
.hentry .entry-content .width100,
.hentry .entry-summary .width100 {
  width: 100%;
}
.hentry .entry-content .alignwider,
.hentry .entry-summary .alignwider {
  width: 1400px;
  max-width: 100% !important;
}
.hentry .entry-content .sponsor-tile,
.hentry .entry-summary .sponsor-tile {
  min-height: 100%;
}
.hentry .entry-content .ac.free-ticket-columns-ac,
.hentry .entry-summary .ac.free-ticket-columns-ac {
  background: transparent;
}
.hentry .entry-content .ac.free-ticket-columns-ac .ac-panel,
.hentry .entry-summary .ac.free-ticket-columns-ac .ac-panel {
  padding: 0;
}
.hentry .entry-content .ac.free-ticket-columns-ac .ac-trigger,
.hentry .entry-summary .ac.free-ticket-columns-ac .ac-trigger {
  padding: 0;
}
.hentry .entry-content .ac.free-ticket-columns-ac .ac-trigger::after,
.hentry .entry-summary .ac.free-ticket-columns-ac .ac-trigger::after {
  content: none;
}
.hentry .entry-content .ac.free-ticket-columns-ac .ac-trigger a,
.hentry .entry-summary .ac.free-ticket-columns-ac .ac-trigger a {
  pointer-events: none;
}
@media (max-width: 599px) {
  .hentry .entry-content .hotel-listing,
  .hentry .entry-summary .hotel-listing {
    flex-wrap: wrap;
  }
}
.hentry .entry-content .testimonial-slides .wp-block-cover__inner-container,
.hentry .entry-summary .testimonial-slides .wp-block-cover__inner-container {
  max-width: unset !important;
}
.hentry .entry-content .testimonial-slides .alignwide,
.hentry .entry-summary .testimonial-slides .alignwide {
  margin: auto !important;
  max-width: 100% !important;
}
.hentry .entry-content .wp-block-cover.rounded-bg img,
.hentry .entry-content .wp-block-cover.rounded-bg picture,
.hentry .entry-summary .wp-block-cover.rounded-bg img,
.hentry .entry-summary .wp-block-cover.rounded-bg picture {
  border-radius: 10px;
}
.hentry .entry-content .contentFadeIn,
.hentry .entry-summary .contentFadeIn {
  opacity: 0;
}