/*! 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;
}

.button, .focus-transmission-left-btn {
  margin-top: 30px;
  background-color: #ED7402;
  color: #250935;
  cursor: pointer;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 0.625rem 2.5rem;
  min-height: 4.75rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.2s background-color, 0.2s color;
}
.button span, .focus-transmission-left-btn span {
  color: #250935;
  font-size: 1.5rem;
}
.button:hover, .focus-transmission-left-btn:hover {
  background-color: #DEDBE2;
}

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

html {
  font-family: Alfabet, sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: clamp(10px, 0.95vw, 16px);
  line-height: 1.8;
}
@media (max-width: 870px) {
  html {
    font-size: 11px;
  }
}

body {
  background-color: #250935;
  color: #DEDBE2;
}

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

strong {
  font-weight: bold;
}

a {
  color: #6D378C;
  text-decoration: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  overflow-x: hidden;
}

.yt {
  max-width: 100%;
  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;
}

.header {
  margin: 0 auto;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: 0.2s background, 0.2s box-shadow;
}

.header.is-sticky {
  background: #1f082c;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.1);
}
.header.is-sticky .header-logo-img svg {
  fill: #fff;
}
.header.is-sticky .header-menu-list-link {
  color: #250935;
}
.header.is-sticky .header-menu-list-link:hover {
  color: #ED7402;
}
.header.is-sticky .header-logo-text span {
  color: #fff;
}
.header.is-sticky .header-menu-list-link {
  color: #fff;
}

.header::before {
  content: "";
  position: absolute;
  left: -6.25rem;
  top: 0;
  background: url(/images/line1.svg) center/cover;
  width: 1.875rem;
  height: 24.4375rem;
}

.header-container {
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 1.875rem;
}

.header-logo-img {
  display: flex;
  align-items: center;
  max-width: 7rem;
}
.header-logo-img svg {
  fill: #DEDBE2;
}

.header-logo-text {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.header-logo-text strong {
  font-size: 1.25rem;
  line-height: 1;
  color: #ED7402;
}
.header-logo-text span {
  line-height: 1;
  font-size: 1rem;
}

.header-menu {
  margin-left: auto;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.header-menu-list {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu-list-el {
  position: relative;
}

.header-menu-list-el-inside {
  display: flex;
  align-items: center;
}

.header-menu-list-el-toggle {
  width: 30px;
  height: 30px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: 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='white' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  display: none;
}

.header-menu-list-link {
  flex: 1;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 800;
  color: #DEDBE2;
  transition: 0.2s color;
}
.header-menu-list-link:hover {
  color: #ED7402;
}

.header-menu-sublist {
  list-style: none;
  color: #DEDBE2;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  background: #6D378C;
  padding: 20px;
  border-radius: 10px;
  visibility: hidden;
}

.header-menu-sublist-link {
  color: inherit;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s color;
}
.header-menu-sublist-link:hover {
  color: #ED7402;
}

.header-menu-list li:hover .header-menu-sublist {
  visibility: visible;
}

.header-register {
  height: 2.3125rem;
  border-radius: 100px;
  font-size: 1rem;
  display: flex;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ED7402;
  padding: 0 1.25rem;
  border: 0;
  text-decoration: none;
  background-color: #6D378C;
  transition: 0.2s;
}
.header-register:hover {
  background-color: #fff;
  color: #6D378C;
}

.header-burger {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  background: none;
  cursor: pointer;
  border: 0;
  display: none;
}
.header-burger strong {
  display: none;
}
.header-burger .header-burger-lines {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 3px;
  display: flex;
}
.header-burger .header-burger-line {
  width: 20px;
  height: 2px;
  background-color: #ED7402;
}
.header-burger .header-burger-line:nth-of-type(2) {
  width: 15px;
}

@media (max-width: 980px) {
  .header-logo-img {
    max-width: 9.375rem;
  }
  .header-register,
  .header-menu-list a {
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) {
  .header-logo-text strong {
    font-size: 15px;
  }
  .header-logo-text span {
    font-size: 12px;
  }
  .header-container {
    justify-content: space-between;
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #48245D;
    padding: 30px;
    transition: 0.3s translate;
    translate: -120%;
    display: block;
    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);
  }
  .header-menu-list {
    flex-direction: column;
  }
  .header-menu-sublist {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    translate: none;
  }
  .header-menu-list-el.is-show .header-menu-sublist {
    display: flex;
    flex-direction: column;
  }
  .header-menu-list-el.is-show .header-menu-list-el-toggle {
    scale: 1 -1;
  }
  .header-menu-list a,
  .header.is-sticky .header-menu-list a {
    font-size: 1.6rem;
    color: #DEDBE2;
  }
  .header-register {
    font-size: 1.7rem;
    background: #ED7402;
    border-radius: 100px;
    padding: 15px;
    color: #6D378C;
    height: auto;
    margin-top: 30px;
    transition: 0.2s color, 0.2s background-color;
  }
  .header-register:hover {
    background-color: #fff;
  }
  .header-burger {
    display: flex;
  }
  .header-menu-list-el-toggle {
    display: flex;
  }
  body.is-menu-show .header-menu {
    translate: 0;
  }
  body.is-menu-show .header-burger {
    position: relative;
  }
  body.is-menu-show .header-burger .header-burger-lines span:nth-of-type(1) {
    display: none;
  }
  body.is-menu-show .header-burger .header-burger-lines span:nth-of-type(2), body.is-menu-show .header-burger .header-burger-lines span:nth-of-type(3) {
    width: 25px;
    translate: -50% -50%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  body.is-menu-show .header-burger .header-burger-lines span:nth-of-type(2) {
    rotate: -45deg;
  }
  body.is-menu-show .header-burger .header-burger-lines span:nth-of-type(3) {
    rotate: 45deg;
  }
}
@media (max-width: 500px) {
  .header-logo {
    gap: 10px;
  }
  .header-logo-img {
    max-width: 80px;
  }
  .header-logo-text strong {
    font-size: 12px;
  }
  .header-logo-text span {
    font-size: 10px;
  }
}
.footer {
  padding: 3.125rem 1.875rem;
  max-width: 88.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 2.5rem;
  align-items: center;
  grid-template-areas: "logo text" "logo nav";
}

.footer-logo {
  grid-area: logo;
  max-width: 20rem;
}

.footer-menu-list {
  grid-area: nav;
  display: flex;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.footer-menu-list a {
  color: #ED7402;
  text-decoration: none;
}

.footer-copyright {
  grid-area: text;
}

@media (max-width: 560px) {
  .footer {
    text-align: center;
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 1.875rem;
    grid-template-areas: "logo" "text" "nav";
  }
  .footer-logo {
    max-width: 15.625rem;
  }
  .footer-copyright {
    font-size: 1.25rem;
  }
  .footer-menu-list {
    flex-direction: column;
  }
  .footer-menu-list a {
    font-size: 1.25rem;
  }
}
.m-title {
  font-size: clamp(30px, 10vw, 145px);
  font-weight: normal;
  line-height: 1;
  margin: 0;
  color: #DEDBE2;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .m-title {
    font-size: clamp(30px, 7vw, 145px);
  }
}

.focus {
  min-height: 1000px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://pliki.konferencje.ptwp.pl/i/7f/01/51/0z792kowq5j6rmql.jpg) center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1.875rem;
  padding-inline: 3.125rem;
  isolation: isolate;
  overflow: hidden;
}

.focus::after {
  content: "";
  aspect-ratio: 62/692;
  position: absolute;
  left: 0;
  top: 50%;
  translate: -50% -50%;
  width: 3.875rem;
  background: url(https://pliki.konferencje.ptwp.pl/i/f6/c8/75/49p2oyqnq5ynvlr6.svg) center/cover;
}

.focus-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.focus-bg::after {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.focus-bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 120%;
  height: auto;
}
@media (orientation: portrait) {
  .focus-bg video {
    height: 130%;
    width: auto;
  }
}
@media (orientation: landscape) {
  .focus-bg video {
    width: 130%;
    height: auto;
  }
}

.focus-logo {
  max-width: 50rem;
  width: 80%;
}

.focus-logo svg {
  width: 100%;
  height: auto;
}
.focus-logo svg path {
  fill: transparent;
  stroke-width: 1px;
  stroke: #fff;
  stroke-dasharray: 1750px;
  stroke-dashoffset: 1750px;
  animation: animLogo1 2s 0s 1 ease-in-out both, animLogo2 2s 2s 1 ease-in-out both;
}

@keyframes animLogo1 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animLogo2 {
  100% {
    fill: white;
  }
}
.focus-title {
  font-size: 2.625rem;
  font-weight: bold;
  color: #ED7402;
  max-width: 52.5rem;
  text-align: center;
  line-height: 1.2;
}

.focus-text {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}

.focus-button {
  background-color: #ED7402;
  color: #250935;
  cursor: pointer;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 0.625rem 2.5rem;
  min-height: 4.75rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.2s background-color, 0.2s color;
}
.focus-button span {
  color: #250935;
  font-size: 1.5rem;
}
.focus-button:hover {
  background-color: #DEDBE2;
}

@media (max-width: 1000px) {
  .focus {
    min-height: 56.25rem;
  }
  .focus-title {
    font-size: 2.1875rem;
  }
  .focus-text {
    font-size: 1.5625rem;
  }
  .focus::after {
    width: 3.125rem;
  }
}
@media (max-width: 600px) {
  .focus-title {
    font-size: 2rem;
  }
  .focus-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  .focus {
    min-height: 100svh;
    gap: 30px;
  }
  .focus-title {
    font-size: 1.5625rem;
  }
  .focus-text {
    font-size: 1.125rem;
  }
  .focus::after {
    width: 2.5rem;
  }
}
.m-about {
  position: relative;
  padding: 7.5rem 0;
  padding-inline: 20px;
  border-bottom: 1px solid #3C0D55;
  background: url("/futureretailcongress.pl/images/2026/bg.png") center top no-repeat;
}

.m-about-inside {
  max-width: 81.25rem;
  margin-inline: auto;
}

.m-about-main {
  display: flex;
  gap: 4.375rem;
  align-items: center;
}

.m-about-img {
  flex: 1;
}

.m-about-content {
  flex: 1;
}

.m-about-text-title {
  font-size: 2rem;
  color: #ED7402;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  background: url("/futureretailcongress.pl/images/2026/list-path.svg");
  background-repeat: repeat-y;
  padding-left: 1.875rem;
}

.m-about-text {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-about-button {
  background: #ED7402;
  color: #250935;
}

.m-about-addon {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 740px) {
  .m-about-main {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .m-about {
    padding-block: 3.125rem;
  }
}
.m-about-img {
  translate: -1.25rem;
  opacity: 0;
  transition: 0.5s opacity, 0.5s translate;
}

.m-about-content {
  translate: 1.25rem;
  opacity: 0;
  transition: 0.5s opacity, 0.5s translate;
}

.m-about.is-animated .m-about-content,
.m-about.is-animated .m-about-img {
  translate: 0;
  opacity: 1;
}

.m-tematyka {
  padding-top: 6.25rem;
  border-bottom: 1px solid #3C0D55;
  padding-bottom: 6.25rem;
}

.m-tematyka-inside {
  max-width: 91.25rem;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.m-tematyka-title {
  margin-right: 6.25rem;
  width: 8.25rem;
  flex-shrink: 0;
  aspect-ratio: 132/675;
  align-self: flex-start;
}
.m-tematyka-title svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #ED7402;
  stroke-dasharray: 760px;
  stroke-dashoffset: -760px;
  transition: 1s stroke-dashoffset, 1s 1.5s fill;
}

.m-tematyka-content-cnt {
  display: flex;
  flex: 1;
  gap: 100px;
}

.m-tematyka-content {
  max-width: 39.125rem;
  flex: 1;
}

.m-tematyka-part {
  border-bottom: 1px solid #3C0D55;
  padding: 1.875rem 0;
}
.m-tematyka-part:last-of-type {
  border: 0;
}
.m-tematyka-part strong {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  color: #ED7402;
  margin-bottom: 20px;
  display: block;
}
.m-tematyka-part div, .m-tematyka-part p {
  color: #DEDBE2;
  font-size: 1.25rem;
  margin: 0;
  position: relative;
  line-height: 1.4;
}
.m-tematyka-part p {
  padding-left: 25px;
}
.m-tematyka-part p + p {
  margin-top: 10px;
}
.m-tematyka-part p::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6D378C;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.m-tematyka-button {
  margin-top: 30px;
  background-color: #ED7402;
  color: #250935;
  cursor: pointer;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 0.625rem 2.5rem;
  min-height: 4.75rem;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s background-color, 0.2s color;
}
.m-tematyka-button span {
  color: #250935;
  font-size: 1.5rem;
}
.m-tematyka-button:hover {
  background-color: #DEDBE2;
}

.m-tematyka-img {
  flex: 1;
  align-self: flex-start;
  aspect-ratio: 626/697;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}
.m-tematyka-img svg {
  max-width: 100%;
}

#Group_1654 {
  animation: anim1654 1.5s 0s infinite alternate;
}

#Group_1656 {
  animation: anim1654 1s 0s infinite alternate-reverse;
}

@keyframes anim1654 {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 10px;
  }
}
.m-tematyka-part {
  translate: -1.25rem;
  opacity: 0;
  transition: 0.5s opacity, 0.5s translate;
}

.m-tematyka #phone_bag {
  animation: animPhonePart 1.5s 0s infinite alternate ease-in-out;
}
.m-tematyka #phone_euro {
  animation: animPhonePart 1s 0s infinite alternate-reverse ease-in-out;
}
.m-tematyka #phone_star {
  animation: animPhonePart 1.2s 0s infinite alternate ease-in-out;
}
.m-tematyka #phone_dolar {
  animation: animPhonePart 1.5s 0s infinite alternate-reverse ease-in-out;
}

@keyframes animPhonePart {
  0% {
    translate: 0 -5px;
  }
  100% {
    translate: 0 5px;
  }
}
.m-tematyka-part:nth-of-type(1) {
  transition-delay: 0.1s;
}

.m-tematyka-part:nth-of-type(2) {
  transition-delay: 0.2s;
}

.m-tematyka-part:nth-of-type(3) {
  transition-delay: 0.3s;
}

.m-tematyka-part:nth-of-type(4) {
  transition-delay: 0.4s;
}

.m-tematyka-part:nth-of-type(5) {
  transition-delay: 0.5s;
}

.m-tematyka-part:nth-of-type(6) {
  transition-delay: 0.6s;
}

.m-tematyka-part:nth-of-type(7) {
  transition-delay: 0.7s;
}

.m-tematyka-part:nth-of-type(8) {
  transition-delay: 0.8s;
}

.m-tematyka-part:nth-of-type(9) {
  transition-delay: 0.9s;
}

.m-tematyka-part:nth-of-type(10) {
  transition-delay: 1s;
}

.m-tematyka-part:nth-of-type(11) {
  transition-delay: 1.1s;
}

.m-tematyka-part:nth-of-type(12) {
  transition-delay: 1.2s;
}

.m-tematyka-part:nth-of-type(13) {
  transition-delay: 1.3s;
}

.m-tematyka-part:nth-of-type(14) {
  transition-delay: 1.4s;
}

.m-tematyka-part:nth-of-type(15) {
  transition-delay: 1.5s;
}

.m-tematyka-part:nth-of-type(16) {
  transition-delay: 1.6s;
}

.m-tematyka-part:nth-of-type(17) {
  transition-delay: 1.7s;
}

.m-tematyka-part:nth-of-type(18) {
  transition-delay: 1.8s;
}

.m-tematyka-part:nth-of-type(19) {
  transition-delay: 1.9s;
}

.m-tematyka-part:nth-of-type(20) {
  transition-delay: 2s;
}

.m-tematyka.is-animated .m-tematyka-title svg {
  stroke-dashoffset: 0;
  fill: #ED7402;
}
.m-tematyka.is-animated .m-tematyka-part {
  opacity: 1;
  translate: 0;
}

@media (max-width: 1100px) {
  .m-tematyka-content-cnt {
    gap: 70px;
  }
  .m-tematyka-title {
    width: 6.375rem;
  }
}
@media (max-width: 870px) {
  .m-tematyka-title {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-tematyka-part {
    max-width: 50rem;
  }
  .m-tematyka-part strong {
    font-size: 2rem;
  }
  .m-tematyka-part div {
    font-size: 1.5rem;
  }
  .m-tematyka-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    gap: 3.125rem;
  }
}
@media (max-width: 740px) {
  .m-tematyka-inside {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "title content" "img img";
  }
  .m-tematyka-content-cnt {
    display: contents;
  }
  .m-tematyka-title {
    grid-area: title;
  }
  .m-tematyka-content {
    grid-area: content;
  }
  .m-tematyka-img {
    grid-area: img;
    display: flex;
    justify-content: center;
    aspect-ratio: auto;
    margin-top: 60px;
  }
  .m-tematyka-img svg {
    max-width: 390px;
    width: 80%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .m-tematyka {
    padding-block: 3.125rem;
  }
  .m-tematyka-inside {
    padding-block: 0;
  }
  .m-tematyka-img {
    margin-top: 30px;
  }
  .m-tematyka-title {
    margin-left: 0.625rem;
    margin-right: 2.5rem;
    width: 4.375rem;
  }
  .m-tematyka-button {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .m-tematyka-part:first-child {
    padding-top: 0;
  }
}
.m-prelegent {
  width: 100%;
  margin-inline: auto;
  margin-top: 9.375rem;
}

.m-prelegent-title {
  margin-bottom: 30px;
  max-width: 1360px;
  margin-inline: auto;
  text-align: left;
}

.m-prelegent-list-cnt {
  overflow: hidden;
}

.m-prelegent-list .m-prelegent-list-wrapper {
  transition-timing-function: linear;
}

.m-prelegent-list:not(.swiper-initialized) .m-prelegent-list-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  transform: none;
  max-width: 1360px;
  margin-inline: auto;
}

.m-prelegent-list .swiper-slide {
  width: 230px;
  height: auto !important;
  display: flex;
}

.m-prelegent-list-el {
  width: 230px;
  display: flex;
  flex-direction: column;
}

.m-prelegent-list-el img {
  max-width: 180px;
  width: 100%;
  border-radius: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  display: block;
}

.m-prelegent-list-el-content {
  flex: 1;
  padding-top: 20px;
}

.m-prelegent-list-el-content :is(h2, h3) {
  font-size: 20px;
  font-weight: bold;
  color: #ED7402;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.m-prelegent-list-el-content p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 740px) {
  .m-prelegent-title {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .m-prelegent {
    margin-top: 0;
    padding-block: 3.125rem;
  }
  .m-prelegent-list .m-prelegent-list-el {
    width: 130px;
  }
  .m-prelegent-list-el img {
    width: 120px;
  }
  .m-prelegent-list-el-content {
    padding: 15px;
  }
  .m-prelegent-list-el-content h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .m-prelegent-list-el-content p {
    font-size: 13px;
  }
}
.m-prelegent-button-cnt {
  text-align: center;
  margin: 1.5rem auto 0;
}

.m-prelegent-button {
  background: linear-gradient(to right, #09e0a3, #b6e4f7);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  box-shadow: 0 0 0 2px transparent;
}
.m-prelegent-button:hover {
  box-shadow: 0 0 0 2px #6D378C;
  color: #fff;
  background: none;
}

.m-prices {
  margin-inline: 20px;
}

.m-prices-inside {
  margin-inline: auto;
  max-width: 1400px;
  display: grid;
  grid: auto/auto;
  margin-top: 150px;
}

.m-prices-bg {
  border-radius: 20px;
  overflow: hidden;
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: relative;
  background-color: #250935;
  overflow: clip;
  -webkit-mask-image: linear-gradient(#000, #000);
          mask-image: linear-gradient(#000, #000);
}
.m-prices-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.m-prices-bg::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.m-prices-content {
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
  padding-top: 0;
}

.m-prices-title {
  translate: 0 -50%;
  margin-bottom: auto;
}

.m-prices-text {
  font-size: 20px;
  margin-top: 200px;
}

@media (max-width: 500px) {
  .m-prices-inside {
    margin-top: 30px;
  }
  .m-prices-text {
    font-size: 16px;
  }
}
.m-partnerzy {
  margin-inline: 20px;
  padding-top: 100px;
}

.m-partnerzy-main {
  display: flex;
  gap: 70px;
  max-width: 1400px;
  margin-inline: auto;
}

.m-partnerzy-text {
  text-align: center;
  max-width: 770px;
  margin-inline: auto;
  font-size: 24px;
  margin-bottom: 50px;
}

.m-partners {
  flex: 1;
}

.m-wspolpraca {
  flex: 1;
}

@media (max-width: 980px) {
  .m-partnerzy-main {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .m-partnerzy {
    padding-top: 60px;
  }
  .m-partnerzy-text {
    font-size: 18px;
  }
}
.m-partners {
  translate: -1.25rem;
  opacity: 0;
  transition: 0.5s opacity, 0.5s translate;
}

.m-wspolpraca {
  translate: 1.25rem;
  opacity: 0;
  transition: 0.5s opacity, 0.5s translate;
}

.m-partnerzy.is-animated .m-partners,
.m-partnerzy.is-animated .m-wspolpraca {
  translate: 0;
  opacity: 1;
}

.m-partners {
  display: flex;
}

.m-partners-title {
  position: relative;
  width: 50px;
  color: #fff;
}
.m-partners-title span {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: mixed;
  white-space: nowrap;
  scale: -1 -1;
}

.m-partners-list.slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.m-partners-list.slider .slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
}
.m-partners-list.slider .slider-list-slide.is-show {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.m-partners .slider-list-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 10px 20px;
  align-items: start;
}

.m-partners-list-el {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  color: #fff;
}

.m-partners-list-el-desc {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 10px;
  line-height: 1.2;
}

.m-partners-list-el-logo {
  background: #fff;
  height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-partners-list-el img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-dots {
  display: none;
  gap: 10px;
  justify-content: center;
}
.slider-dots .slider-dots-el {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  text-indent: -999px;
  overflow: hidden;
}
.slider-dots .slider-dots-el.is-active {
  background: #6D378C;
}

@media (max-width: 980px) {
  .m-partners {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
  .m-partners-title {
    position: relative;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .m-partners-title span {
    writing-mode: horizontal-tb;
    text-align: center;
    text-orientation: initial;
    scale: 1 1;
    translate: none;
    position: relative;
  }
  .m-partners .slider-list-slide {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .m-partners-list-el-logo {
    height: 80px;
  }
}
.m-wspolpraca-person {
  display: flex;
  align-items: center;
  gap: 30px;
}

.m-wspolpraca-person + .m-wspolpraca-person {
  margin-top: 40px;
}

.m-wpolpraca-person-img {
  width: 213px;
}

.m-wpolpraca-person-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.m-wpolpraca-person-content {
  flex: 1;
}

.m-wpolpraca-person-name {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #ED7402;
  line-height: 1.3;
}

.m-wpolpraca-person-text a {
  color: #ED7402;
}

@media (max-width: 640px) {
  .m-wpolpraca-person-img {
    width: 150px;
  }
  .m-wpolpraca-person-name {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .m-wpolpraca-person {
    gap: 20px;
  }
  .m-wpolpraca-person-img {
    width: 100px;
  }
  .m-wpolpraca-person-name {
    font-size: 20px;
  }
}
.subpage {
  background: url("/futureretailcongress.pl/images/2026/bg.png") center top no-repeat;
  min-height: calc(100vh - 200px);
}

.subpage::after {
  content: "";
  aspect-ratio: 62/692;
  position: absolute;
  left: 0;
  top: 50%;
  translate: -50% -50%;
  width: 3.875rem;
  background: url(https://pliki.konferencje.ptwp.pl/i/f6/c8/75/49p2oyqnq5ynvlr6.svg) center/cover;
}

.subpage-header {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.subpage-title {
  text-align: center;
  font-size: 5vw;
  margin: 40px 0 0;
  line-height: 1.2;
}

.subpage-top-date {
  background: #ED7402;
  color: #250935;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  margin: 20px auto 0;
  font-size: 1.25rem;
}

.subpage-subtitle {
  color: #ED7402;
  text-align: center;
  max-width: 43.125rem;
  margin: 0 auto;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.875rem;
}

.subpage-content-cnt {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  isolation: isolate;
  padding-bottom: 6.25rem;
  z-index: 1;
}

.subpage-content {
  position: relative;
  max-width: 50rem;
  background-color: #fff;
  border-radius: 1.25rem;
  color: #000;
  padding: 3.75rem;
  overflow: clip;
  margin: 0 auto;
  font-size: 1.125rem;
}

:where(.subpage-content h2, .subpage-content h3) {
  color: #ED7402;
  font-family: Alfabet, sans-serif;
  line-height: 1.2;
}

:where(.subpage-content a:not([class])) {
  font-weight: bold;
}

:where(.subpage-content ul:not([class])) {
  list-style: none;
  padding: 0;
}
:where(.subpage-content ul:not([class])) li {
  padding-left: 1.875rem;
  position: relative;
  padding-bottom: 0.3125rem;
  line-height: 2em;
}
:where(.subpage-content ul:not([class])) li div {
  font-size: 1.25rem;
}
:where(.subpage-content ul:not([class])) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  background: url("/futureretailcongress.pl/images/2026/list-path.svg") left top repeat-y;
}

.subpage-content-header {
  margin: -3.75rem;
  margin-bottom: 3.125rem;
  aspect-ratio: 780/360;
  background-position: center;
  background-size: cover;
}

@media (max-width: 870px) {
  .subpage-content {
    font-size: 1.25rem;
    max-width: 53.75rem;
  }
}
@media (max-width: 600px) {
  .subpage-title {
    font-size: 3.125rem;
  }
  .subpage-subtitle {
    font-size: 1.25rem;
  }
  .subpage-content {
    padding: 2.5rem;
    font-size: 1.25rem;
  }
  .subpage-content-header {
    margin: -2.5rem;
    margin-bottom: 3.125rem;
  }
}
div.box2 {
  text-align: center;
  margin: 0 0 2.5rem;
}
div.box2:last-child {
  margin: 0;
}
div.box2 h2 {
  color: #20202f;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
div.box2 h2 a {
  color: #20202f;
}
div.box2 div.body {
  font-size: 0;
}
div.box2 div.body > a,
div.box2 div.body > div {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  margin: 0 1.5% 3%;
  padding: 0 0 15%;
  border: 1px solid #eee;
  position: relative;
}
div.box2 div.body > a img,
div.box2 div.body > div > a > img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  div.box2 div.body > a,
  div.box2 div.body > div {
    width: 47%;
    padding: 0 0 30%;
  }
}

div.box4.hasMenu {
  position: relative;
}
div.box4.hasMenu:before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: url("/trends.eecpoland.eu/images/icons/hand.png") center center scroll no-repeat #eee;
  background-size: 17px auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
}
div.box4.hasMenu ul.menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  padding: 0.75rem;
  margin: 0;
  text-align: left;
}
div.box4.hasMenu ul.menu li {
  display: block;
  margin: 0 0 0.5rem;
}
div.box4.hasMenu ul.menu a {
  font-weight: 900;
  font-size: 12px;
  color: #333;
  display: block;
}
div.box4.hasMenu div.box5 {
  display: none;
}
div.box4.hasMenu:hover ul.menu {
  display: block;
}
div.box4.hasMenu.boxOpen div.box5 {
  display: block;
}

div.box5 {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 900px;
  max-height: 80%;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  padding: 1rem;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.3);
}
div.box5 ul.header {
  display: block;
  overflow: hidden;
  padding-right: 50px;
  margin: 0 0 1.5em;
}
div.box5 ul.header li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}
div.box5 ul.header li.close {
  position: absolute;
  right: 1em;
  top: 1.5em;
}
div.box5 ul.header img {
  max-width: 150px;
}
div.box5 a {
  font-size: 16px;
  font-weight: 900;
}
div.box5 ul.header li.active a {
  color: #444;
}
div.box5 div.tabs {
  display: block;
  overflow: hidden;
}
div.box5 div.tabs > * {
  display: none;
  overflow: hidden;
  padding: 0;
}
div.box5 div.tabs > *.active {
  display: block;
}
div.box5 div.download {
  overflow: hidden;
  border: none !important;
  padding: 0 1.5rem 1.5rem;
}
div.box5 div.download a {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-decoration: none;
}
div.box5 div.download a:hover {
  background: #fafafa;
}
div.box5 div.download h3 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  margin: 0 0 0.75rem;
}
div.box5 div.download p {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #878787;
  margin: 0 0 1rem;
}
div.box5 div.download p a {
  padding: 0;
  display: inline;
}
div.box5 div.download p:last-child {
  margin: 0;
}
div.box5 div.promo a.arrowLeft,
div.box5 div.promo a.arrowRight {
  height: 400px !important;
  width: 60px;
}
div.box5 div.promo iframe {
  display: block;
  margin: 0 auto;
}

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

.register-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  justify-content: center;
}
.register-buttons .button, .register-buttons .focus-transmission-left-btn {
  gap: 2px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
  border-radius: 100px;
}
.register-buttons .button strong, .register-buttons .focus-transmission-left-btn strong {
  font-size: 18px;
}
.register-buttons .button--type2 {
  background: #250935;
}
.register-buttons span {
  max-width: 300px;
}
@media (max-width: 500px) {
  .register-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .register-buttons .button, .register-buttons .focus-transmission-left-btn {
    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: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
  color: #888;
}
.register-list .register-list-head-name, .register-list strong {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  color: #6D378C;
}
.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: #6D378C;
}
.register-list .register-list-head-name.is-online, .register-list strong.is-online {
  color: #250935;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 1rem;
}
.register-list tbody td {
  vertical-align: middle;
  width: 25%;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  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: 0.8125rem;
  }
  .register-list .register-list-head-name {
    font-size: 1.25rem;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 10rem;
  }
  .register-list tbody td:first-child {
    font-size: 0.875rem;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  color: #6D378C;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dt ~ dt {
  margin-top: 0.625rem;
}
.faq-list dd {
  padding-left: 0;
  margin-left: 0;
  interpolate-size: allow-keywords;
  height: 0;
  transition: 0.3s height;
  overflow: hidden;
  opacity: 0.8;
}
.faq-list dd.is-open {
  height: auto;
}
.faq-list dd p:first-child {
  margin-top: 0;
}

.timeline-list-days {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -45px;
}
@media (max-width: 600px) {
  .timeline-list-days {
    margin-top: 0;
  }
}

.timeline-list-days-el {
  flex: 1;
  max-width: 200px;
  height: 80px;
  background-color: #eee;
}
.timeline-list-days-el:only-child {
  border-radius: 8px;
}
.timeline-list-days-el:not(:only-child):first-child {
  border-radius: 8px 0 0 8px;
}
.timeline-list-days-el:not(:only-child):last-child {
  border-radius: 0 8px 8px 0;
}
.timeline-list-days-el a {
  color: #000 !important;
}
.timeline-list-days-el a small {
  color: #000;
}
.timeline-list-days-el.is-active {
  background: #250935;
  color: #DEDBE2;
}
.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;
  font-size: 25px;
  line-height: 1.1;
}
.timeline-list-days-el small {
  font-weight: normal;
  font-size: 12px;
}

.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;
  padding-bottom: 10px;
  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;
}

.agenda-event-title {
  font-size: 16px !important;
  flex: 1;
  margin-top: 0 !important;
  font-weight: bold;
  line-height: 1.4;
}
.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;
  margin-top: 20px;
}
.agenda-event-links a {
  text-transform: uppercase;
  color: #250935;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.agenda-event-links a:hover {
  color: #6D378C;
}

.agenda-event-bottom {
  display: flex;
  height: 25px;
  margin-top: 10px;
  gap: 4px;
  font-size: 8px;
  color: #250935;
  text-transform: uppercase;
  filter: grayscale(1) brightness(0.5);
  opacity: 0.8;
}
@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: #250935;
}

.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/energydays.pl/images/www/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(/energydays.pl/images/www/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;
  line-height: 1.2;
  color: #000;
}
.agenda-panel-title span {
  font-size: 0.7em;
  display: block;
}
.agenda-panel-title div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .agenda-panel-title {
    font-size: 30px;
  }
}

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

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

.agenda-panel-section-title {
  font-size: 25px !important;
  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-section-content {
  line-height: 1.7;
}
.agenda-panel-section-content ins {
  text-decoration: none;
}

.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-name {
  margin: 0;
  margin-bottom: 5px;
}

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

.agenda-panel-prelegent-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 600px) {
  .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;
}
.agenda-panel-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;
}

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

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

.agenda-panel-prelegent-list-el-text {
  font-size: 13px;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.agenda-panel-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  gap: 10px;
}
@media (max-width: 570px) {
  .agenda-panel-partners {
    grid-template-columns: repeat(2, 1fr);
  }
}

.agenda-panel-partners-el {
  margin-bottom: 0 !important;
  min-height: 110px;
  border: 1px solid #eee;
}
.agenda-panel-partners-el.is-logo-full {
  grid-column: 1/-1;
}
.agenda-panel-partners-el a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agenda-panel-partners-el a img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.agenda-panel-back {
  background: #6D378C;
  border-radius: 8px;
  color: #ED7402;
  font-weight: bold;
  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;
}
.agenda-panel .yt .yt, .agenda-panel .yt .preview,
.agenda-panel .yt iframe {
  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-download-links {
  display: flex;
  gap: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .agenda-download-links {
    flex-direction: column;
    gap: 10px;
  }
}

.agenda-download a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300dfa2' 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-position: -4px center;
  background-repeat: no-repeat;
  min-height: 50px;
  background-size: 50px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.agenda-download img {
  display: none;
}
.agenda-download small {
  display: block;
  font-weight: 400;
  font-size: 11px;
  margin: 0;
  color: #888;
}
@media (max-width: 500px) {
  .agenda-download a {
    background-size: 30px;
    padding-left: 30px;
    font-size: 15px;
  }
}

.prelegent-single-box-header {
  display: flex;
  align-items: center;
  gap: 30px;
  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;
  font-size: 15px;
}

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

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

.prelegent-single-box-back {
  background: #6D378C;
  color: #fff;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.2s background;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1.4;
  border-radius: 50px;
}
.prelegent-single-box-back:hover {
  background: #250935;
}

@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: 720px) {
  .prelegent-list {
    grid-template-columns: 1fr;
  }
}

.prelegent-list-el {
  max-width: 420px;
}

.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: #6D378C;
  margin-bottom: 5px;
}

.prelegent-list-el-text {
  font-size: 13px;
  line-height: 1.6;
  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: #6D378C;
}
.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: #6D378C;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}
.letter-select .letter-select-link:hover {
  background: #ddd;
}
.letter-select .letter-select-link.is-active {
  background: #6D378C;
  color: #fff;
}

.presentations-list {
  font-size: 0px;
  text-align: center;
}
.presentations-list > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 3% 0;
  width: 31.33%;
}
.presentations-list > *:nth-child(3n+3), .presentations-list > *:last-child {
  margin-right: 0;
}
.presentations-list > a {
  border: 1px solid #eee;
  height: 140px;
  position: relative;
}
.presentations-list > a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.presentations-list a::before {
  content: "";
  font-size: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("/futureretailcongress.pl/images/2025/hand.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
}
@media (max-width: 500px) {
  .presentations-list > * {
    width: 48.5%;
  }
  .presentations-list > *:nth-child(3n+3) {
    margin-right: 3%;
  }
  .presentations-list > *:nth-child(even) {
    margin-right: 0;
  }
}

.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 .company-info-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.company-info .company-info-head {
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}
.company-info .company-info-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: #222;
}
.company-info .company-info-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
.company-info .company-info-body {
  padding: 2.5rem 1.5rem;
}
.company-info .company-info-body p {
  margin: 0 0 0.5rem;
  font-size: 18px;
}
.company-info .company-info-body p a {
  color: #6D378C;
  font-weight: 700;
  transition: all 0.2s linear;
  text-decoration: none;
}
.company-info .company-info-body p a:hover {
  color: #250935;
}
.company-info .company-info-body > *:last-child {
  margin: 0;
}

.online-top {
  min-height: 740px;
  background: #6D378C 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 #250935;
  position: relative;
  font-weight: 900;
  padding: 30px 80px;
  max-width: 1360px;
}

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

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

.online-top-title {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  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: #250935;
  color: #6D378C;
  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: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
}
.online-content h2:where(:not([class])),
.online-content h3:where(:not([class])),
.online-content h4:where(:not([class])) {
  font-size: 23px;
  color: #6D378C;
  line-height: 1.5;
}

.online-top-error {
  font-weight: bold;
}
.online-top-error p {
  margin-bottom: 0;
}
.online-top-error .button, .online-top-error .focus-transmission-left-btn {
  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;
  }
}
.subpage-content:has(.login-content),
.subpage-content:has(.online-content) {
  padding: 0;
  max-width: 900px;
}

.login-content {
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
  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: 23px;
  color: #6D378C;
  line-height: 1.5;
}

.login-content .forgot-password {
  color: #6D378C;
  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;
  padding-bottom: 50px;
}

.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, .login-content-right:has(.login-register) .login-register .focus-transmission-left-btn {
  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;
  text-align: center;
  color: #fff;
}
.login-content-bottom .button, .login-content-bottom .focus-transmission-left-btn {
  background: #250935;
  color: #6D378C;
}

@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 60px;
}

.online-session-navi-btn {
  background: none;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.online-session-navi-btn span {
  background: #6D378C;
  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, .online-session-navi .transmission-list-el-buttons .focus-transmission-left-btn {
  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: flex;
  justify-content: center;
}

.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 #6D378C;
}

.box-22a {
  display: none;
}

.online-session-video-cnt {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.online-session-video-cnt .yt,
.online-session-video-cnt .online-session-video-empty {
  position: absolute;
  left: -5px;
  top: -5px;
  max-width: calc(100% + 10px);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.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: #6D378C;
  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: #250935;
  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: 250px;
  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: 15px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.online-speakers-list-el-name {
  font-weight: bold;
  font-size: 16px;
  color: #6D378C;
  margin-bottom: 5px;
}

.online-speakers-list-el-text {
  font-size: 13px;
}

.online-speakers-list-el.is-open .online-speakers-list-el-long {
  display: flex;
  justify-content: center;
}
.online-speakers-list-el.is-open .online-speakers-list-el-long-container {
  border-radius: 20px;
}

.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;
}
@media (max-width: 400px) {
  .online-speakers-list-el-long-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.online-speakers-list-el-long-desc {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 500px) {
  .online-speakers-list-el-long-desc {
    font-size: 14px;
  }
}

.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: 25px !important;
  margin-bottom: 10px;
}
.online-speakers-list-el-long-top .online-speakers-list-el-text {
  font-size: 16px;
  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: #6D378C;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.8em;
}

.online-session-section-content {
  font-size: 18px;
  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='%236D378C' 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: #6D378C !important;
  border-radius: 50%;
  transition: 0.1s !important;
}
.online-session-logos-list-el-link:hover {
  background-color: #250935 !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: #6D378C;
}

.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: #6D378C;
  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;
}

.header:has(.header-userinfo) .header-register {
  display: none;
}

.header-userinfo {
  grid-area: register;
  position: relative;
  margin-left: 10px;
}

.header-userinfo-user {
  background: none;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  gap: 5px;
  display: flex;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  font-family: inherit;
  background: #6D378C;
  color: #ED7402;
  border-radius: 100px;
}

.header-userinfo-user-text {
  max-width: 80px;
  display: block;
  font-family: inherit;
  margin-top: 5px;
  font-size: 11px;
  text-align: left;
}

.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='%23ED7402' 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;
  color: #000;
  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: inherit;
  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: #6D378C;
  border-radius: 100px;
  color: #ED7402;
  font-weight: bold;
  padding: 5px;
  border: 0;
  font-size: 16px;
  display: block;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 900px) {
  .header-userinfo {
    margin-left: 0;
  }
  .header-userinfo-user {
    margin-top: 25px;
    border-radius: 100px;
    padding: 5px;
    flex-direction: row;
    gap: 5px;
    background: #fff;
  }
  .header-userinfo-user-text {
    text-align: left;
    max-width: 200px;
    color: #6D378C;
    font-size: 14px;
  }
  .header-userinfo-user-text br {
    display: none;
  }
}
.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: #6D378C;
  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='%236D378C' 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, .transmission-list-el-buttons .focus-transmission-left-btn {
  font-size: 15px;
  padding: 5px 10px;
  min-height: 20px;
}
.transmission-list-el-buttons .button + .button, .transmission-list-el-buttons .focus-transmission-left-btn + .button, .transmission-list-el-buttons .button + .focus-transmission-left-btn, .transmission-list-el-buttons .focus-transmission-left-btn + .focus-transmission-left-btn {
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #6D378C;
  color: #6D378C;
}
.transmission-list-el-buttons .button + .button:hover, .transmission-list-el-buttons .focus-transmission-left-btn + .button:hover, .transmission-list-el-buttons .button + .focus-transmission-left-btn:hover, .transmission-list-el-buttons .focus-transmission-left-btn + .focus-transmission-left-btn:hover {
  background: var(--button-bg);
  color: var(--button-color);
}

@media (max-width: 560px) {
  .transmission-list-el {
    flex-direction: column;
  }
}
.popup {
  background: rgba(40, 40, 40, 0.7);
  z-index: 10000;
}

body.is-popup-show,
body.is-popup-open {
  overflow-y: hidden;
}
body.is-popup-show .subpage,
body.is-popup-show .subpage-content-cnt,
body.is-popup-show .subpage-content,
body.is-popup-open .subpage,
body.is-popup-open .subpage-content-cnt,
body.is-popup-open .subpage-content {
  position: static;
}
body.is-popup-show .subpage-content-cnt,
body.is-popup-open .subpage-content-cnt {
  isolation: auto;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  color: #000;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: auto;
}

.popup.is-show {
  display: grid;
}

.popup-container {
  padding: 40px 50px;
  background: #fff;
  max-width: 490px;
  width: 100%;
  margin: auto;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.popup-text {
  font-size: 14px;
}
.popup-text a {
  font-weight: bold;
  text-decoration: none;
}

.popup-container .form {
  margin: 20px 0;
}

.popup-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: none;
  z-index: 100;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: 0.2s background;
}
.popup-close:hover {
  background: #6D378C;
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.popup-head {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 40px 50px;
  margin-inline: -50px;
  margin-top: -40px;
  background: #F2F2F2;
  color: #000;
}
.popup-head h2, .popup-head p {
  margin: 0;
}
.popup-head p {
  font-size: 14px;
  line-height: 1.2;
}

.popup-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 30px;
  margin-inline: -50px;
  padding-inline: 50px;
}
.popup-footer p:first-child {
  margin-top: 0;
}

.popup-title {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.popup-content {
  padding: 20px;
}

body.popup-show {
  overflow: hidden;
}

@media (max-width: 670px) {
  .popup-inside {
    padding: 10px;
  }
  .popup-container {
    padding: 25px 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .popup-title {
    font-size: 1.2em;
  }
}
.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-messages {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-messages.is-error {
  padding: 2px;
  color: #cc0000;
}
.form-messages.is-ok {
  padding: 2px;
  color: #09944f;
}

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

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

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

.focus-transmission {
  min-height: 750px;
  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 60px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  isolation: isolate;
}

.focus-transmission-image {
  position: absolute;
  right: 100px;
  bottom: 0;
  max-width: 100%;
  width: 530px;
  z-index: -1;
}

.focus-transmission-inside {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  align-items: center;
}

.focus-transmission-left {
  max-width: 570px;
  width: 100%;
}

.focus-transmission-left-top {
  display: flex;
  align-items: center;
}

.focus-transmission-left-logo {
  max-width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.focus-transmission-left-content {
  flex: 1;
  border-left: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-left: 30px;
}
.focus-transmission-left-content strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ED7402;
}
.focus-transmission-left-content span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.focus-transmission-left-title {
  font-size: clamp(50px, 7vw, 92px);
  line-height: 0.8;
  margin: 30px 0;
  font-family: apertura, sans-serif;
  font-weight: 900;
  grid-area: title;
}

.focus-transmission-left-text {
  color: #ED7402;
  line-height: 1.2;
  margin-bottom: 20px;
  grid-area: text;
}

.focus-transmission-left-date {
  line-height: 1.2;
  grid-area: date;
}

.focus-transmission-with-video .focus-transmission-left-date {
  margin-top: 40px;
}
.focus-transmission-with-video .focus-transmission-left-text {
  font-size: 23px;
  margin-top: 20px;
}

.focus-transmission-left-btn {
  background: #ED7402;
}

.focus-transmission-right {
  flex: 1;
  position: relative;
}

.focus-transmission-addon {
  background: #ED7402;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 100;
  translate: 0 -50%;
  font-family: apertura, sans-serif;
  color: #250935;
}
.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-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.focus-transmission-box {
  background: rgba(109, 55, 140, 0.8);
  padding: 50px;
  padding-top: 70px;
  border-radius: 40px;
}

.focus-transmission-sesja-title {
  line-height: 1.2;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
.focus-transmission-sesja-title span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 20px;
}
.focus-transmission-sesja-title div:not(:last-child) {
  margin-bottom: 50px;
}
.focus-transmission-sesja-title.is-long {
  font-size: 35px;
}

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

.focus-transmission-sesja-time {
  background: url(/futureretailcongress.pl/images/2025/clock.svg) left center no-repeat;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.focus-transmission-sesja-speakers {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 20px;
  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: 63px;
  height: 63px;
}
.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 #ED7402;
}
.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: #ED7402;
  color: white;
}
.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: 80px;
}

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

.focus-transmission-sesja-link-more {
  background: #6D378C;
  color: #ED7402;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  min-width: 150px;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
}
.focus-transmission-sesja-link-more:hover {
  opacity: 0.8;
  text-decoration: none;
}

.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: 500px) {
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-title {
    margin-bottom: 20px;
  }
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-speakers {
    flex-wrap: wrap;
  }
  .focus-transmission-layer-1.is-single .focus-transmission-sesja-speakers strong {
    font-size: 15px;
  }
}

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

.focus-transmission-session-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 430px;
  padding-right: 10px;
}
@supports (-moz-appearance: none) {
  .focus-transmission-session-list {
    scrollbar-width: thin;
    scrollbar-color: #6D378C 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: #6D378C;
  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: #6D378C;
    border-radius: 5px;
  }
}
.focus-transmission-session-list .focus-transmission-session {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #250935;
  padding-bottom: 15px;
  padding-top: 15px;
}
.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: 24px;
  margin-bottom: 0;
  text-align: left;
  flex: 1;
}
.focus-transmission-session-list .focus-transmission-sesja-time {
  display: none;
}
.focus-transmission-session-list .focus-transmission-sesja-speakers strong {
  display: none;
}
.focus-transmission-session-list .focus-transmission-sesja-links {
  flex-direction: column;
  margin-top: 0;
}
.focus-transmission-session-list .focus-transmission-sesja-link-more,
.focus-transmission-session-list .focus-transmission-sesja-link-enter {
  font-size: 12px;
  padding: 5px;
  min-width: 100px;
  background-image: none;
}
.focus-transmission-session-list .focus-transmission-sesja-link-more svg,
.focus-transmission-session-list .focus-transmission-sesja-link-enter svg {
  display: none;
}
.focus-transmission-session-list .focus-transmission-sesja-speakers-list li {
  width: 45px;
  height: 45px;
}
@media (max-width: 630px) {
  .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;
  }
  .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: end;
  }
  .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: 450px) {
  .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: 60px;
    width: 60px;
    height: 40px;
  }
}

.focus-transmission-box {
  display: grid;
  grid: auto/auto;
}

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

.focus-transmission-layer-2 {
  background: #250935;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -50px;
  margin-bottom: -30px;
  border-radius: 0 40px 40px 40px;
  position: relative;
  padding: 20px;
  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: 20px;
  top: 20px;
  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: 40px 0 40px 0;
}

.focus-transmission-layer-2-title {
  line-height: 1.2;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.focus-transmission-layer-2-title span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 20px;
}
.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.1);
}
.focus-transmission-layer-2-links-el:last-child {
  border: 0;
}
.focus-transmission-layer-2-links-el a {
  margin-bottom: 5px;
  background: #fff;
  color: #250935 !important;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.focus-transmission-layer-2-links-el a:hover {
  background: #fff !important;
  opacity: 0.8;
  color: #250935 !important;
}
.focus-transmission-layer-2-links-el p {
  margin-top: 5px;
}

.focus-transmission-video-box {
  background: rgba(37, 9, 53, 0.8);
  border-radius: 40px;
}

.focus-retransmisje-video {
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.focus-retransmisje-video .yt,
.focus-retransmisje-video .focus-retransmisje-video-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.focus-retransmisje-video .focus-retransmisje-video-preview {
  z-index: 2;
  background-size: contain;
}

.focus-retransmisje-video-list-cnt {
  background: #ED7402;
  border-radius: 0 0 40px 40px;
  padding: 30px;
  margin-top: -40px;
  padding-top: 60px;
  padding-bottom: 50px;
  font-size: 24px;
}
.focus-retransmisje-video-list-cnt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 3lh;
  padding-right: 20px;
}
@supports (-moz-appearance: none) {
  .focus-retransmisje-video-list-cnt ul {
    scrollbar-width: thin;
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
  }
}
.focus-retransmisje-video-list-cnt ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.focus-retransmisje-video-list-cnt ul::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.focus-retransmisje-video-list-cnt ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .focus-retransmisje-video-list-cnt ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .focus-retransmisje-video-list-cnt ul::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .focus-retransmisje-video-list-cnt ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
  }
}
.focus-retransmisje-video-list-cnt li {
  border-bottom: 1px solid rgba(37, 9, 53, 0.5);
}
.focus-retransmisje-video-list-cnt a {
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
}
.focus-retransmisje-video-list-cnt .is-active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.focus-retransmisje-video-list-cnt .is-active a {
  color: #ED7402;
}
.focus-retransmisje-video-list-cnt p {
  margin: 0;
}

@media (max-width: 1200px) {
  .focus-transmission-inside {
    gap: 50px;
    justify-content: space-between;
  }
  .focus-transmission {
    padding-left: 80px;
  }
  .focus-transmission-graphic {
    left: 80px;
    top: auto;
    bottom: 90px;
  }
  .focus-transmission-left-text {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .focus-transmission {
    padding: 30px;
    padding-top: 60px;
  }
  .focus-transmission-inside {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 0;
  }
  .focus-transmission-image {
    display: none;
  }
  .focus-transmission-graphic {
    display: none;
  }
  .focus-transmission-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    max-width: 100%;
    gap: 0 50px;
    grid-template-areas: "title text" "title date";
  }
  .focus-transmission-left-text {
    grid-area: text;
  }
  .focus-transmission-left-address {
    grid-area: address;
  }
  .focus-transmission-left-date {
    grid-area: date;
  }
  .focus-transmission-left-btn {
    grid-area: btn;
    justify-self: start;
  }
}
@media (max-width: 800px) {
  .focus-transmission-left-top {
    flex-direction: column;
    align-items: center;
  }
  .focus-transmission-left-logo {
    margin-right: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .focus-transmission-left-content {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
    text-align: center;
  }
  .focus-transmission-left-title {
    text-align: center;
  }
  .focus-transmission-left-btn {
    width: 100%;
  }
}
@media (max-width: 630px) {
  .focus-transmission-left {
    display: block;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .focus-transmission-video-box {
    margin-left: -30px;
    margin-right: -30px;
  }
  .focus-retransmisje-video-list-cnt {
    font-size: 18px;
  }
  .focus-retransmisje-video-list-cnt a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .focus-retransmisje-video-list-cnt ul {
    min-height: 250px;
  }
}
.focus-transmission-right-video {
  border-radius: 40px;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.m-retransmission {
  margin-bottom: 60px;
  max-width: calc(100% - 40px);
  margin-inline: auto;
}

.m-retransmission-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 800;
  color: #DEDBE2;
  font-family: apertura, sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 5vw;
}
.m-retransmission-title a, .m-retransmission-title span {
  color: inherit;
  text-decoration: none;
  position: relative;
  isolation: isolate;
}

.m-retransmission-inside {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  width: 100%;
  position: relative;
}

.m-retransmission-video {
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.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;
  margin: 0;
  background: #250935;
  font-size: 16px;
}
.m-retransmission-list ul {
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
@supports (-moz-appearance: none) {
  .m-retransmission-list ul {
    scrollbar-width: thin;
    scrollbar-color: #6D378C rgba(255, 255, 255, 0.5);
  }
}
.m-retransmission-list ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-retransmission-list ul::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.m-retransmission-list ul::-webkit-scrollbar-thumb {
  background: #6D378C;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .m-retransmission-list ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .m-retransmission-list ul::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .m-retransmission-list ul::-webkit-scrollbar-thumb {
    background: #6D378C;
    border-radius: 5px;
  }
}
.m-retransmission-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.m-retransmission-list a {
  display: flex;
  color: inherit;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
}
.m-retransmission-list a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.m-retransmission-list li.is-active a {
  color: #ED7402;
}
.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: 860px) {
  .m-retransmission-video {
    border-radius: 20px;
  }
  .m-retransmission-list {
    border-radius: 20px;
  }
}
@media (max-width: 470px) {
  .m-retransmission-list {
    font-size: 14px;
  }
  .m-retransmission-list a {
    padding: 10px;
  }
}
.loading-cnt {
  position: relative;
}

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.loading-cnt .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0turn);
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 1;
  pointer-events: none;
}

.loading::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-right-color: #fff;
  animation: loadingAnimation 0.5s 0s infinite linear;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(0turn);
}

.loading.is-dark::before {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.9);
}

.button:has(.loading), .focus-transmission-left-btn:has(.loading) {
  position: relative;
  pointer-events: none;
  filter: grayscale(1);
  background: rgba(109, 55, 140, 0.5);
}

.button .loading, .focus-transmission-left-btn .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button .loading::before, .focus-transmission-left-btn .loading::before {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.9);
}

@keyframes loadingAnimation {
  100% {
    transform: rotate(1turn);
  }
}
.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='%236D378C' 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: #6D378C !important;
  transition: 0.1s !important;
}
.partners-list-element-menu a:hover {
  background-color: #250935 !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.is-show {
  display: flex;
}

.partners-list-popup-inside {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  display: grid;
  width: 100%;
  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: #000;
  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: #6D378C;
  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: #6D378C;
  text-decoration: none;
}
/*# sourceMappingURL=style.2026.css.map */
