@charset "UTF-8";
@import url(reboot.css);
@keyframes pulseTopBottomHeader {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: 0;
  }
  2% {
    opacity: 1;
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    top: calc(50% - 4px);
  }
  8% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: calc(100% - 4.5px);
  }
  12% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: calc(100% - 8px);
  }
}
@keyframes pulseTopBottom {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    top: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: calc(100% - 8px);
  }
}
@keyframes pulseBottomTop {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    bottom: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    bottom: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    bottom: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    bottom: calc(100% - 8px);
  }
}
@keyframes pulseTopBottomNews {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    top: calc(50% - 24px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: calc(100% - 52.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    top: calc(100% - 52.5px);
  }
}
@keyframes pulseTopBottomWhite {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    top: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #fff;
    top: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    top: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    top: calc(100% - 8px);
  }
}
@keyframes pulseLeftRight {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    left: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    left: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    left: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    left: calc(100% - 4.5px);
  }
}
@keyframes pulseLeftRightWhite {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    left: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #fff;
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #fff;
    left: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 8px #fff;
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    left: calc(100% - 8px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    left: calc(100% - 8px);
  }
}
@keyframes pulseRightLeft {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    right: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    right: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    right: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    right: calc(100% - 4.5px);
  }
}
@keyframes pulseRightLeftWhite {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    right: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
  }
  5% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #fff;
    right: calc(50% - 4px);
  }
  8% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
  }
  10% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    right: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    right: calc(100% - 4.5px);
  }
}
@keyframes videoLogo {
  0% {
    opacity: 1;
    background-color: transparent;
  }
  50% {
    opacity: 1;
    background-color: transparent;
  }
  100% {
    opacity: 0;
    background-color: transparent;
  }
}
.hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

::-moz-selection {
  background: #d90046;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #d90046;
  color: #fff;
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-wrap: pretty;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #29323b;
  background-color: #f4f5f6;
  margin-top: 73px;
}
@media all and (min-width: 1280px) {
  body {
    margin-top: 129px;
  }
}
body.modal-open {
  overflow: hidden;
  height: 100vh;
}
body.body--listing {
  margin-top: 59px;
}
@media all and (min-width: 700px) {
  body.body--listing {
    margin-top: 0;
  }
}
body.body--favorites {
  margin-top: 113px;
  background-color: #f4f5f6;
}
@media all and (min-width: 700px) {
  body.body--favorites {
    margin-top: 0;
  }
}
body.body--transactions {
  margin-top: 84px;
  background-color: #f4f5f6;
}
@media all and (min-width: 700px) {
  body.body--transactions {
    margin-top: 0;
  }
}
body.body--webshare-disabled .system-share {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

hr {
  outline: none;
  border: none;
  border-bottom: 1px solid #29323b;
  margin: 40px 0;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="datetime-local"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #29323b;
  padding: 16px 24px;
  border-radius: 8px;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
  box-shadow: 4px 4px 0 #29323b;
  transform: translate(-4px, -4px);
}
input[type="text"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="password"].error,
input[type="datetime-local"].error,
textarea.error {
  border-color: red;
  color: red;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="file"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="datetime-local"]:disabled,
textarea:disabled {
  background-color: #f4f5f6;
  color: rgba(41, 50, 59, 0.5);
}

.error-msg {
  color: red;
  font-size: 16px;
  margin-top: 12px;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
input[type="search"]:focus {
  outline: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
input[type="submit"]:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  color: #29323b;
}
button:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-color: #fff;
  border: 1px solid #29323b;
  padding: 16px 48px 16px 24px;
  border-radius: 6px;
  color: #29323b;
}
select:focus {
  outline: none;
}
select:focus {
  box-shadow: 4px 4px 0 #29323b;
  transform: translate(-4px, -4px);
}
select.error {
  border-color: red;
  color: red;
}

.buttons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.btn {
  background-color: #d90046;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #29323b;
  cursor: pointer;
  text-wrap: balance;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  box-shadow: inset 0 0 0 1px #29323b;
}
.btn:active {
  box-shadow: inset 0 0 0 1px #29323b;
}
@media (hover: hover) {
  .btn:hover {
    transform: translate(-4px, -4px);
    box-shadow: inset 0 0 0 1px #29323b, 4px 4px 0 #29323b;
    color: #fff;
  }
  .btn:focus {
    transform: translate(-4px, -4px);
    box-shadow: inset 0 0 0 1px #29323b, 4px 4px 0 #29323b;
  }
  .btn:active {
    transform: none;
    box-shadow: inset 0 0 0 1px #29323b;
  }
}
.btn--sec {
  box-shadow: inset 0 0 0 1px #d90046;
  background-color: #fff;
  color: #d90046;
}
.btn--sec:hover {
  color: #d90046;
}
@media (hover: hover) {
  .btn--sec:hover {
    color: #d90046;
  }
}

.rc-wrapper {
  position: relative;
}
.rc-wrapper input {
  position: absolute;
  top: 9px;
  left: 0;
}
.rc-wrapper label {
  font-weight: 400 !important;
  padding: 5px 0 5px 22px;
  margin-bottom: 0 !important;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

strong,
b {
  font-weight: 700;
}

.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.controller {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: calc(100% - 64px);
}
@media all and (min-width: 1280px) {
  .controller {
    max-width: 1248px;
  }
}
.controller:has(.controller__inner) {
  padding: 0 8px 8px 0;
}

.controller__inner {
  box-shadow: 8px 8px 0 #29323b;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .controller__inner {
    border-radius: 32px;
  }
}

.section-title {
  font-family: "Victor Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  color: #d90046;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d90046;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
  opacity: 0;
}
.pulse--top-to-bottom {
  animation-name: pulseTopBottom;
}
.pulse--left-to-right {
  animation-name: pulseLeftRight;
}
.pulse--right-to-left {
  animation-name: pulseRightLeft;
}
.pulse--bottom-to-top {
  animation-name: pulseBottomTop;
}

.thumb {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .thumb {
    border-radius: 24px;
  }
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.header {
  border-bottom: 1px solid #29323b;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header .controller {
  display: flex;
  align-items: center;
  padding-right: 16px;
  max-width: 100%;
  gap: 8px;
}
@media all and (min-width: 1280px) {
  .header .controller {
    padding-right: 32px;
    border-left: 1px solid #29323b;
    border-right: 1px solid #29323b;
    max-width: 1248px;
    gap: 0;
  }
}
@media all and (min-width: 1280px) {
  .header .controller::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -4.5px;
    left: -4.5px;
    height: 8px;
    width: 8px;
    border: 1px solid #29323b;
    background-color: #fff;
    border-radius: 50%;
  }
}
.header .controller .pulse--top-to-bottom {
  animation-name: pulseRightLeft;
  right: -4.5px;
  top: calc(100% - 3.5px);
  animation-delay: 3s;
  opacity: 0;
  z-index: 1010;
}
@media all and (min-width: 1280px) {
  .header .controller .pulse--top-to-bottom {
    right: auto;
    left: -4.5px;
    top: 0;
    animation-name: pulseTopBottomHeader;
  }
}
.header .btn {
  display: flex;
  box-shadow: none;
  margin: 0 0 0 auto;
  padding: 8px 16px;
}
@media all and (min-width: 1280px) {
  .header .btn {
    padding: 12px 24px;
    margin: 0 0 0 8px;
  }
}
@media (hover: hover) {
  .header .btn:hover {
    box-shadow: 4px 4px 0 #29323b;
  }
}
.header .btn:active {
  box-shadow: none;
}

@media all and (min-width: 1280px) {
  .header--scroll {
    transform: translateY(-64px);
  }
  .header--scroll .logo {
    transform: scale(0.5);
  }
  .header--scroll .main-menu {
    transform: translate(24px, 32px);
  }
  .header--scroll .btn {
    transform: translate(16px, 32px);
    padding: 4px 24px;
    border-radius: 4px;
  }
}
@media (min-width: 1280px) and (hover: hover) {
  .header--scroll .btn:hover {
    transform: translate(12px, 28px);
  }
}
@media all and (min-width: 1280px) {
  .header--scroll .btn:active {
    transform: translate(16px, 32px);
  }
}

.logo {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 16px;
  transform-origin: bottom left;
  flex-shrink: 0;
}
@media all and (min-width: 1280px) {
  .logo {
    padding: 32px;
  }
}
.logo img {
  height: 40px;
  width: auto;
}
@media all and (min-width: 1280px) {
  .logo img {
    height: 64px;
  }
}
.logo video {
  background-color: transparent;
  position: absolute;
  width: 168px;
  height: auto;
  left: 9px;
  top: 8px;
  animation-name: videoLogo;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  pointer-events: none;
  -webkit-filter: brightness(110%);
}
@media all and (min-width: 1280px) {
  .logo video {
    width: 267px;
    left: 22px;
    top: 20px;
  }
}
.logo h1 {
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
}

.close {
  width: 40px;
  height: 40px;
  background-color: #29323b;
  border-radius: 8px;
  position: fixed;
  top: 16px;
  right: 16px;
  background-image: url(../images/icon-close-white.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 1280px) {
  .close {
    display: none;
  }
}
.close--active {
  opacity: 1;
  pointer-events: auto;
}

.trigger {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../images/icon-hamburger-black.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center;
  border: 1px solid #29323b;
  border-radius: 8px;
}
@media all and (min-width: 1280px) {
  .trigger {
    display: none;
  }
}

.main-menu {
  display: flex;
  background-color: #29323b;
  position: fixed;
  left: 0;
  top: 72px;
  bottom: 0;
  width: 100%;
  flex-direction: column;
  z-index: 900;
  overflow-y: auto;
  padding: 16px 32px 24px;
  pointer-events: none;
  color: #fff;
  border-top: 1px solid #000;
  transform: translateX(100%);
}
@media all and (min-width: 1280px) {
  .main-menu {
    transform: none;
    border-top: none;
    color: #29323b;
    background-color: transparent;
    pointer-events: auto;
    position: static;
    margin: 0 0 0 auto;
    align-items: center;
    flex-direction: row;
    width: auto;
    z-index: auto;
    overflow: visible;
    padding: 0;
  }
}
.main-menu--active {
  pointer-events: auto;
  transform: none;
}

.main-menu__menu-item {
  position: relative;
}
.main-menu__menu-item > a {
  display: block;
  font-weight: 700;
  padding: 16px 8px;
  display: inline-block;
  line-height: 1.1;
  font-size: 24px;
}
@media all and (min-width: 1280px) {
  .main-menu__menu-item > a {
    padding: 23px 48px 23px 0;
    font-size: 16px;
    background-image: url(../images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
  }
}
.main-menu__menu-item > a img {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 0.5px #29323b;
  border-radius: 50%;
}
@media (hover: hover) {
  .main-menu__menu-item:hover > a {
    color: #d90046;
    background-image: url(../images/dropdown-arrow-.svg);
  }
  .main-menu__menu-item:hover .main-menu__submenu {
    opacity: 1;
    pointer-events: auto;
  }
}
.main-menu__menu-item--lang {
  flex-shrink: 0;
}
.main-menu__menu-item--lang > a {
  display: none;
}
@media all and (min-width: 1280px) {
  .main-menu__menu-item--lang > a {
    display: inline-block;
  }
}
.main-menu__menu-item--lang .main-menu__submenu {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media all and (min-width: 1280px) {
  .main-menu__menu-item--lang .main-menu__submenu {
    display: block;
    transform: translateY(-3px);
    width: 200px;
    margin-top: 0;
  }
}
@media (hover: hover) {
  .main-menu__menu-item--lang .main-menu__submenu > a:hover {
    background-color: #e4e6e8;
    color: #29323b;
  }
}

.main-menu__submenu {
  border: 1px solid #000;
  background-color: #34404b;
  box-shadow: 8px 8px 0 #000;
  margin: 0 8px 16px 0;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 1280px) {
  .main-menu__submenu {
    border: 1px solid #29323b;
    background-color: #fff;
    box-shadow: 8px 8px 0 #29323b;
    position: absolute;
    top: 100%;
    left: -24px;
    width: 280px;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    color: #29323b;
  }
}
.main-menu__submenu > a {
  display: flex;
  align-items: center;
  padding: 4px 24px;
  gap: 10px;
}
@media all and (min-width: 1280px) {
  .main-menu__submenu > a {
    padding: 8px 23px;
  }
}
.main-menu__submenu > a:first-child {
  padding-top: 15px;
  box-shadow: inset 0 7px 0 #34404b;
}
@media all and (min-width: 1280px) {
  .main-menu__submenu > a:first-child {
    box-shadow: inset 0 7px 0 #fff;
  }
}
.main-menu__submenu > a:last-child {
  padding-bottom: 15px;
  box-shadow: inset 0 -7px 0 #34404b;
}
@media all and (min-width: 1280px) {
  .main-menu__submenu > a:last-child {
    box-shadow: inset 0 -7px 0 #fff;
  }
}
.main-menu__submenu > a strong {
  color: #29323b;
}
.main-menu__submenu > a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: 0 0 0 0.5px #29323b;
  border-radius: 50%;
}
@media (hover: hover) {
  .main-menu__submenu > a:hover {
    background-color: #d90046;
    color: #fff;
  }
  .main-menu__submenu > a:hover strong {
    color: #fff;
  }
}
.main-menu__submenu p {
  padding: 12px 24px 4px;
  font-weight: 700;
  color: #fff;
}
@media all and (min-width: 1280px) {
  .main-menu__submenu p {
    padding: 16px 23px 8px;
    color: #29323b;
  }
}
.main-menu__submenu ul {
  list-style-type: none;
}
.main-menu__submenu ul:last-child {
  padding-bottom: 8px;
}
.main-menu__submenu ul a {
  display: block;
  padding: 4px 24px;
  position: relative;
}
@media all and (min-width: 1280px) {
  .main-menu__submenu ul a {
    padding: 8px 23px;
  }
}
.main-menu__submenu ul a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
}
@media all and (min-width: 1280px) {
  .main-menu__submenu ul a::before {
    border: 1px solid #29323b;
  }
}
@media (hover: hover) {
  .main-menu__submenu ul a:hover {
    background-color: #d90046;
    color: #fff;
  }
  .main-menu__submenu ul a:hover::before {
    border-color: #fff;
    background-color: #fff;
  }
}

.hero {
  background-color: #c9104b;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .hero {
    overflow: visible;
    background-color: transparent;
  }
}
.hero .controller {
  display: flex;
  align-items: flex-start;
  background-color: #c9104b;
  color: #fff;
  padding: 40px 0 80px;
  gap: 32px;
  flex-direction: column;
}
@media all and (min-width: 1280px) {
  .hero .controller {
    border-radius: 0 0 32px 0;
    border-bottom: 1px solid #29323b;
    padding: 79px 72px 64px 0;
    border-right: 1px solid #29323b;
    flex-direction: row;
    gap: 64px;
  }
}
.hero .controller::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: -1px;
  left: auto;
  background-color: #c9104b;
  width: 100%;
  border-bottom: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .hero .controller::after {
    content: "";
    display: block;
    position: absolute;
    top: 58px;
    right: -49px;
    bottom: -1px;
    left: calc(100% - 267px);
    pointer-events: none;
    border-top: 1px solid #29323b;
    border-right: 1px solid #29323b;
    border-radius: 0 16px 0 0;
  }
}
.hero .controller > .pulse--top-to-bottom {
  right: -51.5px;
  animation-name: pulseTopBottomNews;
  animation-delay: 3s;
}
@media all and (max-width: 699px) {
  .hero + .news {
    margin-top: -32px;
  }
  .hero + .news .controller {
    padding-top: 0;
  }
}

.hero__inner {
  flex: 1;
}

.hero__inner__1 {
  padding-right: 64px;
  border-right: 1px solid #29323b;
  padding: 1px 40px 16px 0;
  position: relative;
}
@media all and (min-width: 1280px) {
  .hero__inner__1 {
    padding: 1px 64px 40px 0;
  }
}
.hero__inner__1 .pulse {
  animation-name: pulseTopBottomWhite;
  background-color: #fff;
  right: -4.5px;
  opacity: 0;
  animation-delay: 4.6s;
}

.hero__inner__2 {
  padding-left: 32px;
  border-left: 1px solid #29323b;
  padding-bottom: 8px;
  border-bottom: 1px solid #29323b;
  margin-bottom: 32px;
  border-radius: 0 0 0 16px;
  position: relative;
}
@media all and (min-width: 1280px) {
  .hero__inner__2 {
    padding-left: 56px;
    padding-bottom: 32px;
    padding-right: 8px;
  }
}
.hero__inner__2::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -4.5px;
  left: auto;
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #c9104b;
  border-radius: 50%;
}
.hero__inner__2 .pulse--top-to-bottom {
  animation-name: pulseTopBottomWhite;
  background-color: #fff;
  left: -4.5px;
  opacity: 0;
  animation-delay: 6.2s;
}
.hero__inner__2 .pulse--left-to-right {
  animation-name: pulseLeftRightWhite;
  background-color: #fff;
  bottom: -4.5px;
  left: 0;
  animation-delay: 7s;
}

.hero__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  background-color: #c9104b;
  z-index: 10;
}
@media all and (min-width: 1280px) {
  .hero__text {
    font-size: 24px;
    line-height: 1.33333333;
  }
}

.hero__title {
  font-family: "Victor Mono", monospace;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  padding-right: 128px;
}
@media all and (min-width: 1280px) {
  .hero__title {
    font-size: 48px;
    margin-bottom: 44px;
    padding-right: 0;
  }
}

.hero__alumni {
  width: calc(100% - 8px);
  background-color: #fff;
  color: #29323b;
  border-radius: 0 24px 24px 24px;
  padding: 24px;
  border: 1px solid #29323b;
  box-shadow: 8px 8px 0 #29323b;
  position: relative;
  margin-top: 12px;
}
@media all and (min-width: 1280px) {
  .hero__alumni {
    width: 345px;
    padding: 39px 40px 40px;
    border-radius: 0 32px 32px 32px;
  }
}
.hero__alumni::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: auto;
  bottom: auto;
  left: 48px;
  width: 145px;
  height: 45px;
  background-image: url(../images/qr-alumni.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.hero__alumni hr {
  margin: 30px -24px 24px;
}
@media all and (min-width: 1280px) {
  .hero__alumni hr {
    margin: 40px -40px;
  }
}
.hero__alumni .btn {
  margin-top: 16px;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .hero__alumni .btn {
    margin-top: 24px;
    font-size: 24px;
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
.hero__alumni p + a {
  margin-top: 8px;
}
@media all and (min-width: 1280px) {
  .hero__alumni p + a {
    margin-top: 16px;
  }
}

.hero__alumni__link {
  color: #d90046;
  font-weight: 700;
  display: block;
  line-height: 1.33333333;
  font-size: 16px;
  padding: 16px 8px;
  border-bottom: 1px solid #c8ccd0;
  position: relative;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}
@media all and (min-width: 1280px) {
  .hero__alumni__link {
    font-size: 24px;
  }
}
.hero__alumni__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #29323b;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.hero__alumni__link::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #29323b;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-0.5px);
}
.hero__alumni__link:last-child {
  border-bottom: none;
  margin-bottom: -16px;
}
@media (hover: hover) {
  .hero__alumni__link:hover::before {
    left: -8px;
    opacity: 1;
  }
  .hero__alumni__link:hover::after {
    width: 24px;
  }
}

.hero__alumni__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.25;
  font-family: "Victor Mono", monospace;
  text-transform: uppercase;
  font-weight: 700;
}
@media all and (min-width: 1280px) {
  .hero__alumni__title {
    font-size: 26px;
  }
}

.hero__deco {
  display: flex;
  align-items: flex-start;
}
.hero__deco--1 {
  margin-bottom: -32px;
}
@media all and (min-width: 1280px) {
  .hero__deco--1 {
    margin-bottom: -16px;
  }
}
.hero__deco--1 .hero__deco__shape {
  background-image: url(../images/shape-hero1.svg);
}
.hero__deco--1 .hero__deco__qr {
  margin-top: -1px;
  width: 181px;
  height: 83px;
  background-image: url(../images/qr-hero1-.svg);
}
@media all and (min-width: 1280px) {
  .hero__deco--1 .hero__deco__qr {
    background-image: url(../images/qr-hero1.svg);
  }
}
.hero__deco--1 .hero__deco__line2 {
  border-top: 1px solid #29323b;
  border-right: 1px solid #29323b;
  border-radius: 0 16px 0 0;
  width: 18px;
  align-self: stretch;
  margin-top: 24px;
  margin-left: -9px;
}
@media all and (min-width: 1280px) {
  .hero__deco--1 .hero__deco__line2 {
    width: 78px;
    margin-top: 52px;
  }
}
.hero__deco--2 {
  margin-bottom: -40px;
}
@media all and (min-width: 1280px) {
  .hero__deco--2 {
    margin-bottom: -24px;
  }
}
.hero__deco--2 .hero__deco__shape {
  background-image: url(../images/shape-hero2.svg);
  margin-left: 32px;
  position: relative;
}
@media all and (min-width: 1280px) {
  .hero__deco--2 .hero__deco__shape {
    margin-left: 56px;
  }
}
.hero__deco--2 .hero__deco__shape::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -32px;
  width: 16px;
  height: 40px;
  border-top: 1px solid #29323b;
  border-left: 1px solid #29323b;
  border-radius: 16px 0 0 0;
}
@media all and (min-width: 1280px) {
  .hero__deco--2 .hero__deco__shape::before {
    width: 40px;
    left: -56px;
    height: 56px;
  }
}
.hero__deco--2 .hero__deco__shape::after {
  content: "";
  display: block;
  position: absolute;
  top: 8.5px;
  right: auto;
  bottom: auto;
  left: -22.5px;
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #c9104b;
  border-radius: 50%;
}
.hero__deco--2 .hero__deco__qr {
  margin-top: -1px;
  width: 146px;
  height: 156px;
  background-image: url(../images/qr-hero2-.svg);
  margin-top: -64px;
}
@media all and (min-width: 1280px) {
  .hero__deco--2 .hero__deco__qr {
    background-image: url(../images/qr-hero2.svg);
  }
}
.hero__deco--2 .hero__deco__line2 {
  border-bottom: 1px solid #29323b;
  border-right: 1px solid #29323b;
  border-radius: 0 0 16px 0;
  width: 19px;
  height: 13px;
  margin-left: -36px;
}
@media all and (min-width: 1280px) {
  .hero__deco--2 .hero__deco__line2 {
    width: 143px;
  }
}

.hero__deco__shape {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero__deco__line1 {
  flex: 1;
  border-top: 1px solid #29323b;
  margin-top: 12px;
  margin-left: 22px;
  position: relative;
}
.hero__deco__line1::before {
  content: "";
  display: block;
  position: absolute;
  top: -4.5px;
  right: auto;
  bottom: auto;
  left: -4.5px;
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #c9104b;
  border-radius: 50%;
}
.hero__deco__line1 .pulse--left-to-right {
  opacity: 0;
  background-color: #fff;
  animation-delay: 3.8s;
  animation-name: pulseLeftRightWhite;
  top: -4.5px;
  left: -4.5px;
}
.hero__deco__line1 .pulse--right-to-left {
  opacity: 0;
  background-color: #fff;
  animation-delay: 5.4s;
  animation-name: pulseRightLeftWhite;
  top: -4.5px;
  right: -4.5px;
}

.hero__deco__qr {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.news .controller {
  padding-top: 32px;
  padding-bottom: 40px;
  max-width: 100%;
}
@media all and (min-width: 1280px) {
  .news .controller {
    padding-top: 96px;
    padding-bottom: 102px;
    max-width: 1248px;
  }
}
@media all and (min-width: 1280px) {
  .news .controller::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -48px;
    bottom: 48px;
    left: auto;
    border-right: 1px solid #29323b;
    border-bottom: 1px solid #29323b;
    border-radius: 0 0 16px 0;
    width: 48px;
  }
}
@media all and (min-width: 1280px) {
  .news .controller::before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 48px;
    left: auto;
    border-left: 1px solid #29323b;
    border-bottom: 1px solid #29323b;
    border-radius: 0 0 0 16px;
    width: 105.5px;
    height: 84px;
    z-index: 2;
  }
}
.news .controller .pulse--top-to-bottom {
  display: none;
}
@media all and (min-width: 1280px) {
  .news .controller .pulse--top-to-bottom {
    display: block;
    right: -51.5px;
    animation-name: pulseTopBottomNews;
    animation-delay: 3.8s;
  }
}
.news .controller__inner {
  padding: 24px;
  position: relative;
}
@media all and (min-width: 1280px) {
  .news .controller__inner {
    padding: 32px 58px 32px 32px;
  }
}
.news .controller__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -46px;
  left: calc(50% - 4px);
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
@media all and (min-width: 1280px) {
  .news .controller__inner::before {
    bottom: -108px;
  }
}
.news .controller__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 24px);
  right: auto;
  bottom: -38px;
  left: calc(50% - 0.5px);
  border-right: 1px solid #29323b;
  z-index: 2;
}
@media all and (min-width: 1280px) {
  .news .controller__inner::after {
    top: calc(100% - 32px);
    bottom: -100px;
  }
}
.news .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.news .section-title::before {
  content: "";
  display: block;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/shape-news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 16px;
}

.news__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0 0 32px 24px;
  border-left: 1px solid #29323b;
  border-bottom: 1px solid #29323b;
  border-radius: 0 0 0 16px;
  position: relative;
}
@media all and (min-width: 1280px) {
  .news__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding: 0 0 40px 32px;
  }
}
.news__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: -25px;
  bottom: -9px;
  left: auto;
  width: 113px;
  height: 42px;
  background-image: url(../images/qr-news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 1280px) {
  .news__inner::after {
    right: -35px;
  }
}
.news__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -4.5px;
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #fff;
  border-radius: 50%;
}
@media all and (min-width: 1280px) {
  .news__inner .news-item:nth-child(2) {
    z-index: 3;
  }
}
@media all and (min-width: 1280px) {
  .news__inner .news-item:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: calc(50% - 0.5px);
    bottom: -45px;
    left: auto;
    height: 8px;
    width: 8px;
    border: 1px solid #29323b;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3;
  }
}
.news__inner .news-item:nth-child(3) {
  z-index: 3;
}
@media all and (min-width: 1280px) {
  .news__inner .news-item:nth-child(3) {
    z-index: 0;
  }
}
.news__inner .news-item:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: calc(50% + 8.5px);
  bottom: -37px;
  left: auto;
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
}
@media all and (min-width: 1280px) {
  .news__inner .news-item:nth-child(3)::after {
    display: none;
  }
}
.news__inner .pulse--right-to-left {
  bottom: -4.5px;
  animation-delay: 4.6s;
}
.news__inner .pulse--bottom-to-top {
  left: -4.5px;
  animation-delay: 5.4s;
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (hover: hover) {
  .news-item:has(.link):hover .thumb {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0 #29323b;
  }
}

.news-item__info {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.news-item__title {
  text-wrap: balance;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 1280px) {
  .news-item__title {
    font-size: 24px;
  }
}

.news-item__intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.projects {
  background-color: #29323b;
  color: #fff;
  padding: 40px 0 32px;
}
@media all and (min-width: 1280px) {
  .projects {
    padding: 40px 0 64px;
  }
}
.projects .controller {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 8px 8px 0;
}
@media all and (min-width: 1280px) {
  .projects .controller {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
  }
}
.projects .section-title {
  color: #fff;
  margin-bottom: -8px;
}
@media all and (min-width: 1280px) {
  .projects .section-title {
    grid-column: 1/8;
    margin-bottom: -16px;
  }
}
.projects .section-title::before {
  content: "";
  display: block;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/shape-projects.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 16px;
}
@media all and (min-width: 1280px) {
  .projects .section-title::before {
    width: 32px;
    height: 32px;
  }
}
.projects .news-item {
  border-radius: 24px;
  border: 1px solid #000;
  box-shadow: 8px 8px 0 #000;
  background-color: #34404b;
}
@media all and (min-width: 1280px) {
  .projects .news-item {
    border-radius: 32px;
  }
}
@media (hover: hover) {
  .projects .news-item:has(.link):hover {
    box-shadow: 12px 12px 0 #000;
    transform: translate(-4px, -4px);
  }
  .projects .news-item:has(.link):hover .thumb {
    transform: none;
    box-shadow: none;
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item__title {
    margin-bottom: 14px;
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj1 {
    grid-column: 1/5;
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj1::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #000;
    width: 48px;
    left: calc(100% + 1px);
    top: 158.5px;
  }
}
.projects .news-item--proj1 .thumb {
  aspect-ratio: 16/7;
  border-radius: 24px 24px 0 0;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj1 .thumb {
    aspect-ratio: auto;
    border-radius: 32px 32px 0 0;
  }
}
.projects .news-item--proj1 .thumb img {
  -o-object-position: left top;
  object-position: left top;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj1 .thumb img {
    position: static;
    max-height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 -115px;
    object-position: 0 -115px;
  }
}
.projects .news-item--proj1 .news-item__info {
  padding: 8px 24px 24px;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj1 .news-item__info {
    padding: 18px 64px 42px;
  }
}
@media (hover: hover) {
  .projects .news-item--proj1:has(.link):hover::after {
    transform: translateY(4px);
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj2 {
    grid-column: 5/8;
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj2::after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid #000;
    height: 48px;
    left: 50%;
    top: calc(100% + 1px);
  }
}
.projects .news-item--proj2 .thumb {
  aspect-ratio: 1/1;
  border-radius: 24px 24px 0 0;
  margin-top: 8px;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj2 .thumb {
    position: absolute;
    aspect-ratio: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 210px;
    border-radius: 32px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.projects .news-item--proj2 .thumb img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right top;
  object-position: right top;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj2 .thumb img {
    position: static;
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
.projects .news-item--proj2 .thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    180deg,
    rgba(52, 64, 75, 0) 0%,
    #34404b 100%
  );
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj2 .thumb::after {
    display: none;
  }
}
.projects .news-item--proj2 .news-item__info {
  padding: 0 24px 24px;
  margin-top: -192px;
  z-index: 2;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj2 .news-item__info {
    padding: 48px 220px 42px 64px;
    margin-top: 0;
  }
}
@media all and (max-width: 699px) {
  .projects .news-item--proj2 .news-item__title {
    padding-right: 40%;
    line-height: 1.1;
    margin-bottom: 8px;
  }
}
@media (hover: hover) {
  .projects .news-item--proj2:has(.link):hover::after {
    transform: translateX(4px);
  }
}
.projects .news-item--proj3 {
  display: block;
  flex-direction: column !important;
  gap: 32px;
  padding: 24px;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj3 {
    display: flex;
    grid-column: 1/4;
    padding: 64px 56px 64px 64px;
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj3::after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid #000;
    height: 32px;
    left: 50%;
    bottom: calc(100% + 1px);
  }
}
.projects .news-item--proj3 .thumb {
  float: left;
  aspect-ratio: auto;
  width: 96px;
  border-radius: 0;
  margin: 4px 32px 24px 0;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj3 .thumb {
    float: none;
    width: 210px;
    margin: 0 auto;
  }
}
.projects .news-item--proj3 .thumb img {
  position: static;
  height: auto;
  border-radius: 12px;
}
.projects .news-item--proj3 .news-item__info {
  flex: 1;
  padding: 0;
  gap: 24px;
  display: inline;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj3 .news-item__info {
    display: flex;
  }
}
.projects .news-item--proj3 .news-item__info p {
  display: inline;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj3 .news-item__info p {
    display: block;
  }
}
@media (hover: hover) {
  .projects .news-item--proj3:has(.link):hover::after {
    transform: translateX(4px);
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj4 {
    grid-column: 4/8;
  }
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj4::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #000;
    width: 32px;
    right: calc(100% + 1px);
    top: 190.5px;
  }
}
.projects .news-item--proj4 .thumb {
  border-radius: 24px 24px 0 0;
  aspect-ratio: 16/7;
  background-color: #47678e;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj4 .thumb {
    aspect-ratio: auto;
    border-radius: 32px 32px 0 0;
  }
}
.projects .news-item--proj4 .thumb img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj4 .thumb img {
    position: static;
  }
}
.projects .news-item--proj4 .news-item__info {
  padding: 8px 24px 24px;
}
@media all and (min-width: 1280px) {
  .projects .news-item--proj4 .news-item__info {
    padding: 26px 64px 42px;
  }
}
@media (hover: hover) {
  .projects .news-item--proj4:has(.link):hover::after {
    transform: translateY(4px);
  }
}
.projects .news-item__title {
  font-size: 32px;
}
.projects .news-item__intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 50;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes pulseLeftRightResearch {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    left: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    left: calc(50% - 4px);
  }
  18% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  20% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    left: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    left: calc(100% - 4.5px);
  }
}
@keyframes pulseRightLeftResearch {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    right: 0;
  }
  2% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #d90046;
    right: calc(50% - 4px);
  }
  18% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
  }
  20% {
    opacity: 0;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    right: calc(100% - 4.5px);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0 0 5px rgba(217, 0, 70, 0);
    right: calc(100% - 4.5px);
  }
}
.research {
  border-top: 1px solid #29323b;
  border-bottom: 1px solid #29323b;
  margin: 40px 0 55px;
  background-color: #fff;
  position: relative;
}
@media all and (min-width: 1280px) {
  .research {
    margin: 96px 0 95px;
  }
}
.research .pulse--left-to-right {
  top: -4.5px;
  animation-delay: 3.8s;
}
@media all and (min-width: 1280px) {
  .research .pulse--left-to-right {
    animation-name: pulseLeftRightResearch;
  }
}
.research .pulse--right-to-left {
  bottom: -4.5px;
  animation-delay: 4.6s;
}
@media all and (min-width: 1280px) {
  .research .pulse--right-to-left {
    animation-delay: 5.4s;
    animation-name: pulseRightLeftResearch;
  }
}
.research .controller {
  padding: 32px 0 55px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media all and (min-width: 1280px) {
  .research .controller {
    padding: 64px 0 48px;
    flex-direction: row;
  }
}
.research .controller::before,
.research .controller::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 3;
}
.research .controller::before {
  left: 50%;
  transform: translate(-50%, 4px);
  bottom: 100%;
  width: 9px;
  height: 50px;
  background-image: url(../images/qr-research1-.svg);
}
@media all and (min-width: 1280px) {
  .research .controller::before {
    background-image: url(../images/qr-research1.svg);
    height: 106px;
  }
}
.research .controller::after {
  bottom: -61px;
  left: 0;
  width: 137px;
  height: 118px;
  background-image: url(../images/qr-research2-.svg);
}
@media all and (min-width: 1280px) {
  .research .controller::after {
    background-image: url(../images/qr-research2.svg);
    height: 158px;
    bottom: -101px;
  }
}

.research__menu {
  flex: 1;
}
.research__menu .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.research__menu .section-title::before {
  content: "";
  display: block;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/shape-research.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 16px;
}
.research__menu > ul {
  list-style-type: none;
}
.research__menu > ul > li {
  margin-bottom: 16px;
}
.research__menu > ul > li > a {
  font-weight: 700;
  padding: 4px 0;
}
@media (hover: hover) {
  .research__menu > ul > li > a:hover {
    color: #d90046;
  }
}
.research__menu > ul > li ul {
  margin-top: -16px;
  list-style-type: none;
}
.research__menu > ul > li ul a {
  padding: 4px 0;
}
.research__menu > ul > li ul a::before {
  content: "»";
  display: inline-block;
  margin-right: 8px;
}
@media (hover: hover) {
  .research__menu > ul > li ul a:hover {
    color: #d90046;
  }
  .research__menu > ul > li ul a:hover::before {
    color: #d90046;
    transform: translateX(2px);
  }
}

.view-all-wrapper {
  text-align: center;
}

.view-all {
  font-family: "Victor Mono", monospace;
  font-weight: 700;
  font-size: 14px;
  color: #d90046;
  box-shadow: 0 1px 0 transparent;
  padding: 0 !important;
}
@media (hover: hover) {
  .view-all:hover {
    color: #d90046;
    box-shadow: 0 1px 0 #d90046;
  }
}

.research__books {
  display: flex;
  padding: 8px 32px 0;
  width: 100vw;
  margin-left: -32px;
  margin-top: 8px;
  overflow-x: auto;
}
@media all and (min-width: 1280px) {
  .research__books {
    padding: 8px 0 0;
    overflow: hidden;
    margin-left: 0;
    margin-top: -8px;
    transform: translateX(24px);
    width: 1024px;
  }
}

.research__books__inner {
  display: flex;
  gap: 24px;
}
.research__books__inner--1 {
  transform: translateX(0);
}
.research__books__inner--2 {
  transform: translateX(-1024px);
}
.research__books__inner--3 {
  transform: translateX(-2048px);
}
.research__books__inner--4 {
  transform: translateX(-3072px);
}

.book {
  width: 232px;
  height: 328px;
  padding: 0 8px 8px 0;
  display: flex;
  position: relative;
}
.book::before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 8px;
  background-color: rgba(41, 50, 59, 0.12);
  transform: skewY(45deg);
  transform-origin: top left;
}
.book::after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 50, 59, 0.24);
  transform: skewX(45deg);
  transform-origin: top left;
}
@media (hover: hover) {
  .book:has(.link):hover {
    transform: translateY(-8px);
  }
}

.book__cover {
  border: 1px solid #c8ccd0;
  background-image: linear-gradient(180deg, #fff 0%, #f4f5f6 100%);
  position: relative;
  padding: 24px 24px 24px 48px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.book__cover::before,
.book__cover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
}
.book__cover::before {
  background-image: linear-gradient(180deg, #359aff 0%, #0281ff 100%);
}
.book__cover::after {
  left: 12px;
  background-image: linear-gradient(180deg, #359a34 0%, #028101 100%);
}

.book__category {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 46px;
  background-image: url(../images/ref-icon.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 0 0;
}

.book__title {
  text-wrap: balance;
  margin-top: auto;
  font-weight: 700;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book--w-cover {
  position: relative;
}
.book--w-cover .thumb {
  width: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 8px;
  left: 0;
  aspect-ratio: auto;
  border-radius: 0;
}
.book--w-cover .thumb img {
  -o-object-position: center;
  object-position: center;
}
.book--w-cover .book__cover {
  opacity: 0;
  background-image: linear-gradient(
    180deg,
    rgba(41, 50, 59, 0.95) 0%,
    rgba(41, 50, 59, 0.95) 100%
  );
  color: #fff;
}
.book--w-cover .book__cover::before,
.book--w-cover .book__cover::after {
  opacity: 0;
}
.book--w-cover .book__category {
  background-image: none;
}
@media (hover: hover) {
  .book--w-cover:hover .book__cover {
    opacity: 1;
  }
}

.research__controls {
  display: none;
}
@media all and (min-width: 1280px) {
  .research__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
}
.research__controls button {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.research__controls button::before {
  content: "";
  display: block;
  background-color: #c8ccd0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media (hover: hover) {
  .research__controls button:hover::before {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #29323b;
  }
}
.research__controls button.active::before {
  background-color: #29323b;
  border-radius: 3px;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #29323b;
}
@media (hover: hover) {
  .research__controls button.active:hover::before {
    background-color: #29323b;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #29323b;
  }
}

.team .controller {
  padding-top: 0;
}
.team .controller::before,
.team .controller::after {
  display: none;
}
.team .controller .pulse--top-to-bottom {
  right: auto;
  left: -4.5px;
  animation-delay: 7s;
  animation-name: pulseTopBottom;
}
.team .controller .pulse--left-to-right {
  bottom: -4.5px;
  animation-delay: 7.8s;
  animation-name: pulseLeftRight;
}
.team .controller__inner {
  border-radius: 0 32px 32px 32px;
}
.team .controller__inner::before,
.team .controller__inner::after {
  display: none;
}
.team .news-item {
  z-index: 1;
  width: 232px;
}
@media all and (min-width: 1280px) {
  .team .news-item {
    width: 100%;
  }
}
.team .news-item:nth-child(2)::after,
.team .news-item:nth-child(3)::after {
  display: none;
}
.team .news__inner {
  width: calc(100% + 24px);
  padding-right: 24px;
  padding-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (min-width: 1280px) {
  .team .news__inner {
    width: 100%;
    overflow: visible;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.team .news__inner::before {
  display: none;
}
@media all and (min-width: 1280px) {
  .team .news__inner::before {
    display: block;
    border: none;
    border-left: 1px solid #29323b;
    background-color: transparent;
    border-radius: 0;
    top: -80px;
    bottom: 100%;
    left: -1px;
    right: auto;
    width: auto;
    height: auto;
  }
}
.team .news__inner::after {
  display: none;
}
@media all and (min-width: 1280px) {
  .team .news__inner::after {
    display: block;
    width: 135px;
    height: 125px;
    background-image: url(../images/qr-team.svg);
    bottom: -14px;
    right: 0;
  }
}
.team .thumb {
  aspect-ratio: 2/3;
}
.team .view-all-wrapper {
  position: sticky;
  left: 50%;
  transform: translateX(calc(-50% - 12px));
  width: 70px;
}
@media all and (min-width: 1280px) {
  .team .view-all-wrapper {
    position: static;
    transform: none;
    width: auto;
    grid-column: 1/5;
    margin: -8px 0;
  }
}
@media all and (min-width: 1280px) {
  .team .section-title {
    padding-left: 32px;
  }
}
.team .section-title::before {
  background-image: url(../images/shape-team.svg);
}

.newsletter .controller {
  padding-bottom: 56px;
  max-width: 100%;
}
@media all and (min-width: 1280px) {
  .newsletter .controller {
    padding-bottom: 102px;
    max-width: 1248px;
  }
}
.newsletter .section-title {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px 20px 0;
}
@media all and (min-width: 1280px) {
  .newsletter .section-title {
    top: 32px;
    left: 32px;
  }
}
.newsletter .section-title::before,
.newsletter .section-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border: 1px solid #29323b;
  background-color: #fff;
  border-radius: 50%;
}
.newsletter .section-title::before {
  bottom: 0;
  left: -2.5px;
}
.newsletter .section-title::after {
  top: -2.5px;
  right: 0;
}
.newsletter .controller__inner {
  padding: 24px;
}
@media all and (min-width: 1280px) {
  .newsletter .controller__inner {
    padding: 32px;
  }
}

.newsletter__inner {
  border-radius: 16px;
  border: 1px solid #29323b;
  padding: 108px 24px 24px;
  text-align: center;
  background-image: url(../images/ref-icon.svg);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center 46px;
}
@media all and (min-width: 1280px) {
  .newsletter__inner {
    padding: 108px 32px 56px;
  }
}

.newsletter__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media all and (min-width: 1280px) {
  .newsletter__title {
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.newsletter__form {
  display: flex;
  flex-direction: column;
  max-width: 896px;
  gap: 16px;
  margin: 24px auto 0;
}
@media all and (min-width: 1280px) {
  .newsletter__form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 40px auto 0;
  }
}
.newsletter__form .btn {
  grid-column: 2/3;
  margin-top: 16px;
}
@media all and (min-width: 1280px) {
  .newsletter__form .btn {
    font-size: 24px;
  }
}

.donors {
  margin-bottom: 40px;
}
@media all and (min-width: 1280px) {
  .donors {
    margin-bottom: 96px;
  }
}
.donors .section-title {
  text-align: center;
  width: 100%;
}
.donors .section-title > * {
  width: 100%;
}

.donors__grid {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #c8ccd0;
  padding: 1px;
  gap: 1px;
  margin: 24px 0;
}
@media all and (min-width: 1280px) {
  .donors__grid {
    grid-template-columns: 1fr 1fr;
    margin: 40px 0;
  }
}

.donor {
  background-color: #f4f5f6;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 1280px) {
  .donor {
    flex-direction: row;
    gap: 16px;
  }
}
@media (hover: hover) {
  .donor:has(.link):hover {
    box-shadow: 0 0 0 1px #29323b;
    background-color: #fff;
  }
}

.donor__logo {
  width: 150px;
  height: 104px;
  margin: 24px;
  position: relative;
}
.donor__logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.donor__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 24px 24px;
}
@media all and (min-width: 1280px) {
  .donor__info {
    padding: 24px 48px 24px 0;
  }
}

.donor__title {
  font-weight: 700;
  font-size: 18px;
}

.donor__intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 1280px) {
  .donor__intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.footer {
  background-color: #fff;
  border-top: 1px solid #29323b;
  border-bottom: 1px solid #29323b;
  padding: 40px 0;
}
@media all and (min-width: 1280px) {
  .footer {
    padding: 72px 0;
  }
}
.footer .controller {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media all and (min-width: 1280px) {
  .footer .controller {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
  }
}

.footer__logo {
  transform: translate(-4px, -4px);
  margin-bottom: 32px;
}
@media all and (min-width: 1280px) {
  .footer__logo {
    margin-bottom: 0;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__col > img {
  width: 100%;
}

.footer__social {
  margin-top: auto;
  list-style-type: none;
  display: flex;
  gap: 16px;
}
.footer__social a {
  position: relative;
  display: block;
}
.footer__social a::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
}
@media (hover: hover) {
  .footer__social a:hover {
    transform: translateY(-2px);
  }
}

.footer__title {
  font-size: 24px;
  font-weight: 700;
}

.footer__countries {
  list-style-type: none;
}
.footer__countries a {
  padding: 4px 0;
}
@media (hover: hover) {
  .footer__countries a:hover {
    color: #d90046;
  }
}

.fineprint {
  font-size: 14px;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  font-size: 14px;
  margin-bottom: 16px;
  overflow-x: hidden;
  position: relative;
  font-family: "Victor Mono", monospace;
  letter-spacing: 1px;
}
.breadcrumbs::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 80px;
  background-image: linear-gradient(
    270deg,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media all and (min-width: 1280px) {
  .breadcrumbs::after {
    width: 128px;
  }
}
.breadcrumbs li {
  flex-shrink: 0;
}
.breadcrumbs li + li::before {
  content: "»";
  margin: 0 8px;
}
.breadcrumbs a {
  color: #d90046;
  box-shadow: 0 1px 0 transparent;
  text-transform: uppercase;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    box-shadow: inset 0 -1px 0 #d90046;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  font-weight: 700;
  flex-shrink: 0;
}
.breadcrumbs .breadcrumbs__articol {
  font-weight: 400;
  letter-spacing: 0.25px;
}

.article {
  padding-bottom: 48px;
  margin-top: -1px;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .article {
    padding-bottom: 96px;
    font-size: 20px;
  }
}
.article .controller {
  background-color: #fff;
  padding: 32px 0 16px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  box-shadow: 0 -1px 0 #29323b;
  border-top: 1px solid #29323b;
  border-bottom: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .article .controller {
    border: none;
    max-width: 1248px;
    box-shadow: inset 0 0 0 1px #29323b;
    padding: 48px 96px 64px;
    border-radius: 0 0 32px 32px;
  }
}
.article .controller > * {
  width: 100%;
  max-width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1280px) {
  .article .controller > * {
    max-width: 784px;
  }
}
.article .controller .article__photo {
  width: calc(100% - 8px);
  max-width: 100%;
  margin-left: 0;
  margin-right: 8px;
  box-shadow: 8px 8px 0 #29323b;
}
@media all and (min-width: 1280px) {
  .article .controller .article__photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.article .controller .article__photo--person {
  aspect-ratio: 2/3;
  position: relative;
  width: calc(100% - 32px - 24px);
  margin: 0 32px 40px 24px;
}
@media all and (min-width: 700px) {
  .article .controller .article__photo--person {
    width: 320px;
    float: left;
    margin: 0 40px 32px 24px;
  }
}
@media all and (min-width: 1280px) {
  .article .controller .article__photo--person {
    margin: 0 56px 40px calc((100% - 784px) / 2 - 8px);
  }
}
.article .controller .article__photo--person img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.article .controller .article__photo--person + h2 {
  margin-top: -8px;
}
@media all and (min-width: 700px) {
  .article .controller .article__photo--person + h2 {
    margin-top: 8px;
  }
}
.article .controller blockquote {
  max-width: 800px;
}
.article .controller .pulse {
  width: 8px;
  right: -3.5px;
  top: 0;
  margin: 0;
  animation-duration: 120s;
}
.article hr {
  clear: both;
}
@media all and (min-width: 700px) {
  .article:has(.article__photo--person) .controller {
    display: block;
  }
}
.article:has(.article__photo--person) .controller::after {
  content: "";
  display: block;
  clear: both;
}
.article:has(.article__photo--person) .controller h2 + h3 {
  font-size: 18px;
  margin-top: -16px;
  font-weight: 400;
}
.article:has(.article__photo--person) .controller hr {
  margin-top: 8px;
}
@media all and (min-width: 700px) {
  .article:has(.article__photo--person) .controller hr {
    margin-top: 32px;
    max-width: calc(100% - 48px);
  }
}
@media all and (min-width: 1280px) {
  .article:has(.article__photo--person) .controller hr {
    margin: 48px auto;
    max-width: 800px;
  }
}
.article h1 {
  font-size: 24px;
  line-height: 1.33333333;
  font-weight: 700;
  margin-bottom: 24px;
}
@media all and (min-width: 1280px) {
  .article h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 48px;
  }
}
.article h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.33333333;
  margin-top: 16px;
}
.article h3,
.article h4,
.article h5,
.article h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.6;
  margin-top: 16px;
}
.article p {
  margin-bottom: 24px;
}
.article p.date {
  font-size: 14px;
  font-family: "Victor Mono", monospace;
  letter-spacing: 0.25px;
  color: rgba(41, 50, 59, 0.7);
}
@media all and (min-width: 1280px) {
  .article p.date {
    font-size: 16px;
  }
}
.article ul:not(.breadcrumbs):not(.category__submenu) {
  margin-bottom: 24px;
  padding: 0 0 0 24px;
}
@media all and (min-width: 1280px) {
  .article ul:not(.breadcrumbs):not(.category__submenu) {
    padding: 0 57px;
  }
}
.article ul:not(.breadcrumbs):not(.category__submenu) li {
  margin-bottom: 8px;
  padding-left: 8px;
}
.article ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
@media all and (min-width: 1280px) {
  .article ol {
    padding-left: 63px;
    padding-right: 57px;
  }
}
.article ol li {
  margin-bottom: 8px;
  padding-left: 8px;
}
@media all and (min-width: 1280px) {
  .article ol li {
    padding-left: 2px;
  }
}
.article p a,
.article ul a,
.article ol a,
.article h2 a,
.article h3 a,
.article h4 a,
.article h5 a,
.article h6 a,
.article blockquote a {
  color: #d90046;
  box-shadow: 0 1px 0 transparent;
}
@media (hover: hover) {
  .article p a:hover,
  .article ul a:hover,
  .article ol a:hover,
  .article h2 a:hover,
  .article h3 a:hover,
  .article h4 a:hover,
  .article h5 a:hover,
  .article h6 a:hover,
  .article blockquote a:hover {
    box-shadow: inset 0 -1px 0 #d90046;
  }
}
.article blockquote {
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: #f4f5f6;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .article blockquote {
    padding: 48px;
    border: none;
  }
}
.article blockquote + blockquote {
  border-radius: 0 0 24px 24px;
  margin-top: -56px;
  padding-top: 24px;
  border-top: none;
}
@media (hover: hover) {
  .article .category__submenu a:hover {
    box-shadow: none;
  }
}

.article__photo {
  border-radius: 24px;
  margin-bottom: 40px;
  border: 1px solid #29323b;
  width: calc(100% - 8px);
}
@media all and (min-width: 1280px) {
  .article__photo {
    border-radius: 32px;
    margin-bottom: 48px;
  }
}
.article__photo img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 0 0 1px #29323b;
}
@media all and (min-width: 1280px) {
  .article__photo img {
    border-radius: 32px;
  }
}
.article__photo figcaption {
  font-size: 14px;
  padding: 16px 32px 14px;
  text-wrap: balance;
  line-height: 1.33333333;
}
@media all and (min-width: 1280px) {
  .article__photo figcaption {
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 136px 14px;
    text-wrap: pretty;
  }
}
.article__photo figcaption a {
  color: #d90046;
  box-shadow: 0 1px 0 transparent;
}
@media (hover: hover) {
  .article__photo figcaption a:hover {
    box-shadow: inset 0 -1px 0 #d90046;
  }
}
.article__photo:has(figcaption) img {
  border-radius: 24px 24px 0 0;
}
@media all and (min-width: 1280px) {
  .article__photo:has(figcaption) img {
    border-radius: 32px 32px 0 0;
  }
}

.blockquote__author {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.blockquote__author::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/shape-team.svg);
  transform: translateY(3px);
}

.category {
  padding-bottom: 48px;
  margin-top: -1px;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .category {
    padding-bottom: 96px;
  }
}
.category .controller {
  background-color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  box-shadow: 0 -1px 0 #29323b;
  border-top: 1px solid #29323b;
  border-bottom: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .category .controller {
    border: none;
    max-width: 1248px;
    box-shadow: inset 0 0 0 1px #29323b;
    padding: 48px 96px 64px;
    border-radius: 0 0 32px 32px;
  }
}
.category .controller .pulse {
  width: 8px;
  right: -3.5px;
  top: 0;
  margin: 0;
  animation-duration: 120s;
}
.category .breadcrumbs {
  margin-left: 8px;
  margin-right: 8px;
}
.category h1 {
  font-size: 32px;
  line-height: 1.33333333;
  font-weight: 700;
  margin-bottom: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
@media all and (min-width: 1280px) {
  .category h1 {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 48px;
  }
}
.category .section-title {
  padding-left: 8px;
  padding-right: 8px;
}
.category .donors__grid {
  grid-template-columns: 1fr;
}
.category .donors__grid + .section-title {
  margin-top: 16px;
}
.category .donor {
  background-color: #fff;
}
@media all and (min-width: 1280px) {
  .category .donor {
    padding: 16px 32px;
    gap: 48px;
  }
}
@media all and (min-width: 1280px) {
  .category .donor__logo {
    margin: 24px 40px;
  }
}
.category .donor__intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 200;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category__title {
  font-size: 32px;
  line-height: 1.33333333;
  font-weight: 700;
  margin-bottom: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
@media all and (min-width: 1280px) {
  .category__title {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 48px;
  }
}
.category__title + .category__info {
  margin-top: -16px;
}
@media all and (min-width: 1280px) {
  .category__title + .category__info {
    margin-top: -40px;
  }
}
@media all and (min-width: 1280px) {
  .category__title + .category__submenu {
    margin-top: -24px;
  }
}

.category__info {
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px;
}
@media all and (min-width: 1280px) {
  .category__info {
    max-width: 70%;
    margin-bottom: 48px;
  }
}
.category__info + .category__submenu {
  margin-top: -8px;
}
@media all and (min-width: 1280px) {
  .category__info + .category__submenu {
    margin-top: -24px;
  }
}

.category__submenu {
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #f4f5f6;
  color: #d90046;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 32px;
  width: 100vw;
  margin-left: -24px;
  padding: 0 16px;
  position: sticky;
  top: 65px;
  white-space: nowrap;
}
@media all and (min-width: 1280px) {
  .category__submenu {
    width: 100%;
    margin-left: 0;
    margin-bottom: 48px;
    padding: 0;
    border-radius: 8px;
  }
}
.category__submenu a {
  padding: 12px 16px 11px;
  display: block;
  position: relative;
}
@media all and (min-width: 1280px) {
  .category__submenu a {
    padding: 12px 24px 11px;
  }
}
@media all and (min-width: 1280px) {
  .category__submenu a::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d90046;
    height: 1px;
    left: 22px;
    right: 22px;
    bottom: 0;
    opacity: 0;
  }
}
@media (hover: hover) and (min-width: 1280px) {
  .category__submenu a:hover::after {
    opacity: 1;
  }
}
.category__submenu li + li a::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #c8ccd0;
  top: 8px;
  bottom: 8px;
  left: -0.5px;
}

.listing {
  display: grid;
  gap: 32px;
}
@media all and (min-width: 1280px) {
  .listing {
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }
}
.listing .news-item .thumb {
  border: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .listing .news-item .thumb {
    border: none;
  }
}

.pagination {
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-top: 32px;
}
@media all and (min-width: 1280px) {
  .pagination {
    margin-top: 48px;
  }
}
.pagination li {
  display: none;
  margin-right: 4px;
}
@media all and (min-width: 1280px) {
  .pagination li {
    display: block;
  }
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.mobile {
  display: block;
}
.pagination li.page-selector {
  flex: 1;
  display: block;
}
@media all and (min-width: 1280px) {
  .pagination li.page-selector {
    display: none;
  }
}
.pagination a,
.pagination div {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f6;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.pagination a {
  color: #29323b;
  border: 1px solid #f4f5f6;
}
@media (hover: hover) {
  .pagination a:hover {
    box-shadow: inset 0 0 0 1px #d90046;
  }
  .pagination a:hover span {
    color: #d90046;
  }
}
.pagination a.selected {
  background-color: #d90046;
  border: 1px solid #d90046;
  color: #fff;
}
.pagination a.selected:hover span {
  color: #fff;
}
.pagination img {
  width: 26px;
  height: 26px;
}
.pagination div {
  background-color: transparent;
  font-weight: 400;
  pointer-events: none;
}
.pagination select {
  height: 48px;
  margin: 0 8px 0 0;
  padding: 0 16px;
  width: 100%;
  background-color: #f4f5f6;
  border: 1px solid #f4f5f6;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 8px;
  color: #29323b;
}
.pagination select:focus {
  border: 1px solid #29323b;
}

.category--team .listing {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media all and (min-width: 1280px) {
  .category--team .listing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px 40px;
  }
}
.category--team .listing .thumb {
  aspect-ratio: 2/3;
}

.category--research .listing {
  grid-template-columns: 1fr;
}
@media all and (min-width: 1280px) {
  .category--research .listing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px 40px;
  }
}
.category--research .book {
  margin-left: auto;
  margin-right: auto;
}

.cpt-file-container {
  border-radius: 8px;
  background-color: #fff;
  color: #d90046;
  position: relative;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 18px;
  border: 1px solid #29323b;
}
@media all and (min-width: 1280px) {
  .cpt-file-container {
    font-size: 20px;
  }
}
.cpt-file-container a {
  display: block;
  padding: 16px 16px 16px 88px;
  line-height: 1.33333333;
  text-wrap: balance;
}
@media all and (min-width: 1280px) {
  .cpt-file-container a {
    padding: 32px 48px 32px 128px;
  }
}
@media (hover: hover) {
  .cpt-file-container:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0 #29323b;
  }
}

.cpt-file-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media all and (min-width: 1280px) {
  .cpt-file-icon {
    left: 48px;
  }
}

@media print {
  @page {
    size: A4 portrait;
  }
  @page :left {
    margin-left: 3cm;
    @bottom-left {
      margin: 10pt 0 30pt 0;
      border-top: 0.25pt solid #666;
      content: "A1";
      font-size: 9pt;
      color: #333;
    }
  }
  @page :right {
    margin-left: 4cm;
    @bottom-right {
      content: "Pagina " counter(page) " din " counter(pages);
    }
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img,
  table,
  figure {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
} /*# sourceMappingURL=default.css.map */
