/** ubf - v0.3.0 - 2021-02-08 */
@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@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-Regular.woff2") format("woff2"), url("../fonts/Lelo-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@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%);
*/
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
textarea {
  resize: vertical; }
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
svg,
svg use {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
html,
body {
  margin: 0;
  padding: 0; }
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
ol {
  padding: 0; }
dl {
  margin: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0; }
p {
  margin: 0; }
label {
  font-size: inherit; }
input::-ms-clear {
  display: none; }
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0; }
input:not([type=checkbox]):invalid,
  label:invalid,
  textarea:invalid {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
figure {
  margin: 0; }
[data-type="svg"] {
  display: inline-block;
  position: relative; }
[data-type="svg"] > canvas {
    visibility: hidden;
    display: block;
    width: inherit;
    height: inherit; }
[data-type="svg"] > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: currentColor; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  img {
    background-image: none !important; } }
@page {
  margin: 1.5cm; }
.ubf-einrichtungsLogo {
  visibility: hidden;
  opacity: 0; }
.ubf-einrichtungsLogo--visible {
    visibility: inherit;
    opacity: 1; }
#wrapper {
  position: unset !important;
  overflow: unset !important; }
#wrapper #footer-content {
    width: 100% !important;
    left: 0 !important; }
#wrapper #header-content.portal-design-1,
  #wrapper #header-content.portal-design-2 {
    position: unset !important; }
#main-content a,
#maincontent a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold !important; }
#main-content a:hover,
  #maincontent a:hover {
    color: #01865e; }
.ubf-body--biology #main-content a:hover, .ubf-body--biology
    #maincontent a:hover {
      color: #708f4a; }
.ubf-body--chemistry #main-content a:hover, .ubf-body--chemistry
    #maincontent a:hover {
      color: #84698d; }
.ubf-body--educational-science #main-content a:hover, .ubf-body--educational-science
    #maincontent a:hover {
      color: #c36226; }
.ubf-body--history #main-content a:hover, .ubf-body--history
    #maincontent a:hover {
      color: #4e8f9a; }
.ubf-body--public-health #main-content a:hover, .ubf-body--public-health
    #maincontent a:hover {
      color: #c55757; }
.ubf-body--linguistics #main-content a:hover, .ubf-body--linguistics
    #maincontent a:hover {
      color: #70859c; }
.ubf-body--mathematics #main-content a:hover, .ubf-body--mathematics
    #maincontent a:hover {
      color: #b08323; }
.ubf-body--medicine #main-content a:hover, .ubf-body--medicine
    #maincontent a:hover {
      color: #145f7d; }
.ubf-body--physics #main-content a:hover, .ubf-body--physics
    #maincontent a:hover {
      color: #4b7d7d; }
.ubf-body--law #main-content a:hover, .ubf-body--law
    #maincontent a:hover {
      color: #6d6d77; }
.ubf-body--psychology #main-content a:hover, .ubf-body--psychology
    #maincontent a:hover {
      color: #85314a; }
.ubf-body--sociology #main-content a:hover, .ubf-body--sociology
    #maincontent a:hover {
      color: #a4474c; }
.ubf-body--technology #main-content a:hover, .ubf-body--technology
    #maincontent a:hover {
      color: #47798c; }
.ubf-body--economics #main-content a:hover, .ubf-body--economics
    #maincontent a:hover {
      color: #46506e; }
.ubf-body--library #main-content a:hover, .ubf-body--library
    #maincontent a:hover {
      color: #008965; }
#main-content #navigation a,
#main-content .sub-menu-ul a,
#maincontent #navigation a,
#maincontent .sub-menu-ul a {
  text-decoration: none;
  font-weight: normal !important; }
#main-content #bildslider_next,
#main-content #bildslider_prev,
#main-content #weiterer-slider_next,
#main-content #weiterer-slider_prev,
#main-content .list_carousel a,
#maincontent #bildslider_next,
#maincontent #bildslider_prev,
#maincontent #weiterer-slider_next,
#maincontent #weiterer-slider_prev,
#maincontent .list_carousel a {
  text-decoration: none !important; }
#main-content .reiter.active .reiter-titel,
#maincontent .reiter.active .reiter-titel {
  border-top-color: #14f5b4;
  border-top-style: solid;
  border-top-width: 2px; }
.ubf-body--biology #main-content .reiter.active .reiter-titel, .ubf-body--biology
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #92b168; }
.ubf-body--chemistry #main-content .reiter.active .reiter-titel, .ubf-body--chemistry
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #a08caa; }
.ubf-body--educational-science #main-content .reiter.active .reiter-titel, .ubf-body--educational-science
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #f08c50; }
.ubf-body--history #main-content .reiter.active .reiter-titel, .ubf-body--history
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #7db4be; }
.ubf-body--public-health #main-content .reiter.active .reiter-titel, .ubf-body--public-health
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #dc5a5a; }
.ubf-body--linguistics #main-content .reiter.active .reiter-titel, .ubf-body--linguistics
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #8fa3b9; }
.ubf-body--mathematics #main-content .reiter.active .reiter-titel, .ubf-body--mathematics
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #dcaa41; }
.ubf-body--medicine #main-content .reiter.active .reiter-titel, .ubf-body--medicine
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #145f7d; }
.ubf-body--physics #main-content .reiter.active .reiter-titel, .ubf-body--physics
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #649696; }
.ubf-body--law #main-content .reiter.active .reiter-titel, .ubf-body--law
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #8c8c96; }
.ubf-body--psychology #main-content .reiter.active .reiter-titel, .ubf-body--psychology
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #8c3250; }
.ubf-body--sociology #main-content .reiter.active .reiter-titel, .ubf-body--sociology
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #bfd02f; }
.ubf-body--technology #main-content .reiter.active .reiter-titel, .ubf-body--technology
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #558ca0; }
.ubf-body--economics #main-content .reiter.active .reiter-titel, .ubf-body--economics
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #74799b; }
.ubf-body--library #main-content .reiter.active .reiter-titel, .ubf-body--library
  #maincontent .reiter.active .reiter-titel {
    border-top-color: #008965; }
#main-content center a[name] + h1,
#main-content .ubf-legacy a[name] + h1,
#main-content .contentschmal a[name] + h1,
#maincontent center a[name] + h1,
#maincontent .ubf-legacy a[name] + h1,
#maincontent .contentschmal a[name] + h1 {
  margin-top: 0; }
#main-content center,
#maincontent center {
  text-align: left; }
#main-content figcaption,
#maincontent figcaption {
  margin-top: 1rem;
  text-align: right; }
#main-content figure,
#maincontent figure {
  width: 100%; }
#main-content figure img,
  #maincontent figure img {
    width: 100%; }
#main-content q,
#main-content blockquote,
#maincontent q,
#maincontent blockquote {
  quotes: "Â»" "Â«" "\00AB" "\00BB"; }
#main-content blockquote,
#maincontent blockquote {
  border-left-color: #14f5b4;
  font-weight: normal;
  margin: 0;
  padding-left: 2rem;
  border-left-style: solid;
  border-left-width: 2px; }
.ubf-body--biology #main-content blockquote, .ubf-body--biology
  #maincontent blockquote {
    border-left-color: #92b168; }
.ubf-body--chemistry #main-content blockquote, .ubf-body--chemistry
  #maincontent blockquote {
    border-left-color: #a08caa; }
.ubf-body--educational-science #main-content blockquote, .ubf-body--educational-science
  #maincontent blockquote {
    border-left-color: #f08c50; }
.ubf-body--history #main-content blockquote, .ubf-body--history
  #maincontent blockquote {
    border-left-color: #7db4be; }
.ubf-body--public-health #main-content blockquote, .ubf-body--public-health
  #maincontent blockquote {
    border-left-color: #dc5a5a; }
.ubf-body--linguistics #main-content blockquote, .ubf-body--linguistics
  #maincontent blockquote {
    border-left-color: #8fa3b9; }
.ubf-body--mathematics #main-content blockquote, .ubf-body--mathematics
  #maincontent blockquote {
    border-left-color: #dcaa41; }
.ubf-body--medicine #main-content blockquote, .ubf-body--medicine
  #maincontent blockquote {
    border-left-color: #145f7d; }
.ubf-body--physics #main-content blockquote, .ubf-body--physics
  #maincontent blockquote {
    border-left-color: #649696; }
.ubf-body--law #main-content blockquote, .ubf-body--law
  #maincontent blockquote {
    border-left-color: #8c8c96; }
.ubf-body--psychology #main-content blockquote, .ubf-body--psychology
  #maincontent blockquote {
    border-left-color: #8c3250; }
.ubf-body--sociology #main-content blockquote, .ubf-body--sociology
  #maincontent blockquote {
    border-left-color: #bfd02f; }
.ubf-body--technology #main-content blockquote, .ubf-body--technology
  #maincontent blockquote {
    border-left-color: #558ca0; }
.ubf-body--economics #main-content blockquote, .ubf-body--economics
  #maincontent blockquote {
    border-left-color: #74799b; }
.ubf-body--library #main-content blockquote, .ubf-body--library
  #maincontent blockquote {
    border-left-color: #008965; }
#main-content blockquote > :first-child::before,
  #maincontent blockquote > :first-child::before {
    content: open-quote; }
#main-content blockquote > :last-child::after,
  #maincontent blockquote > :last-child::after {
    content: close-quote; }
#main-content dl,
#maincontent dl {
  margin: 0; }
#main-content dt,
#maincontent dt {
  display: block;
  font-weight: bold; }
#main-content dd,
#maincontent dd {
  margin: 0; }
#main-content br,
#maincontent br {
  line-height: 0; }
#main-content h1,
#main-content h2,
#main-content h3,
#maincontent h1,
#maincontent h2,
#maincontent h3 {
  font-weight: bold;
  margin-bottom: 2rem;
  border-bottom: none !important; }
.ubf-html.ubf-js-webKit #main-content h1, .ubf-html.ubf-js-webKit
  #main-content h2, .ubf-html.ubf-js-webKit
  #main-content h3, .ubf-html.ubf-js-webKit
  #maincontent h1, .ubf-html.ubf-js-webKit
  #maincontent h2, .ubf-html.ubf-js-webKit
  #maincontent h3 {
    overflow-wrap: break-word; }
#main-content h4,
#main-content h5,
#main-content h6,
#maincontent h4,
#maincontent h5,
#maincontent h6 {
  font-weight: bold;
  margin-bottom: 2rem; }
#main-content p,
#maincontent p {
  margin: inherit; }
#main-content hr,
#maincontent hr {
  display: none; }
#main-content u,
#maincontent u {
  font-weight: bold;
  text-decoration: none; }
#main-content ul,
#maincontent ul {
  list-style-type: disc; }
#main-content ul:not(.dokumenten-liste),
  #maincontent ul:not(.dokumenten-liste) {
    margin: 2rem 0 0 1em; }
#main-content ul li:last-child,
  #maincontent ul li:last-child {
    margin-bottom: 0; }
#main-content .boxen ul,
#main-content #navigation,
#main-content #navigation ul,
#main-content #home-menu,
#main-content .sub-menu-ul,
#main-content .sub,
#main-content .pfeil-liste,
#main-content .a-z-liste,
#main-content .service_links ul,
#maincontent .boxen ul,
#maincontent #navigation,
#maincontent #navigation ul,
#maincontent #home-menu,
#maincontent .sub-menu-ul,
#maincontent .sub,
#maincontent .pfeil-liste,
#maincontent .a-z-liste,
#maincontent .service_links ul {
  list-style-type: none !important; }
#main-content ul,
#maincontent ul {
  padding: inherit !important;
  margin-left: 0 !important; }
#main-content ol > li,
#maincontent ol > li {
  padding-left: 0.4em; }
#main-content ol,
#maincontent ol {
  padding: inherit !important;
  margin-left: 0 !important; }
#main-content [data-ubf-nested-header],
#maincontent [data-ubf-nested-header] {
  font-weight: bold; }
@media (min-width: 1024px) {
    #main-content [data-ubf-nested-header],
    #maincontent [data-ubf-nested-header] {
      display: none; } }
#main-content * + a > figure,
#maincontent * + a > figure {
  margin-top: 1em; }
#main-content * + h1,
#main-content * + h2,
#main-content * + h3,
#main-content * + h4,
#main-content * + h5,
#main-content * + h6,
#maincontent * + h1,
#maincontent * + h2,
#maincontent * + h3,
#maincontent * + h4,
#maincontent * + h5,
#maincontent * + h6 {
  margin-top: 3rem; }
#main-content dd + dt,
#maincontent dd + dt {
  border-top: 1px solid #F0F0F0;
  margin-top: 2rem; }
#main-content * + blockquote,
#main-content blockquote + *,
#maincontent * + blockquote,
#maincontent blockquote + * {
  margin-top: 2rem; }
#main-content table.tabelle-typ1,
#maincontent table.tabelle-typ1 {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px; }
#main-content .bcal center,
#maincontent .bcal center {
  text-align: center; }
#main-content .klappbox-text p + p,
#maincontent .klappbox-text p + p {
  margin-top: 2rem; }
#main-content .infoboxrechts h1,
#main-content .infoboxrechts h2,
#maincontent .infoboxrechts h1,
#maincontent .infoboxrechts h2 {
  word-break: break-all; }
body {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
  font-size: 1.5rem !important; }
#main-content p,
#main-content a,
#main-content li,
#main-content code,
#main-content span,
#main-content td,
#main-content dt,
#main-content dd,
#maincontent p,
#maincontent a,
#maincontent li,
#maincontent code,
#maincontent span,
#maincontent td,
#maincontent dt,
#maincontent dd {
  font-size: 1.5rem !important; }
#main-content h1,
#main-content h2,
#main-content h3,
#maincontent h1,
#maincontent h2,
#maincontent h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }
#main-content h4,
#main-content h5,
#main-content h6,
#maincontent h4,
#maincontent h5,
#maincontent h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold; }
#main-content figcaption,
#maincontent figcaption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal; }
#main-content blockquote,
#maincontent blockquote {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }
#main-content .fototext,
#main-content .box_text,
#maincontent .fototext,
#maincontent .box_text {
  font-size: 1.2rem; }
.ubf-body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000000;
  font-family: "Lelo", sans-serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: calc(50vw + 2rem);
  position: relative; }
@media (orientation: landscape) {
    .ubf-body {
      padding-top: calc(100vh + 2rem); } }
@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body {
    padding-top: calc(100vh - 8rem); } }
@media (orientation: landscape) {
    .ubf-body--home {
      padding-top: calc(100vh + 2rem); } }
@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body--home {
    padding-top: calc(100vh - 8rem); } }
@media (orientation: landscape) and (min-width: 1024px) {
  html.ubf-js-mobile .ubf-body--home {
    padding-top: calc(95vh - 8rem); } }
.ubf-body--ekvv {
    background-color: #F3F3F3;
    padding-top: 7.5rem; }
@media (orientation: landscape) {
      .ubf-body--ekvv {
        padding-top: 0; } }
@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body--ekvv {
    padding-top: 0; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv {
        padding-top: 10rem; } }
.ubf-body--noCover {
    padding-top: 11rem; }
@media (min-width: 1024px) {
      .ubf-body--noCover {
        padding-top: 14.5rem; } }
.ubf-body--miniCover {
    padding-top: 30rem; }
@media (orientation: landscape) {
      .ubf-body--miniCover {
        padding-top: 21rem; } }
@media (min-width: 1024px) {
      .ubf-body--miniCover {
        padding-top: 42rem; } }
.ubf-body--microCover {
    padding-top: 20rem; }
@media (orientation: landscape) {
      .ubf-body--microCover {
        padding-top: 15rem; } }
@media (min-width: 1024px) {
      .ubf-body--microCover {
        padding-top: 26rem; } }
.ubf-body--noCover::before {
    content: '';
    background-color: #F0F0F0;
    height: 14.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
.ubf-body__alert {
    height: 0;
    position: relative;
    z-index: 100; }
.ubf-body__mainMenu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 0; }
html.no-js .ubf-body__mainMenu:focus-within {
      height: auto; }
.ubf-body__mainMenu.ubf-js-beforeActive {
      height: auto; }
@media (min-width: 1024px) {
      .ubf-body__mainMenu {
        height: 8rem;
        left: 0;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin-bottom: 2rem; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-body__mainMenu {
        position: fixed; } }
.ubf-body__modal {
    z-index: 100; }
.ubf-body {
  font-family: "Lelo", sans-serif !important;
  padding-top: calc(70vh - 8rem);
  font-size: inherit; }
@media (orientation: landscape) {
    .ubf-body {
      padding-top: calc(100vh + 2rem); } }
@media (min-width: 1024px) {
    .ubf-body {
      padding-top: 70vh; } }
@media (min-width: 1024px) {
    .ubf-body--home {
      padding-top: calc(100vh - 8rem); } }
@media (min-width: 1024px) {
    .ubf-body__mainMenu {
      margin-bottom: 0; } }
.ubf-contentBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 1rem + 0px); }
.ubf-sidebar > .ubf-contentBlock:first-of-type {
    border-top-color: #14f5b4;
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 2rem; }
.ubf-body--biology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #92b168; }
.ubf-body--chemistry .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #f08c50; }
.ubf-body--history .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #7db4be; }
.ubf-body--public-health .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #145f7d; }
.ubf-body--physics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #649696; }
.ubf-body--law .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #8c3250; }
.ubf-body--sociology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #bfd02f; }
.ubf-body--technology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #558ca0; }
.ubf-body--economics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #74799b; }
.ubf-body--library .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #008965; }
.ubf-sidebar > .ubf-contentBlock--textBoxed:first-of-type {
    padding-top: 0; }
@media (min-width: 1024px) {
    .ubf-contentBlock {
      width: calc(100% - 2rem + 0px); } }
.ubf-field .ubf-field__description .ubf-contentBlock {
    width: calc(100% - 2rem + 0px); }
@media (min-width: 1024px) {
      .ubf-field .ubf-field__description .ubf-contentBlock {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--accordion {
      width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--accordion,
    .ubf-body--ekvv .ubf-contentBlock--accordion {
      width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--accordion.ubf-contentBlock--accordionReduced {
      width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--accordion.ubf-contentBlock--accordionReduced,
    .ubf-body--ekvv .ubf-contentBlock--accordion.ubf-contentBlock--accordionReduced {
      width: calc(66.66667% - 2rem + 0px); } }
.ubf-contentBlock--address {
    border-color: #14f5b4;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 2rem; }
@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--address {
        width: calc(100% - 2rem + 0px); } }
.ubf-body--biology .ubf-contentBlock--address {
      border-color: #92b168; }
.ubf-body--chemistry .ubf-contentBlock--address {
      border-color: #a08caa; }
.ubf-body--educational-science .ubf-contentBlock--address {
      border-color: #f08c50; }
.ubf-body--history .ubf-contentBlock--address {
      border-color: #7db4be; }
.ubf-body--public-health .ubf-contentBlock--address {
      border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-contentBlock--address {
      border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-contentBlock--address {
      border-color: #dcaa41; }
.ubf-body--medicine .ubf-contentBlock--address {
      border-color: #145f7d; }
.ubf-body--physics .ubf-contentBlock--address {
      border-color: #649696; }
.ubf-body--law .ubf-contentBlock--address {
      border-color: #8c8c96; }
.ubf-body--psychology .ubf-contentBlock--address {
      border-color: #8c3250; }
.ubf-body--sociology .ubf-contentBlock--address {
      border-color: #bfd02f; }
.ubf-body--technology .ubf-contentBlock--address {
      border-color: #558ca0; }
.ubf-body--economics .ubf-contentBlock--address {
      border-color: #74799b; }
.ubf-body--library .ubf-contentBlock--address {
      border-color: #008965; }
.ubf-sidebar > .ubf-contentBlock--address:first-of-type {
      border: none;
      padding-top: 0; }
@media (min-width: 1024px) {
      .ubf-contentBlock--address {
        width: calc(25% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--address {
        width: calc(33.33333% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--address {
        width: calc(50% - 2rem + 0px); } }
.ubf-contentBlock--alphabeticalList {
    position: relative;
    margin-top: 4rem; }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--alphabeticalList {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--alphabeticalList {
        width: calc(66.66667% - 2rem + 0px); } }
.ubf-contentBlock--assignmentPlanLegend {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-contentBlock--assignmentPlanLegend {
        max-width: ubf-ekvvMaxSize(6, 9);
        width: calc(66.66667% - 2rem + 0px); } }
.ubf-contentBlock--applicationTile > * + * {
    margin-top: 4rem; }
.ubf-section__content > .ubf-contentBlock--breadcrumbs {
    margin-bottom: 1rem; }
@media (min-width: 1024px) {
    .ubf-contentBlock--breadcrumbs {
      width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--breadcrumbs {
      width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body .ubf-sidebar .ubf-contentBlock--calendar {
      width: calc(100% - 2rem + 0px); } }
.ubf-sidebar > .ubf-contentBlock--calendar:first-of-type {
    border: none;
    padding-top: 0; }
@media (min-width: 1024px) {
    .ubf-contentBlock--calendar {
      width: calc(41.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--calendar {
      width: calc(55.55556% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--calendar {
      width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--coursesFeatures {
      width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--coursesFeatures {
      width: calc(66.66667% - 2rem + 0px); } }
.ubf-contentBlock--events {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--events {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--events {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--events {
        width: calc(66.66667% - 2rem + 0px); } }
.ubf-contentBlock--events + .ubf-contentBlock--events {
      margin-top: 4rem; }
@media (min-width: 1024px) {
        .ubf-contentBlock--events + .ubf-contentBlock--events {
          margin-top: 8rem; } }
@media (min-width: 1024px) {
        .ubf-sidebar .ubf-contentBlock--events + .ubf-contentBlock--events {
          margin-top: 2rem; } }
@media (min-width: 1024px) {
    .ubf-body .ubf-sidebar .ubf-contentBlock--eventsDetails {
      width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--eventsDetails {
      width: calc(58.33333% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--eventsDetails {
      width: calc(100% - 2rem + 0px); } }
.ubf-contentBlock--form {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--form {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--form {
        width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--form {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--form {
        max-width: ubf-ekvvMaxSize(6, 9);
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-sidebar .ubf-contentBlock--form,
      .ubf-sidebar .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(100% - 2rem + 0px); } }
.ubf-secondaryMenu .ubf-contentBlock--form,
    .ubf-secondaryMenu .ubf-contentBlock--form.ubf-contentBlock--formSmall {
      width: 100%; }
@media (min-width: 1024px) {
        .ubf-secondaryMenu .ubf-contentBlock--form,
        .ubf-secondaryMenu .ubf-contentBlock--form.ubf-contentBlock--formSmall {
          width: 100%; } }
@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--form {
        width: calc(100% - 2rem + 0px); } }
.ubf-contentBlock--form::before {
      content: "";
      display: block;
      height: 0.001px;
      line-height: 0; }
@media (min-width: 1024px) {
    .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks {
      width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks {
      width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--highlightLinks.ubf-contentBlock--reduced {
      width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks.ubf-contentBlock--reduced {
      width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--highlightLinks.ubf-contentBlock--reduced {
      width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--pagination {
      width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--pagination {
      width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--pagination {
      width: calc(100% - 2rem + 0px); } }
* + .ubf-contentBlock--pagination {
    margin-top: 4rem; }
.ubf-secondaryMenu .ubf-contentBlock--pevzSearch {
    display: none; }
@media (min-width: 1024px) {
      .ubf-secondaryMenu .ubf-contentBlock--pevzSearch {
        display: block; } }
@media (min-width: 1024px) {
    .ubf-page__sections .ubf-contentBlock--pevzSearch {
      display: none; } }
.ubf-secondaryMenu .ubf-contentBlock--pvSearch {
    display: none; }
@media (min-width: 1024px) {
      .ubf-secondaryMenu .ubf-contentBlock--pvSearch {
        display: block; } }
@media (min-width: 1024px) {
    .ubf-page__sections .ubf-contentBlock--pvSearch {
      display: none; } }
@media (min-width: 1024px) {
    .ubf-contentBlock--previews.ubf-contentBlock--previewsReduced {
      width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--sidebar + .ubf-contentBlock--previews.ubf-contentBlock--previewsReduced {
      width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--previews.ubf-contentBlock--previewsReduced {
      width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--previews {
      width: calc(100% - 2rem + 0px); } }
.ubf-contentBlock--rxml {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--rxml {
        width: calc(100% - 2rem + 0px); } }
.ubf-contentBlock--scrollTopButton {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
@media (min-width: 1024px) {
      .ubf-contentBlock--scrollTopButton {
        display: block;
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-section--searchFilters + .ubf-section .ubf-contentBlock--scrollTopButton {
        width: calc(100% - 2rem + 0px); } }
.ubf-contentBlock--searchResults {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-contentBlock--searchResults {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--searchResults {
        width: calc(66.66667% - 2rem + 0px); } }
.ubf-contentBlock--sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
@media (min-width: 1024px) {
      .ubf-contentBlock--sidebar {
        width: calc(25% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--sidebar.ubf-contentBlock--sidebarSticky, .ubf-contentBlock--sidebar:first-child {
        float: right; } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--sidebar {
        width: calc(33.33333% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--sidebar {
        max-width: ubf-ekvvMaxSize(3, 9);
        width: calc(33.33333% - 2rem + 0px); } }
.ubf-contentBlock--slideshow {
    position: relative; }
.ubf-section--cover .ubf-contentBlock--slideshow {
      width: 100%;
      height: 100%; }
.ubf-contentBlock--text {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--text {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--text {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--text {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--text {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-section--searchFilters + .ubf-section .ubf-contentBlock--text {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--text.ubf-contentBlock--textFull {
        width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--text.ubf-contentBlock--textFull,
      .ubf-body--internal .ubf-contentBlock--text.ubf-contentBlock--textFull {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--text.ubf-contentBlock--textMedium {
        width: calc(41.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--text.ubf-contentBlock--textMedium {
        width: calc(55.55556% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--text.ubf-contentBlock--textSmall {
        width: calc(33.33333% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--text.ubf-contentBlock--textSmall {
        width: calc(44.44444% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--text {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--text.ubf-contentBlock--tableFull {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-body .ubf-sidebar .ubf-contentBlock--textBox {
      width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--textBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: calc(41.66667% - 2rem + 0px); }
      .ubf-contentBlock--textBox::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-contentBlock--textBox > :first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%; } }
@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--textBox {
      width: calc(100% - 2rem + 0px); } }
.ubf-section--cover .ubf-contentBlock--textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: flex;
    flex-direction: row;
    margin-left: calc(50% + 0.5rem + 0px);
    width: calc(50% + -0.5rem + 0px);
    z-index: 101; }
.ubf-section--cover .ubf-contentBlock--textBox::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-section--cover .ubf-contentBlock--textBox > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
.ubf-section--cover .ubf-contentBlock--textBox::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-section--cover .ubf-contentBlock--textBox > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
@media (orientation: landscape) {
      .ubf-section--cover .ubf-contentBlock--textBox {
        margin-left: calc(66.66667% + 0.66667rem + 0px);
        width: calc(33.33333% + -0.66667rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-section--cover .ubf-contentBlock--textBox {
        margin-left: calc(66.66667% + 1.33333rem + 0px);
        width: calc(33.33333% + -1.33333rem + 0px); } }
.ubf-contentBlock--video {
    position: relative; }
@media (min-width: 1024px) {
      .ubf-contentBlock--video {
        width: calc(75% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--video {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--video.ubf-contentBlock--videoSmall {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--video.ubf-contentBlock--videoSmall {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--video.ubf-contentBlock--videoLarge {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--video.ubf-contentBlock--videoLarge {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--video {
        width: calc(100% - 2rem + 0px); } }
.ubf-contentBlock__template {
    display: none; }
.ubf-contentBlock__eventsDetails {
    min-height: 100%; }
.ubf-contentBlock__slideshow {
    height: 100%; }
.ubf-contentBlock__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 2rem; }
.ubf-contentBlock__title--important {
      font-size: 3.5rem;
      line-height: 1.3;
      font-weight: bold;
      font-style: normal; }
.ubf-contentBlock__title--withActions {
      position: relative; }
@media (min-width: 1024px) {
        .ubf-contentBlock__title--withActions {
          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__title--withActions > * {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
.ubf-secondaryMenu .ubf-contentBlock__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; }
.ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__title:first-child {
      margin-top: 4rem; }
.ubf-sidebar .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__title:first-child {
        margin-top: 0; }
@media (min-width: 1024px) {
      .ubf-contentBlock.ubf-contentBlock--pevzSearch
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__title {
        margin-top: 0; } }
.ubf-contentBlock--secondaryMenu .ubf-contentBlock__title {
      color: #515151; }
.ubf-contentBlock__title:last-child {
      margin-bottom: 0; }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock__title {
        max-width: ubf-ekvvMaxSize(5, 9); } }
.ubf-contentBlock__preContent + .ubf-contentBlock__title {
      margin-top: 0; }
.ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__preContent:first-child {
    margin-top: 4rem; }
.ubf-sidebar .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__preContent:first-child {
      margin-top: 0; }
.ubf-contentBlock__noJs {
    display: none; }
.ubf-html.no-js .ubf-contentBlock__noJs {
      display: block; }
.ubf-contentBlock__titleActions {
    margin-top: 0.5rem; }
@media (min-width: 1024px) {
      .ubf-contentBlock__titleActions {
        margin-top: 0;
        width: calc(16.66667% + -1.66667rem + 0px); } }
.ubf-contentBlock__titleInfo {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    display: inline-block;
    font-weight: normal;
    margin-left: 2rem; }
@media (min-width: 1024px) {
    .ubf-contentBlock__title--withActions .ubf-contentBlock__titleText {
      width: calc(83.33333% + -0.33333rem + 0px); } }
.ubf-contentBlock--textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(83.33333% - 2rem + 0px);
  margin-left: 0;
  float: none; }
.ubf-contentBlock--textBox::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-contentBlock--textBox > :first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
@media (orientation: landscape) {
    .ubf-contentBlock--textBox {
      width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-contentBlock--textBox {
      width: calc(33.33333% - 2rem + 0px); } }
.ubf-header::before {
  content: '{"headerEffectEnabled": true, "triggerMargin": "95px"}';
  display: none; }
@supports (--varName: "whatever") {
  .ubf-header {
    --jsValues: '{"headerEffectEnabled": true, "triggerMargin": "95px"}'; } }
@media (min-width: 1024px) {
  .ubf-header::before {
    content: '{"headerEffectEnabled": false}';
    display: none; }
  @supports (--varName: "whatever") {
    .ubf-header {
      --jsValues: '{"headerEffectEnabled": false}'; } } }
.ubf-body--noCover .ubf-header::before {
  content: '{"headerEffectEnabled": true, "triggerMargin": "65px"}';
  display: none; }
@supports (--varName: "whatever") {
  .ubf-body--noCover .ubf-header {
    --jsValues: '{"headerEffectEnabled": true, "triggerMargin": "65px"}'; } }
@media (min-width: 1024px) {
  .ubf-body--noCover .ubf-header::before {
    content: '{"headerEffectEnabled": false}';
    display: none; }
  @supports (--varName: "whatever") {
    .ubf-body--noCover .ubf-header {
      --jsValues: '{"headerEffectEnabled": false}'; } } }
.ubf-header::after {
  -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;
  background-color: #FFFFFF;
  content: '';
  left: 0;
  height: 5.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }
@media (min-width: 1024px) {
    .ubf-header::after {
      display: none; } }
.ubf-header.ubf-js-overlapping::after {
  opacity: 1;
  visibility: inherit; }
.ubf-header__facultyLink {
  color: #000000; }
.ubf-header__facultyLink:hover {
    color: #000000; }
.ubf-header__facultyName {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3; }
@media (min-width: 575px) {
    .ubf-header__facultyName {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) {
    .ubf-header__facultyName {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__facultyName {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__facultyName {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
.ubf-header.ubf-js-overlapping .ubf-header__facultyName {
    display: none; }
@media (min-width: 1024px) {
      .ubf-header.ubf-js-overlapping .ubf-header__facultyName {
        display: block; } }
.ubf-header__facultySvg {
  height: 3.65556rem;
  left: 5.5rem;
  width: auto;
  top: 5.5rem;
  margin-top: -2px;
  position: absolute; }
@media (min-width: 1024px) {
    .ubf-header__facultySvg {
      height: 4.7rem;
      left: 7.5rem;
      width: auto;
      top: 8rem; } }
html.no-js .ubf-header__facultySvg {
    width: 14rem; }
@media (min-width: 1024px) {
      html.no-js .ubf-header__facultySvg {
        width: 18rem; } }
.ubf-header__campaignLink {
  pointer-events: all; }
.ubf-header__homeLink {
  pointer-events: all; }
.ubf-header__logo {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; }
@media (min-width: 575px) {
    .ubf-header__logo {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) {
    .ubf-header__logo {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__logo {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__logo {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
.ubf-header__logo::before {
    height: 1rem;
    left: 1rem;
    width: 3.5rem;
    top: 5.5rem;
    background-color: #14f5b4;
    content: '';
    display: none;
    position: absolute; }
@media (min-width: 1024px) {
      .ubf-header__logo::before {
        left: 1.5rem;
        width: 4.5rem;
        top: 8rem; } }
.ubf-body--biology .ubf-header__logo::before {
      background-color: #92b168; }
.ubf-body--chemistry .ubf-header__logo::before {
      background-color: #a08caa; }
.ubf-body--educational-science .ubf-header__logo::before {
      background-color: #f08c50; }
.ubf-body--history .ubf-header__logo::before {
      background-color: #7db4be; }
.ubf-body--public-health .ubf-header__logo::before {
      background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-header__logo::before {
      background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-header__logo::before {
      background-color: #dcaa41; }
.ubf-body--medicine .ubf-header__logo::before {
      background-color: #145f7d; }
.ubf-body--physics .ubf-header__logo::before {
      background-color: #649696; }
.ubf-body--law .ubf-header__logo::before {
      background-color: #8c8c96; }
.ubf-body--psychology .ubf-header__logo::before {
      background-color: #8c3250; }
.ubf-body--sociology .ubf-header__logo::before {
      background-color: #bfd02f; }
.ubf-body--technology .ubf-header__logo::before {
      background-color: #558ca0; }
.ubf-body--economics .ubf-header__logo::before {
      background-color: #74799b; }
.ubf-body--library .ubf-header__logo::before {
      background-color: #008965; }
.ubf-body--faculty .ubf-header__logo::before {
      display: block; }
.ubf-header__logoSvg {
  height: 3.5rem;
  left: 1rem;
  width: 3.5rem;
  top: 1rem;
  color: #000000;
  position: absolute; }
@media (min-width: 1024px) {
    .ubf-header__logoSvg {
      height: 4.5rem;
      left: 1.5rem;
      width: 4.5rem;
      top: 2rem; } }
.ubf-header__mainMenuToggler {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6;
  height: 50px; }
@media (min-width: 575px) {
    .ubf-header__mainMenuToggler {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) {
    .ubf-header__mainMenuToggler {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__mainMenuToggler {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__mainMenuToggler {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
html.no-js .ubf-header__mainMenuToggler {
    z-index: 4; }
@media (min-width: 1024px) {
    .ubf-header__mainMenuToggler {
      display: none; } }
.ubf-header__mainMenuTogglerLink {
  width: 2.5rem;
  height: 50px;
  margin-top: -1.1rem;
  position: absolute;
  right: 1rem;
  top: 2.75rem; }
@media (min-width: 575px) {
    .ubf-header__mainMenuTogglerLink {
      right: 2rem; } }
.ubf-header__name {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6; }
@media (min-width: 575px) {
    .ubf-header__name {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) {
    .ubf-header__name {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__name {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__name {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
@media (min-width: 1024px) {
    .ubf-header__name {
      z-index: 2; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__name {
      z-index: 11; } }
.ubf-header__nameSvg {
  height: 3.26667rem;
  left: 5.5rem;
  width: auto;
  top: 1.23333rem;
  margin-top: 1px;
  color: #000000;
  position: absolute; }
.ubf-header__homeLink:not(:hover):focus .ubf-header__nameSvg {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
@media (min-width: 1024px) {
    .ubf-header__nameSvg {
      height: 4.2rem;
      left: 7.5rem;
      width: auto;
      top: 2.3rem; } }
html.no-js .ubf-header__nameSvg {
    width: 10.1rem; }
@media (min-width: 1024px) {
      html.no-js .ubf-header__nameSvg {
        width: 13.1rem; } }
.ubf-header__campaingLink:not(:hover):focus {
  outline: solid #000000 1px;
  outline-offset: 0.5rem; }
.ubf-header__campaignSvg {
  left: 16rem;
  width: auto;
  top: 3.2rem;
  height: 1.3rem;
  position: absolute; }
.ubf-header__campaignLink:not(:hover):focus .ubf-header__campaignSvg {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
@media (min-width: 1024px) {
    .ubf-header__campaignSvg {
      left: 21rem;
      width: auto;
      top: 4.9rem;
      height: 1.6rem; } }
html.no-js .ubf-header__campaignSvg {
    width: 10.9rem; }
@media (min-width: 1024px) {
      html.no-js .ubf-header__campaignSvg {
        width: 13.4rem; } }
.ubf-header.legacy-js-overlapping::after {
  opacity: 1;
  visibility: inherit; }
.ubf-header.legacy-js-overlapping .ubf-header__facultyName {
  display: none; }
@media (min-width: 1024px) {
    .ubf-header.legacy-js-overlapping .ubf-header__facultyName {
      display: block; } }
.ubf-header__sectionBg {
  left: 50%;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  height: calc(70vh - 8rem); }
.ubf-header__sectionBg::after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.6));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.6));
    z-index: 1; }
@media (min-width: 1024px) {
      .ubf-header__sectionBg::after {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.7));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.7)); } }
@media (orientation: landscape) {
    .ubf-header__sectionBg {
      height: 100vh; } }
@media (min-width: 1024px) {
    .ubf-header__sectionBg {
      height: calc(70vh); } }
@media (min-width: 1024px) {
    .ubf-body--home .ubf-header__sectionBg {
      height: calc(100vh - 8rem); } }
.ubf-header__picture {
  height: 100%;
  width: 100%; }
.ubf-header__picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    height: 100%;
    width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      html.no-js .ubf-header__picture img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 100%;
        background-size: cover;
        background-position: 50% 50%; } }
.ubf-header__facultyLink {
  visibility: hidden; }
.ubf-body--faculty .ubf-header__facultyLink {
    visibility: inherit; }
.ubf-body--faculty .ubf-header__logo::before {
  display: block; }
.ubf-html {
  background-color: #FFFFFF;
  font-size: 62.5%; }
.ubf-html {
  font-family: "Lelo", sans-serif;
  font-weight: normal; }
#main-content,
#maincontent {
  position: relative;
  z-index: 3; }
#main-content.legacy-js-covered,
  #maincontent.legacy-js-covered {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 2; }
@media (min-width: 1024px) {
      #main-content.legacy-js-covered[data-ubf-covered-by="menu"],
      #maincontent.legacy-js-covered[data-ubf-covered-by="menu"] {
        left: auto;
        position: static;
        z-index: auto; } }
.ubf-mainMenu {
  -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
  -o-transition: opacity 0.4s  , visibility 0.4s  ;
  transition: opacity 0.4s  , visibility 0.4s  ;
  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;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 7.5rem;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
.ubf-mainMenu::before {
    content: '{"enableScrollMonitor": false}';
    display: none; }
@supports (--varName: "whatever") {
    .ubf-mainMenu {
      --jsValues: '{"enableScrollMonitor": false}'; } }
@media (min-width: 1024px) {
    .ubf-mainMenu {
      background-color: #FFFFFF;
      display: block;
      opacity: 1;
      overflow: visible;
      padding: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .ubf-mainMenu::before {
        content: '{"enableScrollMonitor": true}';
        display: none; }
      @supports (--varName: "whatever") {
        .ubf-mainMenu {
          --jsValues: '{"enableScrollMonitor": true}'; } } }
html:not(.no-js) .ubf-mainMenu {
    visibility: hidden; }
@media (min-width: 1024px) {
      html:not(.no-js) .ubf-mainMenu {
        visibility: visible; } }
.ubf-body--ekvv .ubf-mainMenu {
    background-color: #FFFFFF; }
.ubf-mainMenu:focus-within {
    outline: none; }
html.no-js .ubf-mainMenu:focus-within {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      height: auto; }
.ubf-mainMenu.ubf-js-beforeActive {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity, visibility; }
html:not(.no-js) .ubf-mainMenu.ubf-js-duringActive {
    opacity: 1;
    visibility: inherit; }
@media (min-width: 1024px) {
    .ubf-mainMenu.ubf-js-covered[data-ubf-covered-by="modal"], .ubf-mainMenu.ubf-js-covered[data-ubf-covered-by="alert"] {
      position: fixed;
      width: 100%;
      left: 0; } }
.ubf-mainMenu::after {
    background-color: #FFFFFF;
    content: '';
    height: 5.5rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30; }
@media (min-width: 1024px) {
      .ubf-mainMenu::after {
        height: 2rem;
        position: absolute;
        top: 100%;
        z-index: 6; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu::after {
        display: none; } }
.ubf-mainMenu__content {
    pointer-events: all;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
@media (min-width: 575px) {
      .ubf-mainMenu__content {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__content {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }
@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-mainMenu__content {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__content {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
@media (min-width: 575px) {
      .ubf-mainMenu__content {
        padding-left: 1rem;
        padding-right: 2rem; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__content {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        width: 100%;
        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;
        height: 100%; } }
@media (min-width: 1024px) and (min-width: 575px) {
    .ubf-mainMenu__content {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-mainMenu__content {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 1024px) and (min-width: 575px) {
    .ubf-body--ekvv .ubf-mainMenu__content {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-body--ekvv .ubf-mainMenu__content {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
@media (min-width: 1024px) {
        .ubf-mainMenu__content > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
.ubf-mainMenu__item {
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    overflow: hidden;
    position: relative;
    z-index: 7; }
.ubf-mainMenu__item + .ubf-mainMenu__item {
      margin-top: 2rem; }
@media (min-width: 1024px) {
        .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-top: 0;
          margin-left: 0.5rem; } }
@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-left: 3rem; } }
@media (min-width: 1200px) {
        .ubf-body--ekvv .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-left: 4rem; } }
@media (min-width: 1366px) {
        .ubf-body--ekvv .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-left: 6rem; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__item {
        overflow: visible;
        position: relative;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: calc(22.22222% + 0px); } }
@media (min-width: 1024px) {
      .ubf-mainMenu--extended .ubf-mainMenu__item {
        width: calc(17.77778% + 0px); } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__item {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
.ubf-mainMenu__item--lang {
      float: right;
      line-height: 3.5rem;
      text-transform: uppercase;
      width: 5rem; }
@media (min-width: 1024px) {
        .ubf-mainMenu__item--lang {
          float: none;
          line-height: inherit;
          width: calc(11.11111% + -1.77778rem + 0px); } }
@media (min-width: 1024px) {
        .ubf-mainMenu--extended .ubf-mainMenu__item--lang {
          width: calc(11.11111% + 0px); } }
@media (min-width: 1024px) {
    .ubf-mainMenu__items {
      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;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100%;
      width: calc(75% + -0.5rem + 0px); }
      .ubf-mainMenu__items > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-mainMenu__items {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-mainMenu__items::before {
      content: ' ';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: ubf-ekvvMaxSize(3, 12);
      width: calc(25% + -1.5rem + 0px); } }
.ubf-mainMenu__link {
    font-weight: bold;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    position: relative;
    text-decoration: none;
    z-index: 2; }
.ubf-mainMenu__link::before {
      content: '{"togglerEnabled": true}';
      display: none; }
@supports (--varName: "whatever") {
      .ubf-mainMenu__link {
        --jsValues: '{"togglerEnabled": true}'; } }
.ubf-mainMenu__link:hover {
      text-decoration: none;
      color: #000000; }
.ubf-mainMenu__link:focus {
      outline: none; }
.ubf-mainMenu__item--lang .ubf-mainMenu__link {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
@media (min-width: 1024px) {
        .ubf-mainMenu__item--lang .ubf-mainMenu__link {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__link {
        height: 8rem; }
        .ubf-mainMenu__link::before {
          content: '{"togglerEnabled": false}';
          display: none; }
        @supports (--varName: "whatever") {
          .ubf-mainMenu__link {
            --jsValues: '{"togglerEnabled": false}'; } } }
.ubf-mainMenu__linkIcon {
    -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;
    line-height: 0;
    height: 1rem;
    margin-right: 0.5rem;
    position: relative;
    text-align: center;
    width: 1rem; }
html.no-js .ubf-mainMenu__item:focus-within .ubf-mainMenu__linkIcon,
    .ubf-mainMenu__link.ubf-js-toggled .ubf-mainMenu__linkIcon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
@media (min-width: 1024px) {
        html.no-js .ubf-mainMenu__item:focus-within .ubf-mainMenu__linkIcon,
        .ubf-mainMenu__link.ubf-js-toggled .ubf-mainMenu__linkIcon {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__item:hover .ubf-mainMenu__linkIcon {
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s  ;
        transition: transform 0.2s  ;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
@media (min-width: 1024px) {
      .ubf-mainMenu.ubf-js-alternative .ubf-mainMenu__item:hover .ubf-mainMenu__linkIcon {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
.ubf-mainMenu__linkIcon [data-type="svg"] {
      height: 100%;
      width: auto; }
.ubf-mainMenu__link:not(:hover):focus .ubf-mainMenu__linkLabel {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
@media (min-width: 1024px) {
    .ubf-mainMenu__linkLabel {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 4rem;
      -webkit-transform: translateY(-1.28rem);
          -ms-transform: translateY(-1.28rem);
              transform: translateY(-1.28rem); } }
.ubf-mainMenu__mainMenuToggler {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    z-index: 31; }
@media (min-width: 575px) {
      .ubf-mainMenu__mainMenuToggler {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__mainMenuToggler {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }
@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-mainMenu__mainMenuToggler {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__mainMenuToggler {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
html.no-js .ubf-mainMenu__mainMenuToggler {
      display: block; }
@media (min-width: 1024px) {
        html.no-js .ubf-mainMenu__mainMenuToggler {
          display: none; } }
.ubf-mainMenu__mainMenuTogglerLink {
    height: 2.2rem;
    margin-top: -1.1rem;
    position: absolute;
    right: 1rem;
    top: 2.75rem;
    width: 2.5rem; }
@media (min-width: 575px) {
      .ubf-mainMenu__mainMenuTogglerLink {
        right: 2rem; } }
.ubf-mainMenu__searchBox {
    margin-top: 2rem;
    position: relative; }
@media (min-width: 1024px) {
      .ubf-mainMenu__searchBox {
        height: 8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 0;
        width: calc(25% + -1.5rem + 0px); } }
.ubf-mainMenu__searchInput {
    background-color: #FFFFFF;
    border: 0;
    color: #000000;
    line-height: 3.5rem;
    padding: 0 1rem;
    width: calc(100% - 6rem); }
@media (min-width: 1024px) {
      .ubf-mainMenu__searchInput {
        background-color: #F0F0F0;
        line-height: inherit;
        padding: 0 0.5rem;
        width: 100%; } }
.ubf-mainMenu__searchInput::-webkit-input-placeholder {
      color: #000000; }
.ubf-mainMenu__searchInput::-moz-placeholder {
      color: #000000; }
.ubf-mainMenu__searchInput:-ms-input-placeholder {
      color: #000000; }
.ubf-mainMenu__searchInput::-ms-input-placeholder {
      color: #000000; }
.ubf-mainMenu__searchInput::placeholder {
      color: #000000; }
.ubf-mainMenu__searchSubmit {
    height: calc(1rem * 3.5 - 2px);
    position: absolute;
    right: 6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.ubf-mainMenu__searchSubmit:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
@media (min-width: 1024px) {
      .ubf-mainMenu__searchSubmit {
        height: calc(1rem * 2.5 - 2px);
        right: 0; } }
.ubf-mainMenu__searchIcon [data-type="svg"] {
    border: 1px solid #000000;
    height: 100%; }
.ubf-mainMenu__readerText {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
.ubf-mainMenu__secondaryMenu {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    margin-bottom: 4rem; }
@media (min-width: 575px) {
      .ubf-mainMenu__secondaryMenu {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__secondaryMenu {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }
@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-mainMenu__secondaryMenu {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__secondaryMenu {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
@media (min-width: 575px) {
      .ubf-mainMenu__secondaryMenu {
        padding-left: 1rem;
        padding-right: 2rem; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__secondaryMenu {
        display: none; } }
.ubf-mainMenu__subItem + .ubf-mainMenu__subItem {
    margin-top: 1.5rem; }
.ubf-mainMenu__subLink {
    color: #515151;
    text-decoration: none; }
.ubf-mainMenu__subLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
html:not(.mobile) .ubf-mainMenu__subLink:hover, .ubf-mainMenu__subLink:active {
      color: #000000; }
.ubf-mainMenu__subMenu {
    -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;
    padding-left: 5rem;
    padding-top: 2rem;
    position: absolute; }
html.no-js .ubf-mainMenu__subMenu {
      -webkit-transform: translateX(-200%);
          -ms-transform: translateX(-200%);
              transform: translateX(-200%); }
@media (min-width: 1024px) {
        html.no-js .ubf-mainMenu__subMenu {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
html:not(.no-js) .ubf-mainMenu__subMenu {
      visibility: hidden; }
.ubf-mainMenu__subMenu:focus, .ubf-mainMenu__subMenu:focus-within {
      outline: none; }
html.no-js .ubf-mainMenu__subMenu:focus, html.no-js .ubf-mainMenu__subMenu:focus-within {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
@media (min-width: 1024px) {
          html.no-js .ubf-mainMenu__subMenu:focus, html.no-js .ubf-mainMenu__subMenu:focus-within {
            position: absolute; } }
.ubf-mainMenu__subMenu:not(.ubf-js-collapsed):not(.legacy-js-collapsed):not(.hio-js-collapsed) {
      opacity: 1;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
@media (min-width: 1024px) {
        .ubf-mainMenu__subMenu:not(.ubf-js-collapsed):not(.legacy-js-collapsed):not(.hio-js-collapsed) {
          position: absolute; } }
html:not(.no-js) .ubf-mainMenu__subMenu:not(.ubf-js-collapsed):not(.legacy-js-collapsed):not(.hio-js-collapsed) {
        visibility: inherit; }
@media (min-width: 1024px) {
      .ubf-mainMenu__subMenu {
        -webkit-transition: opacity 0.2s 0.2s , visibility 0.2s 0.2s ;
        -o-transition: opacity 0.2s 0.2s , visibility 0.2s 0.2s ;
        transition: opacity 0.2s 0.2s , visibility 0.2s 0.2s ;
        opacity: 0;
        visibility: hidden;
        background-color: #F0F0F0;
        left: -2rem;
        padding: 2rem;
        padding-top: 8.28rem;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 200%;
        z-index: 1; }
        .ubf-mainMenu.ubf-js-alternative .ubf-mainMenu__subMenu {
          bottom: 0;
          padding-bottom: 8.28rem;
          padding-top: 2rem;
          top: auto; } }
@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-mainMenu--extended .ubf-mainMenu__subMenu {
      width: 215%; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__item:hover > .ubf-mainMenu__subMenu,
      .ubf-mainMenu__link:focus + .ubf-mainMenu__subMenu,
      .ubf-mainMenu__item.ubf-js-focusWithin .ubf-mainMenu__subMenu {
        opacity: 1;
        visibility: inherit; } }
@media (min-width: 1024px) {
      .ubf-mainMenu__item:focus-within > .ubf-mainMenu__subMenu {
        opacity: 1;
        visibility: inherit; } }
.ubf-mainMenu {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  height: auto;
  margin-top: 0 !important; }
.ubf-mainMenu.legacy-js-beforeActive {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity, visibility; }
.ubf-mainMenu.legacy-js-duringActive {
    opacity: 1;
    visibility: inherit; }
@media (min-width: 1024px) {
    .ubf-mainMenu.legacy-js-covered[data-ubf-covered-by="modal"], .ubf-mainMenu.legacy-js-covered[data-ubf-covered-by="alert"] {
      position: fixed;
      width: 100%;
      left: 0; } }
.ubf-mainMenu__content {
    background-color: #F0F0F0;
    z-index: 0; }
@media (min-width: 1024px) {
      .ubf-mainMenu__content {
        background-color: unset; } }
.ubf-mainMenu__item {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: normal; }
@media (min-width: 1024px) {
      .ubf-mainMenu__item {
        overflow: visible;
        position: relative;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: calc(22.22222% + -1.55556rem + 0px); } }
html.no-js .ubf-mainMenu__item:focus-within .ubf-mainMenu__linkIcon,
  .ubf-mainMenu__link.legacy-js-toggled .ubf-mainMenu__linkIcon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
@media (min-width: 1024px) {
      html.no-js .ubf-mainMenu__item:focus-within .ubf-mainMenu__linkIcon,
      .ubf-mainMenu__link.legacy-js-toggled .ubf-mainMenu__linkIcon {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
@media (min-width: 1024px) {
    .ubf-mainMenu.legacy-js-alternative .ubf-mainMenu__item:hover .ubf-mainMenu__linkIcon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
.ubf-mainMenu__searchBox {
    margin-bottom: 2rem; }
.ubf-mainMenu__searchInput {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: normal; }
.ubf-mainMenu__subItem {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: normal; }
@media (min-width: 1024px) {
    .ubf-mainMenu.legacy-js-alternative .ubf-mainMenu__subMenu {
      bottom: 0;
      padding-bottom: 7.28rem;
      padding-top: 2rem;
      top: auto; } }
.ubf-mainMenuToggler {
  color: currentColor; }
.ubf-mainMenuToggler:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
.ubf-mainMenuToggler__label {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: currentColor;
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: background-color 0.2s  ;
    -o-transition: background-color 0.2s  ;
    transition: background-color 0.2s  ;
    font-size: 0;
    text-indent: -10000px;
    pointer-events: none;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    width: 2.5rem; }
.ubf-mainMenuToggler.ubf-js-toggled .ubf-mainMenuToggler__label,
    .ubf-mainMenuToggler--close .ubf-mainMenuToggler__label {
      background-color: transparent; }
.ubf-mainMenuToggler__label::before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 0.2rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s  ;
      transition: transform 0.2s  ;
      transition: transform 0.2s, -webkit-transform 0.2s;
      content: '';
      -webkit-transform: translateY(-1rem);
          -ms-transform: translateY(-1rem);
              transform: translateY(-1rem); }
.ubf-mainMenuToggler.ubf-js-toggled .ubf-mainMenuToggler__label::before,
      .ubf-mainMenuToggler--close .ubf-mainMenuToggler__label::before {
        -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg); }
.ubf-mainMenuToggler__label::after {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 0.2rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s  ;
      transition: transform 0.2s  ;
      transition: transform 0.2s, -webkit-transform 0.2s;
      content: '';
      -webkit-transform: translateY(1rem);
          -ms-transform: translateY(1rem);
              transform: translateY(1rem); }
.ubf-mainMenuToggler.ubf-js-toggled .ubf-mainMenuToggler__label::after,
      .ubf-mainMenuToggler--close .ubf-mainMenuToggler__label::after {
        -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg); }
.ubf-mainMenuToggler.legacy-js-toggled .ubf-mainMenuToggler__label,
.ubf-mainMenuToggler--close .ubf-mainMenuToggler__label {
  background-color: transparent; }
.ubf-mainMenuToggler.legacy-js-toggled .ubf-mainMenuToggler__label::before,
.ubf-mainMenuToggler--close .ubf-mainMenuToggler__label::before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg); }
.ubf-mainMenuToggler.legacy-js-toggled .ubf-mainMenuToggler__label::after,
.ubf-mainMenuToggler--close .ubf-mainMenuToggler__label::after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg); }
.ubf-picture {
  display: block; }
.ubf-picture.ubf-preview__picture {
    margin-bottom: 2rem;
    position: relative; }
.ubf-picture.ubf-textBox__picture {
    text-align: center; }
.ubf-picture__caption {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    background-color: #FFFFFF;
    padding-right: 1px;
    padding-top: 0.5rem;
    text-align: right; }
.ubf-slide .ubf-picture__caption {
      font-size: 1.3rem;
      line-height: 1.3;
      font-weight: normal;
      font-style: normal; }
.ubf-section--cover .ubf-picture__caption {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      width: 100%;
      background-color: transparent;
      color: #FFFFFF;
      padding-bottom: 0.5rem;
      position: relative;
      -webkit-transform: translateY(-8rem) translateY(-100%);
          -ms-transform: translateY(-8rem) translateY(-100%);
              transform: translateY(-8rem) translateY(-100%);
      z-index: 10; }
@media (min-width: 575px) {
        .ubf-section--cover .ubf-picture__caption {
          max-width: 63rem;
          padding-left: 5.5rem;
          padding-right: 5.5rem; } }
@media (min-width: 1024px) {
        .ubf-section--cover .ubf-picture__caption {
          max-width: 121rem;
          padding-left: 7.5rem;
          padding-right: 7.5rem; } }
@media (min-width: 575px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-picture__caption {
          max-width: none;
          padding-left: 1rem;
          padding-right: 1rem; } }
@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-picture__caption {
          max-width: 203rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
@media (min-width: 1024px) {
        .ubf-section--cover .ubf-picture__caption {
          padding-bottom: 1rem; } }
.ubf-body--miniCover .ubf-section--cover .ubf-picture__caption,
    .ubf-body--microCover .ubf-section--cover .ubf-picture__caption {
      padding-bottom: 2rem; }
.ubf-preview__picture .ubf-picture__caption {
      height: 2rem;
      left: 0;
      margin: 0;
      position: absolute;
      top: 100%;
      width: 100%; }
.ubf-picture__img {
    max-width: 100%; }
.ubf-address .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-address .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
.ubf-section--highlights .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-section--highlights .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
.ubf-highlightLinks .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-highlightLinks .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
.ubf-preview .ubf-picture__img {
      width: 100%; }
.ubf-preview:not(.ubf-preview--noCrop) .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      left: 0;
      height: 100%;
      position: absolute;
      top: 0; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-preview:not(.ubf-preview--noCrop) .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
.ubf-section--cover .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-section--cover .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
@media (min-width: 1024px) {
      .ubf-galleryItem .ubf-picture__img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%";
        height: 100%;
        width: 100%; } }
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
    html.no-js .ubf-galleryItem .ubf-picture__img {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 100%;
      background-size: cover;
      background-position: 50% 50%; } }
.ubf-slideshow .ubf-picture__img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 50% 0%;
         object-position: 50% 0%;
      font-family: "object-fit: contain; object-position: 50% 0%";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-slideshow .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: contain;
          background-position: 50% 0%; } }
.ubf-section--cover .ubf-slideshow .ubf-picture__img {
        pointer-events: none;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%"; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          html.no-js .ubf-section--cover .ubf-slideshow .ubf-picture__img {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 100%;
            background-size: cover;
            background-position: 50% 50%; } }
.ubf-modal .ubf-slideshow .ubf-picture__img {
        -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%"; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          html.no-js .ubf-modal .ubf-slideshow .ubf-picture__img {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 100%;
            background-size: contain;
            background-position: 50% 50%; } }
.ubf-section--cover .ubf-textBox__picture .ubf-picture__img {
      -o-object-fit: scale-down;
         object-fit: scale-down;
      height: auto;
      max-height: 10rem;
      width: 100%; }
@media (min-width: 1024px) {
        .ubf-section--cover .ubf-textBox__picture .ubf-picture__img {
          max-height: 13rem; } }
.ubf-footer__picture .ubf-picture__img {
      width: auto;
      height: 100%; }
.ubf-html.no-js noscript + img {
  display: none; }
.ubf-picture__caption {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  height: 2rem;
  margin-top: -2rem;
  color: #FFFFFF; }
@media (min-width: 575px) {
    .ubf-picture__caption {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) {
    .ubf-picture__caption {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-picture__caption {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-picture__caption {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
.ubf-section {
  background-color: #FFFFFF;
  padding-bottom: 3rem; }
@media (min-width: 1024px) {
    .ubf-section {
      padding-bottom: 6rem; } }
.ubf-section--cover {
    padding-bottom: 0; }
.ubf-body--ekvv .ubf-section {
    background-color: transparent;
    padding-bottom: 5rem; }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-section {
        padding-bottom: 8rem; } }
.ubf-section:not(.ubf-section--cover)::before {
    background-color: #FFFFFF;
    bottom: 0;
    content: '';
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -2rem;
    z-index: -1; }
.ubf-body--ekvv .ubf-section:not(.ubf-section--cover)::before {
      background-color: transparent; }
.ubf-section__bg {
    left: 50%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0; }
.ubf-section__bg::after {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.6));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.6));
      z-index: 1; }
@media (min-width: 1024px) {
        .ubf-section__bg::after {
          background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
          background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.7));
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.7)); } }
.ubf-section__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;
    position: relative;
    z-index: 2; }
.ubf-section__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-section__title + .ubf-section__content {
      margin-top: 1.5rem; }
@media (min-width: 1024px) {
        .ubf-section__title + .ubf-section__content {
          margin-top: 3rem; } }
@media (min-width: 1024px) {
      .ubf-section__content {
        position: relative;
        display: block;
        margin-left: -2rem;
        margin-bottom: -2rem; }
        .ubf-section__content::after {
          content: " ";
          display: table;
          clear: both; }
        .ubf-section__content > * {
          float: left;
          margin-left: 2rem;
          margin-bottom: 2rem; } }
.ubf-section--cover .ubf-section__content {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      width: 100%;
      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: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%;
      padding-bottom: 3rem; }
@media (min-width: 575px) {
        .ubf-section--cover .ubf-section__content {
          max-width: 63rem;
          padding-left: 5.5rem;
          padding-right: 5.5rem; } }
@media (min-width: 1024px) {
        .ubf-section--cover .ubf-section__content {
          max-width: 121rem;
          padding-left: 7.5rem;
          padding-right: 7.5rem; } }
@media (min-width: 575px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-section__content {
          max-width: none;
          padding-left: 1rem;
          padding-right: 1rem; } }
@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-section__content {
          max-width: 203rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
.ubf-section--cover .ubf-section__content > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 0; }
@media (min-width: 1024px) {
        .ubf-section--cover .ubf-section__content {
          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: 0;
          padding-bottom: 5rem; }
          .ubf-section--cover .ubf-section__content > * {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-bottom: 0; } }
.ubf-section__partnerLogo {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    bottom: 3rem;
    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;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100; }
@media (min-width: 575px) {
      .ubf-section__partnerLogo {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }
@media (min-width: 1024px) {
      .ubf-section__partnerLogo {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }
@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-section__partnerLogo {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-section__partnerLogo {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
@media (min-width: 1024px) {
      .ubf-section__partnerLogo {
        bottom: 5rem; } }
.ubf-contentBlock--slideshow + .ubf-section__partnerLogo {
      bottom: 7.5rem; }
@media (min-width: 1024px) {
        .ubf-contentBlock--slideshow + .ubf-section__partnerLogo {
          bottom: 11rem; } }
.ubf-section__partnerLogoPicture {
    width: calc(16.66667% + -0.83333rem + 0px); }
@media (min-width: 1024px) {
      .ubf-section__partnerLogoPicture {
        width: calc(16.66667% + -1.66667rem + 0px); } }
.ubf-section__picture {
    height: 100%;
    width: 100%; }
.ubf-section__separator {
    background-color: #14f5b4;
    border: 0;
    height: 2px;
    margin-bottom: 4rem;
    margin-top: 4rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 1rem + 0px); }
.ubf-body--biology .ubf-section__separator {
      background-color: #92b168; }
.ubf-body--chemistry .ubf-section__separator {
      background-color: #a08caa; }
.ubf-body--educational-science .ubf-section__separator {
      background-color: #f08c50; }
.ubf-body--history .ubf-section__separator {
      background-color: #7db4be; }
.ubf-body--public-health .ubf-section__separator {
      background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-section__separator {
      background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-section__separator {
      background-color: #dcaa41; }
.ubf-body--medicine .ubf-section__separator {
      background-color: #145f7d; }
.ubf-body--physics .ubf-section__separator {
      background-color: #649696; }
.ubf-body--law .ubf-section__separator {
      background-color: #8c8c96; }
.ubf-body--psychology .ubf-section__separator {
      background-color: #8c3250; }
.ubf-body--sociology .ubf-section__separator {
      background-color: #bfd02f; }
.ubf-body--technology .ubf-section__separator {
      background-color: #558ca0; }
.ubf-body--economics .ubf-section__separator {
      background-color: #74799b; }
.ubf-body--library .ubf-section__separator {
      background-color: #008965; }
@media (min-width: 1024px) {
      .ubf-section__separator {
        width: calc(100% - 2rem + 0px); } }
.ubf-section__separator:first-child {
      margin-top: 0; }
.ubf-section__separator:last-child {
      margin-bottom: 0; }
.ubf-section__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    position: relative; }
@media (min-width: 1024px) {
      .ubf-body--home .ubf-section__title {
        font-size: 5.5rem;
        line-height: 1.2;
        font-weight: bold;
        font-style: normal; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-section__title {
        max-width: ubf-ekvvMaxSize(5, 9); } }
.ubf-section__content {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(70vh - 8rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: fixed;
  padding-bottom: 0;
  padding-top: 0;
  right: 0;
  top: 0;
  z-index: 0; }
@media (min-width: 575px) {
    .ubf-section__content {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }
@media (min-width: 1024px) {
    .ubf-section__content {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-section__content {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-section__content {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
@media (orientation: landscape) {
    .ubf-section__content {
      height: 100vh; } }
@media (min-width: 1024px) {
    .ubf-section__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 5rem;
      height: 70vh; } }
@media (min-width: 1024px) {
    .ubf-body--home .ubf-section__content {
      padding-bottom: 5rem;
      height: calc(100vh - (1.3rem + 0.5rem + 8rem)); } }
.ubf-section__title + .ubf-section__content {
    margin-top: 1.5rem; }
@media (min-width: 1024px) {
      .ubf-section__title + .ubf-section__content {
        margin-top: 3rem; } }
.ubf-textBox {
  background-color: #14f5b4;
  position: relative; }
.ubf-body--biology .ubf-textBox {
    background-color: #92b168; }
.ubf-body--chemistry .ubf-textBox {
    background-color: #a08caa; }
.ubf-body--educational-science .ubf-textBox {
    background-color: #f08c50; }
.ubf-body--history .ubf-textBox {
    background-color: #7db4be; }
.ubf-body--public-health .ubf-textBox {
    background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-textBox {
    background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-textBox {
    background-color: #dcaa41; }
.ubf-body--medicine .ubf-textBox {
    background-color: #145f7d; }
.ubf-body--physics .ubf-textBox {
    background-color: #649696; }
.ubf-body--law .ubf-textBox {
    background-color: #8c8c96; }
.ubf-body--psychology .ubf-textBox {
    background-color: #8c3250; }
.ubf-body--sociology .ubf-textBox {
    background-color: #bfd02f; }
.ubf-body--technology .ubf-textBox {
    background-color: #558ca0; }
.ubf-body--economics .ubf-textBox {
    background-color: #74799b; }
.ubf-body--library .ubf-textBox {
    background-color: #008965; }
.ubf-body--generic .ubf-textBox {
    background-color: #F0F0F0; }
@media (min-width: 1024px) {
    .ubf-sidebar .ubf-textBox {
      border-bottom-color: #14f5b4;
      background-color: transparent;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      padding-bottom: 2rem; }
      .ubf-body--biology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #92b168; }
      .ubf-body--chemistry .ubf-sidebar .ubf-textBox {
        border-bottom-color: #a08caa; }
      .ubf-body--educational-science .ubf-sidebar .ubf-textBox {
        border-bottom-color: #f08c50; }
      .ubf-body--history .ubf-sidebar .ubf-textBox {
        border-bottom-color: #7db4be; }
      .ubf-body--public-health .ubf-sidebar .ubf-textBox {
        border-bottom-color: #dc5a5a; }
      .ubf-body--linguistics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #8fa3b9; }
      .ubf-body--mathematics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #dcaa41; }
      .ubf-body--medicine .ubf-sidebar .ubf-textBox {
        border-bottom-color: #145f7d; }
      .ubf-body--physics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #649696; }
      .ubf-body--law .ubf-sidebar .ubf-textBox {
        border-bottom-color: #8c8c96; }
      .ubf-body--psychology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #8c3250; }
      .ubf-body--sociology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #bfd02f; }
      .ubf-body--technology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #558ca0; }
      .ubf-body--economics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #74799b; }
      .ubf-body--library .ubf-sidebar .ubf-textBox {
        border-bottom-color: #008965; } }
.ubf-textBox__body {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
* + .ubf-textBox__body {
      margin-top: 2rem; }
.ubf-textBox__content {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100%;
    padding: 1rem; }
@media (min-width: 1024px) {
      .ubf-textBox__content {
        padding: 2rem; } }
@media (min-width: 1024px) {
      .ubf-sidebar .ubf-textBox__content {
        padding: 0; } }
.ubf-textBox__text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #000000; }
.ubf-body--medicine .ubf-textBox__text,
    .ubf-body--psychology .ubf-textBox__text {
      color: #FFFFFF; }
.ubf-section--cover .ubf-textBox__textBody {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
@media (min-width: 1024px) {
      .ubf-section--cover .ubf-textBox__textBody {
        position: static;
        width: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        clip: none; } }
.ubf-textBox__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.ubf-body--medicine .ubf-textBox__title,
    .ubf-body--psychology .ubf-textBox__title {
      color: #FFFFFF; }
.ubf-body--home .ubf-section--highlights .ubf-textBox__title {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal; }
.ubf-section--cover .ubf-textBox__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; }
@media (min-width: 1024px) {
        .ubf-section--cover .ubf-textBox__title {
          font-size: 3.5rem;
          line-height: 1.3;
          font-weight: bold;
          font-style: normal; } }
@media (min-width: 1024px) {
      .ubf-sidebar .ubf-textBox__title {
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: bold;
        font-style: normal; } }
.ubf-textBox__text a {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal; }
.ubf-textBox__textBody {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal; }
@media (min-width: 1024px) {
    .ubf-textBox__textBody {
      position: static;
      width: auto;
      height: auto;
      margin: auto;
      overflow: visible;
      clip: none; } }
.ubf-textBox__content {
  word-wrap: break-all;
  overflow-wrap: break-word; }
.ubf-textBox__title {
  font-size: 2.4rem !important; }
@media (min-width: 1024px) {
    .ubf-textBox__title {
      font-size: 3.5rem !important; } }

/*# sourceMappingURL=skinning-critical.css.map */
