@charset "UTF-8";
/* Variables */
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* FA */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

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

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

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/themes/custom/ru/fonts/fa-solid-900.woff2") format("woff2"), url("/themes/custom/ru/fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/themes/custom/ru/fonts/fa-brands-400.woff2") format("woff2"), url("/themes/custom/ru/fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/* Base */
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-size: 62.5%;
  background: #f6f6f6;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #303030;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0 0.4;
}
@media (max-width: 559px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
body.page--no-scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

a {
  color: #E3000B;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #730E04;
  text-decoration: none;
}

h1, h2, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-blog-post .blog__authors .text--employee,
.node--type-blog-post .author__info .text--employee, h3, h4 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #E3000B;
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px;
}

h1 {
  font-size: 3rem;
  line-height: 3.4rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 559px) {
  h1 {
    word-break: break-word;
  }
}
@media (min-width: 1200px) {
  h1.page_title--bigger {
    font-size: 4.8rem;
    line-height: 1;
  }
}

h2, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-blog-post .blog__authors .text--employee,
.node--type-blog-post .author__info .text--employee {
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #730E04;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h3 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 800;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h4 {
  font-size: 1.9rem;
  line-height: 1.9rem;
  color: #730E04;
}

p {
  margin: 1.8rem 0 0 0;
}
.contextual + p {
  margin-top: 0;
}

hr {
  border-top: 0.1rem solid #d7d7d7;
}

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

figure {
  margin: 0;
  padding: 0;
}

*[aria-hidden=true] {
  display: none;
}

.ui-widget {
  font-family: "Open Sans", Arial, sans-serif;
}

.focusable:focus {
  display: block;
  width: auto;
  height: auto;
}

.fa {
  font-family: "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ru-body ul:not(.iconlist__list),
.l-section-col--text ul:not(.iconlist__list),
.article-body ul:not(.iconlist__list),
.node--full > .rich-text ul:not(.iconlist__list),
.js-form-type-webform-markup ul:not(.iconlist__list),
.section--table .rich-text ul:not(.iconlist__list),
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}
.ru-body ul:not(.iconlist__list) li,
.l-section-col--text ul:not(.iconlist__list) li,
.article-body ul:not(.iconlist__list) li,
.node--full > .rich-text ul:not(.iconlist__list) li,
.js-form-type-webform-markup ul:not(.iconlist__list) li,
.section--table .rich-text ul:not(.iconlist__list) li,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.ru-body ul:not(.iconlist__list) li::before,
.l-section-col--text ul:not(.iconlist__list) li::before,
.article-body ul:not(.iconlist__list) li::before,
.node--full > .rich-text ul:not(.iconlist__list) li::before,
.js-form-type-webform-markup ul:not(.iconlist__list) li::before,
.section--table .rich-text ul:not(.iconlist__list) li::before,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}
.ru-body ul:not(.iconlist__list) li > ul,
.l-section-col--text ul:not(.iconlist__list) li > ul,
.article-body ul:not(.iconlist__list) li > ul,
.node--full > .rich-text ul:not(.iconlist__list) li > ul,
.js-form-type-webform-markup ul:not(.iconlist__list) li > ul,
.section--table .rich-text ul:not(.iconlist__list) li > ul,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}
.ru-body ul:not(.iconlist__list) + h2, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .ru-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .ru-body ul:not(.iconlist__list) + .text--employee,
.ru-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .ru-body ul:not(.iconlist__list) + .text--employee, .ru-body ul:not(.iconlist__list) + h3,
.l-section-col--text ul:not(.iconlist__list) + h2,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-section-col--text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text ul:not(.iconlist__list) + h3,
.article-body ul:not(.iconlist__list) + h2,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.article-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .article-body ul:not(.iconlist__list) + .text--employee,
.article-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .article-body ul:not(.iconlist__list) + .text--employee,
.article-body ul:not(.iconlist__list) + h3,
.node--full > .rich-text ul:not(.iconlist__list) + h2,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--full > .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text ul:not(.iconlist__list) + h3,
.js-form-type-webform-markup ul:not(.iconlist__list) + h2,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup ul:not(.iconlist__list) + h3,
.section--table .rich-text ul:not(.iconlist__list) + h2,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.section--table .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text ul:not(.iconlist__list) + h3,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h2,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}
.ru-body ol,
.l-section-col--text ol,
.article-body ol,
.node--full > .rich-text ol,
.js-form-type-webform-markup ol,
.section--table .rich-text ol,
.l-reusable-dynamic-sections .section--body ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}
.ru-body ol li,
.l-section-col--text ol li,
.article-body ol li,
.node--full > .rich-text ol li,
.js-form-type-webform-markup ol li,
.section--table .rich-text ol li,
.l-reusable-dynamic-sections .section--body ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.ru-body ol li::before,
.l-section-col--text ol li::before,
.article-body ol li::before,
.node--full > .rich-text ol li::before,
.js-form-type-webform-markup ol li::before,
.section--table .rich-text ol li::before,
.l-reusable-dynamic-sections .section--body ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}
.ru-body ol li > ol,
.l-section-col--text ol li > ol,
.article-body ol li > ol,
.node--full > .rich-text ol li > ol,
.js-form-type-webform-markup ol li > ol,
.section--table .rich-text ol li > ol,
.l-reusable-dynamic-sections .section--body ol li > ol {
  margin-top: 0;
}
.ru-body ol + h2, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ol + .field__label, .ru-body .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .ru-body ol + .text--employee,
.ru-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .ru-body ol + .text--employee, .ru-body ol + h3, .ru-body ol + h4,
.l-section-col--text ol + h2,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-section-col--text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ol + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ol + .text--employee,
.l-section-col--text ol + h3,
.l-section-col--text ol + h4,
.article-body ol + h2,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.article-body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .article-body ol + .text--employee,
.article-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .article-body ol + .text--employee,
.article-body ol + h3,
.article-body ol + h4,
.node--full > .rich-text ol + h2,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--full > .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text ol + h3,
.node--full > .rich-text ol + h4,
.js-form-type-webform-markup ol + h2,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ol + .field__label,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup ol + h3,
.js-form-type-webform-markup ol + h4,
.section--table .rich-text ol + h2,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.section--table .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ol + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ol + .text--employee,
.section--table .rich-text ol + h3,
.section--table .rich-text ol + h4,
.l-reusable-dynamic-sections .section--body ol + h2,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body ol + h3,
.l-reusable-dynamic-sections .section--body ol + h4 {
  margin-top: 3rem;
}
.ru-body p + .section--related,
.l-section-col--text p + .section--related,
.article-body p + .section--related,
.node--full > .rich-text p + .section--related,
.js-form-type-webform-markup p + .section--related,
.section--table .rich-text p + .section--related,
.l-reusable-dynamic-sections .section--body p + .section--related {
  margin-top: 1rem;
}
.ru-body p + ul,
.l-section-col--text p + ul,
.article-body p + ul,
.node--full > .rich-text p + ul,
.js-form-type-webform-markup p + ul,
.section--table .rich-text p + ul,
.l-reusable-dynamic-sections .section--body p + ul {
  margin-top: 1.6rem;
}
.ru-body p + h2, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > p + .field__label, .ru-body .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .ru-body p + .text--employee,
.ru-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .ru-body p + .text--employee, .ru-body p + h3, .ru-body p + h4,
.l-section-col--text p + h2,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-section-col--text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text p + .text--employee,
.l-section-col--text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-section-col--text p + .text--employee,
.l-section-col--text p + h3,
.l-section-col--text p + h4,
.article-body p + h2,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > p + .field__label,
.article-body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .article-body p + .text--employee,
.article-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .article-body p + .text--employee,
.article-body p + h3,
.article-body p + h4,
.node--full > .rich-text p + h2,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--full > .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text p + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text p + .text--employee,
.node--full > .rich-text p + h3,
.node--full > .rich-text p + h4,
.js-form-type-webform-markup p + h2,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > p + .field__label,
.js-form-type-webform-markup .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup p + h3,
.js-form-type-webform-markup p + h4,
.section--table .rich-text p + h2,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.section--table .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text p + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text p + .text--employee,
.section--table .rich-text p + h3,
.section--table .rich-text p + h4,
.l-reusable-dynamic-sections .section--body p + h2,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body p + h3,
.l-reusable-dynamic-sections .section--body p + h4 {
  margin-top: 3rem;
}
.ru-body p + .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p + a,
.l-section-col--text p + .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p + a,
.article-body p + .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p + a,
.node--full > .rich-text p + .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p + a,
.js-form-type-webform-markup p + .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p + a,
.section--table .rich-text p + .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p + a,
.l-reusable-dynamic-sections .section--body p + .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p + a {
  margin-top: 2rem;
}
.ru-body p + table,
.l-section-col--text p + table,
.article-body p + table,
.node--full > .rich-text p + table,
.js-form-type-webform-markup p + table,
.section--table .rich-text p + table,
.l-reusable-dynamic-sections .section--body p + table {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .ru-body p + table,
  .l-section-col--text p + table,
  .article-body p + table,
  .node--full > .rich-text p + table,
  .js-form-type-webform-markup p + table,
  .section--table .rich-text p + table,
  .l-reusable-dynamic-sections .section--body p + table {
    margin-top: 4.5rem;
  }
}
.ru-body p > .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p > a,
.l-section-col--text p > .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p > a,
.article-body p > .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p > a,
.node--full > .rich-text p > .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p > a,
.js-form-type-webform-markup p > .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p > a,
.section--table .rich-text p > .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p > a,
.l-reusable-dynamic-sections .section--body p > .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p > a {
  margin-top: 0.6rem;
}
.ru-body h2 + h3, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + h3, .ru-body .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .ru-body .text--employee + h3,
.ru-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .ru-body .text--employee + h3,
.ru-body h2 + table,
.ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.ru-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .ru-body .text--employee + table,
.ru-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .ru-body .text--employee + table,
.l-section-col--text h2 + h3,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + h3,
.l-section-col--text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-section-col--text .text--employee + h3,
.l-section-col--text h2 + table,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + table,
.l-section-col--text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-section-col--text .text--employee + table,
.article-body h2 + h3,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.article-body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .article-body .text--employee + h3,
.article-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .article-body .text--employee + h3,
.article-body h2 + table,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.article-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .article-body .text--employee + table,
.article-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .article-body .text--employee + table,
.node--full > .rich-text h2 + h3,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text h2 + table,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + table,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + table,
.js-form-type-webform-markup h2 + h3,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + h3,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup h2 + table,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + table,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + table,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + table,
.section--table .rich-text h2 + h3,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + h3,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + h3,
.section--table .rich-text h2 + table,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + table,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + table,
.l-reusable-dynamic-sections .section--body h2 + h3,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body h2 + table,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + table {
  margin-top: 3rem;
}
.ru-body h2 + p, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + p, .ru-body .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .ru-body .text--employee + p,
.ru-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .ru-body .text--employee + p,
.ru-body h3 + p,
.ru-body h4 + p,
.l-section-col--text h2 + p,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + p,
.l-section-col--text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-section-col--text .text--employee + p,
.l-section-col--text h3 + p,
.l-section-col--text h4 + p,
.article-body h2 + p,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + p,
.article-body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .article-body .text--employee + p,
.article-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .article-body .text--employee + p,
.article-body h3 + p,
.article-body h4 + p,
.node--full > .rich-text h2 + p,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + p,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + p,
.node--full > .rich-text h3 + p,
.node--full > .rich-text h4 + p,
.js-form-type-webform-markup h2 + p,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + p,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup h3 + p,
.js-form-type-webform-markup h4 + p,
.section--table .rich-text h2 + p,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + p,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + p,
.section--table .rich-text h3 + p,
.section--table .rich-text h4 + p,
.l-reusable-dynamic-sections .section--body h2 + p,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body h3 + p,
.l-reusable-dynamic-sections .section--body h4 + p {
  margin-top: 1.6rem;
}
.ru-body h2 strong, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label strong, .ru-body .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .ru-body .text--employee strong,
.ru-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .ru-body .text--employee strong,
.ru-body h3 strong,
.ru-body h4 strong,
.l-section-col--text h2 strong,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee strong,
.l-section-col--text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-section-col--text .text--employee strong,
.l-section-col--text h3 strong,
.l-section-col--text h4 strong,
.article-body h2 strong,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label strong,
.article-body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .article-body .text--employee strong,
.article-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .article-body .text--employee strong,
.article-body h3 strong,
.article-body h4 strong,
.node--full > .rich-text h2 strong,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee strong,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee strong,
.node--full > .rich-text h3 strong,
.node--full > .rich-text h4 strong,
.js-form-type-webform-markup h2 strong,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label strong,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup h3 strong,
.js-form-type-webform-markup h4 strong,
.section--table .rich-text h2 strong,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee strong,
.section--table .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .section--table .rich-text .text--employee strong,
.section--table .rich-text h3 strong,
.section--table .rich-text h4 strong,
.l-reusable-dynamic-sections .section--body h2 strong,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body h3 strong,
.l-reusable-dynamic-sections .section--body h4 strong {
  font-weight: 800;
}
.ru-body .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}
.ru-body .btn--primary,
.l-section-col--text .btn--primary,
.article-body .btn--primary,
.node--full > .rich-text .btn--primary,
.js-form-type-webform-markup .btn--primary,
.section--table .rich-text .btn--primary,
.l-reusable-dynamic-sections .section--body .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}
.ru-body .btn--secondary, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn--secondary,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn--secondary,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn--secondary,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn--secondary,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn--secondary,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn--secondary,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-image: url("../../img/i-arrow-small--white.svg");
}
.ru-body .btn strong, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a strong,
.l-section-col--text .btn strong,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a strong,
.article-body .btn strong,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a strong,
.node--full > .rich-text .btn strong,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a strong,
.js-form-type-webform-markup .btn strong,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a strong,
.section--table .rich-text .btn strong,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a strong,
.l-reusable-dynamic-sections .section--body .btn strong,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a strong {
  font-weight: 800;
}

.js-form-type-webform-markup h2, .js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label, .js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee, .js-form-type-webform-markup h3, .js-form-type-webform-markup h4 {
  margin-top: 3rem;
}

.text--emphasis {
  color: #730E04;
  font-weight: 800;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .text--emphasis {
    line-height: 3.9rem;
    font-size: 3.9rem;
  }
}
.text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--type-project .field--name-field-subtitle, .node--full .node__subtitle,
.node--view-mode-full .node__subtitle {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--type-project .field--name-field-subtitle, .node--full .node__subtitle,
  .node--view-mode-full .node__subtitle {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
.text--intro a, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a, .node--type-project .field--name-field-subtitle a, .node--full .node__subtitle a,
.node--view-mode-full .node__subtitle a {
  color: #303030;
}
.text--intro a:hover, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:hover, .node--type-project .field--name-field-subtitle a:hover, .node--full .node__subtitle a:hover,
.node--view-mode-full .node__subtitle a:hover, .text--intro a:focus, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:focus, .node--type-project .field--name-field-subtitle a:focus, .node--full .node__subtitle a:focus,
.node--view-mode-full .node__subtitle a:focus {
  color: #E3000B;
}
.text--large {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: "Open Sans", Arial, sans-serif;
}
.text--information {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-left: 4rem;
}
.text--information .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.text--description {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.4;
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 1.5rem;
}
.text--no-border {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.text--highlight {
  position: relative;
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0.5rem 2rem 0.5rem 4rem;
  color: #730E04;
  letter-spacing: -1px;
  font-size: 2rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .text--highlight {
    font-size: 2.4rem;
  }
}
.text--highlight::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  background: #d7d7d7;
}
.text--highlight a {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

blockquote {
  margin: 3rem 0 0 0;
}
blockquote p {
  background: #f8f7f7;
  position: relative;
  color: #730E04;
  margin: 0;
  max-width: 76rem;
  padding: 2rem 2rem 2rem 4.5rem;
  font-size: 2rem;
  line-height: 1.4;
}
blockquote p::before, blockquote p::after {
  width: 2rem;
  height: 2rem;
  content: '"';
  display: inline-block;
  color: transparent;
  background: url("../../img/quote.svg") top left no-repeat;
  background-size: 14px auto;
}
blockquote p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -8px;
}
blockquote + h3,
blockquote + h2,
.node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > blockquote + .field__label,
.node--type-blog-post .blog__authors blockquote + .text--employee,
.node--type-blog-post .author__info blockquote + .text--employee,
blockquote + p {
  margin-top: 3rem;
}

.rich-text + .rich-text {
  margin-top: 3rem;
}

.field + h2, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field + .field__label, .node--type-blog-post .blog__authors .field + .text--employee,
.node--type-blog-post .author__info .field + .text--employee,
.field + h3 {
  margin-top: 3rem;
}

.article-body > h2, .node--type-programme-curriculum.node--full .l-node-content > .article-body.field--name-field-specialisations > .field__label, .node--type-blog-post .blog__authors .article-body > .text--employee,
.node--type-blog-post .author__info .article-body > .text--employee,
.article-body > h3 {
  margin-top: 3rem;
}

.path-webform.no-sidebars .region--content {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.webform-submission-form label,
.webform-submission-form legend {
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.webform-submission-form fieldset {
  margin-left: 0;
  margin-right: 0;
}
.webform-submission-form .js-form-item {
  margin-top: 2.5rem;
}
.webform-submission-form .fieldset-wrapper .js-form-type-radio,
.webform-submission-form .fieldset-wrapper .js-form-type-checkbox {
  margin-top: 0;
}
.webform-submission-form .js-form-type-datetime .l-elements-wrapper .js-form-type-date {
  margin-top: 0;
}
.webform-submission-form > div,
.webform-submission-form > fieldset {
  margin-top: 3rem;
}
.webform-submission-form > div + .js-form-type-webform-markup,
.webform-submission-form > fieldset + .js-form-type-webform-markup {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 3rem;
}
@media (min-width: 560px) {
  .webform-submission-form .js-form-item:not(fieldset,
  .js-form-type-radio,
  .js-form-type-checkbox,
  .js-form-type-webform-signature,
  .js-form-type-webform-markup,
  .js-form-item-markup,
  .form-no-label) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .webform-submission-form .js-form-item:not(fieldset,
  .js-form-type-radio,
  .js-form-type-checkbox,
  .js-form-type-webform-signature,
  .js-form-type-webform-markup,
  .js-form-item-markup,
  .form-no-label) > label,
  .webform-submission-form .js-form-item:not(fieldset,
  .js-form-type-radio,
  .js-form-type-checkbox,
  .js-form-type-webform-signature,
  .js-form-type-webform-markup,
  .js-form-item-markup,
  .form-no-label) > legend {
    padding-right: 2rem;
    padding-top: 1.5rem;
    width: 26rem;
    display: inline-block;
  }
  .webform-submission-form .js-form-item:not(fieldset,
  .js-form-type-radio,
  .js-form-type-checkbox,
  .js-form-type-webform-signature,
  .js-form-type-webform-markup,
  .js-form-item-markup,
  .form-no-label) > .l-elements-wrapper,
  .webform-submission-form .js-form-item:not(fieldset,
  .js-form-type-radio,
  .js-form-type-checkbox,
  .js-form-type-webform-signature,
  .js-form-type-webform-markup,
  .js-form-item-markup,
  .form-no-label) > .fieldset-wrapper {
    width: calc(100% - 26rem);
  }
  .webform-submission-form fieldset[role=radiogroup]::after, .webform-submission-form fieldset.js-webform-term-checkboxes::after, .webform-submission-form fieldset.js-webform-type-checkboxes::after, .webform-submission-form fieldset.js-webform-type-radios::after, .webform-submission-form fieldset.js-webform-radios-other::after, .webform-submission-form fieldset.js-webform-type-webform-radios-other::after, .webform-submission-form fieldset.js-webform-type-webform-checkboxes-other::after, .webform-submission-form fieldset.js-webform-type-webform-radiocheckboxess-other::after {
    content: "";
    display: table;
    clear: both;
  }
  .webform-submission-form fieldset[role=radiogroup] legend, .webform-submission-form fieldset.js-webform-term-checkboxes legend, .webform-submission-form fieldset.js-webform-type-checkboxes legend, .webform-submission-form fieldset.js-webform-type-radios legend, .webform-submission-form fieldset.js-webform-radios-other legend, .webform-submission-form fieldset.js-webform-type-webform-radios-other legend, .webform-submission-form fieldset.js-webform-type-webform-checkboxes-other legend, .webform-submission-form fieldset.js-webform-type-webform-radiocheckboxess-other legend {
    float: left;
    width: 26rem;
    padding-top: 1.5rem;
    padding-right: 2rem;
  }
  .webform-submission-form fieldset[role=radiogroup] > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-term-checkboxes > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-type-checkboxes > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-type-radios > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-radios-other > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-type-webform-radios-other > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-type-webform-checkboxes-other > .fieldset-wrapper, .webform-submission-form fieldset.js-webform-type-webform-radiocheckboxess-other > .fieldset-wrapper {
    float: right;
    width: calc(100% - 26rem);
  }
}

.js-form-item {
  margin-bottom: 0;
}
.js-form-item label,
.js-form-item .fieldset-legend {
  font-weight: bold;
  letter-spacing: -0.5px;
}
.js-form-item label {
  display: inline-block;
}
.js-form-item label.form-required::after {
  content: "*";
  display: inline-block;
  margin-left: 0.5rem;
}
.js-form-item .button.form-submit {
  width: auto;
  padding: 0 1.5rem;
  margin: 1rem auto;
  height: 4.5rem;
  line-height: 4.5rem;
}
.js-form-item .field-prefix, .js-form-item .field-suffix {
  font-size: 1.5rem;
}
.js-form-item .fieldset-legend.form-required::after {
  content: "*";
  display: inline-block;
  margin-left: 0.5rem;
}
.js-form-item .messages {
  margin-bottom: 1rem;
}
.js-form-item .messages:after {
  content: " ";
  display: block;
  width: 4rem;
  height: 4rem;
  top: 1rem;
  left: 1rem;
  position: absolute;
}
.js-form-item .messages--error:after {
  background: url("../../img/icons/cross.svg") center center no-repeat;
  background-size: 2rem auto;
}
.js-form-item .form-item--error-message ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:not([type=range]), select, textarea {
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  padding: 1.5rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 0.1rem solid #757575;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  border-radius: 0;
  font-weight: 100;
}
input:not([type=range]):focus, select:focus, textarea:focus {
  border-color: #303030;
  background-color: none;
  -webkit-box-shadow: 0 0 0.6rem rgba(48, 48, 48, 0.2);
          box-shadow: 0 0 0.6rem rgba(48, 48, 48, 0.2);
}
input:not([type=range]) + label, select + label, textarea + label {
  margin-top: 0.5rem;
}
.has-error input:not([type=range]), .has-error select, .has-error textarea {
  border-color: #E3000B;
  -webkit-box-shadow: 0 0 0.6rem rgba(227, 0, 11, 0.2);
          box-shadow: 0 0 0.6rem rgba(227, 0, 11, 0.2);
}
.has-error input:not([type=range]):focus, .has-error select:focus, .has-error textarea:focus {
  border-color: #E3000B;
}

input[type=date] {
  max-width: 20rem;
}

input[type=time] {
  max-width: 12rem;
}

.js-form-type-webform-markup h2, .js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label, .js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee,
.js-form-type-webform-markup h3 {
  margin-bottom: 2rem;
}

.js input.form-autocomplete {
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-position: right 10px top 50%;
}

select {
  background: transparent url("../../img/select-arrow.svg") right 15px top 50% no-repeat;
  border-radius: 0;
  line-height: initial;
  background-size: 14px auto;
  cursor: pointer;
}
select[multiple] {
  min-height: 180px;
  background: none;
}

button {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
button:hover, button:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  position: relative;
  display: inline-block;
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=checkbox]::before, input[type=checkbox]::after,
input[type=radio]::before,
input[type=radio]::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #757575;
}
input[type=checkbox]::before,
input[type=radio]::before {
  content: "";
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  display: block;
  border-color: #E3000B;
  background: #E3000B url("../../img/checkbox-white.svg") center center no-repeat;
  background-size: 14px auto;
}

input[type=radio]::before {
  border-radius: 50%;
}
input[type=radio]:checked:after {
  width: 1.2rem;
  height: 1.2rem;
  background-image: none;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
input[type=radio]:checked:before {
  border-color: #E3000B;
}

.js-form-type-checkbox label,
.js-form-type-radio label {
  font-weight: normal;
  margin-left: 0.6rem;
}
.js-form-type-checkbox:not(.form-no-label),
.js-form-type-radio:not(.form-no-label) {
  position: relative;
  padding-left: 2.8rem;
}
.js-form-type-checkbox:not(.form-no-label) input,
.js-form-type-radio:not(.form-no-label) input {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.js-form-type-checkbox:has(.l-elements-wrapper > .field-prefix),
.js-form-type-radio:has(.l-elements-wrapper > .field-prefix) {
  margin-left: 3rem;
}

.webform-element--title-inline.js-form-type-checkbox, .webform-element--title-inline.js-form-type-radio {
  padding-left: 0;
}
.webform-element--title-inline.js-form-type-checkbox label, .webform-element--title-inline.js-form-type-radio label {
  float: left;
  padding: 0 1.5rem 0 0;
}
.webform-element--title-inline.js-form-type-checkbox input, .webform-element--title-inline.js-form-type-radio input {
  position: relative;
}

.js-form-type-radio input {
  position: absolute;
  left: 0;
  top: 0.7rem;
}

.js-form-type-checkbox.select-all-checkbox {
  font-style: italic;
}
.js-form-type-checkbox input[type=checkbox]::before, .js-form-type-checkbox input[type=checkbox]::after {
  top: 0.4rem;
}

.js-webform-radios,
.js-webform-checkboxes,
.js-webform-webform-term-checkboxes {
  margin-top: 1rem;
}
.js-webform-radios .js-form-item + .js-form-item,
.js-webform-checkboxes .js-form-item + .js-form-item,
.js-webform-webform-term-checkboxes .js-form-item + .js-form-item {
  margin-top: 0;
}
.js-webform-radios .js-form-item + .js-form-item.select-all-checkbox,
.js-webform-checkboxes .js-form-item + .js-form-item.select-all-checkbox,
.js-webform-webform-term-checkboxes .js-form-item + .js-form-item.select-all-checkbox {
  margin-top: 1rem;
}

input[type=range] {
  -webkit-appearance: none;
  background: #d7d7d7;
}
input[type=range]::-webkit-slider-thumb {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-appearance: none;
          appearance: none;
  background: #E3000B;
  cursor: pointer; /* Cursor on hover */
  outline: 0.6rem solid #E3000B;
}

.webform-progress-tracker {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
.webform-progress-tracker .progress-step {
  position: relative;
}
.webform-progress-tracker .progress-step .progress-marker::after {
  top: 50%;
  margin-top: -0.2rem;
  background: #d7d7d7;
}
.webform-progress-tracker .progress-step:not(.is-active) {
  position: relative;
}
.webform-progress-tracker .progress-step:not(.is-active) .progress-marker:before {
  background: #d7d7d7;
}
.webform-progress-tracker .progress-step:not(.is-active):hover .progress-marker, .webform-progress-tracker .progress-step:not(.is-active):focus .progress-marker {
  color: #303030;
}
.webform-progress-tracker .progress-step:not(.is-active):hover .progress-marker:before, .webform-progress-tracker .progress-step:not(.is-active):focus .progress-marker:before {
  background: #d7d7d7;
}
.webform-progress-tracker .progress-step.is-active .progress-marker, .webform-progress-tracker .progress-step.is-complete .progress-marker {
  color: #fff;
}
.webform-progress-tracker .progress-step.is-active .progress-marker:before, .webform-progress-tracker .progress-step.is-complete .progress-marker:before {
  background: #E3000B;
}
.webform-progress-tracker .progress-step.is-active .progress-marker:hover, .webform-progress-tracker .progress-step.is-active .progress-marker:focus, .webform-progress-tracker .progress-step.is-complete .progress-marker:hover, .webform-progress-tracker .progress-step.is-complete .progress-marker:focus {
  color: #fff;
}
.webform-progress-tracker .progress-step.is-active .progress-marker:hover:before, .webform-progress-tracker .progress-step.is-active .progress-marker:focus:before, .webform-progress-tracker .progress-step.is-complete .progress-marker:hover:before, .webform-progress-tracker .progress-step.is-complete .progress-marker:focus:before {
  background: #730E04;
}
.webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  background: #E3000B;
}
.webform-progress-tracker .progress-marker {
  font-weight: 800;
  color: #303030;
}
.webform-progress-tracker .progress-marker::before {
  width: 5rem;
  height: 5rem;
}
.webform-progress-tracker.progress-tracker--center .progress-step:first-child:before {
  left: 50%;
}
.webform-progress-tracker.progress-tracker--center .progress-step:last-child:before {
  right: 50%;
}
.webform-progress-tracker .progress-text {
  font-size: 1.5rem;
}

.webform-button--previous + .form-submit {
  margin-left: auto;
}

.js-form-type-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.js-form-type-range label {
  width: 100%;
}
.js-form-type-range > input {
  width: auto;
  height: 5.6rem;
  margin-right: 2rem;
  min-width: 20rem;
}
.js-form-type-range .field-suffix {
  margin-left: 1rem;
}
.js-form-type-range output {
  padding: 0 1rem;
  line-height: 5.2rem;
}

.webform-signature-pad {
  margin-top: 0.5rem;
}
.webform-signature-pad .button {
  width: auto;
  max-width: 10rem;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  border: 0.2rem solid #E3000B;
  color: #E3000B;
  height: 4rem;
  line-height: 3.6rem;
}
.webform-signature-pad .button:hover, .webform-signature-pad .button:focus {
  background: #E3000B;
  color: #fff;
}

.webform-scale-options {
  margin: 0.5rem 0 0;
}
.webform-scale-options .js-form-type-radio {
  padding-left: 0;
}
.webform-scale-options input + label {
  font-size: 1.8rem;
  font-weight: 800;
  border: 0.2rem solid #d7d7d7;
}
.webform-scale-options input + label:focus, .webform-scale-options input + label:hover, .webform-scale-options input + label:active {
  border-color: #E3000B;
  -webkit-box-shadow: 0 0 1rem rgba(227, 0, 11, 0.2);
          box-shadow: 0 0 1rem rgba(227, 0, 11, 0.2);
}
.webform-scale-options input:checked + label {
  background: #E3000B;
  border-color: #E3000B;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.webform-scale-options input:checked + label:focus, .webform-scale-options input:checked + label:hover, .webform-scale-options input:checked + label:active {
  -webkit-box-shadow: 0 0 1rem rgba(227, 0, 11, 0.2);
          box-shadow: 0 0 1rem rgba(227, 0, 11, 0.2);
}

.webform-scale-text {
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
}
.webform-scale-text-above {
  margin-bottom: 1rem;
}

.webform-scale.webform-scale-small input + label {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
}
.webform-scale.webform-scale-medium input + label {
  line-height: 3rem;
}
.webform-scale.webform-scale-large input + label {
  line-height: 4rem;
}

.webform-scale-circle.webform-scale-small input + label,
.webform-scale-square.webform-scale-small input + label {
  width: 2.4rem;
  height: 2.4rem;
}
.webform-scale-circle.webform-scale-medium input + label,
.webform-scale-square.webform-scale-medium input + label {
  width: 3.6rem;
  height: 3.6rem;
}
.webform-scale-circle.webform-scale-large input + label,
.webform-scale-square.webform-scale-large input + label {
  width: 4.8rem;
  height: 4.8rem;
}

.webform-scale-flexbox .webform-scale-text {
  margin-top: 1rem;
}
.webform-scale-flexbox .webform-scale-text-above {
  margin-bottom: 1rem;
}
.webform-scale-flexbox.webform-scale-small input + label {
  height: 2.4rem;
}
.webform-scale-flexbox.webform-scale-medium input + label {
  height: 3.6rem;
}
.webform-scale-flexbox.webform-scale-large input + label {
  height: 4.8rem;
}

.js-form-type-date > input {
  width: auto;
}

.js-form-type-datetime .container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-form-type-datetime .container-inline input {
  width: auto;
}
.js-form-type-datetime .js-form-item + .js-form-item {
  margin: 0 2rem 0;
}

.form-actions {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-actions input {
  width: auto;
}

input.form-submit {
  background: #E3000B;
  border: none;
  padding: 0 26px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 1.8rem;
  font-weight: 800;
}
input.form-submit:hover {
  background-color: #730E04;
}

.tippy-content {
  background: #4a0004;
  border-radius: 0;
  padding: 1rem 1.5rem;
}

.tippy-arrow {
  color: #4a0004;
}

.webform-element-help {
  float: right;
  background: #666666;
  border-color: transparent;
}
.webform-element-help span[aria-hidden=true] {
  display: block;
}
.webform-element-help:hover, .webform-element-help:focus, .webform-element-help:active {
  background: #E3000B;
  border-color: #4a0004;
}

.webform-element-description,
.text-count-message {
  color: #666666;
  margin-top: 0.4rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.webform-element-more {
  margin: 1rem 0 0;
}
.webform-element-more .webform-element-more--link {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -1px;
}
.webform-element-more .webform-element-more--link::before {
  content: none;
}
.webform-element-more .webform-element-more--link a::after {
  width: 1.6rem;
  height: 1rem;
  display: inline-block;
  background: url("../../img/i-arrow-small--red.svg") center center no-repeat;
  background-size: 1.2rem auto;
  content: " ";
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.webform-element-more.is-open .webform-element-more--link::before {
  content: none;
}
.webform-element-more.is-open .webform-element-more--link a::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  content: " ";
}

.webform-submission-form .webform-confirmation, .webform-confirmation {
  margin-top: 3rem;
}

.flatpickr {
  position: relative;
}
.flatpickr input {
  margin-top: 0;
  max-width: inherit;
}
.flatpickr input::-webkit-calendar-picker-indicator {
  display: none;
}
.flatpickr::after {
  font-family: "Font Awesome 6 Free";
  content: "";
  display: block;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.flatpickr:has([class*=form-date]) {
  max-width: 20rem;
}
.flatpickr:has([class*=form-date])::after {
  content: "\f133";
}
.flatpickr:has([class*=form-time]) {
  max-width: 14rem;
}
.flatpickr:has([class*=form-time]) input {
  text-transform: lowercase;
}
.flatpickr:has([class*=form-time])::after {
  content: "\f017";
}

.flatpickr-calendar .btn--clear {
  font-size: 1.5rem;
  background: transparent;
  border: 1px solid #959ea9;
  padding: 0.75rem 1.5rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #393939;
}
.flatpickr-calendar .btn--clear:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.entity-preview-container {
  width: 100%;
}

.block-local-tasks-block,
.node-preview-container,
.entity-preview-container {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  z-index: 999999999;
  background: #fff;
  min-width: 24rem;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.block-local-tasks-block ul,
.node-preview-container ul,
.entity-preview-container ul {
  margin: 0;
  padding: 0;
}
.block-local-tasks-block ul li,
.node-preview-container ul li,
.entity-preview-container ul li {
  list-style: none;
  padding: 0;
}
.block-local-tasks-block ul a,
.node-preview-container ul a,
.entity-preview-container ul a {
  display: block;
  padding: 0.5rem 2.5rem;
}
.block-local-tasks-block ul a:hover, .block-local-tasks-block ul a:active,
.node-preview-container ul a:hover,
.node-preview-container ul a:active,
.entity-preview-container ul a:hover,
.entity-preview-container ul a:active {
  text-decoration: underline;
}
.block-local-tasks-block form,
.node-preview-container form,
.entity-preview-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
}
.block-local-tasks-block form .form-item-view-mode,
.node-preview-container form .form-item-view-mode,
.entity-preview-container form .form-item-view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.block-local-tasks-block form .form-item-view-mode select,
.node-preview-container form .form-item-view-mode select,
.entity-preview-container form .form-item-view-mode select {
  margin: 0;
  padding: 1rem 4rem 1rem 1.5rem;
}

.message-inner {
  display: block;
}
.message-inner span {
  display: inline-block;
}

.messages {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 8.5rem;
  background: #1B7D15;
  color: #fff;
  border-radius: 0.2rem;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -1px;
}
.messages:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #4AA943;
  width: 5.8rem;
}
.messages .icon {
  display: block;
  position: absolute;
  left: 2rem;
  top: 2rem;
  fill: #fff;
}
.messages .icon use {
  fill: #fff;
}
.messages a {
  color: #fff;
}
.messages + .messages {
  margin-top: 1rem;
}
.messages:last-child {
  margin-bottom: 2rem;
}
.messages.type-error-message, .messages--error, .messages.type-foutmelding {
  background: #730E04;
  color: #fff;
  border-color: #730E04;
}
.messages.type-error-message:before, .messages--error:before, .messages.type-foutmelding:before {
  background: #8F2011;
}
.messages.type-warning-message, .messages.type-waarschuwingsbericht {
  background: #FFAF4C;
  color: #303030;
  border-color: #303030;
}
.messages.type-warning-message:before, .messages.type-waarschuwingsbericht:before {
  background: #F18700;
}
.messages.type-warning-message .icon, .messages.type-waarschuwingsbericht .icon {
  fill: #303030;
}
.messages.type-warning-message .icon use, .messages.type-waarschuwingsbericht .icon use {
  fill: #303030;
}
.messages.type-warning-message button, .messages.type-waarschuwingsbericht button {
  border-color: #303030;
  color: #303030;
}
.messages button {
  display: inline-block;
  background: none;
  border: 0.2rem solid #fff;
  margin-left: 2rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 0.4rem 1rem;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.messages button:hover, .messages button:focus {
  background: #fff;
  color: #303030;
}
@media (max-width: 559px) {
  .messages {
    padding-right: 8rem;
    padding-left: 7rem;
  }
  .messages:before {
    width: 5rem;
  }
  .messages .icon {
    width: 1.6rem;
    height: 1.6rem;
    top: 2rem;
    left: 1.8rem;
  }
  .messages button {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
  }
}

/* Components */
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.accordion:not(.accordion-without-margin) {
  margin-top: 3rem;
}
.accordion .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.accordion .field__label + p {
  margin-top: 1rem;
}

.pre-accordion__title {
  margin-bottom: -1rem;
}

.accordion__title {
  margin-bottom: 2rem;
}

.accordion__toggle {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  background: none;
  font-weight: 800;
  display: block;
  border: none;
  border-top: 0.1rem solid #d7d7d7;
  padding: 2rem 5rem 2rem 0;
  color: #730E04;
  letter-spacing: -1px;
  width: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.accordion__toggle svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 2.4rem;
  right: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, margin 0.2s;
  transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
}
.accordion__toggle svg use {
  fill: #730E04;
}
.accordion__toggle:focus, .accordion__toggle:hover {
  border-color: #730E04;
  text-decoration: underline;
}
.accordion__toggle:focus svg, .accordion__toggle:hover svg {
  margin-top: 0.2rem;
}
.accordion__toggle.active {
  color: #E3000B;
  border-color: #E3000B;
}
.accordion__toggle.active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion__toggle.active svg use {
  fill: #E3000B;
}
.accordion__toggle--h2 {
  font-size: 2.6rem;
}
.accordion__toggle--h3 {
  font-size: 2.2rem;
}
.accordion__toggle--h4 {
  font-size: 1.9rem;
}
.accordion__toggle--link {
  cursor: pointer;
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: #E3000B;
  border-top: 0;
  padding: 0;
}
.accordion__toggle--link svg {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  top: auto;
  right: auto;
  left: 1rem;
}
.accordion__toggle--link svg use {
  fill: #E3000B;
}
.accordion__toggle--link:focus svg, .accordion__toggle--link:hover svg {
  margin-top: inherit;
}
h2 .accordion__toggle, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label .accordion__toggle, .node--type-blog-post .blog__authors .text--employee .accordion__toggle,
.node--type-blog-post .author__info .text--employee .accordion__toggle {
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.accordion__content {
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.accordion__content p:first-child {
  margin-top: 0;
}
.accordion__content.expanded {
  padding: 1rem 2rem 4rem 0;
}
.accordion__content--description {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.accordion__content--description.expanded {
  padding: 2rem 2rem 1rem 0;
}

.address {
  font-style: normal;
}
.address span {
  display: block;
}

.announcement {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.announcement p:first-of-type {
  margin-top: 0;
}
.announcement--warning {
  background: #FFEFDC;
  margin-top: 3rem;
  position: relative;
  padding: 1.3rem 1rem 1rem 5.5rem;
  font-weight: 600;
}
.announcement--warning ul, .announcement--warning ol {
  padding-left: 2rem;
}
.announcement--warning .icon {
  position: absolute;
  left: 1.8rem;
  top: 1.6rem;
}
.announcement--warning .icon use {
  fill: #583100;
}
.announcement--general {
  background: #f8f7f7;
  padding: 2rem;
}
.announcement--general .btn, .announcement--general .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .announcement--general a {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .announcement--general {
    padding: 3rem 4rem;
  }
}
.announcement__title + p:first-of-type {
  margin-top: 1.8rem;
}

.badge-list--field-badge-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.badge-list--field-badge-top .badge {
  margin-left: 1rem;
}
.l-with-hero .badge-list--field-badge-top {
  margin-top: -8rem;
}
@media (min-width: 560px) {
  .l-with-hero .badge-list--field-badge-top {
    margin-right: -6rem;
  }
}
@media (min-width: 992px) {
  .l-with-hero .badge-list--field-badge-top {
    margin-right: -3rem;
  }
}
@media (min-width: 1200px) {
  .l-with-hero .badge-list--field-badge-top {
    margin-right: -4rem;
  }
}

.badge {
  width: 8rem;
}
.badge img {
  width: 8rem;
  height: auto;
}
@media (min-width: 1600px) {
  .badge img {
    width: 10rem;
  }
}
@media (max-width: 559px) {
  .badge-list--field-badge-top.badge-list--count-3 .badge {
    width: 7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .badge-list--field-badge-top.badge-list--count-3 .badge {
    width: 7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .badge-list--field-badge-top.badge-list--count-3 .badge {
    width: 8rem;
  }
}

.banner {
  padding: 3rem;
  min-height: 20rem;
}
@media (min-width: 992px) {
  .banner {
    padding: 3.5rem 4rem;
  }
}
.banner > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  color: transparent;
  background: none;
}
.banner > a:hover, .banner > a:focus {
  color: transparent;
}
.banner:not(.banner--photo):not(.banner--front-page) .icon {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
  display: block;
}
.banner:not(.banner--photo):not(.banner--front-page) .icon use {
  fill: #fff;
}
.banner:not(.banner--photo):not(.banner--front-page):focus, .banner:not(.banner--photo):not(.banner--front-page):hover {
  text-decoration: underline;
}
.banner:not(.banner--photo):not(.banner--front-page):focus .icon, .banner:not(.banner--photo):not(.banner--front-page):hover .icon {
  margin-right: -0.3rem;
}
@media (min-width: 560px) {
  .l-item-count-2 .banner, .l-item-count-3 .banner, .grid--col-2 .banner, .grid--col-3 .banner {
    padding: 2rem 2.5rem;
  }
  .l-item-count-2 .banner .portrait, .l-item-count-3 .banner .portrait, .grid--col-2 .banner .portrait, .grid--col-3 .banner .portrait {
    width: 28rem;
    margin-right: -8rem;
  }
  .l-item-count-2 .banner .l-banner-content, .l-item-count-3 .banner .l-banner-content, .grid--col-2 .banner .l-banner-content, .grid--col-3 .banner .l-banner-content {
    width: calc(100% - 20rem);
  }
}
@media (min-width: 992px) {
  .l-item-count-2 .banner .banner__title, .l-item-count-3 .banner .banner__title, .grid--col-2 .banner .banner__title, .grid--col-3 .banner .banner__title {
    font-size: 5rem;
    line-height: 5.2rem;
  }
  .l-item-count-2 .banner .banner__descr, .l-item-count-3 .banner .banner__descr, .grid--col-2 .banner .banner__descr, .grid--col-3 .banner .banner__descr {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-top: 0.5rem;
  }
}

.banner__title {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #fff;
}
@media (max-width: 991px) {
  .banner__title {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (min-width: 992px) {
  .banner__title {
    font-size: 6.8rem;
  }
}

.banner__descr {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2rem;
  color: #fff;
}
@media (max-width: 991px) {
  .banner__descr {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (min-width: 992px) {
  .banner__descr {
    font-size: 3.4rem;
  }
}

.banner--front-page {
  background: rgba(74, 0, 4, 0.7);
  color: #fff;
  min-height: 0;
  position: relative;
  font-size: 2rem;
  line-height: 1.33;
}
@media (max-width: 559px) {
  .banner--front-page {
    width: 100%;
    padding: 2rem;
  }
}
@media (min-width: 560px) {
  .banner--front-page {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .banner--front-page {
    padding: 2.5rem 3rem;
    font-size: 2.4rem;
  }
}
.banner--front-page:hover, .banner--front-page:focus {
  text-decoration: none;
}
.banner--front-page .banner__subtitle {
  margin-top: 0;
}
.banner--front-page .banner__title {
  font-size: 2.8rem;
  line-height: 1;
}
@media (min-width: 560px) {
  .banner--front-page .banner__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .banner--front-page .banner__title {
    font-size: 4.4rem;
  }
}
.banner--front-page .banner__title + p {
  margin-top: 1rem;
}
.banner--front-page p {
  letter-spacing: -0.5px;
}
.banner--front-page .date {
  position: absolute;
  margin-left: -1.5rem;
  top: 2rem;
}
@media (min-width: 560px) {
  .banner--front-page .date {
    top: 2.5rem;
    margin-left: -2.25rem;
    width: 5.5rem;
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  .banner--front-page .date {
    height: 6.5rem;
    width: 6rem;
    top: 2.5rem;
    margin-left: -3rem;
  }
  .banner--front-page .date .date__day {
    font-size: 3.4rem;
  }
}
.banner--front-page.banner--with-date {
  padding-left: 5.5rem;
  min-height: 11.5rem;
}
.banner--front-page.banner--with-link {
  -webkit-transition: margin 0.2s, background-color 0.2s, -webkit-transform 0.3s;
  transition: margin 0.2s, background-color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, margin 0.2s, background-color 0.2s;
  transition: transform 0.3s, margin 0.2s, background-color 0.2s, -webkit-transform 0.3s;
  padding-right: 5rem;
}
.banner--front-page.banner--with-link:focus-within, .banner--front-page.banner--with-link:hover {
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  background: #4a0004;
  color: #fff;
  text-decoration: underline;
}
.banner--front-page.banner--with-link:focus-within .banner__link .btn .icon, .banner--front-page.banner--with-link:focus-within .banner__link .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .banner--front-page.banner--with-link:focus-within .banner__link a .icon, .banner--front-page.banner--with-link:hover .banner__link .btn .icon, .banner--front-page.banner--with-link:hover .banner__link .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .banner--front-page.banner--with-link:hover .banner__link a .icon {
  margin-left: 0.2rem;
}
.banner--front-page.banner--with-link .banner__link .btn, .banner--front-page.banner--with-link .banner__link .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .banner--front-page.banner--with-link .banner__link a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E3000B;
}
.banner--front-page.banner--with-link .banner__link .btn .icon, .banner--front-page.banner--with-link .banner__link .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .banner--front-page.banner--with-link .banner__link a .icon {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.banner--front-page.banner--with-link .banner__link .btn .icon use, .banner--front-page.banner--with-link .banner__link .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon use, .view--search .block-facets-summary ul li.facet-summary-item--clear .banner--front-page.banner--with-link .banner__link a .icon use {
  fill: #fff;
}

.banner--event {
  background: #008ACB;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.2s, padding 0.2s;
  transition: background-color 0.2s, padding 0.2s;
}
.banner--event img {
  display: block;
}
.banner--event .portrait {
  padding-top: 2rem;
}
.banner--event .portrait img {
  display: block;
}
@media (max-width: 559px) {
  .banner--event {
    padding-bottom: 0;
  }
  .banner--event .portrait {
    max-width: 20rem;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .banner--event {
    min-height: 20rem;
  }
}
@media (min-width: 560px) {
  .banner--event {
    position: relative;
  }
  .banner--event .portrait {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 32rem;
  }
  .banner--event .portrait img {
    margin-bottom: -8rem;
    -webkit-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  .banner--event .l-banner-content {
    width: calc(100% - 32rem);
  }
  .banner--event.l-with-link:focus .portrait img, .banner--event.l-with-link:hover .portrait img {
    margin-bottom: -8.2rem;
  }
}
.banner--event.banner--color-theme-blue {
  background: #008ACB;
}
.banner--event.banner--color-theme-blue.l-with-link:focus, .banner--event.banner--color-theme-blue.l-with-link:hover {
  background: #002962;
}
.banner--event.banner--color-theme-petrol {
  background: #008F89;
}
.banner--event.banner--color-theme-petrol.l-with-link:focus, .banner--event.banner--color-theme-petrol.l-with-link:hover {
  background: #002927;
}
.banner--event.banner--color-theme-orange {
  background: #FFAF4C;
  color: #583100;
}
.banner--event.banner--color-theme-orange h2, .banner--event.banner--color-theme-orange .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .banner--event.banner--color-theme-orange .l-node-content > .field--name-field-specialisations > .field__label, .banner--event.banner--color-theme-orange .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .banner--event.banner--color-theme-orange .text--employee,
.banner--event.banner--color-theme-orange .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .banner--event.banner--color-theme-orange .text--employee,
.banner--event.banner--color-theme-orange h3 {
  color: #583100;
}
.banner--event.banner--color-theme-orange .icon use {
  fill: #583100;
}
.banner--event.banner--color-theme-orange.l-with-link:focus, .banner--event.banner--color-theme-orange.l-with-link:hover {
  background: rgb(255, 197.7932960894, 127);
}
.banner--event + .banner {
  margin-top: 3rem;
}

.banner--service {
  background-color: #8F2011;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 5;
  color: #fff;
}
.banner--service::after {
  background-color: #E3000B;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: -1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.banner--service:hover, .banner--service:focus {
  background-color: rgb(120.209375, 26.9, 14.290625);
}
.banner--service:hover::after, .banner--service:focus::after {
  opacity: 0.6;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.banner--service.bg-dark_red {
  background-color: #730E04;
}
.banner--service.bg-dark_red:hover, .banner--service.bg-dark_red:focus {
  background-color: rgb(139.6428571429, 17, 4.8571428571);
}
.banner--service.bg-dark_red::after {
  background-color: #8F2011;
}
.banner--service.bg-petrol {
  background-color: #008F89;
}
.banner--service.bg-petrol:hover, .banner--service.bg-petrol:focus {
  background-color: rgb(0, 117.5, 112.5699300699);
}
.banner--service.bg-petrol::after {
  background-color: #002927;
  opacity: 0.4;
}
.banner--service.bg-blue {
  background-color: #008ACB;
}
.banner--service.bg-blue:hover, .banner--service.bg-blue:focus {
  background-color: rgb(0, 120.6650246305, 177.5);
}
.banner--service.bg-blue::after {
  background-color: #002962;
  opacity: 0.4;
}
.banner--service.bg-pink {
  background: #4B0027;
}
.banner--service.bg-pink::after {
  background-color: rgba(211, 0, 111, 0.6);
}
.banner--service.bg-orange {
  background: #FFAF4C;
  color: #583100;
}
.banner--service.bg-orange h2, .banner--service.bg-orange .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .banner--service.bg-orange .l-node-content > .field--name-field-specialisations > .field__label, .banner--service.bg-orange .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .banner--service.bg-orange .text--employee,
.banner--service.bg-orange .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .banner--service.bg-orange .text--employee, .banner--service.bg-orange h3 {
  color: #583100;
}
.banner--service.bg-orange:hover, .banner--service.bg-orange:focus {
  background-color: rgb(255, 197.7932960894, 127);
}
.banner--service.bg-orange .icon use {
  fill: #583100 !important;
}
.banner--service.bg-orange::after {
  background-color: #F18700;
}
.banner--service.text-radboud::after {
  -webkit-mask-image: url(../../img/b-radboud.svg);
          mask-image: url(../../img/b-radboud.svg);
}
.banner--service.text-study::after {
  -webkit-mask-image: url(../../img/b-study.svg);
          mask-image: url(../../img/b-study.svg);
}
:lang(nl) .banner--service.text-study::after {
  -webkit-mask-image: url(../../img/b-studenten.svg);
          mask-image: url(../../img/b-studenten.svg);
}
.banner--service.text-employee::after {
  -webkit-mask-image: url(../../img/b-employee.svg);
          mask-image: url(../../img/b-employee.svg);
}
:lang(nl) .banner--service.text-employee::after {
  -webkit-mask-image: url(../../img/b-medewerkers.svg);
          mask-image: url(../../img/b-medewerkers.svg);
}
.banner--service.text-chat::after {
  -webkit-mask-image: url(../../img/b-chat.svg);
          mask-image: url(../../img/b-chat.svg);
}

.path-node.no-sidebars.page-node-type-banner .region--content {
  max-width: 118rem;
}

.banner--photo {
  position: relative;
  padding: 0;
}
.banner--photo img {
  display: block;
  width: 100%;
}
.banner--photo .l-content-wrapper {
  padding: 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .banner--photo .l-content-wrapper {
    padding-top: 20rem;
  }
}
@media (min-width: 560px) {
  .banner--photo .l-content-wrapper {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .banner--photo .l-content-wrapper {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1200px) {
  .banner--photo .l-content-wrapper {
    max-width: 76rem;
    bottom: 6rem;
    left: 6rem;
  }
}
.banner--photo .banner__title {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.05;
  padding: 2rem;
  background: rgba(74, 0, 4, 0.6);
}
@media (max-width: 559px) {
  .banner--photo .banner__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .banner--photo .banner__title {
    font-size: 5.8rem;
  }
}
.banner--photo .btn, .banner--photo .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .banner--photo a {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .banner__image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .banner__image .image,
  .banner__image picture {
    width: 100%;
    height: 100%;
    display: block;
  }
  .banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item {
  list-style: none;
  color: #666666;
  margin-right: 1.2rem;
  font-size: 1.5rem;
}
.breadcrumb__item .icon use {
  fill: #666666;
}
.breadcrumb__item .icon--chevron {
  width: 1.2rem;
  height: 1.2rem;
  float: right;
  margin: 0.7rem 0 0 1.8rem;
}
@media (max-width: 559px) {
  .breadcrumb__item .icon--chevron {
    margin-left: 1rem;
  }
}
.breadcrumb__item .icon--home {
  width: 1.6rem;
  height: 1.6rem;
  float: left;
  margin: 0.3rem 0.6rem 0 0;
}
@media (max-width: 559px) {
  .breadcrumb--collapsed .breadcrumb__item:not(:first-child):not(:nth-child(2)):not(:nth-last-child(-n+2)) {
    display: none;
  }
  .breadcrumb--collapsed .breadcrumb__item:nth-child(2) .breadcrumb__link {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
  .breadcrumb--collapsed .breadcrumb__item:nth-child(2)::after {
    content: "…";
  }
  .breadcrumb__item:first-child .breadcrumb__link-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
@media (min-width: 560px) {
  .breadcrumb__item .icon--home,
  .breadcrumb__item .icon--home {
    display: none;
  }
}

.breadcrumb__link {
  color: #666666;
}
.breadcrumb__link:hover, .breadcrumb__link:focus {
  text-decoration: underline;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.btn, .view--search .block-facets-summary ul li.facet-summary-item--clear a {
  display: inline-block;
  background: none;
}
.btn-sm {
  font-size: 1.5rem;
}
.btn-sm.btn--icon-posbefore .icon {
  top: 1.7rem;
}
.btn .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon {
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.btn--square {
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn--square .btn__text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.btn--large {
  border: 0.2rem solid #E3000B;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #E3000B;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
.btn--large .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.btn--large .icon use {
  fill: #E3000B;
}
.btn--large::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.btn--large:hover, .btn--large:focus {
  text-decoration: underline;
  color: #E3000B;
  background-color: transparent;
  border-color: #E3000B;
}
.btn--large:hover .icon, .btn--large:focus .icon {
  right: 1.1rem;
}
.btn--large:hover::after, .btn--large:focus::after {
  border-color: #E3000B;
}
.btn--large.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
.btn--large.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn--large.btn--icon-posbefore:hover .icon, .btn--large.btn--icon-posbefore:focus .icon {
  left: 1rem;
}
.btn--large {
  font-size: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.1rem;
  max-width: 30rem;
  padding-bottom: 5rem;
  padding-top: 1.5rem;
  min-height: 15rem;
}
.btn--large .icon {
  top: auto;
  bottom: 1.5rem;
}
.btn--large .icon use {
  color: #E3000B;
}
.btn--read-more {
  color: #E3000B;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.btn--read-more .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  float: left;
  margin: 1rem 0 0 1.3rem;
}
.btn--read-more .icon use {
  fill: #E3000B;
}
.btn--read-more:focus, .btn--read-more:hover {
  text-decoration: underline;
}
.btn--read-more:focus .icon, .btn--read-more:hover .icon {
  margin-left: 1.5rem;
}
.btn--back {
  border: 0.2rem solid #730E04;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #730E04;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
.btn--back .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.btn--back .icon use {
  fill: #730E04;
}
.btn--back::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.btn--back:hover, .btn--back:focus {
  text-decoration: underline;
  color: #E3000B;
  background-color: transparent;
  border-color: #E3000B;
}
.btn--back:hover .icon, .btn--back:focus .icon {
  right: 1.1rem;
}
.btn--back:hover::after, .btn--back:focus::after {
  border-color: #E3000B;
}
.btn--back.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
.btn--back.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn--back.btn--icon-posbefore:hover .icon, .btn--back.btn--icon-posbefore:focus .icon {
  left: 1rem;
}
.btn--back {
  max-width: 18rem;
  line-height: 2rem;
}
.btn--back .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 1.5rem;
}
.btn--back .icon use {
  fill: #730E04;
}
.btn--back:focus .icon use, .btn--back:hover .icon use {
  fill: #E3000B;
}
.btn--icon-posbefore {
  text-decoration: underline;
}
.btn--icon-posbefore .icon {
  margin-left: 0;
  margin-right: 1.2rem;
}
.btn--icon-posbefore:hover .icon, .btn--icon-posbefore:focus .icon {
  margin-left: 0;
  margin-right: 1rem;
}
.btn--icon-posafter {
  text-decoration: underline;
  font-weight: 800;
}
.btn--icon-posafter .icon {
  margin-left: 1.3rem;
  float: right;
}
.btn--icon-posafter:hover, .btn--icon-posafter:focus {
  text-decoration: none;
  color: #730E04;
}
.btn--icon-posafter:hover .icon, .btn--icon-posafter:focus .icon {
  margin-left: 1.5rem;
  margin-right: 0;
}
.btn--quicklink-primary {
  background: #730E04;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  letter-spacing: -1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 5rem;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.4rem;
}
.btn--quicklink-primary:hover, .btn--quicklink-primary:focus {
  background: #730E04;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn--quicklink-primary:hover .icon, .btn--quicklink-primary:focus .icon {
  margin-right: 0.3rem;
}
.btn--quicklink-primary .icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.btn--quicklink-primary .icon use {
  fill: #fff;
}
@media (max-width: 991px) {
  .btn--quicklink-primary {
    word-break: break-word;
  }
}
@media (min-width: 560px) {
  .btn--quicklink-primary {
    min-height: 8rem;
    font-size: 2.6rem;
    line-height: 2.8rem;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn--quicklink-primary {
    min-height: 11rem;
  }
}
@media (min-width: 1200px) {
  .btn--quicklink-primary {
    min-height: 14rem;
  }
}
@media (min-width: 1000px) {
  .btn--close-filters, .btn--filter {
    display: none;
  }
}
.btn--filter {
  margin-top: 2rem;
  padding: 1rem 1.5rem 1rem 1.2rem;
  border: 0.2rem solid #E3000B;
  font-weight: 800;
  color: #E3000B;
  font-size: 1.6rem;
  width: 100%;
}
@media (min-width: 630px) {
  .btn--filter {
    width: auto;
  }
}
.btn--filter .icon {
  width: 1.2rem;
  height: 1.2rem;
  left: 1rem;
  margin-right: 1rem;
}
.btn--filter .icon use {
  fill: #E3000B;
}
.btn--close-filters {
  position: relative;
}
.btn--close-filters::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #d7d7d7;
}
.btn--close-filters:focus::before, .btn--close-filters:hover::before, .btn--close-filters.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #E3000B;
}
.btn--close-filters {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  border: none;
  font-weight: 800;
  color: #E3000B;
  font-size: 1.6rem;
}
.btn--close-filters::before {
  bottom: -0.5rem;
}
.btn--close-filters:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .btn--close-filters {
    top: 2rem;
    right: 2rem;
  }
}
.btn--close-filters .icon {
  margin-right: 0.8rem;
}
.btn--close-filters .icon use {
  fill: #E3000B;
}
.btn--show-hide {
  margin-top: 2rem;
  border: 0.1rem solid transparent;
  font-weight: 800;
  font-size: 1.5rem;
  padding: 0.3rem 0.8rem 0.3rem 0;
  color: #730E04;
  -webkit-transition: padding 0.2s, border-color 0.2s;
  transition: padding 0.2s, border-color 0.2s;
  text-transform: lowercase;
  line-height: 1.2;
  border-radius: 0.2rem;
}
.btn--show-hide:focus, .btn--show-hide:hover {
  color: #E3000B;
  padding-left: 0.3rem;
  border-color: #E3000B;
}
.btn--toggle-group {
  border: none;
  font-size: 2.6rem;
  font-weight: 800;
  color: #730E04;
  letter-spacing: -1px;
  cursor: pointer;
}
.btn--toggle-group .icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 0.8rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn--toggle-group .icon use {
  fill: #730E04;
}
.btn--toggle-group:hover, .btn--toggle-group:focus {
  color: #E3000B;
  text-decoration: underline;
}
.btn--toggle-group:hover .icon, .btn--toggle-group:focus .icon {
  margin-left: 1rem;
}
.btn--toggle-group:hover .icon use, .btn--toggle-group:focus .icon use {
  fill: #E3000B;
}
.btn--toggle-group.rows-hidden .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn--remove {
  width: 3rem;
  height: 3rem;
  background: none;
  padding: 0;
  position: relative;
  -webkit-transition: border-color -2s, -webkit-transform 0.2s;
  transition: border-color -2s, -webkit-transform 0.2s;
  transition: transform 0.2s, border-color -2s;
  transition: transform 0.2s, border-color -2s, -webkit-transform 0.2s;
  border: 0.1rem solid transparent;
}
.btn--remove .icon {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.7rem;
  margin-top: -0.7rem;
}
.btn--remove .icon use {
  fill: #E3000B;
}
.btn--remove:hover, .btn--remove:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #E3000B;
}
.btn--foldout {
  border: none;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.625;
  cursor: pointer;
}
.btn--foldout .icon {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0.2rem 0 0 0.5rem;
  -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, transform 0.2s;
  transition: margin 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.btn--foldout:hover, .btn--foldout:focus {
  text-decoration: underline;
}
.btn--foldout:hover .icon, .btn--foldout:focus .icon {
  margin-top: 0.3rem;
}
.btn--foldout.expanded .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 559px) {
  .btn--hide-mobile .btn__text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
.btn--add-remove {
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  background-color: #FFF;
  border: 0.2rem solid #E3000B;
  margin-top: 0.5rem;
}
.btn--add-remove:disabled {
  border-color: #d7d7d7;
  cursor: unset;
}
.btn--add-remove:disabled::before, .btn--add-remove:disabled::after {
  background-color: #d7d7d7;
}
.btn--add-remove:disabled:focus, .btn--add-remove:disabled:hover {
  color: #d7d7d7;
  border-color: #d7d7d7;
}
.btn--add-remove:disabled:focus:before, .btn--add-remove:disabled:focus:after, .btn--add-remove:disabled:hover:before, .btn--add-remove:disabled:hover:after {
  background: #d7d7d7;
}
.btn--add-remove:focus, .btn--add-remove:hover {
  color: #730E04;
  border-color: #730E04;
}
.btn--add-remove:focus:before, .btn--add-remove:focus:after, .btn--add-remove:hover:before, .btn--add-remove:hover:after {
  background: #730E04;
}
.btn--add-remove::before, .btn--add-remove::after {
  background-color: #E3000B;
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 30%;
  right: 30%;
  height: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn--add-remove::before {
  -webkit-transform: translate(0, 0) rotate(-90deg) scale(1, 1);
          transform: translate(0, 0) rotate(-90deg) scale(1, 1);
}
.btn--add-remove::after {
  -webkit-transform: translate(0, 0) rotate(180deg) scale(1, 1);
          transform: translate(0, 0) rotate(180deg) scale(1, 1);
}
.btn--add-remove.active {
  background-color: #E3000B;
}
.btn--add-remove.active::before, .btn--add-remove.active::after {
  background-color: #fff;
}
.btn--add-remove.active::before {
  -webkit-transform: translate(calc(30% - 0.05em), -50%) rotate(-45deg) scale(1.2, 1);
          transform: translate(calc(30% - 0.05em), -50%) rotate(-45deg) scale(1.2, 1);
}
.btn--add-remove.active::after {
  -webkit-transform: translate(-30%, 50%) rotate(45deg) scale(0.6, 1);
          transform: translate(-30%, 50%) rotate(45deg) scale(0.6, 1);
}
.btn--add-remove.active:hover, .btn--add-remove.active :focus {
  background-color: #730E04;
}
.btn--add-remove.active:hover::before, .btn--add-remove.active :focus::before {
  -webkit-transform: translate(0) rotate(0deg) scale(1);
          transform: translate(0) rotate(0deg) scale(1);
}
.btn--add-remove.active:hover::after, .btn--add-remove.active :focus::after {
  -webkit-transform: translate(0) rotate(0deg) scale(1);
          transform: translate(0) rotate(0deg) scale(1);
}
.btn--remove {
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  background-color: transparent;
  border: 0;
  margin-top: 0.5rem;
}
.btn--remove::before, .btn--remove::after {
  background-color: #E3000B;
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 30%;
  right: 30%;
  height: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn--remove::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn--remove::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--remove:hover::before, .btn--remove:hover::after, .btn--remove :focus::before, .btn--remove :focus::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn--primary {
  border: 0.2rem solid #E3000B;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #E3000B;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
.btn--primary .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.btn--primary .icon use {
  fill: #E3000B;
}
.btn--primary::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.btn--primary:hover, .btn--primary:focus {
  text-decoration: underline;
  color: #E3000B;
  background-color: transparent;
  border-color: #E3000B;
}
.btn--primary:hover .icon, .btn--primary:focus .icon {
  right: 1.1rem;
}
.btn--primary:hover::after, .btn--primary:focus::after {
  border-color: #E3000B;
}
.btn--primary.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
.btn--primary.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn--primary.btn--icon-posbefore:hover .icon, .btn--primary.btn--icon-posbefore:focus .icon {
  left: 1rem;
}

.btn--secondary, .view--search .block-facets-summary ul li.facet-summary-item--clear a {
  border: 0.2rem solid #730E04;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: #730E04;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
.btn--secondary .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.btn--secondary .icon use, .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon use {
  fill: #fff;
}
.btn--secondary::after, .view--search .block-facets-summary ul li.facet-summary-item--clear a::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.btn--secondary:hover, .view--search .block-facets-summary ul li.facet-summary-item--clear a:hover, .btn--secondary:focus, .view--search .block-facets-summary ul li.facet-summary-item--clear a:focus {
  text-decoration: underline;
  color: #fff;
  background-color: #E3000B;
  border-color: #E3000B;
}
.btn--secondary:hover .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a:hover .icon, .btn--secondary:focus .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a:focus .icon {
  right: 1.1rem;
}
.btn--secondary:hover::after, .view--search .block-facets-summary ul li.facet-summary-item--clear a:hover::after, .btn--secondary:focus::after, .view--search .block-facets-summary ul li.facet-summary-item--clear a:focus::after {
  border-color: #E3000B;
}
.btn--secondary.btn--icon-posbefore, .view--search .block-facets-summary ul li.facet-summary-item--clear a.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
.btn--secondary.btn--icon-posbefore .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn--secondary.btn--icon-posbefore:hover .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a.btn--icon-posbefore:hover .icon, .btn--secondary.btn--icon-posbefore:focus .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear a.btn--icon-posbefore:focus .icon {
  left: 1rem;
}

.btn--tertiary {
  border: 0.2rem solid #E3000B;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: #E3000B;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
.btn--tertiary .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.btn--tertiary .icon use {
  fill: #fff;
}
.btn--tertiary::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.btn--tertiary:hover, .btn--tertiary:focus {
  text-decoration: underline;
  color: #fff;
  background-color: #730E04;
  border-color: #730E04;
}
.btn--tertiary:hover .icon, .btn--tertiary:focus .icon {
  right: 1.1rem;
}
.btn--tertiary:hover::after, .btn--tertiary:focus::after {
  border-color: #730E04;
}
.btn--tertiary.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
.btn--tertiary.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn--tertiary.btn--icon-posbefore:hover .icon, .btn--tertiary.btn--icon-posbefore:focus .icon {
  left: 1rem;
}

#edit-cancel {
  border: 0.2rem solid #E3000B;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #E3000B;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
#edit-cancel .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
#edit-cancel .icon use {
  fill: #E3000B;
}
#edit-cancel::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#edit-cancel:hover, #edit-cancel:focus {
  text-decoration: underline;
  color: #E3000B;
  background-color: transparent;
  border-color: #E3000B;
}
#edit-cancel:hover .icon, #edit-cancel:focus .icon {
  right: 1.1rem;
}
#edit-cancel:hover::after, #edit-cancel:focus::after {
  border-color: #E3000B;
}
#edit-cancel.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
#edit-cancel.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
#edit-cancel.btn--icon-posbefore:hover .icon, #edit-cancel.btn--icon-posbefore:focus .icon {
  left: 1rem;
}
#edit-cancel {
  padding: 0 2.6rem;
  height: 5rem;
  line-height: 4.6rem;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

button.btn--secondary, button.btn--primary {
  min-height: 5rem;
}

.contact-block {
  background: #f8f7f7;
  padding: 2rem;
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .contact-block {
    margin-top: 5rem;
    padding: 3.5rem 4rem 4rem;
  }
}
@media (max-width: 559px) {
  .contact-block .opening-hours {
    margin-top: 3rem;
  }
}
.contact-block .l-contact-info-wrapper,
.contact-block h2 + .rich-text,
.contact-block .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + .rich-text,
.node--type-programme-curriculum.node--full .contact-block .l-node-content > .field--name-field-specialisations > .field__label + .rich-text,
.contact-block .node--type-blog-post .blog__authors .text--employee + .rich-text,
.node--type-blog-post .blog__authors .contact-block .text--employee + .rich-text,
.contact-block .node--type-blog-post .author__info .text--employee + .rich-text,
.node--type-blog-post .author__info .contact-block .text--employee + .rich-text {
  margin-top: 1.5rem;
}
.contact-block p:first-child {
  margin-top: 0;
}
.contact-block .address {
  margin-top: 0.8rem;
}
.contact-block .field--type-entity-reference {
  margin-top: 3rem;
}
.contact-block .iconlist {
  margin-top: 1rem;
}
.contact-block__title + .contact-block__title {
  margin-top: 1rem;
}
.contact-block__title + .contact-block__row {
  border-top: none;
  padding-top: 0.5rem;
}
.contact-block__title + .iconlist {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 3rem;
}
.contact-block__title + .field {
  margin-top: 2rem;
}
.contact-block__function {
  color: #666666;
  font-size: 1.5rem;
}
.contact-block__label,
.contact-block .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.contact-block__label + p,
.contact-block .field__label + p {
  margin-top: 1rem;
}
.contact-block__label + h3,
.contact-block .field__label + h3 {
  margin-top: 0.5rem;
}
.contact-block__row {
  width: 100%;
  margin-top: 2rem;
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 2rem;
}
.contact-block__row--additional-info, .contact-block__row--locations,
.contact-block__row .opening-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 3rem;
}
@media (min-width: 560px) {
  .contact-block__row--additional-info, .contact-block__row--locations,
  .contact-block__row .opening-hours {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-block__row--additional-info > div, .contact-block__row--locations > div,
  .contact-block__row .opening-hours > div {
    width: calc(50% - 1.5rem);
  }
}
.contact-block__row--locations {
  gap: 3rem;
}
.contact-block__row--locations .link--arrow-small,
.contact-block__row--locations .iconfield a {
  color: #E3000B;
}
.contact-block__row--locations .link--arrow-small .icon--arrow-small use,
.contact-block__row--locations .iconfield a .icon--arrow-small use {
  fill: #E3000B;
}
.contact-block__row--locations .link--arrow-small:hover, .contact-block__row--locations .link--arrow-small:focus,
.contact-block__row--locations .iconfield a:hover,
.contact-block__row--locations .iconfield a:focus {
  color: #730E04;
}
.contact-block__row--locations .link--arrow-small:hover .icon--arrow-small use, .contact-block__row--locations .link--arrow-small:focus .icon--arrow-small use,
.contact-block__row--locations .iconfield a:hover .icon--arrow-small use,
.contact-block__row--locations .iconfield a:focus .icon--arrow-small use {
  fill: #730E04;
}
.contact-block__row--locations .field--iconfield {
  margin-top: 2rem;
}
.contact-block__row--info {
  border-top: none;
  margin-top: 2rem;
  padding-top: 0;
}
@media (min-width: 560px) {
  .contact-block__row .opening-hours .opening-hours__exceptions {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.contact-block p + dl {
  border-top: solid 1px #d7d7d7;
  margin-top: 2rem;
  padding-top: 1.2rem;
}
.contact-block h2 + dl, .contact-block .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + dl, .node--type-programme-curriculum.node--full .contact-block .l-node-content > .field--name-field-specialisations > .field__label + dl, .contact-block .node--type-blog-post .blog__authors .text--employee + dl, .node--type-blog-post .blog__authors .contact-block .text--employee + dl,
.contact-block .node--type-blog-post .author__info .text--employee + dl,
.node--type-blog-post .author__info .contact-block .text--employee + dl {
  margin-top: 3rem;
}
.contact-block.section--contact .iconfield--email a {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

.field--name-field-author .field__label {
  color: #730E04;
  font-weight: 800;
  margin-bottom: 1rem;
}
.field--name-field-author h2, .field--name-field-author .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .field--name-field-author .l-node-content > .field--name-field-specialisations > .field__label, .field--name-field-author .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .field--name-field-author .text--employee,
.field--name-field-author .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .field--name-field-author .text--employee {
  color: #E3000B;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.4px;
}
.field--name-field-author .field--name-field-job-title {
  color: #666666;
  font-size: 1.5rem;
}
.field--name-field-author .iconfield--email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field--name-field-author .iconfield--email .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.field--name-field-author .iconfield--email a {
  color: #303030;
  text-decoration: none;
  font-size: 1.5rem;
}
.field--name-field-author .iconfield--email a:hover {
  color: #730E04;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .card > p {
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card .card__footer {
    margin-top: auto;
  }
}
.card h3 {
  color: #730E04;
}

.card__image {
  position: relative;
}
.card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.card__image + .card__content {
  margin-top: 1.6rem;
}

.card__content p:first-child {
  margin-top: 0;
}
.card:not(.card--microstory) .card__content p,
.card__content .rich-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.card__content .meta-data {
  margin-top: 1rem;
}
.card__content .meta-data + p,
.card__content .meta-data + div {
  margin-top: 2rem;
}
.card__content .btn, .card__content .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .card__content a {
  margin-top: 2rem;
}
@media (min-width: 560px) {
  .card__content {
    padding-right: 2rem;
  }
}
.card__content .btn:not(.btn--arrow-small), .card__content .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--arrow-small), .view--search .block-facets-summary ul li.facet-summary-item--clear .card__content a:not(.btn--arrow-small) {
  background: right 13px center no-repeat;
  background-size: auto 1.2rem;
}
.card__content .btn:not(.btn--arrow-small).btn--primary, .card__content .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--arrow-small).btn--primary, .view--search .block-facets-summary ul li.facet-summary-item--clear .card__content a:not(.btn--arrow-small).btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}
.card__content .btn:not(.btn--arrow-small).btn--secondary, .card__content .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--arrow-small), .view--search .block-facets-summary ul li.facet-summary-item--clear .card__content a:not(.btn--arrow-small) {
  background-color: #730E04;
  background-image: url("../../img/i-arrow-small--white.svg");
}
.card__content .btn:not(.btn--arrow-small).btn--secondary:focus, .card__content .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--arrow-small):focus, .view--search .block-facets-summary ul li.facet-summary-item--clear .card__content a:not(.btn--arrow-small):focus, .card__content .btn:not(.btn--arrow-small).btn--secondary:hover, .card__content .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--arrow-small):hover, .view--search .block-facets-summary ul li.facet-summary-item--clear .card__content a:not(.btn--arrow-small):hover {
  background-color: #E3000B;
}

.card__title .link--icon-posafter {
  display: inline-block;
  position: relative;
}
.card__title .link--icon-posafter .link__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.card__title + .card__content,
.card__title + .field {
  margin-top: 1.5rem;
}
.grid--col-3 .card__title .icon, .grid--masonry .card__title .icon {
  position: absolute;
}

.card__content h2, .card__content .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .card__content .l-node-content > .field--name-field-specialisations > .field__label, .card__content .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .card__content .text--employee,
.card__content .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .card__content .text--employee,
.card__title {
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.card__title--microstory {
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.node--type-employee.card .card__footer {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 2rem;
  display: block;
  padding-right: 2rem;
}
.node--type-employee.card .card__footer p:first-child {
  margin-top: 0;
}
.node--type-employee.card .card__image {
  width: 9rem;
  margin-right: 2rem;
}
.node--type-employee.card .card__image + .card__content {
  margin-top: 0;
}
.section:not(.l-hide-images) .node--type-employee.card--with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section:not(.l-hide-images) .node--type-employee.card--with-image .card__title .link--icon-posafter {
  display: block;
}
.section:not(.l-hide-images) .node--type-employee.card--with-image .card__content {
  width: calc(100% - 11rem);
}
.section:not(.l-hide-images) .node--type-employee.card--with-image .card__footer {
  width: 100%;
}

.unibuddy-popcard-overlay {
  --theme-color: #BE311A;
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 3000000000;
}
.unibuddy-popcard-overlay--container {
  background: rgba(255, 255, 255, 0.01);
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  height: calc(100% - 10.5rem);
  margin: 1.6rem;
  clip-path: polygon(0 0, calc(100% - 25px) 0, calc(100% - 25px) 25px, 100% 25px, 100% 100%, 0 100%);
  border-radius: 0.4rem;
}
@media (min-width: 769px) {
  .unibuddy-popcard-overlay--container {
    height: calc(100% - 3.2rem);
    clip-path: polygon(0 0, calc(100% - 50px) 0, calc(100% - 50px) 50px, 100% 50px, 100% 100%, 0 100%);
    border-top-left-radius: 4.5rem;
  }
}

.content-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-selector__title {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.content-selector__title + p {
  margin-top: 1rem;
}
.content-selector__item {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 560px) {
  .content-selector__item {
    width: 50%;
  }
  .content-selector__item:first-child {
    padding-right: 1.5rem;
  }
  .content-selector__item:last-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content-selector__item {
    width: 45%;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.field--name-field-study-year {
  font-weight: 800;
  color: #730E04;
  font-size: 3.1rem;
}
.field-group-format-wrapper > .field--name-field-study-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin-top: 1.8rem;
}
.field-group-format-wrapper > .field--name-field-study-year .field__label {
  margin-right: 0.5rem;
}

.node--view-mode-full .l-node-content > .field--name-field-study-year.field--label-inline > .field__label {
  font-size: 3.1rem;
}

.field--name-field-total-ec {
  font-weight: 800;
  color: #730E04;
  font-size: 1.8rem;
  padding-right: 1rem;
  white-space: nowrap;
}
.l-node-content > .field--name-field-total-ec, .node--type-programme-curriculum > .field--name-field-total-ec {
  font-size: 2.6rem;
  line-height: 2.6rem;
  padding: 1.5rem 0.5rem;
  border-bottom: solid 2px #d7d7d7;
  margin-bottom: -2rem;
}
.l-node-content > .field--name-field-total-ec .field__label::after, .node--type-programme-curriculum > .field--name-field-total-ec .field__label::after {
  content: ": ";
}

.field__exp {
  font-size: 1.6rem;
}

.course-descr__title {
  font-size: 1.8rem;
  color: #303030;
  padding-left: 0.5rem;
}

.field--name-field-thesis-research,
.field--name-field-internships,
.field--name-field-free-electives,
.field--name-field-elective-courses,
.field--name-field-compulsory-courses {
  margin-bottom: 4rem;
}
.field--name-field-thesis-research .label__wrapper,
.field--name-field-internships .label__wrapper,
.field--name-field-free-electives .label__wrapper,
.field--name-field-elective-courses .label__wrapper,
.field--name-field-compulsory-courses .label__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0.5rem;
  border-bottom: solid 1px #d7d7d7;
}
.field--name-field-thesis-research .label__wrapper + .section--programme-schedule-option,
.field--name-field-thesis-research .label__wrapper + .section--programme-schedule-set,
.field--name-field-internships .label__wrapper + .section--programme-schedule-option,
.field--name-field-internships .label__wrapper + .section--programme-schedule-set,
.field--name-field-free-electives .label__wrapper + .section--programme-schedule-option,
.field--name-field-free-electives .label__wrapper + .section--programme-schedule-set,
.field--name-field-elective-courses .label__wrapper + .section--programme-schedule-option,
.field--name-field-elective-courses .label__wrapper + .section--programme-schedule-set,
.field--name-field-compulsory-courses .label__wrapper + .section--programme-schedule-option,
.field--name-field-compulsory-courses .label__wrapper + .section--programme-schedule-set {
  margin-top: 0;
}
.field--name-field-thesis-research .field__label,
.field--name-field-internships .field__label,
.field--name-field-free-electives .field__label,
.field--name-field-elective-courses .field__label,
.field--name-field-compulsory-courses .field__label {
  font-size: 1.9rem;
  color: #730E04;
  font-weight: 800;
  letter-spacing: -1px;
  width: 60%;
}
.field--name-field-thesis-research .period__label,
.field--name-field-internships .period__label,
.field--name-field-free-electives .period__label,
.field--name-field-elective-courses .period__label,
.field--name-field-compulsory-courses .period__label {
  margin-left: auto;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.field--name-field-thesis-research .period__label div,
.field--name-field-internships .period__label div,
.field--name-field-free-electives .period__label div,
.field--name-field-elective-courses .period__label div,
.field--name-field-compulsory-courses .period__label div {
  text-align: center;
  font-size: 2rem;
  color: #730E04;
  font-weight: 800;
}

.rich-text--field-exp-compulsory-courses,
.rich-text--field-exp-elective-courses,
.rich-text--field-exp-free-elective-courses,
.rich-text--field-exp-internships,
.rich-text--field-exp-thesis-research {
  margin-bottom: 6rem;
}

.section--programme-schedule-course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 0.1rem #d7d7d7;
  border-bottom: solid 0.1rem #d7d7d7;
  border-right: solid 0.1rem #d7d7d7;
  font-size: 1.8rem;
}
.section--programme-schedule-course-item:last-child {
  border-bottom: solid 0.2rem #d7d7d7;
}
.section--programme-schedule-course-item + .section--programme-schedule-course-item {
  border-top: none;
}
.section--programme-schedule-course-item .course__info {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0.5rem;
}
@media (min-width: 992px) {
  .section--programme-schedule-course-item .course__info {
    padding: 1.8rem 0.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section--programme-schedule-course-item .course__info .course__title {
  -ms-hyphens: auto;
      hyphens: auto;
}
.section--programme-schedule-course-item .course__info .course__title .extlink-nobreak {
  white-space: initial;
}
.section--programme-schedule-course-item .field__title {
  padding-right: 2rem;
}
.section--programme-schedule-course-item .field__title a {
  color: #303030;
}
.section--programme-schedule-course-item .field__exp {
  font-size: 1.6rem;
}
.section--programme-schedule-course-item .field--name-field-ec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  color: #730E04;
  font-size: 1.8rem;
  margin-left: auto;
  white-space: nowrap;
  padding-right: 1rem;
}
.section--programme-schedule-course-item .field__period {
  width: 40%;
  border-left: solid 0.1rem #d7d7d7;
}
.section--programme-schedule-course-item .field__period ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}
.section--programme-schedule-course-item .field__period ol li {
  padding: 0.4rem 0.4rem 0.4rem 0;
  border-right: solid 0.1rem #d7d7d7;
  width: 25%;
  position: relative;
}
.section--programme-schedule-course-item .field__period ol li:last-child {
  border-right: none;
}
.section--programme-schedule-course-item .field__period ol li::before {
  content: "";
  display: block;
  height: calc(100% - 0.8rem);
  max-height: 5.8rem;
  width: calc(100% - 0.8rem);
  background: #f8f7f7;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.section--programme-schedule-course-item .field__period ol li.period--active::before {
  background: #E3000B;
}

.section--programme-schedule-set {
  padding: 1.5rem 0.5rem;
  border-bottom: solid 1px #d7d7d7;
  margin-top: 5rem;
}
.section--programme-schedule-set .field__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
.section--programme-schedule-set .field--name-field-title {
  font-weight: 800;
  width: 60%;
  padding-right: 1rem;
}
.section--programme-schedule-set .field--name-field-min-ec {
  margin-left: auto;
  font-size: 1.5rem;
  color: #666666;
  font-style: italic;
}
.section--programme-schedule-set .field--name-field-max-ec {
  padding-right: 0.5rem;
  font-size: 1.5rem;
  color: #666666;
  font-style: italic;
}
.section--programme-schedule-set .field--name-field-max-ec::before {
  content: ", ";
}

.section--course-descr {
  margin-top: 2rem;
  padding: 1rem 0;
}
@media (min-width: 560px) {
  .section--course-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.course-descr__ec {
  font-style: italic;
  font-size: 1.5rem;
  color: #666666;
  padding-right: 0.7rem;
}
.course-descr__ec .label {
  font-weight: normal;
  color: #666666;
  letter-spacing: 0;
}
@media (max-width: 559px) {
  .course-descr__ec {
    margin-top: 0.5rem;
    display: block;
  }
}
@media (min-width: 560px) {
  .course-descr__ec {
    margin-left: auto;
  }
}

.date {
  height: 5.4rem;
  width: 5rem;
  background: #E3000B;
  left: 0;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-transform: lowercase;
  line-height: 0.8;
  letter-spacing: -0.5px;
}
.date__day {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -1px;
}
@media (min-width: 560px) {
  .date {
    width: 5.5rem;
    height: 6rem;
    margin-left: -2.25rem;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ru-dialog .ru-dialog__titlebar {
  background: #f8f7f7;
  border: 0;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .ru-dialog .ru-dialog__titlebar {
    padding: 3rem;
  }
}
.ru-dialog .ru-dialog__titlebar .ru-dialog__title {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 2.6rem;
  line-height: 3.25rem;
  color: #E3000B;
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px;
  white-space: unset;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 559px) {
  .ru-dialog .ru-dialog__titlebar .ru-dialog__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.ru-dialog .ru-dialog__titlebar .ru-dialog__close {
  border: 0;
  position: relative;
  margin: 0rem -1rem 0 1rem;
}
@media (min-width: 992px) {
  .ru-dialog .ru-dialog__titlebar .ru-dialog__close {
    margin: -1rem -1rem 0 0;
  }
}
.ru-dialog .ru-dialog__titlebar .ru-dialog__close:hover, .ru-dialog .ru-dialog__titlebar .ru-dialog__close:focus, .ru-dialog .ru-dialog__titlebar .ru-dialog__close:active {
  background: none;
}
.ru-dialog .ru-dialog__titlebar .ru-dialog__close .ui-icon {
  background: url("../../img/icons/cross-bold.svg") center center no-repeat;
}
.ru-dialog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ru-dialog__body.ui-dialog-content {
  padding: 0;
}
.ru-dialog__container {
  height: 58vh;
  overflow-y: scroll;
  border: 1px solid #fff;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .ru-dialog__container {
    height: 65vh;
    padding: 3rem;
  }
}
.ru-dialog__container .ru-dialog__empty {
  margin-top: 3rem;
}
.ru-dialog__container .ru-dialog__input {
  background: transparent url(../../img/i-search-red.svg) 97% center no-repeat;
  padding-right: 3.75rem;
}
.ru-dialog__container .ru-dialog__content {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
}
.ru-dialog__container .ru-dialog__content .disabled .card__title {
  color: #666666;
}
.ru-dialog__footer {
  background: #f8f7f7;
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ru-dialog__footer .l-inner {
  padding-right: 1.5rem;
}
.ru-dialog__footer .btn, .ru-dialog__footer .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-dialog__footer a {
  margin-left: auto;
}
@media (max-width: 559px) {
  .ru-dialog__footer {
    padding: 1.5rem 2rem;
  }
  .ru-dialog__footer h2, .ru-dialog__footer .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .ru-dialog__footer .l-node-content > .field--name-field-specialisations > .field__label, .ru-dialog__footer .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .ru-dialog__footer .text--employee,
  .ru-dialog__footer .node--type-blog-post .author__info .text--employee,
  .node--type-blog-post .author__info .ru-dialog__footer .text--employee {
    font-size: 2.2rem;
  }
  .ru-dialog__footer .btn, .ru-dialog__footer .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-dialog__footer a {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0;
    line-height: 5rem;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 0;
  }
  .ru-dialog__footer .btn .icon, .ru-dialog__footer .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-dialog__footer a .icon {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.ru-dialog button {
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
}
.ru-dialog + .ui-widget-overlay {
  background: #000;
  opacity: 0.6;
}

.stop-scrolling {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.ui-dialog {
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  min-width: 90%;
  max-width: 90%;
}
@media (min-width: 630px) {
  .ui-dialog {
    min-width: 70%;
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .ui-dialog {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .ui-dialog {
    min-width: 70rem;
    max-width: 70rem;
  }
}
.ui-dialog .ui-dialog-content {
  overflow: hidden;
}
.ui-dialog__empty {
  margin-top: 1.5rem;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  border-color: #d7d7d7;
  padding: 2rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, sans-serif;
}

.geolocation-marker-content__title a {
  font-family: "Open Sans", Arial, sans-serif;
  color: #730E04;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -1px;
  padding-right: 2.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  background: url("../../img/i-arrow-small.svg") no-repeat right 0.6rem;
  background-size: 1.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.geolocation-marker-content__title a:hover, .geolocation-marker-content__title a:focus {
  padding-right: 2.8rem;
}
.geolocation-marker-content__row {
  min-width: 250px;
  min-height: 2.5rem;
}
.geolocation-marker-content .field__label {
  font-family: "Open Sans", Arial, sans-serif;
  width: 120px;
  margin-right: 1rem;
  display: inline-block;
}
.geolocation-marker-content .route-links {
  font-size: 1.5rem;
}

.grid:not(.grid--masonry):not(.grid--masonry-sidebar) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 0;
  padding-left: 0;
}
.grid:not(.grid--masonry):not(.grid--masonry-sidebar) > div,
.grid:not(.grid--masonry):not(.grid--masonry-sidebar) > li {
  margin-top: 3rem;
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.grid:not(.grid--masonry):not(.grid--masonry-sidebar) > li {
  list-style: none;
}
@media (min-width: 560px) {
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-1 > div:not(.banner) {
    max-width: calc(76rem - 3rem);
  }
}
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > li,
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > li,
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 560px) {
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 1200px) {
  .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .page-node-type-landing.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .page-node-type-landing.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .page-node-type-training.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .page-node-type-training.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .node--type-minor.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-minor.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .node--type-programme.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-programme.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .node--type-project.node--view-mode-full .related-items .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-project.node--view-mode-full .related-items .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .l-section--content-bottom .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .l-section--content-bottom .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .node--type-event .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-event .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .page--taxonomy-organizational_unit .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .page--taxonomy-organizational_unit .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > li, .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .page-node-type-landing.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .page-node-type-landing.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .page-node-type-training.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .page-node-type-training.no-sidebars .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .node--type-minor.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .node--type-minor.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .node--type-programme.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .node--type-programme.node--view-mode-full .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .node--type-project.node--view-mode-full .related-items .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .node--type-project.node--view-mode-full .related-items .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .l-section--content-bottom .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .l-section--content-bottom .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .node--type-event .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .node--type-event .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li, .page--taxonomy-organizational_unit .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > div,
  .page--taxonomy-organizational_unit .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-display-grid > li {
    width: calc(33.333% - 3rem);
  }
}
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-1 {
  max-width: 76rem;
}
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li,
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div, .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li,
.grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li,
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div, .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li,
  .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li, .page-node-type-landing .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li, .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li, .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li, .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > li,
  .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div,
  .page-node-type-landing .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div,
  .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div,
  .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div,
  .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-2 > div, .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li, .page-node-type-landing .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li, .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li, .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li, .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > li,
  .path-frontpage .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div,
  .page-node-type-landing .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div,
  .page-node-type-index .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div,
  .page-node-type-section .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div,
  .node--type-news-item .l-node-footer .grid:not(.grid--masonry):not(.grid--masonry-sidebar).l-item-count-3 > div {
    width: calc(33.333% - 3rem);
  }
}
.grid.grid--masonry {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.grid.grid--masonry ul {
  margin: 0;
  padding: 0;
}
.grid.grid--masonry ul li {
  list-style: none;
}
.grid.grid--masonry.grid--col-1 ul li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border-top: 0.1rem solid #d7d7d7;
}
.grid.grid--masonry.grid--col-1 ul li > div {
  border: none;
  max-width: 76rem;
}
.grid.grid--masonry.grid--masonry-borders li > div {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
.grid.grid--masonry.grid--masonry-borders .flexmasonry-cols-3 li:nth-child(-n+3) > div,
.grid.grid--masonry.grid--masonry-borders .flexmasonry-cols-2 li:nth-child(-n+2) > div {
  border-top: none;
  padding-top: 0;
}
.grid--masonry-sidebar .item-list {
  margin: 0;
  padding: 0;
}
.grid--masonry-sidebar .item-list li {
  list-style: none;
}
.no-sidebars .grid--masonry-sidebar .item-list li {
  margin-top: 4.5rem;
}
@media (min-width: 560px) {
  .no-sidebars .grid--masonry-sidebar .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .no-sidebars .grid--masonry-sidebar .item-list li {
    margin-top: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .no-sidebars .grid--masonry-sidebar.l-display-grid ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 560px) {
  .no-sidebars .grid--masonry-sidebar.l-display-grid > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .no-sidebars .grid--masonry-sidebar.l-display-grid > ul li {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .no-sidebars .grid--masonry-sidebar.l-display-grid > ul li {
    width: calc(33.333% - 3rem);
  }
}
.grid--masonry-sidebar.l-item-count-1 li {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .grid--masonry-sidebar.l-item-count-1 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid--masonry-sidebar.l-item-count-1 .card .card__image {
    margin-right: 2rem;
  }
  .grid--masonry-sidebar.l-item-count-1 .card .card__image + .card__content {
    margin-top: 0;
  }
}
.grid--masonry-sidebar.l-item-count-1 .card--with-image .card__title .link--icon-posafter {
  display: block;
}
.grid--masonry-sidebar.l-item-count-2 li {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .grid--masonry-sidebar.l-item-count-2 .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--masonry-sidebar.l-item-count-2 .item-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .grid--masonry-sidebar.l-item-count-2 .item-list li:nth-child(odd) {
    padding-right: 1.5rem;
  }
  .grid--masonry-sidebar.l-item-count-2 .item-list li:nth-child(even) {
    padding-left: 1.5rem;
  }
}
.grid--masonry-sidebar.l-item-count-3 .item-list li {
  margin-top: 4.5rem;
}
@media (min-width: 560px) {
  .grid--masonry-sidebar.l-item-count-3 .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid--masonry-sidebar.l-item-count-3 .item-list li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    max-width: 96rem;
  }
}
@media (min-width: 560px) and (min-width: 560px) and (max-width: 1199px) {
  .grid--masonry-sidebar.l-item-count-3 .item-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 3rem);
  }
}
@media (min-width: 560px) and (min-width: 1200px) {
  .grid--masonry-sidebar.l-item-count-3 .item-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(33.333% - 3rem);
  }
}
.grid--field-nodes + .btn, .view--search .block-facets-summary ul li.facet-summary-item--clear .grid--field-nodes + a, .grid--masonry-sidebar + .btn, .view--search .block-facets-summary ul li.facet-summary-item--clear .grid--masonry-sidebar + a {
  margin-top: 3rem;
}

.item-list.flexmasonry {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0;
}

.flexmasonry-item {
  list-style: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.flexmasonry-item > div {
  margin-top: 3rem;
}

.grid--service-nodes + .grid--service-terms {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .grid--service-nodes + .grid--service-terms {
    margin-top: 5rem;
  }
}

.grid__title {
  margin-top: 3rem;
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .grid__title {
    margin-top: 5rem;
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .grid__title {
    margin-top: 8rem;
  }
}

.horizontal-tabs {
  border: 0;
}
.horizontal-tabs ul.horizontal-tabs-list {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  border-bottom: 0;
  margin-bottom: -1px;
}
@media (min-width: 630px) {
  .horizontal-tabs ul.horizontal-tabs-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.horizontal-tabs ul.horizontal-tabs-list:has(li:nth-child(2)) {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 0.6rem;
  margin-bottom: 3rem;
}
@media (min-width: 630px) {
  .horizontal-tabs ul.horizontal-tabs-list:has(li:nth-child(2)) {
    padding-bottom: 0;
  }
}
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button {
  width: 45%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 630px) {
  .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button {
    width: unset;
  }
}
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected, .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button:hover {
  background: #fff;
}
@media (min-width: 630px) {
  .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected, .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button:hover {
    border-bottom-color: #fff;
  }
}
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button:only-child {
  display: none;
}
.horizontal-tabs ul.horizontal-tabs-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #303030;
  padding: 1.4rem 0.6rem !important;
  text-align: center;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.horizontal-tabs ul.horizontal-tabs-list li a strong {
  font-weight: 800;
}
.horizontal-tabs ul.horizontal-tabs-list li a:hover {
  background: none;
}
@media (min-width: 630px) {
  .horizontal-tabs ul.horizontal-tabs-list li a {
    font-size: 1.8rem;
    padding: 1.4rem 1.8rem !important;
  }
}
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  color: #730E04;
}
.horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0;
}

.icon use {
  fill: #303030;
}
.icon--x-small {
  width: 1.1rem;
  height: 1.1rem;
}
.icon--small {
  width: 2rem;
  height: 2rem;
}
.icon--medium {
  width: 3rem;
  height: 3rem;
}
.icon--large {
  width: 4rem;
  height: 4rem;
}
.icon--search {
  width: 1.5rem;
  height: 1.5rem;
  fill: #E3000B;
}
.icon--search use {
  fill: #E3000B;
}
.icon--linklist use, .icon--iconlist use, .icon--calendar use, .icon--info use {
  fill: #E3000B;
}
.icon--chevron {
  width: 1.1rem;
  height: 1.1rem;
}
.icon--arrow-thin {
  fill: #730E04;
}
.icon--arrow-thin use {
  fill: #730E04;
}
.icon--plus-minus {
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.3rem;
  font-style: normal;
}
.iconlist--downloads .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.icon--quote use {
  fill: #E3000B;
}

.ext {
  display: inline-block;
}
.ext svg {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0 0 0.5rem;
}
.ext svg path {
  stroke: #666666;
  stroke-width: 1;
}
.banner .ext svg, .ext.btn svg, .view--search .block-facets-summary ul li.facet-summary-item--clear a.ext svg {
  display: none;
}
.ext.btn, .view--search .block-facets-summary ul li.facet-summary-item--clear a.ext {
  position: relative;
}
.ext.btn.btn--primary, .ext.btn.btn--secondary, .view--search .block-facets-summary ul li.facet-summary-item--clear a.ext {
  background-image: none;
}
.ext.btn.btn--primary svg.ext, .ext.btn.btn--secondary svg.ext, .view--search .block-facets-summary ul li.facet-summary-item--clear a.ext svg.ext {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  margin: 0.2rem 0 0 0.6rem;
}
.ext.btn.btn--primary svg.ext, .view--search .block-facets-summary ul li.facet-summary-item--clear a.ext.btn--primary svg.ext {
  fill: #E3000B;
}
.ext.btn.btn--secondary svg.ext, .view--search .block-facets-summary ul li.facet-summary-item--clear a.ext svg.ext {
  fill: #fff;
}

.iconfield {
  position: relative;
  margin-right: 2rem;
  padding-left: 3.5rem;
  display: inline-block;
}
.iconfield .icon {
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.iconfield .icon use {
  fill: #E3000B;
}
.iconfield .icon--link {
  width: 1.6rem;
  height: 1.6rem;
}
.iconfield a {
  display: block;
}
.iconfield--link {
  padding-left: 2.5rem;
}
.iconfield--link .icon {
  top: 1rem;
}

.field--iconfield .field__label {
  display: block;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.link {
  display: inline-block;
}
.link--arrow .icon {
  float: left;
  margin: 0.8rem 1.4rem 0 0;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.link--arrow .icon use {
  fill: #E3000B;
}
.link--arrow:hover .icon, .link--arrow:focus .icon {
  margin-right: 1.6rem;
}
.link--tag {
  border: 0.2rem solid #E3000B;
  padding: 1rem 3.8rem 1rem 1.5rem;
  text-decoration: none;
  color: #E3000B;
  font-weight: 800;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right 12px top 50%;
  background-size: 1.4rem auto;
}
.link--tag .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.9rem;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.link--tag .icon use {
  fill: #E3000B;
}
.link--tag::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.link--tag:hover, .link--tag:focus {
  text-decoration: underline;
  color: #E3000B;
  background-color: transparent;
  border-color: #E3000B;
}
.link--tag:hover .icon, .link--tag:focus .icon {
  right: 1.1rem;
}
.link--tag:hover::after, .link--tag:focus::after {
  border-color: #E3000B;
}
.link--tag.btn--icon-posbefore {
  padding-left: 3.8rem;
  padding-right: 1.8rem;
}
.link--tag.btn--icon-posbefore .icon {
  left: 1.2rem;
  right: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.link--tag.btn--icon-posbefore:hover .icon, .link--tag.btn--icon-posbefore:focus .icon {
  left: 1rem;
}
.link--tag {
  padding: 1rem 1.5rem;
}
.link--arrow-small {
  color: #730E04;
}
.link--arrow-small .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.link--arrow-small .icon use {
  fill: #730E04;
}
.link--arrow-small:focus, .link--arrow-small:hover {
  color: #E3000B;
}
.link--arrow-small:focus .icon, .link--arrow-small:hover .icon {
  margin-left: 1rem;
}
.link--arrow-small:focus .icon use, .link--arrow-small:hover .icon use {
  fill: #E3000B;
}
.link--icon-posafter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link--icon-posafter .link__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.link--icon-posafter .icon {
  margin-left: 0.8rem;
  margin-top: 0.8rem;
}
.link--icon-posafter:hover .icon, .link--icon-posafter:focus .icon {
  margin-left: 1rem;
}
.link--title .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.link--title .icon use {
  fill: #E3000B;
}
.link--title:hover .icon, .link--title:focus .icon {
  margin-left: 1.2rem;
}
.link--title:hover .icon use, .link--title:focus .icon use {
  fill: #730E04;
}
.link--calendar .icon {
  float: left;
  margin-top: 0.55rem;
  margin-right: 1rem;
}
.link--profile-image {
  background: #E3000B;
  display: inline-block;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.link--profile-image img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  width: 100%;
}
.link--profile-image:hover, .link--profile-image:focus {
  margin-top: 0.2rem;
  margin-bottom: -0.2rem;
}
.link--profile-image:hover img, .link--profile-image:focus img {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .link--document {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.link--intractive {
  position: relative;
}
.link--intractive .image--column {
  height: auto;
  width: auto;
}
.link--intractive:hover, .link--intractive:focus {
  cursor: pointer;
}
.link--intractive:hover .button--play, .link--intractive:focus .button--play {
  scale: 1.075;
}
.link--intractive .button--play,
.link--intractive svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link--intractive .button--play use,
.link--intractive svg use {
  fill: #fff;
}
.link--intractive .button--play {
  width: 5rem;
  height: 5rem;
  background-color: #E3000B;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.3);
}
.link--intractive--obfuscated:hover, .link--intractive--obfuscated:focus {
  cursor: default;
}
.link--intractive--obfuscated .button--play {
  display: none;
}

a.mailto svg {
  display: none;
}

.list-item .link--icon-posafter {
  display: block;
}
.list-item .link--icon-posafter .link__text {
  display: inline;
}
.list-item .link--icon-posafter .icon {
  margin-left: 0.8rem;
}
.list-item .meta-data:not(.meta-data--inline) {
  margin-top: 1rem;
}
.list-item .article-body {
  margin-top: 1rem;
}
@media (max-width: 559px) {
  .list-item--with-image .list-item__tile {
    margin-bottom: 2rem;
  }
}
@media (min-width: 560px) {
  .list-item--with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-item--with-image .list-item__tile {
    max-width: 17rem;
    margin-right: 3rem;
  }
}
@media (min-width: 560px) and (max-width: 559px) {
  .list-item--with-image .list-item__tile {
    max-width: 8rem;
  }
}
@media (min-width: 560px) {
  .list-item--with-image .list-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.list-item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-item--flex .list-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 1.5rem;
}
.list-item--flex .btn, .list-item--flex .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .list-item--flex a {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-item .list-item__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-top: 1rem;
}
.list-item .list-item__footer a {
  font-size: 1.5rem;
  color: #666666;
  background: url("../../img/i-link.svg") 0 center no-repeat;
  background-size: 1.3rem auto;
  padding-left: 2rem;
}
.list-item .grid:not(.grid--masonry).grid--col-2 ul:not(.contextual-links) li {
  margin-top: 2.1rem;
}

.date-block {
  color: #730E04;
  font-weight: 800;
  line-height: 2rem;
  letter-spacing: -1px;
  text-transform: lowercase;
  padding-top: 0.3rem;
}
.date-block span {
  display: block;
}

.date-block__day {
  font-size: 2.6rem;
}

.date-block__month {
  font-size: 1.6rem;
}

.node--type-news-item.node--view-mode-summary,
.node--type-event.node--view-mode-summary {
  padding-left: 4.5rem;
  position: relative;
}
.node--type-news-item.node--view-mode-summary .date-block,
.node--type-news-item.node--view-mode-summary .icon,
.node--type-event.node--view-mode-summary .date-block,
.node--type-event.node--view-mode-summary .icon {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.node--type-news-item.node--view-mode-summary .date-block,
.node--type-event.node--view-mode-summary .date-block {
  top: 0;
}

.node--type-employee.node--view-mode-search-result .list-item__tile,
.node--type-employee.node--view-mode-list-item .list-item__tile {
  width: 12rem;
}
.node--type-employee.node--view-mode-search-result .list-item__contact,
.node--type-employee.node--view-mode-search-result .field--name-extra-field-employee-involved-org,
.node--type-employee.node--view-mode-search-result .field--name-extra-field-employee-chair,
.node--type-employee.node--view-mode-list-item .list-item__contact,
.node--type-employee.node--view-mode-list-item .field--name-extra-field-employee-involved-org,
.node--type-employee.node--view-mode-list-item .field--name-extra-field-employee-chair {
  margin-top: 1.5rem;
}
.node--type-employee.node--view-mode-search-result .field--name-extra-field-employee-chair + .field--name-extra-field-employee-involved-org,
.node--type-employee.node--view-mode-list-item .field--name-extra-field-employee-chair + .field--name-extra-field-employee-involved-org {
  margin-top: 0;
}
.node--type-employee.node--view-mode-search-result .list-item__contact a,
.node--type-employee.node--view-mode-list-item .list-item__contact a {
  color: #E3000B;
}
.node--type-employee.node--view-mode-search-result .list-item__contact a:hover, .node--type-employee.node--view-mode-search-result .list-item__contact a:focus,
.node--type-employee.node--view-mode-list-item .list-item__contact a:hover,
.node--type-employee.node--view-mode-list-item .list-item__contact a:focus {
  color: #730E04;
}
.node--type-employee.node--view-mode-search-result.list-item--with-image,
.node--type-employee.node--view-mode-list-item.list-item--with-image {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 559px) {
  .node--type-employee.node--view-mode-search-result.list-item--with-image,
  .node--type-employee.node--view-mode-list-item.list-item--with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node--type-employee.node--view-mode-search-result.list-item--with-image .list-item__content-top,
  .node--type-employee.node--view-mode-list-item.list-item--with-image .list-item__content-top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .node--type-employee.node--view-mode-search-result.list-item--with-image .list-item__tile,
  .node--type-employee.node--view-mode-list-item.list-item--with-image .list-item__tile {
    width: 8rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 560px) {
  .node--type-employee.node--view-mode-search-result.list-item--with-image,
  .node--type-employee.node--view-mode-list-item.list-item--with-image {
    position: relative;
    display: block;
    min-height: 16rem;
  }
  .node--type-employee.node--view-mode-search-result.list-item--with-image .list-item__tile,
  .node--type-employee.node--view-mode-list-item.list-item--with-image .list-item__tile {
    position: absolute;
    top: 0;
    left: 0;
  }
  .node--type-employee.node--view-mode-search-result.list-item--with-image .list-item__content,
  .node--type-employee.node--view-mode-search-result.list-item--with-image .list-item__content-top,
  .node--type-employee.node--view-mode-list-item.list-item--with-image .list-item__content,
  .node--type-employee.node--view-mode-list-item.list-item--with-image .list-item__content-top {
    margin-left: 15rem;
  }
}

.node--type-testimonial.list-item .field--name-field-name {
  font-size: 2rem;
  font-weight: 800;
  color: #730E04;
  margin-top: 2rem;
  letter-spacing: -0.5px;
}
.node--type-testimonial.list-item .field--name-field-role {
  color: #666666;
  font-size: 1.5rem;
}
.node--type-testimonial.list-item .btn, .node--type-testimonial.list-item .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-testimonial.list-item a {
  margin-top: 2rem;
}

.iconlist {
  margin-top: 3rem;
}
.iconlist.iconlist--field-specialisations {
  margin-top: 2rem;
}
@media (min-width: 560px) {
  .iconlist.iconlist--field-specialisations > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .iconlist.iconlist--field-specialisations > ul > li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(50% - 3rem);
  }
}
.iconlist--downloads .iconlist__item {
  padding-left: 0;
}
.iconlist--definition-list {
  margin-top: 0;
}
@media (min-width: 992px) {
  .iconlist--definition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .iconlist--definition-list .iconlist__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-right: 1.5rem;
  }
  .iconlist--definition-list .iconlist__title + .iconlist__list {
    margin-top: 0;
  }
  .iconlist--definition-list .iconlist__item:first-child {
    margin-top: 0;
  }
}
.iconlist--definition-list + .iconlist--definition-list {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.iconlist__list {
  margin: 0;
  padding: 0;
}

.iconlist__title {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.iconlist__title + p {
  margin-top: 1rem;
}
.iconlist__title + .iconlist__list {
  margin-top: 1.2rem;
}

.iconlist__item {
  list-style: none;
  margin-top: 0.6rem;
  position: relative;
  padding-left: 2.8rem;
}
.iconlist__item .icon {
  position: absolute;
  left: 0;
  top: 1rem;
  fill: #E3000B;
}
.iconlist__item .icon use {
  fill: #E3000B;
}
.iconlist__item .icon--arrow-down {
  width: 1.6rem;
  height: 1.6rem;
  top: 0.6rem;
}
.iconlist__item .icon--dot {
  height: 0.7rem;
  width: 0.7rem;
}
.iconlist__item .icon--dot use {
  fill: #730E04;
}
.iconlist__item a {
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.iconlist__item a:hover, .iconlist__item a:focus {
  padding-left: 0.1rem;
}

.taglist--dark-gray {
  margin-bottom: 3rem;
}

.taglist__list {
  margin: 2rem 0 0 0;
  padding: 0;
}

.taglist__item {
  list-style: none;
  margin: 1.5rem 1.5rem 0 0;
  display: inline-block;
}
.taglist--dark-gray .taglist__item {
  background: #666666;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 2.4rem;
  padding: 0 1rem;
  margin-right: 1rem;
  border-radius: 0.2rem;
}

.opening-hours-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
}
.opening-hours-list__days {
  width: 40%;
  margin: 0;
  padding: 0 1.5rem 0 0;
}
.opening-hours-list__days li {
  list-style: none;
}
.opening-hours-list__time {
  width: 60%;
  padding-left: 1.5rem;
}

dl {
  width: 100%;
  margin: 0;
}
h2 + dl, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + dl, .node--type-blog-post .blog__authors .text--employee + dl,
.node--type-blog-post .author__info .text--employee + dl {
  margin-top: 3rem;
}

.definitionlist p:first-child {
  margin-top: 0;
}
@media (min-width: 560px) {
  .definitionlist--stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .definitionlist--stacked:after {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    height: 1rem;
    background: #f8f7f7;
    bottom: 0;
    margin-bottom: -0.5rem;
  }
  .definitionlist--stacked .definitionlist__item {
    width: calc(50% - 1.5rem);
    display: block;
  }
  .definitionlist--stacked .definitionlist__item:first-child {
    padding-top: 1.2rem;
  }
  .definitionlist--stacked .definitionlist__item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .definitionlist--stacked .definitionlist__item dd {
    padding-left: 0;
  }
  .definitionlist--stacked .definitionlist__item:nth-child(even) {
    margin-left: 3rem;
  }
}
.definitionlist--bg {
  background: #f8f7f7;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .definitionlist--bg {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .definitionlist--bg + div {
    margin-top: 4rem;
  }
}
.definitionlist--title h2, .definitionlist--title .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .definitionlist--title .l-node-content > .field--name-field-specialisations > .field__label, .definitionlist--title .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .definitionlist--title .text--employee,
.definitionlist--title .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .definitionlist--title .text--employee {
  margin: 1.5rem 0;
}
.definitionlist--stacked-mobile .definitionlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  padding: 0.8rem 0;
}
.definitionlist--stacked-mobile .definitionlist__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.definitionlist--stacked-mobile .definitionlist__item dd {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 559px) {
  .definitionlist--stacked-mobile .definitionlist__item dd {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (min-width: 992px) {
  .definitionlist--stacked-mobile .definitionlist__item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.definitionlist__item {
  padding: 1.2rem 0;
  border-bottom: solid 1px #d7d7d7;
}
.definitionlist__item:first-child {
  padding-top: 0;
}
.definitionlist__item:last-child {
  border: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .definitionlist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.definitionlist__item dt {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.definitionlist__item dt + p {
  margin-top: 1rem;
}
.definitionlist__item dt {
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .definitionlist__item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
.definitionlist__item dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .definitionlist__item dd {
    padding-left: 1.5rem;
  }
}
.definitionlist__item .spacer {
  margin: 0 0.5rem;
}

.logo-list + .logo-list {
  margin-top: 3rem;
}

.logo-list__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.logo-list__label + p {
  margin-top: 1rem;
}

.logo-list__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo-list__item {
  margin-top: 1.5rem;
  margin-right: 3rem;
  list-style: none;
}
.logo-list__item img {
  display: block;
  max-height: 8rem;
  width: auto;
}

.taglist__list {
  margin: 2rem 0 0 0;
  padding: 0;
}

.taglist__item {
  list-style: none;
  margin: 1.5rem 1.5rem 0 0;
  display: inline-block;
}

.opening-hours-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
}
.opening-hours-list__days {
  width: 40%;
  margin: 0;
  padding: 0 1.5rem 0 0;
}
.opening-hours-list__days li {
  list-style: none;
}
.opening-hours-list__time {
  width: 60%;
  padding-left: 1.5rem;
}

.logo-list + .logo-list {
  margin-top: 3rem;
}

.logo-list__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.logo-list__label + p {
  margin-top: 1rem;
}

.logo-list__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo-list__item {
  margin-top: 1.5rem;
  margin-right: 3rem;
  list-style: none;
}
.logo-list__item img {
  display: block;
  max-height: 8rem;
  width: auto;
}

.list--chevron {
  margin: 1.6rem 0 0 0;
  padding: 0;
}
.list--chevron li {
  position: relative;
  list-style: none;
  padding-left: 2rem;
}
.list--chevron li::before {
  content: " ";
  position: absolute;
  width: 1.5rem;
  height: 2rem;
  background: url("../../img/chevron-red.svg") top 5px left no-repeat;
  background-size: auto 1.2rem;
  left: 0;
  top: 0.5rem;
}

.training-editions-list {
  margin-top: 2rem;
  position: relative;
}
.training-editions-list > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 630px) {
  .training-editions-list > input[type=checkbox] {
    display: none;
  }
}
.training-editions-list > input[type=checkbox]::before {
  content: none;
}
.training-editions-list > input[type=checkbox]::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  position: absolute;
  top: 0.3rem;
  left: 93%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent url("../../img/i-arrow-small--red.svg") center center no-repeat;
  background-size: 1.4rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.training-editions-list > input[type=checkbox] ~ .iconlist--field-training-editions .iconlist__list {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
}
@media (min-width: 630px) {
  .training-editions-list > input[type=checkbox] ~ .iconlist--field-training-editions .iconlist__list {
    margin-top: 0.6rem;
    max-height: unset;
    opacity: 1;
  }
}
.training-editions-list > input[type=checkbox]:checked ~ .iconlist--field-training-editions .iconlist__list {
  margin-top: 0.6rem;
  max-height: 1000rem;
  opacity: 1;
}
.training-editions-list > input[type=checkbox]:checked::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 630px) {
  .training-editions-list .iconlist--field-training-editions > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .training-editions-list .iconlist--field-training-editions > ul > li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(50% - 3rem);
  }
}
.training-editions-list .iconlist--field-training-editions .iconlist__item .icon use {
  fill: #303030;
}
.training-editions-list .iconlist--field-training-editions .field--name-field-start-date-optional-time,
.training-editions-list .iconlist--field-training-editions .label--to-be-announced {
  font-weight: bold;
  font-size: 1.6rem;
}
.training-editions-list .iconlist--field-training-editions .meta-data {
  margin-top: 0;
}

.location__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.location__label + p {
  margin-top: 1rem;
}
.location__title + address {
  margin-top: 1rem;
}
.location__contact-info .field + .field,
.location__contact-info .iconlist + .field, .location__info .field + .field,
.location__info .iconlist + .field {
  margin-top: 2rem;
}
.location__top {
  margin-bottom: 2rem;
}
.location__bottom {
  margin-top: 2rem;
}
.location .iconfield a {
  color: #E3000B;
  display: block;
}
.location .iconfield a:hover, .location .iconfield a:focus {
  color: #730E04;
}
.location .adress + .iconfield {
  margin-top: 2rem;
}
.location + .location {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 2rem;
  margin-top: 2rem;
}
@media (max-width: 559px) {
  .location .opening-hours {
    margin-top: 2rem;
  }
}
@media (min-width: 560px) {
  .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location .location__top {
    width: 100%;
  }
  .location .location__contact,
  .location .location__contact-info,
  .location .l-opening-hours-wrapper,
  .location .location__info,
  .location .location__opening-hours {
    width: 50%;
  }
  .location .location__info,
  .location .location__contact-info {
    padding-right: 1.5rem;
  }
  .location .l-opening-hours-wrapper,
  .location .location__opening-hours {
    padding-left: 1.5rem;
  }
  .location__title {
    width: 100%;
    font-size: 2.2rem;
  }
}

.image--media-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--column {
  width: 100%;
}
.image--column img {
  max-width: 100%;
  height: auto;
}

.image__caption {
  margin-top: 0.6rem;
  border-left: 0.1rem solid #d7d7d7;
  font-style: italic;
  font-size: 1.5rem;
  padding: 0.3rem 1rem 0.3rem 2rem;
  color: #666666;
}

.l-video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.l-video-wrapper:has(.media-oembed-vertical-content) {
  aspect-ratio: 9/16;
}
.l-video-wrapper iframe,
.l-video-wrapper > div.cookie-content-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.media--document.view-mode--default, .media--document.view-mode--file {
  position: relative;
  padding-left: 3.5rem;
}
.media--document.view-mode--default .icon, .media--document.view-mode--file .icon {
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.media--document.view-mode--default .icon use, .media--document.view-mode--file .icon use {
  fill: #E3000B;
}
.media--document.view-mode--default .media__description, .media--document.view-mode--file .media__description {
  margin-top: 0.5rem;
}
.media--document.view-mode--default + .media--document, .media--document.view-mode--file + .media--document {
  margin-top: 2rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.menu + .btn, .view--search .block-facets-summary ul li.facet-summary-item--clear .menu + a {
  margin-top: 2rem;
}
.menu--primary a,
.menu--primary .menu-link__wrapper a {
  text-decoration: none;
  color: #4a0004;
  line-height: 2.2rem;
  font-size: 1.8rem;
  display: block;
  letter-spacing: -1px;
}
.menu--primary a span,
.menu--primary .menu-link__wrapper a span {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
}
.menu--primary a span::after,
.menu--primary .menu-link__wrapper a span::after {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 0.3rem;
  background: #730E04;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.menu--primary a:hover, .menu--primary a:focus, .menu--primary a.is-active,
.menu--primary .menu-link__wrapper a:hover,
.menu--primary .menu-link__wrapper a:focus,
.menu--primary .menu-link__wrapper a.is-active {
  color: #E3000B;
}
.menu--primary a:hover span::after, .menu--primary a:focus span::after, .menu--primary a.is-active span::after,
.menu--primary .menu-link__wrapper a:hover span::after,
.menu--primary .menu-link__wrapper a:focus span::after,
.menu--primary .menu-link__wrapper a.is-active span::after {
  background: #E3000B;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu--primary .menu-item--active-trail > a span::after,
.menu--primary .menu-item--active-trail > .menu-link__wrapper a span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu--primary > li + li {
  margin-top: 0.5rem;
}
.menu--primary > li > a,
.menu--primary > li > .menu-link__wrapper a {
  font-weight: 800;
}
.menu--primary > li > a span::after,
.menu--primary > li > .menu-link__wrapper a span::after {
  background: #4a0004;
}
.menu--primary > li > ul > li > a,
.menu--primary > li > ul > li > .menu-link__wrapper a {
  font-weight: bold;
  color: #730E04;
  line-height: 2.4rem;
}
.menu--primary > li > ul > li > a span::after,
.menu--primary > li > ul > li > .menu-link__wrapper a span::after {
  height: 0.2rem;
}
.menu--primary > li > ul > li > ul a,
.menu--primary > li > ul > li > ul .menu-link__wrapper a {
  font-size: 1.6rem;
}
.menu--primary > li > ul > li > ul a span::after,
.menu--primary > li > ul > li > ul .menu-link__wrapper a span::after {
  height: 0.1rem;
}
.region--sidebar_first .menu--primary svg {
  display: none;
}
@media (max-width: 559px) {
  .region--sidebar_first .menu--primary > li > .menu-link__wrapper a {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.region--sidebar_first .menu--primary > li ul {
  margin: 1rem 0 1rem 2rem;
}
.menu--main {
  max-width: calc(118rem + 3rem * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 3rem 2rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 560px) {
  .menu--main {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .menu--main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}
.menu--main .menu-item ul {
  height: auto !important;
}
.menu--main .menu-item ul[aria-expanded=false] {
  display: none;
}
.menu--main .menu-item .menu-link__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.menu--main .menu-item .menu-link__wrapper a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #8F2011;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.6px;
}
.menu--main .menu-item .menu-link__wrapper a.is-active {
  color: #E3000B;
}
.menu--main .menu-item .menu-link__wrapper a span::after {
  bottom: 0.4rem;
  background: #8F2011;
}
.menu--main .menu-item .menu-link__wrapper a.is-active {
  color: #E3000B;
}
.menu--main .menu-item .menu-link__wrapper a.is-active span::after {
  background: #E3000B;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (min-width: 1200px) {
  .menu--main .menu-item .menu-link__wrapper:hover a, .menu--main .menu-item .menu-link__wrapper:focus a, .menu--main .menu-item .menu-link__wrapper:has(.active) {
    color: #E3000B;
  }
  .menu--main .menu-item .menu-link__wrapper:hover a span::after, .menu--main .menu-item .menu-link__wrapper:focus a span::after, .menu--main .menu-item .menu-link__wrapper:has(.active) span::after {
    background: #E3000B;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.menu--main .menu-item.menu-item--active-trail > .menu-link__wrapper a span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu--main .menu-item .icon {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu--main .menu-item .icon use {
  fill: #8F2011;
}
@media (min-width: 1200px) {
  .menu--main .menu-item .icon {
    display: block;
  }
}
.menu--main .menu-item__toggle {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: 0.2rem solid transparent;
  border-radius: 0.3rem;
  -webkit-transition: margin 0.2s, border-color 0.2s;
  transition: margin 0.2s, border-color 0.2s;
  cursor: pointer;
}
.menu--main .menu-item__toggle:focus-visible {
  outline: 0.2rem solid rgb(0, 95, 204);
}
.menu--main .menu-item__toggle span {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.menu--main .menu-item__toggle .icon {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu--main .menu-item__toggle.active .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu--main .menu--submenu {
  list-style: none;
  padding: 0 0 0 1.5rem;
  row-gap: 1rem;
}
.menu--main .menu--submenu .submenu__intro {
  display: none;
}
@media (min-width: 1200px) {
  .menu--main .menu--submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 118rem;
    max-width: 100vw;
    background: #f8f7f7 -webkit-gradient(linear, left top, left bottom, color-stop(0, #d7d7d7), to(#d7d7d7)) 33%/0.1rem 100% no-repeat;
    background: #f8f7f7 linear-gradient(to bottom, #d7d7d7 0, #d7d7d7 100%) 33%/0.1rem 100% no-repeat;
    background-clip: content-box;
    padding: 6rem 0;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    row-gap: unset;
    margin-top: 0;
  }
  .menu--main .menu--submenu.ff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu--main .menu--submenu.ff .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .menu--main .menu--submenu::before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    pointer-events: none;
  }
  .menu--main .menu--submenu::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f8f7f7;
    z-index: -1;
  }
  .menu--main .menu--submenu .submenu__intro {
    -webkit-column-break-after: column;
       -moz-column-break-after: column;
            break-after: column;
    display: block;
  }
  .menu--main .menu--submenu .submenu__intro .submenu__link {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #E3000B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .menu--main .menu--submenu .submenu__intro .submenu__link .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .menu--main .menu--submenu .submenu__intro .submenu__link .icon use {
    fill: #E3000B;
  }
  .menu--main .menu--submenu .submenu__intro .submenu__link:hover, .menu--main .menu--submenu .submenu__intro .submenu__link:focus {
    gap: 1.1rem;
  }
  .menu--main .menu--submenu .submenu__intro .submenu__description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #303030;
  }
  .menu--main .menu--submenu .menu-item:not(.submenu__intro) {
    margin-bottom: 1.5rem;
    -webkit-column-break-before: avoid;
       -moz-column-break-before: avoid;
            break-before: avoid;
  }
  .menu--main .menu--submenu .menu-item:not(.submenu__intro).column-3 {
    -webkit-column-break-before: column;
       -moz-column-break-before: column;
            break-before: column;
  }
  .menu--main .menu--submenu .menu-item:not(.submenu__intro) .menu-link__wrapper {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .menu--main > .menu-item:first-child {
    display: none;
  }
}
.menu--main .menu-item + .menu-item {
  margin-top: 0;
}
.menu--main .menu-item .menu-link__wrapper a span::after {
  height: 0.2rem;
}
@media (min-width: 1200px) {
  .menu--main .menu-item .menu-link__wrapper a {
    font-size: 1.6rem;
    line-height: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    letter-spacing: 0;
  }
  .menu--main .menu-item .menu-link__wrapper a ~ .menu-item__toggle::before {
    content: "";
    position: absolute;
    inset: 0;
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  .menu--main .menu-item .menu-link__wrapper:hover a, .menu--main .menu-item .menu-link__wrapper:focus a, .menu--main .menu-item .menu-link__wrapper a.is-active {
    color: #8F2011;
  }
}
@media (max-width: 1199px) {
  .menu--main .menu-item ul .menu-item .menu-link__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu--main .menu-item ul .menu-item .menu-link__wrapper .menu-item__toggle {
    margin-top: 0.5rem;
  }
  .menu--main .menu-item ul .menu-item .menu-link__wrapper a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .menu--main .menu-item ul .menu-item .menu-link__wrapper a {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: -0.6px;
  }
  .menu--main .menu-item ul .menu-item .menu-link__wrapper:hover a, .menu--main .menu-item ul .menu-item .menu-link__wrapper:focus a, .menu--main .menu-item ul .menu-item .menu-link__wrapper a.is-active {
    color: #E3000B;
  }
  .menu--main .menu-item ul .menu-item .menu-link__wrapper .menu-item__toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu--main .menu-item ul .menu-item .menu--submenu {
    display: none;
  }
}
.menu--main .menu-item ul .menu-item .menu--submenu .menu-item .menu-link__wrapper a {
  font-weight: normal;
}
@media (max-width: 1199px) {
  .menu--main .menu-item ul .menu-item .menu--submenu .menu-item .menu-link__wrapper a span::after {
    height: 0.1rem;
  }
}
@media (min-width: 1200px) {
  .menu--target-group {
    position: absolute;
    right: 3rem;
    top: -4.7rem;
  }
  .menu--target-group > .menu-item:first-child {
    display: block;
  }
}
.menu--main ~ .menu--target-group {
  padding-top: 0;
}
.menu--target-group .menu-title {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  border-top: 0.1rem solid #d7d7d7;
  text-transform: uppercase;
  color: #666666;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .menu--target-group .menu-title {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu--target-group .menu-item:not(:first-child):not(:last-child) {
    padding-right: 1.6rem;
    border-right: 0.1rem solid #d7d7d7;
  }
}
@media (min-width: 1200px) {
  .menu--target-group .menu-item .menu-link__wrapper:hover a, .menu--target-group .menu-item .menu-link__wrapper:focus a, .menu--target-group .menu-item .menu-link__wrapper a.is-active {
    color: #303030;
  }
}
.menu--target-group .menu-item .menu-link__wrapper a {
  color: #303030;
}
.menu--target-group .menu-item .menu-link__wrapper a span::after {
  background: #303030;
}
@media (min-width: 1200px) {
  .menu--target-group .menu-item .menu-link__wrapper a {
    font-size: 1.5rem;
  }
  .menu--target-group .menu-item .menu-link__wrapper a::after {
    width: 1.1rem;
    height: 1.1rem;
    content: "";
    display: inline-block;
    padding-left: 1rem;
    background: url("../../img/i-arrow-small--dark.svg") no-repeat center right;
  }
  .menu--target-group .menu-item .menu-link__wrapper a span {
    padding: 0;
  }
  .menu--target-group .menu-item .menu-link__wrapper a span::after {
    bottom: -0.2rem;
  }
}
@media (min-width: 1200px) {
  .menu--target-group .menu-item .menu-link__wrapper .menu-item__toggle {
    display: none;
  }
}
.menu--target-group .menu-item .menu-link__wrapper .menu-item__toggle use {
  fill: #303030;
}

.region--footer_col_1 nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.region--footer_col_1 nav > ul > li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(50% - 3rem);
}
.region--footer_col_1 nav > ul > li li {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(1),
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(1) ~ li {
    width: calc(100% / 1 - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(2),
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(2) ~ li {
    width: calc(100% / 2 - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(3),
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(3) ~ li {
    width: calc(100% / 3 - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(4),
  .region--footer_col_1 nav > ul > li:first-child:nth-last-child(4) ~ li {
    width: calc(100% / 4 - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.region--footer_col_1 nav span {
  display: inline-block;
  color: #730E04;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.meta-data {
  margin-top: 1rem;
  color: #666666;
  line-height: 1.4;
}
.meta-data--grey-dot {
  margin-top: 0.5rem;
}
.meta-data--grey-dot .meta-data__item + .meta-data__item::before {
  background: #d7d7d7;
}
.meta-data--inline {
  margin-top: 0;
  display: inline-block;
}
.meta-data--inline .meta-data__item:last-of-type {
  margin-right: 0;
}
.meta-data > .meta-data__item--field-start-date + .meta-data__item--field-date-and-times {
  display: none;
}

.meta-data__item {
  font-size: 1.4rem;
  margin-right: 1rem;
  position: relative;
  display: inline-block;
}
.meta-data__item + .meta-data__item {
  padding-left: 1.5rem;
}
.meta-data__item + .meta-data__item::before {
  width: 0.3rem;
  height: 0.3rem;
  content: " ";
  display: inline-block;
  background: #8F2011;
  position: absolute;
  top: 1rem;
  margin-top: -0.15rem;
  left: 0;
}
.meta-data__item--text_long p {
  display: inline-block;
  margin: 0;
}

.meta-data__label {
  background: #d7d7d7;
  border-radius: 0.2rem;
  padding: 0 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #303030;
  display: inline-block;
  line-height: 2;
}

.meta-data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meta-data-wrapper .meta-data + .meta-data .meta-data__item:first-child {
  padding-left: 1.5rem;
}
.meta-data-wrapper .meta-data + .meta-data .meta-data__item:first-child::before {
  width: 0.3rem;
  height: 0.3rem;
  content: " ";
  display: inline-block;
  background: #8F2011;
  position: absolute;
  top: 50%;
  margin-top: -0.15rem;
  left: 0;
}

.microbanner {
  height: 38rem;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.microbanner .l-content-wrapper {
  background: rgba(74, 0, 4, 0.6);
  padding: 2rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4rem;
  -webkit-transition: padding 0.3s, background 0.2s;
  transition: padding 0.3s, background 0.2s;
}
.microbanner .l-content-wrapper p {
  margin-top: 0.6rem;
}
.microbanner .btn, .microbanner .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .microbanner a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.microbanner .btn:focus, .microbanner .view--search .block-facets-summary ul li.facet-summary-item--clear a:focus, .view--search .block-facets-summary ul li.facet-summary-item--clear .microbanner a:focus, .microbanner .btn:hover, .microbanner .view--search .block-facets-summary ul li.facet-summary-item--clear a:hover, .view--search .block-facets-summary ul li.facet-summary-item--clear .microbanner a:hover {
  text-decoration: none;
}
.microbanner .btn span, .microbanner .view--search .block-facets-summary ul li.facet-summary-item--clear a span, .view--search .block-facets-summary ul li.facet-summary-item--clear .microbanner a span {
  width: 4rem;
  height: 4rem;
  display: block;
  background: #E3000B;
  color: transparent;
}
.microbanner .btn .icon, .microbanner .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .microbanner a .icon {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  text-decoration: none;
}
.microbanner .btn .icon use, .microbanner .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon use, .view--search .block-facets-summary ul li.facet-summary-item--clear .microbanner a .icon use {
  fill: #fff;
}
.l-item-count-2 .microbanner {
  max-height: 30rem;
}
.microbanner:hover, .microbanner:focus {
  text-decoration: none;
}
.microbanner:hover .l-content-wrapper, .microbanner:focus .l-content-wrapper {
  background: #4a0004;
  text-decoration: underline;
  padding-bottom: 2.3rem;
}
.microbanner:hover span, .microbanner:focus span {
  background: #730E04;
}
.microbanner:hover .icon, .microbanner:focus .icon {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.microbanner:hover .microbanner__image img, .microbanner:focus .microbanner__image img {
  opacity: 0.8;
}

.microbanner__image {
  width: 100%;
  height: 100%;
  background: #E3000B;
}
.microbanner__image figure {
  width: 100%;
  height: 100%;
}
.microbanner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.microbanner__title {
  color: #fff;
  font-size: 2.8rem;
  line-height: 3rem;
}

.opening-hours + .text--information {
  margin-top: 2rem;
}
.opening-hours + .text--information .icon {
  top: 0.5rem;
}

.opening-hours__title {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.opening-hours__title + p {
  margin-top: 1rem;
}
.opening-hours__title + .opening-hours__item,
.opening-hours__title + .opening-hours__list {
  margin-top: 1.5rem;
}

.opening-hours__list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.opening-hours__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opening-hours__day {
  width: 45%;
  padding-right: 1.5rem;
}

.opening-hours__times {
  width: 55%;
  padding-left: 1.5rem;
}

.opening-hours__time + .opening-hours__time:before {
  content: ", ";
  margin-left: -0.3rem;
  display: inline-block;
}

.opening-hours__exceptions {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 2rem;
  padding-top: 2rem;
}

.opening-hours__exception {
  margin-top: 2rem;
}
.opening-hours__exception p {
  font-size: 1.5rem;
}
.opening-hours__exception p + ul {
  margin-top: 0.5rem;
}

.overview--grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview--grid .views-row,
.overview--grid .item-list > ul li {
  margin: 3rem 1.5rem 0;
  width: calc(100% - 3rem);
}
.overview--grid .views-row .card,
.overview--grid .item-list > ul li .card {
  margin-top: 0;
}
.overview--grid .item-list > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview--grid .item-list > ul li {
  list-style: none;
}
@media (min-width: 560px) {
  .overview--3col .views-row {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 1200px) {
  .overview--3col .views-row {
    width: calc(33.333% - 3rem);
  }
}
@media (min-width: 560px) {
  .overview--2col .views-row,
  .overview--2col .item-list > ul li {
    width: calc(50% - 3rem);
  }
}
.overview--list {
  margin: 0;
  padding: 0;
}
.overview--list .item-list > ul,
.overview--list .overview__list {
  margin: 0;
  padding: 0;
}
.overview--list .views-row,
.overview--list > li,
.overview--list .item-list > ul > li,
.overview--list .overview__list > li {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  list-style: none;
}
.overview--list .views-row:first-child,
.overview--list > li:first-child,
.overview--list .item-list > ul > li:first-child,
.overview--list .overview__list > li:first-child {
  border: none;
}
.overview--list .views-row + .views-row,
.overview--list .views-row + li,
.overview--list > li + .views-row,
.overview--list > li + li,
.overview--list .item-list > ul > li + .views-row,
.overview--list .item-list > ul > li + li,
.overview--list .overview__list > li + .views-row,
.overview--list .overview__list > li + li {
  padding-top: 3rem;
}
.overview--list--sm > li {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .overview--list--sm > li {
    margin-top: 2.25rem;
  }
}
.overview--list--sm > li + li {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .overview--list--sm > li + li {
    padding-top: 2.25rem;
  }
}
.overview--masonry ul {
  margin: 0;
  padding: 0;
}
.overview--masonry li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overview--masonry .flexmasonry {
  margin: -1.5rem;
  padding: 0;
}
.overview--masonry .flexmasonry-item {
  padding-top: 0;
  list-style: none;
}
.overview--masonry .flexmasonry-item > div {
  margin: 4rem 1.5rem 0;
}

@media (max-width: 999px) {
  #filters {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    background: #fff;
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #filters .block {
    opacity: 0;
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
    transition: opacity 0.5s, -webkit-transform 0.4s;
    transition: opacity 0.5s, transform 0.4s;
    transition: opacity 0.5s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #filters[aria-hidden=true] {
    display: block;
    visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #filters.show {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100vw;
    height: 100vh;
    padding: 5rem;
    overflow: auto;
  }
  #filters.show .block {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 559px) {
  #filters.show {
    padding: 5rem 3rem 5rem;
  }
}

.views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .form-actions {
  margin: 0;
}
@media (min-width: 560px) {
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper select:not([name=sort_by]) {
    height: 5.8rem;
    margin-top: 0;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper select:not([name=sort_by]), .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper select:not([name=sort_by]) {
    min-width: 20rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper input.form-text {
    width: 35rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .js-form-type-select, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .js-form-type-select {
    margin-left: 2rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .form-actions {
    left: 29rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .btn--clear-input {
    right: auto;
    left: 26rem;
  }
}
@media (min-width: 560px) and (max-width: 629px) {
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper input.form-text {
    width: 27rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .form-actions {
    left: 21rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .btn--clear-input {
    left: 18rem;
  }
}
@media (min-width: 992px) {
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper input.form-text, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper input.form-text {
    width: 46rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .form-actions, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .form-actions {
    left: 40rem;
  }
  .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-all-events form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-events-page-all-events form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-staff-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-page-students-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blockevents-overview-recharge-agenda form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-professional-training form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocktraining-overview-page-language-courses form .search-form-wrapper .btn--clear-input, .views-exposed-form.block-views.block-views-exposed-filter-blocksection-courses-section-courses form .search-form-wrapper .btn--clear-input {
    right: auto;
    left: 37rem;
  }
}

.block-ru-overview .rich-text--field-introduction {
  margin-bottom: 3rem;
}

.pager {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .pager {
    margin-top: 5rem;
  }
}
.pager a {
  display: inline-block;
}
.pager ul {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pager__item {
  margin-right: 0.6rem;
}
.pager__item:last-child {
  margin-right: 0;
}
.pager__item a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 1rem 1.2rem;
  text-decoration: none;
  font-weight: 800;
}
@media (max-width: 559px) {
  .pager__item a {
    padding: 1rem 0.6rem;
  }
}
.pager__item a:hover {
  text-decoration: underline;
}
.pager__item a:hover .icon use {
  fill: #730E04;
}
.pager__item a .icon--small {
  width: 1.2rem;
  height: 1.2rem;
}
.pager__item a .icon--small use {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #E3000B;
}
.pager__item.is-active a {
  border: solid 2px #E3000B;
}
.pager__item.is-active a:hover, .pager__item.is-active a:focus {
  border-color: #730E04;
}

@media (max-width: 1199px) {
  .pager__link-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}

.pager__item--next a,
.pager__item--last a,
.pager__item--first a,
.pager__item--previous a {
  padding: 1rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
@media (max-width: 559px) {
  .pager__item--next a,
  .pager__item--last a,
  .pager__item--first a,
  .pager__item--previous a {
    padding: 1rem;
  }
  .pager__item--next a .icon,
  .pager__item--last a .icon,
  .pager__item--first a .icon,
  .pager__item--previous a .icon {
    margin: 0;
  }
}
.pager__item--next a:focus, .pager__item--next a:hover,
.pager__item--last a:focus,
.pager__item--last a:hover,
.pager__item--first a:focus,
.pager__item--first a:hover,
.pager__item--previous a:focus,
.pager__item--previous a:hover {
  border-color: #730E04;
  color: #730E04;
  text-decoration: underline;
}

@media (min-width: 560px) {
  .pager__item--next a,
  .pager__item--last a {
    padding-left: 0.5rem;
  }
  .pager__item--next a:focus, .pager__item--next a:hover,
  .pager__item--last a:focus,
  .pager__item--last a:hover {
    padding-left: 0.7rem;
  }
  .pager__item--next .icon,
  .pager__item--last .icon {
    margin-left: 1rem;
  }
}

.pager__item--first .icon,
.pager__item--previous .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 560px) {
  .pager__item--first a,
  .pager__item--previous a {
    padding-right: 0.5rem;
  }
  .pager__item--first a:focus, .pager__item--first a:hover,
  .pager__item--previous a:focus,
  .pager__item--previous a:hover {
    padding-right: 0.7rem;
  }
  .pager__item--first .icon,
  .pager__item--previous .icon {
    margin-right: 1rem;
  }
}

.pager__item--previous,
.pager__item--next {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.pager__item--ellipsis {
  padding-top: 0.8rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
details.popover {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  background: #bababa;
  border-radius: 50%;
  min-width: 2.4rem;
  font-weight: 800;
  padding: 0.5rem;
  top: 0;
  left: 1rem;
  text-align: center;
  vertical-align: top;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.block-facets details.popover {
  top: -1.5rem;
}
.definitionlist__item details.popover {
  color: #303030;
  vertical-align: middle;
}
details.popover summary {
  letter-spacing: 0;
  list-style: none;
}
details.popover summary::marker, details.popover summary::-webkit-details-marker {
  content: "";
  display: none;
}
details.popover summary + * {
  position: absolute;
  left: -3rem;
  top: 4rem;
  width: 30rem;
  padding: 0.75rem;
  background: #730E04;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
@media (min-width: 630px) {
  details.popover summary + * {
    top: -0.3rem;
    left: 4rem;
    right: unset;
    width: 22rem;
  }
}
@media (min-width: 992px) {
  details.popover summary + * {
    width: 30rem;
  }
}
details.popover summary + *:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 32px;
  top: -9px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #730E04;
}
@media (min-width: 630px) {
  details.popover summary + *:before {
    left: -9px;
    top: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #730E04;
    border-left: unset;
  }
}
details.popover:hover, details.popover:focus {
  text-decoration: underline;
  cursor: pointer;
}

.has-popover {
  display: inline-block;
  max-width: calc(100% - 4rem);
}

.quicklinks {
  margin: 2rem 0 0 0;
}
@media (min-width: 1200px) {
  .quicklinks {
    margin-top: 5rem;
  }
}
.quicklinks + .quicklinks {
  margin-top: 3rem;
}

.label + .quicklinks {
  margin-top: 1rem;
}

.quicklinks__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.quicklinks__label + p {
  margin-top: 1rem;
}

.quicklinks__list {
  margin: 0;
  padding: 0;
}
@media (min-width: 560px) {
  .quicklinks__list--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .quicklinks__list--primary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .l-item-count-4 .quicklinks__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-item-count-4 .quicklinks__list .quicklinks__item--primary {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 1rem);
  }
}

.quicklinks__item {
  list-style: none;
  display: inline-block;
}
.quicklinks__item--secondary {
  font-weight: 800;
  position: relative;
  padding-right: 1.8rem;
  margin-right: 1.5rem;
}
.quicklinks__item--secondary::after {
  width: 4px;
  height: 4px;
  content: " ";
  position: absolute;
  display: block;
  right: 0;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  background: #730E04;
}
.quicklinks__item--secondary:last-child {
  padding-right: 0;
}
.quicklinks__item--secondary:last-child::after {
  display: none;
}
.quicklinks__item--primary {
  margin-top: 1rem;
}
@media (min-width: 560px) {
  .quicklinks__item--primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.quicklinks__item--primary > a {
  height: 100%;
  word-break: break-word;
}

.route-links {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #d7d7d7;
}
.gm-style .route-links {
  padding-bottom: 0rem;
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
  border-top: solid 1px #d7d7d7;
  border-bottom: none;
}
@media (min-width: 992px) {
  .route-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.route-links__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.route-links__label + p {
  margin-top: 1rem;
}
.route-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .route-links ul {
    margin: 0 0 0 3rem;
  }
}
.route-links ul li {
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .route-links ul li {
    display: inline-block;
  }
}
.route-links ul li:last-child {
  margin-right: 0;
}
.route-links .route-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.route-links .route-links__link[href*="https://9292.nl"], .route-links .route-links__link[href*="https://www.google.com/maps"] {
  padding-right: 1.8rem;
  background: url("../../img/icons/external.svg") no-repeat right 0.5rem;
}
.route-links .icon {
  margin-right: 0.5rem;
  margin-left: 0;
  width: 2.2rem;
  height: 2.2rem;
}
.route-links .icon use {
  fill: #E3000B;
}

.block-ru-ruquest {
  padding-top: 3rem;
}
.block-ru-ruquest [region=content_top] {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (min-width: 560px) {
  .block-ru-ruquest [region=content_top] {
    padding-top: 6rem;
  }
}
.block-ru-ruquest .block-title {
  margin-bottom: 3rem;
}
.block-ru-ruquest #discovery-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-ru-ruquest #discovery-search-box .ub-uil {
  padding-right: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 991px) {
  .block-ru-ruquest #discovery-search-box .ub-uil {
    display: none;
  }
}
.block-ru-ruquest #discovery-search-box .search-box-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-ru-ruquest #discovery-search-box .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-ru-ruquest #discovery-search-box .tabs-wrapper .material-tab {
  padding: 0.5rem 2rem;
  cursor: pointer;
  background-color: #f8f7f7;
  font-weight: bold;
  margin-right: 0.5rem;
}
.block-ru-ruquest #discovery-search-box .tabs-wrapper .material-tab.active-tab {
  background-color: transparent;
  color: #E3000B;
}
@media (max-width: 559px) {
  .block-ru-ruquest #discovery-search-box .tabs-wrapper .material-tab {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}
.block-ru-ruquest #discovery-search-box #discovery-search-form {
  background-color: #f8f7f7;
  padding: 2rem 2rem 1rem;
}
.block-ru-ruquest #discovery-search-box #discovery-search-form .search-field-wrapper {
  border: 1px solid #303030;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-ru-ruquest #discovery-search-box #discovery-search-form .search-field-wrapper input {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-ru-ruquest #discovery-search-box #discovery-search-form .search-field-wrapper input::-ms-clear {
  display: none;
}
.block-ru-ruquest #discovery-search-box #discovery-search-form .search-field-wrapper button {
  background: transparent;
  padding: 1.5rem;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .block-ru-ruquest #discovery-search-box #discovery-search-form .search-field-wrapper {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .block-ru-ruquest #discovery-search-box #discovery-search-form .search-field-wrapper {
    max-width: 70%;
  }
}
.block-ru-ruquest #discovery-search-box .link-wrapper {
  background-color: #f8f7f7;
  padding: 0 2rem 2rem;
}
.block-ru-ruquest #discovery-search-box .link-wrapper .link {
  color: #303030;
  font-size: 1.5rem;
  margin-right: 1rem;
  text-decoration: none;
}
.block-ru-ruquest #discovery-search-box .link-wrapper .link:hover, .block-ru-ruquest #discovery-search-box .link-wrapper .link:focus {
  color: #E3000B;
}
.block-ru-ruquest #discovery-search-box .link-wrapper .link:hover use, .block-ru-ruquest #discovery-search-box .link-wrapper .link:focus use {
  fill: #E3000B;
}
.block-ru-ruquest #discovery-search-box .link-wrapper .link__text {
  text-decoration: underline;
  margin-left: 1rem;
}
.block-ru-ruquest #discovery-search-box .link-wrapper .link__text:hover {
  text-decoration: none;
}

.view--search .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view--search header {
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: solid 2px #d7d7d7;
  font-size: 1.8rem;
}
.view--search .block-facets-summary ul {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view--search .block-facets-summary ul li {
  margin-left: 2rem;
  font-size: 1.5rem;
}
.view--search .block-facets-summary ul li:last-child {
  margin-left: 0;
}
.view--search .block-facets-summary ul li.facet-summary-item--clear {
  margin-left: 4rem;
}
.view--search .block-facets-summary ul li.facet-summary-item--clear a {
  line-height: 1;
  padding-right: 1.5rem;
}
.view--search .block-facets-summary ul li.facet-summary-item--facet a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 800;
}
.view--search .block-facets-summary ul li.facet-summary-item--facet a .facet-item__status {
  margin-left: 1rem;
}
.view--search .block-facets-summary ul li.facet-summary-item--facet a .icon {
  width: 1rem;
  height: 1rem;
}
.view--search .block-facets-summary ul li.facet-summary-item--facet a .icon use {
  fill: #E3000B;
}
.view--search .block-facets-summary ul li.facet-summary-item--facet a:hover .icon use {
  fill: #730E04;
}

.search-programme-quick-links label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.search-programme-quick-links label + p {
  margin-top: 1rem;
}
.search-programme-quick-links label {
  display: block;
  margin-bottom: 0.5rem;
}

.search-result .search-result__tile {
  padding-right: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.search-result .field--name-field-main-language {
  margin-top: 1rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  border: solid 2px #FF424B;
  border-radius: 0.5rem;
}
.search-result .field--name-field-main-language::before {
  content: none;
}
.search-result .search-result__footer {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.search-result .search-result__footer a {
  color: #666666;
  background: url("../../img/i-link.svg") 0 center no-repeat;
  background-size: 1.3rem auto;
  padding-left: 2rem;
}
.search-result .rich-text {
  margin-top: 1.4rem;
}
.search-result .iconlist__item {
  padding-left: 2.4rem;
}
@media (min-width: 560px) {
  .search-result .iconlist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .search-result .iconlist__item {
    width: calc(50% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.search-result .node--view-mode-summary .meta-data {
  margin-top: 0;
}
.search-result.node--type-programme.node--view-mode-summary .search-result__meta {
  margin-top: 0.5rem;
}

.search-score__fields-title {
  margin: 1rem 0 2rem;
  color: #E3000B;
}
.search-score__field-title {
  font-size: 1.9rem;
  margin: 1rem 0 0;
  color: #730E04;
  font-weight: 800;
  letter-spacing: -1px;
}
.search-score__field:not(:first-child) {
  position: relative;
  border-top: 1px solid #d7d7d7;
}

.grid--service-nodes ul,
.grid--service-terms ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid--service-nodes ul li,
.grid--service-terms ul li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.path-employees .region--content {
  max-width: 118rem;
}

.flexmasonry {
  width: 100%;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}
.social-links__title {
  margin-right: 1rem;
  font-size: 1.3rem;
  color: #666666;
}
@media (min-width: 992px) {
  .social-links__title {
    margin-right: 2rem;
  }
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links li {
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .social-links li {
    margin-right: 2rem;
  }
}
.social-links li:last-child {
  margin-right: 1rem;
}
.social-links button {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  padding: 0;
}
.social-links button:hover, .social-links button:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social-links button:hover .icon use, .social-links button:focus .icon use {
  fill: #E3000B;
}
.social-links .icon {
  height: 1.8rem;
  width: 1.8rem;
}
.social-links .icon use {
  fill: #730E04;
}

.field--name-field-webform + .social-links {
  border-top: solid 1px #d7d7d7;
  padding-top: 2rem;
  margin-top: 4rem;
}

.obiChatLauncher.obiChatLauncherBottomRight {
  bottom: 1.5rem !important;
}

.star-rating__rating {
  line-height: 2.2rem;
}
.star-rating__rating[aria-hidden=true] {
  display: block;
}

.star-rating__stars--rated-1 .icon--star:first-child use {
  fill: #E3000B;
}
.star-rating__stars--rated-2 .icon--star:nth-child(-n+2) use {
  fill: #E3000B;
}
.star-rating__stars--rated-3 .icon--star:nth-child(-n+3) use {
  fill: #E3000B;
}
.star-rating__stars--rated-4 .icon--star:nth-child(-n+4) use {
  fill: #E3000B;
}
.star-rating__stars--rated-5 .icon--star use {
  fill: #E3000B;
}

.icon--star use {
  fill: #d7d7d7;
}
.icon--star.icon--x-small {
  width: 1.3rem;
  height: 1.3rem;
}
@media (max-width: 559px) {
  .icon--star.icon--x-small {
    width: 1rem;
    height: 1rem;
  }
}

.steplist {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .steplist {
    margin-top: 5rem;
  }
}
.steplist + p {
  margin-top: 5rem;
}

.steplist__list {
  margin: 1.4rem 0 0 0;
  padding: 0;
}

.steplist__item {
  list-style: none;
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 2rem;
}
.steplist__item + .steplist__item {
  margin-top: 2rem;
}

.step__title {
  display: block;
  color: #E3000B;
  font-weight: 800;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.page-study-comparator h1 {
  max-width: 85%;
}

.study-comparator {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
}
.study-comparator button {
  cursor: pointer;
}
.study-comparator__button-wrapper {
  display: inline-block;
}
.quicklinks ~ .study-comparator__button-wrapper {
  margin-top: 3rem;
}
.study-comparator__button-wrapper input[type=checkbox] {
  top: 0;
}
.study-comparator__button-wrapper input[type=checkbox]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.study-comparator__button {
  cursor: pointer;
  opacity: 0;
}
.study-comparator__button .icon--add-remove::before, .study-comparator__button .icon--add-remove::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.study-comparator__button .icon--add-remove::before {
  -webkit-transform: translate(0, 0) rotate(-90deg) scale(1);
          transform: translate(0, 0) rotate(-90deg) scale(1);
}
.study-comparator__button .icon--add-remove::after {
  -webkit-transform: translate(0, 0) rotate(180deg) scale(1);
          transform: translate(0, 0) rotate(180deg) scale(1);
}
.study-comparator__button.active .icon--add-remove::before {
  -webkit-transform: translate(calc(30% - 0.05em), -50%) rotate(-45deg) scale(1.2, 1);
          transform: translate(calc(30% - 0.05em), -50%) rotate(-45deg) scale(1.2, 1);
}
.study-comparator__button.active .icon--add-remove::after {
  -webkit-transform: translate(-30%, 50%) rotate(45deg) scale(0.6, 1);
          transform: translate(-30%, 50%) rotate(45deg) scale(0.6, 1);
}
.study-comparator__button.active:hover .icon--add-remove::before, .study-comparator__button.active:hover .icon--add-remove::after, .study-comparator__button.active :focus .icon--add-remove::before, .study-comparator__button.active :focus .icon--add-remove::after {
  -webkit-transform: translate(0) rotate(0deg) scale(1.2);
          transform: translate(0) rotate(0deg) scale(1.2);
}
.study-comparator__button:disabled {
  cursor: unset;
}
.study-comparator__button:disabled:not([type=checkbox]) {
  border-color: #f8f7f7;
  color: #666666;
  cursor: unset;
  background-color: #f8f7f7;
  pointer-events: none;
}
.study-comparator__button:disabled:not([type=checkbox]) .icon--add-remove::before, .study-comparator__button:disabled:not([type=checkbox]) .icon--add-remove::after {
  background-color: #666666;
}
.study-comparator__button:disabled[type=checkbox]::before {
  background-color: #f8f7f7;
  border-color: #d7d7d7;
}
.block-study-comparator-add-button .study-comparator__button {
  font-size: 1.3rem;
  text-align: start;
}
.block-study-comparator-add-button .study-comparator__button .icon {
  top: 1.4rem;
}
.study-comparator th, .study-comparator td {
  vertical-align: top;
  border-top: 0.1rem solid #d7d7d7;
  border-right: 0.1rem solid #d7d7d7;
  padding: 1rem 2rem;
}
.study-comparator .text--description {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}
.study-comparator .text--description p:first-child {
  margin-top: 0;
}
.study-comparator .text--collapsable-text {
  position: relative;
  max-height: 20rem;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.study-comparator .text--collapsable-text.overflow {
  overflow: hidden;
}
.study-comparator .text--collapsable-text.overflow::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(to bottom, transparent, #fff);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.study-comparator .text--collapsable-text.overflow.expanded::after {
  opacity: 0;
}
.study-comparator .text--collapsable-text.expanded {
  max-height: var(--max-height, 200rem);
}
@media (min-width: 630px) {
  .study-comparator .text--collapsable-text {
    max-height: 15rem;
  }
}
@media (min-width: 992px) {
  .study-comparator .text--collapsable-text {
    max-height: 25rem;
  }
}
.study-comparator tbody[aria-expanded=false] {
  display: block;
  visibility: hidden;
}
.study-comparator tbody[aria-expanded=false] tr {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.study-comparator tbody[aria-expanded=true] {
  visibility: visible;
}
.study-comparator tbody[aria-expanded=true] tr {
  opacity: 1;
}
.study-comparator tbody th {
  background: #f8f7f7;
}
.study-comparator .study-comparator__head {
  border-bottom: 0.3rem solid #E3000B;
}
.study-comparator .study-comparator__head th {
  position: relative;
  padding-right: 3rem;
  vertical-align: bottom;
  line-height: 1.2;
  padding-top: 3rem;
  font-weight: 800;
  padding-bottom: 1.5rem;
}
.study-comparator .study-comparator__head th:first-child {
  border-top: none;
}
.study-comparator .study-comparator__head th:nth-child(n+2) {
  background: #f8f7f7;
}
.study-comparator .study-comparator__head th a {
  color: #303030;
}
.study-comparator .study-comparator__head th a:hover, .study-comparator .study-comparator__head th a:focus, .study-comparator .study-comparator__head th a:active {
  color: #8F2011;
}
.study-comparator .study-comparator__head .btn, .study-comparator .study-comparator__head .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator .study-comparator__head a {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
@media (max-width: 991px) {
  .study-comparator .study-comparator__head th {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.study-comparator__table {
  width: 100%;
  border-bottom: 0.2rem solid #d7d7d7;
}
.study-comparator__table:last-child {
  border-bottom: 0.4rem solid #d7d7d7;
}
.study-comparator__table thead {
  border-bottom: 0.2rem solid #d7d7d7;
}
.study-comparator__add {
  position: absolute;
}
.study-comparator__add button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.study-comparator__add button .btn__text:before, .study-comparator__add button .btn__text:after {
  display: block;
  line-height: 0;
  text-align: left;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.study-comparator__add button .btn__text:before {
  opacity: 1;
  content: attr(data-text-enabled);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.study-comparator__add button .btn__text:after {
  opacity: 0;
  content: attr(data-text-disabled);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.study-comparator__add button:disabled {
  background-color: #f8f7f7;
  border-color: #f8f7f7;
  color: #666666;
}
.study-comparator__add button:disabled:hover:after {
  border-color: #f8f7f7;
}
.study-comparator__add button:disabled .icon use {
  fill: #666666;
}
.study-comparator__add button:disabled .btn__text::before {
  opacity: 0;
}
.study-comparator__add button:disabled .btn__text::after {
  opacity: 1;
}
.study-comparator th.study-comparator__header {
  border-top: none;
  border-bottom: 0.2rem solid #d7d7d7;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.study-comparator__heading .text--description {
  padding: 0;
  border: 0;
  font-weight: normal;
}
@media (max-width: 991px) {
  .study-comparator__heading .text--description {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .study-comparator__heading .btn, .study-comparator__heading .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__heading a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .study-comparator__heading .btn .icon, .study-comparator__heading .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__heading a .icon {
    margin-left: auto;
  }
}
.study-comparator__label_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.study-comparator .list--chevron {
  margin-top: 0;
}
.study-comparator .list--chevron li + li {
  margin-top: 0.5rem;
}
.study-comparator__label {
  font-weight: bold;
}
.study-comparator__label + .list--chevron {
  margin-top: 1.6rem;
}
.study-comparator__no_items {
  display: none;
  max-width: 86rem;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .study-comparator__no_items {
    padding-top: 6rem;
  }
}
.study-comparator__loading {
  margin: 1em auto;
  text-align: center;
}
.study-comparator__loading svg {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.study-comparator__loading svg .path {
  stroke: #E3000B;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.study-comparator__find-more {
  padding-top: calc(3rem + 0.8vw);
}
.study-comparator__find-more .btn, .study-comparator__find-more .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__find-more a {
  margin-top: 1.8rem;
}
@media (max-width: 379px) {
  .study-comparator.l-item-count-3 .study-comparator__items > .l-inner {
    width: 240%;
  }
}
@media (min-width: 380px) and (max-width: 991px) {
  .study-comparator.l-item-count-3 .study-comparator__items > .l-inner {
    width: 200%;
  }
  .study-comparator.l-item-count-3 tbody td {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .study-comparator__items {
    overflow-x: auto;
    border-right: 0.2rem solid #d7d7d7;
  }
  .study-comparator__add {
    position: absolute;
    margin-top: -7rem;
    right: 0;
  }
  .study-comparator__add .btn, .study-comparator__add .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__add a, .study-comparator__compare .btn, .study-comparator__compare .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__compare a {
    width: 3.5rem;
    height: 3.5rem;
    min-height: unset;
    padding: 0;
    margin-top: 0 !important;
  }
  .study-comparator__add .btn .icon, .study-comparator__add .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__add a .icon, .study-comparator__compare .btn .icon, .study-comparator__compare .view--search .block-facets-summary ul li.facet-summary-item--clear a .icon, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__compare a .icon {
    right: auto;
    left: 1rem;
    top: 0.9rem;
  }
  .study-comparator__add .btn span, .study-comparator__add .view--search .block-facets-summary ul li.facet-summary-item--clear a span, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__add a span, .study-comparator__compare .btn span, .study-comparator__compare .view--search .block-facets-summary ul li.facet-summary-item--clear a span, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator__compare a span {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
  .study-comparator tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 0.1rem solid #d7d7d7;
  }
  .study-comparator th {
    width: 100%;
    display: block;
  }
  .study-comparator td {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .study-comparator .study-comparator__head thead th:first-child {
    display: none;
  }
  .study-comparator.l-item-count-1 thead th:not(:first-child),
  .study-comparator.l-item-count-1 tbody td {
    width: 100%;
  }
  .study-comparator.l-item-count-2 thead th:not(:first-child),
  .study-comparator.l-item-count-2 tbody td {
    width: 50%;
  }
  .study-comparator.l-item-count-3 thead th:not(:first-child),
  .study-comparator.l-item-count-3 tbody td {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .study-comparator.l-item-count-1 thead th:first-child {
    width: 33.3333%;
  }
  .study-comparator.l-item-count-1 thead th:not(:first-child) {
    width: 66.6666%;
  }
  .study-comparator.l-item-count-1 tbody th {
    width: 33.3333%;
  }
  .study-comparator.l-item-count-1 tbody td {
    width: 66.6666%;
  }
  .study-comparator.l-item-count-2 thead th:first-child {
    width: 25%;
  }
  .study-comparator.l-item-count-2 thead th:not(:first-child) {
    width: 37.5%;
  }
  .study-comparator.l-item-count-2 tbody th {
    width: 25%;
  }
  .study-comparator.l-item-count-2 tbody td {
    width: 37.5%;
  }
  .study-comparator.l-item-count-3 th,
  .study-comparator.l-item-count-3 td {
    width: 25%;
  }
}

.study-comparator-widgets {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 99999999;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-right: 2.5rem;
}
@media (min-width: 992px) {
  .study-comparator-widgets {
    padding-right: 8rem;
  }
}
.study-comparator-widgets .study-comparator-widget-container {
  pointer-events: all;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 560px) {
  .study-comparator-widgets .study-comparator-widget-container {
    position: relative;
  }
}

.study-comparator-widget {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  bottom: 6rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 35rem;
  right: 0;
}
@media (max-width: 559px) {
  .study-comparator-widget {
    right: 2.5rem;
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .study-comparator-widget {
    left: 50%;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    right: auto;
    margin-left: -17.5rem;
  }
}
.study-comparator-widget.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.study-comparator-widget.active ~ button::before {
  opacity: 1;
}
.study-comparator-widget .btn, .study-comparator-widget .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget a {
  cursor: pointer;
}
.study-comparator-widget__titlebar {
  background: #730E04;
  color: #fff;
  padding: 1.5rem 2.25rem 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 559px) {
  .study-comparator-widget__titlebar {
    padding: 1.5rem 2rem;
  }
}
.study-comparator-widget__titlebar .btn, .study-comparator-widget__titlebar .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget__titlebar a {
  border: 0;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
}
.study-comparator-widget__titlebar .btn use, .study-comparator-widget__titlebar .view--search .block-facets-summary ul li.facet-summary-item--clear a use, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget__titlebar a use {
  fill: #fff;
}
.study-comparator-widget__titlebar .btn:hover, .study-comparator-widget__titlebar .view--search .block-facets-summary ul li.facet-summary-item--clear a:hover, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget__titlebar a:hover, .study-comparator-widget__titlebar .btn:focus, .study-comparator-widget__titlebar .view--search .block-facets-summary ul li.facet-summary-item--clear a:focus, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget__titlebar a:focus, .study-comparator-widget__titlebar .btn:active, .study-comparator-widget__titlebar .view--search .block-facets-summary ul li.facet-summary-item--clear a:active, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget__titlebar a:active {
  scale: 1.2;
}
.study-comparator-widget__content {
  padding: 1.5rem 2rem 2rem;
}
@media (min-width: 560px) {
  .study-comparator-widget__content {
    padding: 1.5rem 2.25rem 1.5rem 3rem;
  }
}
.study-comparator-widget__title {
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
}
.study-comparator-widget__link {
  color: #303030;
  font-weight: 600;
  line-height: 1.4;
}
.study-comparator-widget__link:hover, .study-comparator-widget__link:focus, .study-comparator-widget__link:active {
  color: #E3000B;
}
.study-comparator-widget__footer {
  padding: 1.5rem 2.25rem 3rem 3rem;
}
@media (max-width: 559px) {
  .study-comparator-widget__footer {
    padding: 0 2rem 2rem;
  }
  .study-comparator-widget__footer .btn, .study-comparator-widget__footer .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .study-comparator-widget__footer a {
    font-size: 1.3rem;
  }
}
.study-comparator-widget ~ button::before {
  content: " ";
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 1rem 1rem 0 1rem;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.study-comparator-widget-button {
  background: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-height: 50px;
  padding: 0.7em 1em;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .study-comparator-widget-button span:last-child {
    text-transform: capitalize;
  }
}
.study-comparator-widget-button:hover, .study-comparator-widget-button:focus, .study-comparator-widget-button:active {
  cursor: pointer;
}
.study-comparator-widget-button__text {
  display: none;
}
@media (min-width: 992px) {
  .study-comparator-widget-button__text {
    display: block;
  }
}
.study-comparator-widget-button__count {
  padding: 0 0.5rem;
}
@media (max-width: 559px) {
  .study-comparator-widget-button__count {
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 1rem;
    top: -1.4rem;
    background: #E3000B;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
  }
}
.study-comparator-widget-button svg {
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.study-comparator-widget-button svg use {
  fill: #E3000B;
}

.summary__title {
  color: #E3000B;
  font-size: 2rem;
  line-height: 3.2rem;
}
.summary__title .icon {
  margin-left: 1rem;
  width: 1.4rem;
  height: 1.4rem;
}
.summary__title .icon use {
  fill: #E3000B;
}

.summary__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.summary__label + p {
  margin-top: 1rem;
}
.summary__label {
  border-top: 0.1rem solid #d7d7d7;
  display: block;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

.table--with-summary tbody tr:last-child td {
  color: #E3000B;
  font-weight: 800;
}
.table--text-bold td, .table--text-bold th {
  font-weight: 800;
  color: #730E04;
}

td, th {
  padding: 1.5rem 1rem;
}

td {
  border-top: 0.1rem solid #E3000B;
}

th {
  text-align: left;
}
th.thead--title {
  color: #E3000B;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 800;
}

@media (max-width: 559px) {
  .section--table table,
  .accordion table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.section--table td,
.accordion td {
  border-top: 0.1rem solid #d7d7d7;
  border-right: 0.1rem solid #d7d7d7;
  vertical-align: top;
}
.section--table td:last-child,
.accordion td:last-child {
  border-right: none;
}

.teaser__title {
  font-size: 2.6rem;
}
.teaser__title svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2rem;
  display: inline-block;
  float: left;
}
.teaser__title svg use {
  fill: #E3000B;
}
.node--view-mode-study-programme.teaser .teaser__title {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.teaser__content .btn, .teaser__content .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .teaser__content a {
  margin-top: 2rem;
}

.teaser__footer {
  margin-top: 2rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.testimonial__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.testimonial--teaser .testimonial__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 630px) {
  .testimonial--teaser .testimonial__wrapper, .testimonial__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
  .testimonial--without-image .testimonial__wrapper {
    gap: 0;
  }
}
.testimonial__quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f7f7;
  padding: 3rem;
  position: relative;
}
.testimonial--list .testimonial__quote-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
.testimonial__quote-wrapper::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 3.5rem 0 0;
  border-color: #f8f7f7 transparent transparent transparent;
  bottom: -3.4rem;
  z-index: 1;
}
@media (min-width: 630px) {
  .testimonial:not(.testimonial--teaser) .testimonial__quote-wrapper {
    background: transparent;
    padding: 0;
  }
  .testimonial:not(.testimonial--teaser) .testimonial__quote-wrapper::after {
    display: none;
  }
}
.testimonial__quote {
  quotes: "“" "“";
  color: #730E04;
  max-width: 76rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: -1px;
}
.testimonial__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 28.55rem;
}
.testimonial__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial__image figure {
  -ms-flex-preferred-size: 52.54%;
      flex-basis: 52.54%;
  margin-right: -39.5%;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}
.testimonial__image figure img {
  display: block;
}
.testimonial__image::before {
  aspect-ratio: 1/1;
  -ms-flex-preferred-size: 86.87%;
      flex-basis: 86.87%;
  content: " ";
  display: block;
  background-color: #FF424B;
  position: relative;
}
.testimonial__image::after {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../img/icons/quote-double.svg") bottom left no-repeat;
  background-size: auto 50%;
}
.testimonial__author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}
@media (min-width: 630px) {
  .testimonial__author-wrapper {
    padding: 0;
  }
}
.testimonial__name {
  color: #E3000B;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: -1px;
}
.testimonial__quote ~ .testimonial__name {
  margin-top: 3rem;
}
.testimonial__position {
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
}
.testimonial__link {
  margin-top: 1.5rem;
}
.testimonial__content .definitionlist {
  margin-bottom: 3rem;
}
.testimonial__content.accordion__content {
  padding: 3rem;
  background: #f8f7f7;
}
@media (min-width: 630px) {
  .testimonial__content.accordion__content {
    padding: 6rem;
  }
}
.testimonial__content.accordion__content[aria-expanded=false] {
  display: none;
}
.testimonial__toggle {
  color: #E3000B;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  padding: 3rem;
  background: #f8f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
}
.testimonial__toggle .show {
  display: block;
}
.testimonial__toggle .hide {
  display: none;
  text-decoration: underline;
}
.testimonial__toggle.active .show {
  display: none;
}
.testimonial__toggle.active .hide {
  display: block;
}
.testimonial__toggle svg {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 0;
  right: 0;
  left: 1rem;
}
.testimonial__toggle svg use {
  fill: #E3000B;
}
.testimonial__toggle:hover .show {
  text-decoration: underline;
}
.testimonial__toggle:hover .hide {
  text-decoration: none;
}

/* Sections / Paragraphs */
.l-node-dynamic-sections > .section,
.content > .section {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .l-node-dynamic-sections > .section + .section,
  .content > .section + .section {
    margin-top: 6rem;
  }
}
.l-node-dynamic-sections > .section--text-media + .section--text-media,
.content > .section--text-media + .section--text-media {
  margin-top: 3rem;
}
.l-node-dynamic-sections > .section--microbanners,
.content > .section--microbanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-node-dynamic-sections > .section--microbanners > div:not(.contextual),
.content > .section--microbanners > div:not(.contextual) {
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 76rem;
}
@media (min-width: 560px) {
  .l-node-dynamic-sections > .section--microbanners > div:not(.contextual),
  .content > .section--microbanners > div:not(.contextual) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 560px) {
  .l-node-dynamic-sections > .section--microbanners.l-display-grid > div:not(.contextual),
  .content > .section--microbanners.l-display-grid > div:not(.contextual) {
    width: calc(50% - 3rem);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 992px) {
  .l-node-dynamic-sections > .section--microbanners.l-display-grid > div:not(.contextual),
  .content > .section--microbanners.l-display-grid > div:not(.contextual) {
    width: calc(33.333% - 3rem);
  }
}
.l-node-dynamic-sections > .section--microbanners + .section--banners,
.content > .section--microbanners + .section--banners {
  margin-top: 3rem;
}
.l-node-dynamic-sections > .section--text-blocks .section,
.content > .section--text-blocks .section {
  max-width: 76rem;
}
@media (min-width: 560px) and (max-width: 991px) {
  .l-node-dynamic-sections > .section--banners .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div,
  .content > .section--banners .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div {
    width: calc(100% - 3rem);
  }
}
.l-node-dynamic-sections > .section--microbanners,
.content > .section--microbanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-node-dynamic-sections > .section--microbanners > div:not(.contextual),
.content > .section--microbanners > div:not(.contextual) {
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 76rem;
}
@media (min-width: 560px) {
  .l-node-dynamic-sections > .section--microbanners > div:not(.contextual),
  .content > .section--microbanners > div:not(.contextual) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 560px) {
  .l-node-dynamic-sections > .section--microbanners.l-display-grid > div:not(.contextual),
  .content > .section--microbanners.l-display-grid > div:not(.contextual) {
    width: calc(50% - 3rem);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 992px) {
  .l-node-dynamic-sections > .section--microbanners.l-display-grid > div:not(.contextual),
  .content > .section--microbanners.l-display-grid > div:not(.contextual) {
    width: calc(33.333% - 3rem);
  }
}
.l-node-dynamic-sections > .section--microbanners + .section--banners,
.content > .section--microbanners + .section--banners {
  margin-top: 3rem;
}
.l-node-dynamic-sections > .section--content-reference .overview--list,
.content > .section--content-reference .overview--list {
  max-width: 96rem;
}
.l-node-dynamic-sections > .section--content-reference .overview--list + .btn, .l-node-dynamic-sections > .section--content-reference .view--search .block-facets-summary ul li.facet-summary-item--clear .overview--list + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .l-node-dynamic-sections > .section--content-reference .overview--list + a,
.content > .section--content-reference .overview--list + .btn,
.content > .section--content-reference .view--search .block-facets-summary ul li.facet-summary-item--clear .overview--list + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .content > .section--content-reference .overview--list + a {
  margin-top: 4.5rem;
}

.section--background {
  background: #f8f7f7;
  padding: 2rem;
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .section--background {
    margin-top: 5rem;
    padding: 3.5rem 4rem;
  }
}

@media (min-width: 992px) {
  .section__title {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .page-node-type-landing .section__title, .page-node-type-index .section__title, .page-node-type-section .section__title {
    font-size: 3.1rem;
  }
}
.section__title + .video {
  margin-top: 2rem;
}

.section__item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.section__item-grid > div:not(.contextual) {
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 76rem;
}
@media (min-width: 560px) {
  .section__item-grid > div:not(.contextual) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 560px) {
  .section__item-grid.l-display-grid > div:not(.contextual) {
    width: calc(50% - 3rem);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 992px) {
  .section__item-grid.l-display-grid > div:not(.contextual) {
    width: calc(33.333% - 3rem);
  }
}

.section__body {
  max-width: 86rem;
}
.section__body p:first-child {
  margin-top: 0;
}

.section--columns .section + .section {
  margin-top: 3rem;
}

.section--two-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2,
.section--two-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2,
.node--type-programme-curriculum.node--full .l-node-content > .section--two-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2,
.node--type-blog-post .blog__authors .section--two-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2,
.node--type-blog-post .author__info .section--two-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 {
  margin-top: 3rem;
}
@media (max-width: 559px) {
  .section--two-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div:first-child,
  .section--two-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div:first-child,
  .node--type-programme-curriculum.node--full .l-node-content > .section--two-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div:first-child,
  .node--type-blog-post .blog__authors .section--two-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div:first-child,
  .node--type-blog-post .author__info .section--two-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div:first-child {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  .section--two-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div,
  .section--two-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div,
  .node--type-programme-curriculum.node--full .l-node-content > .section--two-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div,
  .node--type-blog-post .blog__authors .section--two-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div,
  .node--type-blog-post .author__info .section--two-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-2 > div {
    margin-top: 0;
  }
}

.section--three-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3,
.section--three-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3,
.node--type-programme-curriculum.node--full .l-node-content > .section--three-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3,
.node--type-blog-post .blog__authors .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3,
.node--type-blog-post .author__info .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 {
  margin-top: 3rem;
}
@media (max-width: 559px) {
  .section--three-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:first-child,
  .section--three-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:first-child,
  .node--type-programme-curriculum.node--full .l-node-content > .section--three-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:first-child,
  .node--type-blog-post .blog__authors .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:first-child,
  .node--type-blog-post .author__info .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:first-child {
    margin-top: 0;
  }
}
@media (min-width: 560px) and (max-width: 1199px) {
  .section--three-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(-n+2),
  .section--three-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(-n+2),
  .node--type-programme-curriculum.node--full .l-node-content > .section--three-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(-n+2),
  .node--type-blog-post .blog__authors .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(-n+2),
  .node--type-blog-post .author__info .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(-n+2) {
    margin-top: 0;
  }
  .section--three-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(3),
  .section--three-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(3),
  .node--type-programme-curriculum.node--full .l-node-content > .section--three-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(3),
  .node--type-blog-post .blog__authors .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(3),
  .node--type-blog-post .author__info .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div:nth-child(3) {
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1200px) {
  .section--three-columns > .rich-text + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .section--three-columns > h2 + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-programme-curriculum.node--full .l-node-content > .section--three-columns.field--name-field-specialisations > .field__label + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-blog-post .blog__authors .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div,
  .node--type-blog-post .author__info .section--three-columns > .text--employee + .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--col-3 > div {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .section--three-columns .banner,
  .section--two-columns .banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
            flex: 0 0 calc(50% - 3rem);
  }
}
.section--three-columns .microbanner,
.section--two-columns .microbanner {
  height: auto;
}

@media (min-width: 992px) {
  .section--three-columns .microbanner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 3rem);
            flex: 0 0 calc(33% - 3rem);
    min-height: 38rem;
  }
}

.section--cooperations {
  margin-top: 2rem;
}
.section--cooperations .field--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--cooperations .field--info > div::after {
  content: ",";
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.section--cooperations .field--info > div:last-child::after {
  content: none;
}

.section--document {
  border-top: solid 1px #d7d7d7;
  padding-top: 3rem;
}
.section--document .section__title,
.section--document .rich-text--field-description {
  margin-bottom: 2rem;
}
.section--row .section--document {
  border-top: none;
  padding-top: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.homepage-banner {
  position: relative;
}
.homepage-banner__image {
  max-height: 80vh;
  overflow: hidden;
}
.homepage-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-banner__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(115, 14, 4, 0.4)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(115, 14, 4, 0.4)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(115, 14, 4, 0.4) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(115, 14, 4, 0.4) 0%, rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
}
.homepage-banner__wrapper {
  max-width: calc(118rem + 3rem * 2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .homepage-banner__wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.homepage-banner__wrapper {
  padding-top: 9rem;
}
@media (min-width: 630px) {
  .homepage-banner__wrapper {
    padding-top: 4.5rem;
  }
}
.homepage-banner__content {
  position: relative;
}
.homepage-banner__content:has(a) {
  cursor: pointer;
}
@media (min-width: 630px) {
  .homepage-banner__content {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .homepage-banner__content {
    max-width: 50%;
  }
}
.homepage-banner__content:hover .icon {
  margin-left: 0.2rem;
}
.homepage-banner__title {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  word-break: keep-all;
  -ms-hyphens: none;
      hyphens: none;
}
@media (min-width: 630px) {
  .homepage-banner__title {
    font-size: 6.4rem;
  }
}
.homepage-banner__intro {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.45;
  word-break: keep-all;
  -ms-hyphens: none;
      hyphens: none;
}
.homepage-banner__link {
  margin: 1.8rem 0 0;
}
.homepage-banner__link a {
  position: static;
  background: #E3000B;
}
.homepage-banner__link a .icon {
  margin-left: 0;
}
.homepage-banner__link a .icon use {
  fill: #fff;
}
.homepage-banner__link a::after {
  content: "";
  position: absolute;
  inset: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.section--homepage-block {
  position: relative;
  padding: 3rem 1.5rem;
  border: 0.1rem solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 630px) {
  .section--homepage-block {
    padding-bottom: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section--homepage-block:hover {
    border-color: #E3000B;
    -webkit-box-shadow: 0 0 0 0.1rem #E3000B;
            box-shadow: 0 0 0 0.1rem #E3000B;
  }
}
.section--homepage-block:focus, .section--homepage-block:active {
  border-color: #E3000B;
  -webkit-box-shadow: 0 0 0 0.1rem #E3000B;
          box-shadow: 0 0 0 0.1rem #E3000B;
}

.homepage-block__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 630px) {
  .homepage-block__content-wrapper {
    padding-bottom: 3rem;
  }
}
.homepage-block__title {
  color: #E3000B;
}
@media (max-width: 629px) {
  .homepage-block__intro {
    display: none;
  }
}
.homepage-block__link-wrapper {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.homepage-block__link-wrapper .btn__text {
  display: none;
}
.homepage-block__link-wrapper use {
  fill: #E3000B;
}
.homepage-block__link-wrapper a:hover .icon, .homepage-block__link-wrapper a:focus .icon, .homepage-block__link-wrapper a:active .icon {
  -webkit-transform: translateX(0.1rem);
          transform: translateX(0.1rem);
}
.homepage-block__link-wrapper a::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.section--latest-items .l-cta-wrapper {
  margin-top: 3rem;
}
.section--latest-items .overview--grid > p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .section--partners > .section__title,
  .section--funding > .section__title {
    font-size: 2.6rem;
  }
}
.section--partners .field__logos,
.section--funding .field__logos {
  margin-bottom: 3rem;
}
@media (min-width: 560px) {
  .section--partners .field__logos,
  .section--funding .field__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.section--partners .field__logos > div,
.section--funding .field__logos > div {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 560px) {
  .section--partners .field__logos > div,
  .section--funding .field__logos > div {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(33.333% - 3rem);
  }
}

.logo {
  position: relative;
}
.logo .field__logo {
  border: solid 1px #d7d7d7;
  padding: 2.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
}
.logo .field__logo img {
  display: block;
  max-width: 220px;
  max-height: 70px;
  width: auto;
  height: auto;
}
.logo .logo__name {
  margin-top: 1rem;
}
.logo a {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.logo a .icon {
  margin-right: 2rem;
}
.logo a .icon use {
  fill: #E3000B;
}
.logo a:hover .icon use {
  fill: #8F2011;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ru-body ul:not(.iconlist__list),
.l-section-col--text ul:not(.iconlist__list),
.article-body ul:not(.iconlist__list),
.node--full > .rich-text ul:not(.iconlist__list),
.js-form-type-webform-markup ul:not(.iconlist__list),
.section--table .rich-text ul:not(.iconlist__list),
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}

.ru-body ul:not(.iconlist__list) li,
.l-section-col--text ul:not(.iconlist__list) li,
.article-body ul:not(.iconlist__list) li,
.node--full > .rich-text ul:not(.iconlist__list) li,
.js-form-type-webform-markup ul:not(.iconlist__list) li,
.section--table .rich-text ul:not(.iconlist__list) li,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}

.ru-body ul:not(.iconlist__list) li::before,
.l-section-col--text ul:not(.iconlist__list) li::before,
.article-body ul:not(.iconlist__list) li::before,
.node--full > .rich-text ul:not(.iconlist__list) li::before,
.js-form-type-webform-markup ul:not(.iconlist__list) li::before,
.section--table .rich-text ul:not(.iconlist__list) li::before,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}

.ru-body ul:not(.iconlist__list) li > ul,
.l-section-col--text ul:not(.iconlist__list) li > ul,
.article-body ul:not(.iconlist__list) li > ul,
.node--full > .rich-text ul:not(.iconlist__list) li > ul,
.js-form-type-webform-markup ul:not(.iconlist__list) li > ul,
.section--table .rich-text ul:not(.iconlist__list) li > ul,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}

.ru-body ul:not(.iconlist__list) + h2, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .ru-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .ru-body ul:not(.iconlist__list) + .text--employee,
.ru-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .ru-body ul:not(.iconlist__list) + .text--employee, .ru-body ul:not(.iconlist__list) + h3,
.l-section-col--text ul:not(.iconlist__list) + h2,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-section-col--text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text ul:not(.iconlist__list) + h3,
.article-body ul:not(.iconlist__list) + h2,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.article-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .article-body ul:not(.iconlist__list) + .text--employee,
.article-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .article-body ul:not(.iconlist__list) + .text--employee,
.article-body ul:not(.iconlist__list) + h3,
.node--full > .rich-text ul:not(.iconlist__list) + h2,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--full > .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text ul:not(.iconlist__list) + h3,
.js-form-type-webform-markup ul:not(.iconlist__list) + h2,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup ul:not(.iconlist__list) + h3,
.section--table .rich-text ul:not(.iconlist__list) + h2,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.section--table .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text ul:not(.iconlist__list) + h3,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h2,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}

.ru-body ol,
.l-section-col--text ol,
.article-body ol,
.node--full > .rich-text ol,
.js-form-type-webform-markup ol,
.section--table .rich-text ol,
.l-reusable-dynamic-sections .section--body ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}

.ru-body ol li,
.l-section-col--text ol li,
.article-body ol li,
.node--full > .rich-text ol li,
.js-form-type-webform-markup ol li,
.section--table .rich-text ol li,
.l-reusable-dynamic-sections .section--body ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}

.ru-body ol li::before,
.l-section-col--text ol li::before,
.article-body ol li::before,
.node--full > .rich-text ol li::before,
.js-form-type-webform-markup ol li::before,
.section--table .rich-text ol li::before,
.l-reusable-dynamic-sections .section--body ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}

.ru-body ol li > ol,
.l-section-col--text ol li > ol,
.article-body ol li > ol,
.node--full > .rich-text ol li > ol,
.js-form-type-webform-markup ol li > ol,
.section--table .rich-text ol li > ol,
.l-reusable-dynamic-sections .section--body ol li > ol {
  margin-top: 0;
}

.ru-body ol + h2, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ol + .field__label, .ru-body .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .ru-body ol + .text--employee,
.ru-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .ru-body ol + .text--employee, .ru-body ol + h3, .ru-body ol + h4,
.l-section-col--text ol + h2,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-section-col--text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ol + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ol + .text--employee,
.l-section-col--text ol + h3,
.l-section-col--text ol + h4,
.article-body ol + h2,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.article-body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .article-body ol + .text--employee,
.article-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .article-body ol + .text--employee,
.article-body ol + h3,
.article-body ol + h4,
.node--full > .rich-text ol + h2,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--full > .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text ol + h3,
.node--full > .rich-text ol + h4,
.js-form-type-webform-markup ol + h2,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ol + .field__label,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup ol + h3,
.js-form-type-webform-markup ol + h4,
.section--table .rich-text ol + h2,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.section--table .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ol + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ol + .text--employee,
.section--table .rich-text ol + h3,
.section--table .rich-text ol + h4,
.l-reusable-dynamic-sections .section--body ol + h2,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body ol + h3,
.l-reusable-dynamic-sections .section--body ol + h4 {
  margin-top: 3rem;
}

.ru-body p + .section--related,
.l-section-col--text p + .section--related,
.article-body p + .section--related,
.node--full > .rich-text p + .section--related,
.js-form-type-webform-markup p + .section--related,
.section--table .rich-text p + .section--related,
.l-reusable-dynamic-sections .section--body p + .section--related {
  margin-top: 1rem;
}

.ru-body p + ul,
.l-section-col--text p + ul,
.article-body p + ul,
.node--full > .rich-text p + ul,
.js-form-type-webform-markup p + ul,
.section--table .rich-text p + ul,
.l-reusable-dynamic-sections .section--body p + ul {
  margin-top: 1.6rem;
}

.ru-body p + h2, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > p + .field__label, .ru-body .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .ru-body p + .text--employee,
.ru-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .ru-body p + .text--employee, .ru-body p + h3, .ru-body p + h4,
.l-section-col--text p + h2,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-section-col--text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text p + .text--employee,
.l-section-col--text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-section-col--text p + .text--employee,
.l-section-col--text p + h3,
.l-section-col--text p + h4,
.article-body p + h2,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > p + .field__label,
.article-body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .article-body p + .text--employee,
.article-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .article-body p + .text--employee,
.article-body p + h3,
.article-body p + h4,
.node--full > .rich-text p + h2,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--full > .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text p + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text p + .text--employee,
.node--full > .rich-text p + h3,
.node--full > .rich-text p + h4,
.js-form-type-webform-markup p + h2,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > p + .field__label,
.js-form-type-webform-markup .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup p + h3,
.js-form-type-webform-markup p + h4,
.section--table .rich-text p + h2,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.section--table .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text p + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text p + .text--employee,
.section--table .rich-text p + h3,
.section--table .rich-text p + h4,
.l-reusable-dynamic-sections .section--body p + h2,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body p + h3,
.l-reusable-dynamic-sections .section--body p + h4 {
  margin-top: 3rem;
}

.ru-body p + .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p + a,
.l-section-col--text p + .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p + a,
.article-body p + .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p + a,
.node--full > .rich-text p + .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p + a,
.js-form-type-webform-markup p + .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p + a,
.section--table .rich-text p + .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p + a,
.l-reusable-dynamic-sections .section--body p + .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p + a {
  margin-top: 2rem;
}

.ru-body p + table,
.l-section-col--text p + table,
.article-body p + table,
.node--full > .rich-text p + table,
.js-form-type-webform-markup p + table,
.section--table .rich-text p + table,
.l-reusable-dynamic-sections .section--body p + table {
  margin-top: 3rem;
}

@media (min-width: 560px) {
  .ru-body p + table,
  .l-section-col--text p + table,
  .article-body p + table,
  .node--full > .rich-text p + table,
  .js-form-type-webform-markup p + table,
  .section--table .rich-text p + table,
  .l-reusable-dynamic-sections .section--body p + table {
    margin-top: 4.5rem;
  }
}
.ru-body p > .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p > a,
.l-section-col--text p > .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p > a,
.article-body p > .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p > a,
.node--full > .rich-text p > .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p > a,
.js-form-type-webform-markup p > .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p > a,
.section--table .rich-text p > .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p > a,
.l-reusable-dynamic-sections .section--body p > .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p > a {
  margin-top: 0.6rem;
}

.ru-body h2 + h3, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + h3, .ru-body .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .ru-body .text--employee + h3,
.ru-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .ru-body .text--employee + h3,
.ru-body h2 + table,
.ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.ru-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .ru-body .text--employee + table,
.ru-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .ru-body .text--employee + table,
.l-section-col--text h2 + h3,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + h3,
.l-section-col--text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-section-col--text .text--employee + h3,
.l-section-col--text h2 + table,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + table,
.l-section-col--text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-section-col--text .text--employee + table,
.article-body h2 + h3,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.article-body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .article-body .text--employee + h3,
.article-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .article-body .text--employee + h3,
.article-body h2 + table,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.article-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .article-body .text--employee + table,
.article-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .article-body .text--employee + table,
.node--full > .rich-text h2 + h3,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text h2 + table,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + table,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + table,
.js-form-type-webform-markup h2 + h3,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + h3,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup h2 + table,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + table,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + table,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + table,
.section--table .rich-text h2 + h3,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + h3,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + h3,
.section--table .rich-text h2 + table,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + table,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + table,
.l-reusable-dynamic-sections .section--body h2 + h3,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body h2 + table,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + table {
  margin-top: 3rem;
}

.ru-body h2 + p, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + p, .ru-body .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .ru-body .text--employee + p,
.ru-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .ru-body .text--employee + p,
.ru-body h3 + p,
.ru-body h4 + p,
.l-section-col--text h2 + p,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + p,
.l-section-col--text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-section-col--text .text--employee + p,
.l-section-col--text h3 + p,
.l-section-col--text h4 + p,
.article-body h2 + p,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + p,
.article-body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .article-body .text--employee + p,
.article-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .article-body .text--employee + p,
.article-body h3 + p,
.article-body h4 + p,
.node--full > .rich-text h2 + p,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + p,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + p,
.node--full > .rich-text h3 + p,
.node--full > .rich-text h4 + p,
.js-form-type-webform-markup h2 + p,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + p,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup h3 + p,
.js-form-type-webform-markup h4 + p,
.section--table .rich-text h2 + p,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + p,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + p,
.section--table .rich-text h3 + p,
.section--table .rich-text h4 + p,
.l-reusable-dynamic-sections .section--body h2 + p,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body h3 + p,
.l-reusable-dynamic-sections .section--body h4 + p {
  margin-top: 1.6rem;
}

.ru-body h2 strong, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label strong, .ru-body .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .ru-body .text--employee strong,
.ru-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .ru-body .text--employee strong,
.ru-body h3 strong,
.ru-body h4 strong,
.l-section-col--text h2 strong,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee strong,
.l-section-col--text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-section-col--text .text--employee strong,
.l-section-col--text h3 strong,
.l-section-col--text h4 strong,
.article-body h2 strong,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label strong,
.article-body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .article-body .text--employee strong,
.article-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .article-body .text--employee strong,
.article-body h3 strong,
.article-body h4 strong,
.node--full > .rich-text h2 strong,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee strong,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee strong,
.node--full > .rich-text h3 strong,
.node--full > .rich-text h4 strong,
.js-form-type-webform-markup h2 strong,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label strong,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup h3 strong,
.js-form-type-webform-markup h4 strong,
.section--table .rich-text h2 strong,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee strong,
.section--table .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .section--table .rich-text .text--employee strong,
.section--table .rich-text h3 strong,
.section--table .rich-text h4 strong,
.l-reusable-dynamic-sections .section--body h2 strong,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body h3 strong,
.l-reusable-dynamic-sections .section--body h4 strong {
  font-weight: 800;
}

.ru-body .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}

.ru-body .btn--primary,
.l-section-col--text .btn--primary,
.article-body .btn--primary,
.node--full > .rich-text .btn--primary,
.js-form-type-webform-markup .btn--primary,
.section--table .rich-text .btn--primary,
.l-reusable-dynamic-sections .section--body .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}

.ru-body .btn--secondary, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn--secondary,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn--secondary,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn--secondary,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn--secondary,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn--secondary,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn--secondary,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-image: url("../../img/i-arrow-small--white.svg");
}

.ru-body .btn strong, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a strong,
.l-section-col--text .btn strong,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a strong,
.article-body .btn strong,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a strong,
.node--full > .rich-text .btn strong,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a strong,
.js-form-type-webform-markup .btn strong,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a strong,
.section--table .rich-text .btn strong,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a strong,
.l-reusable-dynamic-sections .section--body .btn strong,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a strong {
  font-weight: 800;
}

.js-form-type-webform-markup h2, .js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label, .js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee, .js-form-type-webform-markup h3, .js-form-type-webform-markup h4 {
  margin-top: 3rem;
}

.text--emphasis {
  color: #730E04;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (min-width: 992px) {
  .text--emphasis {
    line-height: 3.9rem;
    font-size: 3.9rem;
  }
}
.text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--type-project .field--name-field-subtitle, .node--full .node__subtitle,
.node--view-mode-full .node__subtitle {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 991px) {
  .text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--type-project .field--name-field-subtitle, .node--full .node__subtitle,
  .node--view-mode-full .node__subtitle {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
.text--intro a, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a, .node--type-project .field--name-field-subtitle a, .node--full .node__subtitle a,
.node--view-mode-full .node__subtitle a {
  color: #303030;
}

.text--intro a:hover, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:hover, .node--type-project .field--name-field-subtitle a:hover, .node--full .node__subtitle a:hover,
.node--view-mode-full .node__subtitle a:hover, .text--intro a:focus, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:focus, .node--type-project .field--name-field-subtitle a:focus, .node--full .node__subtitle a:focus,
.node--view-mode-full .node__subtitle a:focus {
  color: #E3000B;
}

.text--large {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: "Open Sans", Arial, sans-serif;
}

.text--information {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-left: 4rem;
}

.text--information .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.text--description {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.4;
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.text--no-border {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.text--highlight {
  position: relative;
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0.5rem 2rem 0.5rem 4rem;
  color: #730E04;
  letter-spacing: -1px;
  font-size: 2rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .text--highlight {
    font-size: 2.4rem;
  }
}
.text--highlight::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  background: #d7d7d7;
}

.text--highlight a {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

blockquote {
  margin: 3rem 0 0 0;
}

blockquote p {
  background: #f8f7f7;
  position: relative;
  color: #730E04;
  margin: 0;
  max-width: 76rem;
  padding: 2rem 2rem 2rem 4.5rem;
  font-size: 2rem;
  line-height: 1.4;
}

blockquote p::before, blockquote p::after {
  width: 2rem;
  height: 2rem;
  content: '"';
  display: inline-block;
  color: transparent;
  background: url("../../img/quote.svg") top left no-repeat;
  background-size: 14px auto;
}

blockquote p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -8px;
}

blockquote + h3,
blockquote + h2,
.node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > blockquote + .field__label,
.node--type-blog-post .blog__authors blockquote + .text--employee,
.node--type-blog-post .author__info blockquote + .text--employee,
blockquote + p {
  margin-top: 3rem;
}

.rich-text + .rich-text {
  margin-top: 3rem;
}

.field + h2, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field + .field__label, .node--type-blog-post .blog__authors .field + .text--employee,
.node--type-blog-post .author__info .field + .text--employee,
.field + h3 {
  margin-top: 3rem;
}

.article-body > h2, .node--type-programme-curriculum.node--full .l-node-content > .article-body.field--name-field-specialisations > .field__label, .node--type-blog-post .blog__authors .article-body > .text--employee,
.node--type-blog-post .author__info .article-body > .text--employee,
.article-body > h3 {
  margin-top: 3rem;
}

.section--media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--media-text.l-align-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.section--media-text .section--body p:first-child {
  margin-top: 0;
}
.section--media-text .l-section-col--media,
.section--media-text .l-section-col--text {
  position: relative;
}
@media (min-width: 560px) {
  .section--media-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.4rem;
  }
  .section--media-text.l-align-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section--media-text > .l-section-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .section--media-text .section__figure {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .section--media-text {
    gap: 6.81rem;
  }
}
.section--media-text + .section--media-text {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .section--media-text.l-float::after {
    content: "";
    display: table;
    clear: both;
  }
  .section--media-text.l-float {
    display: block;
  }
}
@media (min-width: 560px) {
  .section--media-text.l-float.l-align-left .l-section-col--media {
    float: left;
    padding-right: 4.2rem;
  }
}
@media (min-width: 560px) {
  .section--media-text.l-float.l-align-right .l-section-col--media {
    float: right;
    padding-left: 4.2rem;
  }
}
.section--media-text.l-float.l-align-left .l-section-col--media, .section--media-text.l-float.l-align-right .l-section-col--media {
  z-index: 2;
}
@media (min-width: 560px) {
  .section--media-text.l-float.l-align-left .l-section-col--media, .section--media-text.l-float.l-align-right .l-section-col--media {
    width: 50%;
  }
}
.section--media-text.l-float.l-align-left .l-section-col--text, .section--media-text.l-float.l-align-right .l-section-col--text {
  z-index: 1;
}
.section--media-text.l-float.l-align-left .l-section-col--text blockquote p, .section--media-text.l-float.l-align-right .l-section-col--text blockquote p {
  max-width: 100%;
}

.rich-text ul:not(.iconlist__list),
.section--body ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}
.rich-text ul:not(.iconlist__list) li,
.section--body ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.rich-text ul:not(.iconlist__list) li::before,
.section--body ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}
.rich-text ul:not(.iconlist__list) li > ul,
.section--body ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}
.rich-text ul:not(.iconlist__list) + h2, .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .rich-text ul:not(.iconlist__list) + .text--employee,
.rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .rich-text ul:not(.iconlist__list) + .text--employee, .rich-text ul:not(.iconlist__list) + h3,
.section--body ul:not(.iconlist__list) + h2,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.section--body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .section--body ul:not(.iconlist__list) + .text--employee,
.section--body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .section--body ul:not(.iconlist__list) + .text--employee,
.section--body ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}
.rich-text ol,
.section--body ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}
.rich-text ol li,
.section--body ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.rich-text ol li::before,
.section--body ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}
.rich-text ol li > ol,
.section--body ol li > ol {
  margin-top: 0;
}
.rich-text ol + h2, .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label, .rich-text .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .rich-text ol + .text--employee,
.rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .rich-text ol + .text--employee, .rich-text ol + h3, .rich-text ol + h4,
.section--body ol + h2,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.section--body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .section--body ol + .text--employee,
.section--body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .section--body ol + .text--employee,
.section--body ol + h3,
.section--body ol + h4 {
  margin-top: 3rem;
}
.rich-text p + .section--related,
.section--body p + .section--related {
  margin-top: 1rem;
}
.rich-text p + ul,
.section--body p + ul {
  margin-top: 1.6rem;
}
.rich-text p + h2, .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label, .rich-text .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .rich-text p + .text--employee,
.rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .rich-text p + .text--employee, .rich-text p + h3, .rich-text p + h4,
.section--body p + h2,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > p + .field__label,
.section--body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .section--body p + .text--employee,
.section--body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .section--body p + .text--employee,
.section--body p + h3,
.section--body p + h4 {
  margin-top: 3rem;
}
.rich-text p + .btn, .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .rich-text p + a,
.section--body p + .btn,
.section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--body p + a {
  margin-top: 2rem;
}
.rich-text p + table,
.section--body p + table {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .rich-text p + table,
  .section--body p + table {
    margin-top: 4.5rem;
  }
}
.rich-text p > .btn, .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .rich-text p > a,
.section--body p > .btn,
.section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--body p > a {
  margin-top: 0.6rem;
}
.rich-text h2 + h3, .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3, .rich-text .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .rich-text .text--employee + h3,
.rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .rich-text .text--employee + h3,
.rich-text h2 + table,
.rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .rich-text .text--employee + table,
.rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .rich-text .text--employee + table,
.section--body h2 + h3,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.section--body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .section--body .text--employee + h3,
.section--body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .section--body .text--employee + h3,
.section--body h2 + table,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > .field__label + table,
.section--body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .section--body .text--employee + table,
.section--body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .section--body .text--employee + table {
  margin-top: 3rem;
}
.rich-text h2 + p, .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p, .rich-text .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .rich-text .text--employee + p,
.rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .rich-text .text--employee + p,
.rich-text h3 + p,
.rich-text h4 + p,
.section--body h2 + p,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > .field__label + p,
.section--body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .section--body .text--employee + p,
.section--body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .section--body .text--employee + p,
.section--body h3 + p,
.section--body h4 + p {
  margin-top: 1.6rem;
}
.rich-text h2 strong, .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong, .rich-text .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .rich-text .text--employee strong,
.rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .rich-text .text--employee strong,
.rich-text h3 strong,
.rich-text h4 strong,
.section--body h2 strong,
.section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .section--body .l-node-content > .field--name-field-specialisations > .field__label strong,
.section--body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .section--body .text--employee strong,
.section--body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .section--body .text--employee strong,
.section--body h3 strong,
.section--body h4 strong {
  font-weight: 800;
}
.rich-text .btn, .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .rich-text a,
.section--body .btn,
.section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--body a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}
.rich-text .btn--primary,
.section--body .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}
.rich-text .btn--secondary, .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .rich-text a,
.section--body .btn--secondary,
.section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--body a {
  background-image: url("../../img/i-arrow-small--white.svg");
}
.rich-text .btn strong, .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .rich-text a strong,
.section--body .btn strong,
.section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--body a strong {
  font-weight: 800;
}

.section--news-events .col__title + .views-element-container {
  margin-top: 3rem;
}
.section--news-events .l-cta-wrapper {
  margin-top: 3rem;
}
.section--news-events .views-element-container {
  width: 100%;
}
.section--news-events .overview--list .views-row {
  margin-top: 1.5rem;
  padding-top: 0;
}
.section--news-events .overview--list .icon {
  top: 0.7rem;
}
.section--news-events .overview--list .date-block {
  top: 0.5rem;
}
.section--news-events .overview--grid > p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section--news-events .view--empty {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 559px) {
  .section--news-events .l-view-cols .col + .col {
    border-top: 0.1rem solid #d7d7d7;
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
@media (min-width: 560px) {
  .section--news-events .l-view-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .section--news-events .l-view-cols .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .section--news-events .l-view-cols--event-title .col:first-child {
    padding-top: 4.2rem;
  }
  .section--news-events .l-view-cols--news-title .col:last-child {
    padding-top: 4.2rem;
  }
}
@media (min-width: 992px) {
  .section--news-events.l-with-cta.l-display-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section--news-events.l-with-cta.l-display-single .section__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 3rem;
  }
  .section--news-events.l-with-cta.l-display-single .l-cta-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-top: 0;
  }
  .section--news-events.l-with-cta.l-display-single .l-cta-wrapper .btn, .section--news-events.l-with-cta.l-display-single .l-cta-wrapper .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .section--news-events.l-with-cta.l-display-single .l-cta-wrapper a {
    margin-top: -0.6rem;
  }
  .section--news-events.l-with-cta.l-display-single .views-element-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.section--news-events.l-hide-images .card__image {
  display: none;
}
.section--news-events.l-hide-images .card__image + .card__content {
  margin-top: 0;
}

.section--overview .view--empty {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.section--overview .flexmasonry {
  margin-top: 3rem;
}
.section--overview .node--type-testimonial.teaser .quote {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .section--overview .overview--testimonials .testimonial__quote {
    min-height: 9rem;
  }
}
.section--overview .overview--testimonials .item-list {
  width: 100%;
}
.section--overview .overview--testimonials .item-list li {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (max-width: 559px) {
  .section--overview .overview--testimonials .item-list li:first-child {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 560px) {
  .section--overview .overview--testimonials .item-list li:nth-child(-n+2) {
    border-top: none;
    padding-top: 0;
  }
}

.section--related .section__title {
  color: #E3000B;
}
.section--related .section__content > div,
.section--related .section__content > article {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .section--related .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .section--related .section__content > div,
  .section--related .section__content > article {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.section--related.l-item-count-1 > div,
.section--related.l-item-count-1 > article {
  max-width: 76rem;
}
.section--related.l-item-count-1 .card--with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 76rem;
}
@media (min-width: 560px) {
  .section--related.l-item-count-1 .card--with-image .card__image {
    max-width: 18rem;
  }
}
.section--related.l-item-count-1 .card--with-image .card__content {
  width: calc(100% - 20rem);
  padding-left: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section--related.l-item-count-1 .card--with-image .card__image + .card__content {
  margin-top: 0;
}
.section--related.l-item-count-1 .card--with-image .card__title .link--icon-posafter {
  display: block;
}
.section--related.l-item-count-2 .section__content > div, .section--related.l-item-count-2 .section__content > article {
  width: calc(50% - 3rem);
}
@media (min-width: 560px) {
  .section--related.l-display-grid .section__content > div,
  .section--related.l-display-grid .section__content > article, .section--related.l-item-count-3 .section__content > div,
  .section--related.l-item-count-3 .section__content > article {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .section--related.l-display-grid .section__content > div,
  .section--related.l-display-grid .section__content > article, .section--related.l-item-count-3 .section__content > div,
  .section--related.l-item-count-3 .section__content > article {
    width: calc(33.333% - 3rem);
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .section--related.l-item-count-3 .section__content > div:nth-child(3),
  .section--related.l-item-count-3 .section__content > article:nth-child(3) {
    width: calc(100% - 3rem);
  }
}

@media (min-width: 560px) {
  .grid--max-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid--max-3 > div {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.grid--max-3 > div:first-child:nth-last-child(1) {
  width: 50%;
}
@media (min-width: 560px) {
  .grid--max-3 > div:first-child:nth-last-child(1) {
    width: calc(50% - 3rem);
  }
}
.grid--max-3 {
  /* two items */
}
@media (min-width: 560px) {
  .grid--max-3 > div:first-child:nth-last-child(2),
  .grid--max-3 > div:first-child:nth-last-child(2) ~ div {
    width: calc(50% - 3rem);
  }
}
.grid--max-3 {
  /* three items */
}
@media (min-width: 560px) {
  .grid--max-3 > div:first-child:nth-last-child(3),
  .grid--max-3 > div:first-child:nth-last-child(3) ~ div {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .grid--max-3 > div:first-child:nth-last-child(3),
  .grid--max-3 > div:first-child:nth-last-child(3) ~ div {
    width: calc(33.333% - 3rem);
  }
}

/* Nodes */
.address span {
  display: block;
}
.address + .iconfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.node--full,
.node--view-mode-full {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .node--full,
  .node--view-mode-full {
    padding-bottom: 5rem;
  }
}
.node--full > .field,
.node--full .l-node-content > .field,
.node--view-mode-full > .field,
.node--view-mode-full .l-node-content > .field {
  margin-top: 2rem;
}
.node--full > .field > .field__label,
.node--full .l-node-content > .field > .field__label,
.node--view-mode-full > .field > .field__label,
.node--view-mode-full .l-node-content > .field > .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--full > .field > .field__label + p,
.node--full .l-node-content > .field > .field__label + p,
.node--view-mode-full > .field > .field__label + p,
.node--view-mode-full .l-node-content > .field > .field__label + p {
  margin-top: 1rem;
}
.node--full > .field > .field__label--big, .node--full > .field > .field__label-big,
.node--full .l-node-content > .field > .field__label--big,
.node--full .l-node-content > .field > .field__label-big,
.node--view-mode-full > .field > .field__label--big,
.node--view-mode-full > .field > .field__label-big,
.node--view-mode-full .l-node-content > .field > .field__label--big,
.node--view-mode-full .l-node-content > .field > .field__label-big {
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.node--full > .field--label-title > .field__label,
.node--full .l-node-content > .field--label-title > .field__label,
.node--view-mode-full > .field--label-title > .field__label,
.node--view-mode-full .l-node-content > .field--label-title > .field__label {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.node--full > .field.field--label-inline > .field__label,
.node--full .l-node-content > .field.field--label-inline > .field__label,
.node--view-mode-full > .field.field--label-inline > .field__label,
.node--view-mode-full .l-node-content > .field.field--label-inline > .field__label {
  display: inline-block;
}
.node--full > .field.rich-text--field-literature-reference,
.node--full .l-node-content > .field.rich-text--field-literature-reference,
.node--view-mode-full > .field.rich-text--field-literature-reference,
.node--view-mode-full .l-node-content > .field.rich-text--field-literature-reference {
  margin-top: calc(3rem + 1.5vw);
  font-size: 1.5rem;
  line-height: 1.4;
}
.node--full > .field.rich-text--field-literature-reference .field__label,
.node--full .l-node-content > .field.rich-text--field-literature-reference .field__label,
.node--view-mode-full > .field.rich-text--field-literature-reference .field__label,
.node--view-mode-full .l-node-content > .field.rich-text--field-literature-reference .field__label {
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #d7d7d7;
}
.node--full > .meta-data,
.node--view-mode-full > .meta-data {
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  .node--full .node__content,
  .node--view-mode-full .node__content {
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--full .post__date,
.node--view-mode-full .post__date {
  color: #730E04;
  font-weight: 800;
}
.node--full .node__subtitle + .btn, .node--full .view--search .block-facets-summary ul li.facet-summary-item--clear .node__subtitle + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--full .node__subtitle + a,
.node--view-mode-full .node__subtitle + .btn,
.node--view-mode-full .view--search .block-facets-summary ul li.facet-summary-item--clear .node__subtitle + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--view-mode-full .node__subtitle + a {
  margin-top: 2rem;
}
.node--full .node__subtitle + .definitionlist,
.node--view-mode-full .node__subtitle + .definitionlist {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.node--full .related-items,
.node--view-mode-full .related-items {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 1px #d7d7d7;
}
@media (min-width: 992px) {
  .node--full .related-items,
  .node--view-mode-full .related-items {
    margin-top: 6rem;
    padding-top: 4rem;
  }
}
.node--full .related-items h2, .node--type-programme-curriculum.node--full .related-items .l-node-content > .field--name-field-specialisations > .field__label, .node--full .related-items .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .node--full .related-items .text--employee,
.node--full .related-items .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .node--full .related-items .text--employee,
.node--view-mode-full .related-items h2,
.node--view-mode-full .related-items .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label,
.node--view-mode-full .related-items .node--type-blog-post .blog__authors .text--employee,
.node--type-blog-post .blog__authors .node--view-mode-full .related-items .text--employee,
.node--view-mode-full .related-items .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .node--view-mode-full .related-items .text--employee {
  color: #E3000B;
  margin-bottom: 3rem;
}
.node--full .related-items h2.section__title, .node--type-programme-curriculum.node--full .related-items .l-node-content > .field--name-field-specialisations > .section__title.field__label, .node--full .related-items .node--type-blog-post .blog__authors .section__title.text--employee, .node--type-blog-post .blog__authors .node--full .related-items .section__title.text--employee,
.node--full .related-items .node--type-blog-post .author__info .section__title.text--employee,
.node--type-blog-post .author__info .node--full .related-items .section__title.text--employee,
.node--view-mode-full .related-items h2.section__title,
.node--view-mode-full .related-items .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .section__title.field__label,
.node--view-mode-full .related-items .node--type-blog-post .blog__authors .section__title.text--employee,
.node--type-blog-post .blog__authors .node--view-mode-full .related-items .section__title.text--employee,
.node--view-mode-full .related-items .node--type-blog-post .author__info .section__title.text--employee,
.node--type-blog-post .author__info .node--view-mode-full .related-items .section__title.text--employee {
  margin-bottom: 0;
}

.hero--detail .image--node_header {
  display: none;
}
.hero--detail .hero__content {
  background: #fff;
  max-width: calc(76rem + 6rem);
  padding-top: 2rem;
}
.hero--detail .l-hero-content-wrapper {
  position: relative;
}
.hero--detail img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 560px) and (max-width: 991px) {
  .hero--detail .l-hero-content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hero--detail .hero__content {
    padding: 3rem;
    margin-top: -8rem;
  }
}
@media (min-width: 992px) {
  .hero--detail {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 3rem;
  }
  .hero--detail .hero__image {
    grid-column: 1/span 7;
    grid-row: 1;
    overflow: hidden;
  }
  .hero--detail .hero__image picture,
  .hero--detail .hero__image .image--hero {
    width: 100%;
    height: 100%;
  }
  .hero--detail .hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero--detail .l-hero-content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    grid-column: 7/span 6;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero--detail .hero__content {
    z-index: 1;
    grid-row: 1;
    position: relative;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero--detail .text--intro, .hero--detail .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .page--taxonomy-registry_overview .hero--detail .rich-text--description:not(.list-item *):not(.search-result *), .hero--detail .node--type-project .field--name-field-subtitle, .node--type-project .hero--detail .field--name-field-subtitle, .hero--detail .node--full .node__subtitle, .node--full .hero--detail .node__subtitle,
  .hero--detail .node--view-mode-full .node__subtitle,
  .node--view-mode-full .hero--detail .node__subtitle {
    font-size: 2rem;
    line-height: 1.4;
  }
  .hero--detail .hero__image {
    max-height: 46rem;
  }
  .hero--detail .page__title {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (min-width: 1200px) {
  .hero--detail .l-hero-content-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hero--detail .hero__content {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .hero--detail .l-hero-content-wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
    grid-column: 7/span 6;
  }
}
.with-sidebar.with-sidebar--left .hero--detail {
  display: block;
}
.with-sidebar.with-sidebar--left .hero--detail .image--node_header {
  display: block;
}
.with-sidebar.with-sidebar--left .hero--detail .field--name-field-hero {
  display: none;
}
.with-sidebar.with-sidebar--left .hero--detail .hero__content {
  max-width: 80rem;
}
@media (max-width: 559px) {
  .with-sidebar.with-sidebar--left .hero--detail .image--node_header {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 560px) {
  .with-sidebar.with-sidebar--left .hero--detail .image--node_header {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .with-sidebar.with-sidebar--left .hero--detail .l-hero-content-wrapper {
    margin: -8rem 3rem 0 -3rem;
    padding: 0;
  }
  .with-sidebar.with-sidebar--left .hero--detail .hero__content {
    margin: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .with-sidebar.with-sidebar--left .hero--detail .l-hero-content-wrapper {
    margin-left: 0;
  }
}
.hero--detail .hero__content:before {
  display: none;
}
@media (min-width: 992px) {
  .hero--detail .hero__content {
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero--detail .hero__content {
    padding-left: 4rem;
  }
}
.hero--detail + .l-node-content,
.hero--detail + .l-node-top {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .hero--detail + .l-node-content,
  .hero--detail + .l-node-top {
    margin-top: 6rem;
  }
}

.l-node-additional {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .l-node-additional {
    margin-top: 6rem;
  }
}

.l-node-bottom {
  background: #f8f7f7;
  padding: 3rem;
  margin-top: 5rem;
  font-size: 1.8rem;
}
.l-node-bottom .btn + .definitionlist, .l-node-bottom .view--search .block-facets-summary ul li.facet-summary-item--clear a + .definitionlist, .view--search .block-facets-summary ul li.facet-summary-item--clear .l-node-bottom a + .definitionlist {
  margin-top: 2rem;
}
@media (min-width: 560px) {
  .l-node-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-node-bottom > .field--name-field-author {
    width: 100%;
    padding-right: 0;
  }
  .l-node-bottom .field__label {
    color: #730E04;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-weight: 800;
  }
  .l-node-bottom .field__label + p {
    margin-top: 1rem;
  }
  .l-node-bottom .field__label {
    margin-bottom: 1rem;
  }
}
@media (min-width: 560px) and (min-width: 1200px) {
  .l-node-bottom {
    margin-top: 6rem;
  }
}
@media (min-width: 560px) {
  .l-node-bottom + .l-node-footer .section--related {
    border: none;
    margin: 0;
  }
}
.l-node-bottom .field--name-field-contact-info {
  margin-top: 2rem;
}
.l-node-bottom .contextual + .text--intro, .l-node-bottom .page--taxonomy-registry_overview .contextual + .rich-text--description:not(.list-item *):not(.search-result *), .page--taxonomy-registry_overview .l-node-bottom .contextual + .rich-text--description:not(.list-item *):not(.search-result *), .l-node-bottom .node--type-project .contextual + .field--name-field-subtitle, .node--type-project .l-node-bottom .contextual + .field--name-field-subtitle, .l-node-bottom .node--full .contextual + .node__subtitle, .node--full .l-node-bottom .contextual + .node__subtitle,
.l-node-bottom .node--view-mode-full .contextual + .node__subtitle,
.node--view-mode-full .l-node-bottom .contextual + .node__subtitle {
  margin-top: 1.8rem;
}

.node--view-mode-full > .content > .l-node-dynamic-sections {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .node--view-mode-full > .content > .l-node-dynamic-sections {
    margin-top: 5rem;
  }
}
.node--view-mode-full .text--intro + .article-body, .node--view-mode-full .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) + .article-body, .page--taxonomy-registry_overview .node--view-mode-full .rich-text--description:not(.list-item *):not(.search-result *) + .article-body, .node--view-mode-full .node--type-project .field--name-field-subtitle + .article-body, .node--type-project .node--view-mode-full .field--name-field-subtitle + .article-body,
.node--view-mode-full .node__subtitle + .article-body {
  margin-top: 3rem;
}
.no-sidebars .node--view-mode-full .l-node-hero {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.node--view-mode-full .l-node-hero {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .node--view-mode-full .l-node-hero {
    margin-bottom: 3rem;
  }
}
.no-sidebars:not(.page-node-type-homepage) .node--view-mode-full .l-node-top {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.node--view-mode-full .l-node-top {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .node--view-mode-full .l-node-top {
    margin-bottom: 3rem;
  }
}
.node--view-mode-full .l-node-top.hero {
  max-width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .node--view-mode-full .l-node-top.hero {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 3rem;
    margin-bottom: 5rem;
  }
  .node--view-mode-full .l-node-top.hero .hero__image {
    grid-column: 1/span 7;
    grid-row: 1;
  }
  .node--view-mode-full .l-node-top.hero .hero__content {
    grid-column: 7/span 6;
    grid-row: 1;
    margin: auto;
    z-index: 1;
    background: #fff;
    padding: 4rem 4rem 4rem 0;
    position: relative;
    width: 100%;
  }
  .node--view-mode-full .l-node-top.hero .hero__content::before {
    content: "";
    background: #fff;
    width: 4rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4rem;
  }
}
.node--view-mode-full .linklist {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .node--view-mode-full .linklist {
    margin-top: 6rem;
  }
}
.node--view-mode-full .post__date {
  color: #730E04;
  font-weight: 800;
}
.node--view-mode-full .node__topic {
  margin-top: 1rem;
}
.node--view-mode-full .node__topic .field--name-field-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.node--view-mode-full .node__topic a {
  color: #666666;
  text-decoration: none;
}
.node--view-mode-full .node__topic a::before {
  content: ", ";
}
.node--view-mode-full .node__topic a:first-child::before {
  content: none;
}
.node--view-mode-full .node__topic a:hover {
  text-decoration: underline;
}
.node--view-mode-full .field__label + .section {
  margin-top: 1.6rem;
}

.l-node-footer {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
  margin-top: calc(5rem + 2.5vw);
}
.l-node-footer > * {
  margin-top: 1rem;
}
.l-node-footer > *:first-child {
  margin-top: 0;
}

.group__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.group__label + p {
  margin-top: 1rem;
}

.content-moderation-entity-moderation-form .js-form-item:not(.js-form-type-radio) {
  padding: 0;
}
.content-moderation-entity-moderation-form .js-form-item:not(.js-form-type-radio) > label {
  width: 100%;
  position: relative;
}

.field--name-field-bsa-related-progs.l-item-count-1,
.related.l-item-count-1 {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.field--name-field-bsa-related-progs > .card,
.related > .card {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .field--name-field-bsa-related-progs,
  .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .field--name-field-bsa-related-progs .card,
  .related .card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.field--name-field-bsa-related-progs.l-display-grid,
.related.l-display-grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 560px) and (max-width: 1199px) {
  .field--name-field-bsa-related-progs.l-display-grid .card,
  .related.l-display-grid .card {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 1200px) {
  .field--name-field-bsa-related-progs.l-display-grid .card,
  .related.l-display-grid .card {
    width: calc(33.333% - 3rem);
  }
}
.field--name-field-bsa-related-progs.l-item-count-2,
.related.l-item-count-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.field--name-field-bsa-related-progs.l-item-count-2 .card,
.related.l-item-count-2 .card {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  .field--name-field-bsa-related-progs.l-item-count-2 .card,
  .related.l-item-count-2 .card {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 3rem);
  }
}

.node--type-project.node--full .l-node-content,
.node--type-project.node--full .l-node-footer,
.node--type-project.node--full .l-node-social,
.node--type-news-item.node--full .l-node-content,
.node--type-news-item.node--full .l-node-footer,
.node--type-news-item.node--full .l-node-social,
.node--type-event.node--full .l-node-content,
.node--type-event.node--full .l-node-footer,
.node--type-event.node--full .l-node-social {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.with-sidebar--left .node--type-project.node--full .l-node-content,
.with-sidebar--left .node--type-project.node--full .l-node-footer,
.with-sidebar--left .node--type-project.node--full .l-node-social,
.with-sidebar--left .node--type-news-item.node--full .l-node-content,
.with-sidebar--left .node--type-news-item.node--full .l-node-footer,
.with-sidebar--left .node--type-news-item.node--full .l-node-social,
.with-sidebar--left .node--type-event.node--full .l-node-content,
.with-sidebar--left .node--type-event.node--full .l-node-footer,
.with-sidebar--left .node--type-event.node--full .l-node-social {
  max-width: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .with-sidebar--left .node--type-project.node--full .l-node-content .article-body,
  .with-sidebar--left .node--type-project.node--full .l-node-footer .article-body,
  .with-sidebar--left .node--type-project.node--full .l-node-social .article-body,
  .with-sidebar--left .node--type-news-item.node--full .l-node-content .article-body,
  .with-sidebar--left .node--type-news-item.node--full .l-node-footer .article-body,
  .with-sidebar--left .node--type-news-item.node--full .l-node-social .article-body,
  .with-sidebar--left .node--type-event.node--full .l-node-content .article-body,
  .with-sidebar--left .node--type-event.node--full .l-node-footer .article-body,
  .with-sidebar--left .node--type-event.node--full .l-node-social .article-body {
    padding-right: 5rem;
  }
}

.node--view-mode-full .l-node-content > .l-node-dynamic-sections {
  margin-top: 5rem;
}
.node--view-mode-full .l-node-content > .l-node-dynamic-sections + .rich-text {
  margin-top: 5rem;
}

@media (max-width: 991px) {
  .full-sidebar.l-with-sidebar .node__right {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .full-sidebar.l-with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-sidebar.l-with-sidebar .node__content {
    width: 66.6666%;
    padding-right: 3rem;
  }
  .full-sidebar.l-with-sidebar .node__right {
    width: 33.3333%;
    padding-left: 1.5rem;
  }
}
.full-sidebar.l-without-sidebar {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.page-node-type-homepage .l-main-wrapper {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.page-node-type-homepage .l-main-wrapper .l-node-top {
  max-width: 144rem;
  margin: 0 auto;
}
.page-node-type-homepage .l-main-wrapper .l-node-content {
  max-width: calc(118rem + 3rem * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .page-node-type-homepage .l-main-wrapper .l-node-content {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.page-node-type-homepage .l-main-wrapper .region--announcements_top {
  padding: 0 0 3rem;
}
@media (min-width: 1200px) {
  .page-node-type-homepage .l-main-wrapper .region--announcements_top {
    padding: 1.5rem 0 4.5rem;
  }
}
.page-node-type-homepage .l-main-wrapper .region--content {
  margin-top: 0;
}

.carousel {
  position: relative;
  overflow: hidden;
  max-height: 80vh;
}
.carousel a:focus-visible, .carousel button:focus-visible {
  outline: 2px solid rgb(0, 95, 204);
  outline-offset: 3px;
}
.carousel {
  /* Slides */
}
.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(calc(var(--active-index, 0) * -100%));
          transform: translateX(calc(var(--active-index, 0) * -100%));
}
.carousel__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.carousel {
  /* Controls */
}
.carousel__controls {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .carousel__controls {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.carousel__controls {
  position: absolute;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.carousel__arrow {
  width: 3.2rem;
  height: 3.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: calc(-1.6rem + 0.2rem * 0.5);
  background: #f8f7f7;
  border-radius: 50%;
  display: none;
  place-items: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border: 0;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .carousel__arrow {
    display: grid;
  }
}
.carousel__arrow .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.2rem;
}
.carousel__arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel__arrow:hover {
  background: #E3000B;
}
.carousel__arrow:hover .icon use {
  fill: #fff;
}
.carousel__tabs {
  max-width: 118rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.carousel__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3rem * 0.5);
          flex: 0 0 calc(50% - 3rem * 0.5);
  position: relative;
  color: #fff;
  padding: 1.5rem 0 0;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
  border: none;
  border-top: 0.2rem solid #fff;
  background: none;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .carousel__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.carousel__tab::before, .carousel__tab::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  height: 0.2rem;
}
.carousel__tab::before {
  width: 100%;
  background-color: #fff;
}
.carousel__tab::after {
  width: 0;
  background-color: #E3000B;
  height: 0.4rem;
  top: -0.3rem;
}
.carousel__tab[aria-selected=true]::after {
  width: 100%;
}

.homepage-quick-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .homepage-quick-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 5rem;
  }
}

.field--name-field-homepage-blocks {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 630px) {
  .field--name-field-homepage-blocks {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.field--name-ru-homepage-search-form {
  background: #f8f7f7;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .field--name-ru-homepage-search-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 3rem * 0.5);
            flex: 0 0 calc(33.33% - 3rem * 0.5);
  }
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .program-type legend .fieldset-legend {
  color: #8F2011;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 800;
  letter-spacing: -1px;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .program-type legend .fieldset-legend.form-required::after {
  content: none;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .program-type .fieldset-wrapper > div {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem 3rem;
}
@media (min-width: 560px) {
  .field--name-ru-homepage-search-form .ru-homepage-search-form .program-type .fieldset-wrapper > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .program-type .fieldset-wrapper > div label {
  margin-top: 0;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .program-type .fieldset-wrapper > div input[type=radio]:checked::before, .field--name-ru-homepage-search-form .ru-homepage-search-form .program-type .fieldset-wrapper > div input[type=radio]:checked::after {
  border-color: #303030;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .program-type .fieldset-wrapper > div input[type=radio]:checked::after {
  background: #303030;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group .form-item-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group .form-item-search label {
  color: #8F2011;
  font-weight: 800;
  position: absolute;
  top: -3rem;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group .form-item-search input {
  background: #fff;
  border-color: #d7d7d7;
  margin-top: 1rem;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group .form-item-search input:focus, .field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group .form-item-search input:hover, .field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group .form-item-search input:active {
  border-color: #E3000B;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group input[type=submit] {
  width: 5.6rem;
  height: 5.6rem;
  background: #8F2011 url(../../img/i-search-white.svg) center center no-repeat;
  color: transparent;
  cursor: pointer;
}
.field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group input[type=submit]:hover, .field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group input[type=submit]:focus, .field--name-ru-homepage-search-form .ru-homepage-search-form .search-input-group input[type=submit]:active {
  background-color: #E3000B;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.node--type-admission-reqs-ma .field + .field,
.node--type-admission-reqs-ma .iconlist + .field,
.node--type-admission-reqs-ba .field + .field,
.node--type-admission-reqs-ba .iconlist + .field {
  margin-top: 2rem;
}
.node--type-admission-reqs-ma .field + .field.field--name-field-reqs-lang-test,
.node--type-admission-reqs-ma .iconlist + .field.field--name-field-reqs-lang-test,
.node--type-admission-reqs-ba .field + .field.field--name-field-reqs-lang-test,
.node--type-admission-reqs-ba .iconlist + .field.field--name-field-reqs-lang-test {
  margin-top: 5rem;
}
.node--type-admission-reqs-ma .section,
.node--type-admission-reqs-ba .section {
  margin-top: 3rem;
}
.node--type-admission-reqs-ma .iconlist--field-direct-access h4,
.node--type-admission-reqs-ba .iconlist--field-direct-access h4 {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-admission-reqs-ma .iconlist--field-direct-access h4 + p,
.node--type-admission-reqs-ba .iconlist--field-direct-access h4 + p {
  margin-top: 1rem;
}
.node--type-admission-reqs-ma .iconlist--field-direct-access h4,
.node--type-admission-reqs-ba .iconlist--field-direct-access h4 {
  font-size: 1.9rem;
  line-height: 1.9rem;
}
.node--type-admission-reqs-ma .field--name-field-type-of-req,
.node--type-admission-reqs-ba .field--name-field-type-of-req {
  font-size: 1.9rem;
  line-height: 1.9rem;
}
.node--type-admission-reqs-ma .rich-text--field-part-nl-degree p:first-child,
.node--type-admission-reqs-ba .rich-text--field-part-nl-degree p:first-child {
  margin-top: 0;
}
.node--type-admission-reqs-ma .btn, .node--type-admission-reqs-ma .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-admission-reqs-ma a,
.node--type-admission-reqs-ba .btn,
.node--type-admission-reqs-ba .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-admission-reqs-ba a {
  margin-top: 5rem;
}
.node--type-admission-reqs-ma.node--full,
.node--type-admission-reqs-ba.node--full {
  padding-bottom: 0;
}

.has-popover {
  max-width: 88%;
}

.field--numerus-fixus {
  background: #f8f7f7;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field--numerus-fixus .iconfield {
  margin-top: 0;
  margin-right: 1rem;
}
.field--numerus-fixus time::after {
  content: ".";
  display: inline-block;
}

.field--name-field-study-link {
  margin-top: 0;
}

.field--name-field-min-score {
  margin-top: 2rem;
}
.field--name-field-min-score .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.field--name-field-min-score .field__label + p {
  margin-top: 1rem;
}
@media (max-width: 559px) {
  .field--name-field-min-score .field__label {
    display: block;
  }
}
@media (min-width: 560px) {
  .field--name-field-min-score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .field--name-field-min-score .field__label {
    padding-right: 2rem;
    min-width: 30%;
  }
}

.section--selections {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #d7d7d7;
}

.section--deadlines .deadlines-title {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 800;
  color: #E3000B;
  margin-bottom: 1.5rem;
}
.section--deadlines > div {
  padding-top: 3rem;
}
.section--deadlines > div:not(:first-of-type) {
  margin-top: 1.8rem;
  border-top: 0.1rem solid #d7d7d7;
}
.section--deadlines .definitionlist {
  margin-top: 1.5rem;
}
.section--deadlines .definitionlist--stacked > .field {
  display: block;
  padding: 1.2rem 0;
  margin-top: 0;
}
.section--deadlines .definitionlist--stacked > .field:nth-child(3) {
  margin-left: auto;
}
@media (min-width: 560px) {
  .section--deadlines .definitionlist--stacked > .field {
    width: calc(50% - 1.5rem);
  }
  .section--deadlines .definitionlist--stacked > .field:nth-child(even) {
    margin-left: 3rem;
  }
}
.section--deadlines .definitionlist .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.section--deadlines .definitionlist .field__label + p {
  margin-top: 1rem;
}

.section--admission-test,
.section--language-requirements,
.section--deadlines,
.section--other-requirements,
.section--no-dates {
  padding: 2rem;
  background: #f8f7f7;
  margin-bottom: 5rem;
}
.section--admission-test .field,
.section--admission-test .btn,
.section--admission-test .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--admission-test a,
.section--language-requirements .field,
.section--language-requirements .btn,
.section--language-requirements .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--language-requirements a,
.section--deadlines .field,
.section--deadlines .btn,
.section--deadlines .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--deadlines a,
.section--other-requirements .field,
.section--other-requirements .btn,
.section--other-requirements .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--other-requirements a,
.section--no-dates .field,
.section--no-dates .btn,
.section--no-dates .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--no-dates a {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section--admission-test,
  .section--language-requirements,
  .section--deadlines,
  .section--other-requirements,
  .section--no-dates {
    padding: 3.5rem;
  }
}
.section--admission-test + .section,
.section--language-requirements + .section,
.section--deadlines + .section,
.section--other-requirements + .section,
.section--no-dates + .section {
  margin-top: 3rem;
}

.section--no-dates {
  margin-top: -8rem;
}
@media (min-width: 992px) {
  .section--no-dates {
    margin-top: -11rem;
  }
}

.section--language-requirements .field--name-field-lang-req {
  margin-top: 0;
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.section--language-requirements .field--name-field-lang-req + p {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section--language-requirements {
    padding-bottom: 2.5rem;
  }
}

.section--other-requirements .field--name-field-type-of-req {
  margin-top: 0;
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.section--other-requirements .field--name-field-type-of-req + p {
  margin-top: 1rem;
}

.section--manuals {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #d7d7d7;
}
@media (min-width: 992px) {
  .section--manuals {
    padding-top: 5rem;
  }
  .node--type-admission-reqs-ma .section--manuals {
    margin-top: 8rem;
  }
}
.section--manuals .steplist {
  margin-top: 0;
}
.section--manuals .step__title {
  color: #E3000B;
}

.node--type-blog-post.node--full .l-node-content,
.node--type-blog-post.node--full .l-node-top {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.node--type-blog-post.node--full .hero {
  max-width: none;
}
.node--type-blog-post.node--full .l-node-bottom {
  display: block;
  position: relative;
}
.node--type-blog-post.node--full .l-node-bottom::before {
  content: "";
  position: absolute;
  top: -4rem;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: calc(2rem * 0.75) solid #f8f7f7;
}
.node--type-blog-post.node--full .l-node-bottom::before {
  top: -1.5rem;
}
.node--type-blog-post.node--full .l-node-bottom .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-blog-post.node--full .l-node-bottom .field__label + p {
  margin-top: 1rem;
}
.node--type-blog-post.node--full .l-node-bottom .field__label {
  margin-bottom: 1rem;
}
.node--type-blog-post .field--name-field-about-the-author {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.node--type-blog-post .blog__authors .field--name-field-about-the-author {
  border-top: solid 1px #d7d7d7;
  padding-top: 2rem;
}
.node--type-blog-post .blog__authors .text--employee,
.node--type-blog-post .author__info .text--employee {
  display: block;
  margin-bottom: 1.6rem;
  color: #E3000B;
}
.node--type-blog-post .blog__authors .text--employee:nth-last-child(2),
.node--type-blog-post .author__info .text--employee:nth-last-child(2) {
  margin-bottom: 0;
}
.node--type-blog-post .blog__authors .link--employee::after,
.node--type-blog-post .author__info .link--employee::after {
  content: "";
  background: url(../../img/i-arrow-small--red.svg) no-repeat left center;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.5rem;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.node--type-blog-post .blog__authors .link--employee:hover,
.node--type-blog-post .author__info .link--employee:hover {
  color: #730E04;
}
.node--type-blog-post .blog__authors .link--employee:hover::after,
.node--type-blog-post .author__info .link--employee:hover::after {
  margin-left: 1.8rem;
}
@media (min-width: 560px) {
  .node--type-blog-post .blog__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.node--type-blog-post .blog__author img {
  margin-right: 3rem;
  max-width: 160px;
}
@media (max-width: 559px) {
  .node--type-blog-post .blog__author img {
    margin-bottom: 2rem;
  }
}

.node--type-space.node--view-mode-full,
.node--type-building.node--view-mode-full {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.node--type-space.node--view-mode-full .l-node-top--wrapper,
.node--type-building.node--view-mode-full .l-node-top--wrapper {
  margin-top: 3rem;
}
.node--type-space.node--view-mode-full .l-node-top,
.node--type-building.node--view-mode-full .l-node-top {
  background: #f8f7f7;
  padding: 0 3rem 3rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.node--type-space.node--view-mode-full .l-node-top .field__label,
.node--type-building.node--view-mode-full .l-node-top .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-space.node--view-mode-full .l-node-top .field__label + p,
.node--type-building.node--view-mode-full .l-node-top .field__label + p {
  margin-top: 1rem;
}
.node--type-space.node--view-mode-full .field--name-field-geoloc,
.node--type-space.node--view-mode-full .field--name-extra-field-location-overview-map,
.node--type-building.node--view-mode-full .field--name-field-geoloc,
.node--type-building.node--view-mode-full .field--name-extra-field-location-overview-map {
  margin: 0 -3rem 2rem -3rem;
}
.node--type-space.node--view-mode-full .field--name-field-media-img img,
.node--type-building.node--view-mode-full .field--name-field-media-img img {
  max-width: none;
  width: 100%;
}
.node--type-space.node--view-mode-full.l-with-image,
.node--type-building.node--view-mode-full.l-with-image {
  max-width: 118rem;
}
.node--type-space.node--view-mode-full.l-with-image .l-node-top--wrapper,
.node--type-building.node--view-mode-full.l-with-image .l-node-top--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type-space.node--view-mode-full.l-with-image .l-node-top--wrapper .l-node-top,
.node--type-building.node--view-mode-full.l-with-image .l-node-top--wrapper .l-node-top {
  max-width: 76rem;
}
.node--type-space.node--view-mode-full.l-with-image .l-node-top--wrapper .building__image,
.node--type-building.node--view-mode-full.l-with-image .l-node-top--wrapper .building__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4rem;
}
.node--type-space.node--view-mode-full.l-with-image .l-node-content,
.node--type-building.node--view-mode-full.l-with-image .l-node-content {
  max-width: 76rem;
}
.node--type-space.node--view-mode-teaser-extended h4,
.node--type-building.node--view-mode-teaser-extended h4 {
  margin-bottom: 1rem;
}

.node--type-building.node--view-mode-full .l-node-top .definitionlist {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 1.2rem;
}
.node--type-building.node--view-mode-full .location__opening-hours {
  margin-top: 0;
}
.node--type-building.node--view-mode-full .l-node-bottom {
  display: block;
}

.node--type-space.node--view-mode-full .l-node-top .location {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 1.2rem;
  padding-top: 2rem;
}

.node--type-programme-curriculum.node--full .l-node-top {
  max-width: 100%;
}
.node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label {
  margin-bottom: 3rem;
}

.field--name-extra-field-employee-chair .field__label {
  display: inline-block;
}

.node--type-event .field--name-eventdate:not(.field--label-above),
.node--type-event .event__date {
  color: #730E04;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 1rem;
  font-size: 1.8rem;
  display: inline-block;
}
.node--type-event .field--name-field-event-type {
  color: #666666;
  font-size: 1.4rem;
  margin: 2rem 0;
}
.node--type-event .l-event-subscribe-wrapper {
  margin-top: 2rem;
}
.node--type-event .l-event-subscribe-wrapper .btn, .node--type-event .l-event-subscribe-wrapper .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-event .l-event-subscribe-wrapper a {
  margin-right: 2rem;
}
.node--type-event .l-event-subscribe-wrapper .btn + .link, .node--type-event .l-event-subscribe-wrapper .view--search .block-facets-summary ul li.facet-summary-item--clear a + .link, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-event .l-event-subscribe-wrapper a + .link {
  margin-top: 1.5rem;
}
@media (max-width: 559px) {
  .node--type-event .l-event-subscribe-wrapper .link {
    margin-top: 1.5rem;
  }
}
.node--type-event .node__subtitle + .l-node-bottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.node--type-event section.section--partners {
  margin: 5rem 0;
}
.node--type-event .l-node-bottom {
  display: block;
}
.node--type-event .l-node-bottom .field--name-field-event-contact:first-child {
  position: relative;
}
.node--type-event .l-node-bottom .field--name-field-event-contact:first-child::before {
  content: "";
  position: absolute;
  top: -4rem;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: calc(15px * 0.75) solid #f8f7f7;
}
.node--type-event .l-node-bottom dl {
  margin-bottom: 2rem;
}
.node--type-event .l-node-bottom dl:last-child {
  margin-bottom: 0;
}
.node--type-event .l-node-bottom dl + .rich-text--field-event-contact {
  border-top: solid 1px #d7d7d7;
  padding-top: 2rem;
  margin-top: 2rem;
}
.node--type-event .l-node-bottom .rich-text--field-event-contact .field__label {
  font-size: 2.6rem;
}
.node--type-event.node--full .l-node-footer {
  max-width: 118rem;
}
@media (min-width: 992px) {
  .node--type-event.node--full .l-node-footer .section--related .section__title {
    font-size: 3.2rem;
    padding: 1rem 0;
  }
}
.node--type-event.node--view-mode-teaser-extended .card__footer {
  padding-top: 2rem;
}
.node--type-event .btn--online-event {
  margin-top: 3rem;
}
.node--type-event .btn--online-event .btn--online-event {
  margin-top: 0;
}

.node--type-grant.node--full .definitionlist {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .node--type-grant.node--full .l-node-content > .field {
    margin-top: 4rem;
  }
}
.node--type-grant.node--full .l-node-content > .field > .field__label {
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.node--type-grant.node--full .l-node-content > .field > .field__label + p {
  margin-top: 1.6rem;
}
.node--type-grant.node--full .l-node-content > .field--name-field-attachment .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-grant.node--full .l-node-content > .field--name-field-attachment .field__label + p {
  margin-top: 1rem;
}
.node--type-grant.node--full .l-node-content > .field__org .field__label {
  font-size: 1.5rem;
}
.node--type-grant.node--full .l-node-content > .field__org .logo {
  margin-top: 1.6rem;
  display: inline-block;
}
.node--type-grant.node--full .l-node-content > .field__org .field__logo {
  display: inline-block;
}
.node--type-grant.node--full .field--type-string-long .field__label {
  margin-bottom: 1.6rem;
}

.path-node.no-sidebars.page-node-type-index .region--content,
.path-node.no-sidebars.page-node-type-index .node--view-mode-full > .content {
  max-width: none;
}
@media (min-width: 560px) and (max-width: 991px) {
  .path-node.no-sidebars.page-node-type-index .region--content,
  .path-node.no-sidebars.page-node-type-index .node--view-mode-full > .content {
    max-width: 76rem;
  }
}
.path-node.no-sidebars.page-node-type-index .content > .section--microbanners {
  margin-top: 0;
}

.node--type-index.node--view-mode-full .text--intro, .node--type-index.node--view-mode-full .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .page--taxonomy-registry_overview .node--type-index.node--view-mode-full .rich-text--description:not(.list-item *):not(.search-result *), .node--type-index.node--view-mode-full .node--type-project .field--name-field-subtitle, .node--type-project .node--type-index.node--view-mode-full .field--name-field-subtitle,
.node--type-index.node--view-mode-full .node__subtitle {
  max-width: 86rem;
}
.node--type-index.node--view-mode-full .section--media-text .section--body h2:first-of-type, .node--type-index.node--view-mode-full .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .node--type-index.node--view-mode-full .section--media-text .section--body .text--employee:first-of-type,
.node--type-index.node--view-mode-full .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
.node--type-blog-post .author__info .node--type-index.node--view-mode-full .section--media-text .section--body .text--employee:first-of-type, .node--type-index.node--view-mode-full .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .node--type-index.node--view-mode-full .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .node--type-index.node--view-mode-full .section--media-text .section--body h2:first-of-type, .node--type-index.node--view-mode-full .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .node--type-index.node--view-mode-full .section--media-text .section--body .text--employee:first-of-type,
  .node--type-index.node--view-mode-full .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
  .node--type-blog-post .author__info .node--type-index.node--view-mode-full .section--media-text .section--body .text--employee:first-of-type, .node--type-index.node--view-mode-full .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .node--type-index.node--view-mode-full .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
    font-size: 3.2rem;
  }
}
.node--type-index.node--view-mode-full .section--microstories {
  position: relative;
}
.node--type-index.node--view-mode-full .section--microstories::before {
  content: " ";
  background: #d7d7d7;
  position: absolute;
  display: block;
  top: 0;
  height: 0.1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .node--type-index.node--view-mode-full .section--microstories::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.node--type-index.node--view-mode-full .section--microstories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.node--type-index.node--view-mode-full .section--microstories > div:not(.contextual) {
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 76rem;
}
@media (min-width: 560px) {
  .node--type-index.node--view-mode-full .section--microstories > div:not(.contextual) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 560px) {
  .node--type-index.node--view-mode-full .section--microstories.l-display-grid > div:not(.contextual) {
    width: calc(50% - 3rem);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 992px) {
  .node--type-index.node--view-mode-full .section--microstories.l-display-grid > div:not(.contextual) {
    width: calc(33.333% - 3rem);
  }
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section {
    padding-top: 6rem;
  }
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--text-blocks {
  padding-top: 3rem;
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--media-text, .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--text-blocks {
  position: relative;
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--media-text::before, .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--text-blocks::before {
  content: " ";
  background: #d7d7d7;
  position: absolute;
  display: block;
  top: 0;
  height: 0.1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--media-text::before, .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--text-blocks::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--media-text, .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--text-blocks {
  border: none;
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--body {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--body > * {
  max-width: 86rem;
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--body p:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--body {
    padding-top: 5rem;
  }
}
.node--type-index.node--view-mode-full .l-node-dynamic-sections > .section--contact {
  border: none;
  padding-top: 3rem;
}

.path-node.no-sidebars.page-node-type-landing .region--content,
.path-node.no-sidebars.page-node-type-landing .node--view-mode-full > .content, .path-node.no-sidebars.page-node-type-section .region--content,
.path-node.no-sidebars.page-node-type-section .node--view-mode-full > .content {
  max-width: none;
}
@media (min-width: 560px) and (max-width: 991px) {
  .path-node.no-sidebars.page-node-type-landing .region--content,
  .path-node.no-sidebars.page-node-type-landing .node--view-mode-full > .content, .path-node.no-sidebars.page-node-type-section .region--content,
  .path-node.no-sidebars.page-node-type-section .node--view-mode-full > .content {
    max-width: 76rem;
  }
}
.path-node.no-sidebars.page-node-type-landing .content > .section--microbanners, .path-node.no-sidebars.page-node-type-section .content > .section--microbanners {
  margin-top: 0;
}
.path-node.no-sidebars.page-node-type-landing .l-node-hero, .path-node.no-sidebars.page-node-type-section .l-node-hero {
  margin-left: 0;
  max-width: 86rem;
}

.node--view-mode-full.node--type-landing .hero--detail + .l-node-content, .node--view-mode-full.node--type-section .hero--detail + .l-node-content {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .node--view-mode-full.node--type-landing .hero--detail, .node--view-mode-full.node--type-section .hero--detail {
    margin-bottom: -1rem;
  }
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (min-width: 560px) {
  .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.path-frontpage .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title, .page-node-type-index .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title, .page-node-type-landing .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title, .page-node-type-section .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .path-frontpage .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title, .page-node-type-index .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title, .page-node-type-landing .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title, .page-node-type-section .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section > .section__title {
    font-size: 3.2rem;
  }
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text {
  position: relative;
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text::before {
  content: " ";
  background: #d7d7d7;
  position: absolute;
  display: block;
  top: 0;
  height: 0.1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text {
  border-top: none;
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body h2:first-of-type, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type,
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
.node--type-blog-post .author__info .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body h2:first-of-type, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type,
  .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
  .node--type-blog-post .author__info .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--banners {
    padding-top: 3rem;
  }
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--banners + .section--banners {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--text-blocks::before {
  left: 1.5rem;
  right: 1.5rem;
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--contact {
  border: none;
  padding-top: 3rem;
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--content-reference.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--topic-tile-view.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--testimonials.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--microstories.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--text-blocks.l-without-title {
  padding-top: 0;
}
@media (min-width: 560px) {
  .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--content-reference.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--topic-tile-view.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--testimonials.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--microstories.l-without-title, .node--view-mode-full.node--type-landing .l-node-dynamic-sections > .section--text-blocks.l-without-title {
    padding-top: 3rem;
  }
}
.node--view-mode-full.node--type-landing .l-node-dynamic-sections .section--banner + .section--microstories,
.node--view-mode-full.node--type-landing .l-node-dynamic-sections .section--microstories + .section--microstories {
  border: none;
  padding-top: 0;
}

.l-node-landing-sections > .section {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (min-width: 560px) {
  .l-node-landing-sections > .section {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.path-frontpage .l-node-landing-sections > .section > .section__title, .page-node-type-index .l-node-landing-sections > .section > .section__title, .page-node-type-landing .l-node-landing-sections > .section > .section__title, .page-node-type-section .l-node-landing-sections > .section > .section__title {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .path-frontpage .l-node-landing-sections > .section > .section__title, .page-node-type-index .l-node-landing-sections > .section > .section__title, .page-node-type-landing .l-node-landing-sections > .section > .section__title, .page-node-type-section .l-node-landing-sections > .section > .section__title {
    font-size: 3.2rem;
  }
}
.l-node-landing-sections > .section--media-text {
  position: relative;
}
.l-node-landing-sections > .section--media-text::before {
  content: " ";
  background: #d7d7d7;
  position: absolute;
  display: block;
  top: 0;
  height: 0.1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .l-node-landing-sections > .section--media-text::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.l-node-landing-sections > .section--media-text {
  border-top: none;
}
.l-node-landing-sections > .section--media-text .section--body h2:first-of-type, .l-node-landing-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .l-node-landing-sections > .section--media-text .section--body .text--employee:first-of-type,
.l-node-landing-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
.node--type-blog-post .author__info .l-node-landing-sections > .section--media-text .section--body .text--employee:first-of-type, .l-node-landing-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .l-node-landing-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .l-node-landing-sections > .section--media-text .section--body h2:first-of-type, .l-node-landing-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .l-node-landing-sections > .section--media-text .section--body .text--employee:first-of-type,
  .l-node-landing-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
  .node--type-blog-post .author__info .l-node-landing-sections > .section--media-text .section--body .text--employee:first-of-type, .l-node-landing-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .l-node-landing-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .l-node-landing-sections > .section--banners {
    padding-top: 3rem;
  }
}
.l-node-landing-sections > .section--banners + .section--banners {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.l-node-landing-sections > .section--text-blocks::before {
  left: 1.5rem;
  right: 1.5rem;
}
.l-node-landing-sections > .section--contact {
  border: none;
  padding-top: 3rem;
}
.l-node-landing-sections > .section--content-reference.l-without-title, .l-node-landing-sections > .section--topic-tile-view.l-without-title, .l-node-landing-sections > .section--testimonials.l-without-title, .l-node-landing-sections > .section--microstories.l-without-title, .l-node-landing-sections > .section--text-blocks.l-without-title {
  padding-top: 0;
}
@media (min-width: 560px) {
  .l-node-landing-sections > .section--content-reference.l-without-title, .l-node-landing-sections > .section--topic-tile-view.l-without-title, .l-node-landing-sections > .section--testimonials.l-without-title, .l-node-landing-sections > .section--microstories.l-without-title, .l-node-landing-sections > .section--text-blocks.l-without-title {
    padding-top: 3rem;
  }
}
.l-node-landing-sections .section--banner + .section--microstories,
.l-node-landing-sections .section--microstories + .section--microstories {
  border: none;
  padding-top: 0;
}

.node--type-location-overview > .l-node-top {
  margin-top: 2rem;
  background: #f8f7f7;
}
.node--type-location-overview > .l-node-top .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-location-overview > .l-node-top .field__label + p {
  margin-top: 1rem;
}
.node--type-location-overview > .l-node-top .field__label {
  margin-bottom: 1rem;
}
.node--type-location-overview > .l-node-top .field__label + p {
  margin-top: 0;
}
.node--type-location-overview > .l-node-top h4 {
  margin-bottom: 1rem;
}
.node--type-location-overview > .l-node-top .accordion {
  padding: 2rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .node--type-location-overview > .l-node-top .accordion {
    padding: 3.5rem;
  }
}
.node--type-location-overview > .l-node-top .accordion .accordion__toggle:first-child {
  border: none;
}
.node--type-location-overview > .l-node-top .teaser {
  border: none;
  padding: 0;
}
.node--type-location-overview .field--name-field-items {
  background: #f8f7f7;
  padding: 0 3rem;
}
.node--type-location-overview .field--name-field-items .teaser {
  padding: 0;
  border: none;
}
.node--type-location-overview .field--name-field-items .teaser .teaser {
  border: none;
  padding: 0;
}
.node--type-location-overview .location {
  padding-bottom: 1.5rem;
}
.node--type-location-overview .summary__title a {
  font-size: 1.7rem;
  color: #730E04;
}
.node--type-location-overview .summary__title a .icon {
  width: 1.2rem;
  height: 1.2rem;
}
.node--type-location-overview .summary__title a .icon use {
  fill: #730E04;
}
.node--type-location-overview .summary__title a:focus, .node--type-location-overview .summary__title a:hover {
  color: #E3000B;
}
.node--type-location-overview .summary__title a:focus .icon use, .node--type-location-overview .summary__title a:hover .icon use {
  fill: #E3000B;
}
.node--type-location-overview .field--name-field-room-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.node--type-location-overview .field--name-field-room-number .field__label {
  margin-right: auto;
  padding-right: 0.5rem;
}
.node--type-location-overview .location__opening-hours {
  margin-top: 0;
}
.node--type-location-overview .field--name-field-room-number + .opening-hours {
  margin-top: 1.5rem;
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 1.5rem;
}
.node--type-location-overview .field-group-accordion-wrapper:first-child .accordion-item {
  border-top: none;
}
.node--type-location-overview .accordion-item {
  font-size: 2rem;
  color: #730E04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type-location-overview .accordion-item .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.5rem 1rem 0 auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.node--type-location-overview .accordion-item .icon use {
  fill: #730E04;
}
.node--type-location-overview .accordion-item.field-group-accordion-active {
  color: #E3000B;
}
.node--type-location-overview .accordion-item.field-group-accordion-active .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.node--type-location-overview .accordion-item.field-group-accordion-active .icon use {
  fill: #E3000B;
}
.node--type-location-overview .field-group-format-wrapper {
  padding-right: 1rem;
}
.node--type-location-overview .l-node-content > .article-body,
.node--type-location-overview .l-node-content > .field {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .node--type-location-overview .l-node-content > .article-body,
  .node--type-location-overview .l-node-content > .field {
    margin-top: 4rem;
  }
}

.path-node.no-sidebars.page-node-type-collect-master .region--content {
  max-width: 100%;
  width: 118rem;
}
.path-node.no-sidebars.page-node-type-collect-master .text--intro, .path-node.no-sidebars.page-node-type-collect-master .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .page--taxonomy-registry_overview .path-node.no-sidebars.page-node-type-collect-master .rich-text--description:not(.list-item *):not(.search-result *), .path-node.no-sidebars.page-node-type-collect-master .node--type-project .field--name-field-subtitle, .node--type-project .path-node.no-sidebars.page-node-type-collect-master .field--name-field-subtitle, .path-node.no-sidebars.page-node-type-collect-master .node--full .node__subtitle, .node--full .path-node.no-sidebars.page-node-type-collect-master .node__subtitle,
.path-node.no-sidebars.page-node-type-collect-master .node--view-mode-full .node__subtitle,
.node--view-mode-full .path-node.no-sidebars.page-node-type-collect-master .node__subtitle,
.path-node.no-sidebars.page-node-type-collect-master .rich-text--field-clar {
  max-width: 96rem;
}
.path-node.no-sidebars.page-node-type-collect-master .field__label {
  margin-top: 4rem;
}
.path-node.no-sidebars.page-node-type-collect-master .grid--masonry {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
.path-node.no-sidebars.page-node-type-collect-master .grid--masonry.has-label {
  margin-top: 1rem;
}
.path-node.no-sidebars.page-node-type-collect-master .grid--masonry::after {
  content: "";
  height: 1px;
  background: #d7d7d7;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
}
.path-node.no-sidebars.page-node-type-collect-master .grid--masonry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.path-node.no-sidebars.page-node-type-collect-master .grid--masonry:last-child::after {
  content: none;
}
.path-node.no-sidebars.page-node-type-collect-master .grid--masonry.grid--col-2 .link--icon-posafter {
  display: block;
}

.page-node-type-collect-master .grid--masonry {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.node--type-minor.node--view-mode-full .node__content .section .col, .node--type-minor.node--view-mode-full .node__content .section--video figure {
  max-width: 86rem;
}
.node--type-minor.node--view-mode-full .node__content .section--media-text .section {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.node--type-minor.node--view-mode-full .node__content .section--courses .label__wrapper {
  border-bottom: 0;
}
.node--type-minor.node--view-mode-full .node__content .section--courses .section--programme-schedule-course-item {
  margin-top: 0;
  padding-top: 0;
}
.node--type-minor.node--view-mode-full .node__content .section--courses .section--course-descr {
  margin: 0;
  padding: 2rem 0;
}
.node--type-minor.node--view-mode-full .node__content .section--courses .explanation--title {
  font-size: 1.8rem;
}

.node--type-programme-canvas .l-node-top {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.node--type-programme-canvas .rich-text + .rich-text {
  margin-top: 3rem;
}
.node--type-programme-canvas .card__content h2, .node--type-programme-canvas .card__content .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .node--type-programme-canvas .card__content .text--employee,
.node--type-programme-canvas .card__content .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .node--type-programme-canvas .card__content .text--employee, .node--type-programme-canvas .card__content .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .node--type-programme-canvas .card__content .l-node-content > .field--name-field-specialisations > .field__label {
  font-size: 2.6rem;
}
.node--type-programme-canvas .steplist {
  margin-top: 2rem;
}
.node--type-programme-canvas .steplist + div {
  margin-top: 2rem;
}
.node--type-programme-canvas .field--name-field-curr .node:last-child {
  padding-bottom: 0;
}
.node--type-programme-canvas .field--admiss-officer-mail,
.node--type-programme-canvas .field--study-advisor-mail {
  margin-top: 1rem;
}
.node--type-programme-canvas .section--event-text,
.node--type-programme-canvas .section--scholarschip-grants {
  border-top: solid 1px #d7d7d7;
  margin-top: 3rem;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .node--type-programme-canvas .section--event-text,
  .node--type-programme-canvas .section--scholarschip-grants {
    margin-top: 5rem;
  }
}
.node--type-programme-canvas .field--event-btn {
  margin-top: 3rem;
}
.node--type-programme-canvas .section--events .views-row {
  border-top: solid 1px #d7d7d7;
  margin-top: 3rem;
  padding-top: 3rem;
}
.node--type-programme-canvas .field--event-btn .btn, .node--type-programme-canvas .field--event-btn .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme-canvas .field--event-btn a {
  margin-top: 2rem;
}
.node--type-programme-canvas .field--name-field-manual .node--type-manual {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .node--type-programme-canvas .field--name-field-manual .node--type-manual {
    margin-top: 6rem;
  }
}
.node--type-programme-canvas.node--view-mode-full .l-node-content .field__label.h2 {
  margin-bottom: 3rem;
}
.node--type-programme-canvas.node--view-mode-full .l-node-content > .btn, .node--type-programme-canvas.node--view-mode-full .view--search .block-facets-summary ul li.facet-summary-item--clear .l-node-content > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme-canvas.node--view-mode-full .l-node-content > a {
  margin-top: 5rem;
}
.node--type-programme-canvas.node--view-mode-full .l-node-content > .l-node-dynamic-sections {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 5rem;
}
.node--type-programme-canvas.node--view-mode-full .l-node-content > .l-node-dynamic-sections > .section:first-child {
  margin-top: 0;
}
.node--type-programme-canvas.node--view-mode-full .l-node-content > .l-node-dynamic-sections > .section:first-child.section--document {
  border-top: none;
  padding-top: 0;
}
.node--type-programme-canvas .node--view-mode-pre-master .card__footer {
  margin-top: 2rem;
}
.node--type-programme-canvas .field--name-field-disclaimer {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #666666;
}

.node--view-mode-full.programme-canvas--extra .l-node-content > .l-node-dynamic-sections {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.node--view-mode-full.programme-canvas--extra .l-node-content > .l-node-dynamic-sections > .section:first-child {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3rem;
}

.section--reusable-content .section__title + div {
  margin-top: 2rem;
}

.l-reusable-dynamic-sections > .section + .section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #d7d7d7;
}
@media (min-width: 992px) {
  .l-reusable-dynamic-sections > .section + .section {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}

.field--name-employee-profile-from-portal {
  padding-bottom: 8rem;
}
@media (min-width: 1200px) {
  .field--name-employee-profile-from-portal {
    padding-bottom: 12rem;
  }
}
.field--name-employee-profile-from-portal .l-main-wrapper {
  padding: 0;
}

.profile__top {
  position: relative;
  background: #f8f7f7;
  margin-top: 3rem;
}
.profile__top .label,
.profile__top .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.profile__top .label + p,
.profile__top .field__label + p {
  margin-top: 1rem;
}
.profile__top .field--name-field-description-expertise {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (max-width: 559px) {
  .profile__top {
    padding: 2rem;
  }
  .profile__top .col--picture {
    float: left;
    width: 8rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .profile__top .profile__row--contact-info {
    margin-left: 10rem;
  }
}
@media (min-width: 560px) {
  .profile__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile__top .col--info {
    padding: 2.5rem 3rem 3rem;
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .profile__top .col--picture {
    width: 12rem;
  }
}
@media (min-width: 992px) {
  .profile__top .col--picture {
    width: 20rem;
  }
}
.profile__top .contact-list {
  margin: 0;
  padding: 0;
}
.profile__top .contact-list li {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 559px) {
  .profile__top .contact-list a {
    word-break: break-word;
  }
}
.profile__top i {
  display: inline-block;
  color: transparent;
  width: 2rem;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 5px 5px;
          mask-position: 5px 5px;
}
.profile__top i.fa-envelope {
  background-image: url("../../img/icons/envelope.svg");
}
.profile__top i.fa-phone {
  background-image: url("../../img/icons/phone.svg");
}

.profile-links {
  margin-top: 2rem;
}
@media (min-width: 560px) {
  .profile-links {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    margin-top: 0;
  }
}
.profile-links li {
  display: inline-block;
  margin-right: 0.5rem;
}
.profile-links i {
  width: 2rem;
  height: 2rem;
  background: #E3000B;
  display: inline-block;
  -webkit-mask-size: 1.5rem auto;
          mask-size: 1.5rem auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.profile-links i:before {
  content: " ";
}
.profile-links i.fa-link {
  -webkit-mask-image: url("../../img/icons/link.svg");
          mask-image: url("../../img/icons/link.svg");
}
.profile-links i.fa-linkedin-in {
  -webkit-mask-image: url("../../img/icons/linkedin.svg");
          mask-image: url("../../img/icons/linkedin.svg");
}
.profile-links i.fa-facebook-f {
  -webkit-mask-image: url("../../img/icons/facebook.svg");
          mask-image: url("../../img/icons/facebook.svg");
}
.profile-links i.fa-twitter {
  -webkit-mask-image: url("../../img/icons/x-twitter.svg");
          mask-image: url("../../img/icons/x-twitter.svg");
}
.profile-links i.fa-instagram {
  -webkit-mask-image: url("../../img/icons/instagram.svg");
          mask-image: url("../../img/icons/instagram.svg");
}
.profile-links i.fa-mastodon {
  -webkit-mask-image: url("../../img/icons/mastodon.svg");
          mask-image: url("../../img/icons/mastodon.svg");
}
.profile-links a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  text-decoration: none;
}
.profile-links a:hover i, .profile-links a:focus i {
  background: #730E04;
}
.profile-links a.ext {
  position: relative;
}
.profile-links a.ext svg {
  position: absolute;
  top: -5px;
  right: -15px;
}
.profile-links .popover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  background: #730E04;
  bottom: 2.5rem;
  width: 14rem;
  margin-left: -7.5rem;
  left: 50%;
  color: #fff;
  font-weight: 800;
  padding: 0.7rem 0.5rem 0.7rem 1rem;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.profile-links .popover:hover, .profile-links .popover:focus {
  text-decoration: underline;
}
.profile-links .popover[aria-expanded=false] {
  visibility: hidden;
  opacity: 0;
}
.profile-links .popover[aria-expanded=true] {
  visibility: visible;
  opacity: 1;
}
.profile-links .popover:before, .profile-links .popover:after {
  content: " ";
  display: block;
}
.profile-links .popover:after {
  background: #fff;
  -webkit-mask-image: url("../../img/icons/chevron.svg");
          mask-image: url("../../img/icons/chevron.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  -webkit-mask-size: 0.5rem auto;
          mask-size: 0.5rem auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  margin-left: 0.5rem;
}
.profile-links .popover:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #730E04;
  margin-bottom: -0.7rem;
}

.profile-links__list {
  margin: 0;
  padding: 0;
}

.profile__row + .profile__row {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 2rem;
  padding-top: 2rem;
}
.profile__row > .label {
  display: inline-block;
  width: 20rem;
  margin-right: 2rem;
}
@media (max-width: 559px) {
  .profile__row > .label {
    display: block;
    margin-right: 0;
    width: auto;
  }
}
.profile__row--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.profile__row--address adress {
  display: block;
  width: 50%;
}
@media (max-width: 559px) {
  .profile__row--address adress {
    width: 100%;
    padding-right: 0;
  }
}
.profile__row--address adress .label + p {
  margin-top: 0;
}
.profile__row--address adress p {
  margin-top: 0.5rem;
}
.profile__row--address adress:nth-child(odd) {
  padding-right: 1.5rem;
}
@media (max-width: 559px) {
  .profile__row--address adress:nth-child(odd) {
    padding-right: 0;
  }
}
.profile__row--address adress:nth-child(even) {
  padding-left: 1.5rem;
}
@media (max-width: 559px) {
  .profile__row--address adress:nth-child(even) {
    padding-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 559px) {
  .profile__row--address {
    clear: both;
  }
}
@media (min-width: 560px) {
  .profile__row--roomnumber, .profile__row--workdays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile__row--roomnumber > .label, .profile__row--workdays > .label {
    display: inline-block;
    width: 16rem;
    margin-right: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.profile__content,
.profile__information {
  margin-top: 5rem;
}

.profile__content > p + .label {
  display: block;
  margin-top: 3rem;
}
.profile__content > .list {
  list-style: none;
  margin: 1rem 0 3rem 0;
  padding: 0;
}
.profile__content > .list li {
  background: url(../../img/chevron-red.svg) no-repeat left center;
  background-size: 8px auto;
  padding-left: 3rem;
}

.profile__information .accordion-arrow {
  width: 2.5rem;
  height: 2.5rem;
}
.profile__information .accordion-arrow path {
  -webkit-transform: translateX(-18px) translateY(-18px);
          transform: translateX(-18px) translateY(-18px);
}
.profile__information .accordion-item {
  color: #730E04;
  border-top: 0.1rem solid #d7d7d7;
  padding: 2rem 5rem 2rem 0;
  position: relative;
  outline: none;
}
.profile__information .accordion-item svg {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  fill: #730E04;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, transform 0.2s;
  transition: margin 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.profile__information .accordion-item.field-group-accordion-active {
  color: #E3000B;
}
.profile__information .accordion-item.field-group-accordion-active svg {
  fill: #E3000B;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.profile__information .accordion-item:focus, .profile__information .accordion-item:hover {
  border-color: #730E04;
  text-decoration: underline;
}
.profile__information .accordion-item:focus svg, .profile__information .accordion-item:hover svg {
  margin-top: 0.2rem;
}
.profile__information .accordion-item.active {
  color: #E3000B;
  border-color: #E3000B;
}
.profile__information .accordion-item.active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: #E3000B;
}
.profile__information .accordion-item.active svg use {
  fill: #E3000B;
}
.profile__information .field-group-format-wrapper ul {
  margin: 2rem 0 0 0;
  padding: 0;
}
.profile__information .field-group-format-wrapper ul li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.profile__information .field-group-format-wrapper ul li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}
.profile__information .field-group-format-wrapper ul li > ul {
  margin-top: 0;
}
.profile__information .field-group-format-wrapper ul + span {
  display: block;
  margin-top: 3rem;
}
.profile__information .label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.profile__information .label + p {
  margin-top: 1rem;
}
.profile__information .label + ul,
.profile__information .label + p {
  margin-top: 0.5rem;
}
.profile__information .field-group-format-wrapper {
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.profile__information .field-group-format-wrapper.expanded {
  padding: 1rem 0 3rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ru-body ul:not(.iconlist__list),
.l-section-col--text ul:not(.iconlist__list),
.article-body ul:not(.iconlist__list),
.node--full > .rich-text ul:not(.iconlist__list),
.js-form-type-webform-markup ul:not(.iconlist__list),
.section--table .rich-text ul:not(.iconlist__list),
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}

.ru-body ul:not(.iconlist__list) li,
.l-section-col--text ul:not(.iconlist__list) li,
.article-body ul:not(.iconlist__list) li,
.node--full > .rich-text ul:not(.iconlist__list) li,
.js-form-type-webform-markup ul:not(.iconlist__list) li,
.section--table .rich-text ul:not(.iconlist__list) li,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}

.ru-body ul:not(.iconlist__list) li::before,
.l-section-col--text ul:not(.iconlist__list) li::before,
.article-body ul:not(.iconlist__list) li::before,
.node--full > .rich-text ul:not(.iconlist__list) li::before,
.js-form-type-webform-markup ul:not(.iconlist__list) li::before,
.section--table .rich-text ul:not(.iconlist__list) li::before,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}

.ru-body ul:not(.iconlist__list) li > ul,
.l-section-col--text ul:not(.iconlist__list) li > ul,
.article-body ul:not(.iconlist__list) li > ul,
.node--full > .rich-text ul:not(.iconlist__list) li > ul,
.js-form-type-webform-markup ul:not(.iconlist__list) li > ul,
.section--table .rich-text ul:not(.iconlist__list) li > ul,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}

.ru-body ul:not(.iconlist__list) + h2, .ru-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .ru-body ul:not(.iconlist__list) + .text--employee,
.ru-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .ru-body ul:not(.iconlist__list) + .text--employee, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .ru-body ul:not(.iconlist__list) + h3,
.l-section-col--text ul:not(.iconlist__list) + h2,
.l-section-col--text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-section-col--text ul:not(.iconlist__list) + h3,
.article-body ul:not(.iconlist__list) + h2,
.article-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .article-body ul:not(.iconlist__list) + .text--employee,
.article-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .article-body ul:not(.iconlist__list) + .text--employee,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.article-body ul:not(.iconlist__list) + h3,
.node--full > .rich-text ul:not(.iconlist__list) + h2,
.node--full > .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--full > .rich-text ul:not(.iconlist__list) + h3,
.js-form-type-webform-markup ul:not(.iconlist__list) + h2,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.js-form-type-webform-markup ul:not(.iconlist__list) + h3,
.section--table .rich-text ul:not(.iconlist__list) + h2,
.section--table .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.section--table .rich-text ul:not(.iconlist__list) + h3,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h2,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}

.ru-body ol,
.l-section-col--text ol,
.article-body ol,
.node--full > .rich-text ol,
.js-form-type-webform-markup ol,
.section--table .rich-text ol,
.l-reusable-dynamic-sections .section--body ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}

.ru-body ol li,
.l-section-col--text ol li,
.article-body ol li,
.node--full > .rich-text ol li,
.js-form-type-webform-markup ol li,
.section--table .rich-text ol li,
.l-reusable-dynamic-sections .section--body ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}

.ru-body ol li::before,
.l-section-col--text ol li::before,
.article-body ol li::before,
.node--full > .rich-text ol li::before,
.js-form-type-webform-markup ol li::before,
.section--table .rich-text ol li::before,
.l-reusable-dynamic-sections .section--body ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}

.ru-body ol li > ol,
.l-section-col--text ol li > ol,
.article-body ol li > ol,
.node--full > .rich-text ol li > ol,
.js-form-type-webform-markup ol li > ol,
.section--table .rich-text ol li > ol,
.l-reusable-dynamic-sections .section--body ol li > ol {
  margin-top: 0;
}

.ru-body ol + h2, .ru-body .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .ru-body ol + .text--employee,
.ru-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .ru-body ol + .text--employee, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ol + .field__label, .ru-body ol + h3, .ru-body ol + h4,
.l-section-col--text ol + h2,
.l-section-col--text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ol + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ol + .text--employee,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-section-col--text ol + h3,
.l-section-col--text ol + h4,
.article-body ol + h2,
.article-body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .article-body ol + .text--employee,
.article-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .article-body ol + .text--employee,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.article-body ol + h3,
.article-body ol + h4,
.node--full > .rich-text ol + h2,
.node--full > .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--full > .rich-text ol + h3,
.node--full > .rich-text ol + h4,
.js-form-type-webform-markup ol + h2,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ol + .field__label,
.js-form-type-webform-markup ol + h3,
.js-form-type-webform-markup ol + h4,
.section--table .rich-text ol + h2,
.section--table .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ol + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ol + .text--employee,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.section--table .rich-text ol + h3,
.section--table .rich-text ol + h4,
.l-reusable-dynamic-sections .section--body ol + h2,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-reusable-dynamic-sections .section--body ol + h3,
.l-reusable-dynamic-sections .section--body ol + h4 {
  margin-top: 3rem;
}

.ru-body p + .section--related,
.l-section-col--text p + .section--related,
.article-body p + .section--related,
.node--full > .rich-text p + .section--related,
.js-form-type-webform-markup p + .section--related,
.section--table .rich-text p + .section--related,
.l-reusable-dynamic-sections .section--body p + .section--related {
  margin-top: 1rem;
}

.ru-body p + ul,
.l-section-col--text p + ul,
.article-body p + ul,
.node--full > .rich-text p + ul,
.js-form-type-webform-markup p + ul,
.section--table .rich-text p + ul,
.l-reusable-dynamic-sections .section--body p + ul {
  margin-top: 1.6rem;
}

.ru-body p + h2, .ru-body .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .ru-body p + .text--employee,
.ru-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .ru-body p + .text--employee, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > p + .field__label, .ru-body p + h3, .ru-body p + h4,
.l-section-col--text p + h2,
.l-section-col--text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text p + .text--employee,
.l-section-col--text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-section-col--text p + .text--employee,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-section-col--text p + h3,
.l-section-col--text p + h4,
.article-body p + h2,
.article-body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .article-body p + .text--employee,
.article-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .article-body p + .text--employee,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > p + .field__label,
.article-body p + h3,
.article-body p + h4,
.node--full > .rich-text p + h2,
.node--full > .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text p + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text p + .text--employee,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--full > .rich-text p + h3,
.node--full > .rich-text p + h4,
.js-form-type-webform-markup p + h2,
.js-form-type-webform-markup .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > p + .field__label,
.js-form-type-webform-markup p + h3,
.js-form-type-webform-markup p + h4,
.section--table .rich-text p + h2,
.section--table .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text p + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text p + .text--employee,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.section--table .rich-text p + h3,
.section--table .rich-text p + h4,
.l-reusable-dynamic-sections .section--body p + h2,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-reusable-dynamic-sections .section--body p + h3,
.l-reusable-dynamic-sections .section--body p + h4 {
  margin-top: 3rem;
}

.ru-body p + .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p + a,
.l-section-col--text p + .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p + a,
.article-body p + .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p + a,
.node--full > .rich-text p + .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p + a,
.js-form-type-webform-markup p + .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p + a,
.section--table .rich-text p + .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p + a,
.l-reusable-dynamic-sections .section--body p + .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p + a {
  margin-top: 2rem;
}

.ru-body p + table,
.l-section-col--text p + table,
.article-body p + table,
.node--full > .rich-text p + table,
.js-form-type-webform-markup p + table,
.section--table .rich-text p + table,
.l-reusable-dynamic-sections .section--body p + table {
  margin-top: 3rem;
}

@media (min-width: 560px) {
  .ru-body p + table,
  .l-section-col--text p + table,
  .article-body p + table,
  .node--full > .rich-text p + table,
  .js-form-type-webform-markup p + table,
  .section--table .rich-text p + table,
  .l-reusable-dynamic-sections .section--body p + table {
    margin-top: 4.5rem;
  }
}
.ru-body p > .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p > a,
.l-section-col--text p > .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p > a,
.article-body p > .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p > a,
.node--full > .rich-text p > .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p > a,
.js-form-type-webform-markup p > .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p > a,
.section--table .rich-text p > .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p > a,
.l-reusable-dynamic-sections .section--body p > .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p > a {
  margin-top: 0.6rem;
}

.ru-body h2 + h3, .ru-body .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .ru-body .text--employee + h3,
.ru-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .ru-body .text--employee + h3, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.ru-body h2 + table,
.ru-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .ru-body .text--employee + table,
.ru-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .ru-body .text--employee + table,
.ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-section-col--text h2 + h3,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + h3,
.l-section-col--text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-section-col--text .text--employee + h3,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-section-col--text h2 + table,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + table,
.l-section-col--text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-section-col--text .text--employee + table,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + table,
.article-body h2 + h3,
.article-body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .article-body .text--employee + h3,
.article-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .article-body .text--employee + h3,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.article-body h2 + table,
.article-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .article-body .text--employee + table,
.article-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .article-body .text--employee + table,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--full > .rich-text h2 + h3,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--full > .rich-text h2 + table,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + table,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + table,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.js-form-type-webform-markup h2 + h3,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + h3,
.js-form-type-webform-markup h2 + table,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + table,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + table,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + table,
.section--table .rich-text h2 + h3,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + h3,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + h3,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.section--table .rich-text h2 + table,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + table,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + table,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-reusable-dynamic-sections .section--body h2 + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-reusable-dynamic-sections .section--body h2 + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + table,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + table {
  margin-top: 3rem;
}

.ru-body h2 + p, .ru-body .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .ru-body .text--employee + p,
.ru-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .ru-body .text--employee + p, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + p,
.ru-body h3 + p,
.ru-body h4 + p,
.l-section-col--text h2 + p,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + p,
.l-section-col--text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-section-col--text .text--employee + p,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-section-col--text h3 + p,
.l-section-col--text h4 + p,
.article-body h2 + p,
.article-body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .article-body .text--employee + p,
.article-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .article-body .text--employee + p,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + p,
.article-body h3 + p,
.article-body h4 + p,
.node--full > .rich-text h2 + p,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + p,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + p,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--full > .rich-text h3 + p,
.node--full > .rich-text h4 + p,
.js-form-type-webform-markup h2 + p,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + p,
.js-form-type-webform-markup h3 + p,
.js-form-type-webform-markup h4 + p,
.section--table .rich-text h2 + p,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + p,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + p,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.section--table .rich-text h3 + p,
.section--table .rich-text h4 + p,
.l-reusable-dynamic-sections .section--body h2 + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-reusable-dynamic-sections .section--body h3 + p,
.l-reusable-dynamic-sections .section--body h4 + p {
  margin-top: 1.6rem;
}

.ru-body h2 strong, .ru-body .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .ru-body .text--employee strong,
.ru-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .ru-body .text--employee strong, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label strong,
.ru-body h3 strong,
.ru-body h4 strong,
.l-section-col--text h2 strong,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee strong,
.l-section-col--text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-section-col--text .text--employee strong,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-section-col--text h3 strong,
.l-section-col--text h4 strong,
.article-body h2 strong,
.article-body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .article-body .text--employee strong,
.article-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .article-body .text--employee strong,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label strong,
.article-body h3 strong,
.article-body h4 strong,
.node--full > .rich-text h2 strong,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee strong,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee strong,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--full > .rich-text h3 strong,
.node--full > .rich-text h4 strong,
.js-form-type-webform-markup h2 strong,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label strong,
.js-form-type-webform-markup h3 strong,
.js-form-type-webform-markup h4 strong,
.section--table .rich-text h2 strong,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee strong,
.section--table .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .section--table .rich-text .text--employee strong,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.section--table .rich-text h3 strong,
.section--table .rich-text h4 strong,
.l-reusable-dynamic-sections .section--body h2 strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-reusable-dynamic-sections .section--body h3 strong,
.l-reusable-dynamic-sections .section--body h4 strong {
  font-weight: 800;
}

.ru-body .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}

.ru-body .btn--primary,
.l-section-col--text .btn--primary,
.article-body .btn--primary,
.node--full > .rich-text .btn--primary,
.js-form-type-webform-markup .btn--primary,
.section--table .rich-text .btn--primary,
.l-reusable-dynamic-sections .section--body .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}

.ru-body .btn--secondary, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn--secondary,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn--secondary,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn--secondary,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn--secondary,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn--secondary,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn--secondary,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-image: url("../../img/i-arrow-small--white.svg");
}

.ru-body .btn strong, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a strong,
.l-section-col--text .btn strong,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a strong,
.article-body .btn strong,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a strong,
.node--full > .rich-text .btn strong,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a strong,
.js-form-type-webform-markup .btn strong,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a strong,
.section--table .rich-text .btn strong,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a strong,
.l-reusable-dynamic-sections .section--body .btn strong,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a strong {
  font-weight: 800;
}

.js-form-type-webform-markup h2, .js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee, .js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label, .js-form-type-webform-markup h3, .js-form-type-webform-markup h4 {
  margin-top: 3rem;
}

.text--emphasis {
  color: #730E04;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (min-width: 992px) {
  .text--emphasis {
    line-height: 3.9rem;
    font-size: 3.9rem;
  }
}
.text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--type-project .field--name-field-subtitle, .node--full .node__subtitle,
.node--view-mode-full .node__subtitle {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 991px) {
  .text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--type-project .field--name-field-subtitle, .node--full .node__subtitle,
  .node--view-mode-full .node__subtitle {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
.text--intro a, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a, .node--type-project .field--name-field-subtitle a, .node--full .node__subtitle a,
.node--view-mode-full .node__subtitle a {
  color: #303030;
}

.text--intro a:hover, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:hover, .node--type-project .field--name-field-subtitle a:hover, .node--full .node__subtitle a:hover,
.node--view-mode-full .node__subtitle a:hover, .text--intro a:focus, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:focus, .node--type-project .field--name-field-subtitle a:focus, .node--full .node__subtitle a:focus,
.node--view-mode-full .node__subtitle a:focus {
  color: #E3000B;
}

.text--large {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: "Open Sans", Arial, sans-serif;
}

.text--information {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-left: 4rem;
}

.text--information .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.text--description {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.4;
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.text--no-border {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.text--highlight {
  position: relative;
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0.5rem 2rem 0.5rem 4rem;
  color: #730E04;
  letter-spacing: -1px;
  font-size: 2rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .text--highlight {
    font-size: 2.4rem;
  }
}
.text--highlight::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  background: #d7d7d7;
}

.text--highlight a {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

blockquote {
  margin: 3rem 0 0 0;
}

blockquote p {
  background: #f8f7f7;
  position: relative;
  color: #730E04;
  margin: 0;
  max-width: 76rem;
  padding: 2rem 2rem 2rem 4.5rem;
  font-size: 2rem;
  line-height: 1.4;
}

blockquote p::before, blockquote p::after {
  width: 2rem;
  height: 2rem;
  content: '"';
  display: inline-block;
  color: transparent;
  background: url("../../img/quote.svg") top left no-repeat;
  background-size: 14px auto;
}

blockquote p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -8px;
}

blockquote + h3,
blockquote + h2,
.node--type-blog-post .blog__authors blockquote + .text--employee,
.node--type-blog-post .author__info blockquote + .text--employee,
.node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > blockquote + .field__label,
blockquote + p {
  margin-top: 3rem;
}

.rich-text + .rich-text {
  margin-top: 3rem;
}

.field + h2, .node--type-blog-post .blog__authors .field + .text--employee,
.node--type-blog-post .author__info .field + .text--employee, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field + .field__label,
.field + h3 {
  margin-top: 3rem;
}

.article-body > h2, .node--type-blog-post .blog__authors .article-body > .text--employee,
.node--type-blog-post .author__info .article-body > .text--employee, .node--type-programme-curriculum.node--full .l-node-content > .article-body.field--name-field-specialisations > .field__label,
.article-body > h3 {
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  .page-node-type-programme .l-main-wrapper,
  .page-node-type-minor .l-main-wrapper {
    padding-bottom: 6rem;
  }
}

.path-node.no-sidebars.page-node-type-programme .region--content,
.path-node.no-sidebars.page-node-type-minor .region--content,
.node--type-programme.node--view-mode-full > .content,
.node--type-minor.node--view-mode-full > .content {
  max-width: 118rem;
}

.node--type-programme.node--view-mode-full,
.node--type-minor.node--view-mode-full {
  position: relative;
}
@media (max-width: 559px) {
  .node--type-programme.node--view-mode-full,
  .node--type-minor.node--view-mode-full {
    margin-top: -1rem;
  }
}
.node--type-programme.node--view-mode-full .node__header,
.node--type-minor.node--view-mode-full .node__header {
  margin-bottom: 3rem;
}
.node--type-programme.node--view-mode-full .node__header:not(.l-with-hero),
.node--type-minor.node--view-mode-full .node__header:not(.l-with-hero) {
  max-width: 76rem;
}
.node--type-programme.node--view-mode-full .node__header:not(.l-with-hero).l-with-badge,
.node--type-minor.node--view-mode-full .node__header:not(.l-with-hero).l-with-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: none;
}
.node--type-programme.node--view-mode-full .node__header:not(.l-with-hero).l-with-badge .l-node-top--wrapper,
.node--type-minor.node--view-mode-full .node__header:not(.l-with-hero).l-with-badge .l-node-top--wrapper {
  max-width: 76rem;
}
@media (min-width: 630px) {
  .node--type-programme.node--view-mode-full .node__header:not(.l-with-hero).l-with-badge,
  .node--type-minor.node--view-mode-full .node__header:not(.l-with-hero).l-with-badge {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.node--type-programme.node--view-mode-full .node__header.l-with-hero .image--node_header,
.node--type-minor.node--view-mode-full .node__header.l-with-hero .image--node_header {
  display: none;
}
.node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__content,
.node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__content {
  background: #fff;
  max-width: calc(76rem + 6rem);
  padding-top: 2rem;
}
.node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
.node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
  position: relative;
}
.node--type-programme.node--view-mode-full .node__header.l-with-hero img,
.node--type-minor.node--view-mode-full .node__header.l-with-hero img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 560px) and (max-width: 991px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__content,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__content {
    padding: 3rem;
    margin-top: -8rem;
  }
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 3rem;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__image,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__image {
    grid-column: 1/span 7;
    grid-row: 1;
    overflow: hidden;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__image picture,
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__image .image--hero,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__image picture,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__image .image--hero {
    width: 100%;
    height: 100%;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__image img,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    grid-column: 7/span 6;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__content,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__content {
    z-index: 1;
    grid-row: 1;
    position: relative;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .text--intro, .node--type-programme.node--view-mode-full .node__header.l-with-hero .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .page--taxonomy-registry_overview .node--type-programme.node--view-mode-full .node__header.l-with-hero .rich-text--description:not(.list-item *):not(.search-result *), .node--type-programme.node--view-mode-full .node__header.l-with-hero .node--type-project .field--name-field-subtitle, .node--type-project .node--type-programme.node--view-mode-full .node__header.l-with-hero .field--name-field-subtitle,
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .node__subtitle,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .text--intro,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *),
  .page--taxonomy-registry_overview .node--type-minor.node--view-mode-full .node__header.l-with-hero .rich-text--description:not(.list-item *):not(.search-result *),
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .node--type-project .field--name-field-subtitle,
  .node--type-project .node--type-minor.node--view-mode-full .node__header.l-with-hero .field--name-field-subtitle,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .node__subtitle {
    font-size: 2rem;
    line-height: 1.4;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__image,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__image {
    max-height: 46rem;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .page__title,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .page__title {
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (min-width: 1200px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__content,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__content {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
    grid-column: 7/span 6;
  }
}
.with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero,
.with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero {
  display: block;
}
.with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .image--node_header,
.with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .image--node_header {
  display: block;
}
.with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .field--name-field-hero,
.with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .field--name-field-hero {
  display: none;
}
.with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__content,
.with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__content {
  max-width: 80rem;
}
@media (max-width: 559px) {
  .with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .image--node_header,
  .with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .image--node_header {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 560px) {
  .with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .image--node_header,
  .with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .image--node_header {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
  .with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
    margin: -8rem 3rem 0 -3rem;
    padding: 0;
  }
  .with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .hero__content,
  .with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .hero__content {
    margin: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .with-sidebar.with-sidebar--left .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper,
  .with-sidebar.with-sidebar--left .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-hero-content-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 559px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .image--hero,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .image--hero {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .image--hero,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .image--hero {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 991px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero .l-intro-wrapper,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero .l-intro-wrapper {
    padding-top: 3rem;
  }
}
@media (max-width: 559px) {
  .node--type-programme.node--view-mode-full .node__header.l-with-hero.l-with-badge .hero__content,
  .node--type-minor.node--view-mode-full .node__header.l-with-hero.l-with-badge .hero__content {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  .node--type-programme.node--view-mode-full .section,
  .node--type-programme.node--view-mode-full .quicklinks,
  .node--type-minor.node--view-mode-full .section,
  .node--type-minor.node--view-mode-full .quicklinks {
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--type-programme.node--view-mode-full .section,
.node--type-minor.node--view-mode-full .section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #d7d7d7;
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .section,
  .node--type-minor.node--view-mode-full .section {
    margin-top: 6rem;
    padding-top: 6rem;
  }
  .node--type-programme.node--view-mode-full .section--promotional,
  .node--type-minor.node--view-mode-full .section--promotional {
    margin-top: 3rem;
  }
  .node--type-programme.node--view-mode-full .section--no-border,
  .node--type-minor.node--view-mode-full .section--no-border {
    border-top: none;
    padding-top: 0;
  }
}
.node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list),
.node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}
.node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) li,
.node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) li::before,
.node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}
.node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) li > ul,
.node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}
.node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) + h2, .node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) + .text--employee,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) + .text--employee, .node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme.node--view-mode-full .section .col ul:not(.iconlist__list) + h3,
.node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) + h2,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) + .text--employee,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) + .text--employee,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-minor.node--view-mode-full .section .col ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}
.node--type-programme.node--view-mode-full .section .col ol,
.node--type-minor.node--view-mode-full .section .col ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}
.node--type-programme.node--view-mode-full .section .col ol li,
.node--type-minor.node--view-mode-full .section .col ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.node--type-programme.node--view-mode-full .section .col ol li::before,
.node--type-minor.node--view-mode-full .section .col ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-programme.node--view-mode-full .section .col ol li > ol,
.node--type-minor.node--view-mode-full .section .col ol li > ol {
  margin-top: 0;
}
.node--type-programme.node--view-mode-full .section .col ol + h2, .node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col ol + .text--employee,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col ol + .text--employee, .node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme.node--view-mode-full .section .col ol + h3, .node--type-programme.node--view-mode-full .section .col ol + h4,
.node--type-minor.node--view-mode-full .section .col ol + h2,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col ol + .text--employee,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col ol + .text--employee,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-minor.node--view-mode-full .section .col ol + h3,
.node--type-minor.node--view-mode-full .section .col ol + h4 {
  margin-top: 3rem;
}
.node--type-programme.node--view-mode-full .section .col p + .section--related,
.node--type-minor.node--view-mode-full .section .col p + .section--related {
  margin-top: 1rem;
}
.node--type-programme.node--view-mode-full .section .col p + ul,
.node--type-minor.node--view-mode-full .section .col p + ul {
  margin-top: 1.6rem;
}
.node--type-programme.node--view-mode-full .section .col p + h2, .node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col p + .text--employee,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col p + .text--employee, .node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme.node--view-mode-full .section .col p + h3, .node--type-programme.node--view-mode-full .section .col p + h4,
.node--type-minor.node--view-mode-full .section .col p + h2,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col p + .text--employee,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col p + .text--employee,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-minor.node--view-mode-full .section .col p + h3,
.node--type-minor.node--view-mode-full .section .col p + h4 {
  margin-top: 3rem;
}
.node--type-programme.node--view-mode-full .section .col p + .btn, .node--type-programme.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .section .col p + a,
.node--type-minor.node--view-mode-full .section .col p + .btn,
.node--type-minor.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .section .col p + a {
  margin-top: 2rem;
}
.node--type-programme.node--view-mode-full .section .col p + table,
.node--type-minor.node--view-mode-full .section .col p + table {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .node--type-programme.node--view-mode-full .section .col p + table,
  .node--type-minor.node--view-mode-full .section .col p + table {
    margin-top: 4.5rem;
  }
}
.node--type-programme.node--view-mode-full .section .col p > .btn, .node--type-programme.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .section .col p > a,
.node--type-minor.node--view-mode-full .section .col p > .btn,
.node--type-minor.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .section .col p > a {
  margin-top: 0.6rem;
}
.node--type-programme.node--view-mode-full .section .col h2 + h3, .node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col .text--employee + h3,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col .text--employee + h3, .node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme.node--view-mode-full .section .col h2 + table,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col .text--employee + table,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col .text--employee + table,
.node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-minor.node--view-mode-full .section .col h2 + h3,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col .text--employee + h3,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col .text--employee + h3,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-minor.node--view-mode-full .section .col h2 + table,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col .text--employee + table,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col .text--employee + table,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label + table {
  margin-top: 3rem;
}
.node--type-programme.node--view-mode-full .section .col h2 + p, .node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col .text--employee + p,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col .text--employee + p, .node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme.node--view-mode-full .section .col h3 + p,
.node--type-programme.node--view-mode-full .section .col h4 + p,
.node--type-minor.node--view-mode-full .section .col h2 + p,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col .text--employee + p,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col .text--employee + p,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-minor.node--view-mode-full .section .col h3 + p,
.node--type-minor.node--view-mode-full .section .col h4 + p {
  margin-top: 1.6rem;
}
.node--type-programme.node--view-mode-full .section .col h2 strong, .node--type-programme.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .node--type-programme.node--view-mode-full .section .col .text--employee strong,
.node--type-programme.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--type-programme.node--view-mode-full .section .col .text--employee strong, .node--type-programme.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .node--type-programme.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme.node--view-mode-full .section .col h3 strong,
.node--type-programme.node--view-mode-full .section .col h4 strong,
.node--type-minor.node--view-mode-full .section .col h2 strong,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .node--type-minor.node--view-mode-full .section .col .text--employee strong,
.node--type-minor.node--view-mode-full .section .col .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--type-minor.node--view-mode-full .section .col .text--employee strong,
.node--type-minor.node--view-mode-full .section .col .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .node--type-minor.node--view-mode-full .section .col .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-minor.node--view-mode-full .section .col h3 strong,
.node--type-minor.node--view-mode-full .section .col h4 strong {
  font-weight: 800;
}
.node--type-programme.node--view-mode-full .section .col .btn, .node--type-programme.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .section .col a,
.node--type-minor.node--view-mode-full .section .col .btn,
.node--type-minor.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .section .col a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}
.node--type-programme.node--view-mode-full .section .col .btn--primary,
.node--type-minor.node--view-mode-full .section .col .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}
.node--type-programme.node--view-mode-full .section .col .btn--secondary, .node--type-programme.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .section .col a,
.node--type-minor.node--view-mode-full .section .col .btn--secondary,
.node--type-minor.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .section .col a {
  background-image: url("../../img/i-arrow-small--white.svg");
}
.node--type-programme.node--view-mode-full .section .col .btn strong, .node--type-programme.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .section .col a strong,
.node--type-minor.node--view-mode-full .section .col .btn strong,
.node--type-minor.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .section .col a strong {
  font-weight: 800;
}
.node--type-programme.node--view-mode-full .section .col,
.node--type-minor.node--view-mode-full .section .col {
  max-width: 76rem;
}
.node--type-programme.node--view-mode-full .section .col .btn, .node--type-programme.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .section .col a,
.node--type-minor.node--view-mode-full .section .col .btn,
.node--type-minor.node--view-mode-full .section .col .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .section .col a {
  background: none;
  margin-top: 2rem;
}
.node--type-programme.node--view-mode-full .section .col--factsheet,
.node--type-minor.node--view-mode-full .section .col--factsheet {
  background: #f8f7f7;
  padding: 2rem;
  max-width: none;
}
.node--type-programme.node--view-mode-full .section .col--factsheet .section__title,
.node--type-minor.node--view-mode-full .section .col--factsheet .section__title {
  margin-bottom: 1rem;
}
@media (min-width: 560px) {
  .node--type-programme.node--view-mode-full .section .col--factsheet,
  .node--type-minor.node--view-mode-full .section .col--factsheet {
    padding: 3rem 3rem 2rem 3rem;
  }
}
@media (min-width: 1200px) {
  .node--type-programme.node--view-mode-full .section .col--factsheet,
  .node--type-minor.node--view-mode-full .section .col--factsheet {
    padding: 4rem 4rem 3rem;
  }
}
@media (max-width: 991px) {
  .node--type-programme.node--view-mode-full .section--career-prospects .col:not(:first-child), .node--type-programme.node--view-mode-full .section--contact .col:not(:first-child), .node--type-programme.node--view-mode-full .section--admission .col:not(:first-child), .node--type-programme.node--view-mode-full .section--promotional.l-with-media .col:not(:first-child), .node--type-programme.node--view-mode-full .section--curriculum.l-with-testimonial .col:not(:first-child), .node--type-programme.node--view-mode-full .section--two-col .col:not(:first-child),
  .node--type-minor.node--view-mode-full .section--career-prospects .col:not(:first-child),
  .node--type-minor.node--view-mode-full .section--contact .col:not(:first-child),
  .node--type-minor.node--view-mode-full .section--admission .col:not(:first-child),
  .node--type-minor.node--view-mode-full .section--promotional.l-with-media .col:not(:first-child),
  .node--type-minor.node--view-mode-full .section--curriculum.l-with-testimonial .col:not(:first-child),
  .node--type-minor.node--view-mode-full .section--two-col .col:not(:first-child) {
    margin-top: 3rem;
  }
  .node--type-programme.node--view-mode-full .section--career-prospects .col--testimonial::after, .node--type-programme.node--view-mode-full .section--contact .col--testimonial::after, .node--type-programme.node--view-mode-full .section--admission .col--testimonial::after, .node--type-programme.node--view-mode-full .section--promotional.l-with-media .col--testimonial::after, .node--type-programme.node--view-mode-full .section--curriculum.l-with-testimonial .col--testimonial::after, .node--type-programme.node--view-mode-full .section--two-col .col--testimonial::after,
  .node--type-minor.node--view-mode-full .section--career-prospects .col--testimonial::after,
  .node--type-minor.node--view-mode-full .section--contact .col--testimonial::after,
  .node--type-minor.node--view-mode-full .section--admission .col--testimonial::after,
  .node--type-minor.node--view-mode-full .section--promotional.l-with-media .col--testimonial::after,
  .node--type-minor.node--view-mode-full .section--curriculum.l-with-testimonial .col--testimonial::after,
  .node--type-minor.node--view-mode-full .section--two-col .col--testimonial::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .section--career-prospects, .node--type-programme.node--view-mode-full .section--contact, .node--type-programme.node--view-mode-full .section--admission, .node--type-programme.node--view-mode-full .section--promotional.l-with-media, .node--type-programme.node--view-mode-full .section--curriculum.l-with-testimonial, .node--type-programme.node--view-mode-full .section--two-col,
  .node--type-minor.node--view-mode-full .section--career-prospects,
  .node--type-minor.node--view-mode-full .section--contact,
  .node--type-minor.node--view-mode-full .section--admission,
  .node--type-minor.node--view-mode-full .section--promotional.l-with-media,
  .node--type-minor.node--view-mode-full .section--curriculum.l-with-testimonial,
  .node--type-minor.node--view-mode-full .section--two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node--type-programme.node--view-mode-full .section--career-prospects .col, .node--type-programme.node--view-mode-full .section--contact .col, .node--type-programme.node--view-mode-full .section--admission .col, .node--type-programme.node--view-mode-full .section--promotional.l-with-media .col, .node--type-programme.node--view-mode-full .section--curriculum.l-with-testimonial .col, .node--type-programme.node--view-mode-full .section--two-col .col,
  .node--type-minor.node--view-mode-full .section--career-prospects .col,
  .node--type-minor.node--view-mode-full .section--contact .col,
  .node--type-minor.node--view-mode-full .section--admission .col,
  .node--type-minor.node--view-mode-full .section--promotional.l-with-media .col,
  .node--type-minor.node--view-mode-full .section--curriculum.l-with-testimonial .col,
  .node--type-minor.node--view-mode-full .section--two-col .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .node--type-programme.node--view-mode-full .section--career-prospects .col:last-child, .node--type-programme.node--view-mode-full .section--contact .col:last-child, .node--type-programme.node--view-mode-full .section--admission .col:last-child, .node--type-programme.node--view-mode-full .section--promotional.l-with-media .col:last-child, .node--type-programme.node--view-mode-full .section--curriculum.l-with-testimonial .col:last-child, .node--type-programme.node--view-mode-full .section--two-col .col:last-child,
  .node--type-minor.node--view-mode-full .section--career-prospects .col:last-child,
  .node--type-minor.node--view-mode-full .section--contact .col:last-child,
  .node--type-minor.node--view-mode-full .section--admission .col:last-child,
  .node--type-minor.node--view-mode-full .section--promotional.l-with-media .col:last-child,
  .node--type-minor.node--view-mode-full .section--curriculum.l-with-testimonial .col:last-child,
  .node--type-minor.node--view-mode-full .section--two-col .col:last-child {
    padding-left: 3rem;
  }
  .node--type-programme.node--view-mode-full .section--career-prospects .col:first-child, .node--type-programme.node--view-mode-full .section--contact .col:first-child, .node--type-programme.node--view-mode-full .section--admission .col:first-child, .node--type-programme.node--view-mode-full .section--promotional.l-with-media .col:first-child, .node--type-programme.node--view-mode-full .section--curriculum.l-with-testimonial .col:first-child, .node--type-programme.node--view-mode-full .section--two-col .col:first-child,
  .node--type-minor.node--view-mode-full .section--career-prospects .col:first-child,
  .node--type-minor.node--view-mode-full .section--contact .col:first-child,
  .node--type-minor.node--view-mode-full .section--admission .col:first-child,
  .node--type-minor.node--view-mode-full .section--promotional.l-with-media .col:first-child,
  .node--type-minor.node--view-mode-full .section--curriculum.l-with-testimonial .col:first-child,
  .node--type-minor.node--view-mode-full .section--two-col .col:first-child {
    padding-right: 3rem;
    padding-left: 0;
  }
}
.node--type-programme.node--view-mode-full .section--contact,
.node--type-minor.node--view-mode-full .section--contact {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .section--information,
  .node--type-minor.node--view-mode-full .section--information {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .section--information.l-with-badge,
  .node--type-minor.node--view-mode-full .section--information.l-with-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node--type-programme.node--view-mode-full .section--information.l-with-badge .col--factsheet,
  .node--type-minor.node--view-mode-full .section--information.l-with-badge .col--factsheet {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.node--type-programme.node--view-mode-full .section--information + .l-cta-wrapper,
.node--type-minor.node--view-mode-full .section--information + .l-cta-wrapper {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .node--type-programme.node--view-mode-full .section .col--badges,
  .node--type-minor.node--view-mode-full .section .col--badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .node--type-programme.node--view-mode-full .section .col--badges .badge,
  .node--type-minor.node--view-mode-full .section .col--badges .badge {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .section .col--badges,
  .node--type-minor.node--view-mode-full .section .col--badges {
    margin-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .node--type-programme.node--view-mode-full .section .col--badges,
  .node--type-minor.node--view-mode-full .section .col--badges {
    margin-left: 5rem;
  }
}
@media (min-width: 992px) {
  .node--type-programme.node--view-mode-full .section .related.l-item-count-1,
  .node--type-programme.node--view-mode-full .section .related.l-item-count-2,
  .node--type-minor.node--view-mode-full .section .related.l-item-count-1,
  .node--type-minor.node--view-mode-full .section .related.l-item-count-2 {
    margin-left: -1.5rem;
  }
}
.node--type-programme.node--view-mode-full .announcement ~ .btn, .node--type-programme.node--view-mode-full .view--search .block-facets-summary ul li.facet-summary-item--clear .announcement ~ a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-programme.node--view-mode-full .announcement ~ a,
.node--type-minor.node--view-mode-full .announcement ~ .btn,
.node--type-minor.node--view-mode-full .view--search .block-facets-summary ul li.facet-summary-item--clear .announcement ~ a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-minor.node--view-mode-full .announcement ~ a {
  margin-top: 3rem;
}

.node--view-mode-study-programme .accordion,
.node--view-mode-study-programme .field--label-title {
  margin-top: 5rem;
}
.node--view-mode-study-programme .field--name-field-curr .overview--list {
  margin-top: 3rem;
}
.node--view-mode-study-programme .field--name-field-curr .overview--list > li:first-child {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
.node--view-mode-study-programme .section--binding-study-advice .field {
  margin-top: 2rem;
}
.node--view-mode-study-programme .section--binding-study-advice .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--view-mode-study-programme .section--binding-study-advice .field__label + p {
  margin-top: 1rem;
}
.node--view-mode-study-programme .section--binding-study-advice .field--name-field-min-ects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--view-mode-study-programme .section--binding-study-advice .field--name-field-min-ects .field__label {
  display: inline-block;
  width: 30%;
}
@media (min-width: 992px) {
  .node--view-mode-study-programme .section--binding-study-advice .field--name-field-min-ects .field__label {
    width: 20rem;
  }
}
.node--view-mode-study-programme .section--binding-study-advice .field--name-field-clar-binding-study-advice {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 2rem;
}
.node--view-mode-study-programme + .field {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}

.node--full .l-node-content .node--view-mode-study-programme + .field {
  margin-top: 5rem;
}

.l-section--content-bottom .block-ru-programme {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}
.l-section--content-bottom .block-ru-programme .menu:not(.menu--submenu) > li > a {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.l-section--content-bottom .block-ru-programme .menu:not(.menu--submenu) > li > a + p {
  margin-top: 1rem;
}
.l-section--content-bottom .block-ru-programme .menu:not(.menu--submenu) > li > a {
  text-decoration: underline;
}
.l-section--content-bottom .block-ru-programme .menu:not(.menu--submenu) > li > a:focus, .l-section--content-bottom .block-ru-programme .menu:not(.menu--submenu) > li > a:hover {
  color: #4a0004;
  text-decoration: none;
}
.l-section--content-bottom .block-ru-programme .menu--submenu {
  margin: 1rem 0 0;
  padding: 0;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li {
  font-weight: 800;
  position: relative;
  padding-right: 1.8rem;
  margin-right: 1.5rem;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li::after {
  width: 4px;
  height: 4px;
  content: " ";
  position: absolute;
  display: block;
  right: 0;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  background: #730E04;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li:last-child {
  padding-right: 0;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li:last-child::after {
  display: none;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li {
  display: inline-block;
  margin-top: 1rem;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li a {
  color: #E3000B;
}
.l-section--content-bottom .block-ru-programme .menu--submenu li a:hover, .l-section--content-bottom .block-ru-programme .menu--submenu li a:focus {
  color: #730E04;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .region--content_bottom + .announcement {
    margin-top: 6rem;
  }
}

.programme-numbers {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .programme-numbers {
    margin-top: 5rem;
  }
}
.programme-numbers thead {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.programme-numbers thead th {
  vertical-align: bottom;
  border-bottom: 0.1rem solid #d7d7d7;
}
.programme-numbers thead th:not(:first-child) {
  text-align: center;
}
.programme-numbers thead th:nth-child(2) {
  color: #730E04;
  font-weight: bold;
  background: #f8f7f7;
  border-color: #E3000B;
}
.programme-numbers thead th:last-child {
  font-weight: normal;
  color: #666666;
}
@media (max-width: 559px) {
  .programme-numbers thead th {
    word-break: break-all;
  }
}
.programme-numbers tfoot td {
  border-top: 0.3rem solid #d7d7d7;
  text-align: right;
  color: #666666;
  font-size: 1.4rem;
  line-height: 2rem;
}
.programme-numbers tfoot td > span {
  display: inline-block;
}
.programme-numbers tfoot td > span:last-child:before {
  content: " | ";
  color: #d7d7d7;
  display: inline-block;
  margin: 0 1rem;
}
.lang-en .programme-numbers tfoot td .date {
  text-transform: capitalize;
}

.programme-numbers__row td {
  border-color: #d7d7d7;
}
.programme-numbers__row td:nth-child(n+2) {
  text-align: center;
  width: 140px;
}
.programme-numbers__row td:nth-child(2) {
  background: #f8f7f7;
  font-weight: bold;
}
@media (max-width: 559px) {
  .programme-numbers__row td:first-child {
    max-width: 120px;
  }
}
.programme-numbers__row--subrow td {
  border: none;
  padding-top: 0.5rem;
}
.programme-numbers__row--subrow + .programme-numbers__row--subrow td {
  padding-top: 0;
}
.programme-numbers__row--rating td:nth-child(2) {
  border-color: #E3000B;
}

.programme-numbers__descr {
  position: relative;
}
.programme-numbers__descr strong {
  display: block;
}
.programme-numbers__descr small {
  color: #666666;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: block;
}
.programme-numbers__descr--sub strong {
  font-size: 1.6rem;
}
.programme-numbers__descr .text--info {
  position: relative;
  background: #f8f7f7;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 1.5rem 2rem 1.5rem 5rem;
}
.programme-numbers__descr .text--info .icon--info {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 1.5rem;
}
@media (max-width: 559px) {
  .programme-numbers__descr {
    text-align: center;
  }
  .programme-numbers__descr small {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
  .programme-numbers__descr .icon {
    margin: 0 auto;
  }
}
@media (min-width: 560px) {
  .programme-numbers__descr {
    padding-left: 6.5rem;
    padding-right: 2rem;
  }
  .programme-numbers__descr .icon--programme-numbers {
    position: absolute;
    left: 1rem;
    top: 2rem;
  }
}

.icon--programme-numbers {
  width: 3.5rem;
  height: 3.5rem;
}
.icon--programme-numbers use {
  fill: #E3000B;
}

.node--type-project .field--name-field-subtitle {
  margin-top: 2rem;
}
.node--type-project section {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .node--type-project section {
    margin-top: 5rem;
  }
}
.node--type-project .contact-block .iconlist {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 2rem;
  padding-top: 2rem;
}
.node--type-project .l-node-social {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .node--type-project .l-node-social {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .node--type-project .l-node-social {
    margin-top: 8rem;
  }
}
.node--type-project .contact-block + .l-node-social {
  margin-top: 0;
  border-top: none;
}
.node--type-project .link--inline {
  display: inline;
}
.node--type-project .l-employee-wrapper .text--employee::after {
  content: ",";
  padding-left: 0.4rem;
}
.node--type-project .l-employee-wrapper .text--employee:last-of-type::after {
  content: none;
}

.node--type-registry-item.node--view-mode-full .l-node-top,
.node--type-registry-item.node--view-mode-full .field--name-ru-summary,
.node--type-registry-item.node--view-mode-full .field--name-field-media-img,
.node--type-registry-item.node--view-mode-full .article-body {
  margin-top: 3rem;
}

.node--type-service .section--related.l-item-count-1 .section__title,
.node--type-service .section--related.l-item-count-1 .section__content,
.node--type-service .section--related.l-item-count-1 .section__content > div {
  margin-left: 0;
}
.node--type-service .field--name-field-contact-info p:first-of-type {
  margin: 0;
}
.node--type-service .section--related {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
  margin-top: 5rem;
}
.node--type-service .contact-block + .section--related {
  margin-top: 0;
  border-top: none;
  padding-top: 5rem;
}
.node--type-service .contact-block .field + .field {
  margin-top: 1.5rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ru-body ul:not(.iconlist__list),
.l-section-col--text ul:not(.iconlist__list),
.article-body ul:not(.iconlist__list),
.node--full > .rich-text ul:not(.iconlist__list),
.js-form-type-webform-markup ul:not(.iconlist__list),
.section--table .rich-text ul:not(.iconlist__list),
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}

.ru-body ul:not(.iconlist__list) li,
.l-section-col--text ul:not(.iconlist__list) li,
.article-body ul:not(.iconlist__list) li,
.node--full > .rich-text ul:not(.iconlist__list) li,
.js-form-type-webform-markup ul:not(.iconlist__list) li,
.section--table .rich-text ul:not(.iconlist__list) li,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}

.ru-body ul:not(.iconlist__list) li::before,
.l-section-col--text ul:not(.iconlist__list) li::before,
.article-body ul:not(.iconlist__list) li::before,
.node--full > .rich-text ul:not(.iconlist__list) li::before,
.js-form-type-webform-markup ul:not(.iconlist__list) li::before,
.section--table .rich-text ul:not(.iconlist__list) li::before,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}

.ru-body ul:not(.iconlist__list) li > ul,
.l-section-col--text ul:not(.iconlist__list) li > ul,
.article-body ul:not(.iconlist__list) li > ul,
.node--full > .rich-text ul:not(.iconlist__list) li > ul,
.js-form-type-webform-markup ul:not(.iconlist__list) li > ul,
.section--table .rich-text ul:not(.iconlist__list) li > ul,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}

.ru-body ul:not(.iconlist__list) + h2, .ru-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .ru-body ul:not(.iconlist__list) + .text--employee,
.ru-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .ru-body ul:not(.iconlist__list) + .text--employee, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .ru-body ul:not(.iconlist__list) + h3,
.l-section-col--text ul:not(.iconlist__list) + h2,
.l-section-col--text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ul:not(.iconlist__list) + .text--employee,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-section-col--text ul:not(.iconlist__list) + h3,
.article-body ul:not(.iconlist__list) + h2,
.article-body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .article-body ul:not(.iconlist__list) + .text--employee,
.article-body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .article-body ul:not(.iconlist__list) + .text--employee,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.article-body ul:not(.iconlist__list) + h3,
.node--full > .rich-text ul:not(.iconlist__list) + h2,
.node--full > .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ul:not(.iconlist__list) + .text--employee,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--full > .rich-text ul:not(.iconlist__list) + h3,
.js-form-type-webform-markup ul:not(.iconlist__list) + h2,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ul:not(.iconlist__list) + .text--employee,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.js-form-type-webform-markup ul:not(.iconlist__list) + h3,
.section--table .rich-text ul:not(.iconlist__list) + h2,
.section--table .rich-text .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ul:not(.iconlist__list) + .text--employee,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.section--table .rich-text ul:not(.iconlist__list) + h3,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h2,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.l-reusable-dynamic-sections .section--body ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}

.ru-body ol,
.l-section-col--text ol,
.article-body ol,
.node--full > .rich-text ol,
.js-form-type-webform-markup ol,
.section--table .rich-text ol,
.l-reusable-dynamic-sections .section--body ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}

.ru-body ol li,
.l-section-col--text ol li,
.article-body ol li,
.node--full > .rich-text ol li,
.js-form-type-webform-markup ol li,
.section--table .rich-text ol li,
.l-reusable-dynamic-sections .section--body ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}

.ru-body ol li::before,
.l-section-col--text ol li::before,
.article-body ol li::before,
.node--full > .rich-text ol li::before,
.js-form-type-webform-markup ol li::before,
.section--table .rich-text ol li::before,
.l-reusable-dynamic-sections .section--body ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}

.ru-body ol li > ol,
.l-section-col--text ol li > ol,
.article-body ol li > ol,
.node--full > .rich-text ol li > ol,
.js-form-type-webform-markup ol li > ol,
.section--table .rich-text ol li > ol,
.l-reusable-dynamic-sections .section--body ol li > ol {
  margin-top: 0;
}

.ru-body ol + h2, .ru-body .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .ru-body ol + .text--employee,
.ru-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .ru-body ol + .text--employee, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > ol + .field__label, .ru-body ol + h3, .ru-body ol + h4,
.l-section-col--text ol + h2,
.l-section-col--text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text ol + .text--employee,
.l-section-col--text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-section-col--text ol + .text--employee,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-section-col--text ol + h3,
.l-section-col--text ol + h4,
.article-body ol + h2,
.article-body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .article-body ol + .text--employee,
.article-body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .article-body ol + .text--employee,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.article-body ol + h3,
.article-body ol + h4,
.node--full > .rich-text ol + h2,
.node--full > .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text ol + .text--employee,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--full > .rich-text ol + h3,
.node--full > .rich-text ol + h4,
.js-form-type-webform-markup ol + h2,
.js-form-type-webform-markup .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup ol + .text--employee,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > ol + .field__label,
.js-form-type-webform-markup ol + h3,
.js-form-type-webform-markup ol + h4,
.section--table .rich-text ol + h2,
.section--table .rich-text .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text ol + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text ol + .text--employee,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > ol + .field__label,
.section--table .rich-text ol + h3,
.section--table .rich-text ol + h4,
.l-reusable-dynamic-sections .section--body ol + h2,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body ol + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > ol + .field__label,
.l-reusable-dynamic-sections .section--body ol + h3,
.l-reusable-dynamic-sections .section--body ol + h4 {
  margin-top: 3rem;
}

.ru-body p + .section--related,
.l-section-col--text p + .section--related,
.article-body p + .section--related,
.node--full > .rich-text p + .section--related,
.js-form-type-webform-markup p + .section--related,
.section--table .rich-text p + .section--related,
.l-reusable-dynamic-sections .section--body p + .section--related {
  margin-top: 1rem;
}

.ru-body p + ul,
.l-section-col--text p + ul,
.article-body p + ul,
.node--full > .rich-text p + ul,
.js-form-type-webform-markup p + ul,
.section--table .rich-text p + ul,
.l-reusable-dynamic-sections .section--body p + ul {
  margin-top: 1.6rem;
}

.ru-body p + h2, .ru-body .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .ru-body p + .text--employee,
.ru-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .ru-body p + .text--employee, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > p + .field__label, .ru-body p + h3, .ru-body p + h4,
.l-section-col--text p + h2,
.l-section-col--text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-section-col--text p + .text--employee,
.l-section-col--text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-section-col--text p + .text--employee,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-section-col--text p + h3,
.l-section-col--text p + h4,
.article-body p + h2,
.article-body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .article-body p + .text--employee,
.article-body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .article-body p + .text--employee,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > p + .field__label,
.article-body p + h3,
.article-body p + h4,
.node--full > .rich-text p + h2,
.node--full > .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .node--full > .rich-text p + .text--employee,
.node--full > .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--full > .rich-text p + .text--employee,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--full > .rich-text p + h3,
.node--full > .rich-text p + h4,
.js-form-type-webform-markup p + h2,
.js-form-type-webform-markup .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup p + .text--employee,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > p + .field__label,
.js-form-type-webform-markup p + h3,
.js-form-type-webform-markup p + h4,
.section--table .rich-text p + h2,
.section--table .rich-text .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .section--table .rich-text p + .text--employee,
.section--table .rich-text .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .section--table .rich-text p + .text--employee,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > p + .field__label,
.section--table .rich-text p + h3,
.section--table .rich-text p + h4,
.l-reusable-dynamic-sections .section--body p + h2,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body p + .text--employee,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > p + .field__label,
.l-reusable-dynamic-sections .section--body p + h3,
.l-reusable-dynamic-sections .section--body p + h4 {
  margin-top: 3rem;
}

.ru-body p + .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p + a,
.l-section-col--text p + .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p + a,
.article-body p + .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p + a,
.node--full > .rich-text p + .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p + a,
.js-form-type-webform-markup p + .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p + a,
.section--table .rich-text p + .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p + a,
.l-reusable-dynamic-sections .section--body p + .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p + a {
  margin-top: 2rem;
}

.ru-body p + table,
.l-section-col--text p + table,
.article-body p + table,
.node--full > .rich-text p + table,
.js-form-type-webform-markup p + table,
.section--table .rich-text p + table,
.l-reusable-dynamic-sections .section--body p + table {
  margin-top: 3rem;
}

@media (min-width: 560px) {
  .ru-body p + table,
  .l-section-col--text p + table,
  .article-body p + table,
  .node--full > .rich-text p + table,
  .js-form-type-webform-markup p + table,
  .section--table .rich-text p + table,
  .l-reusable-dynamic-sections .section--body p + table {
    margin-top: 4.5rem;
  }
}
.ru-body p > .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body p > a,
.l-section-col--text p > .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text p > a,
.article-body p > .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body p > a,
.node--full > .rich-text p > .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text p > a,
.js-form-type-webform-markup p > .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup p > a,
.section--table .rich-text p > .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text p > a,
.l-reusable-dynamic-sections .section--body p > .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body p > a {
  margin-top: 0.6rem;
}

.ru-body h2 + h3, .ru-body .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .ru-body .text--employee + h3,
.ru-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .ru-body .text--employee + h3, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.ru-body h2 + table,
.ru-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .ru-body .text--employee + table,
.ru-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .ru-body .text--employee + table,
.ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-section-col--text h2 + h3,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + h3,
.l-section-col--text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-section-col--text .text--employee + h3,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-section-col--text h2 + table,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + table,
.l-section-col--text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-section-col--text .text--employee + table,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + table,
.article-body h2 + h3,
.article-body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .article-body .text--employee + h3,
.article-body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .article-body .text--employee + h3,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.article-body h2 + table,
.article-body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .article-body .text--employee + table,
.article-body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .article-body .text--employee + table,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--full > .rich-text h2 + h3,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + h3,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--full > .rich-text h2 + table,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + table,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + table,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.js-form-type-webform-markup h2 + h3,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + h3,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + h3,
.js-form-type-webform-markup h2 + table,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + table,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + table,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + table,
.section--table .rich-text h2 + h3,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + h3,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + h3,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + h3,
.section--table .rich-text h2 + table,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + table,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + table,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + table,
.l-reusable-dynamic-sections .section--body h2 + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + h3,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + h3,
.l-reusable-dynamic-sections .section--body h2 + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + table,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + table,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + table {
  margin-top: 3rem;
}

.ru-body h2 + p, .ru-body .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .ru-body .text--employee + p,
.ru-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .ru-body .text--employee + p, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label + p,
.ru-body h3 + p,
.ru-body h4 + p,
.l-section-col--text h2 + p,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee + p,
.l-section-col--text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-section-col--text .text--employee + p,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-section-col--text h3 + p,
.l-section-col--text h4 + p,
.article-body h2 + p,
.article-body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .article-body .text--employee + p,
.article-body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .article-body .text--employee + p,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label + p,
.article-body h3 + p,
.article-body h4 + p,
.node--full > .rich-text h2 + p,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee + p,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee + p,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--full > .rich-text h3 + p,
.node--full > .rich-text h4 + p,
.js-form-type-webform-markup h2 + p,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee + p,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label + p,
.js-form-type-webform-markup h3 + p,
.js-form-type-webform-markup h4 + p,
.section--table .rich-text h2 + p,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee + p,
.section--table .rich-text .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .section--table .rich-text .text--employee + p,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label + p,
.section--table .rich-text h3 + p,
.section--table .rich-text h4 + p,
.l-reusable-dynamic-sections .section--body h2 + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee + p,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label + p,
.l-reusable-dynamic-sections .section--body h3 + p,
.l-reusable-dynamic-sections .section--body h4 + p {
  margin-top: 1.6rem;
}

.ru-body h2 strong, .ru-body .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .ru-body .text--employee strong,
.ru-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .ru-body .text--employee strong, .ru-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .ru-body .l-node-content > .field--name-field-specialisations > .field__label strong,
.ru-body h3 strong,
.ru-body h4 strong,
.l-section-col--text h2 strong,
.l-section-col--text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-section-col--text .text--employee strong,
.l-section-col--text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-section-col--text .text--employee strong,
.l-section-col--text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-section-col--text .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-section-col--text h3 strong,
.l-section-col--text h4 strong,
.article-body h2 strong,
.article-body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .article-body .text--employee strong,
.article-body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .article-body .text--employee strong,
.article-body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .article-body .l-node-content > .field--name-field-specialisations > .field__label strong,
.article-body h3 strong,
.article-body h4 strong,
.node--full > .rich-text h2 strong,
.node--full > .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .node--full > .rich-text .text--employee strong,
.node--full > .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--full > .rich-text .text--employee strong,
.node--full > .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .node--full > .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--full > .rich-text h3 strong,
.node--full > .rich-text h4 strong,
.js-form-type-webform-markup h2 strong,
.js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee strong,
.js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label strong,
.js-form-type-webform-markup h3 strong,
.js-form-type-webform-markup h4 strong,
.section--table .rich-text h2 strong,
.section--table .rich-text .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .section--table .rich-text .text--employee strong,
.section--table .rich-text .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .section--table .rich-text .text--employee strong,
.section--table .rich-text .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .section--table .rich-text .l-node-content > .field--name-field-specialisations > .field__label strong,
.section--table .rich-text h3 strong,
.section--table .rich-text h4 strong,
.l-reusable-dynamic-sections .section--body h2 strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .l-reusable-dynamic-sections .section--body .text--employee strong,
.l-reusable-dynamic-sections .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .l-reusable-dynamic-sections .section--body .l-node-content > .field--name-field-specialisations > .field__label strong,
.l-reusable-dynamic-sections .section--body h3 strong,
.l-reusable-dynamic-sections .section--body h4 strong {
  font-weight: 800;
}

.ru-body .btn, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}

.ru-body .btn--primary,
.l-section-col--text .btn--primary,
.article-body .btn--primary,
.node--full > .rich-text .btn--primary,
.js-form-type-webform-markup .btn--primary,
.section--table .rich-text .btn--primary,
.l-reusable-dynamic-sections .section--body .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}

.ru-body .btn--secondary, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a,
.l-section-col--text .btn--secondary,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a,
.article-body .btn--secondary,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a,
.node--full > .rich-text .btn--secondary,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a,
.js-form-type-webform-markup .btn--secondary,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a,
.section--table .rich-text .btn--secondary,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a,
.l-reusable-dynamic-sections .section--body .btn--secondary,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a {
  background-image: url("../../img/i-arrow-small--white.svg");
}

.ru-body .btn strong, .ru-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .ru-body a strong,
.l-section-col--text .btn strong,
.l-section-col--text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-section-col--text a strong,
.article-body .btn strong,
.article-body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .article-body a strong,
.node--full > .rich-text .btn strong,
.node--full > .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--full > .rich-text a strong,
.js-form-type-webform-markup .btn strong,
.js-form-type-webform-markup .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .js-form-type-webform-markup a strong,
.section--table .rich-text .btn strong,
.section--table .rich-text .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .section--table .rich-text a strong,
.l-reusable-dynamic-sections .section--body .btn strong,
.l-reusable-dynamic-sections .section--body .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .l-reusable-dynamic-sections .section--body a strong {
  font-weight: 800;
}

.js-form-type-webform-markup h2, .js-form-type-webform-markup .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .js-form-type-webform-markup .text--employee,
.js-form-type-webform-markup .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .js-form-type-webform-markup .text--employee, .js-form-type-webform-markup .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .js-form-type-webform-markup .l-node-content > .field--name-field-specialisations > .field__label, .js-form-type-webform-markup h3, .js-form-type-webform-markup h4 {
  margin-top: 3rem;
}

.text--emphasis {
  color: #730E04;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (min-width: 992px) {
  .text--emphasis {
    line-height: 3.9rem;
    font-size: 3.9rem;
  }
}
.text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--full .node__subtitle,
.node--view-mode-full .node__subtitle, .node--type-project .field--name-field-subtitle {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 991px) {
  .text--intro, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *), .node--full .node__subtitle,
  .node--view-mode-full .node__subtitle, .node--type-project .field--name-field-subtitle {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
.text--intro a, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a, .node--full .node__subtitle a,
.node--view-mode-full .node__subtitle a, .node--type-project .field--name-field-subtitle a {
  color: #303030;
}

.text--intro a:hover, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:hover, .node--full .node__subtitle a:hover,
.node--view-mode-full .node__subtitle a:hover, .node--type-project .field--name-field-subtitle a:hover, .text--intro a:focus, .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) a:focus, .node--full .node__subtitle a:focus,
.node--view-mode-full .node__subtitle a:focus, .node--type-project .field--name-field-subtitle a:focus {
  color: #E3000B;
}

.text--large {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: "Open Sans", Arial, sans-serif;
}

.text--information {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-left: 4rem;
}

.text--information .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.text--description {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.4;
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.text--no-border {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.text--highlight {
  position: relative;
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0.5rem 2rem 0.5rem 4rem;
  color: #730E04;
  letter-spacing: -1px;
  font-size: 2rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .text--highlight {
    font-size: 2.4rem;
  }
}
.text--highlight::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  background: #d7d7d7;
}

.text--highlight a {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

blockquote {
  margin: 3rem 0 0 0;
}

blockquote p {
  background: #f8f7f7;
  position: relative;
  color: #730E04;
  margin: 0;
  max-width: 76rem;
  padding: 2rem 2rem 2rem 4.5rem;
  font-size: 2rem;
  line-height: 1.4;
}

blockquote p::before, blockquote p::after {
  width: 2rem;
  height: 2rem;
  content: '"';
  display: inline-block;
  color: transparent;
  background: url("../../img/quote.svg") top left no-repeat;
  background-size: 14px auto;
}

blockquote p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -8px;
}

blockquote + h3,
blockquote + h2,
.node--type-blog-post .blog__authors blockquote + .text--employee,
.node--type-blog-post .author__info blockquote + .text--employee,
.node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > blockquote + .field__label,
blockquote + p {
  margin-top: 3rem;
}

.rich-text + .rich-text {
  margin-top: 3rem;
}

.field + h2, .node--type-blog-post .blog__authors .field + .text--employee,
.node--type-blog-post .author__info .field + .text--employee, .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field + .field__label,
.field + h3 {
  margin-top: 3rem;
}

.article-body > h2, .node--type-blog-post .blog__authors .article-body > .text--employee,
.node--type-blog-post .author__info .article-body > .text--employee, .node--type-programme-curriculum.node--full .l-node-content > .article-body.field--name-field-specialisations > .field__label,
.article-body > h3 {
  margin-top: 3rem;
}

.node--type-testimonial.node--view-mode-full .l-node-top {
  margin-top: 4.5rem;
}

.view--testimonial {
  margin: 0 -1.5rem;
}
.view--testimonial .views-row {
  margin: 0 1.5rem;
}

.section--testimonials .section__title ~ .field--name-field-nodes, .section--testimonials .text--intro ~ .field--name-field-nodes, .section--testimonials .page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *) ~ .field--name-field-nodes, .page--taxonomy-registry_overview .section--testimonials .rich-text--description:not(.list-item *):not(.search-result *) ~ .field--name-field-nodes, .section--testimonials .node--full .node__subtitle ~ .field--name-field-nodes, .node--full .section--testimonials .node__subtitle ~ .field--name-field-nodes,
.section--testimonials .node--view-mode-full .node__subtitle ~ .field--name-field-nodes,
.node--view-mode-full .section--testimonials .node__subtitle ~ .field--name-field-nodes, .section--testimonials .node--type-project .field--name-field-subtitle ~ .field--name-field-nodes, .node--type-project .section--testimonials .field--name-field-subtitle ~ .field--name-field-nodes {
  margin-top: 3rem;
}

.section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list), .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) li, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) li::before, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) li > ul, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + h2, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + .text--employee,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + .text--employee, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .section--testimonials .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + h3, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + h2, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + .text--employee,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + .text--employee, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ol, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ol li, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ol li::before, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ol li > ol, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol li > ol {
  margin-top: 0;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion ol + h2, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion ol + .text--employee,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion ol + .text--employee, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > ol + .field__label, .section--testimonials .node--type-testimonial.node--view-mode-accordion ol + h3, .section--testimonials .node--type-testimonial.node--view-mode-accordion ol + h4, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol + h2, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol + .text--employee,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol + .text--employee, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > ol + .field__label, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol + h3, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion ol + h4 {
  margin-top: 3rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion p + .section--related, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + .section--related {
  margin-top: 1rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion p + ul, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + ul {
  margin-top: 1.6rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion p + h2, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion p + .text--employee,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion p + .text--employee, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > p + .field__label, .section--testimonials .node--type-testimonial.node--view-mode-accordion p + h3, .section--testimonials .node--type-testimonial.node--view-mode-accordion p + h4, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + h2, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + .text--employee,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + .text--employee, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > p + .field__label, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + h3, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + h4 {
  margin-top: 3rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion p + .btn, .section--testimonials .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .section--testimonials .node--type-testimonial.node--view-mode-accordion p + a, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + .btn, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + a {
  margin-top: 2rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion p + table, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + table {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .section--testimonials .node--type-testimonial.node--view-mode-accordion p + table, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p + table {
    margin-top: 4.5rem;
  }
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion p > .btn, .section--testimonials .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .section--testimonials .node--type-testimonial.node--view-mode-accordion p > a, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p > .btn, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion p > a {
  margin-top: 0.6rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion h2 + h3, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee + h3,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee + h3, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label + h3,
.section--testimonials .node--type-testimonial.node--view-mode-accordion h2 + table,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee + table,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee + table,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label + table, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h2 + h3, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee + h3,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee + h3, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label + h3,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h2 + table,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee + table,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee + table,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label + table {
  margin-top: 3rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion h2 + p, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee + p,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee + p, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label + p,
.section--testimonials .node--type-testimonial.node--view-mode-accordion h3 + p,
.section--testimonials .node--type-testimonial.node--view-mode-accordion h4 + p, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h2 + p, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee + p,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee + p, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label + p,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h3 + p,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h4 + p {
  margin-top: 1.6rem;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion h2 strong, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee strong,
.section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .section--testimonials .node--type-testimonial.node--view-mode-accordion .text--employee strong, .section--testimonials .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label strong,
.section--testimonials .node--type-testimonial.node--view-mode-accordion h3 strong,
.section--testimonials .node--type-testimonial.node--view-mode-accordion h4 strong, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h2 strong, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee strong,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .text--employee strong, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-content > .field--name-field-specialisations > .field__label strong,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h3 strong,
.field--name-field-nodes .node--type-testimonial.node--view-mode-accordion h4 strong {
  font-weight: 800;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion .btn, .section--testimonials .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .section--testimonials .node--type-testimonial.node--view-mode-accordion a, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .btn, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion .btn--primary, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion .btn--secondary, .section--testimonials .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .section--testimonials .node--type-testimonial.node--view-mode-accordion a, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .btn--secondary, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion a {
  background-image: url("../../img/i-arrow-small--white.svg");
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion .btn strong, .section--testimonials .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .section--testimonials .node--type-testimonial.node--view-mode-accordion a strong, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .btn strong, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion a strong {
  font-weight: 800;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion .l-node-top, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .l-node-top {
  max-width: 100%;
  margin-bottom: 0;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion .definitionlist__item:first-child, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion .definitionlist__item:first-child {
  padding-top: 0;
  border-top: none;
}
.section--testimonials .node--type-testimonial.node--view-mode-accordion:last-child, .field--name-field-nodes .node--type-testimonial.node--view-mode-accordion:last-child {
  padding-bottom: 0;
}

.grid--col-3 .testimonial__wrapper,
.overview--2col .testimonial__wrapper,
.with-sidebar .grid--col-2 .testimonial__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}
.grid--col-3 .testimonial__quote-wrapper,
.overview--2col .testimonial__quote-wrapper,
.with-sidebar .grid--col-2 .testimonial__quote-wrapper {
  margin-bottom: 3rem;
}
.grid--col-3 .testimonial__quote-wrapper::after,
.overview--2col .testimonial__quote-wrapper::after,
.with-sidebar .grid--col-2 .testimonial__quote-wrapper::after {
  right: 3rem;
}
.grid--col-3 .testimonial__quote,
.overview--2col .testimonial__quote,
.with-sidebar .grid--col-2 .testimonial__quote {
  font-weight: normal;
  font-size: 2.2rem;
}
.grid--col-3 .testimonial--with-image .testimonial__image-wrapper,
.overview--2col .testimonial--with-image .testimonial__image-wrapper,
.with-sidebar .grid--col-2 .testimonial--with-image .testimonial__image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.grid--col-3 .testimonial--with-image .testimonial__quote-wrapper,
.overview--2col .testimonial--with-image .testimonial__quote-wrapper,
.with-sidebar .grid--col-2 .testimonial--with-image .testimonial__quote-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.grid--col-3 .testimonial--with-image .testimonial__image::before, .grid--col-3 .testimonial--with-image .testimonial__image::after,
.overview--2col .testimonial--with-image .testimonial__image::before,
.overview--2col .testimonial--with-image .testimonial__image::after,
.with-sidebar .grid--col-2 .testimonial--with-image .testimonial__image::before,
.with-sidebar .grid--col-2 .testimonial--with-image .testimonial__image::after {
  display: none;
}
.grid--col-3 .testimonial--with-image .testimonial__image figure,
.overview--2col .testimonial--with-image .testimonial__image figure,
.with-sidebar .grid--col-2 .testimonial--with-image .testimonial__image figure {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
  -webkit-transform: none;
          transform: none;
}

.node--type-training.node--full .l-node-hero + .l-node-content {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .node--type-training.node--full .l-node-hero + .l-node-content {
    margin-top: 5rem;
  }
}
.node--type-training.node--full .l-node-content {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.with-sidebar.with-sidebar--left .node--type-training.node--full .l-node-content {
  max-width: none;
}
.node--type-training.node--full .l-node-social {
  margin-top: 3rem;
  border-top: 1px solid #d7d7d7;
}
.node--type-training.node--full .hero {
  max-width: none;
}
.node--type-training.node--full .article-body {
  margin-bottom: 3rem;
}
.node--type-training.node--full .field--label-above .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-training.node--full .field--label-above .field__label + p {
  margin-top: 1rem;
}
.node--type-training.node--full .rich-text--field-desc {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.node--type-training.node--full .buttons__wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .node--type-training.node--full .buttons__wrapper {
    margin-bottom: 5rem;
  }
}
.node--type-training.node--full .buttons__wrapper .btn, .node--type-training.node--full .buttons__wrapper .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .buttons__wrapper a {
  margin-bottom: 1rem;
}
.node--type-training.node--full .horizontal-tabs-list:has(> :nth-child(1):last-child) + .horizontal-tabs-panes .article-body p:first-of-type {
  margin-top: 0;
}
.node--type-training.node--full .l-node-dynamic-sections > .section + .section {
  margin-top: 3rem;
}
.node--type-training.node--full .l-node-dynamic-sections > .section:last-child {
  margin-bottom: 3rem;
}
.node--type-training.node--full .l-node-bottom,
.node--type-training.node--full .field__info__wrapper,
.node--type-training.node--full .factsheet {
  background: #f8f7f7;
  padding: 3rem;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
.node--type-training.node--full .l-node-bottom .btn, .node--type-training.node--full .l-node-bottom .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .l-node-bottom a,
.node--type-training.node--full .field__info__wrapper .btn,
.node--type-training.node--full .field__info__wrapper .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .field__info__wrapper a,
.node--type-training.node--full .factsheet .btn,
.node--type-training.node--full .factsheet .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .factsheet a {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .node--type-training.node--full .l-node-bottom,
  .node--type-training.node--full .field__info__wrapper,
  .node--type-training.node--full .factsheet {
    margin-top: 5rem;
  }
}
.node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list),
.node--type-training.node--full .field__info > .field ul:not(.iconlist__list) {
  margin: 2rem 0 0 0;
  padding: 0;
}
.node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) li,
.node--type-training.node--full .field__info > .field ul:not(.iconlist__list) li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) li::before,
.node--type-training.node--full .field__info > .field ul:not(.iconlist__list) li::before {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #730E04;
  top: 1.3rem;
}
.node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) li > ul,
.node--type-training.node--full .field__info > .field ul:not(.iconlist__list) li > ul {
  margin-top: 0;
}
.node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) + h2, .node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee, .node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) + .text--employee,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) + .text--employee, .node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label, .node--type-training.node--full .l-node-bottom > .field ul:not(.iconlist__list) + h3,
.node--type-training.node--full .field__info > .field ul:not(.iconlist__list) + h2,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field ul:not(.iconlist__list) + .text--employee,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info ul:not(.iconlist__list) + .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field ul:not(.iconlist__list) + .text--employee,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > ul:not(.iconlist__list) + .field__label,
.node--type-training.node--full .field__info > .field ul:not(.iconlist__list) + h3 {
  margin-top: 3rem;
}
.node--type-training.node--full .l-node-bottom > .field ol,
.node--type-training.node--full .field__info > .field ol {
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: numlist;
}
.node--type-training.node--full .l-node-bottom > .field ol li,
.node--type-training.node--full .field__info > .field ol li {
  position: relative;
  padding-left: 3.5rem;
  list-style: none;
}
.node--type-training.node--full .l-node-bottom > .field ol li::before,
.node--type-training.node--full .field__info > .field ol li::before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #730E04;
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-training.node--full .l-node-bottom > .field ol li > ol,
.node--type-training.node--full .field__info > .field ol li > ol {
  margin-top: 0;
}
.node--type-training.node--full .l-node-bottom > .field ol + h2, .node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors ol + .text--employee, .node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field ol + .text--employee,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field ol + .text--employee, .node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > ol + .field__label, .node--type-training.node--full .l-node-bottom > .field ol + h3, .node--type-training.node--full .l-node-bottom > .field ol + h4,
.node--type-training.node--full .field__info > .field ol + h2,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors ol + .text--employee,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field ol + .text--employee,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info ol + .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field ol + .text--employee,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > ol + .field__label,
.node--type-training.node--full .field__info > .field ol + h3,
.node--type-training.node--full .field__info > .field ol + h4 {
  margin-top: 3rem;
}
.node--type-training.node--full .l-node-bottom > .field p + .section--related,
.node--type-training.node--full .field__info > .field p + .section--related {
  margin-top: 1rem;
}
.node--type-training.node--full .l-node-bottom > .field p + ul,
.node--type-training.node--full .field__info > .field p + ul {
  margin-top: 1.6rem;
}
.node--type-training.node--full .l-node-bottom > .field p + h2, .node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors p + .text--employee, .node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field p + .text--employee,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field p + .text--employee, .node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > p + .field__label, .node--type-training.node--full .l-node-bottom > .field p + h3, .node--type-training.node--full .l-node-bottom > .field p + h4,
.node--type-training.node--full .field__info > .field p + h2,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors p + .text--employee,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field p + .text--employee,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info p + .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field p + .text--employee,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > p + .field__label,
.node--type-training.node--full .field__info > .field p + h3,
.node--type-training.node--full .field__info > .field p + h4 {
  margin-top: 3rem;
}
.node--type-training.node--full .l-node-bottom > .field p + .btn, .node--type-training.node--full .l-node-bottom > .field .view--search .block-facets-summary ul li.facet-summary-item--clear p + a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .l-node-bottom > .field p + a,
.node--type-training.node--full .field__info > .field p + .btn,
.node--type-training.node--full .field__info > .field .view--search .block-facets-summary ul li.facet-summary-item--clear p + a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .field__info > .field p + a {
  margin-top: 2rem;
}
.node--type-training.node--full .l-node-bottom > .field p + table,
.node--type-training.node--full .field__info > .field p + table {
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .node--type-training.node--full .l-node-bottom > .field p + table,
  .node--type-training.node--full .field__info > .field p + table {
    margin-top: 4.5rem;
  }
}
.node--type-training.node--full .l-node-bottom > .field p > .btn, .node--type-training.node--full .l-node-bottom > .field .view--search .block-facets-summary ul li.facet-summary-item--clear p > a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .l-node-bottom > .field p > a,
.node--type-training.node--full .field__info > .field p > .btn,
.node--type-training.node--full .field__info > .field .view--search .block-facets-summary ul li.facet-summary-item--clear p > a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .field__info > .field p > a {
  margin-top: 0.6rem;
}
.node--type-training.node--full .l-node-bottom > .field h2 + h3, .node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors .text--employee + h3, .node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field .text--employee + h3,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field .text--employee + h3, .node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-training.node--full .l-node-bottom > .field h2 + table,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field .text--employee + table,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field .text--employee + table,
.node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-training.node--full .field__info > .field h2 + h3,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors .text--employee + h3,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field .text--employee + h3,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info .text--employee + h3,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field .text--employee + h3,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > .field__label + h3,
.node--type-training.node--full .field__info > .field h2 + table,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors .text--employee + table,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field .text--employee + table,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info .text--employee + table,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field .text--employee + table,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + table,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > .field__label + table {
  margin-top: 3rem;
}
.node--type-training.node--full .l-node-bottom > .field h2 + p, .node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors .text--employee + p, .node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field .text--employee + p,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field .text--employee + p, .node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-training.node--full .l-node-bottom > .field h3 + p,
.node--type-training.node--full .l-node-bottom > .field h4 + p,
.node--type-training.node--full .field__info > .field h2 + p,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors .text--employee + p,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field .text--employee + p,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info .text--employee + p,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field .text--employee + p,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > .field__label + p,
.node--type-training.node--full .field__info > .field h3 + p,
.node--type-training.node--full .field__info > .field h4 + p {
  margin-top: 1.6rem;
}
.node--type-training.node--full .l-node-bottom > .field h2 strong, .node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .blog__authors .text--employee strong, .node--type-blog-post .blog__authors .node--type-training.node--full .l-node-bottom > .field .text--employee strong,
.node--type-training.node--full .l-node-bottom > .field .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--type-training.node--full .l-node-bottom > .field .text--employee strong, .node--type-training.node--full .l-node-bottom > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-bottom > .field .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-training.node--full .l-node-bottom > .field h3 strong,
.node--type-training.node--full .l-node-bottom > .field h4 strong,
.node--type-training.node--full .field__info > .field h2 strong,
.node--type-training.node--full .field__info > .field .node--type-blog-post .blog__authors .text--employee strong,
.node--type-blog-post .blog__authors .node--type-training.node--full .field__info > .field .text--employee strong,
.node--type-training.node--full .field__info > .field .node--type-blog-post .author__info .text--employee strong,
.node--type-blog-post .author__info .node--type-training.node--full .field__info > .field .text--employee strong,
.node--type-training.node--full .field__info > .field .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-programme-curriculum.node--full .node--type-training.node--full .field__info > .field .l-node-content > .field--name-field-specialisations > .field__label strong,
.node--type-training.node--full .field__info > .field h3 strong,
.node--type-training.node--full .field__info > .field h4 strong {
  font-weight: 800;
}
.node--type-training.node--full .l-node-bottom > .field .btn, .node--type-training.node--full .l-node-bottom > .field .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .l-node-bottom > .field a,
.node--type-training.node--full .field__info > .field .btn,
.node--type-training.node--full .field__info > .field .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .field__info > .field a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
  line-height: inherit;
  cursor: pointer;
}
.node--type-training.node--full .l-node-bottom > .field .btn--primary,
.node--type-training.node--full .field__info > .field .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}
.node--type-training.node--full .l-node-bottom > .field .btn--secondary, .node--type-training.node--full .l-node-bottom > .field .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .l-node-bottom > .field a,
.node--type-training.node--full .field__info > .field .btn--secondary,
.node--type-training.node--full .field__info > .field .view--search .block-facets-summary ul li.facet-summary-item--clear a,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .field__info > .field a {
  background-image: url("../../img/i-arrow-small--white.svg");
}
.node--type-training.node--full .l-node-bottom > .field .btn strong, .node--type-training.node--full .l-node-bottom > .field .view--search .block-facets-summary ul li.facet-summary-item--clear a strong, .view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .l-node-bottom > .field a strong,
.node--type-training.node--full .field__info > .field .btn strong,
.node--type-training.node--full .field__info > .field .view--search .block-facets-summary ul li.facet-summary-item--clear a strong,
.view--search .block-facets-summary ul li.facet-summary-item--clear .node--type-training.node--full .field__info > .field a strong {
  font-weight: 800;
}
.node--type-training.node--full .l-node-bottom > .field,
.node--type-training.node--full .field__info > .field {
  padding: 1.2rem 0;
  border-bottom: solid 1px #d7d7d7;
  width: 100%;
  margin-top: 0;
}
.node--type-training.node--full .l-node-bottom > .field:first-child,
.node--type-training.node--full .field__info > .field:first-child {
  padding-top: 0;
}
.node--type-training.node--full .l-node-bottom > .field:last-of-type,
.node--type-training.node--full .field__info > .field:last-of-type {
  border: none;
}
@media (min-width: 992px) {
  .node--type-training.node--full .l-node-bottom > .field,
  .node--type-training.node--full .field__info > .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.node--type-training.node--full .l-node-bottom > .field .field__label,
.node--type-training.node--full .field__info > .field .field__label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-training.node--full .l-node-bottom > .field .field__label + p,
.node--type-training.node--full .field__info > .field .field__label + p {
  margin-top: 1rem;
}
.node--type-training.node--full .l-node-bottom > .field .field__label,
.node--type-training.node--full .field__info > .field .field__label {
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .node--type-training.node--full .l-node-bottom > .field .field__label,
  .node--type-training.node--full .field__info > .field .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
}
.node--type-training.node--full .l-node-bottom > .field--name-field-loc,
.node--type-training.node--full .field__info > .field--name-field-loc {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.node--type-training.node--full .l-node-bottom > .field--name-field-contact-info,
.node--type-training.node--full .field__info > .field--name-field-contact-info {
  display: block;
}
.node--type-training.node--full .l-node-bottom > .field--name-field-contact-info .field__label,
.node--type-training.node--full .field__info > .field--name-field-contact-info .field__label {
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #730E04;
}
.node--type-training.node--full .l-node-bottom > .field--name-field-contact-info .field__label + p,
.node--type-training.node--full .field__info > .field--name-field-contact-info .field__label + p {
  margin-top: 1rem;
}
.node--type-training.node--full .field--name-field-start-date-optional-time,
.node--type-training.node--full .label--to-be-announced {
  color: #E3000B;
  font-weight: 800;
  margin-bottom: 1rem;
}
.node--type-training.node--full .field__date-time .icon,
.node--type-training.node--full .field__locations .icon {
  margin-right: 1rem;
  top: 1rem;
}
.node--type-training.node--full .field__date-time .icon use,
.node--type-training.node--full .field__locations .icon use {
  fill: #E3000B;
}
.node--type-training.node--full .iconfield {
  margin-right: 0;
}
.node--type-training.node--full .iconfield a {
  color: #E3000B;
}
.node--type-training.node--full .iconfield a:hover {
  color: #730E04;
}
.node--type-training.node--full .field__date-time-item,
.node--type-training.node--full .field__location {
  position: relative;
  padding-left: 2.5rem;
}
.node--type-training.node--full .field__date-time-item .icon,
.node--type-training.node--full .field__location .icon {
  position: absolute;
  left: 0;
}
.node--type-training.node--full .field__guest-teacher-link {
  padding-left: 2.5rem;
}
.node--type-training.node--full .field__guest-teacher-link a {
  font-size: 1.4rem;
  color: #666666;
}
.node--type-training.node--full .factsheet .section__title {
  margin-bottom: 1rem;
}
.node--type-training.node--full .factsheet .definitionlist--stacked > div {
  display: block;
  padding: 1.2rem 0;
  border-bottom: solid 1px #d7d7d7;
}
.node--type-training.node--full .factsheet .definitionlist--stacked > div:first-child {
  padding-top: 1.2rem;
}
@media (min-width: 560px) {
  .node--type-training.node--full .factsheet .definitionlist--stacked > div {
    width: calc(50% - 1.5rem);
  }
  .node--type-training.node--full .factsheet .definitionlist--stacked > div:nth-child(even) {
    margin-left: 3rem;
  }
}
.node--type-training.node--full .accordion {
  margin: 5rem 0;
}
.node--type-training.node--full section.section--partners {
  margin: 5rem 0;
}
.node--type-training.node--full .section--training-editions {
  margin-top: 5rem;
}
.node--type-training.node--full .section--training-edition {
  border: 1px solid #d7d7d7;
  padding: 1.6rem 3rem;
  margin: 3rem 0;
}
.node--type-training.node--full .section--training-edition .field {
  padding: 1rem 0;
  width: 100%;
  margin-top: 0;
}
.node--type-training.node--full .section--training-edition .field.field--name-field-date-and-times {
  padding-bottom: 0;
}
.node--type-training.node--full .section--training-edition .field.field--name-extra-field-training-edition-icall-link {
  padding-top: 0;
}
@media (min-width: 992px) {
  .node--type-training.node--full .section--training-edition .field.field--name-extra-field-training-edition-icall-link {
    padding-left: 23rem;
  }
}
@media (min-width: 992px) {
  .node--type-training.node--full .section--training-edition .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .node--type-training.node--full .section--training-edition .field .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
}
.node--type-training.node--full .section--training-edition .field .field {
  padding: 0;
}
.node--type-training.node--full .section--training-edition .fieldgroup-collapsible {
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
}
.node--type-training.node--full .section--training-edition .fieldgroup-collapsible ~ .fieldgroup-collapsible {
  border-top: 1px solid #d7d7d7;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper {
  position: relative;
  border-top: 1px solid #d7d7d7;
  padding-top: 1rem;
  margin-top: 1rem;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper label {
  color: #730E04;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 800;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper label + p {
  margin-top: 1rem;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper label {
  position: relative;
  padding-left: 2.4rem;
  pointer-events: none;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper label::before, .node--type-training.node--full .section--training-edition .info-button--wrapper label::after {
  background-color: #730E04;
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper label.show::before {
  -webkit-transform: translate(0, 0) rotate(-90deg) scale(1);
          transform: translate(0, 0) rotate(-90deg) scale(1);
}
.node--type-training.node--full .section--training-edition .info-button--wrapper input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.node--type-training.node--full .section--training-edition .info-button--wrapper input[type=checkbox]::before, .node--type-training.node--full .section--training-edition .info-button--wrapper input[type=checkbox]::after {
  content: none;
}
.node--type-training.node--full .section--training-edition:has(input) .fieldgroup-collapsible {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.node--type-training.node--full .section--training-edition:has(input) .show {
  display: block;
}
.node--type-training.node--full .section--training-edition:has(input) .hide {
  display: none;
}
.node--type-training.node--full .section--training-edition:has(input:checked) .fieldgroup-collapsible {
  max-height: 200rem;
  opacity: 1;
  padding-top: 1rem;
  margin-top: 1rem;
}
.node--type-training.node--full .section--training-edition:has(input:checked) .show {
  display: none;
}
.node--type-training.node--full .section--training-edition:has(input:checked) .hide {
  display: block;
}
.node--type-training.node--full .section--related-content {
  margin-top: 5rem;
}
.node--type-training.node--full .section--related-content > h2, .node--type-training.node--full .node--type-blog-post .blog__authors .section--related-content > .text--employee, .node--type-blog-post .blog__authors .node--type-training.node--full .section--related-content > .text--employee,
.node--type-training.node--full .node--type-blog-post .author__info .section--related-content > .text--employee,
.node--type-blog-post .author__info .node--type-training.node--full .section--related-content > .text--employee, .node--type-training.node--full .node--type-programme-curriculum.node--full .l-node-content > .section--related-content.field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .node--type-training.node--full .l-node-content > .section--related-content.field--name-field-specialisations > .field__label {
  color: #E3000B;
}
.node--type-training.node--full .section--related .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--field-related.grid--col-3 > .list-item {
  width: 100%;
}
.node--type-training.node--full .section--related .grid:not(.grid--masonry):not(.grid--masonry-sidebar).grid--field-related.grid--col-3 > .list-item:not(:first-of-type) {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}

.node--type-vacancy.node--view-mode-full {
  margin-top: 3rem;
}
.node--type-vacancy.node--view-mode-full .l-node-content > .definitionlist + div {
  margin-top: 4rem;
}
.node--type-vacancy.node--view-mode-full .field--name-body {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .node--type-vacancy.node--view-mode-full .l-node-content > .field {
    margin-top: 5rem;
  }
}
.node--type-vacancy.node--view-mode-full .l-node-content .text--information {
  padding-left: 0;
  margin-bottom: 2rem;
}
.node--type-vacancy.node--view-mode-full .l-node-content .field__label {
  margin-bottom: 1rem;
}
.node--type-vacancy.node--view-mode-full .l-node-content .field__label + p {
  margin-top: 0;
}
.node--type-vacancy.node--view-mode-full p + .definitionlist {
  margin-top: 3rem;
}
.node--type-vacancy.node--view-mode-full .definitionlist__item:first-child {
  padding-top: 1.2rem;
  border-top: solid 1px #d7d7d7;
}
.node--type-vacancy.node--view-mode-full .article-body ul,
.node--type-vacancy.node--view-mode-full .rich-text ul {
  margin-bottom: 2rem;
}
.node--type-vacancy.node--view-mode-full .contact-block {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.node--type-vacancy.node--view-mode-full .contact-block__title {
  margin-bottom: 3rem;
}
.node--type-vacancy.node--view-mode-full .contact-block__function {
  margin: 1rem 0 2rem 0;
  display: block;
}
.node--type-vacancy.node--view-mode-full .contact-block + .field {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
  padding-top: 3rem;
}
.node--type-vacancy.node--view-mode-full .l-node-footer {
  border-top: none;
  padding-top: 0;
  margin-top: 5rem;
}
.node--type-vacancy.node--view-mode-full .vacancy__deadline {
  margin-left: 1rem;
  font-weight: bold;
  color: #730E04;
}
.node--type-vacancy.node--view-mode-full #webform {
  margin-top: 5rem;
}
.node--type-vacancy .fte__min::after {
  content: " - ";
}
.node--type-vacancy .fte__min:last-child::after {
  content: none;
}

.vacancy__apply {
  margin-top: 4rem;
}
.vacancy__apply--top + div {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 4rem;
  padding-top: 1rem;
}

.webform-submission-job-application-form .form-item-data-processing-policy-info {
  border-top: none;
  padding-left: 4rem;
  padding-top: 0;
}
.webform-submission-job-application-form .js-form-type-checkbox + .js-form-type-webform-markup {
  border-top: none;
  padding-left: 3.5rem;
  padding-top: 0;
  margin-top: 2rem;
}

/*Pages */
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.conversational-search-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.conversational-search-page .bottom-link-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.maintenance-page .layout-container {
  min-height: 100vh;
}
.maintenance-page .header__logo {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2.8rem;
}
.maintenance-page .header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 559px) {
  .maintenance-page .header__logo {
    background: url("../../logo.svg") center right no-repeat;
    width: 4rem;
    overflow: hidden;
    left: 1rem;
    margin-left: 0;
    height: 6rem;
    background-size: cover;
  }
  .maintenance-page .header__logo img {
    display: none;
  }
}
@media (min-width: 560px) {
  .maintenance-page .header__logo {
    left: 50%;
    margin-left: -23.7rem;
    width: 26rem;
    height: auto;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Page & Filters */
.facets-widget-checkbox ul,
.facets-widget-grouped_checkbox ul {
  margin: 1.5rem 0 0;
  padding: 0;
}
.facets-widget-checkbox ul ul,
.facets-widget-grouped_checkbox ul ul {
  margin: 0;
}

@media (min-width: 1200px) {
  .block-facets:not(.block-facet-blockscope):not(.block-facet--alphabet-widget) {
    width: 105%;
  }
}
.block-facets:not(.block-facet-blockscope):not(.block-facet--alphabet-widget) ul ul {
  margin-left: -0.5rem;
}
.block-facets:not(.block-facet-blockscope):not(.block-facet--alphabet-widget) ul ul li {
  margin-left: 0;
}

.facet-item {
  list-style: none;
  margin-top: 0.8rem;
  padding-left: 3.2rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  padding-top: 0.5rem;
  -webkit-transition: height 0.5s ease, padding-top 0.5s ease, margin-top 0.5s ease;
  transition: height 0.5s ease, padding-top 0.5s ease, margin-top 0.5s ease;
  overflow: hidden;
}
.facet-item > .facets-widget {
  margin-left: -1rem;
  margin-bottom: 1rem;
}
.facet-item input {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.facet-item > a {
  display: block;
}
.facet-item label:focus, .facet-item label:hover {
  text-decoration: underline;
}
.facet-item input:focus + label,
.facet-item input:hover + label {
  text-decoration: underline;
}
.facet-item input:focus::before,
.facet-item input:hover::before {
  border-color: #E3000B;
}
.facet-item .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.facet-item .icon use {
  fill: #E3000B;
}

.facet-item__value {
  font-size: 1.5rem;
  line-height: 1.3;
  word-break: break-word;
}

.facet-item__count {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.3rem;
  color: #666666;
}

/* Hierarchical */
.facet-list__expand-sub {
  width: 1.8rem;
  height: 1.8rem;
  color: transparent;
  border: 0.2rem solid #d7d7d7;
  display: inline-block;
  border-radius: 0.3rem;
  line-height: 0.5;
  background: transparent url("../../img/icons/chevron-red.svg") center center no-repeat;
  background-size: 5px auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.facet-list__expand-sub:focus, .facet-list__expand-sub:hover {
  border-color: #E3000B;
}
.facet-list__expand-sub.is-active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Range slider */
.facets-widget-range_slider ul {
  padding: 0.5rem 1rem;
}
.facets-widget-range_slider ul li {
  list-style: none;
}
.facets-widget-range_slider ul li .ui-slider {
  height: 0;
  border-color: #d7d7d7;
}
.facets-widget-range_slider ul li .ui-slider-range {
  height: 3px;
  margin-top: -1px;
  background: #E3000B;
}
.facets-widget-range_slider ul li .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  background: #fff;
  border-color: #757575;
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
}
.facets-widget-range_slider ul li .ui-slider-handle.ui-state-hover, .facets-widget-range_slider ul li .ui-slider-handle.ui-state-focus, .facets-widget-range_slider ul li .ui-slider-handle.ui-state-active {
  background: #E3000B;
  border-color: #E3000B;
}
.facets-widget-range_slider ul li .ui-slider-tip {
  background: #f8f7f7;
  color: #666666;
  width: 4.5rem;
}
.facets-widget-range_slider ul li .ui-slider-tip::after {
  border-top-color: #f8f7f7;
}
.facets-widget-range_slider ul li .ui-slider-pip {
  cursor: unset;
  pointer-events: none;
}
.facets-widget-range_slider ul li .ui-slider-line {
  display: none;
}
.facets-widget-range_slider ul li .ui-slider-label, .facets-widget-range_slider ul li .ui-slider-pip:hover .facets-widget-range_slider ul li .ui-slider-label {
  color: #303030;
  font-weight: normal;
  width: 4.5rem;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

/* Alphabet */
.facets-widget-alphabet_widget ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
  gap: 1rem;
}
.facets-widget-alphabet_widget .facet-item {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: uppercase;
}
.facets-widget-alphabet_widget .facet-item > a[disabled] {
  pointer-events: none;
  color: #bababa;
  text-decoration: none;
}
.facets-widget-alphabet_widget .facet-item > a.is-active {
  color: #730E04;
}
.facets-widget-alphabet_widget .facet-item__value {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 3rem;
}
.facets-widget-alphabet_widget select {
  max-width: 57rem;
}

/* Date range */
.facets-widget-date_range ul {
  list-style: none;
  padding: 0;
}
.facets-widget-date_range ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.facets-widget-date_range ul li .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facets-widget-date_range ul li .form-item label {
  font-weight: normal;
  font-size: 1.5rem;
  min-width: 4rem;
}
.lang-en .facets-widget-date_range ul li .form-item label {
  min-width: 5rem;
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .facets-widget-date_range ul li .form-item input {
    max-width: 16rem;
  }
}

/* Scopes */
.block-facet-blockscope {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #d7d7d7;
}
.block-facet-blockscope .block-title {
  color: #E3000B;
}
.block-facet-blockscope ul {
  margin: 2rem 0 0;
  padding: 0;
}
.block-facet-blockscope .facet-item {
  padding-left: 0;
}
.block-facet-blockscope .facet-item > a {
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.5px;
  color: #4a0004;
  line-height: 1.2;
}
.block-facet-blockscope .facet-item > a.is-active {
  color: #E3000B;
}
.block-facet-blockscope .facet-item > a.is-active .facet-item__value::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-bottom: -0.2rem;
  background: #E3000B;
  height: 0.2rem;
}
.block-facet-blockscope .facet-item__value {
  position: relative;
}
.block-facet-blockscope .facet-item__value::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #d7d7d7;
}
.block-facet-blockscope .facet-item__value:focus::before, .block-facet-blockscope .facet-item__value:hover::before, .block-facet-blockscope .facet-item__value.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #E3000B;
}
.block-facet-blockscope .facet-item__value {
  font-size: 1.8rem;
}

/* Grouped checkboxes */
.block-facet--grouped-checkbox .grouped-checkbox-block:not(:last-of-type) {
  margin-bottom: 3rem;
}

/* Exposed form */
.block--page-title + .views-exposed-form.block-views {
  margin-top: 3rem;
}
.views-exposed-form.block-views input {
  display: inline-block;
  margin-top: 0;
}
.views-exposed-form.block-views form {
  position: relative;
}
@media (min-width: 630px) {
  .views-exposed-form.block-views form .form-text {
    max-width: 57rem;
  }
}
.views-exposed-form.block-views form .form-actions,
.views-exposed-form.block-views form .js-form-item:not(.js-form-type-radio) {
  padding: 0;
}
.views-exposed-form.block-views form .form-actions {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 5.8rem;
  width: 6rem;
}
@media (min-width: 630px) {
  .views-exposed-form.block-views form .form-actions {
    left: 51rem;
  }
}
.views-exposed-form.block-views form .form-item label {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.views-exposed-form.block-views form .form-item input {
  padding-right: 4rem;
  background: #fff;
  height: 5.8rem;
}
.views-exposed-form.block-views form .form-item input.form-autocomplete {
  background-image: none;
}
.views-exposed-form.block-views form .form-item input.form-autocomplete.ui-autocomplete-loading {
  background: url(../../img/throbber-active.gif) right 6rem center no-repeat;
  background-size: 15px 15px;
}
.views-exposed-form.block-views form .form-item .form-item--error-message {
  margin: 2rem 0 1rem;
}
.views-exposed-form.block-views form .form-item.l-has-input input.form-autocomplete.ui-autocomplete-loading {
  background-position: right 10rem center;
}
.views-exposed-form.block-views form .form-item-sort-by {
  display: none;
}
.views-exposed-form.block-views .form-submit {
  background: transparent url("../../img/i-search-red.svg") center center no-repeat;
  color: transparent;
  position: absolute;
  padding: 0;
  border-bottom: 0.3rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 5.8rem;
}
.views-exposed-form.block-views .form-submit:hover, .views-exposed-form.block-views .form-submit:focus {
  background-color: transparent;
  border-color: #E3000B;
}
.views-exposed-form.block-views .btn--clear-input {
  border: none;
  position: absolute;
  left: 48rem;
  border-right: 0.1rem solid #d7d7d7;
  background: none;
  top: 1rem;
  height: 3.8rem;
  padding-right: 0.9rem;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  width: 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.views-exposed-form.block-views .btn--clear-input .icon {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75rem;
  margin-left: -1.2rem;
}
.views-exposed-form.block-views .btn--clear-input .icon use {
  fill: #E3000B;
}
.views-exposed-form.block-views .btn--clear-input:focus, .views-exposed-form.block-views .btn--clear-input:hover {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.3rem;
}
.views-exposed-form.block-views .btn--clear-input:focus .icon, .views-exposed-form.block-views .btn--clear-input:hover .icon {
  margin-left: -0.75rem;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item {
  margin: 0;
  padding: 0;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  border: 1px solid #d7d7d7;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a .facet-item__value {
  font-size: 1.2rem;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a:hover, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a:focus {
  border-color: #666666;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active {
  background: #730E04;
  border-color: #730E04;
  color: #fff;
  padding-left: 3rem;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:before {
  content: " ";
  background: #fff;
  border-radius: 50%;
  height: 1.8rem;
  left: 0.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 1.8rem;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active .facet-item__value {
  position: relative;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active .facet-item__value::before, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active .facet-item__value::after {
  background-color: #730E04;
  content: "";
  display: inline-block;
  height: 0.2em;
  left: -2.2rem;
  position: absolute;
  right: calc(100% + 1.2rem);
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active .facet-item__value::before {
  -webkit-transform: translate(30%, -50%) rotate(-45deg);
          transform: translate(30%, -50%) rotate(-45deg);
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active .facet-item__value::after {
  -webkit-transform: translate(-20%, 50%) rotate(45deg) scale(0.5, 1);
          transform: translate(-20%, 50%) rotate(45deg) scale(0.5, 1);
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:hover, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:focus {
  background: #fff;
  color: #730E04;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:hover:before, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:focus:before {
  background: #730E04;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:hover .facet-item__value::before, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:hover .facet-item__value::after, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:focus .facet-item__value::before, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:focus .facet-item__value::after {
  background-color: #fff;
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:hover .facet-item__value::before, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:focus .facet-item__value::before {
  -webkit-transform: translate(10%, -50%) rotate(-45deg);
          transform: translate(10%, -50%) rotate(-45deg);
}
.views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:hover .facet-item__value::after, .views-exposed-form ~ .block-facet--links .facets-widget-links ul .facet-item a.is-active:focus .facet-item__value::after {
  -webkit-transform: translate(10%, -50%) rotate(45deg) scale(1);
          transform: translate(10%, -50%) rotate(45deg) scale(1);
}
.views-exposed-form ~ .block-facet--links .facets-widget-links .btn--show-hide {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.overview--list header {
  margin-top: 2rem;
  position: relative;
}
.overview--list header .form-item-sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 11rem;
}
@media (min-width: 630px) {
  .overview--list header .form-item-sort-by {
    top: 0;
  }
}
.overview--list header .form-item-sort-by label {
  position: relative;
  width: auto;
  height: auto;
}
.overview--list header .form-item-sort-by select {
  margin-top: 0;
  border: 0;
  padding: 0 4rem 0 1.5rem;
}
@media (max-width: 559px) {
  .overview--list header .form-item-sort-by select {
    font-size: 1.6rem;
  }
}
.overview--list header .form-item-sort-by select:focus, .overview--list header .form-item-sort-by select:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 629px) {
  .overview--list:has(header .form-item-sort-by) .item-list {
    margin-top: 7rem;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.page-node-type-section.with-sidebar.with-sidebar--left .hero--detail .field--name-field-hero {
  display: block;
}
@media (min-width: 1200px) {
  .page-node-type-section.with-sidebar.with-sidebar--left .l-main-wrapper .l-sidebar--first {
    padding-top: 11rem;
  }
}

.l-section-branding-wrapper {
  min-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-section-branding-wrapper .block-ru-section-aware-logo-block {
  margin-left: auto;
}
.l-section-branding-wrapper .block-ru-section-aware-logo-block img {
  display: block;
}
@media (max-width: 991px) {
  .l-section-branding-wrapper .block-ru-section-aware-logo-block img {
    max-height: 5rem;
    max-width: 18rem;
  }
}

/*Taxonomy */
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (min-width: 560px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.path-frontpage .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title, .page-node-type-index .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title, .page-node-type-landing .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title, .page-node-type-section .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .path-frontpage .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title, .page-node-type-index .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title, .page-node-type-landing .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title, .page-node-type-section .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section > .section__title {
    font-size: 3.2rem;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text {
  position: relative;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text::before {
  content: " ";
  background: #d7d7d7;
  position: absolute;
  display: block;
  top: 0;
  height: 0.1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text {
  border-top: none;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body h2:first-of-type, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type,
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
.node--type-blog-post .author__info .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body h2:first-of-type, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type,
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
  .node--type-blog-post .author__info .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--banners {
    padding-top: 3rem;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--banners + .section--banners {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--text-blocks::before {
  left: 1.5rem;
  right: 1.5rem;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--contact {
  border: none;
  padding-top: 3rem;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--content-reference.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--topic-tile-view.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--testimonials.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--microstories.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--text-blocks.l-without-title {
  padding-top: 0;
}
@media (min-width: 560px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--content-reference.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--topic-tile-view.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--testimonials.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--microstories.l-without-title, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections > .section--text-blocks.l-without-title {
    padding-top: 3rem;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections .section--banner + .section--microstories,
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections .section--microstories + .section--microstories {
  border: none;
  padding-top: 0;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .l-node-dynamic-sections {
  border: none;
  margin: 0;
  padding: 0;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .field--name-field-organization-type {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #666666;
}
@media (min-width: 1200px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block {
    margin-top: 10rem;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block .field--name-field-website {
  margin-top: 2rem;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 560px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .col--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .col--location > .field__label {
  margin-bottom: 0.4rem;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .field:not(:first-child),
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .iconfield {
  margin-top: 2rem;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .link--arrow-small {
  color: #E3000B;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .link--arrow-small .icon use {
  fill: #E3000B;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .address {
  margin-top: 0;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .social-media-links--platforms {
  margin-top: 0.8rem;
}
@media (min-width: 1200px) {
  .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .contact-block__row--address .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .node--type-building .card__title .link {
  color: #E3000B;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .node--type-building .card__title .link .icon use {
  fill: #E3000B;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .node--type-building .card__title .link:focus, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .node--type-building .card__title .link:hover {
  color: #730E04;
}
.taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .node--type-building .card__title .link:focus .icon use, .taxonomy-term--type-organizational-unit.taxonomy-term--view-mode-full .node--type-building .card__title .link:hover .icon use {
  fill: #730E04;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.page--taxonomy-registry_overview .block--page-title {
  margin-bottom: 1.8rem;
}
.page--taxonomy-registry_overview .rich-text--description:not(.list-item *):not(.search-result *),
.page--taxonomy-registry_overview .rich-text--field-body:not(.list-item *):not(.search-result *) {
  margin-bottom: 3rem;
}
.page--taxonomy-registry_overview .overview--registry > p {
  margin-top: 1.8rem;
}

.page--taxonomy-topic .l-node-dynamic-sections > .section {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
@media (min-width: 560px) {
  .page--taxonomy-topic .l-node-dynamic-sections > .section {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.path-frontpage .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title, .page-node-type-index .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title, .page-node-type-landing .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title, .page-node-type-section .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .path-frontpage .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title, .page-node-type-index .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title, .page-node-type-landing .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title, .page-node-type-section .page--taxonomy-topic .l-node-dynamic-sections > .section > .section__title {
    font-size: 3.2rem;
  }
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--media-text {
  position: relative;
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--media-text::before {
  content: " ";
  background: #d7d7d7;
  position: absolute;
  display: block;
  top: 0;
  height: 0.1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--media-text {
  border-top: none;
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body h2:first-of-type, .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type,
.page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
.node--type-blog-post .author__info .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type, .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body h2:first-of-type, .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .blog__authors .text--employee:first-of-type, .node--type-blog-post .blog__authors .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type,
  .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .node--type-blog-post .author__info .text--employee:first-of-type,
  .node--type-blog-post .author__info .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .text--employee:first-of-type, .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label:first-of-type, .node--type-programme-curriculum.node--full .page--taxonomy-topic .l-node-dynamic-sections > .section--media-text .section--body .l-node-content > .field--name-field-specialisations > .field__label:first-of-type {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .page--taxonomy-topic .l-node-dynamic-sections > .section--banners {
    padding-top: 3rem;
  }
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--banners + .section--banners {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--text-blocks::before {
  left: 1.5rem;
  right: 1.5rem;
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--contact {
  border: none;
  padding-top: 3rem;
}
.page--taxonomy-topic .l-node-dynamic-sections > .section--content-reference.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--topic-tile-view.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--testimonials.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--microstories.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--text-blocks.l-without-title {
  padding-top: 0;
}
@media (min-width: 560px) {
  .page--taxonomy-topic .l-node-dynamic-sections > .section--content-reference.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--topic-tile-view.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--testimonials.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--microstories.l-without-title, .page--taxonomy-topic .l-node-dynamic-sections > .section--text-blocks.l-without-title {
    padding-top: 3rem;
  }
}
.page--taxonomy-topic .l-node-dynamic-sections .section--banner + .section--microstories,
.page--taxonomy-topic .l-node-dynamic-sections .section--microstories + .section--microstories {
  border: none;
  padding-top: 0;
}
.page--taxonomy-topic .l-node-dynamic-sections {
  border: none;
  margin: 0;
  padding: 0;
}
.page--taxonomy-topic .l-grid-wrapper {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .page--taxonomy-topic .l-grid-wrapper {
    margin-top: 6rem;
  }
}
.page--taxonomy-topic .l-grid-wrapper {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .page--taxonomy-topic .l-grid-wrapper {
    padding-top: 4rem;
  }
}
.page--taxonomy-topic .overview--tagged-content {
  border-top: 0.1rem solid #d7d7d7;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .page--taxonomy-topic .overview--tagged-content {
    padding-top: 3rem;
    margin-top: 6rem;
  }
}

.list--subtopic-btn {
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list--subtopic-btn li {
  margin: 0 0 2rem 0;
}
.list--subtopic-btn .btn, .list--subtopic-btn .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .list--subtopic-btn a {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  margin-right: 2rem;
}
.list--subtopic-btn .btn--primary {
  background-image: url("../../img/i-arrow-small--red.svg");
}

/* Page layout */
.sliding-popup-bottom {
  width: 100%;
}

.eu-cookie-compliance-banner {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .eu-cookie-compliance-banner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.eu-cookie-compliance-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (min-width: 560px) {
  .eu-cookie-compliance-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.popup-content-inner {
  max-width: 80%;
}

.eu-cookie-compliance-content {
  width: 100%;
  max-width: 118rem;
}

.eu-cookie-compliance-buttons {
  float: none;
  width: auto;
  max-width: none;
  margin-top: 1rem;
}
.eu-cookie-compliance-buttons .btn, .eu-cookie-compliance-buttons .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .eu-cookie-compliance-buttons a, .eu-cookie-compliance-buttons button {
  padding: 1.5rem 2rem;
  display: inline-block;
  margin: 1.5rem 2rem 0 0;
}
.eu-cookie-compliance-buttons .btn:not(.btn--primary), .eu-cookie-compliance-buttons .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--primary), .view--search .block-facets-summary ul li.facet-summary-item--clear .eu-cookie-compliance-buttons a:not(.btn--primary), .eu-cookie-compliance-buttons button:not(.btn--primary) {
  border: none;
}
.eu-cookie-compliance-buttons .btn:not(.btn--secondary, .btn--primary, .btn--read-more), .eu-cookie-compliance-buttons .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--secondary, .btn--primary, .btn--read-more), .view--search .block-facets-summary ul li.facet-summary-item--clear .eu-cookie-compliance-buttons a:not(.btn--secondary, .btn--primary, .btn--read-more), .eu-cookie-compliance-buttons button:not(.btn--secondary, .btn--primary, .btn--read-more) {
  color: #E3000B;
  border: 0.2rem solid #E3000B;
}
.eu-cookie-compliance-buttons .btn:not(.btn--secondary, .btn--primary, .btn--read-more):hover, .eu-cookie-compliance-buttons .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--secondary, .btn--primary, .btn--read-more):hover, .view--search .block-facets-summary ul li.facet-summary-item--clear .eu-cookie-compliance-buttons a:not(.btn--secondary, .btn--primary, .btn--read-more):hover, .eu-cookie-compliance-buttons .btn:not(.btn--secondary, .btn--primary, .btn--read-more):focus, .eu-cookie-compliance-buttons .view--search .block-facets-summary ul li.facet-summary-item--clear a:not(.btn--secondary, .btn--primary, .btn--read-more):focus, .view--search .block-facets-summary ul li.facet-summary-item--clear .eu-cookie-compliance-buttons a:not(.btn--secondary, .btn--primary, .btn--read-more):focus, .eu-cookie-compliance-buttons button:not(.btn--secondary, .btn--primary, .btn--read-more):hover, .eu-cookie-compliance-buttons button:not(.btn--secondary, .btn--primary, .btn--read-more):focus {
  color: #730E04;
  border-color: #730E04;
  text-decoration: underline;
}
.eu-cookie-compliance-buttons .btn--read-more, .eu-cookie-compliance-buttons button--read-more {
  padding-right: 0;
  padding-left: 1rem;
}
.eu-cookie-compliance-buttons .btn--read-more .icon, .eu-cookie-compliance-buttons button--read-more .icon {
  margin-top: 0.5rem;
}
@media (max-width: 559px) {
  .eu-cookie-compliance-buttons .btn, .eu-cookie-compliance-buttons .view--search .block-facets-summary ul li.facet-summary-item--clear a, .view--search .block-facets-summary ul li.facet-summary-item--clear .eu-cookie-compliance-buttons a, .eu-cookie-compliance-buttons button {
    padding: 1rem 1.5rem;
    margin-right: 0;
  }
}

.cookie-content-blocker__message-wrapper {
  background: #f8f7f7;
  border: 0.2rem solid #E3000B;
}
@media (min-width: 560px) {
  .cookie-content-blocker__message-wrapper {
    padding: 3.5rem;
  }
}
.cookie-content-blocker__message-wrapper p:first-child {
  margin-top: 0;
}
.cookie-content-blocker__message-wrapper button {
  background: #730E04;
  color: #fff;
  border: none;
  padding: 1.5rem 2rem;
  font-weight: 800;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.layout-container {
  width: 100%;
  background: #fff;
  max-width: 2200px;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.07);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
}

.l-main-wrapper {
  margin-top: 6.2rem;
}
@media (min-width: 1200px) {
  .l-main-wrapper {
    margin-top: 12.4rem;
  }
}

.toolbar-fixed .l-main-wrapper {
  margin-top: calc(6.2rem + var(--drupal-displace-offset-top));
}
@media (min-width: 1200px) {
  .toolbar-fixed .l-main-wrapper {
    margin-top: calc(12.4rem + var(--drupal-displace-offset-top));
  }
}

.l-main-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-main-wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.l-main-wrapper {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .l-main-wrapper {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1600px) {
  .l-main-wrapper {
    padding-bottom: 11rem;
  }
}

.l-messages-wrapper {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}

.l-main-wrapper {
  max-width: calc(118rem + 3rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .with-sidebar .l-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .with-sidebar .l-main-wrapper .region--help {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .with-sidebar--left .l-main-wrapper .l-sidebar--first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5rem;
  }
  .with-sidebar--left .l-main-wrapper .l-main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-left: 0.1rem solid #d7d7d7;
  }
  .with-sidebar--left .l-main-wrapper .l-content {
    padding-left: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .with-sidebar--left .l-main-wrapper .l-sidebar--first {
    width: 22rem;
  }
  .with-sidebar--left .l-main-wrapper .l-main {
    width: calc(100% - 22rem);
  }
}
@media (min-width: 1200px) {
  .with-sidebar--left .l-main-wrapper .l-sidebar--first {
    padding-top: 8rem;
    width: 26rem;
  }
  .with-sidebar--left .l-main-wrapper .l-main {
    width: calc(100% - 26rem);
  }
}
.will-have-sidebar .l-main-wrapper .l-main {
  border-left: 0;
  margin: 0 auto;
}
.will-have-sidebar .l-main-wrapper .l-sidebar--first {
  display: none;
}
@media (min-width: 992px) {
  .js-sidebar .l-main-wrapper .l-main:not(:has(+ aside)) {
    margin-left: 22rem;
  }
}
@media (min-width: 1200px) {
  .js-sidebar .l-main-wrapper .l-main:not(:has(+ aside)) {
    margin-left: 26rem;
  }
}

aside {
  width: 100%;
}
@media (max-width: 991px) {
  aside {
    border-top: 0.1rem solid #d7d7d7;
    margin-top: 5rem;
    padding-top: 3rem;
  }
  aside + aside {
    margin-top: 3rem;
  }
}

@media (max-width: 559px) {
  .l-sidebar--first {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -2rem;
    margin-right: -2rem;
    width: auto;
    background: #f8f7f7;
    border-top: 0.2rem solid #d7d7d7;
    padding-bottom: 3rem;
  }
}
@media (max-width: 559px) and (min-width: 560px) {
  .l-sidebar--first {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 559px) and (min-width: 560px) {
  .l-sidebar--first {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}
@media (min-width: 560px) {
  .l-sidebar--first {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .l-sidebar--first {
    padding-right: 3rem;
  }
}
.l-sidebar--first .block {
  margin-bottom: 3rem;
}
.l-sidebar--first .block-ru-menu + .block-facets {
  border-top: solid 1px #d7d7d7;
  padding-top: 3rem;
}

.region--content {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .region--content {
    margin-top: 6rem;
  }
}
.with-sidebar--left .region--content {
  margin-left: 0;
}
.maintenance-page .region--content, .path-node.no-sidebars .region--content, .login-page.no-sidebars .region--content {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebars.page-node-type-training .region--content, .no-sidebars.page-node-type-space .region--content, .no-sidebars.page-node-type-building .region--content, .no-sidebars.page-node-type-project .region--content, .no-sidebars.page-node-type-news-item .region--content, .no-sidebars.page-node-type-blog-post .region--content, .no-sidebars.page-node-type-event .region--content, .no-sidebars.page-node-type-homepage .region--content {
  max-width: none;
}

@media (min-width: 1000px) {
  .region--sidebar_first + .region--filters {
    border-top: 0.1rem solid #d7d7d7;
    padding-top: 3rem;
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .js-region--sidebar_first + .region--filters {
    margin-top: 0;
  }
}

.page__subtitle {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #730E04;
  margin-top: 1rem;
}
.page__subtitle + .meta-data {
  margin-top: 2rem;
}

.blur::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  opacity: 1;
}

.label {
  font-weight: 800;
  color: #730E04;
  letter-spacing: -1px;
}

.page__title-label {
  display: block;
  color: #730E04;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-bottom: 1rem;
}

.page__title-label .collect-master-link a {
  color: #730E04;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page__title-label .collect-master-link a:hover {
  color: #E3000B;
  text-decoration: none;
}

.block-title {
  font-size: 2.2rem;
  line-height: 1.4;
}

.block--page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.block--page-title .rss-feed--link {
  line-height: 0;
}
.block--page-title .rss-feed--link use {
  fill: #E3000B;
}

@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Regular.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-Bold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/themes/custom/ru/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.nav-shown {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.l-site-header {
  background: #fff;
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

.toolbar-fixed .l-site-header {
  top: var(--drupal-displace-offset-top);
}

.l-header-top {
  max-width: calc(118rem + 3rem * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-header-top {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.l-header-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  position: relative;
  border: none;
}
.l-header-top .btn--menu {
  width: 4rem;
  height: 4rem;
  z-index: 9;
  position: absolute;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  .l-header-top .btn--menu {
    display: none;
  }
}
.l-header-top .btn--menu .icon--hamburger .icon-bar {
  background-color: #8F2011;
  display: block;
  height: 0.2rem;
  opacity: 1;
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 1.7rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header-top .btn--menu .icon--hamburger .icon-bar + .icon-bar {
  margin-top: 0.3rem;
}
.l-header-top .btn--menu.active, .l-header-top .btn--menu:hover, .l-header-top .btn--menu:focus {
  border-color: rgb(189.5, 189.5, 189.5);
}
.l-header-top .btn--menu.active .icon--hamburger .icon-bar {
  background-color: #E3000B;
}
.l-header-top .btn--menu.active .icon--hamburger .icon-bar:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header-top .btn--menu.active .icon--hamburger .icon-bar:nth-child(2) {
  opacity: 0;
}
.l-header-top .btn--menu.active .icon--hamburger .icon-bar:last-child {
  top: -0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header-top .region--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-top .region--header .branding {
  direction: rtl;
  width: 3.6rem;
}
@media (max-width: 991px) {
  .l-header-top .region--header .branding {
    overflow-x: hidden;
  }
}
.l-header-top .region--header .branding .branding__logo {
  display: block;
  height: 4.2rem;
  max-width: none;
}

.l-nav {
  position: relative;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .l-nav {
    background: #f8f7f7;
  }
}
.l-nav .l-nav-wrapper {
  position: relative;
  height: auto;
}
@media (min-width: 1200px) {
  .l-nav .l-nav-wrapper {
    max-width: calc(118rem + 3rem * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-nav .l-nav-wrapper .region--navigation {
  background: #f8f7f7;
  position: absolute;
  left: 0;
  top: calc(100% + 1rem);
  right: 0;
  height: 0;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
  pointer-events: all;
  -webkit-transition: opacity 0.35s 0.45s ease-in-out, height 0.3s 0.4s ease-in-out;
  transition: opacity 0.35s 0.45s ease-in-out, height 0.3s 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .l-nav .l-nav-wrapper .region--navigation {
    position: static;
    height: auto;
    opacity: 1;
    overflow: visible;
  }
}
.l-nav .l-nav-wrapper.nav-show .region--navigation {
  opacity: 1;
  height: calc(100dvh - 6.2rem);
}
@media (min-width: 1200px) {
  .l-nav .l-nav-wrapper.nav-show .region--navigation {
    height: auto;
  }
}
.l-nav .l-nav-wrapper[aria-expanded=false] {
  visibility: visible;
  height: auto;
}
.l-nav .l-nav-wrapper .l-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -5rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
}
@media (min-width: 560px) {
  .l-nav .l-nav-wrapper .l-search {
    right: 3rem;
  }
}
@media (min-width: 1200px) {
  .l-nav .l-nav-wrapper .l-search {
    margin-top: 0;
    margin-right: 0;
  }
}
.l-nav .l-nav-wrapper .l-search .region--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  pointer-events: all;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language a {
  position: relative;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language a::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #d7d7d7;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language a:focus::before, .l-nav .l-nav-wrapper .l-search .region--search .block-language a:hover::before, .l-nav .l-nav-wrapper .l-search .region--search .block-language a.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #E3000B;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language a {
  color: #8F2011;
  font-weight: 800;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  position: relative;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language span.not-translated {
  color: #bababa;
  text-decoration: line-through;
  font-size: 1.5rem;
  display: block;
  font-weight: 800;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.l-nav .l-nav-wrapper .l-search .region--search .block-language ul:not(.contextual-links) li {
  list-style: none;
}
.l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form .contextual {
  display: none;
}
.l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form .search-form-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form .search-form-wrapper {
    max-width: 51rem;
  }
}
.l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form .form-actions {
  width: 4rem;
  height: 4rem;
  left: calc(100% - 4rem);
}
.l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form .form-actions .form-submit {
  height: 4rem;
  border: 0.2rem solid transparent;
  background: transparent url(../../img/i-search-red-darker.svg) center center no-repeat;
}
.l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form .form-actions .form-submit:hover {
  border-bottom: 0.2rem solid #8F2011;
}
.l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form input.form-text {
  height: 4rem;
  border: 0.1rem solid #d7d7d7;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .l-nav .l-nav-wrapper .l-search .region--search .views-exposed-form form input.form-text {
    max-width: 24rem;
  }
}
.l-nav .l-nav-wrapper .l-search .btn--search {
  border: 0.1rem solid #d7d7d7;
  padding: 0 1rem;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  .l-nav .l-nav-wrapper .l-search .btn--search {
    display: none;
  }
}
.l-nav .l-nav-wrapper .l-search .btn--search .icon--search {
  position: relative;
}
.l-nav .l-nav-wrapper .l-search .btn--search .icon--search .search-line {
  width: 0.6rem;
  height: 0.25rem;
  position: absolute;
  top: 1.15rem;
  left: 0.9rem;
  background: #8F2011;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-nav .l-nav-wrapper .l-search .btn--search .icon--search .search-circle {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid #8F2011;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-nav .l-nav-wrapper .l-search .btn--search.active .icon--search .search-line,
.l-nav .l-nav-wrapper .l-search .btn--search.active .icon--search .search-circle {
  width: 1.7rem;
  left: -0.1rem;
  top: 0.7rem;
  background: #E3000B;
  border-color: #E3000B;
}
.l-nav .l-nav-wrapper .l-search .btn--search.active .icon--search .search-circle {
  height: 0.2rem;
  border-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-nav .l-nav-wrapper .l-search .btn--search.active .icon--search .second-line {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-nav .l-nav-wrapper .l-search .btn--clear-input {
  top: 1rem;
  bottom: 1rem;
  right: 4rem;
  left: unset;
  height: auto;
  pointer-events: all;
}
.l-nav .l-nav-wrapper .l-search .btn--clear-input use {
  fill: #8F2011;
}
.l-nav .l-nav-wrapper .l-search {
  /* Dropdown */
}
@media (max-width: 1199px) {
  .l-nav .l-nav-wrapper .l-search #block-ru-search {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.1s;
    transition: opacity 0.3s 0.1s;
  }
}
@media (max-width: 1199px) and (min-width: 560px) {
  .l-nav .l-nav-wrapper .l-search #block-ru-search {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 1199px) {
  .l-nav .l-nav-wrapper .l-search #block-ru-search form {
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }
  .l-nav .l-nav-wrapper .l-search[aria-expanded=true] #block-ru-search {
    width: auto;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 6rem;
    opacity: 1;
  }
}

.l-section--content-bottom {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-section--content-bottom {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.l-section--content-bottom {
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .l-section--content-bottom {
    padding-bottom: 10rem;
  }
}
.l-section--content-bottom .block:not(.block-ru-programme) {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}
.l-section--content-bottom .block:not(.block-ru-programme) {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 3rem;
}
.l-section--content-bottom .block:not(.block-ru-programme) .block-title {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .l-section--content-bottom .block:not(.block-ru-programme) .block-title {
    font-size: 3.2rem;
  }
}
.l-section--content-bottom .block:not(.block-ru-programme) .block-title {
  color: #E3000B;
}
@media (min-width: 992px) {
  .l-section--content-bottom .block:not(.block-ru-programme) .block-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .l-section--content-bottom .block:not(.block-ru-programme) {
    padding-bottom: 6rem;
  }
}

.l-footer-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-footer-wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.l-footer-wrapper {
  background: #f8f7f7;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .l-footer-wrapper {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.l-footer {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer {
  max-width: calc(118rem + 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer h2, .l-footer .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors .l-footer .text--employee,
.l-footer .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info .l-footer .text--employee, .l-footer .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full .l-footer .l-node-content > .field--name-field-specialisations > .field__label {
  font-size: 1.8rem;
}
.l-footer a {
  color: #E3000B;
}
.l-footer .region {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .l-footer .region .block + .block {
    margin-top: 3rem;
  }
}
.l-footer .block-ru-section-aware-logo-block {
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 560px) and (max-width: 1199px) {
  .l-footer .block-ru-section-aware-logo-block {
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 559px) {
  .l-footer .block-ru-section-aware-logo-block {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .l-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .region--footer_col_1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer .region--footer_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .l-footer .region--footer_col_2 .block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(50% - 3rem);
  }
}
@media (max-width: 559px) {
  .l-footer .region--footer_col_1 {
    margin-top: 1rem;
  }
  .l-footer .region--footer_col_1 .menu {
    display: block;
  }
  .l-footer .region--footer_col_1 .menu > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .l-footer .region--footer_col_2 {
    display: block;
  }
  .l-footer .region--footer_col_2 .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .l-footer .region {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(24% - 3rem);
  }
  .l-footer .region--footer_col_1 {
    width: calc(76% - 3rem);
  }
}

.social-media-links--platforms.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.social-media-links--platforms.horizontal:first-of-type {
  margin-top: 1em;
}
.social-media-links--platforms.horizontal li {
  padding: 0;
  margin: 0 0.5rem 0.5rem 0;
}
.social-media-links--platforms.horizontal a {
  width: 3rem;
  height: 3rem;
}
.social-media-links--platforms.horizontal a {
  border: 0.1rem solid #E3000B;
  border-radius: 50%;
  padding: 0;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  line-height: 2.5rem;
}
.social-media-links--platforms.horizontal a:hover, .social-media-links--platforms.horizontal a:focus {
  border-color: #730E04;
  color: #730E04;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.social-media-links--platforms.horizontal a:hover .icon use, .social-media-links--platforms.horizontal a:focus .icon use {
  fill: #730E04;
}
.social-media-links--platforms.horizontal .fa-2x {
  font-size: 1.5rem;
}
.social-media-links--platforms.horizontal .icon {
  width: 1.4rem;
  height: 1.4rem;
}
.social-media-links--platforms.horizontal .icon {
  margin-top: 0.6rem;
}
.social-media-links--platforms.horizontal .icon use {
  fill: #E3000B;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.region--footer_bottom {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}
.region--footer_bottom {
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 560px) and (max-width: 1199px) {
  .region--footer_bottom {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .region--footer_bottom {
    height: 10rem;
    padding-bottom: 0;
  }
}
.region--footer_bottom .menu {
  margin: 0;
  padding: 0;
}
.region--footer_bottom .menu a {
  color: #E3000B;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.region--footer_bottom .menu a:hover, .region--footer_bottom .menu a:focus {
  color: #730E04;
}
.region--footer_bottom .menu li {
  display: inline-block;
  margin-left: 2rem;
}
@media (min-width: 1200px) {
  .region--footer_bottom .menu li {
    margin-left: 2.5rem;
  }
}

#block-sectionawareaddressblock h2, #block-sectionawareaddressblock .node--type-blog-post .blog__authors .text--employee, .node--type-blog-post .blog__authors #block-sectionawareaddressblock .text--employee,
#block-sectionawareaddressblock .node--type-blog-post .author__info .text--employee,
.node--type-blog-post .author__info #block-sectionawareaddressblock .text--employee, #block-sectionawareaddressblock .node--type-programme-curriculum.node--full .l-node-content > .field--name-field-specialisations > .field__label, .node--type-programme-curriculum.node--full #block-sectionawareaddressblock .l-node-content > .field--name-field-specialisations > .field__label {
  margin-bottom: 1.5rem;
  line-height: 3rem;
}

.l-bottom-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .l-bottom-wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.l-bottom-wrapper {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 10rem;
}
@media (min-width: 560px) and (max-width: 991px) {
  .l-bottom-wrapper.l-has-radboud-radboud-umc {
    padding-bottom: 10rem;
  }
}
@media (max-width: 559px) {
  .l-bottom-wrapper.l-has-radboud-radboud-umc {
    padding-bottom: 7rem;
  }
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .footer__logo {
    margin: 0 auto;
    width: 26rem;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__logo {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3.3rem;
    margin-left: 1.4rem;
    width: 26rem;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 26rem;
    height: auto;
    top: 3rem;
    margin-left: -23.8rem;
  }
}
@media (max-width: 991px) {
  .footer__logo:not(.footer__logo--radboud-radboud-umc) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.footer__logo--radboud-radboud-umc {
  background: url("../../img/logo-ru-umc.svg") center center no-repeat;
  background-size: auto 100%;
  width: 40rem;
  height: 6.5rem;
  margin-top: -3.8rem;
  left: 50%;
  margin-left: -23.6rem;
  position: absolute;
}
.footer__logo--radboud-radboud-umc img {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.lang-en .footer__logo--radboud-radboud-umc {
  background-image: url("../../img/logo-ru-umc-en.svg");
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__logo--radboud-radboud-umc {
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .footer__logo--radboud-radboud-umc {
    top: 2.5rem;
    margin-left: -23.6rem;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer__logo--radboud-radboud-umc {
    position: absolute;
    bottom: 2rem;
    margin-top: 0;
  }
}
@media (max-width: 559px) {
  .footer__logo--radboud-radboud-umc {
    height: 4.5rem;
    margin-left: -22rem;
    width: 38.9rem;
    bottom: 1.5rem;
  }
}