/* CORPORATE IDENTITY CSS BY CUSTOMER UZH */
* {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: inherit;
    margin: 0;
    padding: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    color: #000;
    background: #fff
}

figure {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-left: 0;
    margin-right: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ""
}

abbr,
acronym {
    border: 0;
    text-decoration: none;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: inherit;
    *color: #000
}

button,
input[type=button],
input[type=submit] {
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    border: 0
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

* {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: inherit;
    margin: 0;
    padding: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    color: #000;
    background: #fff
}

figure {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-left: 0;
    margin-right: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ""
}

abbr,
acronym {
    border: 0;
    text-decoration: none;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

iframe {
    border: 0
}

legend {
    color: inherit;
    *color: #000
}

button,
input[type=button],
input[type=submit] {
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    border: 0
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

:root {
    --c-trueblack: 0, 0, 0;
    --c-black: 18, 18, 18;
    --c-white: 255, 255, 255;
    --c-truewhite: 255, 255, 255;
    --c-grey: 102, 102, 102;
    --c-grey-medium: 233, 233, 233;
    --c-grey-light: 250, 250, 250;
    --c-blue: 0, 40, 165;
    --c-blue-muted: 27, 33, 74;
    --c-blue-light: 245, 245, 251;
    --c-green: 40, 150, 12;
    --c-green-attention: 0, 126, 42;
    --c-red: 255, 0, 0;
    --c-text-black: 18, 18, 18;
    --c-text-grey: 102, 102, 102
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: rgba(var(--c-white), 1)
}

html.breadcrumb-open body:before {
    display: block;
    animation: body-state_backdrop-in .2s ease-in-out forwards
}

html.breadcrumb-open body::before {
    z-index: 98
}

html.lightbox-open body:before {
    display: block;
    animation: body-state_backdrop-in .2s ease-in-out forwards
}

html.prevent-scroll body {
    position: fixed !important;
    left: 0;
    width: 100%;
    overflow-y: scroll
}

@media(max-width: 900px) {
    html.mobilenav-open body:before {
        display: block;
        animation: body-state_backdrop-in .2s ease-in-out forwards
    }

    html.mobilenav-open body {
        overflow: hidden
    }
}

@media(min-width: 901px) {
    html.navitem-open body:before {
        display: block;
        animation: body-state_backdrop-in .2s ease-in-out forwards
    }
}

body {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    font-family: "Source Sans Pro", sans-serif;
    color: rgba(var(--c-text-black), 1);
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-wrap: break-word;
    scroll-behavior: smooth
}

@media(max-width: 700px) {
    body {
        font-size: 1rem
    }
}

body:before {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--c-black), 0.2);
    opacity: 0;
    z-index: 999
}

::-moz-selection {
    background: rgba(var(--c-blue), 0.3)
}

::selection {
    background: rgba(var(--c-blue), 0.3)
}

body,
input,
select,
button,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:active {
    outline: none
}

*:focus {
    outline: none
}

abbr {
    border-bottom: 1px dotted gray
}

p sup {
    position: relative;
    top: -0.75ex
}

p sub {
    position: relative;
    top: .5ex
}

button {
    cursor: pointer
}

main {
    width: 100%;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

#FlyingFocus {
    position: absolute;
    margin: 0;
    top: -100px;
    background: rgba(0, 0, 0, 0);
    transition-property: left, top, width, height, opacity;
    transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
    visibility: hidden;
    pointer-events: none;
    display: none
}

#FlyingFocus.FlyingFocus-visible {
    visibility: visible;
    z-index: 10000000;
    display: block
}

#FlyingFocus:after {
    content: "";
    position: absolute;
    top: -19px;
    left: -19px;
    bottom: -19px;
    right: -19px;
    border-radius: 13px;
    box-shadow: 0 0 54px 0px rgba(0, 0, 0, .2), 0 0 2px 2px rgba(0, 10, 20, .1);
    border: 1px solid rgba(42, 113, 184, .75)
}

#FlyingFocus:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    bottom: -18px;
    right: -18px;
    border-radius: 13px;
    box-shadow: 0 0 2px rgba(255, 255, 255, .9) inset;
    border: 1px solid rgba(255, 255, 255, .8)
}

.FocusOnly {
    position: absolute;
    clip: rect(0 0 0 0);
    -webkit-clip-path: polygon(0 0);
    clip-path: polygon(0 0)
}

.FocusOnly:focus,
.FocusOnly:focus-within {
    position: static;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

button.FocusOnly:focus {
    display: block;
    width: 100%;
    padding: 1em;
    text-align: center;
    background-color: rgba(var(--c-black), 1);
    color: rgba(var(--c-white), 1)
}

.visuallyhidden {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap
}

:root {
    --font-family-base: Source Sans Pro, sans-serif
}

.t-text-h1 {
    font-size: 2.625rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .t-text-h1 {
        font-size: 2.125rem
    }
}

@media(max-width: 700px) {
    .t-text-h1 {
        -webkit-hyphens: auto;
        hyphens: auto
    }
}

.t-text-h2 {
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .t-text-h2 {
        font-size: 1.375rem
    }
}

.t-text-h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .t-text-h3 {
        font-size: 1rem
    }
}

.t-text-h4 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .t-text-h4 {
        font-size: 0.875rem
    }
}

.t-text-h5 {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 600
}

@media(max-width: 700px) {
    .t-text-h5 {
        font-size: 0.875rem
    }
}

.t-text-copy-m {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400
}

@media(max-width: 700px) {
    .t-text-copy-m {
        font-size: 1.125rem
    }
}

.t-text-copy-s {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1)
}

@media(max-width: 700px) {
    .t-text-copy-s {
        font-size: 1rem
    }
}

.t-text-copy-xs {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1)
}

@media(max-width: 700px) {
    .t-text-copy-xs {
        font-size: 0.875rem
    }
}

.t-text-copy-xxs {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1)
}

@media(max-width: 700px) {
    .t-text-copy-xxs {
        font-size: 0.75rem
    }
}

/* BUTTONS */
.Button {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    border-radius: 100px;
    background-color: rgba(var(--c-grey-light), 1);
    color: rgba(var(--c-grey), 1);
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    white-space: nowrap
}

@media(max-width: 700px) {
    .Button {
        font-size: 0.75rem
    }
}

@media(hover: hover) {
    .Button:hover {
        color: rgba(var(--c-black), 1)
    }
}

.Button.color-primary {
    background-color: rgba(var(--c-blue), 1);
    color: rgba(var(--c-white), 1)
}

@media(hover: hover) {
    .Button.color-primary:hover {
        background-color: rgba(var(--c-blue), 0.8)
    }
}

.Button.color-border-white {
    background-color: rgba(var(--c-white), 1);
    color: rgba(var(--c-grey), 1)
}

.Button.color-border-white::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--c-grey), 1);
    border-radius: inherit;
    transition-property: opacity;
    transition-duration: inherit;
    transition-timing-function: inherit;
    opacity: .3
}

@media(hover: hover) {
    .Button.color-border-white:hover {
        color: rgba(var(--c-black), 1)
    }

    .Button.color-border-white:hover::before {
        opacity: .6
    }
}

.Button.size-large {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    padding-top: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.75rem
}

@media(max-width: 700px) {
    .Button.size-large {
        font-size: 0.875rem
    }
}

@media(max-width: 700px) {
    .Button.size-large {
        padding-top: 0.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0.5rem
    }
}

.Button--icon {
    flex-shrink: 0;
    margin-right: 0.25rem;
    transform: rotate(180deg);
    margin-left: -0.5rem;
    order: -1
}

.Link {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    position: relative
}

@media(max-width: 700px) {
    .Link {
        font-size: 1rem
    }
}

.Link:not(.layout-standalone) {
    background-repeat: no-repeat;
    background-position: 0.875rem 100%;
    background-size: 100% 0px;
    background-image: linear-gradient(currentColor, currentColor);
    position: relative;
    padding-left: 0.5rem;
    white-space: normal;
    color: rgba(var(--c-blue), 1);
    padding-right: 0
}

@media(hover: hover) {
    .Link:not(.layout-standalone)[href]:hover {
        background-size: 100% 1px
    }
}

.Link:not(.layout-standalone)::before {
    display: inline-block;
    position: relative;
    left: -0.375rem;
    top: 0.6875rem;
    vertical-align: top;
    width: 0.375rem;
    height: 0.375rem;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    content: ""
}

.Link:not(.layout-standalone):visited {
    color: rgba(var(--c-blue-muted), 1)
}

.Link:not(.layout-standalone)[href*="/dam/"],
.Link:not(.layout-standalone).download,
.Link:not(.layout-standalone)[download],
.Link:not(.layout-standalone)[href*="//"]:not([href*="uzh.ch/"]) {
    margin-right: .375em
}

.Link:not(.layout-standalone)[href*="/dam/"]::after,
.Link:not(.layout-standalone).download::after,
.Link:not(.layout-standalone)[download]::after,
.Link:not(.layout-standalone)[href*="//"]:not([href*="uzh.ch/"])::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .85em;
    margin-left: .125em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 15.5L11 15.5' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 8.5L6 12.5L2 8.5' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 1.5L6 12.5' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center
}

.Link:not(.layout-standalone)[href*="//"]:not([href*="uzh.ch/"])::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 11.1064L8.77817 3.32827' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.12109 3.32861L8.77795 3.32861L8.77795 8.98547' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ")
}

.Link:not(.layout-standalone)[id]:not([href]),
.Link:not(.layout-standalone)[name]:not([href]) {
    padding-left: 0;
    color: inherit;
    cursor: default
}

.Link:not(.layout-standalone)[id]:not([href])::before,
.Link:not(.layout-standalone)[name]:not([href])::before {
    content: none
}

.Link:not(.layout-standalone).size-small {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400
}

@media(max-width: 700px) {
    .Link:not(.layout-standalone).size-small {
        font-size: 0.875rem
    }
}

.Link:not(.layout-standalone).size-small::before {
    top: .75em
}

.Link.layout-standalone {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--c-black), 1);
    display: inline-flex;
    align-items: center
}

@media(max-width: 700px) {
    .Link.layout-standalone {
        font-size: 1rem
    }
}

@media(hover: hover) {
    .Link.layout-standalone:hover .Link--icon {
        transform: translateX(0.25em)
    }
}

.Link.layout-standalone.icon-position-before {
    flex-direction: row-reverse
}

.Link.layout-standalone.icon-position-before .Link--icon {
    margin-left: 0;
    margin-right: 0.75rem
}

.Link.layout-standalone.icon-orientation-left .Icon {
    transform: scale(-1)
}

@media(hover: hover) {
    .Link.layout-standalone.icon-orientation-left:hover .Link--icon {
        transform: translateX(-0.25em)
    }
}

.Link.layout-standalone.icon-orientation-down .Icon {
    transform: rotate(90deg) translateX(-2px)
}

@media(hover: hover) {
    .Link.layout-standalone.icon-orientation-down:hover .Link--icon {
        transform: translateY(0.15em)
    }
}

.Link.layout-standalone.icon-orientation-up .Icon {
    transform: rotate(-90deg) translateX(2px)
}

@media(hover: hover) {
    .Link.layout-standalone.icon-orientation-up:hover .Link--icon {
        transform: translateY(-0.15em)
    }
}

.Link.layout-standalone.size-large {
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .Link.layout-standalone.size-large {
        font-size: 1.375rem
    }
}

.Link.layout-standalone.size-small {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .Link.layout-standalone.size-small {
        font-size: 0.875rem
    }
}

.Link.layout-standalone.size-copy-xs {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1)
}

@media(max-width: 700px) {
    .Link.layout-standalone.size-copy-xs {
        font-size: 0.875rem
    }
}

.Link.size-inherit {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.Link--icon {
    flex-shrink: 0;
    margin-left: 0.75rem;
    color: rgba(var(--c-blue), 1);
    transition: 200ms ease
}

.Logo {
    display: block;
    height: 3.75rem
}

.Logo img {
    display: block;
    height: 100%;
    width: auto
}

@media(max-width: 900px) {
    .Logo {
        height: 2.8125rem
    }
}

.MediaTypeIndicator {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-color: rgba(var(--c-trueblack), 0.5);
    color: rgba(var(--c-white), 1);
    display: flex;
    align-items: center;
    justify-content: center
}

.SectionTitle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin));
    padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin))
}

.SectionTitle--title {
    font-size: 2.3125rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.6em
}

@media(max-width: 700px) {
    .SectionTitle--title {
        font-size: 1.375rem
    }
}

@media(max-width: 700px) {
    .SectionTitle--title {
        margin-bottom: 1.25em
    }
}

@keyframes anim-Spinner-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes anim-Spinner-icon {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.Spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(var(--c-blue), 1);
    animation: anim-Spinner-in .4s .4s ease-in backwards
}

.Spinner .Icon {
    width: 80px;
    height: 80px;
    animation: anim-Spinner-icon .8s steps(12, end) infinite
}

.Fieldset:not(:first-child) {
    margin-top: 3.5rem
}

@media(max-width: 700px) {
    .Fieldset:not(:first-child) {
        margin-top: 2rem
    }
}

.Fieldset--legend {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .Fieldset--legend {
        font-size: 1rem
    }
}

@media(min-width: 901px) {
    .File {
        float: left;
        width: 300px;
        max-width: 60%;
        padding-right: 1.5rem
    }

    .File+.FormDescription {
        margin-top: .95em
    }
}

.FormInput.has-error .File+.FormDescription {
    -webkit-text-decoration: 3px underline;
    text-decoration: 3px underline;
    text-decoration-color: rgba(var(--c-red), 0.5);
    text-underline-offset: .5em
}

.File--input {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    width: 100%;
    scroll-margin: 4rem;
    cursor: pointer
}

@media(max-width: 700px) {
    .File--input {
        font-size: 0.75rem
    }
}

.FormInput.has-value .File--input {
    color: rgba(var(--c-black), 1)
}

.File--input::file-selector-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 1.5rem;
    padding-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    background: rgba(var(--c-white), 1);
    border: 1px solid rgba(var(--c-grey), 0.3);
    border-radius: 50px;
    font: inherit;
    color: inherit;
    cursor: pointer;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.File--input::-webkit-file-upload-button {
    -webkit-appearance: none;
    appearance: none;
    margin-right: 1.5rem;
    padding-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    background: rgba(var(--c-white), 1);
    border: 1px solid rgba(var(--c-grey), 0.3);
    border-radius: 50px;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.File--input[disabled] {
    cursor: not-allowed;
    opacity: .6
}

.File--input[disabled]::file-selector-button {
    cursor: not-allowed
}

.File--input:focus::file-selector-button {
    color: rgba(var(--c-black), 1);
    border-color: rgba(var(--c-grey), 0.6)
}

.File--input:focus::-webkit-file-upload-button {
    color: rgba(var(--c-black), 1);
    border-color: rgba(var(--c-grey), 0.6)
}

@media(hover: hover) {
    .File--input:not([disabled]):hover::file-selector-button {
        color: rgba(var(--c-black), 1);
        border-color: rgba(var(--c-grey), 0.6)
    }

    .File--input:not([disabled]):hover::-webkit-file-upload-button {
        color: rgba(var(--c-black), 1);
        border-color: rgba(var(--c-grey), 0.6)
    }
}

.Form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin));
    padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin));
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media(max-width: 700px) {
    .Form {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 700px) {
    .Form {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 12)) / 2) + var(--page-margin));
        padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 12)) / 2) + var(--page-margin))
    }
}

.Form--header {
    margin-bottom: 3.5rem
}

@media(max-width: 700px) {
    .Form--header {
        margin-bottom: 2rem
    }
}

.Form--title {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .Form--title {
        font-size: 1rem
    }
}

.Form--description {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    margin-top: 1rem
}

@media(max-width: 700px) {
    .Form--description {
        font-size: 1rem
    }
}

.Form--requiredLegend {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 1rem
}

@media(max-width: 700px) {
    .Form--requiredLegend {
        font-size: 1rem
    }
}

.Form--body {
    padding-right: 25%
}

@media(max-width: 1150px) {
    .Form--body {
        padding-right: 0
    }
}

.FormButtons {
    display: flex;
    margin-top: 3.5rem
}

.FormButtons .Button {
    flex: 0 0 auto;
    margin-right: 1rem
}

.FormButtons .Button:last-of-type {
    margin-right: 0
}

.FormButtons .Button[type=submit] {
    margin-right: auto
}

.FormButtons .Button[type=submit]:last-child {
    margin-right: unset;
    margin-left: auto
}

.FormDescription {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    margin-top: 0.5rem
}

@media(max-width: 700px) {
    .FormDescription {
        font-size: 0.75rem
    }
}

.Options+.FormDescription {
    margin-top: 0.75rem
}

.FormError {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

@media(max-width: 700px) {
    .FormError {
        font-size: 0.75rem
    }
}

.FormError>.Icon {
    margin-right: 4px;
    margin-top: -2px;
    color: rgba(var(--c-red), 0.5)
}

.FormInput:before,
.FormInput:after {
    content: "";
    display: table
}

.FormInput:after {
    clear: both
}

.FormInput:not(:first-child) {
    margin-top: 2rem
}

@media(max-width: 700px) {
    .FormInput:not(:first-child) {
        margin-top: 1.5rem
    }
}

.FormLabel {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem
}

@media(max-width: 700px) {
    .FormLabel {
        font-size: 0.875rem
    }
}

.FormInput.has-error .FormLabel {
    color: rgba(var(--c-red), 1)
}

.FormMessage {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin));
    padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin))
}

@media(max-width: 700px) {
    .FormMessage {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 12)) / 2) + var(--page-margin));
        padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 12)) / 2) + var(--page-margin))
    }
}

.FormMessage--inner {
    position: relative;
    padding-top: 1rem;
    padding-left: calc(1rem + 1.5rem + 1rem);
    padding-right: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(var(--c-green), 0.05)
}

.FormMessage--inner.type-error {
    background-color: rgba(var(--c-red), 0.05)
}

.FormMessage--iconWrapper {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex
}

.FormMessage--title {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    color: rgba(var(--c-black), 1);
    display: block;
    margin-top: -0.25rem
}

@media(max-width: 700px) {
    .FormMessage--title {
        font-size: 0.875rem
    }
}

.FormMessage--text.richtext {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem
}

@media(max-width: 700px) {
    .FormMessage--text.richtext {
        font-size: 0.75rem
    }
}

.FormMessage--text.richtext>* {
    color: inherit
}

.FormMessage--text.richtext a {
    position: unset;
    margin: unset;
    padding: unset;
    background: unset;
    color: rgba(var(--c-black), 1);
    text-decoration: underline
}

.FormMessage--text.richtext a::before,
.FormMessage--text.richtext a::after {
    content: unset
}

@media(hover: hover) {
    .FormMessage--text.richtext a:hover {
        background: unset
    }
}

@media(max-width: 700px) {
    .FormMessage--text.richtext {
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 400
    }
}

@media(max-width: 700px)and (max-width: 700px) {
    .FormMessage--text.richtext {
        font-size: 0.875rem
    }
}

.Input {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(var(--c-white), 1);
    border: 1px solid rgba(var(--c-trueblack), 0.16);
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    scroll-margin: 4rem;
    transition: border-color .2s, background-color .2s
}

@media(max-width: 700px) {
    .Input {
        font-size: 1rem
    }
}

.Input[type=color] {
    height: 2.9375rem;
    padding: 0.5rem
}

.Input:focus {
    background-color: rgba(var(--c-blue-light), 1);
    border-color: rgba(var(--c-blue-light), 1)
}

.Input[disabled] {
    cursor: not-allowed;
    opacity: .6
}

.FormInput.has-error .Input {
    border-color: rgba(var(--c-red), 1)
}

.OptionInput {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    position: relative;
    min-height: 27px
}

@media(max-width: 700px) {
    .OptionInput {
        font-size: 1rem
    }
}

.OptionInput input {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0
}

.OptionInput label {
    padding-left: 31px;
    cursor: pointer
}

.OptionInput label a {
    background-repeat: no-repeat;
    background-position: 0.875rem 100%;
    background-size: 100% 0px;
    background-image: linear-gradient(currentColor, currentColor);
    position: relative;
    padding-left: 0.5rem;
    white-space: normal;
    color: rgba(var(--c-blue), 1)
}

@media(hover: hover) {
    .OptionInput label a[href]:hover {
        background-size: 100% 1px
    }
}

.OptionInput label a::before {
    display: inline-block;
    position: relative;
    left: -0.375rem;
    top: 0.6875rem;
    vertical-align: top;
    width: 0.375rem;
    height: 0.375rem;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    content: ""
}

.OptionInput label a:visited {
    color: rgba(var(--c-blue-muted), 1)
}

.OptionInput label a[href*="/dam/"],
.OptionInput label a.download,
.OptionInput label a[download],
.OptionInput label a[href*="//"]:not([href*="uzh.ch/"]) {
    margin-right: .375em
}

.OptionInput label a[href*="/dam/"]::after,
.OptionInput label a.download::after,
.OptionInput label a[download]::after,
.OptionInput label a[href*="//"]:not([href*="uzh.ch/"])::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .85em;
    margin-left: .125em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 15.5L11 15.5' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 8.5L6 12.5L2 8.5' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 1.5L6 12.5' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center
}

.OptionInput label a[href*="//"]:not([href*="uzh.ch/"])::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 11.1064L8.77817 3.32827' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.12109 3.32861L8.77795 3.32861L8.77795 8.98547' stroke='%238094D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ")
}

.OptionInput label a[id]:not([href]),
.OptionInput label a[name]:not([href]) {
    padding-left: 0;
    color: inherit;
    cursor: default
}

.OptionInput label a[id]:not([href])::before,
.OptionInput label a[name]:not([href])::before {
    content: none
}

.OptionInput label:before,
.OptionInput label:after {
    content: "";
    position: absolute;
    top: .222em;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(var(--c-trueblack), 0.4);
    background: #fff
}

@media(max-width: 700px) {

    .OptionInput label:before,
    .OptionInput label:after {
        top: .125em
    }
}

.OptionInput label:hover:before {
    box-shadow: 0 0 0 3px rgba(var(--c-black), 0.05)
}

.OptionInput input:checked+label {
    color: rgba(var(--c-black), 1)
}

.OptionInput input:checked+label::before {
    border-color: rgba(var(--c-blue), 0.4)
}

.OptionInput input.error+label:before {
    border-color: rgba(var(--c-red), 1)
}

.OptionInput input:disabled+label {
    cursor: not-allowed;
    opacity: .6
}

.Options:not(.inline) .OptionInput+.OptionInput {
    margin-top: calc(1rem - 0.125rem)
}

.OptionInput input[type=radio]:not(:checked)+label:after {
    visibility: hidden
}

.OptionInput input[type=radio]+label:before,
.OptionInput input[type=radio]+label:after {
    width: 21px;
    height: 21px;
    border-radius: 50%
}

.OptionInput input[type=radio]+label:after {
    width: 9px;
    height: 9px;
    margin: 6px;
    background: rgba(var(--c-blue), 1)
}

.OptionInput input[type=checkbox]:not(:checked)+label:after {
    visibility: hidden
}

.OptionInput input[type=checkbox]:checked+label:before {
    background-color: rgba(var(--c-blue), 1);
    border-color: rgba(var(--c-blue), 1)
}

.OptionInput input[type=checkbox]+label:after {
    width: 9px;
    height: 5px;
    margin: 5.5px 5.5px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(var(--c-white), 1);
    border-width: 0 0 1.5px 1.5px;
    transform: rotate(-45deg)
}

.Options {
    scroll-margin: 4rem
}

.Options.inline {
    display: flex;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap
}

.Select {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(var(--c-white), 1);
    border: 1px solid rgba(var(--c-trueblack), 0.16);
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    scroll-margin: 4rem;
    transition: border-color .2s, background-color .2s;
    text-overflow: ellipsis
}

@media(max-width: 700px) {
    .Select {
        font-size: 1rem
    }
}

.Select[type=color] {
    height: 2.9375rem;
    padding: 0.5rem
}

.Select:focus {
    background-color: rgba(var(--c-blue-light), 1);
    border-color: rgba(var(--c-blue-light), 1)
}

.Select[disabled] {
    cursor: not-allowed;
    opacity: .6
}

.FormInput.has-error .Select {
    border-color: rgba(var(--c-red), 1)
}

.Select:not([multiple]) {
    padding-right: 1.875rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA2LjVMOCAxMUwxMi41IDYuNSIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: right 0.75rem center
}

.Select[multiple] {
    padding: 0
}

.Select[multiple] option {
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem
}

textarea.Input {
    width: 100%;
    height: 5.75em;
    min-height: 5.75em;
    resize: vertical
}

textarea.Input.size-large {
    height: 11.5em;
    min-height: 11.5em
}

.TextInputGroup {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-right: -1rem
}

.TextInputGroup:not(:first-child) {
    padding-top: 2rem
}

.TextInputGroup--input {
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 25%;
    padding-top: 1rem;
    padding-right: 1rem
}

@media(min-width: 701px) {
    .TextInputGroup--input.small {
        flex-basis: 17.5%;
        flex-grow: 1
    }

    .TextInputGroup--input.large {
        flex-basis: 33%;
        flex-grow: 4
    }
}

@media(max-width: 700px) {
    .TextInputGroup--input {
        flex: 0 0 50%
    }

    .TextInputGroup--input.large {
        flex: 0 0 100%
    }
}

/* PAGINATION */
.Pagination {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1)
}

@media(max-width: 700px) {
    .Pagination {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 700px) {
    .Pagination {
        font-size: 0.875rem
    }
}

.Pagination--body {
    display: inline-flex;
    align-items: center
}

.Pagination--button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid currentColor;
    position: relative
}

.Pagination--button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor
}

.Pagination--button.prev::after {
    transform: rotate(-135deg);
    margin-left: -1.5px
}

.Pagination--button.next::after {
    transform: rotate(45deg)
}

a[href].Pagination--button,
button:not([disabled]).Pagination--button {
    color: rgba(var(--c-blue), 1);
    transition: transform .2s
}

@media(hover: hover) {

    a[href].Pagination--button:hover,
    button:not([disabled]).Pagination--button:hover {
        transform: scale(1.2)
    }
}

span.Pagination--button,
button[disabled].Pagination--button,
a:not([href]).Pagination--body {
    cursor: not-allowed;
    opacity: .6
}

.Pagination--current {
    margin-left: 1rem;
    margin-right: 1rem
}

/* SEARCH TRIGGER */
.SearchTrigger {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1);
    display: inline-flex;
    border-radius: 100px;
    border: 1px solid rgba(var(--c-grey-medium), 1);
    height: 48px;
    padding-left: 12px;
    padding-right: 20px;
    align-items: center
}

@media(max-width: 700px) {
    .SearchTrigger {
        font-size: 0.75rem
    }
}

@media(max-width: 900px) {
    .SearchTrigger {
        display: none
    }
}

@media(hover: hover) {
    .SearchTrigger:hover {
        color: rgba(var(--c-black), 1)
    }
}

.SearchTrigger>.Icon {
    margin-right: 1rem
}

.SearchTrigger>.text {
    line-height: 1
}


/* LINKLIST */
.LinkList {
    background-color: rgba(var(--c-white), 1);
    box-shadow: 0px 7px 22px -4px rgba(0, 0, 0, .05)
}

.LinkList>*:last-child {
    padding-bottom: 2rem
}

@media(max-width: 700px) {
    .LinkList>*:last-child {
        padding-bottom: 1.5rem
    }
}

.LinkList--header {
    position: relative;
    padding-bottom: 1rem
}

@media(hover: hover) {

    .LinkList--header:focus-within .Link .Link--icon,
    .LinkList--header:hover .Link .Link--icon {
        transform: translateX(0.25em)
    }
}

.LinkList--link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.LinkList--title {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--c-black), 1);
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem
}

@media(max-width: 700px) {
    .LinkList--title {
        font-size: 1rem
    }
}

@media(max-width: 700px) {
    .LinkList--title {
        padding-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.LinkList--content {
    padding-left: 2rem;
    padding-right: 2rem
}

.LinkList--content>*:not(:last-child) {
    margin-bottom: 1rem
}

@media(max-width: 700px) {
    .LinkList--content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.LinkList--text {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(var(--c-text-grey), 1)
}

@media(max-width: 700px) {
    .LinkList--text {
        font-size: 1rem
    }
}

.LinkList--list>li,
.LinkList--list>div {
    position: relative;
    padding-left: calc(0.5rem + 0.25rem)
}

.LinkList--list>li:not(:last-of-type),
.LinkList--list>div:not(:last-of-type) {
    margin-bottom: 0.25rem
}

.LinkList--list .Link {
    position: static;
    padding-left: 0;
    background-position: 0 100%
}

.LinkList--list .Link::before {
    position: absolute;
    left: 0
}

/* SEARCH */
.Search {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin));
    padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 8)) / 2) + var(--page-margin));
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media(max-width: 700px) {
    .Search {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 900px) {
    .Search {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 12)) / 2) + var(--page-margin));
        padding-right: calc(calc((calc(100% - 2 * var(--page-margin)) - calc((calc(100% - 2 * var(--page-margin)) / 12) * 12)) / 2) + var(--page-margin))
    }
}

.Search--title {
    font-size: 2.625rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(var(--c-black), 1)
}

@media(max-width: 700px) {
    .Search--title {
        font-size: 2.125rem
    }
}

@media(max-width: 700px) {
    .Search--title {
        -webkit-hyphens: auto;
        hyphens: auto
    }
}

.Search--related {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(var(--c-trueblack), 0.08)
}

@media(max-width: 700px) {
    .Search--related {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.SearchForm {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media(max-width: 700px) {
    .SearchForm {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.SearchInput {
    display: flex;
    gap: 1.5rem;
    width: 100%
}

@media(max-width: 700px) {
    .SearchInput {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap
    }
}

.SearchInput--inputWrapper {
    position: relative;
    flex-grow: 1;
    max-width: 450px
}

@media(max-width: 700px) {
    .SearchInput:not(.layout-always-inline) .SearchInput--inputWrapper {
        width: 100%
    }
}

.SearchInput--input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(var(--c-trueblack), 0.12);
    width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 50px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 100px
}

.SearchInput--input[placeholder]:not(:-moz-placeholder-shown)~.SearchInput--reset {
    display: inline-flex
}

.SearchInput--input[placeholder]:not(:placeholder-shown)~.SearchInput--reset {
    display: inline-flex
}

.SearchInput--reset {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    display: none;
    align-items: center;
    justify-content: center
}

.SearchInput--reset>.cross {
    position: relative;
    width: 10px;
    height: 10px;
    display: block
}

.SearchInput--reset>.cross::before,
.SearchInput--reset>.cross::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    background-color: rgba(var(--c-grey), 1);
    border-radius: 1px
}

.SearchInput--reset>.cross::before {
    transform: rotate(-45deg)
}

.SearchInput--reset>.cross::after {
    transform: rotate(45deg)
}

.SearchResults *,
.SearchResults *::before,
.SearchResults *::after {
    box-sizing: content-box
}

.SearchResults img {
    width: auto;
    display: inline-block
}

.SearchResults .gsc-control-cse {
    padding: 0
}

.SearchSiteSelect {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.SearchSiteSelect .FormLabel {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--c-black), 1);
    margin-bottom: 1.5rem
}

@media(max-width: 700px) {
    .SearchSiteSelect .FormLabel {
        font-size: 1rem
    }
}

@media(max-width: 700px) {
    .SearchSiteSelect .FormLabel {
        margin-bottom: 1rem
    }
}