:root {
  --m-border-radius: 80px;
  --m-section-margin: 80px;
}

@media (max-width: 950px) {
  :root {
    --m-border-radius: 50px;
    --m-section-margin: 50px;
  }
}
@media (max-width: 600px) {
  :root {
    --m-border-radius: 20px;
    --m-section-margin: 30px;
  }
}
@media (max-width: 470px) {
  :root {
    --m-border-radius: 0;
  }
}
/*! 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;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.8;
  scroll-padding-top: 100px;
}
@media (max-width: 1260px) {
  html {
    scroll-padding-top: 80px;
  }
}

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

body {
  background: #EBEBEB;
}

@media (max-width: 1260px) {
  body.menuOpen {
    overflow: hidden;
  }
}

strong {
  font-weight: bold;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .all {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 470px) {
  .all {
    padding-left: 0;
    padding-right: 0;
  }
}

.all-container {
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 129px;
}
@media (max-width: 1260px) {
  .all-container {
    padding-top: 60px;
  }
}

.yt {
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.button {
  background: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  flex-shrink: 0;
  padding: 0 30px;
  font-size: 18px;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  background: #6B014B;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  border: 0;
  transition: 0.2s background-color, 0.2s color;
}
.button:hover {
  background: #ad0d7d;
}

.slider-next,
.slider-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: #F8AB2E;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s background-color;
}
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
  opacity: 0.8;
  filter: grayscale(1);
}
.slider-next::after,
.slider-prev::after {
  content: "";
  background-color: #EBEBEB;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 30px;
          mask-size: 30px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%3E%3C/svg%3E");
}
.slider-next:hover:not(.swiper-button-disabled),
.slider-prev:hover:not(.swiper-button-disabled) {
  background-color: #f3cf41;
  opacity: 0.9;
}

.slider-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slider-prev::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%3E%3C/svg%3E");
}

.slider-next {
  right: 0;
  transform: translate(50%, -50%);
}
.slider-next::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M7 1L5.6 2.5L13 10l-7.4 7.5L7 19l9-9z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M7 1L5.6 2.5L13 10l-7.4 7.5L7 19l9-9z'/%3E%3C/svg%3E");
}

@media (max-width: 760px) {
  .slider-prev,
  .slider-next {
    width: 50px;
    height: 50px;
  }
  .slider-prev::after,
  .slider-next::after {
    -webkit-mask-size: 20px;
            mask-size: 20px;
  }
  .slider-prev {
    left: 0;
  }
  .slider-next {
    right: 0;
  }
}
@media (max-width: 470px) {
  .slider-prev::after {
    -webkit-mask-position: calc(100% - 2px) center;
            mask-position: calc(100% - 2px) center;
  }
  .slider-next::after {
    -webkit-mask-position: 2px center;
            mask-position: 2px center;
  }
  .slider-prev {
    left: 0px;
  }
  .slider-next {
    right: 0px;
  }
}
.m-retransmission-title, .m-terms-section-title, .m-collaboration-title, .m-prelegent-title, .m-contest-section-title, .m-program-title, .m-about-title {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  color: #222;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 500px) {
  .m-retransmission-title, .m-terms-section-title, .m-collaboration-title, .m-prelegent-title, .m-contest-section-title, .m-program-title, .m-about-title {
    font-size: 30px;
  }
}

.m-prelegent-text {
  color: inherit;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.focus {
  min-height: 750px;
  background: url("/konferencja.sadyogrody.pl/images/2024/focus-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: var(--m-section-margin);
  isolation: isolate;
  padding: 65px 100px;
}

.focus-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  max-width: 910px;
  width: 100%;
}

.focus-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.focus-date {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
}

.focus-address {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
}

.focus-text {
  font-size: 20px;
  color: #F8AB2E;
}

.focus-button {
  background: #F8AB2E;
  color: #fff;
  height: 53px;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  margin-top: 30px;
  transition: 0.2s color, 0.2s background-color;
}
.focus-button:hover {
  background: #fff;
  color: #F8AB2E;
}

@media (max-width: 1000px) {
  .focus {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 780px) {
  .focus-content {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }
  .focus-logo {
    max-width: 80%;
  }
  .focus-button {
    align-self: center;
  }
}
@media (max-width: 470px) {
  .focus {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .focus-content {
    gap: 30px;
  }
  .focus-date {
    font-size: 27px;
  }
  .focus-address {
    font-size: 18px;
  }
  .focus-text {
    font-size: 18px;
  }
}
.m-about-section {
  margin: var(--m-section-margin) 0 0;
  color: #fff;
}

.m-about-section-content {
  display: grid;
  grid-template-columns: 50% 50%;
}

.m-about-title {
  text-align: left;
  padding-right: 50px;
}

.m-about-left {
  margin-right: -50px;
}

.m-about-content {
  padding: 50px 60px;
  background: #F8AB2E url("/konferencja.sadyogrody.pl/images/2024/mazaj-3b.png") right 10px no-repeat;
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.m-about-content h2 {
  font-size: 28px;
  margin-top: 0;
}

.m-about-content .button {
  align-self: flex-start;
  background: #6B014B;
  color: #fff;
}
.m-about-content .button:hover {
  background: #ad0d7d;
}

.m-about-content-inside {
  padding-right: 20px;
  flex: 1;
}

.m-about-graphic {
  background: url(/images/2024/section-talk-bg.jpg);
  background-size: cover;
}

@media (max-width: 1100px) {
  .m-about-title {
    margin-left: 15px;
  }
  .m-about-content {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .m-about-title {
    margin-left: 0;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-about-section-content {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title" "content" "img";
  }
  .m-about-left {
    display: contents;
    margin-right: 0;
    margin-bottom: 0;
    grid-area: content;
  }
  .m-about-title {
    grid-area: title;
  }
  .m-about-graphic {
    grid-area: img;
    background-position: center bottom;
  }
  .m-about-graphic img {
    width: 100%;
    display: block;
  }
  .m-about-content {
    padding: 40px 30px;
    margin-bottom: 0;
  }
  .m-contest-part-content-img {
    max-width: 80%;
  }
}
@media (max-width: 500px) {
  .m-about-section {
    margin-top: 0;
  }
  .m-about-content {
    margin-bottom: 0;
  }
  .m-about-content .button {
    width: 100%;
  }
}
.m-program-section {
  margin: var(--m-section-margin) 0;
}

.m-program-section-content {
  display: grid;
  grid-template-columns: 50% 50%;
}

.m-program-title {
  padding-right: 80px;
  color: #6B014B;
  text-align: right;
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 30px;
}
.m-program-title::before {
  content: "";
  height: 15px;
  background-repeat: no-repeat;
  flex: 1;
  max-width: 250px;
  background-image: url(/images/2024/addon-1.svg);
  background-position: right center;
}

.m-program-left {
  margin-bottom: 40px;
  margin-right: -50px;
}

.m-program-content {
  padding: 40px 80px;
  background: #6B014B;
  display: flex;
  font-size: 18px;
  gap: 20px;
  font-weight: 500;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  line-height: 2;
  color: #fff;
  border-radius: var(--m-border-radius);
}

.m-program-contact {
  background: url(/images/2024/section-bg.jpg);
  background-size: cover;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  align-items: center;
  border-radius: var(--m-border-radius);
}

.m-program-persons {
  width: 100%;
}

.m-program-persons-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.m-program-persons-list {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
}

.m-program-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 220px;
  flex: 1;
}

.m-program-person-photo {
  max-width: 200px;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-program-person-photo img {
  display: block;
}

.m-program-person-name {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.m-program-person-text {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1100px) {
  .m-program-title {
    margin-left: 15px;
  }
  .m-program-left {
    margin-bottom: 0;
  }
  .m-program-content {
    margin-bottom: 0;
    padding-bottom: 30px;
    max-height: 9999px;
  }
  .m-program-section-content {
    grid-template-columns: 45% 55%;
  }
}
@media (max-width: 900px) {
  .m-program-title {
    margin-left: 0;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-program-section-content {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title" "img" "content";
  }
  .m-program-left {
    display: contents;
    margin-right: 0;
    margin-bottom: 0;
    grid-area: content;
  }
  .m-program-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0 0 var(--m-border-radius) var(--m-border-radius);
  }
  .m-program-title {
    grid-area: title;
  }
  .m-program-content {
    padding: 40px 30px;
    border-radius: var(--m-border-radius) var(--m-border-radius) 0 0;
  }
  .m-contest-part-content-img {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .m-program-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-program-title {
    text-align: center;
    justify-content: center;
  }
  .m-program-title::before {
    content: none;
  }
  .m-program-contact {
    border-radius: 0 0 var(--m-border-radius) var(--m-border-radius);
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .m-program-person-name {
    max-width: 140px;
    line-height: 1.4;
  }
  .m-program-person-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .m-program-content {
    margin-bottom: 0;
    border-radius: var(--m-border-radius) var(--m-border-radius) 0 0;
  }
}
@media (max-width: 500px) {
  .m-program-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .m-program-content {
    font-size: 14px;
  }
}
.m-contest-section {
  margin: var(--m-section-margin) 0;
  margin-bottom: 140px;
}

.m-contest-section-title {
  text-align: center;
}

.m-contest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.m-contest-el {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: 250px;
}

.m-contest-el-img img {
  display: block;
  width: 100%;
}

.m-contest-el-content {
  padding: 40px;
  padding-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.m-contest-el-logo {
  margin-bottom: 20px;
  text-align: center;
}

.m-contest-el-text {
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}

.m-contest-el-link {
  background: #6B014B;
  color: #fff;
  font-weight: bold;
  height: 53px;
  padding: 0 30px;
  border-radius: 50px;
  align-self: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
  text-align: center;
  line-height: 1.2;
  transition: 0.2s background-color;
}
.m-contest-el-link:hover {
  background: #ad0d7d;
}

.m-contest-el--a .m-contest-el-content {
  background: #125E2D url("/konferencja.sadyogrody.pl/images/2024/bg1.png") center bottom/cover;
}
.m-contest-el--a .m-contest-el-content .m-contest-el-link {
  background: #1E7B35;
}
.m-contest-el--a .m-contest-el-content .m-contest-el-link:hover {
  background: #289b45;
}

.m-contest-el--b .m-contest-el-content {
  background: #CA760D url("/konferencja.sadyogrody.pl/images/2024/bg2.png") center bottom/cover;
}
.m-contest-el--b .m-contest-el-link {
  background: #D48A15;
}
.m-contest-el--b .m-contest-el-link:hover {
  background: #e59e30;
}

.m-contest-el--c .m-contest-el-content {
  background: #AC357F url("/konferencja.sadyogrody.pl/images/2024/bg3.png") center bottom/cover;
}
.m-contest-el--c .m-contest-el-link {
  background: #92215D;
}
.m-contest-el--c .m-contest-el-link:hover {
  background: #af3174;
}

@media (max-width: 1100px) {
  .m-contest-list {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .m-contest-el-text {
    font-size: 14px;
  }
  .m-contest-el {
    flex-direction: row;
  }
  .m-contest-el-img {
    flex: 1;
  }
  .m-contest-el-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-contest-el:nth-child(2) {
    flex-direction: row-reverse;
  }
  .m-contest-el-content {
    flex: 1;
    padding-bottom: 30px;
  }
  .m-contest-el-link {
    transform: none;
    margin-top: 30px;
    align-self: center;
  }
}
@media (max-width: 860px) {
  .m-contest-list {
    gap: 0;
  }
  .m-contest-el,
  .m-contest-el:nth-child(2) {
    flex-direction: column;
    min-width: 0;
  }
}
@media (max-width: 500px) {
  .m-contest-section {
    margin-bottom: 0;
  }
  .m-contest-el-link {
    width: 100%;
  }
}
.m-prelegent-section {
  padding: 80px 0;
  margin: var(--m-section-margin) 0;
  position: relative;
  isolation: isolate;
  background: #fff;
}

.m-prelegent-title {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.m-prelegent-text {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.m-prelegent-list-cnt {
  margin: 60px 0 0;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

.m-prelegent-list {
  display: flex;
  max-width: 1148px;
}

.m-prelegent-el {
  padding: 0 25px;
  width: 300px;
  flex-shrink: 0;
}

.m-prelegent-el-photo {
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.1) 3px, rgba(255, 255, 255, 0.1) 6px);
  background-position: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.m-prelegent-el-photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-prelegent-el-name {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
}
.m-prelegent-el-name span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #6B014B;
  box-shadow: 0.3em 0 0 #6B014B, -0.3em 0 0 #6B014B;
  padding: 5px;
}

.m-prelegent-el-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 960px) {
  .m-prelegent-el {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 760px) {
  .m-prelegent-title {
    justify-content: center;
  }
  .m-prelegent-title::before, .m-prelegent-title::after {
    display: none;
  }
  .m-prelegent-list-cnt {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .m-prelegent-el {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-prelegent-list-cnt {
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 500px) {
  .m-prelegent-list-cnt {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-prelegent-title {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-prelegent-text {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-align: left;
  }
  .m-prelegent-el {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-prelegent-el-name {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
  }
  .m-prelegent-el-text {
    line-height: 1.5;
    font-size: 13px;
    word-break: break-word;
  }
}
@media (max-width: 500px) {
  .m-prelegent-section {
    padding-top: 30px;
  }
  .m-prelegent-list-cnt {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-prelegent-el-name span {
    line-height: 2.2;
  }
}
.m-collaboration-section {
  margin: var(--m-section-margin) 0;
  color: #fff;
}

.m-collaboration-section-content {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "img content";
}

.m-collaboration-left {
  grid-area: content;
  margin-left: -50px;
  z-index: 1;
  position: relative;
}

.m-collaboration-graphic {
  grid-area: img;
}

.m-collaboration-title {
  padding-left: 50px;
  text-align: center;
}

.m-collaboration-content-text {
  padding-left: 190px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
}

.m-collaboration-content .contact-box {
  margin-top: 70px;
  margin-left: 50px;
}

.m-collaboration-content .contact-box ~ .contact-box {
  margin-top: 30px;
}

.m-collaboration-content {
  padding: 50px;
  background: #6B014B url("/konferencja.sadyogrody.pl/images/2024/mazaj-3.png") left 10px no-repeat;
  min-height: 500px;
}

@media (max-width: 1000px) {
  .m-collaboration-section-content {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "content" "img";
  }
  .m-collaboration-left {
    display: contents;
  }
  .m-collaboration-title {
    grid-area: title;
  }
  .m-collaboration-content {
    grid-area: content;
    display: flex;
    flex-direction: column;
  }
  .m-collaboration-content .contact-box {
    align-self: center;
  }
  .m-collaboration-title {
    padding-left: 0;
  }
  .m-collaboration-graphic {
    width: 100%;
  }
  .m-collaboration-graphic img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 600px) {
  .m-collaboration-content {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-collaboration-content-text {
    padding-left: 0;
  }
}
.m-terms-section {
  background: #93235C url("/konferencja.sadyogrody.pl/images/2024/mazaj-2.png") left 60px no-repeat;
  color: #fff;
  padding: 80px 80px 0;
  margin: var(--m-section-margin) 0;
}

.m-terms-section-title {
  color: #F8AB2E;
  padding-left: 200px;
}

.m-terms-list {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 100px;
}

.m-terms-list-el {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 50px;
}

.m-terms-list-el-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0;
}

.m-terms-list-el ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-terms-list-el li {
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
}
.m-terms-list-el li::before {
  content: "";
  width: 44px;
  height: 24px;
  background: url("/konferencja.sadyogrody.pl/images/2024/marker.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.m-terms-footer {
  border-top: 1px solid #6B014B;
  padding: 40px 60px;
  margin-left: -80px;
  margin-right: -80px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}
.m-terms-footer .button {
  position: relative;
  z-index: 1;
  background: #F8AB2E;
}
.m-terms-footer::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: url("/konferencja.sadyogrody.pl/images/2024/mazaj-1.png") no-repeat;
  width: 158px;
  height: 154px;
  transform: translate(0, -50%);
}

@media (max-width: 1050px) {
  .m-terms-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .m-terms-footer {
    margin-left: -60px;
    margin-right: -60px;
  }
  .m-terms-list-el-title {
    font-size: 20px;
  }
}
@media (max-width: 930px) {
  .m-terms-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 700px) {
  .m-terms-section-title {
    padding-left: 0;
  }
  .m-terms-list {
    margin-top: 50px;
    font-size: 14px;
    -moz-column-count: 1;
         column-count: 1;
  }
  .m-terms-list-el-title {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .m-terms-section {
    padding: 40px 30px 0;
  }
  .m-terms-section-title {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .m-terms-section .button {
    width: 100%;
  }
}
.focus-social {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.focus-social li {
  position: relative;
}
.focus-social li::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 26px;
  background: #FFCC00;
}
.focus-social li:first-child::before {
  display: none;
}
.focus-social img {
  border-radius: 50%;
  display: block;
  width: 34px;
}
.focus-social img:hover {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
@media (max-width: 1000px) {
  .focus-social {
    display: none;
  }
}

.focus-transmission {
  min-height: 46.875rem;
  background: #6B014B url("/konferencja.sadyogrody.pl/images/2024/focus-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 1.875rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
  isolation: isolate;
  padding: 0 85px 0 100px;
}

.focus-transmission-inside {
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 50px;
  width: 100%;
  align-items: center;
}

.focus-transmission-left {
  border-left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 312px;
  width: 100%;
}

.focus-transmission-left-logo {
  max-width: 195px;
}

.focus-transmission-left-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 27px;
  color: #fff;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.focus-transmission-left-text {
  font-size: 20px;
  color: #F8AB2E;
}

.focus-transmission-left-btn {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  font-family: sans-serif;
  border-radius: 50px;
  background: #F8AB2E;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
  align-self: flex-start;
  padding: 15px 30px 12px;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.focus-transmission-left-btn:hover {
  background: #fff;
  color: #F8AB2E;
}

.focus-transmission-right {
  position: relative;
  justify-self: end;
  max-width: 790px;
}

.focus-transmission-addon {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  z-index: 2;
  background: #F8AB2E;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
}
.focus-transmission-addon .focus-icon {
  display: flex;
  align-items: center;
  gap: 1px;
}
.focus-transmission-addon .focus-icon i {
  width: 2px;
  height: 14px;
  background: #fff;
  animation: animLine 0.8s 0s infinite alternate linear;
}
.focus-transmission-addon .focus-icon i:nth-of-type(1),
.focus-transmission-addon .focus-icon i:nth-of-type(3),
.focus-transmission-addon .focus-icon i:nth-of-type(5),
.focus-transmission-addon .focus-icon i:nth-of-type(7) {
  transform: scaleY(0.6);
  animation: animLine 0.8s 0s infinite alternate-reverse linear;
}

@keyframes animLine {
  0% {
    transform: scaleY(0.6);
  }
  100% {
    transform: scaleY(1);
  }
}
.focus-transmission-box {
  background: rgba(157, 31, 119, 0.69);
  padding: 40px;
  align-self: center;
}

.focus-transmission-sesja-title {
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  text-align: right;
  margin-bottom: 50px;
  font-family: sans-serif;
}
.focus-transmission-sesja-title.is-long {
  font-size: 35px;
}

.focus-transmission-sesja-content {
  display: flex;
  gap: 10px;
}

.focus-transmission-sesja-time {
  background: url("/konferencja.sadyogrody.pl/images/2024/clock.svg") left center no-repeat;
  font-size: 20px;
  padding-left: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.focus-transmission-sesja-speakers {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  justify-content: flex-end;
  font-weight: bold;
}

.focus-transmission-sesja-speakers-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 30px;
}
.focus-transmission-sesja-speakers-list li {
  margin-left: -20px;
  position: relative;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.focus-transmission-sesja-speakers-list img {
  border-radius: 50%;
  display: block;
}
.focus-transmission-sesja-speakers-list li:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.focus-transmission-sesja-speakers-list li:hover:after {
  box-shadow: inset 0 0 0 4px #4B0947;
}
.focus-transmission-sesja-speakers-list li:hover::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  background: #fff;
  color: #000;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(1) {
  z-index: 39;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(2) {
  z-index: 38;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(3) {
  z-index: 37;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(4) {
  z-index: 36;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(5) {
  z-index: 35;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(6) {
  z-index: 34;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(7) {
  z-index: 33;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(8) {
  z-index: 32;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(9) {
  z-index: 31;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(10) {
  z-index: 30;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(11) {
  z-index: 29;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(12) {
  z-index: 28;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(13) {
  z-index: 27;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(14) {
  z-index: 26;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(15) {
  z-index: 25;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(16) {
  z-index: 24;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(17) {
  z-index: 23;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(18) {
  z-index: 22;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(19) {
  z-index: 21;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(20) {
  z-index: 20;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(21) {
  z-index: 19;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(22) {
  z-index: 18;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(23) {
  z-index: 17;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(24) {
  z-index: 16;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(25) {
  z-index: 15;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(26) {
  z-index: 14;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(27) {
  z-index: 13;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(28) {
  z-index: 12;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(29) {
  z-index: 11;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(30) {
  z-index: 10;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(31) {
  z-index: 9;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(32) {
  z-index: 8;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(33) {
  z-index: 7;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(34) {
  z-index: 6;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(35) {
  z-index: 5;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(36) {
  z-index: 4;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(37) {
  z-index: 3;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(38) {
  z-index: 2;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(39) {
  z-index: 1;
}
.focus-transmission-sesja-speakers-list li:nth-of-type(40) {
  z-index: 0;
}
.focus-transmission-sesja-speakers-list li:hover {
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.focus-transmission-sesja-speakers-number {
  font-weight: bold;
}

.focus-transmission-sesja-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 60px;
}

.focus-transmission-sesja-link-enter {
  background: #F8AB2E;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  font-weight: bold;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  justify-content: center;
  text-transform: uppercase;
}
.focus-transmission-sesja-link-enter svg {
  fill: #fff;
}
.focus-transmission-sesja-link-enter:hover {
  background: #fff;
  color: #F8AB2E;
}
.focus-transmission-sesja-link-enter:hover svg {
  fill: #F8AB2E;
}

.focus-transmission-sesja-link-more {
  background: none;
  color: #F8AB2E;
  border: 2px solid #F8AB2E;
  padding: 0 20px;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  min-width: 150px;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 100px;
}
.focus-transmission-sesja-link-more:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.focus-transmission-layer-1.is-single {
  display: flex;
  align-items: center;
}
@media (max-width: 1290px) {
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-content {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-links {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-title {
    font-size: 30px;
  }
}
@media (max-width: 570px) {
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-title {
    margin-bottom: 20px;
  }
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-speakers {
    flex-direction: column;
    align-items: flex-end;
  }
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-speakers strong {
    font-size: 15px;
  }
}

.focus-transmission-session.is-single {
  width: 100%;
}

.focus-transmission-session-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@supports (-moz-appearance: none) {
  .focus-transmission-session-list {
    scrollbar-width: thin;
    scrollbar-color: #6B014B rgba(255, 255, 255, 0.5);
  }
}
.focus-transmission-session-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.focus-transmission-session-list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.focus-transmission-session-list::-webkit-scrollbar-thumb {
  background: #6B014B;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .focus-transmission-session-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .focus-transmission-session-list::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .focus-transmission-session-list::-webkit-scrollbar-thumb {
    background: #6B014B;
    border-radius: 5px;
  }
}
.focus-transmission-session-list .focus-transmission-session {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "title speakers links";
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #4b0947;
  padding: 20px 0;
}
.focus-transmission-session-list .focus-transmission-session:first-child {
  padding-top: 0;
}
.focus-transmission-session-list .focus-transmission-session:last-child {
  padding-bottom: 0;
  border: 0;
}
.focus-transmission-session-list .focus-transmission-sesja-title {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  flex: 1;
  grid-area: title;
}
.focus-transmission-session-list .focus-transmission-sesja-time {
  display: none;
}
.focus-transmission-session-list .focus-transmission-sesja-content {
  grid-area: speakers;
  align-self: center;
}
.focus-transmission-session-list .focus-transmission-sesja-content strong {
  display: none;
}
.focus-transmission-session-list .focus-transmission-sesja-links {
  grid-area: links;
  justify-self: start;
  margin-top: 0;
}
.focus-transmission-session-list .focus-transmission-sesja-link-more,
.focus-transmission-session-list .focus-transmission-sesja-link-enter {
  font-size: 13px;
  padding: 5px;
  min-width: 100px;
  background-image: none;
}
.focus-transmission-session-list .focus-transmission-sesja-speakers-list li {
  width: 45px;
  height: 45px;
}
@media (max-width: 680px) {
  .focus-transmission-session-list .focus-transmission-session {
    grid-template-columns: 1fr auto;
  }
  .focus-transmission-session-list .focus-transmission-sesja-title {
    grid-column: 1/-1;
    font-size: 16px;
  }
  .focus-transmission-session-list .focus-transmission-sesja-speakers {
    justify-content: flex-start;
    gap: 10px;
  }
  .focus-transmission-session-list .focus-transmission-sesja-speakers-list {
    margin-left: 10px;
  }
  .focus-transmission-session-list .focus-transmission-sesja-speakers-list li {
    width: 30px;
    height: 30px;
    margin-left: -5px;
  }
  .focus-transmission-session-list .focus-transmission-sesja-links {
    flex-direction: row;
    justify-self: start;
  }
  .focus-transmission-session-list .focus-transmission-sesja-link-enter,
  .focus-transmission-session-list .focus-transmission-sesja-link-more {
    font-size: 12px;
    min-width: 80px;
  }
}
@media (max-width: 1300px) {
  .focus-transmission-session-list .focus-transmission-session {
    grid-template-areas: "title title" "speakers links";
    grid-template-columns: 1fr auto;
  }
  .focus-transmission-session-list .focus-transmission-sesja-speakers {
    justify-content: flex-start;
    margin-left: -10px;
  }
  .focus-transmission-session-list .focus-transmission-sesja-link-enter,
  .focus-transmission-session-list .focus-transmission-sesja-link-more {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    min-width: 100px;
    width: 100px;
    height: 40px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .focus-transmission-session-list .focus-transmission-sesja-link-enter,
  .focus-transmission-session-list .focus-transmission-sesja-link-more {
    min-width: 80px;
    width: 80px;
  }
}
@media (max-width: 470px) {
  .focus-transmission-session-list .focus-transmission-session {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "speakers" "links";
  }
}

.focus-transmission-box {
  display: grid;
  grid: auto/auto;
  padding-top: 60px;
  z-index: 1;
  position: relative;
}

.focus-transmission-layer-1 {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.focus-transmission-layer-2 {
  background: #6b014b;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -60px;
  margin-bottom: -40px;
  position: relative;
  padding: 20px;
  padding-top: 40px;
  color: #fff;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.focus-transmission-layer-2.is-show {
  opacity: 1;
  pointer-events: all;
}

.focus-transmission-layer-close {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.focus-transmission-layer-close::before, .focus-transmission-layer-close::after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.focus-transmission-layer-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.focus-transmission-layer-2-content {
  padding: 20px 0 20px 0;
}

.focus-transmission-layer-2-title {
  line-height: 1.2;
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.focus-transmission-layer-2-title div:not(:last-child) {
  margin-bottom: 40px;
}

.focus-transmission-layer-2-links-el {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 0 10px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.focus-transmission-layer-2-links-el:last-child {
  border: 0;
}
.focus-transmission-layer-2-links-el a {
  margin-bottom: 5px;
  background: #F8AB2E;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.focus-transmission-layer-2-links-el a:hover {
  background: #fff;
  color: #F8AB2E;
}
.focus-transmission-layer-2-links-el p {
  margin-top: 5px;
}

@media (max-width: 1300px) {
  .focus-transmission {
    padding-left: 50px;
    padding-right: 50px;
  }
  .focus-transmission-inside {
    gap: 50px;
  }
  .focus-transmission-graphic {
    left: 5rem;
    top: auto;
    bottom: 5.625rem;
  }
}
@media (max-width: 890px) {
  .focus-transmission {
    padding: 50px 30px;
  }
  .focus-transmission-inside {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 0;
  }
  .focus-transmission-left {
    align-items: center;
    padding-top: 0;
  }
  .focus-transmission-left-title {
    margin-top: 20px;
  }
  .focus-transmission-left-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .focus-transmission-right,
  .focus-transmission-box {
    width: 100%;
  }
  .focus-transmission-box {
    padding: 20px;
  }
  .focus-transmission-left {
    padding-left: 0;
  }
}
@media (max-width: 630px) {
  .focus-transmission-left {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .focus-transmission-left-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .focus-transmission-left-btn {
    align-self: center;
  }
}
@media (max-width: 470px) {
  .focus-transmission-left-title {
    font-size: 30px;
  }
}
.m-retransmission {
  margin-bottom: 60px;
}

.m-retransmission-title {
  text-transform: uppercase;
  text-align: center;
}

.m-retransmission-inside {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.m-retransmission-video {
  aspect-ratio: 16/9;
  position: relative;
}
.m-retransmission-video .yt,
.m-retransmission-video .m-retransmission-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-retransmission-video .m-retransmission-preview {
  z-index: 2;
  background-size: contain;
}

.m-retransmission-list {
  height: 0;
  min-height: 100%;
  list-style: none;
  padding: 0;
  overflow-y: auto;
  margin: 0;
  background: #fff;
}
@supports (-moz-appearance: none) {
  .m-retransmission-list {
    scrollbar-width: thin;
    scrollbar-color: #6B014B rgba(255, 255, 255, 0.5);
  }
}
.m-retransmission-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-retransmission-list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.m-retransmission-list::-webkit-scrollbar-thumb {
  background: #6B014B;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .m-retransmission-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .m-retransmission-list::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .m-retransmission-list::-webkit-scrollbar-thumb {
    background: #6B014B;
    border-radius: 5px;
  }
}
.m-retransmission-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.m-retransmission-list a {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
  color: #6B014B;
  padding-right: 60px;
}
.m-retransmission-list a:hover {
  background: rgba(107, 1, 75, 0.05);
}
.m-retransmission-list li.is-active {
  background: #6B014B;
  color: #fff;
}
.m-retransmission-list li.is-active a {
  color: inherit;
}
.m-retransmission-list p {
  margin: 0;
}

@media (max-width: 920px) {
  .m-retransmission-inside {
    grid-template-columns: 1fr;
    grid-template-rows: auto 400px;
  }
}
@media (max-width: 470px) {
  .m-retransmission-list {
    font-size: 14px;
  }
  .m-retransmission-list a {
    padding: 10px;
  }
}
.counters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  color: inherit;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.3;
}

.counters-el {
  flex: 1;
}

.counters-el-nr {
  font-size: 50px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #4B0947;
  display: flex;
  align-items: center;
  position: relative;
}
.counters-el-nr span {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-60%);
}
.counters-el-nr span path {
  fill: currentColor;
  stroke-width: 2px;
  stroke: currentColor;
}

.counters-el-text {
  margin-top: 20px;
  font-size: 17px;
  max-width: 150px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .counters {
    gap: 20px;
  }
  .counters-el-nr {
    font-size: 35px;
  }
  .counters-el-text {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .counters {
    gap: 10px;
  }
  .counters-el-nr {
    font-size: 30px;
  }
  .counters-el-text {
    font-size: 10px;
  }
}
.subpage {
  position: relative;
  padding-top: 135px;
  padding-bottom: 80px;
  background: #FFC65A;
}
@media (max-width: 1200px) {
  .subpage {
    padding-top: 60px;
  }
}

.subpage-bg {
  min-height: 630px;
  background: url("/konferencja.sadyogrody.pl/images/2024/focus-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  padding: 0 30px 0 min(10%, 150px);
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 100%;
  max-width: 85rem;
  isolation: isolate;
}

.subpage-header {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}

.subpage-title {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  max-width: 740px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
}

.subpage-subtitle {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  max-width: 940px;
  color: #F8AB2E;
  margin: 20px auto;
  margin-bottom: 0;
}

.subpage-top-date {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-weight: bold;
  background: #6B014B;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.subpage-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  background: #fff;
  padding: 65px;
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
}
.subpage-content h2:where(:not([class])),
.subpage-content h3:where(:not([class])),
.subpage-content h4:where(:not([class])) {
  font-size: 23px;
  color: #6B014B;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}
.subpage-content h2:where(:not([class])) {
  font-size: 30px;
}
.subpage-content > p:first-child {
  margin-top: 0;
}
.subpage-content a:where(:not([class])) {
  color: #6B014B;
  font-weight: 500;
}
.subpage-content ul:where(:not([class])) li,
.subpage-content ol:where(:not([class])) li {
  margin-bottom: 10px;
}

@media (max-width: 860px) {
  .subpage-content {
    padding: 30px;
  }
  .subpage-bg {
    min-height: 560px;
  }
}
@media (max-width: 780px) {
  .subpage-title {
    font-size: 40px;
  }
  .subpage-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .subpage-content {
    padding: 15px;
    padding-bottom: 40px;
  }
  .subpage-title {
    font-size: 25px;
  }
  .subpage-subtitle {
    font-size: 14px;
  }
  .subpage-subtitle span {
    line-height: 2;
  }
}
.box-person {
  margin: 40px auto;
  margin-bottom: 70px;
  display: grid;
  max-width: 600px;
  gap: 0 60px;
  grid-template-columns: 205px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "img name" "img position" "img contact";
}

.box-person-img-wrap {
  position: relative;
  align-self: flex-start;
  grid-area: img;
}

.box-person-img-wrap::before {
  content: "";
  width: 205px;
  height: 205px;
  position: absolute;
  left: 33px;
  top: 30px;
  opacity: 1;
  background-image: linear-gradient(45deg, #EBEBEB 25%, #ffffff 25%, #ffffff 50%, #EBEBEB 50%, #EBEBEB 75%, #ffffff 75%, #ffffff 100%);
  background-size: 12.14px 12.14px;
  background-position: right top;
}

.box-person-img img {
  width: 205px;
  height: 205px;
  display: block;
  position: relative;
  box-shadow: 0 0 0 1px #EBEBEB;
  z-index: 1;
  background: #fff;
}

.box-person-name {
  grid-area: name;
  color: #6B014B;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  margin-top: 26px;
  line-height: 1;
}
.box-person-name strong {
  display: block;
}

.box-person-position {
  grid-area: position;
  color: inherit;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.box-person .box-person-contact a {
  color: inherit;
}

.box-person-contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.box-person-contact li {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.box-person-contact a {
  color: #060202;
  padding: 0 0 0 35px;
  background: left center scroll no-repeat;
  text-decoration: none;
  transition: all 0.2s linear;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
}
.box-person-contact a::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F8AB2E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.1s background-color;
}
.box-person-contact a::after {
  content: "";
  -webkit-mask-size: 17px;
          mask-size: 17px;
  width: 28px;
  height: 28px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  background: #fff;
}
.box-person-contact .mail a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
}
.box-person-contact .li a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.box-person-contact .tel a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
}
.box-person-contact a:hover::before {
  background-color: #4B0947;
}

.phone-number-tooltip {
  padding: 5px 10px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  display: block;
  z-index: 100;
}

.phone-number-tooltip::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #000;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%) rotate(45deg);
}

@media (max-width: 670px) {
  .box-person {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "img" "name" "position" "contact";
    justify-items: center;
  }
  .box-person-img-wrap {
    margin-bottom: 50px;
    transform: translateX(-15px);
  }
  .box-person-name {
    text-align: center;
  }
}
.contact-box-cnt {
  container: contact/inline-size;
}

.contact-box-cnt + .contact-box-cnt {
  margin-top: 30px;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  max-width: 500px;
}

.contact-box-img {
  width: 140px;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-box-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-box-name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #F8AB2E;
  margin-bottom: 10px;
  line-height: 1;
}

.contact-box-position {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 400px;
}

.contact-box-links {
  display: flex;
  gap: 10px;
}

.contact-box-link {
  padding-left: 26px;
  position: relative;
  min-height: 26px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 0;
}

.contact-box-link-icon {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background: #F8AB2E;
  background-size: 17px;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  transition: 0.1s background-color;
}

.contact-box-link-icon::before {
  content: "";
  position: absolute;
  -webkit-mask-size: 17px;
          mask-size: 17px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  inset: 0;
  background-color: #fff;
  transition: 0.1s background-color;
}

.contact-box-link--mail .contact-box-link-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
}

.contact-box-link--ln .contact-box-link-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.contact-box-link--phone .contact-box-link-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
}

.contact-box-link:hover .contact-box-link-icon {
  background-color: #fff;
}

.contact-box-link:hover .contact-box-link-icon::before {
  background-color: #6B014B;
}

@container contact (max-width: 500px) {
  .contact-box {
    gap: 20px;
  }
  .contact-box-img {
    width: 110px;
  }
  .contact-box-name {
    font-size: 20px;
  }
  .contact-box-position {
    font-size: 11px;
  }
}
.timeline-list-days {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -2.8125rem;
}

.timeline-list-days-el {
  flex: 1;
  max-width: 200px;
  height: 80px;
  background-color: #eee;
}
.timeline-list-days-el a {
  color: #000 !important;
}
.timeline-list-days-el a small {
  color: #000;
}
.timeline-list-days-el.is-active {
  background: #6B014B;
  color: #fff;
}
.timeline-list-days-el span, .timeline-list-days-el a {
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.timeline-list-days-el small {
  font-weight: normal;
  font-size: 13px;
}

.agenda-events-time {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.agenda-events-time::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #ddd;
}

.agenda-events {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin-bottom: 70px;
  gap: 20px;
}

.agenda-event {
  background: #E7E9ED;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.agenda-event-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.agenda-event-type {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #8C8D96;
  font-weight: bold;
  text-transform: uppercase;
}

.subpage .agenda-event-title {
  font-size: 16px;
  flex: 1;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
.subpage .agenda-event-title a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.agenda-event-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.agenda-event-links a {
  text-transform: uppercase;
  color: #6B014B;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.agenda-event-bottom {
  display: flex;
  height: 25px;
  margin-top: 10px;
  gap: 4px;
  font-size: 10px;
  margin-bottom: -10px;
  color: #6B014B;
  text-transform: uppercase;
  filter: grayscale(1);
}
@media (max-width: 500px) {
  .agenda-event-bottom {
    font-size: 10px;
  }
}

.agenda-event-broadcast,
.agenda-event-translate {
  text-decoration: none;
  flex: 1 1 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B014B;
}

.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/precop.pl/images/2024/icon-broadcast.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.agenda-event-translate::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/precop.pl/images/2024/icon-earth.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.agenda-panel {
  margin-top: 40px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.agenda-panel-title {
  font-size: 35px;
  color: #000;
}

.agenda-panel-social {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.agenda-panel-social svg {
  transition: 0.2s fill;
  fill: #6B014B;
}
.agenda-panel-social a:hover svg {
  fill: #6B014B;
}

.agenda-panel-section {
  margin-bottom: 50px;
}

.agenda-panel-section-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.agenda-panel-section-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #ddd;
}

.agenda-panel-speakers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.agenda-panel-speaker {
  display: flex;
}

.agenda-panel-speaker-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: inherit;
  text-align: center;
}

.agenda-panel-speaker-photo {
  width: 100px;
  height: 100px;
}

.agenda-panel-speaker-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.agenda-panel-speaker-name {
  margin: 0;
  margin-bottom: 5px;
}

.agenda-panel-speaker-company {
  font-size: 12px;
}

.agenda-panel-back {
  background: #6B014B;
  color: #fff;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.2s background;
  margin-bottom: 40px;
}

.agenda-panel .yt {
  padding-bottom: 56.25%;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.agenda-panel .yt > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.agenda-panel .yt .preview {
  overflow: hidden;
}
.agenda-panel .yt .preview img {
  filter: blur(2px);
}
.agenda-panel .yt .preview::before {
  content: "";
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.agenda-panel-prelegent-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 760px) {
  .agenda-panel-prelegent-list {
    grid-template-columns: 1fr;
  }
}

.agenda-panel-prelegent-list-el {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-content: center;
}

.agenda-panel-prelegent-list-el-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #eee;
  border-radius: 50%;
}
.agenda-panel-prelegent-list-el-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.agenda-panel-prelegent-list-el-content {
  flex: 1;
  font-size: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda-panel-prelegent-list-el-name {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  color: #000;
}

.agenda-panel-prelegent-list-el-text {
  font-size: 13px;
  line-height: 1.2;
  color: #777;
}

.agenda-download {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.agenda-download a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B014B' class='bi bi-file-pdf-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M5.523 10.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.035 21.035 0 0 0 .5-1.05 11.96 11.96 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.888 3.888 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 4.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z'%3E%3C/path%3E  %3Cpath fill-rule='evenodd' d='M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.64 11.64 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.707 19.707 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 40px;
  background-position: left center;
  min-height: 50px;
  background-repeat: no-repeat;
  text-decoration: none;
  display: inline-flex;
  padding-left: 45px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #000 !important;
}
.agenda-download img {
  display: none;
}

.form-contact {
  border-top: 2px solid #eee;
  padding-top: 30px;
  margin-top: 50px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-row--buttons a {
  font-size: 15px;
}
@media (max-width: 500px) {
  .form-row--buttons {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: sans-serif;
}

.form-control {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  border: 0;
  font-weight: 500;
  box-sizing: border-box;
  background: #eee;
}
.form-control:focus {
  border-color: #000;
  outline: none;
}

.form-control:is(textarea) {
  min-height: 150px;
}

.infoonly {
  font-size: 11px;
  color: inherit;
  display: block;
  line-height: 1.4;
}

.form-error {
  display: none;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 20px;
}

.form-error.show {
  display: block;
}

.partners-list-cnt {
  padding-bottom: 40px;
}
.partners-list-cnt > h3, .partners-list-cnt > h2 {
  text-align: center;
}

.partners-list {
  display: flex;
  gap: 1.25rem;
  max-width: 68.75rem;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.partners-list-element {
  border: 1px solid #ddd;
  width: calc(25% - 20px);
  aspect-ratio: 220/140;
  position: relative;
}
.partners-list-element.is-full {
  width: auto;
  min-width: 90%;
  flex: 1;
  max-width: 100%;
  aspect-ratio: 660/100;
}
@media (max-width: 640px) {
  .partners-list-element {
    width: calc(33.3333% - 20px);
  }
}

.partners-list-element.full {
  width: 100%;
  aspect-ratio: auto;
}

.partners-list-element:hover .partners-list-element-menu {
  opacity: 1;
  pointer-events: all;
}

.partners-list-element-seemore {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 36 36'%3E%3Cpath fill='%236B014B' d='M30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7q-1.65-.45-3.3-.6c2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1s-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0c-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9c.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7m-22-9.4c0-3.3 2.7-5.9 6-5.8c3.3 0 5.9 2.7 5.8 6c0 1.8-.8 3.4-2.2 4.5v-5a3.4 3.4 0 0 0-3.4-3.2c-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9M28.7 24c.1 2.6-.8 5.1-2.5 7.1c-.2.2-.4.4-.4.7v2.1H14.2v-1.4c0-.3-.2-.6-.4-.8c-.7-.6-1.3-1.3-1.8-2.2c-.6-1-1-2.2-1.2-3.4c0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2c0-.4.2-.9.5-1.2c.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1V7.9c.1-.7.7-1.3 1.5-1.2c.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2c.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7z' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 100;
  transform: translate(50%, -50%);
}

.partners-list-element-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  inset: 1px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}
.partners-list-element-menu a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6B014B !important;
  transition: 0.1s !important;
}
.partners-list-element-menu a:hover {
  background-color: #4B0947 !important;
}
.partners-list-element-menu span {
  display: none;
}
.partners-list-element-menu svg {
  width: 27px;
  height: 27px;
  fill: white;
}
.partners-list-element-menu a:hover svg {
  fill: white;
}

.partners-list-element-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.partners-list-element-logo img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-list-element-menu {
  position: absolute;
  bottom: 0;
  left: 0;
}

.partners-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
  overflow-y: auto;
  padding: 30px;
}

.partners-list-popup-inside {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  display: grid;
  min-height: 100%;
}

body.popup-show .subpage-content {
  z-index: auto;
}

.partners-list-popup-container {
  background: #fff;
  padding: 1.25rem;
  max-width: 43.75rem;
  width: 90%;
  max-height: 80%;
  min-height: 25rem;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  justify-self: center;
  align-self: center;
}

.partners-list-popup-close {
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.2s background-color;
  background: none;
}

.partners-list-popup-close::before,
.partners-list-popup-close::after {
  content: "";
  transition: 0.5s;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  background: #EBEBEB;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.partners-list-popup-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.partners-list-popup-logo {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.partners-list-popup-logo img {
  max-width: 200px;
  width: 100%;
}

.partners-list-popup-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: center;
  gap: 5px 0;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
  margin-left: -20px;
  margin-right: -20px;
}
.partners-list-popup-menu a {
  padding: 10px 15px;
  display: inline-flex;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.partners-list-popup-menu .is-active a {
  color: #6B014B;
  font-weight: bold;
  display: block;
}
@media (max-width: 450px) {
  .partners-list-popup-menu {
    font-size: 15px;
  }
}

.partners-list-popup-tab {
  display: none;
  text-align: center;
}
.partners-list-popup-tab.is-active {
  display: block;
  text-align: center;
}
.partners-list-popup-tab a {
  color: #6B014B;
  text-decoration: none;
}

.register-box {
  border-radius: 3px;
  padding: 30px;
  margin: 40px 0;
  background: #ddd;
}
.register-box h2, .register-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.register-box .register-buttons {
  margin: 0;
}
.register-box .register-buttons .button {
  font-size: 16px;
}
@media (max-width: 500px) {
  .register-box .register-buttons .button {
    min-height: 50px;
  }
}

.register-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  justify-content: center;
}
.register-buttons .button {
  font-size: 14px;
  font-weight: normal;
  gap: 2px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: none;
  text-align: center;
  border-radius: 5px;
}
.register-buttons .button strong {
  font-size: 20px;
}
.register-buttons .button--type2 {
  background: #4B0947;
}
.register-buttons span {
  max-width: 300px;
}
@media (max-width: 500px) {
  .register-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .register-buttons .button {
    min-height: 60px;
  }
}

.register-list-cnt {
  overflow-x: auto;
}

.register-list-cnt {
  margin: 30px 0;
}
.register-list-cnt > h3 {
  text-align: center;
}

.register-list {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.register-list a {
  font-weight: normal;
}
.register-list td, .register-list th {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: top;
}
.register-list thead th p, .register-list thead td p {
  margin: 0;
}
.register-list thead p small br {
  display: none;
}
.register-list .register-list-head-text,
.register-list small {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  color: #888;
}
.register-list .register-list-head-name,
.register-list strong {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #6B014B;
}
.register-list .register-list-head-name.is-standard,
.register-list strong.is-standard {
  color: #000;
}
.register-list .register-list-head-name.is-premium,
.register-list strong.is-premium {
  color: #6B014B;
}
.register-list .register-list-head-name.is-online,
.register-list strong.is-online {
  color: #4B0947;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 16px;
}
.register-list tbody td {
  vertical-align: middle;
  width: 25%;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.register-list tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .register-list {
    font-size: 15px;
  }
  .register-list td, .register-list th {
    padding: 10px;
  }
  .register-list tbody td:first-child {
    font-size: 13px;
  }
  .register-list .register-list-head-name {
    font-size: 20px;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .register-list tbody td:first-child {
    font-size: 14px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  color: #6B014B;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 20px;
}
.faq-list dd p:first-child {
  margin-top: 0;
}

.footer {
  max-width: 85rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "logo copyright" "logo menu";
  align-items: center;
  gap: 10px 30px;
  padding: 30px;
  background: #fff;
}

.footer-logo {
  grid-area: logo;
}

.footer-copyright {
  grid-area: copyright;
  align-self: end;
  font-weight: normal;
  color: #14143C;
}

.footer-menu {
  grid-area: menu;
  align-self: start;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-list-el {
  margin-right: 10px;
}
.footer-menu-list-el a {
  text-decoration: none;
  font-weight: bold;
  color: #14143C;
  padding: 5px;
  padding-left: 0;
  display: block;
  text-transform: uppercase;
}
.footer-menu-list-el a:hover {
  color: #6B014B;
}

@media (max-width: 600px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto auto auto;
    justify-items: center;
    grid-template-areas: "logo" "menu" "copyright";
  }
  .footer-menu-list-el a {
    padding: 5px;
  }
  .footer-menu-list {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
.header {
  display: grid;
  background: #fff;
  grid-template-columns: 270px auto 130px;
  grid-template-rows: auto auto;
  height: 135px;
  z-index: 100;
  position: fixed;
  max-width: 85rem;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  font-family: "Poppins", sans-serif;
  top: 0;
  box-shadow: 0 8px 8px -4px rgba(50, 50, 50, 0.2);
  grid-template-areas: "logo sub register" "logo nav register";
}

.header--no-register {
  grid-template-columns: 250px auto;
  grid-template-areas: "logo sub" "logo nav";
}

.header-logo {
  grid-area: logo;
  border-right: 1px solid #F6F6F6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.header-logo-img {
  display: block;
  max-width: 90%;
  max-height: 80%;
}

.main-nav {
  display: contents;
}

.main-submenu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  grid-area: sub;
  align-self: center;
  padding-left: 15px;
}

.main-submenu-el {
  position: relative;
  align-items: center;
  display: flex;
}

.main-submenu-el--logo img {
  max-width: 80px;
  filter: brightness(0) opacity(0.2);
  transition: 0.2s filter;
}
.main-submenu-el--logo img:hover {
  filter: none;
}

.main-submenu-el:has(.main-submenu-sub) .main-submenu-link {
  padding-right: 20px;
  display: inline-flex;
  vertical-align: top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 15l-5-5h10z'/%3E%3C/svg%3E");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
}

.main-submenu-link {
  text-decoration: none;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  display: flex;
  align-items: center;
  line-height: 1;
}
.main-submenu-link:hover {
  color: #6B014B;
}

.main-submenu-el.is-open .main-submenu-sub,
.main-submenu-el:hover .main-submenu-sub {
  display: block;
}

.main-submenu-sub {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  z-index: 2;
  display: none;
}

.main-submenu-sub-link {
  font-size: 15px;
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  color: #4B0947;
  transition: 0.1s background-color;
}
.main-submenu-sub-link:hover {
  background: #eee;
}

.main-menu {
  grid-area: nav;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #F6F6F6;
  position: relative;
  padding-left: 15px;
}

.main-menu-el {
  margin-right: 10px;
}

.main-menu-link {
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.2px;
  padding: 5px 10px;
  color: #4B0947;
  display: flex;
  text-transform: uppercase;
  height: 100%;
  align-items: center;
}
.main-menu-link:hover {
  color: #6B014B;
}

.main-menu-el--with-sub {
  position: relative;
}

.main-menu-el--with-sub .main-menu-link::after {
  content: "";
  width: 7px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #6B014B;
  display: inline-block;
  margin-left: 5px;
}

.main-menu-sub {
  position: absolute;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translate(-50%);
  top: calc(100% - 10px);
  min-width: 245px;
  background: #fff;
  display: none;
  list-style: none;
  margin: 0;
  padding: 20px;
  flex-direction: column;
  white-space: nowrap;
}

.main-menu-el--with-sub:hover .main-menu-sub {
  display: flex;
}

.main-menu-el--with-sub:hover .main-menu-link {
  color: #6B014B;
}

.main-menu-sub-el {
  border-bottom: 1px solid #ddd;
}

.main-menu-sub-el:last-child {
  border: 0;
}

.main-menu-sub-link {
  color: #4B0947;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  display: block;
  font-size: 17px;
}
.main-menu-sub-link:hover {
  color: #6B014B;
}

.header-register {
  grid-area: register;
  border-left: 1px solid #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6B014B;
}

.header-register-link:hover .header-register-text {
  color: #6B014B;
}

.header-register-icon {
  display: block;
  margin: 0 auto 0.5rem;
}
@media (max-width: 1260px) {
  .header-register-icon {
    margin: 0 auto;
  }
}
.header-register-icon svg {
  display: block;
  margin: 0 auto;
  transition: 0.2s fill;
  fill: #4B0947;
}

.header-register-text {
  margin-top: 5px;
  transition: 0.2s color;
  max-width: 90px;
  color: #4B0947;
}

.header-register {
  cursor: default;
}

.header-register:is(a) {
  cursor: pointer;
}

.header-register:is(a):hover .header-register-icon svg {
  fill: #ad0d7d;
}
.header-register:is(a):hover .header-register-text {
  color: #ad0d7d;
}

.header-burger {
  grid-area: burger;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: none;
  border: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  gap: 5px;
  z-index: 100;
}
.header-burger strong {
  position: absolute;
  left: -9999px;
}
.header-burger span {
  width: 30px;
  height: 2px;
  background: #6B014B;
}

body.menuOpen .header-burger {
  position: relative;
}
body.menuOpen .header-burger span:first-of-type {
  display: none;
}
body.menuOpen .header-burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.menuOpen .header-burger span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 85rem) {
  .header {
    transform: none;
    left: 0;
  }
}
@media (max-width: 1300px) {
  .header {
    grid-template-columns: 220px auto 120px;
  }
}
@media (max-width: 1260px) {
  .header {
    grid-template-columns: 150px 1fr auto auto;
    grid-template-rows: 1fr;
    height: 60px;
    grid-template-areas: "logo nav register burger";
  }
  .header--no-register {
    grid-template-columns: 120px 1fr auto;
    grid-template-areas: "logo nav burger";
  }
  .main-nav {
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    position: fixed;
    background: #fff;
    flex-direction: column-reverse;
    width: 320px;
    justify-content: flex-end;
    z-index: 1;
    padding-top: 60px;
  }
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    margin-left: 5px;
    justify-content: center;
  }
  .header-logo-img {
    max-width: 80%;
  }
  body.menuOpen .header-logo {
    border-right-color: #fff;
  }
  body.menuOpen .main-nav {
    display: flex;
  }
  body.menuOpen::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
    -webkit-backdrop-filter: blur(2px) brightness(0.5);
            backdrop-filter: blur(2px) brightness(0.5);
  }
  .main-submenu,
  .main-menu {
    padding: 20px 10px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    height: auto;
  }
  .main-submenu {
    border-top: 1px solid #eee;
  }
  .main-menu-link,
  .main-submenu-link,
  .main-menu-sub-link,
  .main-submenu-sub-link {
    height: auto;
    font-size: 16px;
    padding: 10px 15px;
    color: #000;
    border: 0;
  }
  .main-submenu-sub-link {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
  }
  .main-submenu-sub-link {
    font-size: 14px;
  }
  .main-submenu-el {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-submenu-sub,
  .main-menu-sub {
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-width: 0;
    padding: 0 15px;
    margin-left: 0;
    box-shadow: none;
  }
  .main-menu-sub-el {
    border: 0;
  }
  .main-menu-sub-link,
  .main-submenu-sub-link {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
  }
  .main-menu-sub-link {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
  }
  .header-burger {
    display: flex;
  }
  .header-register {
    border-left: 0;
    flex-direction: row;
    text-align: left;
    gap: 10px;
    padding-right: 10px;
    justify-self: end;
  }
  .header-register-icon svg {
    max-height: 1.7rem;
  }
  .header-register-text {
    margin-top: 0;
    max-width: 80px;
  }
  .main-submenu-el {
    width: 100%;
  }
  .main-submenu-sub {
    position: relative;
    top: 0;
    background: #fff;
    width: 100%;
  }
  .main-submenu-sub-link:hover {
    background: none;
    color: #6B014B;
  }
}
@media (max-width: 400px) {
  .header-register-text {
    font-size: 8px;
  }
}
.footer-promo {
  display: none;
  background: #fff;
  padding: 1.5rem;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 1360px;
  max-width: 100%;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.15);
}
.footer-promo.open {
  display: block;
  animation-name: slide-up;
  animation-duration: 1s;
}
.footer-promo a {
  display: flex;
  gap: 3rem;
  align-items: center;
  text-decoration: none;
}
.footer-promo small {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #707070;
  text-transform: uppercase;
}
.footer-promo h3 {
  margin: 0.125rem 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #012f2e;
}
.footer-promo p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #4d7954;
}
.footer-promo img,
.footer-promo svg {
  display: block;
}
.footer-promo button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.footer-promo button:hover {
  opacity: 0.6;
}
@media (max-width: 1000px) {
  .footer-promo {
    padding: 0.5rem 1rem;
  }
  .footer-promo div.img {
    width: 100px;
  }
  .footer-promo a {
    gap: 1rem;
  }
  .footer-promo small {
    font-size: 10px;
  }
  .footer-promo h3 {
    font-size: 16px;
    margin: 0 0 0.125rem;
  }
  .footer-promo p {
    font-size: 12px;
  }
  .footer-promo svg {
    width: 24px;
    height: auto;
  }
  .footer-promo button {
    top: 0.5rem;
    right: 0.5rem;
  }
}

.footer-promo.open + script + .footer {
  margin-bottom: 200px;
}

@keyframes slide-up {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}
.live {
  max-width: 85rem;
  margin: 0 auto;
}

.online-top {
  min-height: 46.25rem;
  background: #6B014B url(/images/2024/focus-bg.jpg) center/cover;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 250px;
  padding-top: 175px;
}

.online-top-inside {
  border: 1px solid #4B0947;
  position: relative;
  font-weight: 900;
  padding: 30px 80px;
  max-width: 1360px;
}

.online-top-error {
  text-align: center;
  padding: 1.5rem;
}

.online-top-date {
  background: #4B0947;
  color: #6B014B;
  padding: 5px 8px;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.online-top-title {
  color: #fff;
  font-size: 3.375rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 960px;
}
.online-top-title span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 20px;
}
.online-top-title div:not(:last-child) {
  margin-bottom: 40px;
}
.online-top-title br + br {
  display: none;
}

.online-top-date {
  margin: 0;
  background: #4B0947;
  color: #6B014B;
  padding: 5px 8px;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.online-top-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 780px;
}

.online-content {
  z-index: 1;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
  margin: -4.0625rem;
  margin-bottom: -5rem;
}
@media (max-width: 890px) {
  .online-content {
    margin: -1.875rem;
  }
}
@media (max-width: 500px) {
  .online-content {
    margin: -0.9375rem;
    margin-bottom: -2.5rem;
  }
}
.online-content h2:where(:not([class])),
.online-content h3:where(:not([class])),
.online-content h4:where(:not([class])) {
  font-size: 1.4375rem;
  color: #6B014B;
  line-height: 1.5;
}

.online-top-error {
  font-weight: bold;
}
.online-top-error p {
  margin-bottom: 0;
}
.online-top-error .button {
  margin: 5px;
}

@media (max-width: 860px) {
  .online-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .online-top-title {
    font-size: 40px;
  }
  .login-top-text {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .online-top {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 30px;
  }
  .online-content {
    margin-top: 0;
  }
  .online-top-title {
    font-size: 26px;
  }
  .online-top-title span {
    margin-bottom: 10px;
  }
  .online-top-text {
    font-size: 14px;
  }
  .online-top-inside {
    padding: 30px 20px;
  }
}
.login-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
  margin: -4.0625rem;
  margin-bottom: -5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right" "bottom bottom";
}
.login-content h2:where(:not([class])),
.login-content h3:where(:not([class])),
.login-content h4:where(:not([class])) {
  font-size: 1.4375rem;
  color: #6B014B;
  line-height: 1.5;
}
@media (max-width: 890px) {
  .login-content {
    margin: -1.875rem;
  }
}
@media (max-width: 500px) {
  .login-content {
    margin: -0.9375rem;
    margin-bottom: -2.5rem;
  }
}

.login-content .forgot-password {
  color: #6B014B;
  text-decoration: none;
}

.login-content:not(:has(.login-content-right)) {
  display: flex;
  justify-content: center;
}
.login-content:not(:has(.login-content-right)) .login-content-left {
  max-width: 500px;
}

.login-content-left,
.login-content-right {
  flex: 1;
  padding: 40px;
}

.login-content-left {
  grid-area: left;
}

.login-content-right {
  grid-area: right;
  background: #f7f7f7;
}

.login-content-right:has(.login-register) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-content-right:has(.login-register) .login-register {
  padding-top: 60px;
}
.login-content-right:has(.login-register) .login-register .button {
  line-height: 1.2;
}

.login-form-info {
  line-height: 1.2;
}

.login-form-err {
  color: #cc0000;
  font-weight: bold;
}

.login-content-bottom {
  grid-area: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  background: #EBEBEB;
  text-align: center;
  color: #fff;
}
.login-content-bottom .button {
  background: #4B0947;
  color: #6B014B;
}

@media (max-width: 860px) {
  .login-top {
    min-height: 0;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .login-top-title {
    font-size: 40px;
  }
  .login-top-title--long {
    font-size: 30px;
  }
  .login-content {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .login-content {
    grid-template-columns: auto;
    grid-template-areas: "left" "right" "bottom";
  }
}
@media (max-width: 540px) {
  .login-top-title {
    font-size: 28px;
  }
  .login-top-text {
    font-size: 14px;
  }
  .login-top-inside {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .login-content-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.online-session-navi-inside {
  display: flex;
  background: #eee;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.online-session-navi-btn {
  background: none;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.online-session-navi-btn span {
  background: #6B014B;
  color: #fff;
  line-height: 1.1;
  padding: 2px 5px;
  margin-right: 5px;
}

.online-session-navi-transmission {
  flex-basis: 100%;
  display: none;
}

.online-session-navi .transmission-list-title {
  padding: 20px;
}
.online-session-navi .transmission-list {
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
}
.online-session-navi .transmission-list-el-buttons .button {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.online-session-navi.is-open .online-session-navi-transmission {
  display: block;
}

.online-session-navi-lang {
  display: flex;
  gap: 10px;
}
.online-session-navi-lang div {
  display: flex;
  gap: 5px;
}
.online-session-navi-lang a {
  text-decoration: none;
}
.online-session-navi-lang img {
  border-radius: 50%;
  display: block;
}
.online-session-navi-lang .active img {
  box-shadow: 0 0 0 2px #6B014B;
}

.online-session-video-cnt {
  aspect-ratio: 16/9;
  position: relative;
}
.online-session-video-cnt .yt,
.online-session-video-cnt .online-session-video-empty {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.online-session-video-bottom {
  display: flex;
}

.online-session-social {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #eee;
  min-height: 80px;
}

.online-session-social-el {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #6B014B;
  text-indent: -999px;
  overflow: hidden;
}

.online-session-social-el--fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M15.12 5.32H17V2.14A26 26 0 0 0 14.26 2c-2.72 0-4.58 1.66-4.58 4.7v2.62H6.61v3.56h3.07V22h3.68v-9.12h3.06l.46-3.56h-3.52V7.05c0-1.05.28-1.73 1.76-1.73'/%3E%3C/svg%3E");
}

.online-session-social-el--tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M389.2 48h70.6L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z'/%3E%3C/svg%3E");
}

.online-session-social-el--ln {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.57 2.57 0 0 1-1.82.748a2.6 2.6 0 0 1-1.818-.747A2.55 2.55 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.58 2.58 0 0 1 4.571 2c.682 0 1.336.269 1.819.747s.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.online-session-communicator-btn {
  padding: 15px;
  min-height: 80px;
  border: 0;
  cursor: pointer;
  flex: 1;
  background: #6B014B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  font-size: 16px;
}

.online-session-communicator-btn-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3Cpath fill='white' d='M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3C/svg%3E");
}

.online-session-communicator-btn-text {
  max-width: 280px;
  display: block;
}

@media (max-width: 550px) {
  .online-session-video-bottom {
    flex-direction: column;
  }
}
.online-speakers-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.online-speakers-list-el--with-desc .online-speakers-list-el-link {
  cursor: pointer;
}

.online-speakers-list-wrap {
  width: 100%;
}

.online-speakers-list-el-link {
  padding: 0;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  background: none;
  border: 0;
  text-align: left;
  align-items: stretch;
}

.online-speakers-list-el-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.online-speakers-list-el-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.online-speakers-list-el-desc {
  flex: 1;
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 0 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.online-speakers-list-el-name {
  margin: 0;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  color: #000;
}

.online-speakers-list-el.is-open .online-speakers-list-el-long {
  display: block;
}

.online-speakers-list-el-long {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 100;
}

.online-speakers-list-el-long-inside {
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
  display: grid;
}

.online-speakers-list-el-long-container {
  justify-self: center;
  align-self: center;
  background: #fff;
  position: relative;
  padding: 40px;
  max-width: 900px;
  width: 100%;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.online-speakers-list-el-long-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  cursor: pointer;
}
.online-speakers-list-el-long-close::before, .online-speakers-list-el-long-close::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.online-speakers-list-el-long-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.online-speakers-list-el-long-top {
  display: flex;
  gap: 30px;
  align-items: center;
}

.online-speakers-list-el-long-desc {
  font-size: 18px;
  line-height: 1.4;
}

.online-speakers-list-el-long-top .online-speakers-list-el-desc {
  background: none;
  padding-left: 0;
}
.online-speakers-list-el-long-top .online-speakers-list-el-name {
  margin: 0;
  font-size: 1.5625rem !important;
  margin-bottom: 0.625rem;
}
.online-speakers-list-el-long-top .online-speakers-list-el-text {
  font-size: 1rem;
  line-height: 1.4;
}

.online-speakers-list-el-long-desc {
  line-height: 1.6;
}

@media (max-width: 670px) {
  .online-speakers-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 570px) {
  .online-speakers-list {
    gap: 15px;
  }
  .online-speakers-list-el-img {
    height: auto;
  }
  .online-speakers-list-el-desc h2, .online-speakers-list-el-desc h3 {
    margin: 0;
    font-size: 15px;
  }
  .online-speakers-list-el-desc small {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .online-speakers-list-el-img {
    width: 100px;
    height: 100px;
  }
}
.online-session-section {
  padding: 30px;
}

.online-session-section-title {
  color: #000;
  font-size: 25px;
  margin-top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
.online-session-section-title span {
  align-self: center;
  background: #6B014B;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.8em;
}

.online-session-section-content {
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 570px) {
  .online-session-section {
    padding: 20px 15px;
  }
}
.online-session-logos-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
}

.online-session-logos-list-el {
  border: 1px solid #ddd;
  width: calc(25% - 20px);
  aspect-ratio: 220/140;
  position: relative;
}
.online-session-logos-list-el.is-full {
  width: auto;
  min-width: 90%;
  flex: 1;
  max-width: 100%;
  aspect-ratio: 660/100;
}
@media (max-width: 640px) {
  .online-session-logos-list-el {
    width: calc(33.3333% - 20px);
  }
}

.online-session-logos-list-el:has(.online-session-logos-list-el-links)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 36 36'%3E%3Cpath fill='%236B014B' d='M30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7q-1.65-.45-3.3-.6c2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1s-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0c-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9c.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7m-22-9.4c0-3.3 2.7-5.9 6-5.8c3.3 0 5.9 2.7 5.8 6c0 1.8-.8 3.4-2.2 4.5v-5a3.4 3.4 0 0 0-3.4-3.2c-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9M28.7 24c.1 2.6-.8 5.1-2.5 7.1c-.2.2-.4.4-.4.7v2.1H14.2v-1.4c0-.3-.2-.6-.4-.8c-.7-.6-1.3-1.3-1.8-2.2c-.6-1-1-2.2-1.2-3.4c0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2c0-.4.2-.9.5-1.2c.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1V7.9c.1-.7.7-1.3 1.5-1.2c.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2c.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7z' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 100;
  transform: translate(50%, -50%);
}

.online-session-logos-list-el > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-session-logos-list-el > a img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.online-session-logos-list-el-links {
  position: absolute;
  inset: 1px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}

.online-session-logos-list-el:hover .online-session-logos-list-el-links {
  opacity: 1;
  pointer-events: all;
}

.online-session-logos-list-el-link {
  width: 40px;
  height: 40px;
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  border: 0;
  background-color: #6B014B !important;
  border-radius: 50%;
  transition: 0.1s !important;
}
.online-session-logos-list-el-link:hover {
  background-color: #4B0947 !important;
}

.online-session-logos-list-el-link--www {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M3.338 17A10 10 0 0 0 12 22a10 10 0 0 0 8.662-5M3.338 7A10 10 0 0 1 12 2a10 10 0 0 1 8.662 5'/%3E%3Cpath d='M13 21.95s1.408-1.853 2.295-4.95M13 2.05S14.408 3.902 15.295 7M11 21.95S9.592 20.098 8.705 17M11 2.05S9.592 3.902 8.705 7M9 10l1.5 5l1.5-5l1.5 5l1.5-5M1 10l1.5 5L4 10l1.5 5L7 10m10 0l1.5 5l1.5-5l1.5 5l1.5-5'/%3E%3C/g%3E%3C/svg%3E");
}

.online-session-logos-list-el-link--more {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.5 20q-2.275 0-3.887-1.575T1 14.575q0-1.95 1.175-3.475T5.25 9.15q.575-2.025 2.138-3.4T11 4.075v8.075L9.4 10.6L8 12l4 4l4-4l-1.4-1.4l-1.6 1.55V4.075q2.575.35 4.288 2.313T19 11q1.725.2 2.863 1.488T23 15.5q0 1.875-1.312 3.188T18.5 20z'/%3E%3C/svg%3E");
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 700px) {
  .online-session-logos-list-el {
    width: calc(25% - 20px);
  }
}
@media (max-width: 540px) {
  .online-session-logos-list-el {
    width: calc(33.3333% - 20px);
  }
}
.online-session-logos-list-el-popup {
  display: none;
}

.online-session-logos-list-el-popup.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 20px;
}

.online-session-logos-list-el-popup-container {
  background: #fff;
  position: relative;
  padding: 40px;
}
.online-session-logos-list-el-popup-container h3, .online-session-logos-list-el-popup-container h2 {
  color: #6B014B;
}

.online-session-logos-list-el-popup-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.online-session-logos-list-el-popup-close::before, .online-session-logos-list-el-popup-close::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.online-session-logos-list-el-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#communicator {
  display: none;
  position: fixed;
  z-index: 999999999;
  max-height: 80%;
  overflow: auto;
  width: 1000px;
  max-width: 100%;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #eee;
  padding: 2.5rem;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
#communicator.open {
  display: block;
}
#communicator .close {
  color: #fff;
  background: #6B014B;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  border: 0;
}

body.is-online-communicator-open,
body.is-popup-open {
  overflow: hidden;
}
body.is-online-communicator-open .subpage,
body.is-online-communicator-open .subpage-content,
body.is-popup-open .subpage,
body.is-popup-open .subpage-content {
  position: static;
}

.transmission-list-title {
  background: #eee;
  padding: 50px;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.transmission-list-title span {
  background: #6B014B;
  color: #fff;
  line-height: 1.1;
  padding: 2px 5px;
  margin-right: 5px;
}

.transmission-list {
  list-style: none;
  padding: 0 30px;
  margin: 0;
}

.transmission-list-el {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.transmission-list-el:last-child {
  border: 0;
}
.transmission-list-el br + br {
  display: none;
}

.transmission-list-el-title {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%236B014B' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.transmission-list-el-buttons {
  display: flex;
  gap: 10px;
}
.transmission-list-el-buttons .button {
  font-size: 15px;
  padding: 5px 10px;
  min-height: 20px;
}
.transmission-list-el-buttons .button + .button {
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #6B014B;
  color: #6B014B;
}
.transmission-list-el-buttons .button + .button:hover {
  background: var(--button-bg);
  color: var(--button-color);
}

@media (max-width: 560px) {
  .transmission-list-el {
    flex-direction: column;
  }
}
.header:has(.header-userinfo) .header-register {
  display: none;
}

.header-userinfo {
  grid-area: register;
  position: relative;
}

.header-userinfo-user {
  background: none;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #222;
  cursor: pointer;
  font-family: inherit;
  border-left: 1px solid #f6f6f6;
}

.header-userinfo-user-text {
  max-width: 80px;
  display: block;
  font-family: inherit;
}

.header-userinfo-user-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%236B014B' d='M12 12q-1.65 0-2.825-1.175T8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12m-8 6v-.8q0-.85.438-1.562T5.6 14.55q1.55-.775 3.15-1.162T12 13t3.25.388t3.15 1.162q.725.375 1.163 1.088T20 17.2v.8q0 .825-.587 1.413T18 20H6q-.825 0-1.412-.587T4 18'/%3E%3C/svg%3E");
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.header-userinfo.is-open .header-userinfo-menu {
  display: block;
}

.header-userinfo-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  min-width: 200px;
  padding: 20px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  display: none;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.056), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.081), 12.5px 12.5px 10px rgba(0, 0, 0, 0.1), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.119), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.144), 100px 100px 80px rgba(0, 0, 0, 0.2);
}
.header-userinfo-menu::before {
  content: "";
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  position: absolute;
  right: 0;
  translate: -50% -100%;
  top: 0;
}
.header-userinfo-menu li {
  padding: 5px 0;
}
.header-userinfo-menu li:has(.header-userinfo-logout) {
  margin-top: 10px;
}
.header-userinfo-menu .header-userinfo-logout {
  background: #6B014B;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 1260px) {
  .header-userinfo-user {
    border-left: 0;
    font-size: 9px;
    margin-right: 20px;
  }
}
.presentation-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 500px) {
  .presentation-list {
    gap: 10px;
  }
}

.presentation-list-el {
  width: calc(33.3333% - 20px);
  background: #fff;
  border: 1px solid #ddd;
  aspect-ratio: 1/0.7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentation-list-el img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-info {
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 60px 3px rgba(0, 0, 0, 0.16);
  border: 1px solid #EDEDED;
  border-radius: 20px;
  overflow: hidden;
}

.company-info-img {
  padding: 20px;
}
.company-info-img img {
  max-width: 100%;
  height: auto;
}

.company-info-head {
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}

.company-info-heading {
  margin: 0;
}

.company-info-body {
  padding: 2rem 1.5rem;
}
.company-info-body a {
  font-weight: bold;
  text-decoration: none;
  color: #6B014B;
}
.company-info-body p:first-child {
  margin-top: 0;
}
.company-info-body p:last-child {
  margin-bottom: 0;
}

.login-popup .popup-container {
  padding: 30px;
}
.login-popup .popup-head {
  margin: -30px -30px 30px -30px;
  padding: 30px;
}
.login-popup .form-row {
  margin-bottom: 15px;
}
.login-popup .popup-footer {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.prelegent-single-box-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.prelegent-single-box-img {
  width: 200px;
  flex-shrink: 0;
}
.prelegent-single-box-img img {
  display: block;
  max-width: 100%;
}

.prelegent-single-box-data p {
  margin: 0 0 5px;
}

.prelegent-single-box-name {
  margin-bottom: 10px;
  margin-top: 0;
}

.prelegent-single-box-text {
  line-height: 26px;
}

.prelegent-single-box-back {
  background: #6B014B;
  color: #fff;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.2s background;
  margin-bottom: 40px;
  font-size: 15px;
}
.prelegent-single-box-back:hover {
  box-shadow: inset 0 0 0 1px var(--button-bg);
  background-color: transparent;
  color: var(--button-bg);
}

@media (max-width: 640px) {
  .prelegent-single-box-header {
    flex-direction: column;
    text-align: center;
  }
}
.prelegent-section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin: 20px 0;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
}
.prelegent-section-title::before, .prelegent-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.prelegent-list {
  padding-bottom: 30px;
}

.prelegent-list-title {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}
.prelegent-list-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}

.prelegent-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 780px) {
  .prelegent-list {
    grid-template-columns: 1fr;
  }
}

.prelegent-list-el-inside {
  display: flex;
  text-decoration: none;
  gap: 20px;
}

.prelegent-list-el-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.prelegent-list-el-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.prelegent-list-el-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.prelegent-list-el-name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.prelegent-list-el-text {
  font-size: 13px;
  line-height: 1.2;
  color: #777;
}

.letter-select {
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  overflow-x: auto;
}
.letter-select::-webkit-scrollbar {
  width: 2px;
  background: #fbfbfb;
  height: 2px;
}
.letter-select::-webkit-scrollbar {
  width: auto;
}
.letter-select::-webkit-scrollbar-thumb {
  background-color: #6B014B;
}
.letter-select .letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}
.letter-select .letter-select-el {
  margin: 5px;
  margin-left: 0;
}
.letter-select .letter-select-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #6B014B;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}
.letter-select .letter-select-link:hover {
  background: #ddd;
}
.letter-select .letter-select-link.is-active {
  background: #6B014B;
  color: #fff;
}

.list-featherlight {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.list-featherlight li.grid-item {
  display: inline-block;
}
.list-featherlight li.grid-item div.img {
  width: 150px;
}
.list-featherlight li.grid-item div.img img {
  max-width: 100%;
}
@media (max-width: 600px) {
  .list-featherlight li.grid-item div.img {
    width: 150px;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.2024.css.map */
