/* Base */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.link-stretch::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrapper {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper .close-btn {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: -45px;
  color: white;
  background: black;
  padding: 5px 10px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .video-wrapper .close-btn {
    display: none;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Base override */
.btn {
  font-size: 0.875rem;
  padding: 0.5rem 0.875rem;
  text-transform: none;
  transition: all 0.15s ease-in-out;
  font-weight: 500;
}
.btn-pink {
  background: #d81159;
  border-color: #d81159;
  color: #ffffff;
}
.btn-pink:hover {
  background: #ffffff;
  border-color: #d81159;
  color: #d81159;
}

/* Old - still used in nav */
.button,
button,
.button:active,
button:active {
  display: inline-block;
  border: 1px solid #d41254;
  padding: 8px 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #d41254;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.button:hover, .button:focus,
button:hover,
button:focus,
.button:active:hover,
.button:active:focus,
button:active:hover,
button:active:focus {
  background-color: #d41254;
  color: #ffffff;
  text-decoration: none;
}
.button-pink, .button:active,
button-pink,
button:active,
.button:active-pink,
.button:active:active,
button:active-pink,
button:active:active {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #d41254;
}
.button-pink:hover, .button-pink:focus, .button:active:hover, .button:active:focus,
button-pink:hover,
button-pink:focus,
button:active:hover,
button:active:focus,
.button:active-pink:hover,
.button:active-pink:focus,
.button:active:active:hover,
.button:active:active:focus,
button:active-pink:hover,
button:active-pink:focus,
button:active:active:hover,
button:active:active:focus {
  background-color: #ffffff;
  color: #d41254;
}
.button :focus,
button :focus,
.button:active :focus,
button:active :focus {
  outline: 0;
}

/* Base layout for Summit event pages */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #01416d;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 30px;
}

a,
p a {
  color: #d41254;
}
a:hover, a:focus, a:active,
p a:hover,
p a:focus,
p a:active {
  color: #d41254;
}

.lightbox {
  display: none;
}

.modal-backdrop {
  z-index: 9999;
}

.summit-event-wysiwyg-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar.summit22-nav ul {
    margin: 0 0 0 20px;
  }
  .navbar.summit22-nav ul li {
    margin-left: 15px;
  }
  .navbar.summit22-nav ul li:first-of-type {
    margin-left: 0;
  }
  .navbar.summit22-nav .button {
    padding: 8px 20px;
  }
}

.navbar-toggler {
  padding: 0;
  margin-right: 5px;
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  height: 1px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-toggler .navbar-toggler-icon::before {
  content: "";
  background-color: #01416d;
  height: 1px;
  width: 30px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  background-color: #01416d;
  height: 1px;
  width: 30px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 0);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-color: #01416d;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon::before {
  top: -10px;
  transform: rotate(0deg);
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon::after {
  bottom: -10px;
  transform: rotate(0deg);
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background: none;
}

.navbar {
  background-color: #ffffff;
  padding: 26px 40px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1155px;
}
.navbar .collapse {
  justify-content: space-between;
}
.navbar #logo {
  cursor: pointer;
}
@media (min-width: 992px) {
  .navbar #logo {
    width: 169px;
  }
}
.navbar ul {
  margin: 0 0 0 30px;
  padding: 0;
}
.navbar ul li {
  display: inline-block;
  margin-left: 35px;
}
.navbar ul li:last-of-type {
  margin-right: 0;
}
.navbar ul li a {
  color: #01416d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
.navbar ul li a:hover, .navbar ul li a:active, .navbar ul li a:focus {
  color: #d41254;
  text-decoration: none;
}
.navbar .date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  border-left: 1px solid #d41254;
  padding-left: 20px;
  margin-bottom: 0;
}
.navbar .button {
  float: right;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar {
    width: 100%;
  }
  .navbar #logo {
    width: 110px;
  }
  .navbar ul li {
    margin-left: 32px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 992px) {
  .navbar {
    padding: 10px 20px;
  }
  .navbar .collapse {
    padding-bottom: 20px;
  }
  .navbar #logo {
    width: 100px;
    min-width: 100px;
  }
  .navbar ul {
    margin: 20px 0px;
    padding-left: 0;
  }
  .navbar ul li {
    margin: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    border-top: 1px solid #e8e8e8;
  }
  .navbar ul li a {
    padding: 20px 0;
    display: block;
  }
  .navbar .date {
    margin-left: 0;
    width: 130px;
    display: block;
    float: right;
  }
  .navbar .button {
    float: left;
    width: 50%;
    padding: 8px 10px;
  }
}

.summit-event-footer {
  background-color: #ffffff;
  padding: 40px 0;
}
.summit-event-footer .logo {
  width: 85px;
}
.summit-event-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.summit-event-footer ul li {
  padding: 0;
  margin: 0;
}
.summit-event-footer ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #01416d;
}
.summit-event-footer .copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.summit-event-footer .social-links a {
  width: 30px;
  height: 30px;
  border: 1px solid #d41254;
  border-radius: 100%;
  margin: 0 10px 10px 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
}
.summit-event-footer .social-links a svg {
  max-width: 30px;
  max-height: 30px;
}
.summit-event-footer .social-links a svg path {
  fill: #d41254;
}
.summit-event-footer .social-links a.twitter svg {
  width: 18px;
  height: 15px;
}
.summit-event-footer .social-links a.facebook svg {
  width: 8px;
  height: 15px;
}
.summit-event-footer .social-links a.linkedin svg {
  width: 15px;
  height: 15px;
}
.summit-event-footer .social-links a:hover, .summit-event-footer .social-links a:focus, .summit-event-footer .social-links a:active {
  background-color: #d41254;
}
.summit-event-footer .social-links a:hover svg path, .summit-event-footer .social-links a:focus svg path, .summit-event-footer .social-links a:active svg path {
  fill: #ffffff;
}
.summit-event-footer .hashtag {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
.summit-event-footer .button {
  padding: 8px 10px;
}

.modal-backdrop {
  background-color: #ffffff;
}

/* Modules */
/* Summit Event Hero */
.summit-event-hero {
  background: linear-gradient(180deg, #6DC5E1 -23.13%, #E2F3F9 69.09%, rgba(226, 243, 249, 0) 90.02%);
  background-image: url("../images/summit-event-hero__2025-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 7.8125rem;
}
@media (max-width: 992px) {
  .summit-event-hero {
    background-size: auto 100%;
  }
}
.summit-event-hero img {
  max-height: 446px;
}
@media (max-width: 992px) {
  .summit-event-hero img {
    display: none;
  }
}
@media (min-width: 992px) {
  .summit-event-hero {
    padding-top: 12.875rem;
  }
}
.summit-event-hero h1 {
  color: #01416d;
  font-size: 2.25rem;
  line-height: 2.875rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .summit-event-hero h1 {
    font-size: 3.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.summit-event-hero h1 span, .summit-event-hero h1 strong {
  font-weight: 600;
}
@media (max-width: 360px) {
  .summit-event-hero h1 span, .summit-event-hero h1 strong {
    display: block;
  }
}
.summit-event-hero__ctas {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
  margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
  .summit-event-hero__ctas {
    flex-flow: row nowrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.summit-event-hero__ctas a {
  font-weight: 500;
}
.summit-event-hero__btn-video-toggle {
  position: relative;
  padding-left: 44px;
}
@media (max-width: 600px) {
  .summit-event-hero__btn-video-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
.summit-event-hero__btn-video-toggle::before {
  background: url("../images/circlular-play-icon--white.svg") center center no-repeat;
  content: "";
  display: inline-block;
  height: 1.5rem;
  left: 0.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media (max-width: 600px) {
  .summit-event-hero__btn-video-toggle::before {
    left: auto;
    transform: none;
    top: auto;
    position: relative;
  }
}
/* Modal (Separate component, sits at the bottom of the page) */
.summit-event-hero-modal {
  z-index: 99999;
}
@media (min-width: 576px) {
  .summit-event-hero-modal .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .summit-event-hero-modal .modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .summit-event-hero-modal .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .summit-event-hero-modal .modal-dialog {
    max-width: 1140px;
  }
}
.summit-event-hero-modal .modal-content {
  padding: 0;
}
.summit-event-hero-modal .modal-header {
  padding: 0;
  position: relative;
  border-bottom: 0;
}
.summit-event-hero-modal .modal-header button.close:hover {
  background-color: transparent;
}
.summit-event-hero-modal .modal-title {
  display: none;
}
.summit-event-hero-modal .modal-body {
  padding: 0;
}
.summit-event-hero-modal__close {
  right: -3.125rem;
  position: absolute;
  top: -0.9375rem;
  background-color: #000 !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
}
.summit-event-hero-modal__close svg {
  filter: invert(1);
}

.summit-event-hero-countdown {
  color: #01416d;
}
.summit-event-hero-countdown__container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .summit-event-hero-countdown__container {
    gap: 2.375rem;
    justify-content: flex-start;
  }
}
.summit-event-hero-countdown__timer {
  line-height: 0.95;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .summit-event-hero-countdown__timer {
    min-width: 4.0625rem;
  }
}
.summit-event-hero-countdown__timer-number {
  font-size: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .summit-event-hero-countdown__timer-number {
    font-size: 3.125rem;
  }
}
.summit-event-hero-countdown__timer-label {
  color: #d81159;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .summit-event-hero-countdown__timer-label {
    font-size: 0.875rem;
  }
}
.summit-event-hero-countdown__timer::after {
  content: ":";
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  right: -0.875rem;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
}
@media (min-width: 768px) {
  .summit-event-hero-countdown__timer::after {
    font-size: 1.25rem;
    right: -1.375rem;
  }
}
@media (max-width: 992px) {
  .summit-event-hero-countdown__timer::after {
    right: -0.5625rem;
  }
}
.summit-event-hero-countdown__timer:last-of-type::after {
  display: none;
}
.summit-event-hero-countdown__post-event-text {
  display: none;
}
.summit-event-hero-countdown.flag--launched .summit-event-hero-countdown__timer {
  display: none;
}
.summit-event-hero-countdown.flag--launched .summit-event-hero-countdown__post-event-text {
  display: block !important;
  color: #01416d;
  display: none;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.summit-event-about h2 {
  color: #01416d;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .summit-event-about h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
.summit-event-about h2 span, .summit-event-about h2 strong {
  font-weight: 600;
}
.summit-event-about h3 {
  color: #d81159;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.summit-event-about .summit-event-wysiwyg-block {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .summit-event-about .btn {
    text-align: center;
    width: 100%;
  }
}
.summit-event-about__key-points {
  align-items: center;
  border: 1px solid #149bd7;
  border-radius: 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.25rem;
  justify-content: center;
  list-style: none;
  margin: 3.125rem 0 0 0;
  padding: 1.6875rem;
  text-align: center;
}
.summit-event-about__key-points:only-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .summit-event-about__key-points {
    flex-flow: row nowrap;
    gap: 3.125rem;
    padding: 0.875rem;
  }
}
@media (min-width: 1110px) {
  .summit-event-about__key-points {
    gap: 4.375rem;
  }
}
.summit-event-about__key-points li {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .summit-event-about__key-points li {
    font-size: 1.5rem;
  }
}
.summit-event-about__key-points li::after {
  background-color: #149bd7;
  bottom: -0.625rem;
  content: "";
  display: inline-block;
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.3125rem;
}
@media (min-width: 768px) {
  .summit-event-about__key-points li::after {
    bottom: 50%;
    height: 1.3125rem;
    left: auto;
    right: -1.5625rem;
    width: 0.15625rem;
    transform: translateX(0) translateY(50%);
  }
}
@media (min-width: 1110px) {
  .summit-event-about__key-points li::after {
    right: -2.1875rem;
  }
}
.summit-event-about__key-points li:last-of-type::after {
  display: none;
}

.summit-event-talks-agenda {
  /* Talk Detail and Talk Speakers CSS is used in both scroll and modal view. Modal view has layout modifications */
}
.summit-event-talks-agenda__wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 15px 0 rgba(209, 209, 209, 0.5);
}
.summit-event-talks-agenda #summit-event-talks-agenda__view-more {
  border-radius: 6px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  color: #d81159;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.summit-event-talks-agenda #summit-event-talks-agenda__view-more:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .summit-event-talks-agenda #summit-event-talks-agenda__view-more {
    display: block;
  }
}
.summit-event-talks-agenda__title-wrapper {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__title-wrapper {
    margin-bottom: 0.5rem;
  }
}
.summit-event-talks-agenda__header h2 {
  color: #01416d;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .summit-event-talks-agenda__header h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
.summit-event-talks-agenda__header h2 span, .summit-event-talks-agenda__header h2 strong {
  font-weight: 600;
}
.summit-event-talks-agenda__images {
  display: none;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__images {
    display: block;
    height: 650px;
    overflow: hidden;
  }
  .summit-event-talks-agenda__images img {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.25s ease-in-out;
    width: auto;
  }
}
.summit-event-talks-agenda__images-wrapper {
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}
.summit-event-talks-agenda__talks-scrolling-list {
  position: relative;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__talks-scrolling-list {
    max-height: 574px;
  }
}
.summit-event-talks-agenda__talks-scrolling-list-toggle {
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__talks-scrolling-list-toggle {
    display: block;
  }
}
.summit-event-talks-agenda__talks-scrolling-list-toggle svg path {
  transition: fill 0.5s;
}
.summit-event-talks-agenda__talks-scrolling-list-toggle:hover svg path {
  fill: #d81159;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__talks-scrolling-list-toggle {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
  }
}
.summit-event-talks-agenda__talks-scrolling-list-wrapper {
  padding: 1.8125rem 1.75rem;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__talks-scrolling-list-wrapper {
    height: 100%;
    overflow-y: scroll;
    margin: 2.375rem 0.625rem;
    padding: 0 3.4375rem 0 0;
    position: relative;
  }
}
.summit-event-talks-agenda__talk-detail {
  border-bottom: 0.0125rem solid rgba(87, 87, 86, 0.5);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.summit-event-talks-agenda__talk-detail:last-of-type {
  border-bottom: none;
}
.summit-event-talks-agenda__talk-detail-header {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.summit-event-talks-agenda__talk-detail-times {
  color: #01416d;
  display: inline-block;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}
.summit-event-talks-agenda__talk-detail-label {
  background-color: #d81159;
  border: 0;
  border-radius: 1rem;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  padding: 0.0625rem 0.5625rem;
}
.summit-event-talks-agenda__talk-detail-label.--ruby {
  background-color: #d81159;
}
.summit-event-talks-agenda__talk-detail-label.--purple {
  background-color: #6e21e4;
}
.summit-event-talks-agenda__talk-detail h3 {
  color: #149bd7;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.summit-event-talks-agenda__talk-detail h4 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .summit-event-talks-agenda__talk-detail h4 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .summit-event-talks-agenda__talk-detail h4 span {
    max-width: 55px;
  }
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__talk-detail h4 {
    font-size: 1rem;
  }
}
.summit-event-talks-agenda__talk-detail h4 span {
  background-color: #E2F3F9;
  border: 0;
  border-radius: 1rem;
  color: #01416d;
  display: inline-block;
  font-size: 0.5625rem;
  font-style: normal;
  margin-right: 0.5625rem;
  padding: 0.25rem 0.375rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
.summit-event-talks-agenda__talk-detail .summit-event-wysiwyg-block p {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.summit-event-talks-agenda__talk-detail-expanded-view .summit-event-wysiwyg-block p {
  font-size: 1rem;
  line-height: 1.625rem;
}
.summit-event-talks-agenda__talk-detail-expanded-view .summit-event-talks-agenda__talk-speakers-speaker {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  .summit-event-talks-agenda__talk-detail-expanded-view .summit-event-talks-agenda__talk-speakers-speaker {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.summit-event-talks-agenda__talk-speakers {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .summit-event-talks-agenda__talk-speakers {
    flex-flow: row wrap;
  }
}
.summit-event-talks-agenda__talk-speakers-speaker {
  color: #01416d;
  flex-basis: 100%;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.875rem;
}
@media (min-width: 768px) {
  .summit-event-talks-agenda__talk-speakers-speaker {
    font-size: 0.5625rem;
    flex-basis: calc(33% - 10px);
    line-height: 0.75rem;
  }
}
.summit-event-talks-agenda__talk-speakers-speaker > div {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.75rem;
}
.summit-event-talks-agenda__talk-speakers-speaker img {
  max-height: 32px;
  max-width: 32px;
  border-radius: 50%;
}
.summit-event-talks-agenda__talk-speakers-speaker span span {
  font-weight: 500;
}
.summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal {
  z-index: 99999;
}
@media (min-width: 576px) {
  .summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-dialog {
    max-width: 1140px;
  }
}
.summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-content {
  border-radius: 1rem;
}
.summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-header {
  border-bottom: 0;
}
.summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-header button.close:hover {
  background-color: transparent;
}
.summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-title {
  display: none;
}
.summit-event-talks-agenda .summit-event-talks-agenda-expanded-modal .modal-body {
  padding: 2.1875rem 4.6875rem;
}

.summit-event-speakers h2 {
  color: #01416d;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .summit-event-speakers h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
.summit-event-speakers h2 span, .summit-event-speakers h2 strong {
  font-weight: 600;
}
.summit-event-speakers h3 {
  color: #d81159;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .summit-event-speakers h3 {
    margin-bottom: 2.375rem;
  }
}
.summit-event-speakers__speaker {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .summit-event-speakers__speaker:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .summit-event-speakers__speaker {
    max-height: 376px;
  }
}
@media (min-width: 992px) {
  .summit-event-speakers__speaker {
    max-height: 296px;
  }
}
.summit-event-speakers__speaker-toggle {
  cursor: pointer;
  display: block;
  position: relative;
}
.summit-event-speakers__speaker-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  z-index: 0;
  border-radius: 16px;
  border: 1px solid #C4C4C4;
}
.summit-event-speakers__speaker-details {
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 15px 0px rgba(209, 209, 209, 0.5);
  bottom: 0.4375rem;
  height: 5.3125rem;
  left: 0.4375rem;
  overflow: hidden;
  padding: 0 0.75rem;
  position: absolute;
  right: 0.4375rem;
  transition: height 0.5s ease-in-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .summit-event-speakers__speaker-details {
    height: 4.15rem;
  }
}
.summit-event-speakers__speaker-details-header {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.625rem;
  justify-content: space-between;
  padding-top: 0.625rem;
}
.summit-event-speakers__speaker-details-header h4 {
  color: #149bd7;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.summit-event-speakers__speaker-details-header svg {
  transition: transform 0.5s ease-in-out;
}
.summit-event-speakers__speaker-details span {
  color: #01416d;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  padding-bottom: 0.625rem;
}
.summit-event-speakers__speaker-details > div {
  height: 100%;
  scroll-behavior: smooth;
}
.summit-event-speakers__speaker-details-reveal {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.summit-event-speakers__speaker-details-reveal p {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.summit-event-speakers__speaker-details-reveal p:last-child {
  margin-bottom: 0;
}
.summit-event-speakers__speaker--active .summit-event-speakers__speaker-details {
  height: 75%;
}
.summit-event-speakers__speaker--active .summit-event-speakers__speaker-details > div {
  overflow-y: auto;
  overflow-x: hidden;
}
.summit-event-speakers__speaker--active .summit-event-speakers__speaker-details-reveal {
  opacity: 1;
}
.summit-event-speakers__speaker--active .summit-event-speakers__speaker-details-header svg {
  transform: rotate(180deg);
}

.summit-event-venue {
  position: relative;
  /* When this module is used as the 'intro' (phase 1), on mobile it needs to ingore 
  .pullup-content-100 */
}
.summit-event-venue .parallax-container-two {
  display: none;
}
@media (min-width: 992px) {
  .summit-event-venue .parallax-container-two {
    display: block;
    position: absolute;
    top: -150px;
    right: 0;
    height: 900px;
  }
}
.summit-event-venue h2 {
  color: #01416d;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .summit-event-venue h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
.summit-event-venue h2 span, .summit-event-venue h2 strong {
  font-weight: 600;
}
.summit-event-venue h3 {
  color: #d81159;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .summit-event-venue__content {
    padding-right: 3.125rem;
  }
}
.summit-event-venue__content .summit-event-wysiwyg-block {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .summit-event-venue__content .btn {
    text-align: center;
    width: 100%;
  }
}
.summit-event-venue__images {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .summit-event-venue__images {
    position: relative;
  }
}
@media (min-width: 768px) {
  .summit-event-venue__images-wrapper {
    padding-right: 391px;
    padding-top: 0;
    position: relative;
    height: 592px;
  }
}
.summit-event-venue__images--1, .summit-event-venue__images--2, .summit-event-venue__images--3 {
  height: auto;
  margin-bottom: 1.5rem;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .summit-event-venue__images--1, .summit-event-venue__images--2, .summit-event-venue__images--3 {
    height: 280px;
    max-width: none;
    width: 359px;
  }
}
@media (min-width: 768px) {
  .summit-event-venue__images--1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .summit-event-venue__images--2 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .summit-event-venue__images--3 {
    left: 391px;
    margin-bottom: 0;
    position: absolute;
    top: 195px;
  }
}
@media (max-width: 767px) {
  .summit-event-venue:first-child.pullup-content-100 {
    margin-top: 0 !important;
  }
}

.summit-event-text-cta h2 {
  color: #01416d;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .summit-event-text-cta h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
.summit-event-text-cta .parallax-container-three {
  display: none;
}
@media (min-width: 768px) {
  .summit-event-text-cta .parallax-container-three {
    display: block;
    position: absolute;
    left: 0;
    top: -250px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .summit-event-text-cta .btn-pink {
    width: 100%;
  }
}

.summit-event-share h2 {
  color: #01416d;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .summit-event-share h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin-bottom: 2rem;
  }
}
.summit-event-share__icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
.summit-event-share .parallax-container-four {
  display: none;
}
@media (min-width: 992px) {
  .summit-event-share .parallax-container-four {
    display: block;
    position: absolute;
    left: 0;
    top: -300px;
    height: 600px;
  }
}

.summit-event-testimonials-carousel__container {
  border-radius: 1rem;
  box-shadow: 0 0 15px 0 rgba(209, 209, 209, 0.5);
  padding: 2rem;
  background: #ffffff;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel__container {
    padding: 2rem 2rem 6rem 2rem;
  }
}
.summit-event-testimonials-carousel__container .owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
  bottom: -20px;
  top: auto;
  border: 1px solid #01416d;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel__container .owl-carousel .owl-nav button.owl-next {
    bottom: -80px;
    right: 40%;
  }
}
@media (max-width: 500px) {
  .summit-event-testimonials-carousel__container .owl-carousel .owl-nav button.owl-next {
    right: 33% !important;
  }
}
.summit-event-testimonials-carousel__container .owl-carousel .owl-nav button.owl-prev {
  right: 7.5%;
  left: auto;
  bottom: -20px;
  top: auto;
  border: 1px solid #01416d;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel__container .owl-carousel .owl-nav button.owl-prev {
    right: 51%;
    bottom: -80px;
  }
}
@media (max-width: 500px) {
  .summit-event-testimonials-carousel__container .owl-carousel .owl-nav button.owl-prev {
    right: 52% !important;
  }
}
.summit-event-testimonials-carousel__item p {
  margin: 0;
}
.summit-event-testimonials-carousel__content {
  padding-bottom: 1.2rem;
  color: #01416d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.summit-event-testimonials-carousel__author {
  color: #149bd7;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.summit-event-testimonials-carousel__img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 140px;
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel__img {
    max-height: 100px;
    width: 120px;
  }
}
.summit-event-testimonials-carousel__content-wrapper {
  display: flex;
  height: 100%;
  justify-content: right;
  align-items: center;
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel__content-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.summit-event-testimonials-carousel h2 {
  display: flex;
  flex-direction: column;
  color: #01416d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.25rem;
}
.summit-event-testimonials-carousel h2 strong {
  font-weight: 600;
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel h2 strong {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 992px) {
  .summit-event-testimonials-carousel h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.summit-event-video-carousel {
  overflow: hidden;
}
.summit-event-video-carousel .fade-transition {
  transition: opacity 0.5s ease;
}
.summit-event-video-carousel__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .summit-event-video-carousel__content {
    position: relative;
    padding-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .summit-event-video-carousel__content {
    padding-bottom: 0;
    text-align: left;
  }
}
.summit-event-video-carousel__content h2 {
  color: #01416d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.875rem;
  display: flex;
  flex-direction: column;
}
.summit-event-video-carousel__content h2 strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .summit-event-video-carousel__content h2 {
    display: block;
    text-align: left;
    font-size: 1.875rem;
  }
}
.summit-event-video-carousel__carousel-controls {
  display: none;
}
@media (min-width: 769px) {
  .summit-event-video-carousel__carousel-controls {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
.summit-event-video-carousel__carousel-controls-prev, .summit-event-video-carousel__carousel-controls-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 0;
  opacity: 1;
  overflow: hidden;
  padding-top: 50px;
  transition: opacity 0.3s ease-in-out;
  width: 50px;
}
.summit-event-video-carousel__carousel-controls-prev:hover, .summit-event-video-carousel__carousel-controls-next:hover {
  opacity: 0.7;
}
.summit-event-video-carousel__carousel-controls-prev {
  border: 1px solid #01416d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5303 5.3642C12.8232 5.6571 12.8232 6.13197 12.5303 6.42486L6.81066 12.1445H19C19.4142 12.1445 19.75 12.4803 19.75 12.8945C19.75 13.3087 19.4142 13.6445 19 13.6445H6.81066L12.5303 19.3642C12.8232 19.6571 12.8232 20.132 12.5303 20.4249C12.2374 20.7178 11.7626 20.7178 11.4697 20.4249L4.46967 13.4248C4.32902 13.2842 4.25 13.0934 4.25 12.8945C4.25 12.6956 4.32902 12.5048 4.46967 12.3642L11.4697 5.3642C11.7626 5.07131 12.2374 5.07131 12.5303 5.3642Z' fill='%23149BD7'/%3E%3C/svg%3E");
  margin-right: 1rem;
}
.summit-event-video-carousel__carousel-controls-next {
  border: 1px solid #01416d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4697 5.3642C11.7625 5.07131 12.2374 5.07131 12.5303 5.3642L19.5303 12.3642C19.671 12.5048 19.75 12.6956 19.75 12.8945C19.75 13.0934 19.671 13.2842 19.5303 13.4248L12.5303 20.4249C12.2374 20.7178 11.7625 20.7178 11.4697 20.4249C11.1768 20.132 11.1768 19.6571 11.4697 19.3642L17.1893 13.6445H5C4.58579 13.6445 4.25 13.3087 4.25 12.8945C4.25 12.4803 4.58579 12.1445 5 12.1445H17.1893L11.4697 6.42486C11.1768 6.13197 11.1768 5.6571 11.4697 5.3642Z' fill='%23149BD7'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .summit-event-video-carousel__carousel-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.summit-event-video-carousel__carousel {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .summit-event-video-carousel__carousel {
    width: 70vw;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .summit-event-video-carousel__carousel .owl-nav {
    display: none;
  }
}
.summit-event-video-carousel__carousel .owl-nav .owl-prev {
  top: auto;
  bottom: -105px;
  left: 35%;
  border: 1px solid #01416d !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (min-width: 400px) {
  .summit-event-video-carousel__carousel .owl-nav .owl-prev {
    left: 37%;
  }
}
@media (min-width: 500px) {
  .summit-event-video-carousel__carousel .owl-nav .owl-prev {
    left: 40%;
  }
}
.summit-event-video-carousel__carousel .owl-nav .owl-next {
  top: auto;
  bottom: -105px;
  right: 35%;
  border: 1px solid #01416d !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (min-width: 400px) {
  .summit-event-video-carousel__carousel .owl-nav .owl-next {
    right: 37%;
  }
}
@media (min-width: 500px) {
  .summit-event-video-carousel__carousel .owl-nav .owl-next {
    right: 40%;
  }
}
.summit-event-video-carousel__carousel .owl-stage {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .summit-event-video-carousel__carousel .owl-stage {
    left: 0 !important;
    padding-left: 0 !important;
    right: -40px !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (max-width: 768px) {
  .summit-event-video-carousel__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.summit-event-video-carousel__carousel .owl-dots .owl-dot {
  margin-top: 1.5rem;
  border: 1px solid #149bd7;
}
.summit-event-video-carousel__carousel .owl-dots .owl-dot.active {
  background: #149bd7;
}
.summit-event-video-carousel__carousel button.owl-dot {
  margin-right: 1.25rem;
}
.summit-event-video-carousel__carousel button.owl-dot span {
  border: 1px solid transparent;
  border-radius: 100%;
  display: block;
  height: 10px;
  width: 10px;
}
.summit-event-video-carousel__content-wrapper {
  padding: 0.9375rem 1.5rem 1.875rem 1.5rem;
}
.summit-event-video-carousel__content-wrapper a.button,
.summit-event-video-carousel__content-wrapper a.btn-pink {
  width: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summit-event-video-carousel__content-wrapper span {
  color: #01416d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  display: block;
  margin-bottom: 0.5rem;
}
.summit-event-video-carousel__content-wrapper h4 {
  color: #149bd7;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.summit-event-video-carousel__carousel-item {
  border-radius: 16px;
  box-shadow: 0 1px 10px 0 rgba(10, 10, 10, 0.08);
}
.summit-event-video-carousel__carousel-item a {
  text-decoration: none;
}
.summit-event-video-carousel__image-wrapper {
  position: relative;
  transition: opacity 0.3s ease;
}
.summit-event-video-carousel__image-wrapper img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.summit-event-video-carousel__image-wrapper:hover .gif-hover {
  display: block !important;
  opacity: 1 !important;
}
.summit-event-video-carousel__image-wrapper .gif-hover {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}

.summit-event-sponsors__container {
  background: linear-gradient(81deg, #6DC5E1 -50.08%, #E2F3F9 98.05%);
  background-blend-mode: multiply;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 50px;
}
@media (max-width: 992px) {
  .summit-event-sponsors__container {
    padding: 40px 50px;
    flex-direction: column;
    gap: 30px;
    border-radius: 16px;
    background: linear-gradient(81deg, #6DC5E1 -50.08%, #E2F3F9 98.05%);
    background-blend-mode: multiply;
  }
}
.summit-event-sponsors__heading {
  flex: 20%;
}
@media (max-width: 992px) {
  .summit-event-sponsors__heading {
    flex: 100%;
  }
}
.summit-event-sponsors__heading p {
  margin: 0;
  color: #01416d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}
@media (max-width: 992px) {
  .summit-event-sponsors__heading p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.summit-event-sponsors__flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  flex: 80%;
}
@media (max-width: 992px) {
  .summit-event-sponsors__flex-container {
    flex: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
.summit-event-sponsors__item img {
  max-height: 25px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .summit-event-sponsors__item img {
    max-height: 30px;
  }
}
.summit-event-sponsors__post-paragraph p {
  color: #01416d;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
.summit-event-sponsors__pre-paragraph {
  padding-top: 1rem;
  text-align: center;
}
.summit-event-sponsors__pre-paragraph p {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .summit-event-sponsors__pre-paragraph p {
    margin-bottom: 0;
  }
}
.summit-event-sponsors__pre-paragraph p a {
  color: #149bd7;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  text-decoration-line: underline;
}
.summit-event-sponsors__pre-paragraph p a:hover {
  color: #1079a8;
}

.summit-event-faqs h2 {
  color: #01416d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.25rem;
  margin-bottom: 0.9rem;
}
.summit-event-faqs .nav .nav-link-tab {
  color: rgba(87, 87, 86, 0.47);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  background: transparent;
  padding: 0 0 0.5rem;
}
.summit-event-faqs .nav .nav-link-tab.active {
  color: #d81159;
}
.summit-event-faqs .card {
  border: 0;
  background: #E2F3F9 !important;
  border-radius: 16px !important;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .summit-event-faqs .card {
    margin-bottom: 1rem;
  }
}
.summit-event-faqs .card .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.summit-event-faqs .card .card-header button {
  width: 100%;
  text-align: left;
  padding: 0.75rem 0.9375rem;
  border: 0;
  color: #149bd7;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: normal;
}
.summit-event-faqs .card .card-header button:focus, .summit-event-faqs .card .card-header button:hover {
  background: transparent;
  text-decoration: none;
}
.summit-event-faqs .card .card-header button svg {
  transform: rotateX(0);
  transition: transform 0.5s ease;
}
.summit-event-faqs .card .card-header button.collapsed svg {
  transform: rotateX(180deg);
}
.summit-event-faqs .card .card-body {
  padding: 0rem 0.9375rem 0.9375rem;
}
.summit-event-faqs .card .card-body p {
  margin: 0.25rem;
}

.summit-event-image-carousel {
  margin-top: 3.125rem;
}
@media (min-width: 1024px) {
  .summit-event-image-carousel {
    margin-top: 4.625rem;
  }
}
.summit-event-image-carousel__carousel img {
  border-radius: 1rem;
}
.summit-event-image-carousel__carousel .item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.summit-event-image-carousel__carousel .item.fadeIn {
  opacity: 1;
}
.summit-event-image-carousel__carousel .scaleIn {
  animation: scaleAnimation 0.5s ease forwards;
}
@keyframes scaleAnimation {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
