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

:root {
  --m-section-margin: 100px;
  --m-space-horizontal: 20px;
}

@media (max-width: 640px) {
  :root {
    --m-section-margin: 40px;
    --m-space-horizontal: 10px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

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

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

body {
  background: #029C9E;
  font-family: Inter, sans-serif;
}

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

strong {
  font-weight: bold;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.yt {
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

.button {
  background: #FFCC99;
  border-radius: 100px;
  color: #000;
  min-height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Noka, sans-serif;
  border: 0;
  text-decoration: none;
}
.button:hover {
  background-color: #fff;
}
@media (max-width: 480px) {
  .button {
    font-size: 16px;
  }
}

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

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

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

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

.footer-menu-list {
  font-family: Noka, sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

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

@media (max-width: 600px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto auto auto;
    justify-items: center;
    grid-template-areas: "logo" "menu" "copyright";
  }
  .footer-menu-list-el a {
    padding: 5px;
  }
  .footer-menu-list {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
.header {
  background: rgba(2, 54, 75, 0.65);
  display: grid;
  grid-template-columns: 270px auto 120px;
  grid-template-rows: auto auto;
  border-radius: 20px;
  height: 135px;
  z-index: 100;
  position: fixed;
  max-width: 1360px;
  width: calc(100% - var(--m-space-horizontal) * 2);
  left: 50%;
  transform: translate(-50%);
  top: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 8px 8px -4px rgba(50, 50, 50, 0.2);
  grid-template-areas: "logo sub register" "logo nav register";
}

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

.header-logo {
  grid-area: logo;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
}

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

.main-nav {
  display: contents;
}

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

.main-submenu-el {
  position: relative;
  height: 1em;
  margin-bottom: 0.5em;
}

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

.main-submenu-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: Noka, sans-serif;
}
.main-submenu-link:hover {
  color: #FFCC99;
}

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

.main-submenu-sub {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: #FFCC99;
  list-style: none;
  margin: 0;
  z-index: 2;
  padding: 10px 20px;
  display: none;
  border-radius: 10px;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}
.main-submenu-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 10px;
  background: transparent;
}

.main-submenu-sub-link {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #029C9E;
  font-family: Noka, sans-serif;
  transition: 0.1s background-color;
  font-weight: 400;
}
.main-submenu-sub-link:hover {
  color: #0D0D0D;
}

.main-menu {
  grid-area: nav;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 15px;
  align-self: start;
  margin-top: 10px;
}

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

.main-menu-link {
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  font-family: Noka, sans-serif;
  letter-spacing: 0.2px;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
}
.main-menu-link:hover {
  color: #FFCC99;
}

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

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

.main-menu-sub {
  position: absolute;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%);
  top: calc(100% + 10px);
  min-width: 245px;
  background: #FFCC99;
  display: none;
  list-style: none;
  margin: 0;
  padding: 20px;
  flex-direction: column;
  white-space: nowrap;
  font-family: sans-serif;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}
.main-menu-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 10px;
  background: transparent;
}

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

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

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

.main-menu-sub-link {
  color: #029C9E;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-family: Noka, sans-serif;
}
.main-menu-sub-link:hover {
  color: #0D0D0D;
}

.header-register {
  grid-area: register;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFCC99;
  margin-right: 30px;
}

.header-register-icon {
  display: block;
}
.header-register-icon svg {
  transition: 0.2s fill;
  fill: #029C9E;
}

.header-register-text {
  margin-top: 5px;
  color: #fff;
  transition: 0.2s color;
  font-family: Noka, sans-serif;
}

.header-register {
  cursor: default;
}

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

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

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

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

@media (max-width: 1380px) {
  .main-menu-link {
    font-size: 16px;
  }
}
@media (max-width: 1320px) {
  .header {
    grid-template-columns: 220px auto 120px;
  }
  .main-menu-link {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1260px) {
  .header {
    grid-template-columns: 150px 1fr auto auto;
    grid-template-rows: 1fr;
    height: 80px;
    grid-template-areas: "logo nav register burger";
  }
  .header--no-register {
    grid-template-columns: 120px 1fr auto;
    grid-template-areas: "logo nav burger";
  }
  .main-nav {
    left: 0;
    top: 90px;
    display: none;
    height: auto;
    position: absolute;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 20px;
    justify-content: flex-end;
    z-index: 1;
    background: rgba(2, 54, 75, 0.65);
  }
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    margin-left: 5px;
    justify-content: center;
  }
  .header-logo-img {
    max-width: 80%;
  }
  body.menuOpen .header-logo {
    border-right-color: #fff;
  }
  body.menuOpen .main-nav {
    display: flex;
  }
  body.menuOpen::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
  .main-submenu,
.main-menu {
    padding: 20px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    height: auto;
    gap: 5px;
  }
  .main-submenu {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .main-menu-link,
.main-submenu-link,
.main-menu-sub-link,
.main-submenu-sub-link {
    height: auto;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    border: 0;
  }
  .main-menu-sub,
.main-submenu-sub {
    background-color: transparent;
  }
  .main-submenu-sub-link {
    font-size: 14px;
  }
  .main-submenu {
    gap: 0;
  }
  .main-submenu-el {
    height: auto;
  }
  .main-menu-sub,
.main-submenu-sub {
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  .main-menu-sub-el {
    border: 0;
  }
  .main-submenu-sub-link,
.main-menu-sub-link {
    padding: 4px 0;
    text-transform: uppercase;
  }
  .header-burger {
    display: flex;
  }
  .header-register {
    border-left: 0;
    flex-direction: row;
    text-align: left;
    gap: 10px;
    justify-self: end;
    margin-right: 10px;
  }
  .header-register-icon svg {
    max-height: 1.7rem;
  }
  .header-register-text {
    margin-top: 0;
    max-width: 80px;
    font-size: 11px;
  }
  .main-submenu-el {
    width: 100%;
  }
  .main-submenu-sub {
    position: relative;
    top: 0;
    background: transparent;
    width: 100%;
  }
  .main-submenu-sub-link {
    color: #fff;
  }
  .main-submenu-sub-link:hover {
    background: none;
    color: #FFCC99;
  }
}
.m-media-title, .m-talks-title, .m-gallery .m-gallery-title, .m-contest-title, .m-collaboration-title, .m-prelegent-title, .m-about-title {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0;
  font-family: Noka, sans-serif;
  color: #FFCC99;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .m-media-title, .m-talks-title, .m-gallery .m-gallery-title, .m-contest-title, .m-collaboration-title, .m-prelegent-title, .m-about-title {
    font-size: 30px;
  }
}

.m-prelegent-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1200px;
}
@media (max-width: 500px) {
  .m-prelegent-text {
    font-size: 15px;
  }
}

.focus {
  min-height: 890px;
  background: #FFCC99 url(/images/2025/focus-bg.jpg) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.focus-inside {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: var(--m-space-horizontal);
}

.focus-title {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Noka, sans-serif;
  margin: 0 0 30px;
}
.focus-title svg {
  width: 100%;
  height: auto;
  fill: transparent;
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 580px;
  stroke-dashoffset: -580px;
  -webkit-animation: anim 2s 0s 1 linear both, anim2 2s 2.5s 1 linear both;
          animation: anim 2s 0s 1 linear both, anim2 2s 2.5s 1 linear both;
}
.focus-title .is-desktop {
  display: block;
}
.focus-title .is-mobile {
  display: none;
}
@media (max-width: 500px) {
  .focus-title .is-desktop {
    display: none;
  }
  .focus-title .is-mobile {
    display: block;
  }
}

@-webkit-keyframes anim {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes anim {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim2 {
  100% {
    fill: #fff;
  }
}
@keyframes anim2 {
  100% {
    fill: #fff;
  }
}
.focus-text {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}

.focus-date {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: Noka, sans-serif;
}
.focus-date div + div {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}
.focus-date div + div::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFCC99;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.focus-addon-1 {
  background: url(/images/2025/focus-left.svg);
  position: absolute;
  background-position: left top;
  background-size: contain;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 313/642;
  width: 100%;
  max-width: 313px;
  z-index: -1;
}

.focus-addon-2 {
  background: url(/images/2025/focus-right.svg);
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 584/252;
  width: 100%;
  max-width: 584px;
  z-index: -1;
}

@media (max-width: 1300px) {
  .focus-inside {
    max-width: 780px;
  }
  .focus-title {
    font-size: 54px;
  }
  .focus-addon-1 {
    left: -34px;
  }
}
@media (max-width: 1000px) {
  .focus-inside {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .focus-title {
    font-size: 52px;
  }
  .focus-addon-1 {
    display: none;
  }
}
@media (max-width: 800px) {
  .focus-title {
    font-size: 42px;
  }
  .focus-text,
.focus-date {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .focus {
    min-height: 810px;
  }
  .focus-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .focus-date div + div {
    padding-left: 0;
    margin-left: 0;
  }
  .focus-date div + div::before {
    content: none;
  }
}
.counters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  color: inherit;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #fff;
}

.counters-el {
  flex: 1;
}

.counters-el-nr {
  font-size: 50px;
  font-weight: 900;
  border-bottom: 1px solid #48908F;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #FFCC99;
  font-family: Noka, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
}
.counters-el-nr span {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-60%);
}
.counters-el-nr span path {
  fill: currentColor;
  stroke-width: 2px;
  stroke: currentColor;
}

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

@media (max-width: 600px) {
  .counters {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .counters-el-text {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .counters {
    text-align: center;
    gap: 20px;
  }
  .counters-el {
    background: #48908F;
    padding: 20px;
    border-radius: 20px;
  }
  .counters-el-nr {
    justify-content: center;
    font-size: 30px;
  }
}
.m-about-section {
  color: #fff;
  max-width: 1360px;
  margin-inline: auto;
  margin-block: var(--m-section-margin);
  position: relative;
  display: grid;
  padding-inline: var(--m-space-horizontal);
}

.m-about-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px 90px;
  grid-template-areas: "content video" "counter video";
}

.m-about-video {
  grid-area: video;
  display: flex;
  align-items: flex-end;
}
.m-about-video .yt {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.m-about-counter {
  grid-area: counter;
}

.m-about-text {
  font-family: sans-serif;
  font-size: 18px;
}

.m-about-content {
  grid-area: content;
  flex: 1;
  font-size: 18px;
  font-family: Noka, sans-serif;
  font-weight: 400;
}
.m-about-content ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-about-content li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.m-about-content li::before {
  content: "";
  position: absolute;
  background: url(/images/2025/arrow-black.svg);
  background-position: center;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 10px;
}

@media (max-width: 860px) {
  .m-about-section {
    display: flex;
    flex-direction: column;
    font-size: 15px;
  }
  .m-about-content {
    font-size: inherit;
  }
  .m-about-title {
    order: -1;
    margin-top: 20px;
  }
  .m-about-video {
    order: -2;
  }
  .m-about-counter {
    order: 0;
  }
  .m-about-text {
    font-size: 15px;
  }
  .m-about-main {
    display: contents;
  }
  .m-about-main .button {
    margin-inline: auto;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.m-prelegent-section {
  position: relative;
  isolation: isolate;
  margin-bottom: var(--m-section-margin);
}

.m-prelegent-title-cnt {
  text-align: center;
}

.m-prelegent-title {
  display: inline-flex;
}

.m-prelegent-text {
  text-align: center;
  max-width: 1360px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m-prelegent-list-cnt {
  margin-top: 40px;
}

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

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

.m-prelegent-list-cnt .swiper-slide {
  width: 240px;
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.m-prelegent-el {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.m-prelegent-el-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}
.m-prelegent-el-photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-prelegent-el-content {
  background: #FFCC99;
  margin-top: -30px;
  padding: 50px 30px 30px 30px;
  border-radius: 0 0 20px 0;
  flex: 1;
  color: #0D0D0D;
}

.m-prelegent-el-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: Noka, sans-serif;
}

.m-prelegent-el-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}

.m-collaboration-section {
  margin-block: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  overflow-x: hidden;
}

.m-collaboration-title-cnt {
  text-align: center;
}

.m-collaboration-title {
  text-align: center;
}

.m-collaboration-main {
  color: #0D0D0D;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "map content";
  max-width: 1360px;
  margin-inline: auto;
  gap: 40px;
}

.m-collaboration-right {
  grid-area: content;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 20px;
  padding: 0 0 0 40px;
}

.m-collaboration-content {
  margin-top: 60px;
  align-self: center;
}

.m-collaboration-right img {
  width: 320px;
  margin-top: -60px;
  margin-right: -30px;
  margin-left: -30px;
}

@media (max-width: 1300px) {
  .m-collaboration-right img {
    margin-left: -50px;
    margin-right: -80px;
    width: 280px;
  }
}
@media (max-width: 1000px) {
  .m-collaboration-main {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "content" "map";
  }
  .m-collaboration-right img {
    width: 320px;
    margin-right: -50px;
  }
  .m-collaboration-title-cnt {
    text-align: left;
  }
  .m-collaboration-title {
    text-align: left;
    margin-left: 20px;
    max-width: 100%;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .m-collaboration-section {
    margin-top: 50px;
  }
  .m-collaboration-main {
    gap: 20px;
  }
  .m-collaboration-right {
    padding-left: 20px;
    gap: 10px;
  }
  .m-collaboration-right img {
    width: 150px;
    margin-right: -30px;
  }
  .m-collaboration-content {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m-collaboration-title {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.m-contact-box-content {
  font-size: 16px;
}

.m-contact-box-name {
  font-size: 24px;
  font-weight: 900;
  font-family: Noka, sans-serif;
  margin-top: 20px;
}

.m-contact-box-position {
  font-size: 14px;
}

.m-contact-box-links {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}

.m-contact-box-link {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 5px;
}
.m-contact-box-link::before {
  content: "";
  position: absolute;
  background: url(/images/2025/arrow-black.svg);
  background-position: center;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

@media (max-width: 1260px) {
  .m-contact-box-links {
    gap: 15px;
  }
  .m-contact-box-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    line-height: 1;
  }
  .m-contact-box-link::before {
    top: 8px;
  }
}
@media (max-width: 640px) {
  .m-contact-box-name {
    font-size: 20px;
  }
  .m-contact-box-position {
    font-size: 12px;
  }
  .m-contact-box-links {
    font-size: 14px;
  }
  .m-contact-box-link::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 480px) {
  .m-contact-box-link {
    font-size: 12px;
  }
  .m-contact-box-link span {
    display: block;
    font-weight: bold;
  }
  .m-contact-box-link strong {
    display: none;
  }
}
.m-partners {
  display: flex;
  padding-left: 30px;
}

.m-partners-title {
  position: relative;
}
.m-partners-title span {
  position: absolute;
  top: 50%;
  translate: -120% -50%;
  color: #FFCC99;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  font-family: Noka, sans-serif;
  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;
}
.m-partners-list-el small {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 2.5em;
}
.m-partners-list-el span, .m-partners-list-el a {
  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: flex;
  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: #FFCC99;
}

@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;
  }
  .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(2, 1fr);
  }
}
@media (max-width: 600px) {
  .m-partners-title {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.m-contest-section {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
}

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

.m-contest-main {
  display: flex;
  gap: 60px;
  max-width: 1360px;
  margin-inline: auto;
}

.m-contest-part {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  justify-content: flex-end;
  text-decoration: none;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: 50px;
  min-height: 700px;
}
.m-contest-part::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 280px, rgba(0, 0, 0, 0.8));
}

.m-contest-part-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-contest-part-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.m-contest-part-text {
  font-size: 16px;
  line-height: 1.4;
}

.m-contest-part-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.m-contest-part-content-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  padding-top: 60px;
}

.m-contest-part-content .button {
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .m-contest-main {
    gap: 30px;
  }
}
@media (max-width: 860px) {
  .m-contest-main {
    flex-direction: column;
  }
  .m-contest-part-text {
    max-width: 600px;
    margin-inline: auto;
  }
  .m-contest-part {
    min-height: auto;
  }
  .m-contest-part-content {
    justify-content: flex-start;
  }
  .m-contest-part-content-img {
    aspect-ratio: auto;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .m-contest-part {
    padding: 20px;
    font-size: 14px;
  }
  .m-contest-part-text {
    font-size: inherit;
  }
  .m-contest-part-content-img {
    min-height: 300px;
    align-items: center;
  }
}
.m-gallery {
  margin-bottom: var(--m-section-margin);
  grid-column: 1/-1;
  margin-top: var(--m-section-space);
}
.m-gallery .m-gallery-title {
  margin-bottom: 30px;
  text-align: center;
}
.m-gallery .swiper-container {
  position: relative;
}
.m-gallery .swiper-container img {
  height: auto;
}
.m-gallery .gallery-img-cnt {
  aspect-ratio: 640/427;
  position: relative;
}
.m-gallery .gallery-img-cnt img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-gallery .swiper-slide {
  width: 640px;
}
.m-gallery .swiper-button-prev,
.m-gallery .swiper-button-next {
  left: calc(50% - 400px);
  width: 56px;
  height: 56px;
}
@media (max-width: 600px) {
  .m-gallery .swiper-button-prev,
.m-gallery .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 20px;
  }
}
.m-gallery .swiper-button-next {
  left: auto;
  right: calc(50% - 400px);
}
.m-gallery .swiper-button-prev {
  background-color: transparent;
  border: 3px solid #FFCC99;
  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 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='%23FFCC99' d='m10 18l-6-6l6-6l1.4 1.45L7.85 11H20v2H7.85l3.55 3.55z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.m-gallery .swiper-button-next {
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #FFCC99;
  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%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='%23FFCC99' d='m14 18l-1.4-1.45L16.15 13H4v-2h12.15L12.6 7.45L14 6l6 6z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.m-gallery .swiper-button-prev::after {
  display: none;
}
.m-gallery .swiper-button-next::after {
  display: none;
}
.m-gallery .swiper-slide img {
  filter: brightness(0.5);
  display: block;
}
.m-gallery .swiper-slide-active img {
  filter: none;
}
@media (max-width: 1000px) {
  .m-gallery .swiper-button-prev {
    left: 1rem;
  }
  .m-gallery .swiper-button-next {
    right: 1rem;
  }
}
@media (max-width: 760px) {
  .m-gallery .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .m-gallery .swiper-slide {
    width: 300px;
  }
}

.m-talks-section {
  margin-bottom: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  padding-block: var(--m-section-margin);
  border-bottom: 1px solid #48908F;
  border-top: 1px solid #48908F;
}

.m-talks-main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  grid-template-areas: "g g g c c";
  max-width: 1360px;
  margin-inline: auto;
}

.m-talks-grid {
  grid-area: g;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.m-talks-grid-el {
  aspect-ratio: 1;
  padding: 20px;
}

.m-talks-grid-el-img {
  width: 61px;
  height: 80px;
  display: block;
  margin-bottom: 20px;
}
.m-talks-grid-el-img img {
  width: 100%;
  height: 65px;
}

.m-talks-grid-el-title {
  font-size: 18px;
  line-height: 1.2;
  font-family: Noka, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.m-talks-content {
  color: #fff;
  grid-area: c;
}

.m-talks-content-text {
  margin-bottom: 40px;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .m-talks-main {
    grid-template-columns: 100%;
    grid-template-areas: "c" "g";
  }
}
@media (max-width: 800px) {
  .m-talks-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .m-talks-grid-el {
    aspect-ratio: auto;
  }
}
@media (max-width: 480px) {
  .m-talks-main {
    font-size: 15px;
  }
  .m-talks-grid-el-title {
    font-size: 15px;
  }
  .m-talks-content-text {
    font-size: 15px;
  }
}
.m-media {
  margin-top: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  overflow-x: hidden;
  display: flex;
  gap: 50px;
  align-items: center;
}

.m-media-img {
  flex: 1;
  margin-left: 100px;
}

.m-media-content {
  flex: 1;
  color: #fff;
  margin-top: -50px;
}

.m-media-text {
  margin-bottom: 40px;
  max-width: 400px;
}

.m-media-logotypes {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (max-width: 1300px) {
  .m-media {
    gap: 40px;
  }
  .m-media-img {
    margin-left: 0;
  }
}
@media (max-width: 860px) {
  .m-media {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .m-media-content {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .m-media-title {
    text-align: center;
  }
  .m-media {
    text-align: center;
  }
  .m-media-text {
    font-size: 15px;
  }
}
body:has(.subpage) {
  background: #05293c;
}

.subpage {
  background: #05293c;
  position: relative;
  padding-top: 135px;
  padding-bottom: 80px;
  min-height: 740px;
}
@media (max-width: 1200px) {
  .subpage {
    padding-top: 60px;
  }
}
@media (max-width: 860px) {
  .subpage {
    min-height: 35rem;
  }
}

.subpage-bg {
  min-height: 740px;
  background: #FFCC99 url(/images/2025/focus-bg.jpg) center/cover;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  padding: 0 30px 0 min(10%, 150px);
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 100%;
  isolation: isolate;
}
.subpage-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, #05293c, transparent 30%);
}

.subpage-header-addon-1 {
  background: url(/images/2025/focus-left.svg);
  position: absolute;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 313/642;
  width: 100%;
  max-width: 313px;
  z-index: -1;
}

.subpage-header-addon-2 {
  background: url(/images/2025/focus-right.svg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 584/252;
  width: 100%;
  max-width: 584px;
  z-index: -1;
}

@media (max-width: 780px) {
  .subpage-header-addon-1,
.subpage-header-addon-2 {
    width: 250px;
  }
}
@media (max-width: 500px) {
  .subpage-header-addon-1,
.subpage-header-addon-2 {
    width: 150px;
  }
}
.subpage-header {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1360px;
  margin: 0 auto;
}

.subpage-title {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  font-family: Noka, sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
}
.subpage-title.is-long {
  font-size: 40px;
}

.subpage-top-date {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
  font-weight: 900;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}

.subpage-subtitle {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  max-width: 740px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.subpage-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
}
.subpage-content h2:where(:not([class])),
.subpage-content h3:where(:not([class])),
.subpage-content h4:where(:not([class])) {
  font-size: 25px;
  color: #029C9E;
  line-height: 1.1;
  font-family: Noka, sans-serif;
}
.subpage-content > p:first-child {
  margin-top: 0;
}
.subpage-content a:where(:not([class])) {
  color: #029C9E;
  font-weight: 500;
}
.subpage-content ul:where(:not([class])) li,
.subpage-content ol:where(:not([class])) li {
  margin-bottom: 10px;
}

@media (max-width: 860px) {
  .subpage-content {
    padding: 30px;
  }
  .subpage-bg {
    min-height: 560px;
  }
}
@media (max-width: 780px) {
  .subpage-title {
    font-size: 40px;
  }
  .subpage-title.is-long {
    font-size: 35px;
  }
  .subpage-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .subpage-content {
    padding: 15px;
  }
  .subpage-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .subpage-title.is-long {
    font-size: 28px;
  }
}
ul.list-featherlight {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
ul.list-featherlight li.grid-item {
  display: inline-block;
}
ul.list-featherlight li.grid-item div.img {
  width: 150px;
}
ul.list-featherlight li.grid-item div.img img {
  max-width: 100%;
}
@media (max-width: 600px) {
  ul.list-featherlight li.grid-item div.img {
    width: 150px;
  }
}

.box-person {
  margin: 40px auto;
  margin-bottom: 70px;
  display: grid;
  max-width: 600px;
  gap: 0 60px;
  grid-template-columns: 205px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "img name" "img position" "img contact";
}

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

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

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

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

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

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

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

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

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

@media (max-width: 670px) {
  .box-person {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "img" "name" "position" "contact";
    justify-items: center;
  }
  .box-person-img-wrap {
    margin-bottom: 50px;
    transform: translateX(-15px);
  }
  .box-person-name {
    text-align: center;
  }
}
.form-contact {
  border-top: 2px solid #eee;
  padding-top: 30px;
  margin-top: 50px;
}

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

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-row--buttons a {
  text-decoration: none;
}

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

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

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

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

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

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

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