/** ubf - v0.3.0 - 2021-02-08 */
@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-Bold.woff2") format("woff2"), url("../fonts/Lelo-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-RegularItalic.woff2") format("woff2"), url("../fonts/Lelo-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, 50% 50%);
*/

.ubf-accordion {
  position: relative; }

.ubf-accordion__content {
    position: relative;
    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;
    margin-left: -1rem;
    margin-bottom: -2rem;
    -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
    -o-transition: opacity 0.4s  , visibility 0.4s  ;
    transition: opacity 0.4s  , visibility 0.4s  ;
    left: 0;
    padding: 1rem 0 0 1rem;
    position: relative;
    right: 0;
    top: 0; }

.ubf-accordion__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 1rem;
      margin-bottom: 2rem; }

.ubf-accordion__content:focus {
      outline: 0; }

.ubf-accordion__content ol {
      list-style-position: inside;
      margin-left: 0 !important; }

.ubf-body--ekvv .ubf-accordion__content {
      background-color: #FFFFFF; }

.ubf-accordion--alternateColor .ubf-accordion__content {
      background-color: #F3F3F3; }

@media (min-width: 1024px) {
      .ubf-accordion__content {
        position: relative;
        display: block;
        margin-left: -2rem;
        margin-bottom: -2rem; }
        .ubf-accordion__content::after {
          content: " ";
          display: table;
          clear: both; }
        .ubf-accordion__content > * {
          float: left;
          margin-left: 2rem;
          margin-bottom: 2rem; } }

.ubf-accordion__content.ubf-js-collapsed {
      opacity: 0;
      position: absolute;
      visibility: hidden; }

html.no-js .ubf-accordion__content.ubf-js-collapsed:focus-within {
        opacity: 1;
        position: relative;
        visibility: inherit; }

@media (min-width: 1024px) {
      .ubf-accordion--openedOnDesktop .ubf-accordion__content.ubf-js-collapsed {
        opacity: 1;
        position: relative;
        visibility: inherit; } }

.no-js .ubf-accordion__content.ubf-js-collapsed {
      opacity: 1;
      position: relative;
      visibility: inherit; }

.ubf-accordion__contentWrapper {
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    margin: 0 0 1rem 0;
    overflow: hidden;
    position: relative;
    width: 100%; }

.ubf-accordion--boxed .ubf-accordion__contentWrapper {
      border-left-color: #14f5b4;
      border-left-style: solid;
      border-left-width: 2px; }

.ubf-body--biology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #92b168; }

.ubf-body--chemistry .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #a08caa; }

.ubf-body--educational-science .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #f08c50; }

.ubf-body--history .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #7db4be; }

.ubf-body--public-health .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #dc5a5a; }

.ubf-body--linguistics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #8fa3b9; }

.ubf-body--mathematics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #dcaa41; }

.ubf-body--medicine .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #145f7d; }

.ubf-body--physics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #649696; }

.ubf-body--law .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #8c8c96; }

.ubf-body--psychology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #8c3250; }

.ubf-body--sociology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #bfd02f; }

.ubf-body--technology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #558ca0; }

.ubf-body--economics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #74799b; }

.ubf-body--library .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #008965; }

.ubf-body--ekvv .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-width: 0; }

.ubf-accordion__toggler {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    width: 100%; }

.ubf-accordion--boxed .ubf-accordion__toggler {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0.5rem 1rem; }

.ubf-accordion--alternateColor .ubf-accordion__toggler {
      padding: 0; }

.ubf-accordion__togglerExtraInfo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 4; }

.ubf-accordion__togglerIcon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 1rem;
    line-height: 0;
    margin-right: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: auto;
    z-index: 2; }

.ubf-accordion--boxed .ubf-accordion__togglerIcon {
      margin-left: 1rem;
      margin-right: 0;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

@media (min-width: 1024px) {
      .ubf-accordion--openedOnDesktop .ubf-accordion__togglerIcon {
        display: none; } }

.ubf-accordion__togglerLink.ubf-js-toggled ~ .ubf-accordion__togglerIcon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.ubf-accordion--boxed .ubf-accordion__togglerLink.ubf-js-toggled ~ .ubf-accordion__togglerIcon {
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg); }

.ubf-accordion__togglerIcon [data-type="svg"] {
      height: 100%;
      width: auto; }

.ubf-accordion__togglerLabel {
    display: inline-block;
    position: relative; }

.ubf-accordion__togglerLink {
    color: #000000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: bold;
    height: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-decoration: none; }

.ubf-accordion__togglerLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

@media (min-width: 1024px) {
      .ubf-accordion--openedOnDesktop .ubf-accordion__togglerLink {
        pointer-events: none; } }

.ubf-body--ekvv .ubf-accordion--boxed .ubf-accordion__togglerLink {
      font-weight: normal; }

.ubf-body--ekvv .ubf-accordion--boxed .ubf-accordion__togglerLink.ubf-js-toggled {
        font-weight: bold; }

.ubf-accordion--boxed .ubf-accordion__togglerLink::before {
      content: '';
      -webkit-transition: background-color 0.4s  , border-color 0.4s  ;
      -o-transition: background-color 0.4s  , border-color 0.4s  ;
      transition: background-color 0.4s  , border-color 0.4s  ;
      background-color: #F0F0F0;
      border-color: transparent;
      border-style: solid;
      border-width: 0 0 0 2px;
      bottom: 0;
      color: #515151;
      left: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }

.ubf-body--ekvv .ubf-accordion--boxed .ubf-accordion__togglerLink::before {
        background-color: #FFFFFF;
        border-width: 0;
        color: #000000;
        font-weight: normal; }

.ubf-body--ekvv .ubf-accordion--boxed .ubf-accordion__togglerLink::before.ubf-js-toggled {
          font-weight: bold; }

.ubf-body--ekvv .ubf-accordion--alternateColor .ubf-accordion__togglerLink::before {
      background-color: #F3F3F3; }

.ubf-accordion__togglerLink.ubf-js-toggled::before {
      border-color: #14f5b4;
      background-color: transparent; }

.ubf-body--biology .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #92b168; }

.ubf-body--chemistry .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #a08caa; }

.ubf-body--educational-science .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #f08c50; }

.ubf-body--history .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #7db4be; }

.ubf-body--public-health .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #dcaa41; }

.ubf-body--medicine .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #145f7d; }

.ubf-body--physics .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #649696; }

.ubf-body--law .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #8c8c96; }

.ubf-body--psychology .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #8c3250; }

.ubf-body--sociology .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #bfd02f; }

.ubf-body--technology .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #558ca0; }

.ubf-body--economics .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #74799b; }

.ubf-body--library .ubf-accordion__togglerLink.ubf-js-toggled::before {
        border-color: #008965; }

.ubf-accordion__togglerLink::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: transparent;
      z-index: 3; }

.ubf-accordionController {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 0; }

@media (min-width: 1024px) {
    .ubf-accordionController {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      line-height: inherit; } }

.ubf-accordionController__action {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-weight: bold;
    text-decoration: underline; }

.ubf-accordionController__action:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-accordionController__action {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-accordionController__action,
      .ubf-body--psychology .ubf-textBox .ubf-accordionController__action {
        color: #FFFFFF; }

.ubf-accordionController__action:not([disabled]):hover {
      color: #01865e; }

.ubf-body--biology .ubf-accordionController__action:not([disabled]):hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-accordionController__action:not([disabled]):hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-accordionController__action:not([disabled]):hover {
        color: #c36226; }

.ubf-body--history .ubf-accordionController__action:not([disabled]):hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-accordionController__action:not([disabled]):hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-accordionController__action:not([disabled]):hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-accordionController__action:not([disabled]):hover {
        color: #b08323; }

.ubf-body--medicine .ubf-accordionController__action:not([disabled]):hover {
        color: #145f7d; }

.ubf-body--physics .ubf-accordionController__action:not([disabled]):hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-accordionController__action:not([disabled]):hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-accordionController__action:not([disabled]):hover {
        color: #85314a; }

.ubf-body--sociology .ubf-accordionController__action:not([disabled]):hover {
        color: #a4474c; }

.ubf-body--technology .ubf-accordionController__action:not([disabled]):hover {
        color: #47798c; }

.ubf-body--economics .ubf-accordionController__action:not([disabled]):hover {
        color: #46506e; }

.ubf-body--library .ubf-accordionController__action:not([disabled]):hover {
        color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-accordionController__action:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-accordionController__action:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-accordionController__action:not([disabled]):hover {
        color: #c6bdbd; }

.ubf-accordionController__action:not(:first-child) {
      margin-left: 1rem; }

@media (min-width: 1024px) {
        .ubf-accordionController__action:not(:first-child) {
          margin-left: 0; } }

.ubf-accordionController__action[disabled] {
      opacity: 0.4;
      text-decoration: none; }

@media (min-width: 1024px) {
      .ubf-accordionController__action {
        display: block;
        padding: 0.5rem 0;
        text-align: right; } }

.ubf-address {
  font-style: normal; }

.ubf-address a:not(.ubf-button) {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    font-weight: normal; }

.ubf-address a:not(.ubf-button):not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-address a:not(.ubf-button) {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-address a:not(.ubf-button),
      .ubf-body--psychology .ubf-textBox .ubf-address a:not(.ubf-button) {
        color: #FFFFFF; }

.ubf-address a:not(.ubf-button):not([disabled]):hover {
      color: #01865e; }

.ubf-body--biology .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #c36226; }

.ubf-body--history .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #b08323; }

.ubf-body--medicine .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #145f7d; }

.ubf-body--physics .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #85314a; }

.ubf-body--sociology .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #a4474c; }

.ubf-body--technology .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #47798c; }

.ubf-body--economics .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #46506e; }

.ubf-body--library .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-address a:not(.ubf-button):not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-address a:not(.ubf-button):not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-address a:not(.ubf-button):not([disabled]):hover {
        color: #c6bdbd; }

.ubf-address__detail + .ubf-address__detail {
    margin-top: 1rem; }

* + .ubf-address__details {
    margin-top: 1rem; }

.ubf-address__detailName {
    display: inline-block;
    margin: 0; }

.ubf-address__detailName::after {
      content: ':'; }

.ubf-address__detailValue {
    display: inline-block;
    margin: 0; }

.ubf-address__image {
    position: relative; }

.ubf-address__image::before {
      content: '';
      display: block;
      padding-bottom: 100%; }

.ubf-address__name {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold; }

.ubf-address__title + .ubf-address__name {
      margin-top: 1rem; }

.ubf-address__picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.ubf-address__role {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal; }

.ubf-address__title + .ubf-address__role {
      margin-top: 1rem; }

.ubf-address__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }

.ubf-alert {
  -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
  -o-transition: opacity 0.4s  , visibility 0.4s  ;
  transition: opacity 0.4s  , visibility 0.4s  ;
  opacity: 0;
  visibility: hidden;
  display: none;
  min-height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media (min-width: 1024px) {
    .ubf-alert {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.ubf-alert.ubf-js-fixed {
    position: fixed; }

.ubf-alert.ubf-js-beforeActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: opacity, visibility; }

.ubf-alert.ubf-js-duringActive {
    opacity: 1;
    visibility: inherit; }

.ubf-alert::before {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1; }

.ubf-alert__container {
    background-color: #FFFFFF;
    border: 2px solid #14F5B4;
    min-height: 100%;
    padding: 1rem 4rem 1rem 1rem;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-alert__container {
        min-height: 0;
        max-width: 64rem;
        padding: 2rem 4rem 2rem 2rem;
        position: relative; } }

.ubf-alert.ubf-js-errored .ubf-alert__container {
      border: 2px solid #EF2626; }

.ubf-alert__toggler {
    height: 4rem;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 4rem;
    z-index: 3; }

@media (min-width: 1024px) {
      .ubf-alert__toggler {
        position: absolute; } }

.ubf-alert__togglerIcon {
    display: block;
    height: 100%;
    width: 100%; }

.ubf-alert__togglerIcon [data-type="svg"] {
      width: 100%;
      height: 100%; }

.ubf-alert__togglerLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.ubf-button {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  background-color: #14f5b4;
  border-color: #14f5b4;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000000;
  -webkit-transition: background-color 0.2s  ;
  -o-transition: background-color 0.2s  ;
  transition: background-color 0.2s  ;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  min-width: 16rem;
  padding: 0.65rem;
  text-align: center; }

.ubf-button::before {
    content: '\00a0';
    display: block;
    margin-left: -1px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    width: 1px;
    z-index: 1; }

.ubf-button__label, .ubf-button__icon,
  .ubf-button__icon svg {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.ubf-button__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.ubf-button__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }

.ubf-button__icon figure,
    .ubf-button__icon span[data-type="svg"] {
      width: inherit;
      height: inherit;
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.ubf-button__label + .ubf-button__icon,
  .ubf-button__icon + .ubf-button__label {
    margin-left: 1em; }

.ubf-body--biology .ubf-button {
    background-color: #92b168;
    border-color: #92b168; }

.ubf-body--chemistry .ubf-button {
    background-color: #a08caa;
    border-color: #a08caa; }

.ubf-body--educational-science .ubf-button {
    background-color: #f08c50;
    border-color: #f08c50; }

.ubf-body--history .ubf-button {
    background-color: #7db4be;
    border-color: #7db4be; }

.ubf-body--public-health .ubf-button {
    background-color: #dc5a5a;
    border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-button {
    background-color: #8fa3b9;
    border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-button {
    background-color: #dcaa41;
    border-color: #dcaa41; }

.ubf-body--medicine .ubf-button {
    background-color: #145f7d;
    border-color: #145f7d; }

.ubf-body--physics .ubf-button {
    background-color: #649696;
    border-color: #649696; }

.ubf-body--law .ubf-button {
    background-color: #8c8c96;
    border-color: #8c8c96; }

.ubf-body--psychology .ubf-button {
    background-color: #8c3250;
    border-color: #8c3250; }

.ubf-body--sociology .ubf-button {
    background-color: #bfd02f;
    border-color: #bfd02f; }

.ubf-body--technology .ubf-button {
    background-color: #558ca0;
    border-color: #558ca0; }

.ubf-body--economics .ubf-button {
    background-color: #74799b;
    border-color: #74799b; }

.ubf-body--library .ubf-button {
    background-color: #008965;
    border-color: #008965; }

.ubf-body--medicine .ubf-button,
  .ubf-body--psychology .ubf-button {
    color: #FFFFFF; }

html:not(.mobile) .ubf-button:hover, .ubf-button:active {
    outline: 1px solid #000000; }

.ubf-button:focus {
    outline: 1px solid #000000; }

.ubf-button--pagination {
    border-color: #000000;
    min-width: 4rem; }

.ubf-button--paginationIdentifier {
    border-color: #000000;
    min-width: 4rem; }

html:not(.mobile) .ubf-button--paginationIdentifier:hover, .ubf-button--paginationIdentifier:active {
      outline: inherit;
      cursor: auto; }

.ubf-button--paginationIdentifier:focus {
      outline: inherit; }

.ubf-button--next, .ubf-button--prev {
    background-color: #14f5b4;
    border-color: #14f5b4; }

.ubf-body--biology .ubf-button--next, .ubf-body--biology .ubf-button--prev {
      background-color: #92b168;
      border-color: #92b168; }

.ubf-body--chemistry .ubf-button--next, .ubf-body--chemistry .ubf-button--prev {
      background-color: #a08caa;
      border-color: #a08caa; }

.ubf-body--educational-science .ubf-button--next, .ubf-body--educational-science .ubf-button--prev {
      background-color: #f08c50;
      border-color: #f08c50; }

.ubf-body--history .ubf-button--next, .ubf-body--history .ubf-button--prev {
      background-color: #7db4be;
      border-color: #7db4be; }

.ubf-body--public-health .ubf-button--next, .ubf-body--public-health .ubf-button--prev {
      background-color: #dc5a5a;
      border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-button--next, .ubf-body--linguistics .ubf-button--prev {
      background-color: #8fa3b9;
      border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-button--next, .ubf-body--mathematics .ubf-button--prev {
      background-color: #dcaa41;
      border-color: #dcaa41; }

.ubf-body--medicine .ubf-button--next, .ubf-body--medicine .ubf-button--prev {
      background-color: #145f7d;
      border-color: #145f7d; }

.ubf-body--physics .ubf-button--next, .ubf-body--physics .ubf-button--prev {
      background-color: #649696;
      border-color: #649696; }

.ubf-body--law .ubf-button--next, .ubf-body--law .ubf-button--prev {
      background-color: #8c8c96;
      border-color: #8c8c96; }

.ubf-body--psychology .ubf-button--next, .ubf-body--psychology .ubf-button--prev {
      background-color: #8c3250;
      border-color: #8c3250; }

.ubf-body--sociology .ubf-button--next, .ubf-body--sociology .ubf-button--prev {
      background-color: #bfd02f;
      border-color: #bfd02f; }

.ubf-body--technology .ubf-button--next, .ubf-body--technology .ubf-button--prev {
      background-color: #558ca0;
      border-color: #558ca0; }

.ubf-body--economics .ubf-button--next, .ubf-body--economics .ubf-button--prev {
      background-color: #74799b;
      border-color: #74799b; }

.ubf-body--library .ubf-button--next, .ubf-body--library .ubf-button--prev {
      background-color: #008965;
      border-color: #008965; }

.ubf-body .ubf-button--generic {
    background-color: #F0F0F0;
    border-color: #F0F0F0; }

.ubf-button--link {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    min-width: 0;
    text-align: left; }

.ubf-button--link:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-button--link {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-button--link,
      .ubf-body--psychology .ubf-textBox .ubf-button--link {
        color: #FFFFFF; }

.ubf-button--link:not([disabled]):hover {
      color: #01865e; }

.ubf-body--biology .ubf-button--link:not([disabled]):hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-button--link:not([disabled]):hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-button--link:not([disabled]):hover {
        color: #c36226; }

.ubf-body--history .ubf-button--link:not([disabled]):hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-button--link:not([disabled]):hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-button--link:not([disabled]):hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-button--link:not([disabled]):hover {
        color: #b08323; }

.ubf-body--medicine .ubf-button--link:not([disabled]):hover {
        color: #145f7d; }

.ubf-body--physics .ubf-button--link:not([disabled]):hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-button--link:not([disabled]):hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-button--link:not([disabled]):hover {
        color: #85314a; }

.ubf-body--sociology .ubf-button--link:not([disabled]):hover {
        color: #a4474c; }

.ubf-body--technology .ubf-button--link:not([disabled]):hover {
        color: #47798c; }

.ubf-body--economics .ubf-button--link:not([disabled]):hover {
        color: #46506e; }

.ubf-body--library .ubf-button--link:not([disabled]):hover {
        color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-button--link:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button--link:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button--link:not([disabled]):hover {
        color: #c6bdbd; }

html:not(.mobile) .ubf-button--link:hover, .ubf-button--link:active {
      outline: 0; }

.ubf-form--login .ubf-button--link {
      color: #000000;
      font-weight: bold;
      text-decoration: underline;
      background-color: transparent;
      border-color: transparent; }

.ubf-form--login .ubf-button--link:not(:hover):focus {
        outline: solid #000000 1px;
        outline-offset: 0.5rem; }

.ubf-textBox .ubf-form--login .ubf-button--link {
        color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-form--login .ubf-button--link,
        .ubf-body--psychology .ubf-textBox .ubf-form--login .ubf-button--link {
          color: #FFFFFF; }

.ubf-form--login .ubf-button--link:not([disabled]):hover {
        color: #000000;
        text-decoration: none; }

.ubf-body--medicine .ubf-textBox .ubf-form--login .ubf-button--link:not([disabled]):hover,
        .ubf-body--psychology .ubf-textBox .ubf-form--login .ubf-button--link:not([disabled]):hover,
        .ubf-body--history .ubf-textBox .ubf-form--login .ubf-button--link:not([disabled]):hover {
          color: #c6bdbd; }

@media (min-width: 575px) {
    .ubf-button--prominent {
      min-width: 34rem; } }

.ubf-button.ubf-button--seamless {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: 0; }

.ubf-button.ubf-button--seamless:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-button.ubf-button--seamless {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-button.ubf-button--seamless,
      .ubf-body--psychology .ubf-textBox .ubf-button.ubf-button--seamless {
        color: #FFFFFF; }

.ubf-button.ubf-button--seamless:not([disabled]):hover {
      color: #01865e; }

.ubf-body--biology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #c36226; }

.ubf-body--history .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #b08323; }

.ubf-body--medicine .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #145f7d; }

.ubf-body--physics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #85314a; }

.ubf-body--sociology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #a4474c; }

.ubf-body--technology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #47798c; }

.ubf-body--economics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #46506e; }

.ubf-body--library .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-button.ubf-button--seamless:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button.ubf-button--seamless:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #c6bdbd; }

html:not(.mobile) .ubf-button.ubf-button--seamless:hover, .ubf-button.ubf-button--seamless:active {
      outline: 0; }

.ubf-button--tableSort {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border-color: transparent;
    bottom: 0;
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 0;
    padding-right: 1rem;
    top: 0;
    width: 100%; }

.ubf-button--tableSort:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-button--tableSort {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-button--tableSort,
      .ubf-body--psychology .ubf-textBox .ubf-button--tableSort {
        color: #FFFFFF; }

.ubf-button--tableSort:not([disabled]):hover {
      color: #01865e; }

.ubf-body--biology .ubf-button--tableSort:not([disabled]):hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-button--tableSort:not([disabled]):hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-button--tableSort:not([disabled]):hover {
        color: #c36226; }

.ubf-body--history .ubf-button--tableSort:not([disabled]):hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-button--tableSort:not([disabled]):hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-button--tableSort:not([disabled]):hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-button--tableSort:not([disabled]):hover {
        color: #b08323; }

.ubf-body--medicine .ubf-button--tableSort:not([disabled]):hover {
        color: #145f7d; }

.ubf-body--physics .ubf-button--tableSort:not([disabled]):hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-button--tableSort:not([disabled]):hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-button--tableSort:not([disabled]):hover {
        color: #85314a; }

.ubf-body--sociology .ubf-button--tableSort:not([disabled]):hover {
        color: #a4474c; }

.ubf-body--technology .ubf-button--tableSort:not([disabled]):hover {
        color: #47798c; }

.ubf-body--economics .ubf-button--tableSort:not([disabled]):hover {
        color: #46506e; }

.ubf-body--library .ubf-button--tableSort:not([disabled]):hover {
        color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-button--tableSort:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button--tableSort:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button--tableSort:not([disabled]):hover {
        color: #c6bdbd; }

html:not(.mobile) .ubf-button--tableSort:hover, .ubf-button--tableSort:active {
      outline: 0; }

@media (min-width: 1024px) {
      .ubf-form.ubf-js-sortable .ubf-button--tableSort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.ubf-form.ubf-js-sortable .ubf-ugc__table--compareLayout .ubf-button--tableSort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.ubf-button--secondary {
    color: #000000 !important;
    background-color: transparent !important; }

.ubf-button--scrollToTop {
    opacity: 0;
    visibility: hidden;
    background-color: #F0F0F0;
    border: none;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal; }

.ubf-body--ekvv .ubf-button--scrollToTop {
      margin-right: 2rem; }

@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-button--scrollToTop {
          margin-left: calc(75% - 2rem + 4rem); } }

@media (min-width: 1500px) {
      .ubf-scrollToTop .ubf-button--scrollToTop {
        pointer-events: auto;
        position: relative;
        -webkit-transform: translateX(100%) translateX(2rem);
            -ms-transform: translateX(100%) translateX(2rem);
                transform: translateX(100%) translateX(2rem); } }

.ubf-button--scrollToTop.ubf-js-visible {
      visibility: inherit;
      opacity: 1; }

.ubf-button--scrollToTop span[data-type="svg"] {
      height: 1.6rem;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-right: 1rem; }

.ubf-html.ubf-js-edge .ubf-button--scrollToTop,
    .ubf-html.ubf-js-ie .ubf-button--scrollToTop {
      visibility: visible; }

.ubf-field--search .ubf-button {
    min-width: 0; }

@media (min-width: 1024px) {
      .ubf-field--search .ubf-button {
        min-width: 16rem; } }

.ubf-field--file .ubf-field__button--file + .ubf-button {
    margin-top: 2rem; }

@media (min-width: 1024px) {
      .ubf-field--file .ubf-field__button--file + .ubf-button {
        margin-top: 0; } }

.ubf-button--pagination .ubf-button__icon {
    height: 1rem;
    width: auto; }

.ubf-button--pagination.ubf-button--prev .ubf-button__icon {
    position: relative;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.ubf-button--tableSort .ubf-button__icon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    height: 1rem;
    margin-left: 0.5rem;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }

.ubf-button--tableSort.ubf-js-ascending .ubf-button__icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.ubf-button--tableSort.ubf-js-descending .ubf-button__icon {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.ubf-calendar {
  border-color: #14f5b4;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  padding: 2rem;
  position: relative; }

.ubf-body--biology .ubf-calendar {
    border-color: #92b168; }

.ubf-body--chemistry .ubf-calendar {
    border-color: #a08caa; }

.ubf-body--educational-science .ubf-calendar {
    border-color: #f08c50; }

.ubf-body--history .ubf-calendar {
    border-color: #7db4be; }

.ubf-body--public-health .ubf-calendar {
    border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-calendar {
    border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-calendar {
    border-color: #dcaa41; }

.ubf-body--medicine .ubf-calendar {
    border-color: #145f7d; }

.ubf-body--physics .ubf-calendar {
    border-color: #649696; }

.ubf-body--law .ubf-calendar {
    border-color: #8c8c96; }

.ubf-body--psychology .ubf-calendar {
    border-color: #8c3250; }

.ubf-body--sociology .ubf-calendar {
    border-color: #bfd02f; }

.ubf-body--technology .ubf-calendar {
    border-color: #558ca0; }

.ubf-body--economics .ubf-calendar {
    border-color: #74799b; }

.ubf-body--library .ubf-calendar {
    border-color: #008965; }

@media (min-width: 1024px) {
    .ubf-calendar {
      padding: 4rem; } }

.ubf-sidebar .ubf-calendar {
    border-left: 0;
    border-right: 0; }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-calendar {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: normal;
        line-height: 1;
        padding: 2rem 0; } }

.ubf-sidebar .ubf-contentBlock:not(:first-child) .ubf-calendar {
    border-top: 0;
    padding-top: 0; }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-contentBlock:not(:first-child) .ubf-calendar {
        padding-top: 0; } }

.ubf-calendar__day {
    font-weight: normal;
    position: relative;
    text-align: center;
    width: calc(14.28571% + 0px); }

@media (min-width: 1024px) {
      .ubf-calendar__day {
        width: calc(14.28571% + 0px); } }

.ubf-calendar__day:first-child[data-ubf-calendar-day-of-week="0"] {
      margin-left: 85.71429%; }

.ubf-calendar__day:first-child[data-ubf-calendar-day-of-week="2"] {
      margin-left: 14.28571%; }

.ubf-calendar__day:first-child[data-ubf-calendar-day-of-week="3"] {
      margin-left: 28.57143%; }

.ubf-calendar__day:first-child[data-ubf-calendar-day-of-week="4"] {
      margin-left: 42.85714%; }

.ubf-calendar__day:first-child[data-ubf-calendar-day-of-week="5"] {
      margin-left: 57.14286%; }

.ubf-calendar__day:first-child[data-ubf-calendar-day-of-week="6"] {
      margin-left: 71.42857%; }

.ubf-calendar__day[data-ubf-calendar-is-today="true"] {
      font-weight: bold; }

.ubf-calendar__day:hover {
      z-index: 32; }

.ubf-calendar__dayLink {
    color: currentColor;
    display: block;
    position: relative;
    text-decoration: none; }

.ubf-calendar__dayLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-calendar__dayLink::before {
      -webkit-transition: opacity 0.2s  ;
      -o-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      border-color: #14f5b4;
      content: '';
      background-color: #FFFFFF;
      border-radius: 50%;
      border-style: solid;
      border-width: 1px;
      height: 3rem;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 3rem;
      z-index: 0; }

.ubf-body--biology .ubf-calendar__dayLink::before {
        border-color: #92b168; }

.ubf-body--chemistry .ubf-calendar__dayLink::before {
        border-color: #a08caa; }

.ubf-body--educational-science .ubf-calendar__dayLink::before {
        border-color: #f08c50; }

.ubf-body--history .ubf-calendar__dayLink::before {
        border-color: #7db4be; }

.ubf-body--public-health .ubf-calendar__dayLink::before {
        border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-calendar__dayLink::before {
        border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-calendar__dayLink::before {
        border-color: #dcaa41; }

.ubf-body--medicine .ubf-calendar__dayLink::before {
        border-color: #145f7d; }

.ubf-body--physics .ubf-calendar__dayLink::before {
        border-color: #649696; }

.ubf-body--law .ubf-calendar__dayLink::before {
        border-color: #8c8c96; }

.ubf-body--psychology .ubf-calendar__dayLink::before {
        border-color: #8c3250; }

.ubf-body--sociology .ubf-calendar__dayLink::before {
        border-color: #bfd02f; }

.ubf-body--technology .ubf-calendar__dayLink::before {
        border-color: #558ca0; }

.ubf-body--economics .ubf-calendar__dayLink::before {
        border-color: #74799b; }

.ubf-body--library .ubf-calendar__dayLink::before {
        border-color: #008965; }

.ubf-body:not(.ubf-body--faculty) .ubf-calendar__dayLink::before {
      border-color: #01865E; }

.ubf-calendar__dayLink.ubf-js-selected::before {
      background-color: #14f5b4;
      opacity: 1; }

.ubf-body--biology .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #92b168; }

.ubf-body--chemistry .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #a08caa; }

.ubf-body--educational-science .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #f08c50; }

.ubf-body--history .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #7db4be; }

.ubf-body--public-health .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #dcaa41; }

.ubf-body--medicine .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #145f7d; }

.ubf-body--physics .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #649696; }

.ubf-body--law .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #8c8c96; }

.ubf-body--psychology .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #8c3250; }

.ubf-body--sociology .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #bfd02f; }

.ubf-body--technology .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #558ca0; }

.ubf-body--economics .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #74799b; }

.ubf-body--library .ubf-calendar__dayLink.ubf-js-selected::before {
        background-color: #008965; }

.ubf-calendar__dayLink:hover::before {
      opacity: 1; }

.ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
      background-color: #14f5b4;
      content: '';
      border-radius: 50%;
      height: 3rem;
      left: 50%;
      position: absolute;
      top: 105%;
      -webkit-transform: translateX(-50%) scale(0.2);
          -ms-transform: translateX(-50%) scale(0.2);
              transform: translateX(-50%) scale(0.2);
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      width: 3rem;
      z-index: 0; }

.ubf-body--biology .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #92b168; }

.ubf-body--chemistry .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #a08caa; }

.ubf-body--educational-science .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #f08c50; }

.ubf-body--history .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #7db4be; }

.ubf-body--public-health .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #dcaa41; }

.ubf-body--medicine .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #145f7d; }

.ubf-body--physics .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #649696; }

.ubf-body--law .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #8c8c96; }

.ubf-body--psychology .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #8c3250; }

.ubf-body--sociology .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #bfd02f; }

.ubf-body--technology .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #558ca0; }

.ubf-body--economics .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #74799b; }

.ubf-body--library .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
        background-color: #008965; }

.ubf-body:not(.ubf-body--faculty) .ubf-calendar__dayLink:not(.ubf-js-selected)[data-ubf-events-count]::after {
      background-color: #01865E; }

.ubf-calendar__days {
    position: relative;
    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;
    margin-left: 0;
    margin-top: -1rem;
    margin-left: calc(-8.33333% + 0.6em);
    margin-right: calc(-8.33333% + 0.6em); }

.ubf-calendar__days > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 0;
      margin-top: 1rem; }

@media (min-width: 1024px) {
      .ubf-calendar__days {
        position: relative;
        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;
        margin-left: 0;
        margin-top: -2rem;
        margin-left: calc(-8.33333% + 0.6em);
        margin-right: calc(-8.33333% + 0.6em); }
        .ubf-calendar__days > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-left: 0;
          margin-top: 2rem; } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-calendar__days {
        position: relative;
        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;
        margin-left: 0;
        margin-top: -1rem;
        margin-left: calc(-8.33333% + 0.6em);
        margin-right: calc(-8.33333% + 0.6em); }
        .ubf-sidebar .ubf-calendar__days > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-left: 0;
          margin-top: 1rem; } }

.ubf-calendar__dayValue {
    position: relative;
    z-index: 1; }

.ubf-calendar__dayLink.ubf-js-selected .ubf-calendar__dayValue {
      color: #000000; }

.ubf-body--medicine .ubf-calendar__dayLink.ubf-js-selected .ubf-calendar__dayValue,
      .ubf-body--psychology .ubf-calendar__dayLink.ubf-js-selected .ubf-calendar__dayValue {
        color: #FFFFFF; }

.ubf-calendar__header {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center; }

html.no-js .ubf-calendar__header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

@media (min-width: 1024px) {
      .ubf-calendar__header {
        margin-bottom: 4rem; } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-calendar__header {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: normal;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 2rem; } }

.ubf-calendar__monthLink {
    color: #01865e;
    display: inline-block;
    height: 2rem;
    line-height: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto; }

.ubf-calendar__monthLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-body--biology .ubf-calendar__monthLink {
      color: #708f4a; }

.ubf-body--chemistry .ubf-calendar__monthLink {
      color: #84698d; }

.ubf-body--educational-science .ubf-calendar__monthLink {
      color: #c36226; }

.ubf-body--history .ubf-calendar__monthLink {
      color: #4e8f9a; }

.ubf-body--public-health .ubf-calendar__monthLink {
      color: #c55757; }

.ubf-body--linguistics .ubf-calendar__monthLink {
      color: #70859c; }

.ubf-body--mathematics .ubf-calendar__monthLink {
      color: #b08323; }

.ubf-body--medicine .ubf-calendar__monthLink {
      color: #145f7d; }

.ubf-body--physics .ubf-calendar__monthLink {
      color: #4b7d7d; }

.ubf-body--law .ubf-calendar__monthLink {
      color: #6d6d77; }

.ubf-body--psychology .ubf-calendar__monthLink {
      color: #85314a; }

.ubf-body--sociology .ubf-calendar__monthLink {
      color: #a4474c; }

.ubf-body--technology .ubf-calendar__monthLink {
      color: #47798c; }

.ubf-body--economics .ubf-calendar__monthLink {
      color: #46506e; }

.ubf-body--library .ubf-calendar__monthLink {
      color: #008965; }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-calendar__monthLink {
        height: 1rem; } }

.ubf-calendar__monthLink--prev {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

html.no-js .ubf-calendar__monthLink {
      display: none; }

.ubf-calendar__monthLink [data-type="svg"] {
      width: auto;
      height: 100%; }

.ubf-calendar__readerValue {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.ubf-calendar__weekDay {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: calc(14.28571% + 0px); }

@media (min-width: 1024px) {
      .ubf-calendar__weekDay {
        width: calc(14.28571% + 0px); } }

.ubf-calendar__weekDays {
    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: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: calc(-8.33333% + 0.6em);
    margin-right: calc(-8.33333% + 0.6em);
    margin-bottom: 2rem; }

.ubf-calendar__weekDays > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media (min-width: 1024px) {
      .ubf-calendar__weekDays {
        margin-bottom: 4rem; } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-calendar__weekDays {
        margin-bottom: 2rem; } }

.ubf-dayEvent {
  background-color: #FFFFFF; }

.ubf-accordion .ubf-dayEvent {
    background-color: #F3F3F3; }

@media (min-width: 1024px) {
      .ubf-accordion .ubf-dayEvent {
        background-color: transparent; } }

@media (min-width: 1024px) {
    .ubf-dayEvent {
      background-color: transparent;
      overflow: hidden;
      z-index: 1; } }

@media (min-width: 1024px) {
    .ubf-dayEvent:hover, .ubf-dayEvent:focus {
      overflow: visible;
      z-index: 2; } }

@media (min-width: 1024px) {
    .ubf-dayEvent:focus-within {
      overflow: visible;
      z-index: 2; } }

.ubf-dayEvent__content {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    padding: 1rem;
    position: relative; }

@media (max-width: 1023px) {
      .ubf-dayEvent__content {
        width: 100% !important; } }

@media (min-width: 1024px) {
      .ubf-dayEvent__content {
        background-color: #F0F0F0;
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        min-height: 100%; } }

@media (min-width: 1024px) {
      .ubf-dayEvent--sideCollision .ubf-dayEvent__content {
        margin-left: 2px; } }

@media (min-width: 1024px) {
      .ubf-dayEvent--startCollision .ubf-dayEvent__content {
        margin-top: 2px; } }

@media (min-width: 1024px) {
      .ubf-dayEvent__content--preview {
        position: relative;
        z-index: 1; } }

@media (min-width: 1024px) {
      .ubf-dayEvent:focus .ubf-dayEvent__content--preview,
      .ubf-dayEvent:hover .ubf-dayEvent__content--preview {
        display: none; } }

@media (min-width: 1024px) {
      .ubf-dayEvent:focus-within .ubf-dayEvent__content--preview {
        display: none; } }

.ubf-dayEvent__content--full {
      display: none; }

@media (min-width: 1024px) {
        .ubf-dayEvent__content--full {
          background-color: #14F5B4;
          display: block;
          position: absolute;
          top: 0;
          visibility: hidden;
          z-index: 2; } }

@media (min-width: 1024px) {
        .ubf-dayEvent:hover .ubf-dayEvent__content--full,
        .ubf-dayEvent:focus .ubf-dayEvent__content--full {
          visibility: inherit; } }

@media (min-width: 1024px) {
        .ubf-dayEvent:focus-within .ubf-dayEvent__content--full {
          visibility: inherit; } }

.ubf-dayEvent__icon {
    bottom: 1rem;
    display: block;
    line-height: 0;
    height: 1rem;
    text-align: center;
    right: 1rem;
    width: 1rem;
    position: absolute; }

@media (min-width: 1024px) {
      .ubf-dayEvent__icon {
        display: none; } }

.ubf-dayEvent__icon [data-type="svg"] {
      height: 100%;
      width: auto; }

.ubf-dayEvent__info {
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    margin-right: 2rem; }

.ubf-dayEvent__title + .ubf-dayEvent__info {
      margin-top: 1rem; }

@media (min-width: 1024px) {
      .ubf-dayEvent__info {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0; } }

.ubf-dayEvent__link {
    color: inherit;
    text-decoration: none; }

.ubf-dayEvent__link::before {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }

.ubf-dayEvent__removeLink {
    color: inherit;
    display: block;
    line-height: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 2; }

.ubf-dayEvent__removeLink [data-type="svg"] {
      height: 100%;
      width: auto; }

@media (min-width: 1024px) {
      .ubf-dayEvent__content--preview .ubf-dayEvent__removeLink {
        display: none; } }

.ubf-dayEvent:not(.ubf-dayEvent--sideCollision) .ubf-dayEvent__removeLink {
      visibility: visible; }

.ubf-dayEvent__title {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    font-weight: bold;
    padding-right: 2rem; }

@media (min-width: 1024px) {
      .ubf-dayEvent__title {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.ubf-detailedList__text {
  margin-bottom: 2rem; }

.ubf-detailedList__listItem > * {
  margin-top: 1rem; }

.ubf-detailedList__listItem + .ubf-detailedList__listItem {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: #F0F0F0 solid 2px; }

.ubf-event__title + .ubf-event__content {
  margin-top: 1rem; }

@media (min-width: 1024px) {
    .ubf-event__title + .ubf-event__content {
      margin-top: 2rem; } }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-event__title + .ubf-event__content {
      margin-top: 1rem; } }

.ubf-event__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-event__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; } }

.ubf-event__titleLink {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: none; }

.ubf-event__titleLink:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-textBox .ubf-event__titleLink {
    color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-event__titleLink,
    .ubf-body--psychology .ubf-textBox .ubf-event__titleLink {
      color: #FFFFFF; }

.ubf-event__titleLink:not([disabled]):hover {
    color: #01865e; }

.ubf-body--biology .ubf-event__titleLink:not([disabled]):hover {
      color: #708f4a; }

.ubf-body--chemistry .ubf-event__titleLink:not([disabled]):hover {
      color: #84698d; }

.ubf-body--educational-science .ubf-event__titleLink:not([disabled]):hover {
      color: #c36226; }

.ubf-body--history .ubf-event__titleLink:not([disabled]):hover {
      color: #4e8f9a; }

.ubf-body--public-health .ubf-event__titleLink:not([disabled]):hover {
      color: #c55757; }

.ubf-body--linguistics .ubf-event__titleLink:not([disabled]):hover {
      color: #70859c; }

.ubf-body--mathematics .ubf-event__titleLink:not([disabled]):hover {
      color: #b08323; }

.ubf-body--medicine .ubf-event__titleLink:not([disabled]):hover {
      color: #145f7d; }

.ubf-body--physics .ubf-event__titleLink:not([disabled]):hover {
      color: #4b7d7d; }

.ubf-body--law .ubf-event__titleLink:not([disabled]):hover {
      color: #6d6d77; }

.ubf-body--psychology .ubf-event__titleLink:not([disabled]):hover {
      color: #85314a; }

.ubf-body--sociology .ubf-event__titleLink:not([disabled]):hover {
      color: #a4474c; }

.ubf-body--technology .ubf-event__titleLink:not([disabled]):hover {
      color: #47798c; }

.ubf-body--economics .ubf-event__titleLink:not([disabled]):hover {
      color: #46506e; }

.ubf-body--library .ubf-event__titleLink:not([disabled]):hover {
      color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-event__titleLink:not([disabled]):hover,
    .ubf-body--psychology .ubf-textBox .ubf-event__titleLink:not([disabled]):hover,
    .ubf-body--history .ubf-textBox .ubf-event__titleLink:not([disabled]):hover {
      color: #c6bdbd; }

@media (min-width: 1024px) {
  .ubf-sidebar .ubf-events {
    border-bottom-color: #14f5b4;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 2rem; }
    .ubf-body--biology .ubf-sidebar .ubf-events {
      border-bottom-color: #92b168; }
    .ubf-body--chemistry .ubf-sidebar .ubf-events {
      border-bottom-color: #a08caa; }
    .ubf-body--educational-science .ubf-sidebar .ubf-events {
      border-bottom-color: #f08c50; }
    .ubf-body--history .ubf-sidebar .ubf-events {
      border-bottom-color: #7db4be; }
    .ubf-body--public-health .ubf-sidebar .ubf-events {
      border-bottom-color: #dc5a5a; }
    .ubf-body--linguistics .ubf-sidebar .ubf-events {
      border-bottom-color: #8fa3b9; }
    .ubf-body--mathematics .ubf-sidebar .ubf-events {
      border-bottom-color: #dcaa41; }
    .ubf-body--medicine .ubf-sidebar .ubf-events {
      border-bottom-color: #145f7d; }
    .ubf-body--physics .ubf-sidebar .ubf-events {
      border-bottom-color: #649696; }
    .ubf-body--law .ubf-sidebar .ubf-events {
      border-bottom-color: #8c8c96; }
    .ubf-body--psychology .ubf-sidebar .ubf-events {
      border-bottom-color: #8c3250; }
    .ubf-body--sociology .ubf-sidebar .ubf-events {
      border-bottom-color: #bfd02f; }
    .ubf-body--technology .ubf-sidebar .ubf-events {
      border-bottom-color: #558ca0; }
    .ubf-body--economics .ubf-sidebar .ubf-events {
      border-bottom-color: #74799b; }
    .ubf-body--library .ubf-sidebar .ubf-events {
      border-bottom-color: #008965; } }

.ubf-events__date {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

@media (min-width: 1024px) {
    .ubf-events__date {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal; } }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-events__date {
      font-size: 2.4rem;
      line-height: 1.3;
      font-weight: bold;
      font-style: normal; } }

.ubf-events__dayOfWeek {
  display: block; }

.ubf-events__item + .ubf-events__item {
  border-top-color: #14f5b4;
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 2rem;
  padding-top: 2rem; }

.ubf-body--biology .ubf-events__item + .ubf-events__item {
    border-top-color: #92b168; }

.ubf-body--chemistry .ubf-events__item + .ubf-events__item {
    border-top-color: #a08caa; }

.ubf-body--educational-science .ubf-events__item + .ubf-events__item {
    border-top-color: #f08c50; }

.ubf-body--history .ubf-events__item + .ubf-events__item {
    border-top-color: #7db4be; }

.ubf-body--public-health .ubf-events__item + .ubf-events__item {
    border-top-color: #dc5a5a; }

.ubf-body--linguistics .ubf-events__item + .ubf-events__item {
    border-top-color: #8fa3b9; }

.ubf-body--mathematics .ubf-events__item + .ubf-events__item {
    border-top-color: #dcaa41; }

.ubf-body--medicine .ubf-events__item + .ubf-events__item {
    border-top-color: #145f7d; }

.ubf-body--physics .ubf-events__item + .ubf-events__item {
    border-top-color: #649696; }

.ubf-body--law .ubf-events__item + .ubf-events__item {
    border-top-color: #8c8c96; }

.ubf-body--psychology .ubf-events__item + .ubf-events__item {
    border-top-color: #8c3250; }

.ubf-body--sociology .ubf-events__item + .ubf-events__item {
    border-top-color: #bfd02f; }

.ubf-body--technology .ubf-events__item + .ubf-events__item {
    border-top-color: #558ca0; }

.ubf-body--economics .ubf-events__item + .ubf-events__item {
    border-top-color: #74799b; }

.ubf-body--library .ubf-events__item + .ubf-events__item {
    border-top-color: #008965; }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-events__item + .ubf-events__item {
      border-top: 0;
      padding-top: 0; } }

.ubf-events__date + .ubf-events__items, .ubf-events__date + .ubf-events__noItems {
  margin-top: 2rem; }

@media (min-width: 1024px) {
    .ubf-events__date + .ubf-events__items, .ubf-events__date + .ubf-events__noItems {
      margin-top: 4rem; } }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-events__date + .ubf-events__items, .ubf-sidebar .ubf-events__date + .ubf-events__noItems {
      margin-top: 2rem; } }

.ubf-eventsDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.ubf-sidebar .ubf-eventsDetails {
    border-bottom-color: #14f5b4;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 2rem; }

.ubf-body--biology .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #f08c50; }

.ubf-body--history .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #649696; }

.ubf-body--law .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #74799b; }

.ubf-body--library .ubf-sidebar .ubf-eventsDetails {
      border-bottom-color: #008965; }

@media (min-width: 1024px) {
    .ubf-eventsDetails__dayOfWeek {
      display: block; } }

* + .ubf-eventsDetails__excerpts {
    margin-top: 2rem; }

.ubf-eventsDetails__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }

@media (min-width: 1024px) {
      .ubf-body--home .ubf-eventsDetails__title {
        font-size: 5.5rem;
        line-height: 1.2;
        font-weight: bold;
        font-style: normal; } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-eventsDetails__title {
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: bold;
        font-style: normal; } }

.ubf-excerpt__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal; }

.ubf-highlights__excerpts .ubf-excerpt__text {
    color: #000000; }

.ubf-body--medicine .ubf-highlights__excerpts .ubf-excerpt__text,
    .ubf-body--psychology .ubf-highlights__excerpts .ubf-excerpt__text {
      color: #FFFFFF; }

* + .ubf-excerpt__text {
    margin-top: 0.5rem; }

@media (min-width: 1024px) {
      * + .ubf-excerpt__text {
        margin-top: 1rem; } }

.ubf-sidebar * + .ubf-excerpt__text {
      margin-top: 0; }

@media (min-width: 1024px) {
        .ubf-sidebar * + .ubf-excerpt__text {
          margin-top: 0; } }

.ubf-excerpt__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

.ubf-highlights__excerpts .ubf-excerpt__title {
    color: #000000; }

.ubf-body--medicine .ubf-highlights__excerpts .ubf-excerpt__title,
    .ubf-body--psychology .ubf-highlights__excerpts .ubf-excerpt__title {
      color: #FFFFFF; }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-excerpt__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; } }

.ubf-excerpts {
  position: relative; }

.ubf-excerpts__excerpt + .ubf-excerpts__excerpt {
    margin-top: 2rem; }

.ubf-excerpts__moreLink {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block; }

.ubf-excerpts__moreLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-excerpts__moreLink {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-excerpts__moreLink,
      .ubf-body--psychology .ubf-textBox .ubf-excerpts__moreLink {
        color: #FFFFFF; }

.ubf-excerpts__moreLink:not([disabled]):hover {
      color: #01865e; }

.ubf-body--biology .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #c36226; }

.ubf-body--history .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #b08323; }

.ubf-body--medicine .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #145f7d; }

.ubf-body--physics .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #85314a; }

.ubf-body--sociology .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #a4474c; }

.ubf-body--technology .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #47798c; }

.ubf-body--economics .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #46506e; }

.ubf-body--library .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #c6bdbd; }

.ubf-textBox .ubf-excerpts__moreLink {
      color: #000000;
      font-weight: bold;
      text-decoration: underline; }

.ubf-textBox .ubf-excerpts__moreLink:not(:hover):focus {
        outline: solid #000000 1px;
        outline-offset: 0.5rem; }

.ubf-textBox .ubf-textBox .ubf-excerpts__moreLink {
        color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-textBox .ubf-excerpts__moreLink,
        .ubf-body--psychology .ubf-textBox .ubf-textBox .ubf-excerpts__moreLink {
          color: #FFFFFF; }

.ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover {
        color: #000000;
        text-decoration: none; }

.ubf-body--medicine .ubf-textBox .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover,
        .ubf-body--psychology .ubf-textBox .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover,
        .ubf-body--history .ubf-textBox .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover {
          color: #c6bdbd; }

* + .ubf-excerpts__moreLink {
      margin-top: 1rem; }

@media (min-width: 1024px) {
        * + .ubf-excerpts__moreLink {
          margin-top: 2rem; } }

.ubf-field {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal; }

.ubf-field--disabled {
    opacity: 0.4; }

.ubf-field--search .ubf-field__input--text + .ubf-field__button {
    margin-left: 2rem; }

.ubf-field__fields--grid .ubf-field__button {
    width: auto; }

@media (min-width: 1024px) {
      .ubf-field__fields--grid .ubf-field__button {
        -ms-flex-item-align: end;
            align-self: flex-end;
        min-width: none;
        width: calc(33.33333% - 2rem + 0px); } }

.ubf-field__button--file {
    margin-top: -4rem; }

@media (min-width: 1024px) {
      .ubf-field__button--file {
        position: absolute;
        left: 30rem;
        margin-top: 0;
        margin-left: 2rem;
        top: 0.65rem; } }

.ubf-field__input--file:focus + .ubf-field__button--file {
      outline: 1px solid #000000; }

.ubf-field__content {
    margin-left: -3rem; }

.ubf-field--group > .ubf-field__content {
      margin-left: 0; }

.ubf-field__description {
    margin-left: 3rem; }

.ubf-field__description:not(.ubf-field__description--extended) {
      font-size: 1rem;
      line-height: 1.3;
      font-weight: normal;
      font-style: normal;
      margin-top: 0.5rem; }

.ubf-field--password .ubf-field__description,
    .ubf-field--select .ubf-field__description,
    .ubf-field--text .ubf-field__description,
    .ubf-field--textarea .ubf-field__description {
      margin-top: 0.5rem; }

.ubf-field--checkbox .ubf-field__description,
    .ubf-field--radio .ubf-field__description {
      margin-left: 6rem; }

.ubf-field__errors {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #FF0000;
    margin-left: 3rem;
    margin-top: 0.5rem; }

.ubf-field__field {
    width: calc(100% - 2rem + 0px); }

@media (min-width: 1024px) {
      .ubf-field__fields--horizontal > .ubf-field__field {
        display: inline-block;
        width: auto;
        margin-left: 3rem;
        margin-top: 0; } }

@media (min-width: 1024px) {
      .ubf-field__fields--grid > .ubf-field__field {
        width: calc(33.33333% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-field__fields--grid > .ubf-field__field--double {
        width: calc(66.66667% - 2rem + 0px); } }

.ubf-field--checkboxes .ubf-field__field,
    .ubf-field--radios .ubf-field__field {
      margin-top: 0; }

.ubf-field__fields {
    position: relative;
    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;
    margin-left: -2rem;
    margin-top: -3rem;
    position: relative; }

.ubf-field__fields > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-top: 3rem; }

.ubf-field--checkboxes .ubf-field__fields,
    .ubf-field--radios .ubf-field__fields {
      margin-top: 0; }

@media (min-width: 1024px) {
      .ubf-field__fields--horizontal {
        font-size: 0;
        display: block;
        margin-top: 0;
        margin-left: -3rem; } }

.ubf-field__info {
    color: #515151;
    display: block; }

.ubf-field__info--strong {
      color: #000000; }

.ubf-field--radio .ubf-field__info,
    .ubf-field--checkbox .ubf-field__info {
      margin-left: 3rem; }

.ubf-field__label + .ubf-field__info {
      margin-top: -1rem; }

@media (min-width: 1024px) {
        .ubf-field__label + .ubf-field__info {
          margin-top: 0; } }

@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__info {
        padding: 0.65rem 0;
        margin-left: 0;
        width: calc(16.66667% - 1rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__info--compact {
        width: calc(16.66667% - 1rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__info--right {
        text-align: right; } }

.ubf-field__inputWrapper--extended .ubf-field__info--first {
      color: #000000;
      margin-left: 3rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.ubf-field__input {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    background-color: transparent;
    color: #515151; }

.ubf-field__input:focus {
      outline-color: #14f5b4;
      outline-style: solid;
      outline-width: 1px; }

.ubf-body--biology .ubf-field__input:focus {
        outline-color: #92b168; }

.ubf-body--chemistry .ubf-field__input:focus {
        outline-color: #a08caa; }

.ubf-body--educational-science .ubf-field__input:focus {
        outline-color: #f08c50; }

.ubf-body--history .ubf-field__input:focus {
        outline-color: #7db4be; }

.ubf-body--public-health .ubf-field__input:focus {
        outline-color: #dc5a5a; }

.ubf-body--linguistics .ubf-field__input:focus {
        outline-color: #8fa3b9; }

.ubf-body--mathematics .ubf-field__input:focus {
        outline-color: #dcaa41; }

.ubf-body--medicine .ubf-field__input:focus {
        outline-color: #145f7d; }

.ubf-body--physics .ubf-field__input:focus {
        outline-color: #649696; }

.ubf-body--law .ubf-field__input:focus {
        outline-color: #8c8c96; }

.ubf-body--psychology .ubf-field__input:focus {
        outline-color: #8c3250; }

.ubf-body--sociology .ubf-field__input:focus {
        outline-color: #bfd02f; }

.ubf-body--technology .ubf-field__input:focus {
        outline-color: #558ca0; }

.ubf-body--economics .ubf-field__input:focus {
        outline-color: #74799b; }

.ubf-body--library .ubf-field__input:focus {
        outline-color: #008965; }

.ubf-field__input--file {
      height: 4rem;
      margin-bottom: 2rem;
      opacity: 0;
      padding-left: 2rem;
      padding-right: 2rem;
      width: 20rem; }

@media (min-width: 1024px) {
        .ubf-field__input--file {
          margin-bottom: 0; } }

.ubf-field__input--password, .ubf-field__input--text {
      background-color: #FFFFFF;
      border: 1px solid #515151;
      padding: 0.65rem;
      width: 100%; }

.ubf-form--login .ubf-field__input--password, .ubf-form--login .ubf-field__input--text {
        background-color: transparent; }

.ubf-field--invalid .ubf-field__input--password, .ubf-field--invalid .ubf-field__input--text {
        border-color: #FF0000; }

@media (min-width: 1024px) {
        .ubf-form__field--full .ubf-field__input--password, .ubf-form__field--full .ubf-field__input--text {
          max-width: calc(75% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
        .ubf-contentBlock--formSmall .ubf-form__field--full .ubf-field__input--password, .ubf-contentBlock--formSmall .ubf-form__field--full .ubf-field__input--text {
          max-width: none; } }

@media (min-width: 1024px) {
        .ubf-field__fields .ubf-field__input--password, .ubf-field__fields .ubf-field__input--text {
          max-width: none; } }

.ubf-field__label--radioText .ubf-field__input--password, .ubf-field__label--radioText .ubf-field__input--text {
        padding: 0.15rem 0.65rem; }

.ubf-field--search .ubf-field__input--password, .ubf-field--search .ubf-field__input--text {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }

.ubf-field__input--textarea {
      background-color: #FFFFFF;
      border: 1px solid #515151;
      min-height: 12.24rem;
      padding: 1rem;
      width: 100%; }

@media (min-width: 1024px) {
        .ubf-form__field--full .ubf-field__input--textarea {
          max-width: calc(75% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
        .ubf-contentBlock--formSmall .ubf-form__field--full .ubf-field__input--textarea {
          max-width: none; } }

.ubf-field--invalid .ubf-field__input--textarea {
        border-color: #FF0000; }

.ubf-field__input--select {
      background-color: transparent;
      border: 1px solid #515151;
      border-radius: 0;
      min-width: 16rem;
      padding: 0.65rem 2rem 0.65rem 0.65rem;
      position: relative;
      width: 100%;
      z-index: 2;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }

.ubf-field__input--select::-ms-expand {
        display: none; }

.ubf-field--invalid .ubf-field__input--select {
        border-color: #FF0000; }

.ubf-field__input--checkbox, .ubf-field__input--radio {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      clip: rect(0 0 0 0); }

.ubf-field__inputWrapper {
    margin-left: 3rem;
    position: relative; }

.ubf-field--select .ubf-field__inputWrapper {
      background-color: #FFFFFF; }

@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended {
        position: relative;
        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: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: -1rem; }
        .ubf-field__inputWrapper--extended > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 1rem; } }

@media (min-width: 1024px) {
      .ubf-field--horizontal .ubf-field__inputWrapper {
        display: inline-block; } }

@media (min-width: 1024px) {
      .ubf-form__field--full.ubf-field--select .ubf-field__inputWrapper {
        max-width: calc(75% + -0.5rem + -2rem); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field--full.ubf-field--select .ubf-field__inputWrapper {
        max-width: 100%; } }

.ubf-field--search .ubf-field__inputWrapper {
      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: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

@media (min-width: 1024px) {
        .ubf-field--search .ubf-field__inputWrapper {
          max-width: calc(75% + -0.5rem + -2rem); } }

.ubf-field--radioText .ubf-field__inputWrapper {
      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: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }

.ubf-field--file .ubf-field__inputWrapper {
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }

.ubf-field__label {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    color: #515151;
    display: block;
    margin-left: 3rem;
    padding: 0.65rem 0;
    position: relative; }

.ubf-field__label--strong {
      color: #000000; }

.ubf-field__label--important {
      font-size: 2.4rem;
      line-height: 1.3;
      font-weight: bold;
      font-style: normal;
      font-weight: strong; }

.ubf-form--login .ubf-field__label {
      padding-top: 0; }

.ubf-field--group > .ubf-field__content > .ubf-field__label {
      margin-left: 0; }

.ubf-field__label .ubf-field--password,
    .ubf-field--text .ubf-field__label {
      display: block; }

.ubf-field--file .ubf-field__label {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }

@media (min-width: 1024px) {
        .ubf-field--file .ubf-field__label {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }

input[type="checkbox"] + .ubf-field__label--checkbox::before {
      border: 1px solid #515151;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }

input[type="checkbox"] + .ubf-field__label--checkbox::after {
      -webkit-transition: opacity 0.2s  ;
      -o-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      background-color: #14f5b4;
      content: '';
      height: 1.2rem;
      left: -2.6rem;
      opacity: 0;
      position: absolute;
      top: 1.4rem;
      vertical-align: middle;
      width: 1.2rem; }

.ubf-body--biology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #92b168; }

.ubf-body--chemistry input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #a08caa; }

.ubf-body--educational-science input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #f08c50; }

.ubf-body--history input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #7db4be; }

.ubf-body--public-health input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #dc5a5a; }

.ubf-body--linguistics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #8fa3b9; }

.ubf-body--mathematics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #dcaa41; }

.ubf-body--medicine input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #145f7d; }

.ubf-body--physics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #649696; }

.ubf-body--law input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #8c8c96; }

.ubf-body--psychology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #8c3250; }

.ubf-body--sociology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #bfd02f; }

.ubf-body--technology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #558ca0; }

.ubf-body--economics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #74799b; }

.ubf-body--library input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #008965; }

input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }

.ubf-body--biology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #92b168; }

.ubf-body--chemistry input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #a08caa; }

.ubf-body--educational-science input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #f08c50; }

.ubf-body--history input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #7db4be; }

.ubf-body--public-health input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #dc5a5a; }

.ubf-body--linguistics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #8fa3b9; }

.ubf-body--mathematics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #dcaa41; }

.ubf-body--medicine input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #145f7d; }

.ubf-body--physics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #649696; }

.ubf-body--law input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #8c8c96; }

.ubf-body--psychology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #8c3250; }

.ubf-body--sociology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #bfd02f; }

.ubf-body--technology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #558ca0; }

.ubf-body--economics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #74799b; }

.ubf-body--library input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #008965; }

input[type="checkbox"]:checked + .ubf-field__label--checkbox::after {
      opacity: 1; }

input[disabled] + .ubf-field__label--checkbox::before {
      background-color: #515151; }

input:focus + .ubf-field__label--checkbox::before {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }

.ubf-body--biology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #92b168; }

.ubf-body--chemistry input:focus + .ubf-field__label--checkbox::before {
        outline-color: #a08caa; }

.ubf-body--educational-science input:focus + .ubf-field__label--checkbox::before {
        outline-color: #f08c50; }

.ubf-body--history input:focus + .ubf-field__label--checkbox::before {
        outline-color: #7db4be; }

.ubf-body--public-health input:focus + .ubf-field__label--checkbox::before {
        outline-color: #dc5a5a; }

.ubf-body--linguistics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #8fa3b9; }

.ubf-body--mathematics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #dcaa41; }

.ubf-body--medicine input:focus + .ubf-field__label--checkbox::before {
        outline-color: #145f7d; }

.ubf-body--physics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #649696; }

.ubf-body--law input:focus + .ubf-field__label--checkbox::before {
        outline-color: #8c8c96; }

.ubf-body--psychology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #8c3250; }

.ubf-body--sociology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #bfd02f; }

.ubf-body--technology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #558ca0; }

.ubf-body--economics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #74799b; }

.ubf-body--library input:focus + .ubf-field__label--checkbox::before {
        outline-color: #008965; }

.ubf-field__label--file {
      margin-left: 0; }

input[type="radio"] + .ubf-field__label--radio::before {
      border: 1px solid #515151;
      border-radius: 50%;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }

input[type="radio"] + .ubf-field__label--radio::after {
      -webkit-transition: opacity 0.2s  ;
      -o-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      background-color: #14f5b4;
      border-radius: 50%;
      content: '';
      height: 1.2rem;
      left: -2.6rem;
      opacity: 0;
      position: absolute;
      top: 1.4rem;
      vertical-align: middle;
      width: 1.2rem; }

.ubf-body--biology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #92b168; }

.ubf-body--chemistry input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #a08caa; }

.ubf-body--educational-science input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #f08c50; }

.ubf-body--history input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #7db4be; }

.ubf-body--public-health input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #dc5a5a; }

.ubf-body--linguistics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #8fa3b9; }

.ubf-body--mathematics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #dcaa41; }

.ubf-body--medicine input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #145f7d; }

.ubf-body--physics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #649696; }

.ubf-body--law input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #8c8c96; }

.ubf-body--psychology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #8c3250; }

.ubf-body--sociology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #bfd02f; }

.ubf-body--technology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #558ca0; }

.ubf-body--economics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #74799b; }

.ubf-body--library input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #008965; }

input:focus + input[type="radio"] + .ubf-field__label--radio {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }

.ubf-body--biology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #92b168; }

.ubf-body--chemistry input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #a08caa; }

.ubf-body--educational-science input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #f08c50; }

.ubf-body--history input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #7db4be; }

.ubf-body--public-health input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #dc5a5a; }

.ubf-body--linguistics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #8fa3b9; }

.ubf-body--mathematics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #dcaa41; }

.ubf-body--medicine input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #145f7d; }

.ubf-body--physics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #649696; }

.ubf-body--law input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #8c8c96; }

.ubf-body--psychology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #8c3250; }

.ubf-body--sociology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #bfd02f; }

.ubf-body--technology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #558ca0; }

.ubf-body--economics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #74799b; }

.ubf-body--library input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #008965; }

input[type="radio"]:checked + .ubf-field__label--radio::after {
      opacity: 1; }

input[disabled] + .ubf-field__label--radio::before {
      background-color: #515151; }

input:focus + .ubf-field__label--radio::before {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }

.ubf-body--biology input:focus + .ubf-field__label--radio::before {
        outline-color: #92b168; }

.ubf-body--chemistry input:focus + .ubf-field__label--radio::before {
        outline-color: #a08caa; }

.ubf-body--educational-science input:focus + .ubf-field__label--radio::before {
        outline-color: #f08c50; }

.ubf-body--history input:focus + .ubf-field__label--radio::before {
        outline-color: #7db4be; }

.ubf-body--public-health input:focus + .ubf-field__label--radio::before {
        outline-color: #dc5a5a; }

.ubf-body--linguistics input:focus + .ubf-field__label--radio::before {
        outline-color: #8fa3b9; }

.ubf-body--mathematics input:focus + .ubf-field__label--radio::before {
        outline-color: #dcaa41; }

.ubf-body--medicine input:focus + .ubf-field__label--radio::before {
        outline-color: #145f7d; }

.ubf-body--physics input:focus + .ubf-field__label--radio::before {
        outline-color: #649696; }

.ubf-body--law input:focus + .ubf-field__label--radio::before {
        outline-color: #8c8c96; }

.ubf-body--psychology input:focus + .ubf-field__label--radio::before {
        outline-color: #8c3250; }

.ubf-body--sociology input:focus + .ubf-field__label--radio::before {
        outline-color: #bfd02f; }

.ubf-body--technology input:focus + .ubf-field__label--radio::before {
        outline-color: #558ca0; }

.ubf-body--economics input:focus + .ubf-field__label--radio::before {
        outline-color: #74799b; }

.ubf-body--library input:focus + .ubf-field__label--radio::before {
        outline-color: #008965; }

.ubf-field--radioText .ubf-field__label--radio {
      bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      left: 0;
      padding-right: 0;
      padding-left: 0;
      position: absolute;
      right: 0;
      top: 0; }

@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__label--radio {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.ubf-field__label--radioText {
      padding: 0.4rem 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__label {
        width: calc(50% - 1rem + -3rem); } }

.ubf-field--required > .ubf-field__content > .ubf-field__label .ubf-field__labelValue::after,
  .ubf-field--required > .ubf-field__content > .ubf-field__inputWrapper > .ubf-field__label .ubf-field__labelValue::after {
    content: '*'; }

.ubf-field__selectIcon {
    color: #515151;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    height: 1rem;
    width: 1rem;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    z-index: 1; }

.ubf-field__selectIcon [data-type="svg"] {
      width: auto;
      height: 100%; }

.ubf-field__text {
    margin-left: 3rem;
    color: #515151; }

.ubf-field__text--info {
      margin-top: 3rem;
      margin-left: 0;
      margin-bottom: 3rem; }

.ubf-field__fileInfo {
    background-color: #FFFFFF;
    border: 1px solid #515151;
    display: block;
    min-height: 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2rem;
    padding: 0.65rem;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-field__fileInfo {
        margin-bottom: 0;
        width: 30rem; } }

.ubf-field__link {
    color: #515151;
    display: block;
    font-weight: bold;
    margin-left: 3rem;
    padding-bottom: 1rem;
    text-decoration: none; }

html:not(.mobile) .ubf-field__link:hover, .ubf-field__link:active {
      color: #000000; }

.ubf-footer {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
  background-color: #515151;
  color: #F0F0F0;
  position: relative;
  z-index: 15; }

@media (min-width: 1024px) {
    .ubf-footer {
      z-index: 3; } }

.ubf-footer.ubf-js-covered {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 3; }

.ubf-footer__content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-footer__content {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-footer__content {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.ubf-footer__menu {
    padding-bottom: 2rem;
    padding-top: 2rem; }

.ubf-footer__menu + .ubf-footer__menu {
      padding-top: 0; }

.ubf-footer__menu + .ubf-footer__menu::before {
        border-top: 2px solid currentColor;
        content: '';
        display: block;
        padding-bottom: 2rem; }

.ubf-footer__menu--logos {
      overflow: hidden;
      position: relative; }

.ubf-footer__menu--social .ubf-footer__menuItem {
    margin-right: 2rem; }

.ubf-footer__menu--social .ubf-footer__menuItem:last-child {
      margin-right: 0; }

.ubf-footer__menu--content .ubf-footer__menuItem {
    padding-bottom: 1.5rem; }

@media (min-width: 1024px) {
      .ubf-footer__menu--content .ubf-footer__menuItem:last-child {
        padding-bottom: 0; } }

.ubf-footer__menu--logos .ubf-footer__menuItem {
    height: 8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 3rem;
    margin-top: 2rem; }

@media (min-width: 1024px) {
      .ubf-footer__menu--logos .ubf-footer__menuItem {
        margin-left: 5rem; } }

.ubf-footer__menu--logos .ubf-footer__menuItems {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    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: nowrap;
        flex-wrap: nowrap;
    height: 10rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -3rem;
    margin-top: -2rem;
    padding-bottom: 2rem; }

@media (min-width: 1024px) {
      .ubf-footer__menu--logos .ubf-footer__menuItems {
        margin-left: -5rem; } }

html.no-js .ubf-footer__menu--logos .ubf-footer__menuItems {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto;
      padding-bottom: 0; }

.ubf-footer__menu--social .ubf-footer__menuItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 0; }

.ubf-footer__menu--content .ubf-footer__menuItems {
    -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
    -o-transition: opacity 0.4s  , visibility 0.4s  ;
    transition: opacity 0.4s  , visibility 0.4s  ;
    opacity: 0;
    visibility: hidden;
    padding-left: 5rem;
    position: absolute; }

html.no-js .ubf-footer__menu--content .ubf-footer__menuItems {
      -webkit-transform: translateX(-200%);
          -ms-transform: translateX(-200%);
              transform: translateX(-200%); }

@media (min-width: 1024px) {
        html.no-js .ubf-footer__menu--content .ubf-footer__menuItems {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }

.ubf-footer__menu--content .ubf-footer__menuItems:focus-within {
      outline: none; }

html.no-js .ubf-footer__menu--content .ubf-footer__menuItems:focus-within {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        visibility: inherit; }

.ubf-footer__menu--content .ubf-footer__menuItems:not(.ubf-js-collapsed):not(.legacy-js-collapsed) {
      opacity: 1;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: inherit; }

@media (min-width: 1024px) {
      .ubf-footer__menu--content .ubf-footer__menuItems {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        visibility: inherit;
        padding-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.ubf-footer__menuLink {
    color: inherit;
    display: inline-block;
    text-decoration: none; }

.ubf-footer__menuLink:not(:hover):focus {
      outline: solid #FFFFFF 1px;
      outline-offset: 0.5rem; }

html:not(.mobile) .ubf-footer__menuLink:hover, .ubf-footer__menuLink:active {
      text-decoration: underline; }

.ubf-footer__menuLink--section {
      font-weight: bold;
      margin-bottom: 1rem; }

@media (min-width: 1024px) {
        .ubf-footer__menuLink--section {
          margin-bottom: 2rem;
          pointer-events: none; } }

.ubf-footer__menu--logos .ubf-footer__menuLink {
      height: 100%;
      position: relative; }

.ubf-footer__menuLink::after {
      content: '';
      display: none;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.ubf-footer__menu--logos .ubf-footer__menuLink::after {
      display: block; }

.ubf-footer__menuLinkIcon {
    display: inline-block;
    line-height: 0; }

.ubf-footer__menuSection .ubf-footer__menuLinkIcon {
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s  ;
      transition: transform 0.4s  ;
      transition: transform 0.4s, -webkit-transform 0.4s;
      height: 1rem;
      margin-right: 0.5rem;
      position: relative;
      text-align: center;
      width: 1rem; }

@media (min-width: 1024px) {
        .ubf-footer__menuSection .ubf-footer__menuLinkIcon {
          display: none; } }

.ubf-footer__menuSection .ubf-footer__menuLinkIcon [data-type="svg"] {
        height: 100%;
        width: auto; }

html.no-js .ubf-footer__menuSection:focus-within .ubf-footer__menuLinkIcon,
    .ubf-footer__menuLink.ubf-js-toggled .ubf-footer__menuLinkIcon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.ubf-footer__menu--social .ubf-footer__menuLinkIcon {
      width: 4rem; }

.ubf-footer__menu--social .ubf-footer__menuLinkIcon [data-type="svg"] {
        height: auto;
        width: 100%; }

.ubf-footer__menu--social .ubf-footer__menuLinkLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.ubf-footer__menuSection {
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    position: relative;
    overflow: hidden;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-footer__menuSection {
        overflow: visible;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: calc(25% + -1.5rem + 0px); } }

.ubf-footer__menuSections {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -1rem;
    position: relative; }

.ubf-footer__menuSections > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 1rem; }

@media (min-width: 1024px) {
      .ubf-footer__menuSections {
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: -2rem; }
        .ubf-footer__menuSections > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 2rem; } }

.ubf-footer__picture {
    width: auto;
    height: 100%;
    -webkit-user-drag: none; }

.ubf-footer__sliderNavigation {
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }

.ubf-footer__sliderNavigationButton {
    -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
    -o-transition: opacity 0.2s  , visibility 0.2s  ;
    transition: opacity 0.2s  , visibility 0.2s  ;
    opacity: 0;
    visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #515151;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: all;
    top: 0;
    width: 100%; }

.ubf-footer__sliderNavigationButton.ubf-js-enabled {
      opacity: 1;
      visibility: inherit; }

.ubf-footer__sliderNavigationButton [data-type="svg"] {
      height: 1rem;
      width: auto; }

.ubf-footer__sliderNavigationItem {
    bottom: 0;
    position: absolute;
    top: 4px;
    width: 1.5rem; }

.ubf-footer__sliderNavigationItem--left {
      left: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.ubf-footer__sliderNavigationItem--right {
      right: 0; }

.ubf-form {
  position: relative; }

.ubf-form__button {
    margin-left: 0;
    margin-bottom: 2rem;
    margin-top: 2rem; }

.ubf-form > .ubf-form__button:first-child {
      margin-top: 0; }

.ubf-form__buttons > .ubf-form__button {
      margin-left: 2rem;
      margin-top: 0; }

.ubf-form__buttons {
    font-size: 0;
    margin-left: -2rem;
    margin-bottom: -2rem; }

* + .ubf-form__buttons {
      margin-top: 3rem; }

.ubf-form--login * + .ubf-form__buttons {
        margin-top: 2rem; }

.ubf-form__separator + .ubf-form__buttons {
      margin-top: 4rem; }

.ubf-form__field {
    width: calc(100% - 2rem + 0px); }

@media (min-width: 1024px) {
      .ubf-form__field {
        width: calc(44.44444% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field--half {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-form__field--full {
        width: calc(88.88889% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field--full {
        width: calc(100% - 2rem + 0px); } }

.ubf-form--login .ubf-form__field {
      width: calc(100% - 2rem + 0px); }

@media (min-width: 1024px) {
        .ubf-form--login .ubf-form__field {
          width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-form .ubf-form__field--alone {
        margin-right: calc(55.55556% ); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form .ubf-form__field--alone {
        margin-right: calc(33.33333% ); } }

.ubf-form__separator + .ubf-form__field {
      margin-top: 4rem; }

@media (min-width: 1024px) {
      .ubf-form__separator + .ubf-form__field:not(.ubf-form__field--full):not(.ubf-form__field--alone) + .ubf-form__field:not(.ubf-form__field--full):not(.ubf-form__field--alone) {
        margin-top: 4rem; } }

.ubf-form__fields {
    position: relative;
    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;
    margin-left: -2rem;
    margin-top: -3rem;
    position: relative; }

.ubf-form__fields > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-top: 3rem; }

.ubf-form--login .ubf-form__fields {
      position: relative;
      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;
      margin-left: -2rem;
      margin-top: -2rem; }

.ubf-form--login .ubf-form__fields > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 2rem;
        margin-top: 2rem; }

.ubf-form--tableSearch .ubf-form__fields {
      display: none; }

.ubf-form--tableSearch.ubf-js-searchable .ubf-form__fields {
      display: block; }

.ubf-form__separator {
    background-color: #14f5b4;
    border: 0;
    height: 2px;
    margin-bottom: 0;
    display: block;
    width: 100%; }

.ubf-body--biology .ubf-form__separator {
      background-color: #92b168; }

.ubf-body--chemistry .ubf-form__separator {
      background-color: #a08caa; }

.ubf-body--educational-science .ubf-form__separator {
      background-color: #f08c50; }

.ubf-body--history .ubf-form__separator {
      background-color: #7db4be; }

.ubf-body--public-health .ubf-form__separator {
      background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-form__separator {
      background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-form__separator {
      background-color: #dcaa41; }

.ubf-body--medicine .ubf-form__separator {
      background-color: #145f7d; }

.ubf-body--physics .ubf-form__separator {
      background-color: #649696; }

.ubf-body--law .ubf-form__separator {
      background-color: #8c8c96; }

.ubf-body--psychology .ubf-form__separator {
      background-color: #8c3250; }

.ubf-body--sociology .ubf-form__separator {
      background-color: #bfd02f; }

.ubf-body--technology .ubf-form__separator {
      background-color: #558ca0; }

.ubf-body--economics .ubf-form__separator {
      background-color: #74799b; }

.ubf-body--library .ubf-form__separator {
      background-color: #008965; }

.ubf-form__fields .ubf-form__separator {
      width: calc(100% - 2rem + 0px); }

.ubf-body--ekvv .ubf-form__fields .ubf-form__separator {
        background-color: #D8D8D8; }

@media (min-width: 1024px) {
          .ubf-body--ekvv .ubf-form__fields .ubf-form__separator {
            width: calc(88.88889% - 2rem + 0px); } }

* + .ubf-form__separator {
      margin-top: 4rem; }

.ubf-form__fields .ubf-form__text {
    width: calc(100% - 2rem + 0px); }

.ubf-form__buttons .ubf-form__text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    margin: 3rem 0 3rem 2rem; }

.ubf-form__buttons .ubf-form__text:first-child {
      margin-top: 0; }

.ubf-form__buttons .ubf-form__text:last-child {
      margin-bottom: 0; }

.ubf-form > .ubf-form__text {
    margin-bottom: 3rem; }

.ubf-form > .ubf-form__text:last-child {
      margin-bottom: 0; }

.ubf-form > * + .ubf-form__text {
    margin-top: 3rem; }

.ubf-form__separator + .ubf-form__text {
    margin-top: 4rem; }

.ubf-gallery {
  position: relative; }

.ubf-gallery__item {
    width: calc(100% - 1rem + 0px); }

@media (min-width: 1024px) {
      .ubf-gallery__item {
        width: calc(25% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-gallery__item {
        width: calc(33.33333% - 2rem + 0px); } }

.ubf-gallery__items {
    position: relative;
    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;
    margin-right: -1rem;
    margin-top: -4rem;
    margin-bottom: 2rem; }

.ubf-gallery__items > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 1rem;
      margin-top: 4rem; }

@media (min-width: 1024px) {
      .ubf-gallery__items {
        position: relative;
        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;
        margin-right: -2rem;
        margin-top: -4rem; }
        .ubf-gallery__items > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 2rem;
          margin-top: 4rem; } }

.ubf-gallery__slideshow {
    display: none; }

.ubf-galleryItem__caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1rem 0 0 0;
  text-align: right; }

@media (min-width: 1024px) {
  .ubf-galleryItem__image {
    position: relative; }
    .ubf-galleryItem__image::before {
      content: '';
      display: block;
      padding-bottom: 100%; } }

.ubf-galleryItem__link {
  color: currentColor;
  display: block;
  text-decoration: none;
  pointer-events: none; }

@media (min-width: 1024px) {
    .ubf-galleryItem__link {
      pointer-events: all; } }

@media (min-width: 1024px) {
  .ubf-galleryItem__picture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; } }

.ubf-highlights {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -1rem;
  position: relative; }

.ubf-highlights > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 1rem; }

@media (min-width: 1024px) {
    .ubf-highlights {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -2rem; }
      .ubf-highlights > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-top: 2rem; } }

.ubf-highlights__item {
    position: relative;
    width: calc(50% + -0.5rem + 0px); }

.ubf-highlights__item:not(.ubf-highlights__item--news) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }

.ubf-highlights__item:not(.ubf-highlights__item--news)::before {
        content: '';
        display: block;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        padding-bottom: 100%;
        width: 0; }

.ubf-highlights__item:not(.ubf-highlights__item--news) > :first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%; }

@media (min-width: 321px) {
      .ubf-highlights__item {
        width: calc(33.33333% + -0.66667rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-highlights__item {
        width: calc(14.28571% + -1.71429rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(4) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(5) {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(6) {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(7) {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(8) {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; } }

.ubf-highlights__item:nth-child(9) {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }

@media (min-width: 1024px) {
        .ubf-highlights__item:nth-child(9) {
          -webkit-box-ordinal-group: 12;
              -ms-flex-order: 11;
                  order: 11; } }

.ubf-highlights__item:nth-child(10) {
      -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11; }

@media (min-width: 321px) {
        .ubf-highlights__item:nth-child(10) {
          -webkit-box-ordinal-group: 12;
              -ms-flex-order: 11;
                  order: 11; } }

@media (min-width: 1024px) {
        .ubf-highlights__item:nth-child(10) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; } }

.ubf-highlights__item:nth-child(11) {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12; }

@media (min-width: 321px) {
        .ubf-highlights__item:nth-child(11) {
          -webkit-box-ordinal-group: 13;
              -ms-flex-order: 12;
                  order: 12; } }

@media (min-width: 1024px) {
        .ubf-highlights__item:nth-child(11) {
          -webkit-box-ordinal-group: 9;
              -ms-flex-order: 8;
                  order: 8; } }

.ubf-highlights__item:nth-child(12) {
      -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
              order: 13; }

@media (min-width: 321px) {
        .ubf-highlights__item:nth-child(12) {
          -webkit-box-ordinal-group: 14;
              -ms-flex-order: 13;
                  order: 13; } }

@media (min-width: 1024px) {
        .ubf-highlights__item:nth-child(12) {
          -webkit-box-ordinal-group: 13;
              -ms-flex-order: 12;
                  order: 12; } }

@media (min-width: 1024px) {
      .ubf-highlights__item:nth-child(n + 10):not(.ubf-highlights__item--news) {
        margin-left: calc(42.85714% + 0.85714rem + 0px); } }

.ubf-highlights__item--news {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9;
      width: 100%; }

@media (min-width: 321px) {
        .ubf-highlights__item--news {
          -webkit-box-ordinal-group: 11;
              -ms-flex-order: 10;
                  order: 10; } }

@media (min-width: 1024px) {
        .ubf-highlights__item--news {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-left: calc(42.85714% + 0.85714rem + 0px);
          margin-top: calc(-42.85714% + -0.85714rem + 2rem);
          -webkit-box-ordinal-group: 14;
              -ms-flex-order: 13;
                  order: 13;
          position: relative;
          width: calc(42.85714% + -1.14286rem + 0px); }
          .ubf-highlights__item--news::before {
            content: '';
            display: block;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -ms-flex-negative: 1;
                flex-shrink: 1;
            padding-bottom: 100%;
            width: 0; }
          .ubf-highlights__item--news > :first-child {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            width: 100%; } }

.ubf-highlights__label {
    display: block;
    min-height: 100%;
    padding: 1rem;
    position: relative;
    z-index: 4; }

@media (min-width: 1024px) {
      .ubf-highlights__label {
        -webkit-transition: background-color 0.2s  , color 0.2s  ;
        -o-transition: background-color 0.2s  , color 0.2s  ;
        transition: background-color 0.2s  , color 0.2s  ;
        padding: 1.5rem; } }

@media (min-width: 1024px) {
      .ubf-highlights__link:hover .ubf-highlights__label {
        background-color: #14f5b4;
        color: #000000; }
        .ubf-body--biology .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #92b168; }
        .ubf-body--chemistry .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #a08caa; }
        .ubf-body--educational-science .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #f08c50; }
        .ubf-body--history .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #7db4be; }
        .ubf-body--public-health .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #dc5a5a; }
        .ubf-body--linguistics .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #8fa3b9; }
        .ubf-body--mathematics .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #dcaa41; }
        .ubf-body--medicine .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #145f7d; }
        .ubf-body--physics .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #649696; }
        .ubf-body--law .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #8c8c96; }
        .ubf-body--psychology .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #8c3250; }
        .ubf-body--sociology .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #bfd02f; }
        .ubf-body--technology .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #558ca0; }
        .ubf-body--economics .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #74799b; }
        .ubf-body--library .ubf-highlights__link:hover .ubf-highlights__label {
          background-color: #008965; }
        .ubf-body--medicine .ubf-highlights__link:hover .ubf-highlights__label,
        .ubf-body--psychology .ubf-highlights__link:hover .ubf-highlights__label {
          color: #FFFFFF; } }

@media (min-width: 1024px) {
      .ubf-highlights__figure + .ubf-highlights__label {
        -webkit-transition: opacity 0.2s  ;
        -o-transition: opacity 0.2s  ;
        transition: opacity 0.2s  ;
        background-color: #14f5b4;
        opacity: 0; }
        .ubf-body--biology .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #92b168; }
        .ubf-body--chemistry .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #a08caa; }
        .ubf-body--educational-science .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #f08c50; }
        .ubf-body--history .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #7db4be; }
        .ubf-body--public-health .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #dc5a5a; }
        .ubf-body--linguistics .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #8fa3b9; }
        .ubf-body--mathematics .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #dcaa41; }
        .ubf-body--medicine .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #145f7d; }
        .ubf-body--physics .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #649696; }
        .ubf-body--law .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #8c8c96; }
        .ubf-body--psychology .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #8c3250; }
        .ubf-body--sociology .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #bfd02f; }
        .ubf-body--technology .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #558ca0; }
        .ubf-body--economics .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #74799b; }
        .ubf-body--library .ubf-highlights__figure + .ubf-highlights__label {
          background-color: #008965; } }

@media (min-width: 1024px) {
      .ubf-highlights__link:hover .ubf-highlights__figure + .ubf-highlights__label {
        opacity: 1; } }

.ubf-highlights__link {
    color: currentColor;
    font-weight: bold;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none; }

.ubf-highlights__link:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-highlights__link::before {
      border-color: #14f5b4;
      border-width: 2px;
      border-style: solid;
      content: '';
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1; }

.ubf-body--biology .ubf-highlights__link::before {
        border-color: #92b168; }

.ubf-body--chemistry .ubf-highlights__link::before {
        border-color: #a08caa; }

.ubf-body--educational-science .ubf-highlights__link::before {
        border-color: #f08c50; }

.ubf-body--history .ubf-highlights__link::before {
        border-color: #7db4be; }

.ubf-body--public-health .ubf-highlights__link::before {
        border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-highlights__link::before {
        border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-highlights__link::before {
        border-color: #dcaa41; }

.ubf-body--medicine .ubf-highlights__link::before {
        border-color: #145f7d; }

.ubf-body--physics .ubf-highlights__link::before {
        border-color: #649696; }

.ubf-body--law .ubf-highlights__link::before {
        border-color: #8c8c96; }

.ubf-body--psychology .ubf-highlights__link::before {
        border-color: #8c3250; }

.ubf-body--sociology .ubf-highlights__link::before {
        border-color: #bfd02f; }

.ubf-body--technology .ubf-highlights__link::before {
        border-color: #558ca0; }

.ubf-body--economics .ubf-highlights__link::before {
        border-color: #74799b; }

.ubf-body--library .ubf-highlights__link::before {
        border-color: #008965; }

.ubf-highlights__link:hover {
      text-decoration: none;
      color: currentColor; }

.ubf-highlights__picture {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2; }

.ubf-highlights__picture::after {
      background-color: rgba(255, 255, 255, 0.3);
      content: '';
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 3; }

@media (min-width: 1024px) {
        .ubf-highlights__link:hover .ubf-highlights__picture::after {
          opacity: 1; } }

.ubf-highlightLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 1024px) {
    .ubf-highlightLinks {
      margin-left: -1rem;
      margin-right: -1rem; } }

.ubf-highlightLinks__content {
    position: relative; }

.ubf-highlightLinks__content::before {
      border-color: #14f5b4;
      border-width: 2px;
      border-style: solid;
      content: '';
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 1; }

.ubf-body--biology .ubf-highlightLinks__content::before {
        border-color: #92b168; }

.ubf-body--chemistry .ubf-highlightLinks__content::before {
        border-color: #a08caa; }

.ubf-body--educational-science .ubf-highlightLinks__content::before {
        border-color: #f08c50; }

.ubf-body--history .ubf-highlightLinks__content::before {
        border-color: #7db4be; }

.ubf-body--public-health .ubf-highlightLinks__content::before {
        border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-highlightLinks__content::before {
        border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-highlightLinks__content::before {
        border-color: #dcaa41; }

.ubf-body--medicine .ubf-highlightLinks__content::before {
        border-color: #145f7d; }

.ubf-body--physics .ubf-highlightLinks__content::before {
        border-color: #649696; }

.ubf-body--law .ubf-highlightLinks__content::before {
        border-color: #8c8c96; }

.ubf-body--psychology .ubf-highlightLinks__content::before {
        border-color: #8c3250; }

.ubf-body--sociology .ubf-highlightLinks__content::before {
        border-color: #bfd02f; }

.ubf-body--technology .ubf-highlightLinks__content::before {
        border-color: #558ca0; }

.ubf-body--economics .ubf-highlightLinks__content::before {
        border-color: #74799b; }

.ubf-body--library .ubf-highlightLinks__content::before {
        border-color: #008965; }

.ubf-highlightLinks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    width: calc(50% + -1rem); }

.ubf-highlightLinks__item::before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-bottom: 100%;
      width: 0; }

.ubf-highlightLinks__item > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }

@media (min-width: 321px) {
      .ubf-highlightLinks__item {
        width: calc(33.33333% + -1rem); } }

@media (min-width: 1024px) {
      .ubf-highlightLinks__item {
        margin-bottom: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(14.28571% + -2rem); } }

@media (min-width: 321px) {
      .ubf-contentBlock--reduced .ubf-highlightLinks__item {
        width: calc(50% + -2rem); } }

@media (min-width: 576px) {
      .ubf-contentBlock--reduced .ubf-highlightLinks__item {
        width: calc(33.33333% + -1rem); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--reduced .ubf-highlightLinks__item {
        width: calc(33.33333% + -2rem); } }

.ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
      width: calc(50% + -1rem); }

@media (min-width: 576px) {
        .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
          width: calc(33.33333% + -1rem); } }

@media (min-width: 1024px) {
        .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
          width: calc(25% + -2rem); } }

@media (min-width: 1201px) {
        .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
          width: calc(20% + -2rem); } }

@media (min-width: 321px) {
      .ubf-body--internal .ubf-highlightLinks__item {
        width: calc(50% + -1rem); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-highlightLinks__item {
        width: calc(20% + -2rem); } }

.ubf-body--internal .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
      width: calc(33.33333% + -2rem); }

@media (min-width: 321px) {
      .ubf-contentBlock--sidebar + .ubf-contentBlock--accordion .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
        width: calc(33.33333% + -1rem); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--sidebar + .ubf-contentBlock--accordion .ubf-contentBlock--highlightLinks .ubf-highlightLinks__item {
        width: calc(33.33333% + -2rem); } }

.ubf-highlightLinks__label {
    display: block;
    min-height: 100%;
    padding: 1rem;
    position: relative;
    z-index: 4; }

@media (min-width: 1024px) {
      .ubf-highlightLinks__label {
        -webkit-transition: background-color 0.2s  ;
        -o-transition: background-color 0.2s  ;
        transition: background-color 0.2s  ;
        padding: 1.5rem; } }

.ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
      color: #000000; }

.ubf-body--medicine .ubf-highlightLinks__link:hover .ubf-highlightLinks__label,
      .ubf-body--psychology .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
        color: #FFFFFF; }

@media (min-width: 1024px) {
        .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
          background-color: #14f5b4; }
          .ubf-body--biology .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #92b168; }
          .ubf-body--chemistry .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #a08caa; }
          .ubf-body--educational-science .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #f08c50; }
          .ubf-body--history .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #7db4be; }
          .ubf-body--public-health .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #dc5a5a; }
          .ubf-body--linguistics .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #8fa3b9; }
          .ubf-body--mathematics .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #dcaa41; }
          .ubf-body--medicine .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #145f7d; }
          .ubf-body--physics .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #649696; }
          .ubf-body--law .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #8c8c96; }
          .ubf-body--psychology .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #8c3250; }
          .ubf-body--sociology .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #bfd02f; }
          .ubf-body--technology .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #558ca0; }
          .ubf-body--economics .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #74799b; }
          .ubf-body--library .ubf-highlightLinks__link:hover .ubf-highlightLinks__label {
            background-color: #008965; } }

@media (min-width: 1024px) {
      .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
        -webkit-transition: opacity 0.2s  ;
        -o-transition: opacity 0.2s  ;
        transition: opacity 0.2s  ;
        background-color: #14f5b4;
        opacity: 0; }
        .ubf-body--biology .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #92b168; }
        .ubf-body--chemistry .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #a08caa; }
        .ubf-body--educational-science .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #f08c50; }
        .ubf-body--history .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #7db4be; }
        .ubf-body--public-health .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #dc5a5a; }
        .ubf-body--linguistics .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #8fa3b9; }
        .ubf-body--mathematics .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #dcaa41; }
        .ubf-body--medicine .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #145f7d; }
        .ubf-body--physics .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #649696; }
        .ubf-body--law .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #8c8c96; }
        .ubf-body--psychology .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #8c3250; }
        .ubf-body--sociology .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #bfd02f; }
        .ubf-body--technology .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #558ca0; }
        .ubf-body--economics .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #74799b; }
        .ubf-body--library .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
          background-color: #008965; } }

@media (min-width: 1024px) {
      .ubf-highlightLinks__link:hover .ubf-highlightLinks__figure + .ubf-highlightLinks__label {
        opacity: 1; } }

.ubf-highlightLinks__link {
    color: currentColor;
    font-weight: bold;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none; }

.ubf-highlightLinks__link:hover {
      text-decoration: none;
      color: currentColor; }

.ubf-highlightLinks__picture {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2; }

.ubf-highlightLinks__picture::after {
      background-color: rgba(255, 255, 255, 0.3);
      content: '';
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 3; }

@media (min-width: 1024px) {
        .ubf-highlightLinks__link:hover .ubf-highlightLinks__picture::after {
          opacity: 1; } }

.table--responsive {
  overflow-x: auto; }

.table--responsive tr {
  display: table-row; }

.table--responsive th, .table--responsive td {
  display: table-cell;
  min-width: 120px; }

.table--responsive td:last-child {
  border-bottom-color: none;
  border-bottom-width: none; }

.table--responsive td:last-child {
  border-bottom: 1px solid #F0F0F0 !important; }

.ubf-icon {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: middle;
  width: 2.2rem; }

.ubf-icon [data-type="svg"] {
    height: auto;
    width: 100%; }

.ubf-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  float: right;
  padding-top: 1px; }

.ubf-icons__icon + .ubf-icons__icon, .ubf-icons__link + .ubf-icons__icon, .ubf-icons__icon + .ubf-icons__link, .ubf-icons__link + .ubf-icons__link {
    margin-left: 1rem; }

.ubf-modal {
  -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
  -o-transition: opacity 0.4s  , visibility 0.4s  ;
  transition: opacity 0.4s  , visibility 0.4s  ;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%; }

.ubf-modal.ubf-js-fixed {
    position: fixed; }

@media (min-width: 1024px) {
    .ubf-modal.ubf-js-beforeActive {
      display: block;
      will-change: opacity, visibility; } }

@media (min-width: 1024px) {
    .ubf-modal.ubf-js-duringActive {
      opacity: 1;
      visibility: inherit; } }

@media (min-width: 1024px) {
    .ubf-modal__content {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      width: 100%;
      height: 100%;
      position: relative; } }

@media (min-width: 1024px) and (min-width: 575px) {
    .ubf-modal__content {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-modal__content {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 1024px) and (min-width: 575px) {
    .ubf-body--ekvv .ubf-modal__content {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-body--ekvv .ubf-modal__content {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.ubf-modal__item {
    height: 100%;
    position: relative;
    width: 100%; }

.ubf-modal__toggler {
    height: 2.2rem;
    position: absolute;
    right: 3.5rem;
    top: 4rem;
    width: 2.5rem;
    z-index: 200; }

.ubf-modalItem {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.ubf-modalItem.ubf-js-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.ubf-modalItem__caption {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2rem 0;
    text-align: right; }

.ubf-modalItem__images {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative; }

.ubf-modalItem__image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: "object-fit: contain; object-position: 50% 50%";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      html.no-js .ubf-modalItem__image {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 100%;
        background-size: contain;
        background-position: 50% 50%; } }

.ubf-modalItem__image--large {
      z-index: 2; }

.ubf-modalItem__image--small {
      z-index: 1; }

.ubf-modalToggler {
  color: #01865e; }

.ubf-modalToggler:not(:hover):focus {
    outline: solid #FFFFFF 1px;
    outline-offset: 0.5rem; }

.ubf-body--biology .ubf-modalToggler {
    color: #708f4a; }

.ubf-body--chemistry .ubf-modalToggler {
    color: #84698d; }

.ubf-body--educational-science .ubf-modalToggler {
    color: #c36226; }

.ubf-body--history .ubf-modalToggler {
    color: #4e8f9a; }

.ubf-body--public-health .ubf-modalToggler {
    color: #c55757; }

.ubf-body--linguistics .ubf-modalToggler {
    color: #70859c; }

.ubf-body--mathematics .ubf-modalToggler {
    color: #b08323; }

.ubf-body--medicine .ubf-modalToggler {
    color: #145f7d; }

.ubf-body--physics .ubf-modalToggler {
    color: #4b7d7d; }

.ubf-body--law .ubf-modalToggler {
    color: #6d6d77; }

.ubf-body--psychology .ubf-modalToggler {
    color: #85314a; }

.ubf-body--sociology .ubf-modalToggler {
    color: #a4474c; }

.ubf-body--technology .ubf-modalToggler {
    color: #47798c; }

.ubf-body--economics .ubf-modalToggler {
    color: #46506e; }

.ubf-body--library .ubf-modalToggler {
    color: #008965; }

.ubf-modalToggler__label {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: currentColor;
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    font-size: 0;
    text-indent: -10000px;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem); }

.ubf-modalToggler__label::before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 0.2rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      content: '';
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.ubf-modalToggler__label::after {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 0.2rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      content: '';
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.ubf-pagination__item + .ubf-pagination__item {
  margin-left: 1rem; }

@media (min-width: 1024px) {
    .ubf-pagination__item + .ubf-pagination__item {
      margin-left: 2rem; } }

.ubf-pagination__link--current {
  border-color: #14f5b4; }

.ubf-body--biology .ubf-pagination__link--current {
    border-color: #92b168; }

.ubf-body--chemistry .ubf-pagination__link--current {
    border-color: #a08caa; }

.ubf-body--educational-science .ubf-pagination__link--current {
    border-color: #f08c50; }

.ubf-body--history .ubf-pagination__link--current {
    border-color: #7db4be; }

.ubf-body--public-health .ubf-pagination__link--current {
    border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-pagination__link--current {
    border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-pagination__link--current {
    border-color: #dcaa41; }

.ubf-body--medicine .ubf-pagination__link--current {
    border-color: #145f7d; }

.ubf-body--physics .ubf-pagination__link--current {
    border-color: #649696; }

.ubf-body--law .ubf-pagination__link--current {
    border-color: #8c8c96; }

.ubf-body--psychology .ubf-pagination__link--current {
    border-color: #8c3250; }

.ubf-body--sociology .ubf-pagination__link--current {
    border-color: #bfd02f; }

.ubf-body--technology .ubf-pagination__link--current {
    border-color: #558ca0; }

.ubf-body--economics .ubf-pagination__link--current {
    border-color: #74799b; }

.ubf-body--library .ubf-pagination__link--current {
    border-color: #008965; }

.ubf-pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ubf-preview--fixedBorder {
  border-bottom-color: #14f5b4;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 2rem; }

.ubf-body--biology .ubf-preview--fixedBorder {
    border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-preview--fixedBorder {
    border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-preview--fixedBorder {
    border-bottom-color: #f08c50; }

.ubf-body--history .ubf-preview--fixedBorder {
    border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-preview--fixedBorder {
    border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-preview--fixedBorder {
    border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-preview--fixedBorder {
    border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-preview--fixedBorder {
    border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-preview--fixedBorder {
    border-bottom-color: #649696; }

.ubf-body--law .ubf-preview--fixedBorder {
    border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-preview--fixedBorder {
    border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-preview--fixedBorder {
    border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-preview--fixedBorder {
    border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-preview--fixedBorder {
    border-bottom-color: #74799b; }

.ubf-body--library .ubf-preview--fixedBorder {
    border-bottom-color: #008965; }

.ubf-preview .ubf-preview__title .ubf-preview__link {
  text-decoration: none; }

.ubf-preview__picture {
  width: 100%; }

.ubf-preview:not(.ubf-preview--noCrop) .ubf-preview__picture::before {
    content: '';
    display: block;
    padding-bottom: 100%; }

.ubf-preview__summary {
  border-color: #14f5b4;
  border-style: solid;
  border-width: 2px 0 0 0;
  padding: 2rem 0; }

.ubf-body--biology .ubf-preview__summary {
    border-color: #92b168; }

.ubf-body--chemistry .ubf-preview__summary {
    border-color: #a08caa; }

.ubf-body--educational-science .ubf-preview__summary {
    border-color: #f08c50; }

.ubf-body--history .ubf-preview__summary {
    border-color: #7db4be; }

.ubf-body--public-health .ubf-preview__summary {
    border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-preview__summary {
    border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-preview__summary {
    border-color: #dcaa41; }

.ubf-body--medicine .ubf-preview__summary {
    border-color: #145f7d; }

.ubf-body--physics .ubf-preview__summary {
    border-color: #649696; }

.ubf-body--law .ubf-preview__summary {
    border-color: #8c8c96; }

.ubf-body--psychology .ubf-preview__summary {
    border-color: #8c3250; }

.ubf-body--sociology .ubf-preview__summary {
    border-color: #bfd02f; }

.ubf-body--technology .ubf-preview__summary {
    border-color: #558ca0; }

.ubf-body--economics .ubf-preview__summary {
    border-color: #74799b; }

.ubf-body--library .ubf-preview__summary {
    border-color: #008965; }

.ubf-preview__summary:last-child {
    border-bottom-width: 2px; }

.ubf-preview__visual + .ubf-preview__summary {
    padding-top: 2rem;
    border-top-width: 0; }

.ubf-body:not(.ubf-body--internal) .ubf-preview__summary {
    border-width: 0; }

.ubf-sidebar .ubf-contentBlock--preview:not(:first-child) .ubf-preview__summary {
    border-top: 0; }

.ubf-sidebar .ubf-contentBlock--preview:not(:first-child) .ubf-preview__summary:first-child {
      padding-top: 0; }

.ubf-sidebar .ubf-contentBlock--preview:first-child .ubf-preview__summary:only-child {
    border-top: 0;
    padding-top: 0; }

.ubf-preview--fixedBorder .ubf-preview__summary:last-child,
  .ubf-preview--fixedBorder .editlink + .ubf-preview__summary {
    border-bottom: none; }

.ubf-preview__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal; }

.ubf-preview__title + .ubf-preview__text {
    margin-top: 0.5rem; }

@media (min-width: 1024px) {
      .ubf-preview__title + .ubf-preview__text {
        margin-top: 1rem; } }

.ubf-preview__thumbLink {
  display: block;
  color: currentColor; }

.ubf-preview__thumbLink:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-preview__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-preview__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; } }

.ubf-preview__summary + .ubf-preview__visual {
  padding-bottom: 2rem; }

.ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
    border-bottom-color: #14f5b4;
    border-bottom-style: solid;
    border-bottom-width: 2px; }

.ubf-body--biology .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #f08c50; }

.ubf-body--history .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #649696; }

.ubf-body--law .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #74799b; }

.ubf-body--library .ubf-preview:not(.ubf-preview--fixedBorder) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #008965; }

.ubf-body:not(.ubf-body--internal) .ubf-preview__summary + .ubf-preview__visual {
    border-bottom-width: 0;
    padding-bottom: 0; }

.ubf-previews {
  position: relative;
  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;
  margin-right: -1rem;
  margin-top: -2rem; }

.ubf-previews > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1rem;
    margin-top: 2rem; }

@media (min-width: 1024px) {
    .ubf-previews {
      position: relative;
      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;
      margin-right: -2rem;
      margin-top: -2rem; }
      .ubf-previews > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 2rem;
        margin-top: 2rem; } }

.ubf-previews__preview {
    width: calc(100% - 1rem + 0px); }

@media (min-width: 1024px) {
      .ubf-previews__preview {
        width: calc(33.33333% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--previewsExtended .ubf-previews__preview {
        width: calc(25% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--previewsReduced .ubf-previews__preview {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body:not(.ubf-body--internal) .ubf-contentBlock--sidebar + .ubf-contentBlock--previewsReduced .ubf-previews__preview {
        width: calc(33.33333% - 2rem + 0px); } }

.ubf-scrollToTop {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  background-color: #FFFFFF;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100; }

@media (min-width: 575px) {
    .ubf-scrollToTop {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) {
    .ubf-scrollToTop {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-scrollToTop {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-scrollToTop {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.ubf-html.ubf-js-edge .ubf-scrollToTop,
  .ubf-html.ubf-js-ie .ubf-scrollToTop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden; }

.ubf-scrollToTop:not(.ubf-js-visible) {
    visibility: hidden; }

@media (min-width: 1500px) {
    .ubf-scrollToTop {
      background-color: transparent;
      pointer-events: none; } }

.ubf-searchResults__item + .ubf-searchResults__item {
  border-top-color: #14f5b4;
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 2rem;
  padding-top: 2rem; }

.ubf-body--biology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #92b168; }

.ubf-body--chemistry .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #a08caa; }

.ubf-body--educational-science .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #f08c50; }

.ubf-body--history .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #7db4be; }

.ubf-body--public-health .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #dc5a5a; }

.ubf-body--linguistics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #8fa3b9; }

.ubf-body--mathematics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #dcaa41; }

.ubf-body--medicine .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #145f7d; }

.ubf-body--physics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #649696; }

.ubf-body--law .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #8c8c96; }

.ubf-body--psychology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #8c3250; }

.ubf-body--sociology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #bfd02f; }

.ubf-body--technology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #558ca0; }

.ubf-body--economics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #74799b; }

.ubf-body--library .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #008965; }

.ubf-searchResults__itemInfo {
  color: #515151; }

.ubf-searchResultsSplitted {
  position: relative; }

@media (min-width: 1024px) {
    .ubf-searchResultsSplitted {
      position: relative;
      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;
      margin-left: -2rem;
      margin-bottom: -2rem; }
      .ubf-searchResultsSplitted > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 2rem;
        margin-bottom: 2rem; } }

.ubf-searchResultsSplitted__category {
    border-left-color: #14f5b4;
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    border-left-style: solid;
    border-left-width: 2px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%; }

.ubf-body--biology .ubf-searchResultsSplitted__category {
      border-left-color: #92b168; }

.ubf-body--chemistry .ubf-searchResultsSplitted__category {
      border-left-color: #a08caa; }

.ubf-body--educational-science .ubf-searchResultsSplitted__category {
      border-left-color: #f08c50; }

.ubf-body--history .ubf-searchResultsSplitted__category {
      border-left-color: #7db4be; }

.ubf-body--public-health .ubf-searchResultsSplitted__category {
      border-left-color: #dc5a5a; }

.ubf-body--linguistics .ubf-searchResultsSplitted__category {
      border-left-color: #8fa3b9; }

.ubf-body--mathematics .ubf-searchResultsSplitted__category {
      border-left-color: #dcaa41; }

.ubf-body--medicine .ubf-searchResultsSplitted__category {
      border-left-color: #145f7d; }

.ubf-body--physics .ubf-searchResultsSplitted__category {
      border-left-color: #649696; }

.ubf-body--law .ubf-searchResultsSplitted__category {
      border-left-color: #8c8c96; }

.ubf-body--psychology .ubf-searchResultsSplitted__category {
      border-left-color: #8c3250; }

.ubf-body--sociology .ubf-searchResultsSplitted__category {
      border-left-color: #bfd02f; }

.ubf-body--technology .ubf-searchResultsSplitted__category {
      border-left-color: #558ca0; }

.ubf-body--economics .ubf-searchResultsSplitted__category {
      border-left-color: #74799b; }

.ubf-body--library .ubf-searchResultsSplitted__category {
      border-left-color: #008965; }

@media (min-width: 1024px) {
      .ubf-searchResultsSplitted__category {
        border: 0;
        margin-bottom: 0;
        width: calc(44.44444% - 2rem + 0px); } }

.ubf-searchResultsSplitted__category--first {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.ubf-searchResultsSplitted__category--second {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }

@media (min-width: 1024px) {
        .ubf-searchResultsSplitted__category--second {
          margin-left: calc(11.11111%  +  2rem); } }

.ubf-searchResultsSplitted__categoryTitle {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    font-weight: normal;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-searchResultsSplitted__categoryTitle {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: bold;
        border-bottom: #14f5b4;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        padding-bottom: 0.5rem;
        width: calc(44.44444% - 2rem + 0px); }
        .ubf-body--biology .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #92b168; }
        .ubf-body--chemistry .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #a08caa; }
        .ubf-body--educational-science .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #f08c50; }
        .ubf-body--history .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #7db4be; }
        .ubf-body--public-health .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #dc5a5a; }
        .ubf-body--linguistics .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #8fa3b9; }
        .ubf-body--mathematics .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #dcaa41; }
        .ubf-body--medicine .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #145f7d; }
        .ubf-body--physics .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #649696; }
        .ubf-body--law .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #8c8c96; }
        .ubf-body--psychology .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #8c3250; }
        .ubf-body--sociology .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #bfd02f; }
        .ubf-body--technology .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #558ca0; }
        .ubf-body--economics .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #74799b; }
        .ubf-body--library .ubf-searchResultsSplitted__categoryTitle {
          border-bottom: #008965; } }

.ubf-searchResultsSplitted__categoryTitle--first {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }

.ubf-searchResultsSplitted__categoryTitle--second {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

@media (min-width: 1024px) {
        .ubf-searchResultsSplitted__categoryTitle--second {
          margin-left: calc(11.11111%  +  2rem);
          position: relative; } }

@media (min-width: 1024px) {
        .ubf-searchResultsSplitted__categoryTitle--second::before {
          border-bottom: #14f5b4;
          content: '';
          border-bottom-style: solid;
          border-bottom-width: 2px;
          display: block;
          pointer-events: none;
          position: absolute;
          top: 100%;
          right: 100%;
          width: 100%;
          height: 0; }
          .ubf-body--biology .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #92b168; }
          .ubf-body--chemistry .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #a08caa; }
          .ubf-body--educational-science .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #f08c50; }
          .ubf-body--history .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #7db4be; }
          .ubf-body--public-health .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #dc5a5a; }
          .ubf-body--linguistics .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #8fa3b9; }
          .ubf-body--mathematics .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #dcaa41; }
          .ubf-body--medicine .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #145f7d; }
          .ubf-body--physics .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #649696; }
          .ubf-body--law .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #8c8c96; }
          .ubf-body--psychology .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #8c3250; }
          .ubf-body--sociology .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #bfd02f; }
          .ubf-body--technology .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #558ca0; }
          .ubf-body--economics .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #74799b; }
          .ubf-body--library .ubf-searchResultsSplitted__categoryTitle--second::before {
            border-bottom: #008965; } }

.ubf-searchResultsSplitted__item {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal; }

.ubf-searchResultsSplitted__item + .ubf-searchResultsSplitted__item {
      margin-top: 2rem; }

.ubf-searchResultsSplitted__itemDescription {
    margin: 0; }

.ubf-searchResultsSplitted__itemLink {
    color: inherit;
    text-decoration: none; }

.ubf-searchResultsSplitted__itemLink:hover {
      color: #01865e;
      text-decoration: underline; }

.ubf-body--biology .ubf-searchResultsSplitted__itemLink:hover {
        color: #708f4a; }

.ubf-body--chemistry .ubf-searchResultsSplitted__itemLink:hover {
        color: #84698d; }

.ubf-body--educational-science .ubf-searchResultsSplitted__itemLink:hover {
        color: #c36226; }

.ubf-body--history .ubf-searchResultsSplitted__itemLink:hover {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-searchResultsSplitted__itemLink:hover {
        color: #c55757; }

.ubf-body--linguistics .ubf-searchResultsSplitted__itemLink:hover {
        color: #70859c; }

.ubf-body--mathematics .ubf-searchResultsSplitted__itemLink:hover {
        color: #b08323; }

.ubf-body--medicine .ubf-searchResultsSplitted__itemLink:hover {
        color: #145f7d; }

.ubf-body--physics .ubf-searchResultsSplitted__itemLink:hover {
        color: #4b7d7d; }

.ubf-body--law .ubf-searchResultsSplitted__itemLink:hover {
        color: #6d6d77; }

.ubf-body--psychology .ubf-searchResultsSplitted__itemLink:hover {
        color: #85314a; }

.ubf-body--sociology .ubf-searchResultsSplitted__itemLink:hover {
        color: #a4474c; }

.ubf-body--technology .ubf-searchResultsSplitted__itemLink:hover {
        color: #47798c; }

.ubf-body--economics .ubf-searchResultsSplitted__itemLink:hover {
        color: #46506e; }

.ubf-body--library .ubf-searchResultsSplitted__itemLink:hover {
        color: #008965; }

.ubf-searchResultsSplitted__itemName {
    display: block;
    font-weight: bold; }

.ubf-searchResultsSplitted__items {
    -webkit-transition: opacity 0.4s  ;
    -o-transition: opacity 0.4s  ;
    transition: opacity 0.4s  ;
    left: 0;
    margin: 0;
    padding: 1rem 0 0 1rem;
    position: relative;
    right: 0;
    top: 0; }

.ubf-searchResultsSplitted__items:focus {
      outline: 0; }

@media (min-width: 1024px) {
      .ubf-searchResultsSplitted__items {
        padding: 0; } }

.ubf-searchResultsSplitted__items.ubf-js-collapsed {
      position: absolute; }

html.no-js .ubf-searchResultsSplitted__items.ubf-js-collapsed:focus-within {
        opacity: 1;
        position: relative; }

@media (min-width: 1024px) {
        .ubf-searchResultsSplitted__items.ubf-js-collapsed {
          opacity: 1;
          position: relative;
          -webkit-transition-duration: 0;
               -o-transition-duration: 0;
                  transition-duration: 0; } }

.ubf-searchResultsSplitted__togglerIcon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: inline-block;
    height: 1rem;
    line-height: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: auto; }

.ubf-searchResultsSplitted__togglerLink.ubf-js-toggled .ubf-searchResultsSplitted__togglerIcon {
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }

@media (min-width: 1024px) {
      .ubf-searchResultsSplitted__togglerIcon {
        display: none; } }

.ubf-searchResultsSplitted__togglerIcon [data-type="svg"] {
      height: 100%;
      width: auto; }

.ubf-searchResultsSplitted__togglerLabel {
    display: inline-block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.ubf-searchResultsSplitted__togglerLink {
    -webkit-transition: background-color 0.4s  , border-color 0.4s  ;
    -o-transition: background-color 0.4s  , border-color 0.4s  ;
    transition: background-color 0.4s  , border-color 0.4s  ;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F0F0F0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 2px;
    color: #515151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none; }

.ubf-searchResultsSplitted__togglerLink::before {
      content: '{"togglerEnabled": true}';
      display: none; }

@supports (--varName: "whatever") {
      .ubf-searchResultsSplitted__togglerLink {
        --jsValues: '{"togglerEnabled": true}'; } }

.ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
      border-color: #14f5b4;
      background-color: transparent; }

.ubf-body--biology .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #92b168; }

.ubf-body--chemistry .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #a08caa; }

.ubf-body--educational-science .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #f08c50; }

.ubf-body--history .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #7db4be; }

.ubf-body--public-health .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #dcaa41; }

.ubf-body--medicine .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #145f7d; }

.ubf-body--physics .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #649696; }

.ubf-body--law .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #8c8c96; }

.ubf-body--psychology .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #8c3250; }

.ubf-body--sociology .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #bfd02f; }

.ubf-body--technology .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #558ca0; }

.ubf-body--economics .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #74799b; }

.ubf-body--library .ubf-searchResultsSplitted__togglerLink.ubf-js-toggled {
        border-color: #008965; }

@media (min-width: 1024px) {
      .ubf-searchResultsSplitted__togglerLink {
        background-color: transparent;
        border: 0;
        color: #000000;
        cursor: default;
        display: block;
        padding: 0;
        pointer-events: none; }
        .ubf-searchResultsSplitted__togglerLink::before {
          content: '{"togglerEnabled": false}';
          display: none; }
        @supports (--varName: "whatever") {
          .ubf-searchResultsSplitted__togglerLink {
            --jsValues: '{"togglerEnabled": false}'; } } }

.ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
  border-bottom-color: #14f5b4;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 2rem; }

.ubf-body--biology .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #f08c50; }

.ubf-body--history .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #649696; }

.ubf-body--law .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #74799b; }

.ubf-body--library .ubf-sidebar .ubf-contentBlock--social:not(:last-child) .ubf-social {
    border-bottom-color: #008965; }

.ubf-social__item + .ubf-social__item {
  margin-left: 2rem; }

.ubf-social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 0; }

.ubf-social__link {
  color: inherit;
  display: inline-block;
  text-decoration: none; }

.ubf-social__link:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-social__linkIcon {
  display: inline-block;
  width: 4rem; }

.ubf-social__linkIcon [data-type="svg"] {
    height: auto;
    width: 100%; }

.ubf-social__linkLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.ubf-tabs {
  position: relative; }

.ubf-tabs::before {
    content: '{"tabsEnabled": false}';
    display: none; }

@supports (--varName: "whatever") {
    .ubf-tabs {
      --jsValues: '{"tabsEnabled": false}'; } }

@media (min-width: 1024px) {
    html.js .ubf-tabs {
      border-color: #14f5b4;
      -webkit-transition: height 0.4s  ;
      -o-transition: height 0.4s  ;
      transition: height 0.4s  ;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      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;
      overflow: hidden;
      padding-bottom: 2rem;
      border-style: solid;
      border-width: 0 0 2px 0; }
      .ubf-body--biology html.js .ubf-tabs {
        border-color: #92b168; }
      .ubf-body--chemistry html.js .ubf-tabs {
        border-color: #a08caa; }
      .ubf-body--educational-science html.js .ubf-tabs {
        border-color: #f08c50; }
      .ubf-body--history html.js .ubf-tabs {
        border-color: #7db4be; }
      .ubf-body--public-health html.js .ubf-tabs {
        border-color: #dc5a5a; }
      .ubf-body--linguistics html.js .ubf-tabs {
        border-color: #8fa3b9; }
      .ubf-body--mathematics html.js .ubf-tabs {
        border-color: #dcaa41; }
      .ubf-body--medicine html.js .ubf-tabs {
        border-color: #145f7d; }
      .ubf-body--physics html.js .ubf-tabs {
        border-color: #649696; }
      .ubf-body--law html.js .ubf-tabs {
        border-color: #8c8c96; }
      .ubf-body--psychology html.js .ubf-tabs {
        border-color: #8c3250; }
      .ubf-body--sociology html.js .ubf-tabs {
        border-color: #bfd02f; }
      .ubf-body--technology html.js .ubf-tabs {
        border-color: #558ca0; }
      .ubf-body--economics html.js .ubf-tabs {
        border-color: #74799b; }
      .ubf-body--library html.js .ubf-tabs {
        border-color: #008965; }
      html.js .ubf-tabs::before {
        content: '{"tabsEnabled": true}';
        display: none; }
      @supports (--varName: "whatever") {
        html.js .ubf-tabs {
          --jsValues: '{"tabsEnabled": true}'; } } }

.ubf-tabs ol {
    list-style-position: inside;
    margin-left: 0 !important; }

.ubf-tabs__content {
    position: relative;
    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;
    margin-left: -1rem;
    margin-bottom: -2rem;
    -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
    -o-transition: opacity 0.4s  , visibility 0.4s  ;
    transition: opacity 0.4s  , visibility 0.4s  ;
    left: 0;
    padding: 1rem 0 0 1rem;
    position: relative;
    right: 0;
    top: 0; }

.ubf-tabs__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 1rem;
      margin-bottom: 2rem; }

.ubf-tabs__content:focus {
      outline: 0; }

@media (min-width: 1024px) {
      .ubf-tabs__content {
        position: relative;
        display: block;
        margin-left: -2rem;
        margin-bottom: -2rem; }
        .ubf-tabs__content::after {
          content: " ";
          display: table;
          clear: both; }
        .ubf-tabs__content > * {
          float: left;
          margin-left: 2rem;
          margin-bottom: 2rem; } }

@media (min-width: 1024px) {
      html.js .ubf-tabs__content {
        -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
        -o-transition: opacity 0.4s  , visibility 0.4s  ;
        transition: opacity 0.4s  , visibility 0.4s  ;
        padding: 0; } }

.ubf-tabs__content.ubf-js-collapsed {
      opacity: 0;
      visibility: hidden;
      position: absolute; }

html.no-js .ubf-tabs__content.ubf-js-collapsed:focus-within {
        opacity: 1;
        position: relative;
        visibility: inherit; }

@media (min-width: 1024px) {
        html.js .ubf-tabs__content.ubf-js-collapsed {
          opacity: 1;
          position: relative;
          visibility: inherit; } }

@media (min-width: 1024px) {
      html.js .ubf-tabs__contentWrapper:not(.ubf-js-selected) .ubf-tabs__content {
        opacity: 0;
        position: absolute; } }

.ubf-tabs__contentWrapper {
    border-color: #14f5b4;
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    border-style: solid;
    border-width: 0 0 0 2px;
    margin: 0 0 1rem 0;
    overflow: hidden;
    position: relative;
    width: 100%; }

.ubf-body--biology .ubf-tabs__contentWrapper {
      border-color: #92b168; }

.ubf-body--chemistry .ubf-tabs__contentWrapper {
      border-color: #a08caa; }

.ubf-body--educational-science .ubf-tabs__contentWrapper {
      border-color: #f08c50; }

.ubf-body--history .ubf-tabs__contentWrapper {
      border-color: #7db4be; }

.ubf-body--public-health .ubf-tabs__contentWrapper {
      border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-tabs__contentWrapper {
      border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-tabs__contentWrapper {
      border-color: #dcaa41; }

.ubf-body--medicine .ubf-tabs__contentWrapper {
      border-color: #145f7d; }

.ubf-body--physics .ubf-tabs__contentWrapper {
      border-color: #649696; }

.ubf-body--law .ubf-tabs__contentWrapper {
      border-color: #8c8c96; }

.ubf-body--psychology .ubf-tabs__contentWrapper {
      border-color: #8c3250; }

.ubf-body--sociology .ubf-tabs__contentWrapper {
      border-color: #bfd02f; }

.ubf-body--technology .ubf-tabs__contentWrapper {
      border-color: #558ca0; }

.ubf-body--economics .ubf-tabs__contentWrapper {
      border-color: #74799b; }

.ubf-body--library .ubf-tabs__contentWrapper {
      border-color: #008965; }

@media (min-width: 1024px) {
      html.js .ubf-tabs__contentWrapper {
        border: 0;
        margin: 0;
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
        overflow: visible;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        z-index: 1;
        visibility: hidden; } }

@media (min-width: 1024px) {
      html.js .ubf-tabs__contentWrapper.ubf-js-selected {
        -webkit-box-ordinal-group: 21;
            -ms-flex-order: 20;
                order: 20;
        visibility: inherit;
        z-index: 20; } }

.ubf-tabs__tab {
    width: 100%; }

@media (min-width: 1024px) {
      html.js .ubf-tabs__tab {
        margin-bottom: 2rem;
        margin-right: 2rem;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: calc(22.22222% + -1.55556rem + 0px); } }

.ubf-tabs__tabIcon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: inline-block;
    height: 1rem;
    line-height: 0;
    position: relative;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: auto; }

.ubf-tabs__tabLink.ubf-js-toggled .ubf-tabs__tabIcon {
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }

@media (min-width: 1024px) {
      html.js .ubf-tabs__tabIcon {
        display: none; } }

.ubf-tabs__tabIcon [data-type="svg"] {
      height: 100%;
      width: auto; }

.ubf-tabs__tabLabel {
    display: inline-block; }

.ubf-tabs__tabLink {
    -webkit-transition: background-color 0.4s  , border-color 0.4s  ;
    -o-transition: background-color 0.4s  , border-color 0.4s  ;
    transition: background-color 0.4s  , border-color 0.4s  ;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F0F0F0;
    color: #515151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none; }

.ubf-tabs__tabLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-tabs__tabLink::before {
      content: '{"togglerEnabled": true}';
      display: none; }

@supports (--varName: "whatever") {
      .ubf-tabs__tabLink {
        --jsValues: '{"togglerEnabled": true}'; } }

@media (min-width: 1024px) {
      html.js .ubf-tabs__tabLink {
        border-style: solid;
        border-color: #F0F0F0;
        border-width: 2px 0; }
        html.js .ubf-tabs__tabLink::before {
          content: '{"togglerEnabled": false}';
          display: none; }
        @supports (--varName: "whatever") {
          html.js .ubf-tabs__tabLink {
            --jsValues: '{"togglerEnabled": false}'; } } }

.ubf-tabs__tabLink.ubf-js-toggled {
      border-color: #14f5b4;
      background-color: transparent; }

.ubf-body--biology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #92b168; }

.ubf-body--chemistry .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #a08caa; }

.ubf-body--educational-science .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #f08c50; }

.ubf-body--history .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #7db4be; }

.ubf-body--public-health .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #dcaa41; }

.ubf-body--medicine .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #145f7d; }

.ubf-body--physics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #649696; }

.ubf-body--law .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #8c8c96; }

.ubf-body--psychology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #8c3250; }

.ubf-body--sociology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #bfd02f; }

.ubf-body--technology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #558ca0; }

.ubf-body--economics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #74799b; }

.ubf-body--library .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #008965; }

@media (min-width: 1024px) {
      html.js .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #14f5b4;
        border-bottom-color: transparent;
        background-color: transparent; }
        .ubf-body--biology html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #92b168; }
        .ubf-body--chemistry html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #a08caa; }
        .ubf-body--educational-science html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #f08c50; }
        .ubf-body--history html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #7db4be; }
        .ubf-body--public-health html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #dc5a5a; }
        .ubf-body--linguistics html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #8fa3b9; }
        .ubf-body--mathematics html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #dcaa41; }
        .ubf-body--medicine html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #145f7d; }
        .ubf-body--physics html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #649696; }
        .ubf-body--law html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #8c8c96; }
        .ubf-body--psychology html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #8c3250; }
        .ubf-body--sociology html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #bfd02f; }
        .ubf-body--technology html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #558ca0; }
        .ubf-body--economics html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #74799b; }
        .ubf-body--library html.js .ubf-tabs__tabLink.ubf-js-selected {
          border-top-color: #008965; } }

.ubf-test__title {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  color: #01865e; }

.ubf-body--biology .ubf-test__title {
    color: #708f4a; }

.ubf-body--chemistry .ubf-test__title {
    color: #84698d; }

.ubf-body--educational-science .ubf-test__title {
    color: #c36226; }

.ubf-body--history .ubf-test__title {
    color: #4e8f9a; }

.ubf-body--public-health .ubf-test__title {
    color: #c55757; }

.ubf-body--linguistics .ubf-test__title {
    color: #70859c; }

.ubf-body--mathematics .ubf-test__title {
    color: #b08323; }

.ubf-body--medicine .ubf-test__title {
    color: #145f7d; }

.ubf-body--physics .ubf-test__title {
    color: #4b7d7d; }

.ubf-body--law .ubf-test__title {
    color: #6d6d77; }

.ubf-body--psychology .ubf-test__title {
    color: #85314a; }

.ubf-body--sociology .ubf-test__title {
    color: #a4474c; }

.ubf-body--technology .ubf-test__title {
    color: #47798c; }

.ubf-body--economics .ubf-test__title {
    color: #46506e; }

.ubf-body--library .ubf-test__title {
    color: #008965; }

.ubf-sidebar .ubf-test__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }

.ubf-test__content {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -2rem; }

.ubf-test__content > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 2rem; }

.ubf-test__image {
  position: relative;
  width: 100%; }

@media (min-width: 1024px) {
    .ubf-test__image {
      width: calc(33.33333% + -1.33333rem + 0px); } }

.ubf-test__image img {
    width: 100%; }

.ubf-test__description {
  position: relative;
  width: 100%;
  color: #000000;
  margin-bottom: 1rem; }

@media (min-width: 1024px) {
    .ubf-test__description {
      width: calc(66.66667% + -0.33333rem + 0px); } }

.ubf-test__description--active {
    color: #FF0000; }

.ubf-test__icon {
  display: inline-block;
  width: 50px;
  height: 50px; }

@media (min-width: 1024px) {
  .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video {
    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: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.ubf-video__caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  text-align: right; }

@media (min-width: 1024px) {
    .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: normal;
      border-color: #14f5b4;
      -ms-flex-item-align: start;
          align-self: flex-start;
      border-style: solid;
      border-width: 2px 0;
      margin-top: 0;
      padding: 2rem 0;
      text-align: left;
      width: calc(33.33333% + -1.33333rem + 0px); }
      .ubf-body--biology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #92b168; }
      .ubf-body--chemistry .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #a08caa; }
      .ubf-body--educational-science .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #f08c50; }
      .ubf-body--history .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #7db4be; }
      .ubf-body--public-health .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #dc5a5a; }
      .ubf-body--linguistics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #8fa3b9; }
      .ubf-body--mathematics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #dcaa41; }
      .ubf-body--medicine .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #145f7d; }
      .ubf-body--physics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #649696; }
      .ubf-body--law .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #8c8c96; }
      .ubf-body--psychology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #8c3250; }
      .ubf-body--sociology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #bfd02f; }
      .ubf-body--technology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #558ca0; }
      .ubf-body--economics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #74799b; }
      .ubf-body--library .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__caption {
        border-color: #008965; } }

.ubf-video__content {
  position: relative; }

.ubf-video__content::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }

@media (min-width: 1024px) {
    .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall):not(.ubf-contentBlock--videoLarge) .ubf-video__content {
      width: calc(66.66667% + -0.66667rem + 0px); } }

.ubf-video__content::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

.ubf-video__icon {
  height: 4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 4rem;
  margin-left: -2rem;
  margin-top: -2rem; }

.ubf-video__icon [data-type="svg"] {
    width: 100%;
    height: 100%; }

.ubf-video__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html.no-js .ubf-video__img {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 100%;
      background-size: cover;
      background-position: 50% 50%; } }

.ubf-video__link {
  -webkit-transition: color 0.2s  ;
  -o-transition: color 0.2s  ;
  transition: color 0.2s  ;
  display: block;
  color: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }

html:not(.mobile) .ubf-video__link:hover, .ubf-video__link:active {
    color: #01865e; }

.ubf-body--biology html:not(.mobile) .ubf-video__link:hover, .ubf-body--biology .ubf-video__link:active {
      color: #708f4a; }

.ubf-body--chemistry html:not(.mobile) .ubf-video__link:hover, .ubf-body--chemistry .ubf-video__link:active {
      color: #84698d; }

.ubf-body--educational-science html:not(.mobile) .ubf-video__link:hover, .ubf-body--educational-science .ubf-video__link:active {
      color: #c36226; }

.ubf-body--history html:not(.mobile) .ubf-video__link:hover, .ubf-body--history .ubf-video__link:active {
      color: #4e8f9a; }

.ubf-body--public-health html:not(.mobile) .ubf-video__link:hover, .ubf-body--public-health .ubf-video__link:active {
      color: #c55757; }

.ubf-body--linguistics html:not(.mobile) .ubf-video__link:hover, .ubf-body--linguistics .ubf-video__link:active {
      color: #70859c; }

.ubf-body--mathematics html:not(.mobile) .ubf-video__link:hover, .ubf-body--mathematics .ubf-video__link:active {
      color: #b08323; }

.ubf-body--medicine html:not(.mobile) .ubf-video__link:hover, .ubf-body--medicine .ubf-video__link:active {
      color: #145f7d; }

.ubf-body--physics html:not(.mobile) .ubf-video__link:hover, .ubf-body--physics .ubf-video__link:active {
      color: #4b7d7d; }

.ubf-body--law html:not(.mobile) .ubf-video__link:hover, .ubf-body--law .ubf-video__link:active {
      color: #6d6d77; }

.ubf-body--psychology html:not(.mobile) .ubf-video__link:hover, .ubf-body--psychology .ubf-video__link:active {
      color: #85314a; }

.ubf-body--sociology html:not(.mobile) .ubf-video__link:hover, .ubf-body--sociology .ubf-video__link:active {
      color: #a4474c; }

.ubf-body--technology html:not(.mobile) .ubf-video__link:hover, .ubf-body--technology .ubf-video__link:active {
      color: #47798c; }

.ubf-body--economics html:not(.mobile) .ubf-video__link:hover, .ubf-body--economics .ubf-video__link:active {
      color: #46506e; }

.ubf-body--library html:not(.mobile) .ubf-video__link:hover, .ubf-body--library .ubf-video__link:active {
      color: #008965; }

.ubf-video__link:focus {
    outline-color: #14f5b4;
    outline-style: solid;
    outline-width: 2px; }

.ubf-body--biology .ubf-video__link:focus {
      outline-color: #92b168; }

.ubf-body--chemistry .ubf-video__link:focus {
      outline-color: #a08caa; }

.ubf-body--educational-science .ubf-video__link:focus {
      outline-color: #f08c50; }

.ubf-body--history .ubf-video__link:focus {
      outline-color: #7db4be; }

.ubf-body--public-health .ubf-video__link:focus {
      outline-color: #dc5a5a; }

.ubf-body--linguistics .ubf-video__link:focus {
      outline-color: #8fa3b9; }

.ubf-body--mathematics .ubf-video__link:focus {
      outline-color: #dcaa41; }

.ubf-body--medicine .ubf-video__link:focus {
      outline-color: #145f7d; }

.ubf-body--physics .ubf-video__link:focus {
      outline-color: #649696; }

.ubf-body--law .ubf-video__link:focus {
      outline-color: #8c8c96; }

.ubf-body--psychology .ubf-video__link:focus {
      outline-color: #8c3250; }

.ubf-body--sociology .ubf-video__link:focus {
      outline-color: #bfd02f; }

.ubf-body--technology .ubf-video__link:focus {
      outline-color: #558ca0; }

.ubf-body--economics .ubf-video__link:focus {
      outline-color: #74799b; }

.ubf-body--library .ubf-video__link:focus {
      outline-color: #008965; }

.ubf-video__player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4; }

/*# sourceMappingURL=non-critical.css.map */
