:root {
  --black: #000000;
  --white: #ffffff;
  --white-but-darker: #f6f7fb;
  --ghost-white-darker: #eff3fe;
  --slightly-dark-gray: #3d3d3d;
  --dark-gray: #1f1f1f;
  --persian-blue: #003aba;
  --medium-light-blue: #dfeafc;
  --gray: #757575;
  --lighter-blue: #0640bf;
  --lavander: #dadfeb;
  --powder-blue: #9faac5;
  --yinmn-blue: #4a5f93;
  --ghost-white: #f6f7fb;
  --slightly-dark-gray: #3d3d3d;
  --selective-yellow: #ffb200;
  --light-gray: #cecece;
  --delft-blue: #344067;
  --spotify-green: #1fd05d;
  --glass-effect-15: #ffffff26;
  --light-lavander: #bbbce4;
  --dark-blue: #000e30;
  --conferences-blue: #0786ff;
  --lighter-blue: #0640bf;
  --dark-yellow: #db9900;
  --blue-gradient-conferences: linear-gradient(
    274.59deg,
    #003aba 0%,
    #275fdc 99.6%
  );
  --blue-gradient: linear-gradient(97.81deg, #185cfa 5.91%, #1853dd 97.82%);
  --light-bg: linear-gradient(to right, #ffffff, #dee0f5);
  --dark-bg: linear-gradient(82.33deg, #303c4a 27.33%, #000315 88.68%);
  --blue-gradient-conference: linear-gradient(to right, #275fdc, #003aba);
  --black-gradient: linear-gradient(to right, #000000, #000000);
  --white-linear-gradient: linear-gradient(
    to bottom,
    #ffffff00 0%,
    #fffffff6 50%,
    #ffffff 100%
  );
  --white-linear-gradient-to-right: linear-gradient(
    to right,
    #ffffff00 0%,
    #fffffff6 50%,
    #ffffff 100%
  );
}
* {
  font-family: "Poppins", sans-serif;
}
*::-webkit-scrollbar {
  width: 0.5rem;
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2.25rem;
}
*::-webkit-scrollbar-thumb {
  background: var(--powder-blue);
  border-radius: 2.25rem;
}
*::-webkit-scrollbar-button {
  display: none;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--powder-blue) transparent;
  }
}
body {
  background-color: var(--white);
}
div.body-container {
  background-color: transparent;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
}
.h-fit-content {
  height: fit-content !important;
}
.section-margin {
  margin: 3rem 0rem;
}
.section-margin:first-of-type {
  margin-top: 1.5rem;
}
.section-margin:last-of-type {
  margin-bottom: 1.5rem;
}
/* ********************************************************** */

.conference-location-section {
  /*background-image: url('../assets/nysora-s.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}
.conference-location-section {
  padding: 50px 0 100px 0;
}
.conference-location-box {
  padding-bottom: 20px;
}
.conference-location-box::after {
  left: -20px;
  top: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 50px;
  background-color: #0039b3;
}
.conference-location-box:last-child {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .conference-location-box:last-child {
    margin-bottom: 50px;
  }
}
.location-box-container {
  padding-left: 20px;
  border-left: 1px solid #acacac;
}
.conference-location-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.conference-location-img-lg {
  height: 250px;
}
.conference-location-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container__is-content-wrapper {
  padding: 2rem 2rem 5rem 2rem;
  border-radius: 1.5rem;
}
.container__is-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  border-radius: 1.5rem;
}
.container__is-content-wrapper > * {
  position: relative;
  z-index: 2;
}
.is-content-wrapper__bg-image {
  object-fit: cover;
  z-index: 0;
  border-radius: 1.5rem;
}
.is-content-wrapper__badge-wrapper {
  gap: 0.875rem;

  position: absolute;
  top: 1rem;
  left: 1rem;
}
.right-block__badge-wrapper {
  margin-bottom: 2.25rem;
}
.badge-wrapper__item {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  background-color: var(--glass-effect-15);
  text-transform: uppercase;
  border-radius: 1.25rem;
  padding: 0.75rem 1rem;
  backdrop-filter: blur(2.25rem);
}
.left-block__date-wrapper {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  padding: 0.75rem 1.5rem;
  border-radius: 1.75rem;
  border: 0.063rem solid var(--white);
  margin-bottom: 2.75rem;
  width: fit-content;
}
.container__left-block h1 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  margin-bottom: 0rem;
}
.left-block__location-wrapper {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.main-btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  padding: 1.25rem 1rem;
  border-radius: 0.75rem;
  width: fit-content;
  height: fit-content;
  text-wrap: nowrap;
}
.main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.main-btn span,
.main-btn svg {
  position: relative;
  z-index: 1;
}
.main-btn svg path {
  fill: var(--white);
}
.main-btn:hover::before {
  opacity: 1;
}
.main-btn:hover {
  color: var(--white);
}
.main-btn:hover span {
  color: var(--white);
}
.main-btn:hover svg path {
  fill: var(--white);
}
.right-block__btn-secondary {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  background-color: transparent;
  padding: 1.25rem 1rem;
  border: 0.063rem solid var(--light-lavander);
  border-radius: 0.75rem;
  width: fit-content;
}
.right-block__btn-secondary:hover {
  color: var(--black);
  background-color: var(--light-lavander);
}
.right-block__btn-secondary:hover svg path {
  fill: var(--black);
}
.is-content-wrapper__container {
  margin-top: 7.75rem;
}
.container__right-block {
  width: 13.75rem;
}
.container__right-block a {
  width: 100%;
}
.is-content-wrapper__clock {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 65%);
  background: linear-gradient(
    275.05deg,
    #ffffff -24.29%,
    #9ab2e8 48.09%,
    #ffffff 115.1%
  );
  padding: 0.063rem;
  border-radius: 0.75rem;
  box-shadow:
    0px 2.77px 2.21px 0px rgba(99, 109, 219, 0.0056),
    0px 6.65px 5.32px 0px rgba(99, 109, 219, 0.0081),
    0px 12.52px 10.02px 0px rgba(99, 109, 219, 0.01),
    0px 22.34px 17.87px 0px rgba(99, 109, 219, 0.0119),
    0px 41.78px 33.42px 0px rgba(99, 109, 219, 0.0144),
    0px 100px 80px 0px rgba(99, 109, 219, 0.02);
}
.flipdown .rotor-group:last-child {
  display: none !important;
}
.flipdown .rotor-group:nth-child(3) {
  padding-right: 0;
}
.flipdown .rotor-group:nth-child(3)::before,
.flipdown .rotor-group:nth-child(3)::after {
  display: none !important;
}
.session-overview-section {
  padding-top: 7rem;
}
.tab-pane-mobile {
  display: none;
}
.tab-pane-mobile.active {
  display: block;
}
.sos-content-wrapper__tabs {
  margin-bottom: 2rem;
}
.sos-content-wrapper__tabs .nav-link {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white) !important;
  background-color: var(--powder-blue);
  padding: 1rem 1.75rem;
  border-radius: 1.25rem;
}
.sos-content-wrapper__tabs .nav-link.active {
  background-color: var(--persian-blue);
}
.sos-content-wrapper__left-block,
.sos-content-wrapper__right-block {
  height: 45.5rem;
}
.sos-content-wrapper__left-block {
  border: 0.063rem solid var(--lavander);
  border-radius: 1.5rem;
  box-shadow:
    0px 2.77px 2.21px 0px rgba(99, 109, 219, 0.0056),
    0px 6.65px 5.32px 0px rgba(99, 109, 219, 0.0081),
    0px 12.52px 10.02px 0px rgba(99, 109, 219, 0.01),
    0px 22.34px 17.87px 0px rgba(99, 109, 219, 0.0119),
    0px 41.78px 33.42px 0px rgba(99, 109, 219, 0.0144),
    0px 100px 80px 0px rgba(99, 109, 219, 0.02);
}
.sos-content-wrapper__left-block > div:nth-child(1) {
  background-color: var(--ghost-white);
}
.left-block__badge-wrapper {
  padding: calc(3rem - 0.75rem) calc(2.5rem - 0.75rem);
  background-color: var(--ghost-white);
}
.badge-wrapper__item {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--dark-gray);
  background-color: var(--ghost-white);
  padding: 0.75rem 1.25rem;
  border-radius: 1.25rem;
  width: fit-content;
}
.badge-wrapper__item.blue {
  font-weight: 400;
  color: var(--white);
  background-color: var(--persian-blue);
}
.content-wrapper__right-block {
  padding: 0rem calc(2rem - 0.75rem);
  border-top: 2.25rem solid transparent;
  border-bottom: 2.25rem solid transparent;
}
.right-block__text-wrapper h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.07;
  color: var(--dark-blue);
}
.right-block__text-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.right-block__text-wrapper ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.share-btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--yinmn-blue);
  gap: 0.75rem;
  width: fit-content;
}
.share-btn:hover {
  color: var(--yinmn-blue);
}
.share-btn-wrapper__links {
  border-radius: 1rem;
  border: 0.063rem solid var(--lavander);

  bottom: -4.5rem;
  right: 0rem;
}
.links__item {
  width: 1.5rem;
  height: 1.5rem;
}
.links__item img {
  width: 1.25rem;
  height: 1.25rem;
}
.links__item:hover img:not(.item__check-icon) {
  filter: brightness(0);
}
.links__item--copy {
  position: relative;
}
.item__copy-icon,
.item__check-icon {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}
.item__copy-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.links__item--copy.active .item__copy-icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
}
.links__item--copy.active .item__check-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.sos-content-wrapper__right-block {
  border: 0.063rem solid var(--lavander);
  border-radius: 2rem;
  box-shadow:
    0px 2.77px 2.21px 0px rgba(99, 109, 219, 0.0056),
    0px 6.65px 5.32px 0px rgba(99, 109, 219, 0.0081),
    0px 12.52px 10.02px 0px rgba(99, 109, 219, 0.01),
    0px 22.34px 17.87px 0px rgba(99, 109, 219, 0.0119),
    0px 41.78px 33.42px 0px rgba(99, 109, 219, 0.0144),
    0px 100px 80px 0px rgba(99, 109, 219, 0.02);
}
.right-block__upper {
  padding: 2rem 1.75rem;
  background-color: var(--ghost-white);
}
.right-block__upper img {
  width: 12rem;
}
.right-block__lower {
  padding: 0rem 2rem;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
}
.right-block__lower::-webkit-scrollbar-thumb {
  background: var(--persian-blue);
  border-radius: 2.25rem;
}
@supports not selector(::-webkit-scrollbar) {
  .right-block__lower {
    scrollbar-color: var(--persian-blue) transparent;
  }
}
.right-block__lower h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.07;
  color: var(--dark-blue);
}
.right-block__lower ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1rem;
}
.right-block__lower ul li:last-child {
  margin-bottom: 0rem;
}
.right-block__lower ul li span {
  font-weight: 600;
}
.agenda-section__container {
  background-color: var(--white);
  border: 0.063rem solid var(--lavander);
  border-radius: 1.5rem;
}
.agenda-section__info-block {
  box-shadow: rgba(99, 105, 121, 0.25) 0px 4px 25px 0px;
  padding: 2.25rem 2rem 1.5rem 2rem;
  border-radius: 2rem 2rem 0rem 0rem;
}
.info-block__left-block h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.info-block__left-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.13;
  color: var(--black);
}
.left-block__btn-wrapper {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.day-btn-wrapper__btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--yinmn-blue) !important;
  padding: 0.75rem 1rem;
  border: 0.063rem solid var(--powder-blue) !important;
  border-radius: 0.5rem !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}
.day-btn-wrapper__btn.active {
  color: var(--white) !important;
  background-color: var(--persian-blue) !important;
  border: 0.063rem solid transparent !important;
}
.day-btn-wrapper__btn:hover {
  color: var(--white) !important;
  background-color: var(--persian-blue) !important;
  border: 0.063rem solid transparent !important;
}
.btn-wrapper__download-btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  background-color: var(--dark-gray);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  text-decoration: none;
  gap: 0.75rem;
  width: fit-content;
}
.btn-wrapper__download-btn:hover {
  color: var(--white);
  background-color: var(--black);
}
.info-block__right-block {
  padding: 0rem 3.5rem 2rem 3.5rem;
}
.info-block__right-block a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
  background-color: var(--selective-yellow);
  border: 0.063rem solid var(--dark-yellow);
  border-radius: 0.5rem;
  padding: 0.75rem 2.25rem;
  margin-top: -1.25rem;
  width: fit-content;
  text-wrap: nowrap;
}
.info-block__right-block a:hover {
  background-color: var(--dark-yellow);
}
.info-block__right-block a img {
  margin-left: 0.5rem;
}
.right-block__registration-info h4 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.right-block__registration-info p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
}
.right-block__registration-info span {
  font-size: 1rem;
  line-height: 1.2;
}
.agenda-section__horizontal-separator {
  height: 0.063rem;
  background-color: var(--light-gray);
}
.agenda-section__session-wrapper {
  overflow: hidden;
  padding: 0 2rem;
  height: 17rem;

  overflow-y: auto;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
}
.agenda-section__session-wrapper--conferences-single-thumb::-webkit-scrollbar-thumb {
  background-color: var(--persian-blue);
}
.session-wrapper__block {
  height: 100%;
  margin-right: -2rem;
  padding-right: 2rem;
  box-sizing: content-box;
}
.session-wrapper__block::-webkit-scrollbar-track {
  background: transparent;
}
.session-wrapper__block::-webkit-scrollbar-thumb {
  background: var(--persian-blue);
}
.session-block__session-info {
  margin: 2.5rem 0rem;
}
.badge-wrapper__badge {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
  background-color: var(--persian-blue);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: fit-content;

  text-wrap: nowrap;
}
.session-info__time {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gray);
}
.session-block__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1rem;
}
.session-block__bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--persian-blue);
  border-radius: 50%;
}
.lsc-content-wrapper {
  padding: 0.875rem;
  border-radius: 1.5rem;

  gap: 1.75rem;

  border: 1px solid var(--lavander);
}
.lsc-content-wrapper__left-block {
  width: 100%;
  height: 12.5rem;
  border-radius: 1rem;
}
.lsc-content-wrapper__right-block {
  width: 100%;
  padding: 0 0.625rem;
}
.lsc-content-wrapper__left-block img {
  object-fit: cover;
}
.lsc-content-wrapper__right-block h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.07;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}
.lsc-content-wrapper__right-block h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-gray);
  margin-bottom: 0.75rem;
}
.lsc-content-wrapper__right-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--dark-gray);
  margin-bottom: 1rem;
}
.lsc-content-wrapper__right-block ul {
  margin-bottom: 1.75rem;
  list-style-position: inside;
  padding-left: 0;
}
.lsc-content-wrapper__right-block ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--slightly-dark-gray);
}
.right-block__price-btn-wrapper {
  flex-direction: column;
  gap: 0.75rem;
}
.price-btn-wrapper__price-wrapper {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
}
.price-btn-wrapper__price-wrapper span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--slightly-dark-gray);
}
.lsc-content-wrapper__livestream-available-btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--yinmn-blue);

  top: 2rem;
  right: 1.75rem;
}
.lsc-content-wrapper__livestream-available-btn img {
  width: 3rem;
  height: 3rem;
}
.register-now-section {
  background-color: var(--persian-blue);
}
.container__rns-content-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.container__rns-content-wrapper h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1rem;
}
.rms-content-wrapper__card-wrapper {
  gap: 1.25rem;
}
.card-wrapper__item {
  width: 100%;
  border-radius: 1.5rem;
  padding: 0.063rem;
}
.card-wrapper__item.primary {
  background: linear-gradient(
    89.22deg,
    #d59500 -10.47%,
    #ffdf94 61.56%,
    #d59500 128.67%
  );
}
.card-wrapper__item.primary .item__content-wrapper {
  background: linear-gradient(116.47deg, #ffc94d 46.23%, #ffb200 97.74%);
}
.card-wrapper__item.secondary {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
}
.card-wrapper__item.secondary .item__content-wrapper {
  background: linear-gradient(90deg, #ffffff 0%, #fdfdff 100%);
}
.item__content-wrapper {
  border-radius: calc(1.5rem - 0.063rem);
  padding: 3.25rem 3rem 2rem 3rem;
}
.content-wrapper__badge {
  width: fit-content;
  border-radius: 5rem;
  padding: 0.063rem;
}
.content-wrapper__badge.primary {
  background: linear-gradient(
    89.22deg,
    #d59500 -10.47%,
    #ffdf94 61.56%,
    #d59500 128.67%
  );
}
.content-wrapper__badge.secondary {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
}
.content-wrapper__badge.primary .badge__wrapper {
  background: linear-gradient(116.47deg, #ffc94d 46.23%, #ffb200 97.74%);
}
.content-wrapper__badge.secondary .badge__wrapper {
  background-color: var(--white);
}
.badge__wrapper {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--dark-blue);
  border-radius: calc(5rem - 0.063rem);
  padding: 0.75rem 2.25rem 0.75rem 2rem;
}
.item__content-wrapper h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.07;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}
.item__content-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.18;
  color: var(--dark-blue);
  margin-bottom: 2.5rem;
  width: 70%;
}
.btn-price-wrapper__price-wrapper p {
  width: initial;
}
.btn-price-wrapper__price-wrapper p:nth-child(1) {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}
.btn-price-wrapper__price-wrapper p:nth-child(2) {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--dark-blue);
}
.container__vs-content-wrapper {
  background-color: var(--white);
  border: 0.063rem solid var(--lavander);
  border-radius: 1.75rem;
  padding: 1.25rem 0.75rem;

  gap: 2rem;
}
.vs-content-wrapper__right-block {
  width: 100%;
}
.vs-content-wrapper__right-block img {
  object-fit: cover;
  border-radius: 1.25rem;
}
.vs-content-wrapper__left-block {
  height: fit-content;
}
.vs-content-wrapper__left-block h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--dark-blue);
  margin-bottom: 1.25rem;
}
.vs-content-wrapper__left-block ul {
  margin-bottom: 1rem;
}
.vs-content-wrapper__left-block ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
.gray-badge {
  font-size: 0.813rem !important;
  font-weight: 400;
  line-height: 100%;
  color: var(--yinmn-blue);
  background-color: var(--ghost-white);
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  width: fit-content;
  margin-bottom: 1.5rem;
  text-align: center;

  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}
.left-block__paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 2rem;
}
.left-block__paragraph span {
  font-weight: 600;
}
.container__do-content-wrapper {
  gap: 3rem;
}
.do-content-wrapper__left-block,
.do-content-wrapper__right-block {
  width: 100%;
}
.do-content-wrapper__left-block h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
}
.do-content-wrapper__left-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 2rem;
}
.do-content-wrapper__right-block {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}
.do-content-wrapper__right-block img {
  height: 9.25rem;
  object-fit: cover;
  border-radius: 0.75rem;
}
.container__bs-content-wrapper {
  padding: 3.75rem 2.75rem;
  background-color: var(--persian-blue);
  border-radius: 1.5rem;
  gap: 2.5rem;
}
.container__bs-content-wrapper h1 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
}
.right-block__left-wrapper {
}
.right-block__right-wrapper .main-btn {
  background: var(--blue-gradient);
}
.right-block__left-wrapper p:nth-of-type(1),
.right-block__right-wrapper p:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  /*text-wrap: nowrap;*/
  color: var(--white);
  margin-bottom: 1rem;
}
.right-block__left-wrapper h3,
.right-block__right-wrapper h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.07;
  color: var(--white);
}
.right-block__left-wrapper p:nth-of-type(2),
.right-block__right-wrapper p:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.right-block__separator {
  width: 50%;
  height: 0.063rem;
  background-color: var(--conferences-blue);
  margin: 2rem 0rem;
}
.left-wrapper__btn-wrapper {
  background: linear-gradient(
    89.22deg,
    #d59500 -10.47%,
    #ffdf94 61.56%,
    #d59500 128.67%
  );
  border-radius: 0.75rem;
  padding: 0.063rem;
  width: fit-content;

  margin-top: 2rem;
}
.left-wrapper__btn-wrapper .main-btn {
  color: var(--dark-blue);
  background: linear-gradient(116.47deg, #ffc94d 46.23%, #ffb200 97.74%);
}
.left-wrapper__btn-wrapper:hover .main-btn {
  color: var(--dark-blue);
}
.left-wrapper__btn-wrapper .main-btn::before {
  background: linear-gradient(
    89.22deg,
    #d59500 -10.47%,
    #ffdf94 61.56%,
    #d59500 128.67%
  );
}
.left-wrapper__btn-wrapper .main-btn svg path {
  fill: var(--dark-blue);
}
.right-block__right-wrapper {
}
.heading-wrapper__badge {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--black);
  background-color: var(--ghost-white);
  text-transform: uppercase;
  border-radius: 1.25rem;
  padding: 0.75rem 2rem;
  backdrop-filter: blur(2.25rem);
  width: fit-content;
}
.fs-content-wrapper__heading-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
}
.fs-content-wrapper__card-wrapper {
  gap: 2rem;
}
.card-wrapper__item {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
  border-radius: 1.5rem;
  padding: 0.063rem;
}
.item__wrapper {
  background: linear-gradient(90deg, #ffffff 0%, #fdfdff 100%);
  border-radius: calc(1.5rem - 0.063rem);
  /*padding: 1.5rem 1.5rem 2rem 1.5rem;*/
  padding: 1.5rem;
}
.item__wrapper img {
  width: 7rem;
  height: 7rem;
  border-radius: 1.125rem;
  object-fit: cover;
}
.text-wrapper__name-credentials {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark-blue);
}
.text-wrapper__position {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--dark-blue);
}
.container__cas-content-wrapper {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
  border-radius: 1.5rem;
  padding: 0.063rem;
}
.ca-content-wrapper__content-wrapper {
  background: var(--white);
  border-radius: calc(1.5rem - 0.063rem);
  padding: 4.25rem 2.5rem;
}
.ca-content-wrapper__content-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 80rem;
  height: 30rem;

  transform: translate(-50%, -50%);

  background: radial-gradient(
    circle,
    rgba(202, 221, 255, 0.15) 0%,
    rgba(202, 221, 255, 0.08) 40%,
    rgba(202, 221, 255, 0) 100%
  );

  filter: blur(9.75rem); /* 156px */
  pointer-events: none;
}
.ca-content-wrapper__content-wrapper h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
}
.ca-content-wrapper__content-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.container__los-content-wrapper {
  border: 0.063rem solid var(--lavander);
  border-radius: 1.5rem;
  box-shadow:
    0px 2.77px 2.21px 0px rgba(99, 109, 219, 0.0056),
    0px 6.65px 5.32px 0px rgba(99, 109, 219, 0.0081),
    0px 12.52px 10.02px 0px rgba(99, 109, 219, 0.01),
    0px 22.34px 17.87px 0px rgba(99, 109, 219, 0.0119),
    0px 41.78px 33.42px 0px rgba(99, 109, 219, 0.0144),
    0px 100px 80px 0px rgba(99, 109, 219, 0.02);
}
.los-content-wrapper__badge-wrapper {
  padding: 3rem 2.5rem;
  background-color: var(--ghost-white);
  width: fit-content;
}
.los-content-wrapper__right-block {
  padding: 3rem 3.5rem 3rem 4rem;
}
.los-content-wrapper__right-block h3 {
  margin-bottom: 2.5rem;
}
.los-content-wrapper__right-block p {
  margin-bottom: 1.25rem;
}
.container__fs-content-wrapper {
  gap: 1.5rem;
}
.container__fs-content-wrapper h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
  margin-bottom: 2rem;
}
.fs-content-wrapper__questions-wrapper .accordion {
  gap: 0.75rem;
}
.fs-content-wrapper__questions-wrapper .accordion-item {
  border-radius: 0.5rem !important;
  overflow: hidden;
  border: 0.063rem solid #dadfeb !important;
  background-color: var(--white);
  box-shadow: 0px 24.56px 32.74px -14.73px rgba(151, 170, 218, 0.15);
}
.fs-content-wrapper__questions-wrapper {
  padding-top: 2rem;
}
.fs-content-wrapper__questions-wrapper .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(2019%)
    hue-rotate(185deg) brightness(92%) contrast(87%);
  background-image: url("https://nysoralms.com/wp-content/uploads/2026/04/dropdown-arrow.svg");
  background-size: 0.75rem;
  background-position: center;
  margin-left: 0.25rem;
}
.fs-content-wrapper__questions-wrapper .accordion-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black) !important;
  padding: 1.25rem 2rem;
}
.fs-content-wrapper__questions-wrapper .accordion-header {
}
.fs-content-wrapper__questions-wrapper .accordion-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  padding: 0rem 2rem 1.25rem 2rem;
}
.container__eds-content-wrapper {
  gap: 3.75rem;
}
.container__eds-content-wrapper .main-btn {
  background: linear-gradient(97.81deg, #185cfa 5.91%, #1853dd 97.82%);
  margin-top: 2rem;
}
.eds-content-wrapper__left-block {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
}
.right-block__item-wrapper {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
  border-radius: 1.5rem;
  padding: 0.063rem;
}
.item-wrapper__content-wrapper {
  background: linear-gradient(90deg, #ffffff 0%, #fdfdff 100%);
  border-radius: calc(1.5rem - 0.063rem);
  padding: 2.75rem 1.75rem;
}
.content-wrapper__badge-wrapper {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
  border-radius: 5rem;
  padding: 0.063rem;
  width: fit-content;
  height: fit-content;
  margin-bottom: 1.25rem;
}
.content-wrapper__badge-wrapper.primary {
  background: var(--blue-gradient-conference);
}
.badge-wrapper__content-wrapper {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--lighter-blue);
  background-color: var(--white);
  padding: 0.75rem 1.75rem;
  border-radius: calc(5rem - 0.063rem);
}
.content-wrapper__badge-wrapper.primary .badge-wrapper__content-wrapper {
  background-color: initial;

  color: var(--white);
  background: var(--blue-gradient-conference);
}
.item-wrapper__content-wrapper p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.07;
  color: var(--dark-blue);
}
.content-wrapper__mail-link {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.07;
  color: var(--dark-blue);
  text-decoration: underline;
  text-decoration-color: var(--dark-blue);
}
.right-block__map-wrapper {
  height: 28.75rem;
  border-radius: 1.5rem;
}
.illustrationSwiper {
  border-radius: 2rem;
}
.illustration-img-parent {
  background: linear-gradient(135.61deg, #ffffff -12.57%, #d7ddf8 56.92%);
  border-radius: 1.5rem;
  height: 14rem;
}
.illustration-img {
  overflow: hidden;
  border-radius: calc(1.5rem - 0.063rem);
  width: calc(100% - 0.063rem);
  height: calc(100% - 0.063rem);
}
.illustration-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.3;
}
.ill-nav-parent {
  background: linear-gradient(135.61deg, #ffffff -12.57%, #d7ddf8 56.92%);
  border-radius: 2rem;
}
.ill-nav {
  width: calc(100% - 0.063rem);
  height: calc(100% - 0.063rem);
  padding: 0 2rem 1.5rem 2.75rem;
  overflow: hidden;
  border-radius: calc(2rem - 0.063rem);
  z-index: 1;
}
.ill-nav__ellipse {
  top: -16rem;
  left: -24rem;

  width: 36rem;
  height: 22.25rem;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(18, 50, 232, 0.2) 51.92%,
    rgba(255, 255, 255, 0.2) 100%
  );
  filter: blur(2.5rem);
}
.ill-nav__fraction {
  color: var(--delft-blue);
}
.swiper-button-next,
.swiper-button-prev {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
  border: 0.063rem solid #4a5f93;
  margin-top: 0;
  opacity: 1 !important;
  overflow: hidden;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue-gradient-conferences);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  position: relative;
  z-index: 1;
  color: #4a5f93;
  font-size: 0.75rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  opacity: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: transparent;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: var(--white);
}
.swiper-button-next,
.swiper-button-prev {
  right: initial;
  left: initial;
}
.illustration-progress {
  margin-top: 2.5rem;
}
.illustration-progress {
  height: 0.25rem;
  background-color: #dadfeb;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 19.5rem;
}
.illustration-progress .swiper-scrollbar-drag {
  background: linear-gradient(275deg, #003aba 0%, #275fdc 99.6%);
}
.container__is-swiper-wrapper h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}
.container__is-swiper-wrapper h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.75rem;
}
.events-section .tab-pane {
  height: fit-content !important;
}
.events-section__container {
  margin-bottom: 2.25rem;
}
.events-section__container p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--gray);
  margin-top: 2rem;
}
.events-section__container p a:hover {
  color: var(--persian-blue);
}
.container__heading-link-navigation h1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  color: var(--black);
}
.heading-link-navigation__right-block {
  gap: 2.25rem;
}
.heading-link-navigation__right-block a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  color: var(--black);
  white-space: nowrap;
}
.heading-link-navigation__right-block a:after {
  content: "";
  width: 100%;
  border-bottom: 0.125rem solid var(--black);
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
.heading-link-navigation__right-block a:hover:after {
  opacity: 1;
}
.navigation__prev,
.navigation__next {
  padding: 0.75rem;
  background-color: var(--white);
  cursor: pointer;
}
.navigation__prev {
  transform: rotate(180deg);
}
.navigation__prev:hover,
.navigation__next:hover {
  background-color: var(--black);
}
.navigation__prev:hover svg path,
.navigation__next:hover svg path {
  fill: var(--white);
}
.container--custom {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: 0;
}
.container__event-item {
  height: fit-content;
  border-radius: 0;
}
.container__event-item {
  border-radius: 0;
  border: 2px solid transparent;
  transition:
    border-radius 0s,
    border 0s;
}
.event-item__wrapper .ratio {
  margin-bottom: 2rem;
}
.event-item__wrapper .ratio img {
  border-radius: 1.75rem;
}
.event-item__wrapper p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
  text-decoration: none;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;

  margin-bottom: 1.25rem;
  height: calc(1.2 * 1rem * 2);
}
.wrapper__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper__location-date-wrapper {
  gap: 0.75rem;
}
.location-date-wrapper__item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 125%;
  color: var(--powder-blue);
  gap: 0.75rem;
}
.right-block__pagination {
  gap: 0.5rem;
  margin-top: 2rem;
}
.right-block__pagination .swiper-pagination-bullet {
  margin: initial !important;

  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #6291da;
}
.right-block__pagination .swiper-pagination-bullet-active {
  width: 2.25rem;
  border-radius: 3rem;
}
/* ------------------------------------------------------------------------------- */
/* DESKTOP <SM LAYOUT */
/* ------------------------------------------------------------------------------- */
@media (min-width: 400px) {
  .right-block__price-btn-wrapper {
    flex-direction: row;
  }
  .right-block__share-btn-wrapper {
    position: absolute;
    z-index: 1;
  }
  .session-overview-section .right-block__share-btn-wrapper {
    top: 0rem;
    right: 1.25rem;
  }
  .learning-objectives-section .right-block__share-btn-wrapper {
    top: 3rem;
    right: 2rem;
  }
}
@media (max-width: 575.98px) {
  .flipdown {
    padding: 1.25rem !important;
  }
  .is-content-wrapper__clock {
    bottom: -1.5rem;
  }
}
@media (max-width: 400px) {
  .flipdown {
    padding: 1rem !important;
  }
}
/* ------------------------------------------------------------------------------- */
/* DESKTOP SM LAYOUT */
/* ------------------------------------------------------------------------------- */
@media (min-width: 576px) {
  .container--custom {
    max-width: calc(540px + ((100% - 540px) / 2));
  }
}
/* ------------------------------------------------------------------------------- */
/* DESKTOP MD LAYOUT */
/* ------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .section-margin {
    margin: 3.75rem 0;
  }
  .section-margin:first-of-type {
    margin-top: 1.875rem;
  }
  .section-margin:last-of-type {
    margin-bottom: 1.875rem;
  }
  .container__is-content-wrapper {
    padding: 4.75rem 4.5rem 6.75rem 4.5rem;
    border-radius: 2rem;
  }
  .is-content-wrapper__badge-wrapper {
    position: initial;
    top: initial;
    left: initial;
  }
  .is-content-wrapper__container {
    margin-top: 7rem;
  }
  .left-block__date-wrapper {
    margin-bottom: 2rem;
  }
  .container__left-block h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .left-block__location-wrapper {
    margin-bottom: 0rem;
  }
  .container__right-block {
    width: initial;
  }
  .sos-content-wrapper__left-block {
    border-radius: 2rem;
  }
  .sos-content-wrapper__tabs {
    margin-bottom: 3rem;
  }
  .content-wrapper__right-block {
    padding: 0rem calc(2.5rem - 0.75rem);
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
  }
  .right-block__badge-wrapper {
    margin-bottom: 1.5rem;
  }
  .info-block__left-block h4 {
    margin-bottom: 0.875rem;
  }
  .container__rns-content-wrapper h1 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
  .item__content-wrapper {
    padding: 3.25rem 3.75rem 2rem 3.5rem;
  }
  .do-content-wrapper__right-block {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
  }
  .do-content-wrapper__right-block img {
    height: 17.25rem;
    border-radius: 1.5rem;
  }
  .container__do-content-wrapper {
    gap: 2.75rem;
  }
  .do-content-wrapper__left-block h3 {
    font-size: 1.875rem;
  }
  .do-content-wrapper__left-block p {
    margin-bottom: 3rem;
  }
  .container__bs-content-wrapper {
    padding: 3.75rem 4.5rem;
    border-radius: 2rem;
    gap: 4.5rem;
  }
  .container__bs-content-wrapper h1 {
    font-size: 1.875rem;
  }
  .right-block__separator {
    margin: 3rem 0rem;
  }
  .left-wrapper__btn-wrapper {
    margin-top: 0rem;
  }
  .container__fs-content-wrapper h1 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
  .fs-content-wrapper__card-wrapper {
    gap: 1.5rem;
  }
  .ca-content-wrapper__content-wrapper {
    background: linear-gradient(90deg, #ffffff 0%, #fdfdff 100%);
    padding: 4rem 0rem;
  }
  .ca-content-wrapper__content-wrapper h1 {
    font-size: 1.875rem;
  }
  .ca-content-wrapper__content-wrapper p {
    width: 27rem;
  }
  .item-wrapper__content-wrapper {
    padding: 3.75rem 3rem;
  }
  .item-wrapper__content-wrapper p {
    width: 22rem;
  }
  .container__is-swiper-wrapper h1 {
    font-size: 1.875rem;
  }
  .container__is-swiper-wrapper h2 {
    margin-bottom: 3.25rem;
  }
  .los-content-wrapper__right-block {
    padding: 3rem 2.5rem 3rem 3.5rem;
  }
  .agenda-section__info-block {
    padding: 2.75rem 3rem 2.25rem 3rem;
  }
  .info-block__left-block {
    width: 100%;
  }
  .info-block__left-block p {
    font-size: 1.125rem;
  }
  .info-block__right-block {
    width: 100%;
    padding: 0rem 2.25rem 2.75rem 2.25rem;
  }
  .right-block__registration-info h4 {
    font-size: 2.5rem;
  }
  .agenda-section__session-wrapper {
    height: 1.125rem;
    padding: 0rem 2.75rem;
  }
  .session-wrapper__block {
    margin-right: -2.75rem;
    padding-right: 2.75rem;
  }
  .session-info__time {
    margin-left: 2rem;
  }
  .session-block__text {
    font-size: 1.125rem;
  }
  .lsc-content-wrapper__left-block {
    width: 40%;
    height: 26.25rem;
  }
  .lsc-content-wrapper__right-block {
    width: 60%;
    padding: 0;
  }
  .lsc-content-wrapper__right-block h2 {
    margin-bottom: 1rem;
  }
  .lsc-content-wrapper__right-block p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .lsc-content-wrapper__right-block ul {
    margin-bottom: 2rem;
  }
  .right-block__price-btn-wrapper {
    gap: 1.25rem;
  }
  .container__vs-content-wrapper {
    padding: 1.24rem;
  }
  .vs-content-wrapper__right-block {
    height: 20.5rem;
  }
  .vs-content-wrapper__left-block h1 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
  .left-block__paragraph {
    margin-bottom: 1.5rem;
  }
  .vs-content-wrapper__left-block ul {
    margin-bottom: 1.5rem;
  }
  .fs-content-wrapper__questions-wrapper .accordion {
    gap: 1.25rem;
  }
  .fs-content-wrapper__questions-wrapper .accordion-button {
    font-size: 1.125rem;
    padding: 2rem 1rem;
  }
  .fs-content-wrapper__questions-wrapper .accordion-body {
    padding: 0rem 1rem 2rem 1rem;
  }
  .illustration-img-parent {
    height: 16rem;
  }
  .container__heading-link-navigation h1 {
    font-size: 1.25rem;
    line-height: 120%;
  }
  .container--custom {
    max-width: calc(720px + ((100% - 720px) / 2));
  }
  .swiper--events {
    margin-top: 2.25rem;
  }
  .agenda-section__container {
    border-radius: 2rem;
  }
  .container__los-content-wrapper {
    border-radius: 2rem;
  }
  .illustration-img-parent {
    border-radius: 2rem;
  }
  .illustration-img {
    border-radius: calc(2rem - 0.063rem);
  }
  .session-overview-section .right-block__share-btn-wrapper {
    right: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .do-content-wrapper__right-block .col-6:nth-of-type(1) {
    padding-left: 0rem;
  }
  .do-content-wrapper__right-block .col-6:nth-of-type(2) {
    padding-right: 0rem;
  }
  .do-content-wrapper__right-block .col-12 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
/* ------------------------------------------------------------------------------- */
/* DESKTOP LG LAYOUT */
/* ------------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .los-content-wrapper__right-block {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .section-margin {
    margin: 7.5rem 0;
  }
  .section-margin:first-of-type {
    margin-top: 3.75rem;
  }
  .section-margin:last-of-type {
    margin-bottom: 3.75rem;
  }
  .intro-section .main-btn {
    width: 100%;
  }
  .container__is-content-wrapper {
    padding: 4.5rem 5.5rem;
  }
  .is-content-wrapper__container {
    margin-top: 20.75rem;
  }
  .tab-pane-mobile,
  .tab-pane-mobile.active {
    display: block;
  }
  .agenda-section__info-block {
    padding: 4rem 4.5rem 2.75rem 4rem;
  }
  .info-block__left-block {
    padding-bottom: 0;
    width: 70%;
  }
  .info-block__left-block h4 {
    font-size: 1.625rem;
  }
  .info-block__left-block p {
    margin-bottom: 2.25rem;
  }
  .info-block__right-block {
    padding: 0;
    width: 30%;
    box-shadow: none;
  }
  .right-block__registration-info {
    margin-bottom: 2.5rem;
  }
  .agenda-section__session-wrapper {
    height: 22rem;
    padding: 0.75rem 4.5rem;
  }
  .session-wrapper__block {
    margin-right: -4.5rem;
    padding-right: 4.5rem;
  }
  .session-info__time {
    margin-left: 0rem;
  }
  .session-block__text {
    margin-bottom: 1.5rem;
  }
  .container__rns-content-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  .container__rns-content-wrapper h1 {
    font-size: 1.625rem;
  }
  .lsc-content-wrapper {
    border-radius: 2rem;
    gap: 2.75rem;
  }
  .lsc-content-wrapper__right-block {
    padding: 1.125rem;
  }
  .lsc-content-wrapper__left-block {
    width: 50%;
    height: 28.75rem;
  }
  .lsc-content-wrapper__right-block {
    width: 50%;
  }
  .lsc-content-wrapper__right-block ul {
    margin-bottom: 2.25rem;
  }
  .item__content-wrapper {
    padding: 3.25rem 3rem 2.25rem 3.5rem;
  }
  .card-wrapper__item {
  }
  .item__content-wrapper p {
    width: initial;
  }
  .right-block__price-btn-wrapper {
    gap: 1.5rem;
  }
  .container__vs-content-wrapper {
    padding: 1.5rem;

    gap: 6.25rem;
  }
  .vs-content-wrapper__left-block {
    position: relative;
    width: 60%;
    padding: 3rem 2.25rem 3rem 0rem;
  }
  .vs-content-wrapper__left-block h1 {
    font-size: 1.625rem;
    margin-bottom: 3.25rem;
  }
  .gray-badge {
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
  .left-block__paragraph {
    margin-bottom: 1.75rem;
  }
  .vs-content-wrapper__left-block ul {
    margin-bottom: 1.75rem;
  }
  .vs-content-wrapper__right-block {
    height: initial;

    width: 60%;
  }
  .do-content-wrapper__left-block,
  .do-content-wrapper__right-block {
    width: 50%;
  }
  .container__do-content-wrapper {
    gap: 2rem;
  }
  .do-content-wrapper__left-block h3 {
    font-size: 1.625rem;
  }
  .do-content-wrapper__left-block p {
    width: 90%;
    margin-bottom: 1.5rem;
  }
  .container__bs-content-wrapper {
    padding: 3.75rem 6.25rem;
    gap: 3.5rem;
  }
  .right-block__left-wrapper {
    padding-right: 5.25rem;
    border-right: 0.063rem solid var(--conferences-blue);
  }
  .left-wrapper__btn-wrapper {
    margin-top: 2rem;
  }
  .right-block__right-wrapper {
    padding-left: 5.25rem;
  }
  .container__bs-content-wrapper h1 {
    font-size: 2.5rem;
    width: 33.3%;
  }
  .fs-content-wrapper__questions-wrapper {
    padding-top: 2.75rem;
  }
  .container__fs-content-wrapper h1 {
    font-size: 2.5rem;
    margin-bottom: 3.25rem;
  }
  .faq-section .container__fs-content-wrapper h1 {
    font-size: 1.625rem;
    margin-bottom: 3.25rem;
  }
  .fs-content-wrapper__card-wrapper {
    gap: 1.75rem;
  }
  .ca-content-wrapper__content-wrapper {
    padding: 6rem 4rem;
  }
  .ca-content-wrapper__content-wrapper h1 {
    font-size: 2.5rem;
  }
  .ca-content-wrapper__content-wrapper p {
    width: initial;
  }
  .container__eds-content-wrapper {
    gap: 6rem;
  }
  .eds-content-wrapper__left-block {
    font-size: 2.5rem;
  }
  .item-wrapper__content-wrapper {
    padding: 2.5rem;
  }
  .item-wrapper__content-wrapper p {
    width: initial;
  }
  .container__is-swiper-wrapper h1 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
  }
  .container__is-swiper-wrapper h2 {
    font-size: 1rem;
    margin-bottom: 3.75rem;
  }
  .events-section {
    background-color: var(--white);
  }
  .container__heading-link-navigation h1 {
    font-size: 2.5rem;
    line-height: 100%;
  }
  .heading-link-navigation__right-block a {
    font-size: 1.125rem;
  }
  .container--custom {
    margin-right: auto;
    max-width: 960px;
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .swiper--events {
    margin-top: 0rem;
  }
  .container__event-item {
    width: 33.333%;
  }
  .event-item__wrapper p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    height: calc(1.1 * 1.5rem * 2);
  }
  .wrapper__location-date-wrapper {
    gap: 2.5rem;
  }
  .location-date-wrapper__item {
    font-size: 1rem;
  }
  .learning-objectives-section .right-block__share-btn-wrapper {
    top: 3rem;
    right: 2.5rem;
  }
}
/* ------------------------------------------------------------------------------- */
/* DESKTOP XL LAYOUT */
/* ------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .intro-section .main-btn,
  .right-block__btn-secondary {
    width: fit-content !important;
  }
  .vs-content-wrapper__left-block {
    width: 65%;
    padding: 3rem 2.25rem 3rem 4rem;
  }
  .vs-content-wrapper__right-block {
    width: 50%;
  }
  .container__do-content-wrapper {
    gap: 11rem;
  }
  .do-content-wrapper__left-block p {
    width: initial;
  }
  .fs-content-wrapper__questions-wrapper .accordion-button {
    padding: 1.75rem 2.5rem;
  }
  .fs-content-wrapper__questions-wrapper .accordion-body {
    padding: 0rem 2.5rem 2.5rem 2.5rem;
  }
  .container--custom {
    max-width: 1140px;
  }
}
/* ------------------------------------------------------------------------------- */
/* DESKTOP XXL LAYOUT */
/* ------------------------------------------------------------------------------- */
@media (min-width: 1400px) {
  .container--custom {
    max-width: 1320px;
  }
  .container__fs-content-wrapper {
    gap: 5.5rem;
  }
}
