@charset "UTF-8";
 @-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 50px;
padding-left: 50px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 32.5px;
padding-left: 32.5px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container-fluid {
padding-right: 50px;
padding-left: 50px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
} @font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
:root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
} :root { }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
.tippy-box[data-animation=fade][data-state=hidden] {
opacity: 0;
}
[data-tippy-root] {
max-width: calc(100vw - 10px);
}
.tippy-box {
position: relative;
background-color: #333;
color: #fff;
border-radius: 4px;
font-size: 14px;
line-height: 1.4;
white-space: normal;
outline: 0;
transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
bottom: -7px;
left: 0;
border-width: 8px 8px 0;
border-top-color: initial;
transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
top: -7px;
left: 0;
border-width: 0 8px 8px;
border-bottom-color: initial;
transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
border-width: 8px 0 8px 8px;
border-left-color: initial;
right: -7px;
transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
left: -7px;
border-width: 8px 8px 8px 0;
border-right-color: initial;
transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
width: 16px;
height: 16px;
color: #333;
}
.tippy-arrow:before {
content: "";
position: absolute;
border-color: transparent;
border-style: solid;
}
.tippy-content {
position: relative;
padding: 5px 9px;
z-index: 1;
}
:root {
--f-spinner-width: 36px;
--f-spinner-height: 36px;
--f-spinner-color-1: rgba(0, 0, 0, 0.1);
--f-spinner-color-2: rgba(17, 24, 28, 0.8);
--f-spinner-stroke: 2.75;
}
.f-spinner {
margin: auto;
padding: 0;
width: var(--f-spinner-width);
height: var(--f-spinner-height);
}
.f-spinner svg {
width: 100%;
height: 100%;
vertical-align: top;
animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
stroke-width: var(--f-spinner-stroke);
fill: none;
}
.f-spinner svg *:first-child {
stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
stroke: var(--f-spinner-color-2);
animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes f-spinner-dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
.f-throwOutUp {
animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
to {
transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
opacity: 0;
}
}
@keyframes f-throwOutDown {
to {
transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
opacity: 0;
}
}
.f-zoomInUp {
animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
from {
transform: scale(0.975) translate3d(0, 16px, 0);
opacity: 0;
}
to {
transform: scale(1) translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes f-zoomOutDown {
to {
transform: scale(0.975) translate3d(0, 16px, 0);
opacity: 0;
}
}
.f-fadeIn {
animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
z-index: 2;
}
.f-fadeOut {
animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
z-index: 1;
}
@keyframes f-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes f-fadeOut {
100% {
opacity: 0;
}
}
.f-fadeFastIn {
animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
z-index: 2;
}
.f-fadeFastOut {
animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
z-index: 2;
}
@keyframes f-fadeFastIn {
0% {
opacity: 0.75;
}
100% {
opacity: 1;
}
}
@keyframes f-fadeFastOut {
100% {
opacity: 0;
}
}
.f-fadeSlowIn {
animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
z-index: 2;
}
.f-fadeSlowOut {
animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
z-index: 1;
}
@keyframes f-fadeSlowIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes f-fadeSlowOut {
100% {
opacity: 0;
}
}
.f-crossfadeIn {
animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
z-index: 2;
}
.f-crossfadeOut {
animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
z-index: 1;
}
@keyframes f-crossfadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes f-crossfadeOut {
100% {
opacity: 0;
}
}
.f-slideIn.from-next {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
0% {
transform: translateX(100%);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes f-slideInNext {
0% {
transform: translateX(-100%);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes f-slideOutNext {
100% {
transform: translateX(-100%);
}
}
@keyframes f-slideOutPrev {
100% {
transform: translateX(100%);
}
}
.f-classicIn.from-next {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
z-index: 2;
}
.f-classicIn.from-prev {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
z-index: 2;
}
.f-classicOut.to-next {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
z-index: 1;
}
.f-classicOut.to-prev {
animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
z-index: 1;
}
@keyframes f-classicInNext {
0% {
transform: translateX(-75px);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes f-classicInPrev {
0% {
transform: translateX(75px);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes f-classicOutNext {
100% {
transform: translateX(-75px);
opacity: 0;
}
}
@keyframes f-classicOutPrev {
100% {
transform: translateX(75px);
opacity: 0;
}
}
:root {
--f-button-width: 40px;
--f-button-height: 40px;
--f-button-border: 0;
--f-button-border-radius: 0;
--f-button-color: #374151;
--f-button-bg: #f8f8f8;
--f-button-hover-bg: #e0e0e0;
--f-button-active-bg: #d0d0d0;
--f-button-shadow: none;
--f-button-transition: all 0.15s ease;
--f-button-transform: none;
--f-button-svg-width: 20px;
--f-button-svg-height: 20px;
--f-button-svg-stroke-width: 1.5;
--f-button-svg-fill: none;
--f-button-svg-filter: none;
--f-button-svg-disabled-opacity: 0.65;
}
.f-button {
display: flex;
justify-content: center;
align-items: center;
box-sizing: content-box;
position: relative;
margin: 0;
padding: 0;
width: var(--f-button-width);
height: var(--f-button-height);
border: var(--f-button-border);
border-radius: var(--f-button-border-radius);
color: var(--f-button-color);
background: var(--f-button-bg);
box-shadow: var(--f-button-shadow);
pointer-events: all;
cursor: pointer;
transition: var(--f-button-transition);
}
@media (hover: hover) {
.f-button:hover:not([disabled]) {
color: var(--f-button-hover-color);
background-color: var(--f-button-hover-bg);
}
}
.f-button:active:not([disabled]) {
background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
outline: none;
}
.f-button:focus-visible {
outline: none;
box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
width: var(--f-button-svg-width);
height: var(--f-button-svg-height);
fill: var(--f-button-svg-fill);
stroke: currentColor;
stroke-width: var(--f-button-svg-stroke-width);
stroke-linecap: round;
stroke-linejoin: round;
transition: opacity 0.15s ease;
transform: var(--f-button-transform);
filter: var(--f-button-svg-filter);
pointer-events: none;
}
.f-button[disabled] {
cursor: default;
}
.f-button[disabled] svg {
opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
position: absolute;
z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
top: 50%;
transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
left: auto;
right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
right: auto;
left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
top: auto;
left: 50%;
transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
pointer-events: none;
}
html.with-fancybox {
width: auto;
overflow: visible;
scroll-behavior: auto;
}
html.with-fancybox body {
touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
width: auto;
margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
overflow: hidden !important;
overscroll-behavior-y: none;
}
.fancybox__container {
--fancybox-color: #dbdbdb;
--fancybox-hover-color: #fff;
--fancybox-bg: rgba(24, 24, 27, 0.98);
--fancybox-slide-gap: 10px;
--f-spinner-width: 50px;
--f-spinner-height: 50px;
--f-spinner-color-1: rgba(255, 255, 255, 0.1);
--f-spinner-color-2: #bbb;
--f-spinner-stroke: 3.65;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
direction: ltr;
display: flex;
flex-direction: column;
box-sizing: border-box;
margin: 0;
padding: 0;
color: #f8f8f8;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: visible;
z-index: var(--fancybox-zIndex, 1050);
outline: none;
transform-origin: top left;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: none;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
overscroll-behavior-y: contain;
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
box-sizing: inherit;
}
.fancybox__container::backdrop {
background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
background: var(--fancybox-bg);
opacity: var(--fancybox-opacity, 1);
will-change: opacity;
}
.fancybox__carousel {
position: relative;
box-sizing: border-box;
flex: 1;
min-height: 0;
z-index: 10;
overflow-y: visible;
overflow-x: clip;
}
.fancybox__viewport {
width: 100%;
height: 100%;
}
.fancybox__viewport.is-draggable {
cursor: move;
cursor: grab;
}
.fancybox__viewport.is-dragging {
cursor: move;
cursor: grabbing;
}
.fancybox__track {
display: flex;
margin: 0 auto;
height: 100%;
}
.fancybox__slide {
flex: 0 0 auto;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 100%;
margin: 0 var(--fancybox-slide-gap) 0 0;
padding: 4px;
overflow: auto;
overscroll-behavior: contain;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
padding-top: 40px;
}
.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
overflow: hidden;
}
.fancybox__slide.has-image {
overflow: hidden;
}
.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
overflow: visible;
}
.fancybox__slide::before, .fancybox__slide::after {
content: "";
flex: 0 0 0;
margin: auto;
}
.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
display: block;
}
.fancybox__content {
align-self: center;
display: flex;
flex-direction: column;
position: relative;
margin: 0;
padding: 2rem;
max-width: 100%;
color: var(--fancybox-content-color, #374151);
background: var(--fancybox-content-bg, #fff);
cursor: default;
border-radius: 0;
z-index: 20;
}
.is-loading .fancybox__content {
opacity: 0;
}
.is-draggable .fancybox__content {
cursor: move;
cursor: grab;
}
.can-zoom_in .fancybox__content {
cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
cursor: zoom-out;
}
.is-dragging .fancybox__content {
cursor: move;
cursor: grabbing;
}
.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
padding: 0;
background: rgba(0, 0, 0, 0);
min-height: 1px;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
transition: none;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
width: 100%;
height: auto;
max-height: 100%;
}
.is-animating .fancybox__content, .is-dragging .fancybox__content {
will-change: transform, width, height;
}
.fancybox-image {
margin: auto;
display: block;
width: 100%;
height: 100%;
min-height: 0;
object-fit: contain;
user-select: none;
filter: blur(0px);
}
.fancybox__caption {
align-self: center;
max-width: 100%;
flex-shrink: 0;
margin: 0;
padding: 14px 0 4px 0;
overflow-wrap: anywhere;
line-height: 1.375;
color: var(--fancybox-color, currentColor);
opacity: var(--fancybox-opacity, 1);
cursor: auto;
visibility: visible;
}
.is-loading .fancybox__caption, .is-closing .fancybox__caption {
opacity: 0;
visibility: hidden;
}
.is-compact .fancybox__caption {
padding-bottom: 0;
}
.f-button.is-close-btn {
--f-button-svg-stroke-width: 2;
position: absolute;
top: 0;
right: 8px;
z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
--f-button-width: 34px;
--f-button-height: 34px;
--f-button-border-radius: 4px;
--f-button-color: var(--fancybox-color, #fff);
--f-button-hover-color: var(--fancybox-color, #fff);
--f-button-bg: transparent;
--f-button-hover-bg: transparent;
--f-button-active-bg: transparent;
--f-button-svg-width: 22px;
--f-button-svg-height: 22px;
position: absolute;
top: -38px;
right: 0;
opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
opacity: 1;
}
.fancybox__footer {
padding: 0;
margin: 0;
position: relative;
}
.fancybox__footer .fancybox__caption {
width: 100%;
padding: 24px;
opacity: var(--fancybox-opacity, 1);
transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 20;
background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
--f-button-border-radius: 50%;
--f-button-color: #fff;
--f-button-hover-color: #fff;
--f-button-outline-color: #000;
--f-button-bg: rgba(0, 0, 0, 0.6);
--f-button-active-bg: rgba(0, 0, 0, 0.6);
--f-button-hover-bg: rgba(0, 0, 0, 0.6);
--f-button-svg-width: 18px;
--f-button-svg-height: 18px;
--f-button-svg-filter: none;
top: 5px;
right: 5px;
}
.fancybox__nav {
--f-button-width: 50px;
--f-button-height: 50px;
--f-button-border: 0;
--f-button-border-radius: 50%;
--f-button-color: var(--fancybox-color);
--f-button-hover-color: var(--fancybox-hover-color);
--f-button-bg: transparent;
--f-button-hover-bg: rgba(24, 24, 27, 0.3);
--f-button-active-bg: rgba(24, 24, 27, 0.5);
--f-button-shadow: none;
--f-button-transition: all 0.15s ease;
--f-button-transform: none;
--f-button-svg-width: 26px;
--f-button-svg-height: 26px;
--f-button-svg-stroke-width: 2.5;
--f-button-svg-fill: none;
--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
--f-button-svg-disabled-opacity: 0.65;
--f-button-next-pos: 1rem;
--f-button-prev-pos: 1rem;
opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
position: absolute;
content: "";
top: -30px;
right: -20px;
left: -20px;
bottom: -30px;
z-index: 1;
}
.is-idle .fancybox__nav {
animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
pointer-events: none;
animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
position: absolute;
top: 50%;
left: 50%;
margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
z-index: 30;
cursor: pointer;
}
.fancybox-protected {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 40;
user-select: none;
}
.fancybox-ghost {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 0;
object-fit: contain;
z-index: 40;
user-select: none;
pointer-events: none;
}
.fancybox-focus-guard {
outline: none;
opacity: 0;
position: fixed;
pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
opacity: 0;
}
.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
max-width: 100%;
flex-shrink: 1;
min-height: 1px;
overflow: visible;
}
.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
width: calc(100% - 120px);
height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
width: 100%;
height: 100%;
}
.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
width: 960px;
height: 540px;
max-width: 100%;
max-height: 100%;
}
.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
padding: 0;
background: rgba(24, 24, 27, 0.9);
color: #fff;
}
.has-map .fancybox__content {
background: #e5e3df;
}
.fancybox__html5video, .fancybox__iframe {
border: 0;
display: block;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.f-carousel__thumbs {
--f-thumb-width: 96px;
--f-thumb-height: 72px;
--f-thumb-outline: 0;
--f-thumb-outline-color: #5eb0ef;
--f-thumb-opacity: 1;
--f-thumb-hover-opacity: 1;
--f-thumb-selected-opacity: 1;
--f-thumb-border-radius: 2px;
--f-thumb-offset: 0px;
--f-button-next-pos: 0;
--f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
--f-thumb-gap: 8px;
--f-thumb-opacity: 0.5;
--f-thumb-hover-opacity: 1;
--f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
--f-thumb-gap: 4px;
--f-thumb-extra-gap: 16px;
--f-thumb-clip-width: 46px;
}
.f-thumbs {
position: relative;
flex: 0 0 auto;
margin: 0;
overflow: hidden;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
perspective: 1000px;
transform: translateZ(0);
}
.f-thumbs .f-spinner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 2px;
background-image: linear-gradient(#ebeff2, #e2e8f0);
z-index: -1;
}
.f-thumbs .f-spinner svg {
display: none;
}
.f-thumbs.is-vertical {
height: 100%;
}
.f-thumbs__viewport {
width: 100%;
height: auto;
overflow: hidden;
transform: translate3d(0, 0, 0);
}
.f-thumbs__track {
display: flex;
}
.f-thumbs__slide {
position: relative;
flex: 0 0 auto;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
width: var(--f-thumb-width);
height: var(--f-thumb-height);
overflow: visible;
cursor: pointer;
}
.f-thumbs__slide.is-loading img {
opacity: 0;
}
.is-classic .f-thumbs__viewport {
height: 100%;
}
.is-modern .f-thumbs__track {
width: max-content;
}
.is-modern .f-thumbs__track::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
cursor: pointer;
}
.is-modern .f-thumbs__slide {
width: var(--f-thumb-clip-width);
transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
transition: none;
pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
appearance: none;
width: var(--f-thumb-width);
height: 100%;
margin: 0 -100% 0 -100%;
padding: 0;
border: 0;
position: relative;
border-radius: var(--f-thumb-border-radius);
overflow: hidden;
background: rgba(0, 0, 0, 0);
outline: none;
cursor: pointer;
pointer-events: auto;
touch-action: manipulation;
opacity: var(--f-thumb-opacity);
transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
outline: none;
}
.f-thumbs__slide__button:focus-visible {
outline: none;
opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: auto;
bottom: 0;
border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
border-radius: var(--f-thumb-border-radius);
animation: f-fadeIn 0.2s ease-out;
z-index: 10;
}
.f-thumbs__slide__img {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: var(--f-thumb-offset);
box-sizing: border-box;
pointer-events: none;
object-fit: cover;
border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
flex-wrap: wrap;
padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
--f-thumb-width: 96px;
--f-thumb-height: 72px;
--f-thumb-border-radius: 2px;
--f-thumb-outline: 2px;
--f-thumb-outline-color: #ededed;
position: relative;
opacity: var(--fancybox-opacity, 1);
transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
--f-thumb-gap: 8px;
--f-thumb-opacity: 0.5;
--f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-modern {
--f-thumb-gap: 4px;
--f-thumb-extra-gap: 16px;
--f-thumb-clip-width: 46px;
--f-thumb-opacity: 1;
--f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-horizontal {
padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
--f-thumb-width: 64px;
--f-thumb-clip-width: 32px;
--f-thumb-height: 48px;
--f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
transition: none !important;
}
.fancybox__toolbar {
--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
--f-button-width: 46px;
--f-button-height: 46px;
--f-button-color: var(--fancybox-color);
--f-button-hover-color: var(--fancybox-hover-color);
--f-button-bg: rgba(24, 24, 27, 0.65);
--f-button-hover-bg: rgba(70, 70, 73, 0.65);
--f-button-active-bg: rgba(90, 90, 93, 0.65);
--f-button-border-radius: 0;
--f-button-svg-width: 24px;
--f-button-svg-height: 24px;
--f-button-svg-stroke-width: 1.5;
--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
--f-button-svg-fill: none;
--f-button-svg-disabled-opacity: 0.65;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
color: var(--fancybox-color, currentColor);
opacity: var(--fancybox-opacity, 1);
text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
pointer-events: none;
z-index: 20;
}
.fancybox__toolbar :focus-visible {
z-index: 1;
}
.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.is-idle .fancybox__toolbar {
pointer-events: none;
animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
}
.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
flex-grow: 1;
flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
display: flex;
justify-content: flex-end;
flex-wrap: nowrap;
}
.fancybox__infobar {
padding: 0 5px;
line-height: var(--f-button-height);
text-align: center;
font-size: 17px;
font-variant-numeric: tabular-nums;
-webkit-font-smoothing: subpixel-antialiased;
cursor: default;
user-select: none;
}
.fancybox__infobar span {
padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
height: 100%;
opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
display: flex;
}
.f-progress {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
transform: scaleX(0);
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
z-index: 30;
user-select: none;
pointer-events: none;
}  html *:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
all: unset;
display: revert;
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: border-box;
} a, button {
cursor: revert;
} ol, ul, menu {
list-style: none;
} img {
max-width: 100%;
} table {
border-collapse: collapse;
} input, textarea {
-webkit-user-select: auto;
} textarea {
white-space: revert;
} meter {
-webkit-appearance: revert;
appearance: revert;
} ::placeholder {
color: unset;
} :where([hidden]) {
display: none;
} :where([contenteditable]:not([contenteditable=false])) {
-moz-user-modify: read-write;
-webkit-user-modify: read-write;
overflow-wrap: break-word;
-webkit-line-break: after-white-space;
-webkit-user-select: auto;
} :where([draggable=true]) {
-webkit-user-drag: element;
} html {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
font-size: 8.8px;
font-weight: 400;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f8f5f0;
}
@media (min-width: 768px) {
html {
font-size: 10px;
}
}
a {
text-decoration: none;
color: inherit;
}
img {
max-width: 100%;
height: auto;
}
picture {
display: flex;
}
picture img {
width: 100%;
}
p {
margin: 0;
}
*, *:active, *:focus {
outline: none !important;
}
@font-face {
font-family: SuisseScreen;
src: url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Light-WebXL.woff2) format("woff2"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Light-WebXL.woff) format("woff"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Light-WebXL.ttf) format("truetype");
font-weight: 300;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: SuisseScreen;
src: url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Regular-WebXL.woff2) format("woff2"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Regular-WebXL.woff) format("woff"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Regular-WebXL.ttf) format("truetype");
font-weight: 400;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: SuisseScreen;
src: url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Medium-WebXL.woff2) format("woff2"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Medium-WebXL.woff) format("woff"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Medium-WebXL.ttf) format("truetype");
font-weight: 500;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: SuisseScreen;
src: url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-SemiBold-WebXL.woff2) format("woff2"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-SemiBold-WebXL.woff) format("woff"), url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-SemiBold-WebXL.ttf) format("truetype");
font-weight: 600;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: SuisseScreen;
src: url(//www.momentum-institut.at/wp-content/themes/moi/assets/fonts/SuisseScreen-Bold-WebXL.ttf) format("truetype");
font-weight: 700;
font-stretch: normal;
font-display: swap;
}
#tinymce * {
all: unset;
display: revert;
box-sizing: border-box;
}
.wysiwyg-content, .wysiwyg-content#tinymce {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
.wysiwyg-content small, .wysiwyg-content sub, .wysiwyg-content sup, .wysiwyg-content p.small, .wysiwyg-content#tinymce small, .wysiwyg-content#tinymce sub, .wysiwyg-content#tinymce sup, .wysiwyg-content#tinymce p.small {
font-size: 0.83em;
}
.wysiwyg-content sub, .wysiwyg-content#tinymce sub {
vertical-align: sub;
}
.wysiwyg-content sup, .wysiwyg-content#tinymce sup {
vertical-align: super;
}
.wysiwyg-content p, .wysiwyg-content#tinymce p {
margin: 0;
padding: 1.2rem 1.8rem;
height: max-content;
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
overflow: hidden;
}
.wysiwyg-content p ul, .wysiwyg-content#tinymce p ul {
padding: 0 !important;
}
.wysiwyg-content strong, .wysiwyg-content#tinymce strong {
font-weight: 500;
}
.wysiwyg-content table, .wysiwyg-content#tinymce table {
height: auto !important;
overflow: hidden;
}
.wysiwyg-content table tr, .wysiwyg-content#tinymce table tr {
height: auto !important;
}
.wysiwyg-content table tr th, .wysiwyg-content table tr td, .wysiwyg-content#tinymce table tr th, .wysiwyg-content#tinymce table tr td {
height: auto !important;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.wysiwyg-content#tinymce strong, .wysiwyg-content#tinymce#tinymce strong {
font-weight: 500 !important;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6, .wysiwyg-content#tinymce h1, .wysiwyg-content#tinymce h2, .wysiwyg-content#tinymce h4, .wysiwyg-content#tinymce h5, .wysiwyg-content#tinymce h6 {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.47;
color: #000000;
padding: 1.8rem;
}
.wysiwyg-content h3, .wysiwyg-content#tinymce h3 {
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.56;
color: #000000;
padding: 1.8rem;
}
.wysiwyg-content ul, .wysiwyg-content#tinymce ul {
list-style-type: "–";
padding: 1.2rem 1.8rem;
}
.wysiwyg-content ul li, .wysiwyg-content#tinymce ul li {
padding-left: 2rem;
}
.wysiwyg-content a, .wysiwyg-content#tinymce a {
text-decoration: underline;
text-decoration-thickness: 1px;
}
@media (max-width: 992px) {
.wysiwyg-content table tr, .wysiwyg-content#tinymce table tr {
display: flex;
flex-wrap: wrap;
}
.wysiwyg-content table tr th, .wysiwyg-content table tr td, .wysiwyg-content#tinymce table tr th, .wysiwyg-content#tinymce table tr td {
border-right: none;
border-left: none;
}
.wysiwyg-content table tr th:not(:last-child), .wysiwyg-content table tr td:not(:last-child), .wysiwyg-content#tinymce table tr th:not(:last-child), .wysiwyg-content#tinymce table tr td:not(:last-child) {
margin-bottom: 5rem;
}
.wysiwyg-content table tr > *, .wysiwyg-content#tinymce table tr > * {
width: 100% !important;
flex: 0 0 100%;
}
}
@media (min-width: 992px) {
.wysiwyg-content, .wysiwyg-content#tinymce {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
}
.wysiwyg-content table, .wysiwyg-content#tinymce table {
width: 100% !important;
}
.wysiwyg-content table tr th:first-child, .wysiwyg-content table tr td:first-child, .wysiwyg-content#tinymce table tr th:first-child, .wysiwyg-content#tinymce table tr td:first-child {
border-left: none;
}
.wysiwyg-content table tr th:last-child, .wysiwyg-content table tr td:last-child, .wysiwyg-content#tinymce table tr th:last-child, .wysiwyg-content#tinymce table tr td:last-child {
border-right: none;
}
.wysiwyg-content p, .wysiwyg-content#tinymce p {
padding: 1.3rem 3.2rem 1.1rem;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
}
.wysiwyg-content p ul, .wysiwyg-content#tinymce p ul {
padding: 0 !important;
}
.wysiwyg-content ul, .wysiwyg-content#tinymce ul {
padding: 1.3rem 3.2rem 1.1rem;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6, .wysiwyg-content#tinymce h1, .wysiwyg-content#tinymce h2, .wysiwyg-content#tinymce h4, .wysiwyg-content#tinymce h5, .wysiwyg-content#tinymce h6 {
font-family: SuisseScreen;
font-size: 2.8rem;
font-weight: 500;
line-height: 1.36;
letter-spacing: 0.42px;
color: #000000;
padding: 1.3rem 3.2rem 1.1rem;
}
.wysiwyg-content h3, .wysiwyg-content#tinymce h3 {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.45;
letter-spacing: 0.2px;
color: #000000;
padding: 1.3rem 3.2rem 1.1rem;
}
}
.wysiwyg-content .editor-styles__section-headline, .wysiwyg-content#tinymce .editor-styles__section-headline {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.44;
letter-spacing: 0.76px;
color: #000000;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
padding: 1.2rem 1.8rem;
text-transform: uppercase;
}
.wysiwyg-content .editor-styles__darken-regular-text, .wysiwyg-content#tinymce .editor-styles__darken-regular-text {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
font-size: 1.5rem;
font-weight: 400;
}
.wysiwyg-content .editor-styles__table-header, .wysiwyg-content#tinymce .editor-styles__table-header {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.44;
letter-spacing: 0.76px;
color: #000000;
text-transform: uppercase;
padding: 1.2rem 2rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
white-space: nowrap;
}
@media screen and (min-width: 992px) {
.wysiwyg-content .editor-styles__section-headline, .wysiwyg-content#tinymce .editor-styles__section-headline {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 500;
line-height: 2.12;
letter-spacing: 1.09px;
color: #000000;
line-height: 1.34;
padding: 1.3rem 3.2rem 1.1rem;
}
.wysiwyg-content .editor-styles__darken-regular-text, .wysiwyg-content#tinymce .editor-styles__darken-regular-text {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
}
.wysiwyg-content .editor-styles__table-header, .wysiwyg-content#tinymce .editor-styles__table-header {
font-family: SuisseScreen;
font-size: 2.4rem;
font-weight: 500;
line-height: 1.42;
letter-spacing: 1.01px;
color: #000000;
padding: 1.4rem 1.4rem 1rem;
text-align: center;
}
}
.my-menu .top-item {
opacity: 0;
transform: translateY(2rem);
}
.my-menu li.has-children .top-item-label {
position: relative;
}
.my-menu li.has-children .top-item-label:after {
content: "";
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
display: block;
width: 1rem;
height: 0.8rem;
background-image: url(//www.momentum-institut.at/wp-content/themes/moi/assets/img/icons/chevron-down-black.svg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
transition: transform 0.3s ease;
}
.my-menu li.has-children .sub-level {
overflow: hidden;
}
.my-menu li.has-children.top-item {
display: grid;
grid-template-rows: max-content 0fr;
overflow: hidden;
transition: grid-template-rows 0.3s ease;
}
.my-menu li.has-children.top-item.opened {
grid-template-rows: max-content 1fr;
}
.my-menu li.has-children.top-item.opened .top-item-label:after {
transform: scaleY(-1) translateY(50%);
}
.my-menu li .sub-level li {
padding-left: 1em;
}
@media (max-width: 992px) {
.my-menu .top-item > * {
padding-left: 2rem;
}
.my-menu .top-item .sub-level {
background-color: rgba(0, 0, 0, 0.05);
}
.my-menu .top-item .sub-level li {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 300;
line-height: 2.58;
color: #000000;
line-height: 2;
}
.my-menu .top-item.opened .top-item-label {
background-color: #000000;
color: #FFFFFF;
}
.my-menu .top-item.opened .top-item-label:after {
background-image: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/chevron-down-white.svg);
}
}
@media (min-width: 992px) {
.header.sub-menu-opened .my-menu .top-item:not(.opened) {
opacity: 0.2 !important;
}
.my-menu li.has-children .top-item-label {
width: max-content;
}
.my-menu li.has-children .top-item-label:after {
right: -1.6rem;
width: 0.8rem;
height: 0.6rem;
}
}
*[data-theme=klimakrise] {
--basicColor: #76d33a;
--highlightColor: #75ed2e;
--secondaryColor: #fff;
}
*[data-theme=arbeitswelt] {
--basicColor: #f25e33;
--highlightColor: #e3546c;
--secondaryColor: #fff;
}
*[data-theme=demokratie] {
--basicColor: #f08f7f;
--highlightColor: #fd3102;
--secondaryColor: #fff;
}
*[data-theme=kapitalismus] {
--basicColor: #ff8900;
--highlightColor: #f7bb74;
--secondaryColor: #fff;
}
*[data-theme=ungleichheit] {
--basicColor: #c258db;
--highlightColor: #9d21ea;
--secondaryColor: #fff;
}
*[data-theme=fortschritt] {
--basicColor: #7695ea;
--highlightColor: #123ce8;
--secondaryColor: #fff;
}
*[data-theme=gesundheit] {
--basicColor: #80d9e5;
--highlightColor: #00c5ff;
--secondaryColor: #fff;
}
.fc-module {
position: relative;
margin-bottom: 9.5rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.fc-module .block-headline {
border-top: none;
}
@media (min-width: 992px) {
.fc-module {
margin-bottom: 18rem;
}
.fc-module:before, .fc-module:after {
content: "";
position: absolute;
height: calc(100% + 18rem);
top: 0;
z-index: 10;
pointer-events: none;
}
.fc-module:before {
left: 0;
width: 8.9rem;
border-right: 0.1rem solid #000000;
}
.fc-module:after {
right: 0;
width: 8.9rem;
border-left: 0.1rem solid #000000;
}
}
.page-layout {
display: flex;
min-height: 100vh;
}
@media (max-width: 992px) {
.page-layout__outer-column, .page-layout__inner-column, .page-layout__additional-container {
width: 0;
height: 0;
overflow: hidden;
position: absolute;
}
.page-layout__main-container {
width: 100%;
}
}
@media (min-width: 992px) {
.page-layout {
border-top: 0.1rem solid #000000;
margin-top: -0.1rem;
}
.page-layout--no-inner-columns .page-layout__inner-column {
display: none;
}
.page-layout--right-sticky-container .page-layout__additional-container {
flex: 0 0 calc(35.2rem - 8.9rem + 8.9rem);
width: calc(35.2rem - 8.9rem + 8.9rem);
}
.page-layout--right-sticky-container .page-layout__outer-column--right {
width: 0;
height: 0;
overflow: hidden;
position: absolute;
border: none;
}
.page-layout--right-wide .page-layout__additional-container {
width: 0;
height: 0;
overflow: hidden;
position: absolute;
border: none;
}
.page-layout--right-wide .page-layout__inner-column--right {
flex: 0 0 calc(35.2rem - 8.9rem);
width: calc(35.2rem - 8.9rem);
}
.page-layout--extra-full .page-layout__additional-container {
display: none;
}
.page-layout--extra-full .page-layout__inner-column {
display: none;
}
.page-layout--full .page-layout__additional-container {
display: none;
}
.page-layout--full .page-layout__inner-column {
flex: 0 0 calc((35.2rem - 8.9rem) / 2);
width: calc((35.2rem - 8.9rem) / 2);
}
.page-layout--middle .page-layout__additional-container {
display: none;
}
.page-layout--middle .page-layout__inner-column--left {
flex: 0 0 35.2rem;
width: 35.2rem;
}
.page-layout--middle .page-layout__inner-column--right {
flex: 0 0 calc(35.2rem - 8.9rem);
width: calc(35.2rem - 8.9rem);
}
.page-layout--left-middle .page-layout__additional-container {
display: none;
}
.page-layout--left-middle .page-layout__inner-column--right {
flex: 0 0 calc(35.2rem - 8.9rem);
width: calc(35.2rem - 8.9rem);
}
.page-layout--spacer.page-layout--full .page-layout__main-container, .page-layout--spacer.page-layout--middle .page-layout__main-container {
margin-top: 14.6rem;
border-top: 0.1rem solid #000000;
}
.page-layout__outer-column {
flex: 0 0 8.9rem;
width: 8.9rem;
display: flex;
align-items: flex-end;
justify-content: center;
}
.page-layout__outer-column > * {
width: 100%;
}
.page-layout__outer-column:first-child {
border-right: 0.1rem solid #000000;
}
.page-layout__outer-column:last-child {
border-left: 0.1rem solid #000000;
}
.page-layout__inner-column {
flex: 0 0 17.6rem;
width: 17.6rem;
}
.page-layout__inner-column--left {
border-right: 0.1rem solid #000000;
}
.page-layout__inner-column--right {
border-left: 0.1rem solid #000000;
}
.page-layout__main-container {
flex: 1 1 auto;
display: flex;
overflow: hidden;
}
.page-layout__content-wrapper {
flex: 1 1 auto;
min-width: 0;
max-width: 100%;
padding-bottom: 7.2rem;
min-height: 65vh;
}
.page-layout__additional-container {
flex: 0 0 calc(35.2rem - 8.9rem);
width: calc(35.2rem - 8.9rem);
border-left: 0.1rem solid #000000;
display: flex;
align-items: flex-end;
justify-content: center;
}
.page-layout__additional-container > * {
width: 100%;
}
}
.preview-block {
width: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
}
.preview-block__image {
aspect-ratio: 354/225;
width: 100%;
overflow: hidden;
margin-bottom: 2.2rem;
}
.preview-block__image figure {
height: 100%;
}
.preview-block__image figcaption {
display: none;
}
.preview-block__image picture {
display: flex;
width: 100%;
height: 100%;
}
.preview-block__image picture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.preview-block__title {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.47;
color: #000000;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 1.5rem;
}
.preview-block__abstract {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.53;
color: #000000;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-bottom: 2rem;
}
.preview-block__abstract:last-child {
margin-bottom: 0;
}
.preview-block__favorite-icon {
flex: 0 0 2.2rem;
width: 2.2rem;
}
.preview-block__meta-line {
display: flex;
justify-content: space-between;
align-items: center;
}
.preview-block__meta-line--top {
margin-bottom: 2.2rem;
}
.preview-block__meta-line--bottom {
margin-top: auto;
}
@media (min-width: 992px) {
.preview-block__image {
aspect-ratio: 319/223;
}
.preview-block__title {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
color: #000000;
line-height: 1.35;
font-size: 2.2rem;
}
.preview-block__abstract {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.67;
color: #000000;
line-height: 1.75;
line-height: 1.6;
margin-bottom: 2.3rem;
}
.preview-block__favorite-icon {
flex: 0 0 2.5rem;
width: 2.5rem;
}
.preview-block__meta-line--bottom {
margin-top: auto;
}
}
.open-favorites:not(.not-empty) {
pointer-events: none !important;
}
.open-favorites:not(.not-empty) > * {
opacity: 0.4 !important;
}
.open-favorites {
display: flex;
align-items: center;
}
.open-favorites a {
display: flex !important;
align-items: center;
}
.icon {
position: relative;
font-size: 0 !important;
width: 100%;
line-height: 1;
height: max-content;
}
.icon img {
width: 100%;
opacity: 0;
transition: opacity 0.3s ease;
}
.icon .white {
opacity: 1;
}
.icon img:not(.white) {
position: absolute;
left: 0;
top: 0;
}
.spacer {
position: relative;
height: 5rem;
width: 100%;
border-bottom: 0.1rem solid #000000;
border-top: 0.1rem solid #000000;
margin-top: 4.6rem;
transform: translateY(-0.1rem);
}
.spacer--no-margin {
margin: 0 !important;
height: 9.6rem;
}
.spacer--blank {
border-top: none;
}
.spacer:not(.spacer--blank):before, .spacer:not(.spacer--blank):after {
content: "";
position: absolute;
height: 100%;
top: 0;
}
.spacer:not(.spacer--blank):before {
left: 0;
width: 8.9rem;
border-right: 0.1rem solid #000000;
}
.spacer:not(.spacer--blank):after {
right: 0;
width: 35.2rem;
border-left: 0.1rem solid #000000;
}
@media (min-width: 992px) {
.spacer {
margin-top: 7.4rem;
height: 7.2rem;
}
}
.button {
display: block;
width: max-content;
max-width: 100%;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
line-height: 1.45;
padding: 0 1.6rem;
border: 0.1rem solid #000000;
border-radius: 999rem;
text-transform: uppercase;
}
.button--fill-black {
background: #000000;
color: #FFFFFF;
border-color: #000000;
}
.button--white {
background: #FFFFFF;
color: #000000;
border-color: #000000;
}
.button--small {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1.45;
text-transform: initial;
padding: 0 1.2rem;
border-radius: 999rem;
}
.button--uppercase {
text-transform: uppercase;
}
@media (min-width: 992px) {
.button {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
line-height: 1.55;
}
.button--small {
padding: 0 0.6rem;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
border-radius: 999rem;
}
}
@media (hover: hover) {
.button {
cursor: pointer;
transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.button:hover {
background-color: #000000;
color: #FFFFFF;
}
}
.favorite-icon {
position: relative;
width: 100%;
}
.favorite-icon .add, .favorite-icon .remove {
transition: opacity 0.3s ease;
}
.favorite-icon .remove {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: max-content;
opacity: 0;
}
.favorite-icon.active {
opacity: 1;
}
.favorite-icon.active .remove {
opacity: 1;
}
.favorite-icon.active .add {
opacity: 0;
}
.favorite-icon .icon img.black {
opacity: 1;
}
.favorite-icon .icon img:not(black) {
opacity: 0;
}
@media (hover: hover) {
.favorite-icon {
cursor: pointer;
transition: opacity 0.3s ease;
}
}
.notification {
position: fixed;
left: 50%;
bottom: 2rem;
transform: translateX(-50%) translateY(calc(2rem + 100%));
padding: 1.2rem 2.2rem;
border-radius: 4rem;
background-color: #000000;
color: #FFFFFF;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
color: #FFFFFF;
transition: transform 0.15s ease;
z-index: 999;
opacity: 1;
white-space: nowrap;
}
.notification.visible {
transform: translateX(-50%) translateY(0);
}
.notification.hidden {
transform: translateX(-50%) translateY(calc(2rem + 100%));
}
.appointment-visit-type {
display: block;
flex: 0 0 0.7rem;
width: 0.7rem;
height: 0.7rem;
border-radius: 100%;
}
.appointment-visit-type--online {
background-color: #f25e33;
}
.appointment-visit-type--on-site {
background-color: #76d33a;
}
@media (min-width: 992px) {
.appointment-visit-type {
flex: 0 0 1.5rem;
width: 1.5rem;
height: 1.5rem;
}
}
.favorites-total-number {
position: relative;
border-radius: 100%;
font-family: SuisseScreen;
font-size: 1.2rem;
line-height: 2;
color: #FFFFFF;
color: #FFFFFF;
font-weight: 500;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
margin-left: 1.2rem;
}
.favorites-total-number.hidden {
visibility: hidden;
}
.favorites-total-number:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 2rem;
height: 2rem;
transform: translate(-50%, -50%);
background-color: #000000;
border-radius: 100%;
z-index: -1;
}
.fancybox-toggle {
position: absolute;
right: 2rem;
top: 2rem;
border-radius: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f5f0;
z-index: 20;
width: 4rem;
height: 4rem;
}
.fancybox-toggle:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 2.8rem;
height: 2.8rem;
border-radius: 100%;
background: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/open-overlay.svg) no-repeat center center;
background-size: contain;
}
.fancybox-toggle .icon {
width: 2rem;
}
.fancybox-toggle .icon .icon img.black {
opacity: 1;
}
.fancybox-toggle .icon .icon img:not(black) {
opacity: 0;
}
.topics-list {
display: flex;
flex-wrap: wrap;
margin-bottom: -0.5rem;
}
.topics-list__topic {
margin-right: 1.1rem;
margin-bottom: 0.5rem;
}
.topics-list__topic.hidden {
display: none;
}
.topics-list__topic:last-child {
margin-right: 0;
}
.topics-list__more {
position: relative;
padding: 0 0.7rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
border: 0.1rem solid #FFFFFF;
}
.topics-list__more.black {
border-color: #000000;
}
.topics-list__more.black span {
background-color: #000000;
}
.topics-list__more:hover:before {
opacity: 1;
pointer-events: auto;
}
.topics-list__more:before {
content: attr(data-tooltip);
position: absolute;
left: 50%;
width: max-content;
bottom: 100%;
transform: translateX(-50%) translateY(-1.2rem);
padding: 0.4rem 1.2rem;
border-radius: 4px;
background-color: #FFFFFF;
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
color: #000000;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.topics-list__more span {
display: block;
width: 0.3rem;
height: 0.3rem;
background-color: #FFFFFF;
margin-right: 0.3rem;
border-radius: 100%;
}
.topics-list__more span:last-child {
margin-right: 0;
}
@media (min-width: 992px) {
.topics-list__topic {
margin-right: 1.2rem;
}
.topics-list__more:before {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
color: #000000;
}
}
.topic-label {
padding: 0.2rem 0.7rem;
border-radius: 999rem;
border: 0.1rem solid #000000;
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1.2;
text-transform: uppercase;
width: max-content;
max-width: 100%;
white-space: nowrap;
}
.topic-label.fill {
border-color: var(--basicColor);
background-color: var(--basicColor);
color: var(--secondaryColor);
}
@media (min-width: 992px) {
.topic-label {
padding: 0 1.2rem;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
}
}
@media (hover: hover) {
.topic-label {
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.topic-label.white:hover, .topic-label.fill:hover {
background-color: #FFFFFF;
color: #000000;
border-color: #FFFFFF;
}
.topic-label:hover {
background-color: #000000;
color: #FFFFFF;
}
}
.tool-preview {
display: block;
position: relative;
width: 100%;
aspect-ratio: 1/1;
overflow: hidden;
}
.tool-preview__background-media {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: #333231;
}
.tool-preview__background-media--video picture {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.tool-preview__background-media picture {
display: flex;
height: 100%;
width: 100%;
}
.tool-preview__background-media picture img {
width: 100%;
height: 100%;
object-fit: contain;
}
.tool-preview__background-media video {
width: 100%;
height: 100%;
object-fit: cover;
}
.tool-preview__text {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 90%;
bottom: 2.3rem;
z-index: 2;
}
.tool-preview__title {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 2.35;
letter-spacing: 0.5px;
color: #FFFFFF;
line-height: 1.35;
text-align: center;
text-transform: uppercase;
}
.tool-preview__subtitle {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.27;
text-align: center;
color: #7f7f7d;
margin-top: 0.03rem;
}
@media (min-width: 992px) {
.tool-preview__title {
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 500;
line-height: 1.88;
letter-spacing: 0.63px;
color: #FFFFFF;
line-height: 1.38;
bottom: 4.4rem;
}
}
.block-headline {
width: 100%;
height: 6.2rem;
padding: 0 2rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.block-headline__title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
text-transform: uppercase;
}
@media (max-width: 992px) {
.block-headline__right-part {
display: none;
}
}
@media (min-width: 992px) {
.block-headline {
justify-content: flex-start;
height: 12.4rem;
padding: 0 11.6rem;
}
.block-headline:before, .block-headline:after {
content: "";
position: absolute;
height: 100%;
top: 0;
pointer-events: none;
}
.block-headline:before {
left: 0;
width: 8.9rem;
border-right: 0.1rem solid #000000;
}
.block-headline:after {
right: 0;
width: 8.9rem;
border-left: 0.1rem solid #000000;
}
.block-headline__right-part {
margin-left: auto;
}
.block-headline__title {
font-family: SuisseScreen;
font-size: 7rem;
font-weight: 500;
line-height: 0.63;
color: #000000;
margin-right: 2.5rem;
}
}
.cta-banner {
width: 100%;
padding: 2.2rem 1.9rem;
}
.cta-banner__content {
position: relative;
background-color: #e9e7e4;
border-radius: 6px;
padding: 4rem;
}
.cta-banner__text-content {
position: relative;
z-index: 1;
}
.cta-banner__title {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 500;
line-height: 2.12;
letter-spacing: 1.09px;
color: #000000;
line-height: 1.52;
color: #000000;
margin-bottom: 3.1rem;
}
.cta-banner__title strong {
font-weight: 500;
}
.cta-banner__button {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
color: #FFFFFF;
font-size: 1.8rem;
text-transform: uppercase;
background-color: #000000;
padding: 0.8rem 3.9rem 1rem 4rem;
width: max-content;
border-radius: 4px;
height: max-content;
}
.cta-banner__background-text {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 0;
font-family: SuisseScreen;
font-size: 15rem;
line-height: 23rem;
letter-spacing: 11.22px;
font-weight: 600;
opacity: 0.04;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-transform: uppercase;
}
.cta-banner__background-text span {
display: inline-block;
animation: bg-text-anim 90s linear infinite;
}
.cta-banner__background-text span:first-child {
margin-right: 4rem;
}
@keyframes bg-text-anim {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
@media (max-width: 992px) {
.cta-banner__text br {
display: none;
}
}
@media (min-width: 992px) {
.cta-banner {
padding: 0 8.9rem;
}
.cta-banner__content {
padding: 10rem 7rem;
}
.cta-banner__icon {
flex: 0 0 28rem;
width: 28rem;
}
.cta-banner__icon img {
width: 100%;
}
.cta-banner__text-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.cta-banner__title {
font-family: SuisseScreen;
font-size: 5.2rem;
line-height: 1.25;
letter-spacing: 2.39px;
color: #000000;
flex: 1 1 auto;
max-width: 90rem;
font-size: 3.7rem;
line-height: 4.6rem;
letter-spacing: 1.7px;
margin-bottom: 0;
}
.cta-banner__button {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
color: #FFFFFF;
}
.cta-banner__background-text {
font-size: 24.4rem;
line-height: 30.5rem;
}
}
@media (hover: hover) {
.cta-banner__button {
cursor: pointer;
}
}
.post-preview.small .post-preview__image {
display: none;
}
.graphic-preview picture {
padding: 2rem;
background: #FFFFFF;
}
.graphic-preview picture img {
object-fit: contain;
background-color: #FFFFFF;
}
@media (min-width: 992px) {
.graphic-preview picture {
padding: 3rem;
}
}
.post-header {
padding: 2.2rem 2rem;
border-bottom: 0.1rem solid #000000;
}
.post-header__top-line {
margin-bottom: 2rem;
}
.post-header__favorite-icon {
flex: 0 0 2.2rem;
width: 2.2rem;
}
.post-header__title {
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 600;
line-height: 1.28;
letter-spacing: 0.63px;
color: #000000;
width: 90%;
text-wrap: balance;
}
.post-header__top-line, .post-header__bottom-line {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-header__author, .post-header__date {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 3.36;
letter-spacing: 0.35px;
color: #000000;
}
@media (min-width: 992px) {
.post-header {
padding: 3rem 2.4rem 2.6rem 4.2rem;
}
.post-header__top-line {
margin-bottom: 1.6rem;
}
.post-header__title {
width: 80%;
font-family: SuisseScreen;
font-size: 4rem;
font-weight: 600;
line-height: 1.18;
letter-spacing: 1px;
color: #000000;
margin-bottom: 1.2rem;
}
.post-header__date, .post-header__author {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 2.61;
letter-spacing: 0.45px;
color: #000000;
}
.post-header__favorite-icon {
flex: 0 0 2.5rem;
width: 2.5rem;
}
}
.post-share-tools {
position: fixed;
left: 0;
top: 0;
z-index: 701;
display: flex;
justify-content: space-between;
align-items: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.post-share-tools .icon img.black {
opacity: 1;
}
.post-share-tools .icon img:not(black) {
opacity: 0;
}
.post-share-tools__item {
display: flex;
align-items: center;
justify-content: center;
height: 4.6rem;
width: 4.6rem;
border-right: 0.1rem solid #000000;
}
.post-share-tools__item .icon {
width: 1.4rem;
}
@media (min-width: 992px) {
.post-share-tools {
position: relative;
left: 0 !important;
opacity: 1;
}
.post-share-tools.vertical {
flex-direction: column;
}
.post-share-tools__item {
width: 100%;
height: 7.7rem;
border-top: 0.1rem solid #000000;
border-right: none;
}
.post-share-tools__item .icon {
width: 1.6rem;
}
}
@media (hover: hover) {
.post-share-tools__item {
cursor: pointer;
}
}
.graphic-preview-tools {
position: relative;
}
.graphic-preview-tools__media {
width: 100%;
}
.graphic-preview-tools figcaption {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
@media (max-width: 992px) {
.graphic-preview-tools__tools-wrapper {
display: none;
}
}
@media (min-width: 992px) {
.graphic-preview-tools figcaption {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
}
.graphic-preview-tools__tools-wrapper {
position: absolute;
bottom: 3.6rem;
right: 2.8rem;
display: flex;
flex-direction: column;
z-index: 10;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.graphic-preview-tools__tool {
width: 4rem;
height: 4rem;
border: 0.1rem solid #000000;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #FFFFFF;
margin-bottom: 1.4rem;
}
.graphic-preview-tools__tool:last-child {
margin-bottom: 0;
}
.graphic-preview-tools__tool .icon img.black {
opacity: 1;
}
.graphic-preview-tools__tool .icon img:not(black) {
opacity: 0;
}
.graphic-preview-tools__tool .icon {
width: 1.8rem;
}
}
@media (hover: hover) {
.graphic-preview-tools__tool {
cursor: pointer;
}
.graphic-preview-tools:hover .graphic-preview-tools__tools-wrapper {
opacity: 1;
pointer-events: auto;
}
}
.related-slider {
border-bottom: 0.1rem solid #000000;
}
.related-slider__headline {
padding: 0 2rem 1.5rem;
border-bottom: 0.1rem solid #000000;
}
.related-slider__title {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.5px;
color: #000000;
text-transform: uppercase;
}
.related-slider__slider-container .swiper .swiper-wrapper .swiper-slide {
height: auto;
}
@media (min-width: 992px) {
.related-slider {
border-bottom: none;
}
.related-slider__headline {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 3rem 1.5rem;
border-bottom: none;
}
.related-slider__title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 500;
line-height: 1.47;
color: #000000;
}
.related-slider__slider-container {
position: relative;
}
.related-slider__slider-container .swiper {
position: relative;
left: -0.2rem;
}
.related-slider__slider-container .posts-slider__left, .related-slider__slider-container .posts-slider__right, .related-slider__slider-container .posts-slider__content {
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.related-slider__slider-container .posts-slider__left, .related-slider__slider-container .posts-slider__right {
position: absolute;
height: 100%;
width: 8.9rem;
}
.related-slider__slider-container .posts-slider__left:before, .related-slider__slider-container .posts-slider__left:after, .related-slider__slider-container .posts-slider__right:before, .related-slider__slider-container .posts-slider__right:after {
display: none;
}
.related-slider__slider-container .posts-slider__left {
right: 100%;
}
.related-slider__slider-container .posts-slider__right {
left: 100%;
}
.related-slider__slider-container .posts-slider__slide {
border-left: none;
}
}
.header.solid ~ main .content-filter__mobile-trigger {
border-color: #000000;
}
.header.solid ~ main .content-filter__mobile-trigger .icon img.black {
opacity: 1;
}
.header.solid ~ main .content-filter__mobile-trigger .icon img:not(black) {
opacity: 0;
}
.content-filter {
padding: 1.3rem 1.5rem;
border-top: 0.1rem solid #000000;
}
.content-filter__title {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
}
.content-filter__items {
display: flex;
flex-wrap: wrap;
margin-bottom: -1rem;
}
.content-filter__item {
margin-bottom: 1rem;
margin-right: 1.3rem;
}
.content-filter__item.active {
background-color: #000000;
color: #FFFFFF;
}
.content-filter__item:last-child {
margin-right: 0;
}
@media (max-width: 992px) {
.content-filter {
position: fixed;
top: 4.5rem;
background-color: #f8f5f0;
width: 100%;
transform: translateY(calc(-100% - 4.6rem - 0.1rem));
z-index: 699;
transition: transform 0.3s ease;
border-bottom: 0.1rem solid #000000;
display: flex;
align-items: center;
justify-content: space-between;
}
.content-filter.opened {
transform: translateY(0);
}
.content-filter.opened ~ .content-filter__mobile-trigger {
background-color: #000000;
}
.content-filter.opened ~ .content-filter__mobile-trigger .white {
opacity: 1 !important;
}
.content-filter.opened ~ .content-filter__mobile-trigger .black {
opacity: 0 !important;
}
.content-filter__mobile-trigger {
position: fixed;
left: 0;
top: 0;
width: 4.6rem;
height: 4.6rem;
display: flex;
align-items: center;
justify-content: center;
border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
z-index: 701;
opacity: 0;
transition: opacity 0.3s ease, background-color 0.3s ease;
}
.content-filter__mobile-trigger .icon {
width: 1.6rem;
}
}
@media (min-width: 992px) {
.content-filter {
padding: 2.6rem 2.8rem 3rem;
}
.content-filter__mobile-trigger {
display: none;
}
.content-filter__title {
margin-bottom: 1.6rem;
}
}
.socials-row {
display: flex;
}
.socials-row .icon img.black {
opacity: 1;
}
.socials-row .icon img:not(black) {
opacity: 0;
}
.socials-row.vertical {
flex-direction: column;
}
.socials-row.vertical a {
margin-bottom: 0.8rem;
margin-right: 0;
}
.socials-row a {
margin-right: 0.8rem;
}
.socials-row a:last-child {
margin-right: 0;
margin-bottom: 0;
}
.socials-row .icon {
width: 2.6rem;
}
@media (min-width: 992px) {
.socials-row.vertical a {
margin-bottom: 1.6rem;
}
.socials-row.vertical a:last-child {
margin-bottom: 0;
}
.socials-row a {
margin-right: 1.6rem;
}
.socials-row a:last-child {
margin-right: 0;
}
}
.fc-module.hero_header {
border: none;
}
.fc-module.hero_header:before, .fc-module.hero_header:after {
display: none;
}
.hero-header {
position: relative;
height: calc(100vh + 1px);
}
.hero-header.dark img, .hero-header.dark video {
filter: brightness(0.3);
}
.hero-header .page-layout {
height: 100%;
}
.hero-header .page-layout * {
border-color: rgba(255, 255, 255, 0.5);
}
.hero-header .page-layout__content-wrapper {
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
}
.hero-header__top-spacer {
position: relative;
width: 100%;
height: 11.4rem;
margin-top: 4.6rem;
}
.hero-header__title-line {
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
margin-bottom: 4rem;
}
.hero-header__title {
font-family: SuisseScreen;
font-size: 6.5rem;
font-weight: 600;
line-height: 1.09;
letter-spacing: 1.63px;
color: #FFFFFF;
font-size: 4.5rem;
text-transform: uppercase;
padding: 1.8rem 2.3rem 1.3rem;
hyphens: auto;
}
.hero-header__content-line {
position: relative;
margin-top: auto;
border-top: 0.1rem solid #000000;
margin-bottom: 18rem;
padding: 2.6rem 1.6rem 2.6rem 7.4rem;
}
.hero-header__content-line.empty {
height: 17rem;
}
.hero-header__content-line.empty .hero-header__content-left, .hero-header__content-line.empty .hero-header__content-right {
display: none;
}
.hero-header__content-line:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 5.5rem;
border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
height: calc(100% + 18rem);
}
.hero-header__background-media {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.hero-header__background-media picture {
width: 100%;
height: 100%;
}
.hero-header__background-media picture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-header__background-media video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.hero-header__content-left {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #FFFFFF;
margin-bottom: 3.2rem;
text-transform: uppercase;
}
.hero-header__content-right-abstract {
font-family: SuisseScreen;
font-size: 1.5rem;
line-height: 1.53;
letter-spacing: 0.23px;
color: #FFFFFF;
}
@media (min-width: 992px) {
.flexible-content-page .hero-header .page-layout__additional-container {
border-left-color: transparent;
}
.hero-header .page-layout {
position: relative;
height: calc(100% - 7.4rem);
top: 7.4rem;
min-height: calc(100% - 7.4rem);
border-top: none;
}
.hero-header[data-content-type=paper-filter] .hero-header__content-left, .hero-header[data-content-type=paper-filter] .hero-header__content-right {
padding-top: 3.5rem;
padding-bottom: 3.1rem;
min-width: 40%;
}
.hero-header.wide .hero-header__title {
padding-bottom: 14rem;
}
.hero-header__top-spacer {
height: 14.8rem;
}
.hero-header__title-line {
display: flex;
width: 100%;
margin-bottom: 12rem;
}
.hero-header__title {
font-family: SuisseScreen;
font-size: 11.4rem;
font-weight: 600;
line-height: 1.04;
letter-spacing: 2.85px;
color: #FFFFFF;
text-transform: uppercase;
padding: 3.4rem 4.2rem;
border-right: 0.1rem solid #000000;
flex: 0 1 auto;
max-width: 100%;
width: max-content;
transform: translateX(0.1rem);
}
.hero-header__content-line {
display: flex;
margin-bottom: 8.1rem;
padding: 0;
border-bottom: 0.1rem solid #000000;
}
.hero-header__content-line.empty {
height: 25rem;
}
.hero-header__content-line:before {
display: none;
}
.hero-header__content-left, .hero-header__content-right {
flex: 1 1 auto;
min-width: 30%;
padding: 5rem 4.2rem;
}
.hero-header__content-left {
border-right: 0.1rem solid #000000;
font-family: SuisseScreen;
font-size: 4.5rem;
font-weight: 600;
line-height: 1.11;
letter-spacing: 1.13px;
color: #FFFFFF;
margin-bottom: 0;
}
.hero-header__content-right-abstract {
font-family: SuisseScreen;
font-size: 2rem;
line-height: 1.75;
letter-spacing: 0.27px;
color: #FFFFFF;
}
}
.profile-preview {
display: block;
position: relative;
}
.profile-preview__image {
width: 100%;
aspect-ratio: 35/38;
overflow: hidden;
height: 100%;
}
.profile-preview__image picture {
width: 100%;
height: 100%;
}
.profile-preview__image picture img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
background-color: #e9e8e4;
}
.profile-preview__data {
position: absolute;
left: 2.1rem;
bottom: 1.7rem;
z-index: 10;
}
.profile-preview__name {
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 600;
line-height: 0.88;
letter-spacing: 0.3px;
color: #FFFFFF;
margin-bottom: 0.6rem;
}
.profile-preview__position {
font-family: SuisseScreen;
font-size: 1.5rem;
line-height: 3.13;
letter-spacing: 0.6px;
color: #FFFFFF;
line-height: 1.8;
}
@media (min-width: 992px) {
.profile-preview__image {
aspect-ratio: 43/32;
}
.profile-preview__data {
position: relative;
left: 0;
bottom: 0;
padding: 2.5rem;
}
.profile-preview__name {
font-family: SuisseScreen;
font-size: 2.2rem;
font-weight: 600;
line-height: 1.36;
color: #000000;
}
.profile-preview__position {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.67;
color: #000000;
line-height: 1.75;
line-height: 1.5;
}
}
.author-contact {
display: flex;
flex-wrap: wrap;
margin-bottom: -1rem;
}
.author-contact--vertical {
flex-direction: column;
margin-bottom: 0;
}
.author-contact--vertical .button {
margin-bottom: 1.5rem;
margin-right: 0;
}
.author-contact--vertical .button:last-child {
margin-bottom: 0;
}
.author-contact .button {
margin-right: 1rem;
margin-bottom: 1rem;
}
.author-contact .button:last-child {
margin-right: 0;
}
@media (min-width: 992px) {
.author-contact {
margin-bottom: -1.8rem;
}
.author-contact--vertical {
margin-bottom: 0;
}
.author-contact--vertical .button {
margin-right: 0;
}
.author-contact .button {
min-width: 14rem;
text-align: center;
margin-right: 1.8rem;
margin-bottom: 1.8rem;
}
}
.pagination {
width: 100%;
justify-content: space-between;
display: flex;
align-items: stretch;
margin-top: 4rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
margin-bottom: 4rem;
height: 5rem;
}
.pagination__arrow {
width: 3.6rem;
height: auto;
display: flex;
align-items: center;
}
.pagination__arrow .icon img.black {
opacity: 1;
}
.pagination__arrow .icon img:not(black) {
opacity: 0;
}
.pagination__arrow.disabled {
pointer-events: none;
opacity: 0.08;
}
.pagination__main {
margin: 0 4rem;
display: flex;
align-items: center;
justify-content: center;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 2;
color: #000000;
color: #000000;
}
.pagination__page {
position: relative;
margin-right: 1rem;
}
.pagination__page:last-child {
margin-right: 0;
}
.pagination__page.active {
color: #FFFFFF;
width: 2.2rem;
display: flex;
align-content: center;
justify-content: center;
pointer-events: none;
font-weight: 500;
}
.pagination__page.active:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 2.2rem;
height: 2.2rem;
border-radius: 100%;
background-color: #000000;
z-index: -1;
}
.pagination__dots {
display: flex;
align-items: center;
margin-right: 1rem;
}
.pagination__dots span {
display: block;
margin-right: 0.5rem;
width: 0.2rem;
height: 0.2rem;
border-radius: 100%;
background-color: #000000;
}
.pagination__dots span:last-child {
margin-right: 0;
}
@media (max-width: 992px) {
.pagination__arrow {
width: 5.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.pagination__arrow .icon {
width: 3.6rem;
}
.pagination__arrow.prev {
border-right: 0.1rem solid #000000;
}
.pagination__arrow.next {
border-left: 0.1rem solid #000000;
}
}
@media (min-width: 992px) {
.pagination {
margin-top: 8rem;
padding: 0 2rem;
height: 7.3rem;
margin-bottom: 0;
}
.pagination__main {
margin: 0 10rem;
}
}
.header.solid ~ main .archive-filter__mobile-trigger {
border-color: #000000;
}
.header.solid ~ main .archive-filter__mobile-trigger .icon img.black {
opacity: 1;
}
.header.solid ~ main .archive-filter__mobile-trigger .icon img:not(black) {
opacity: 0;
}
.archive-filter--publications .archive-filter__topics {
flex-direction: column;
padding-left: 2rem;
padding-right: 2rem;
}
.archive-filter--publications .archive-filter__topic-wrapper {
width: 100%;
}
.archive-filter--publications .archive-filter__topic-wrapper:not(:last-child) {
margin-bottom: 1.2rem;
}
.archive-filter--publications .archive-filter__topic-wrapper .button {
width: 100%;
text-transform: uppercase;
text-align: center;
}
.archive-filter__topics-title {
flex: 0 0 100%;
width: 100%;
margin-bottom: 0.8rem;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
color: #000000;
line-height: 1.15;
}
.archive-filter__mobile-trigger {
position: fixed;
left: 0;
top: 0;
width: 4.6rem;
height: 4.6rem;
display: flex;
align-items: center;
justify-content: center;
border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
z-index: 701;
opacity: 0;
transition: opacity 0.3s ease, background-color 0.3s ease;
}
.archive-filter__mobile-trigger .icon {
width: 1.6rem;
}
.archive-filter__topics, .archive-filter__tags, .archive-filter__search-wrapper {
border-top: 0.1rem solid #000000;
padding: 1.8rem 2rem;
}
.archive-filter__topics {
display: flex;
flex-wrap: wrap;
}
.archive-filter__topics input[type=checkbox] {
height: 0;
width: 0;
overflow: hidden;
position: absolute;
}
.archive-filter__topics input[type=checkbox]:checked + * {
background-color: #000000;
color: #FFFFFF;
}
.archive-filter__topic-wrapper {
margin-bottom: 0.8rem;
}
.archive-filter__topic-wrapper:not(:last-child) {
margin-right: 1.2rem;
}
.archive-filter__topic-wrapper .button {
text-transform: uppercase !important;
}
.archive-filter__topic-wrapper .button.active {
pointer-events: none;
background-color: #000000;
color: #FFFFFF;
border-color: #000000;
}
.archive-filter__select-wrapper {
width: 100%;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 2rem;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.archive-filter__select-wrapper:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 1.8rem;
background-image: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/chevron-down-black.svg);
background-size: 1rem 1rem;
background-repeat: no-repeat;
background-position: center center;
width: 1rem;
height: 1rem;
z-index: 10;
pointer-events: none;
}
.archive-filter__select-wrapper select {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
padding: 0.8rem 1.5rem 1.1rem;
width: 100%;
cursor: pointer;
}
.archive-filter__search-wrapper {
position: relative;
}
.archive-filter__search-wrapper input {
width: 100%;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 2rem;
padding: 0.8rem 1.5rem 1.1rem;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
}
.archive-filter__search-wrapper input::placeholder {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
}
.archive-filter__search-wrapper input:not(:placeholder-shown) ~ .archive-filter__search-icon {
opacity: 1;
pointer-events: auto;
}
.archive-filter__search-wrapper .icon img.black {
opacity: 1;
}
.archive-filter__search-wrapper .icon img:not(black) {
opacity: 0;
}
.archive-filter__search-wrapper .icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 3.6rem;
width: 1.4rem;
}
.archive-filter__search-icon {
opacity: 0.3;
pointer-events: none;
transition: opacity 0.3s ease;
}
@media (max-width: 992px) {
.archive-filter {
position: fixed;
top: 4.5rem;
background-color: #f8f5f0;
width: 100%;
transform: translateY(calc(-100% - 4.6rem - 0.1rem));
z-index: 699;
transition: transform 0.3s ease;
border-bottom: 0.1rem solid #000000;
}
.archive-filter.opened {
transform: translateY(0);
}
.archive-filter.opened ~ .archive-filter__mobile-trigger {
background-color: #000000;
}
.archive-filter.opened ~ .archive-filter__mobile-trigger .white {
opacity: 1 !important;
}
.archive-filter.opened ~ .archive-filter__mobile-trigger .black {
opacity: 0 !important;
}
}
@media (min-width: 992px) {
.archive-filter--publications .archive-filter__topics {
padding-left: 2.8rem;
padding-right: 2.8rem;
}
.archive-filter__mobile-trigger {
display: none;
}
}
.job-preview {
display: block;
position: relative;
width: 100%;
aspect-ratio: 53.6/33.7;
height: 100%;
overflow: hidden;
}
.job-preview__bg-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.job-preview__bg-image picture {
width: 100%;
height: 100%;
}
.job-preview__bg-image picture img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.job-preview__title {
position: absolute;
left: 1.8rem;
bottom: 1.8rem;
width: calc(100% - 3.6rem);
font-family: SuisseScreen;
font-size: 2.4rem;
font-weight: 500;
line-height: 1.42;
letter-spacing: 1.01px;
color: #FFFFFF;
font-size: 2rem;
text-transform: uppercase;
color: #FFFFFF;
text-wrap: balance;
}
@media (min-width: 992px) {
.job-preview__title {
left: 3.4rem;
bottom: 2.3rem;
width: calc(100% - 6.8rem);
font-family: SuisseScreen;
font-size: 2.4rem;
font-weight: 500;
line-height: 1.42;
letter-spacing: 1.01px;
color: #FFFFFF;
}
}
.donate-popup {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 20000;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.donate-popup.opened {
opacity: 1;
pointer-events: auto;
}
.donate-popup__close-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
backdrop-filter: blur(4px);
}
.donate-popup__content-wrapper {
width: calc(100vw - 7rem);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
max-height: 100%;
overflow: auto;
padding-top: 3rem;
padding-bottom: 3rem;  -ms-overflow-style: none; scrollbar-width: none; }
.donate-popup__content-wrapper::-webkit-scrollbar {
display: none;
}
.donate-popup__close-button {
position: absolute;
right: 2rem;
top: 5rem;
width: 2.8rem;
z-index: 4;
}
.donate-popup__close-button .icon img.black {
opacity: 1;
}
.donate-popup__close-button .icon img:not(black) {
opacity: 0;
}
.donate-popup__page {
display: none;
background-color: #f8f5f0;
overflow: hidden;
flex-direction: column;
border-radius: 0.6rem;
}
.donate-popup__page[data-page="1"] .donate-popup__page-right-part {
background-color: #FFFFFF;
}
.donate-popup__page[data-page="2"] .donate-popup__page-right-part {
background-color: rgba(156, 226, 227, 0.5333333333);
}
.donate-popup__page.active {
display: flex;
}
.donate-popup__page-left-part {
width: 100%;
padding: 2.9rem 2.6rem 3.2rem;
position: relative;
}
.donate-popup__page-right-part {
width: 100%;
padding: 2.8rem 2.6rem 15rem 2.6rem;
background-color: #f2c9c1;
position: relative;
overflow: hidden;
}
.donate-popup__page-right-part img {
width: 100%;
max-width: 16.5rem;
}
.donate-popup__page-title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.6px;
color: #000000;
margin-bottom: 2.2rem;
}
.donate-popup__page-text {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.5;
color: #000000;
}
.donate-popup__page-text strong {
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
}
.donate-popup__text-link {
text-decoration: underline;
}
.donate-popup__donate-frequency {
margin-bottom: 5.4rem;
}
.donate-popup__button-input-title {
font-family: SuisseScreen;
font-size: 1.3rem;
line-height: 1.38;
color: #000000;
margin-bottom: 2.1rem;
border-bottom: 0.1rem solid #000000;
padding-bottom: 0.4rem;
}
.donate-popup__button-inputs-wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: -1.8rem;
}
.donate-popup__button-input {
flex: 0 0 calc(50% - 0.5rem);
width: calc(50% - 0.5rem);
padding-top: 0.6rem;
padding-bottom: 0.5rem;
margin-right: 1rem;
margin-bottom: 1.8rem;
background-color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 0.1rem solid transparent;
font-family: SuisseScreen;
font-size: 1.3rem;
line-height: 1.38;
color: #000000;
}
.donate-popup__button-input:nth-child(2n) {
margin-right: 0;
}
.donate-popup__button-input input {
width: 40%;
height: 80%;
text-align: right;
overflow: hidden;
border-bottom: 0.1rem solid #000000;
appearance: none;
margin-right: 0.2rem; -moz-appearance: textfield;
}
.donate-popup__button-input input::-webkit-outer-spin-button, .donate-popup__button-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.donate-popup__button-input.active {
background-color: #000000;
color: #FFFFFF;
}
.donate-popup__button-input--custom {
background-color: transparent;
border-color: #000000;
}
.donate-popup__page-bottom-image {
margin-top: 4rem;
display: flex;
margin-bottom: -3.2rem;
justify-content: center;
}
.donate-popup__page-bottom-image img, .donate-popup__page-bottom-image picture {
width: 100%;
}
.donate-popup__form-input-wrapper {
width: 100%;
position: relative;
margin-bottom: 1.3rem;
}
.donate-popup__form-input-wrapper.select:before {
content: "";
display: block;
background-image: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/chevron-down-black.svg);
width: 1.2rem;
height: 1.2rem;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
}
.donate-popup__form-input-wrapper.select select {
width: 100%;
background-color: #FFFFFF;
font-family: SuisseScreen;
font-size: 1.3rem;
line-height: 1.38;
color: #000000;
padding: 0.6rem 2.4rem 0.5rem 1rem;
border-radius: 4px;
border: 0.1rem solid #000000;
}
.donate-popup__form-input-wrapper.text input {
width: 100%;
font-family: SuisseScreen;
font-size: 1.3rem;
line-height: 1.38;
color: #000000;
padding: 0.6rem 1rem 0.5rem;
border: 0.1rem solid #000000;
transition: background-color 0.3s ease;
border-radius: 4px;
}
.donate-popup__form-input-wrapper.text input::placeholder {
font-family: SuisseScreen;
font-size: 1.3rem;
line-height: 1.38;
color: #000000;
color: rgba(0, 0, 0, 0.3);
}
.donate-popup__form-input-wrapper.text input:focus, .donate-popup__form-input-wrapper.text input:not(:placeholder-shown) {
background-color: #FFFFFF;
}
.donate-popup__hand-image {
top: 0;
display: flex;
}
.donate-popup__hand-image img, .donate-popup__hand-image picture {
width: 33rem;
transform-origin: center;
}
.donate-popup__subscriptions-list {
padding-top: 5rem;
}
.donate-popup__final-image {
padding-top: 4rem;
}
.donate-popup__summary-title {
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
text-transform: uppercase;
padding: 1rem 0;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
margin-bottom: 1.7rem;
}
.donate-popup__summary-text {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.5;
color: #000000;
margin-bottom: 1.2rem;
}
.donate-popup__summary-text span:empty {
display: none;
}
.donate-popup__summary-text strong {
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
}
.donate-popup__summary-newsletter {
padding: 1.4rem 0;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.donate-popup__pagination-line {
position: absolute;
left: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
padding-bottom: 3.8rem;
padding-left: 2.6rem;
padding-right: 2.6rem;
width: 100%;
}
.donate-popup__pagination-button {
padding-left: 4rem;
padding-right: 4rem;
text-align: center;
flex: 0 0 calc(50% - 0.5rem);
}
.donate-popup__pagination-button:nth-child(2) {
margin-left: 1rem;
}
.donate-popup__pagination-state {
flex: 0 0 100%;
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.07;
letter-spacing: 0.6px;
color: #000000;
margin-left: auto;
text-align: right;
margin-top: 1.6rem;
}
.donate-popup__option-wrapper {
margin-bottom: 2.1rem;
}
.donate-popup__option-wrapper:last-child {
margin-bottom: 0;
}
.donate-popup__option-wrapper label {
display: flex;
cursor: pointer;
}
.donate-popup__option-wrapper label input:checked ~ .custom-checkbox {
background-image: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/check-black.svg);
background-size: 70% 70%;
background-position: center center;
background-repeat: no-repeat;
}
.donate-popup__option-wrapper label .custom-checkbox {
width: 2.3rem;
height: 2.3rem;
flex: 0 0 2.3rem;
border-radius: 100%;
border: 0.1rem solid #000000;
}
.donate-popup__option-wrapper label .text-label {
margin-left: 1.6rem;
font-family: SuisseScreen;
font-size: 1.2rem;
font-weight: 300;
line-height: 1.5;
color: rgba(0, 0, 0, 0.5);
}
.donate-popup__option-wrapper label .text-label strong {
display: block;
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
}
@media (min-width: 992px) {
.donate-popup__page-title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
margin-bottom: 3rem;
}
.donate-popup__page-text {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.44;
color: #000000;
font-size: 1.8rem;
}
.donate-popup__page-text strong {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.44;
color: #000000;
}
.donate-popup__button-input-title {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.44;
color: #000000;
}
.donate-popup__page-bottom-image {
margin-top: 3rem;
}
.donate-popup__button-inputs-wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: -1.4rem;
}
.donate-popup__button-input {
flex: 0 0 calc(33.33333334% - 1.4rem);
width: calc(33.33333334% - 1.4rem);
padding-top: 0.7rem;
padding-bottom: 0.6rem;
margin-right: 2.1rem;
margin-bottom: 1.4rem;
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
color: #000000;
}
.donate-popup__button-input:nth-child(3n) {
margin-right: 0;
}
.donate-popup__button-input:nth-child(2n) {
margin-right: 2.1rem;
}
.donate-popup__donate-frequency {
margin-bottom: 7.1rem;
}
.donate-popup__form-row {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
.donate-popup__form-input-wrapper {
flex: 0 0 calc(50% - 0.9rem);
margin-bottom: 0;
}
.donate-popup__form-input-wrapper.select:before {
width: 1.2rem;
height: 1.2rem;
right: 2rem;
}
.donate-popup__form-input-wrapper.select select {
font-family: SuisseScreen;
font-size: 1.8rem;
color: #000000;
padding: 0.7rem 1.8rem 0.6rem;
}
.donate-popup__form-input-wrapper.text input {
padding: 0.7rem 1.8rem 0.6rem;
font-family: SuisseScreen;
font-size: 1.8rem;
color: #000000;
}
.donate-popup__form-input-wrapper.text input::placeholder {
font-family: SuisseScreen;
font-size: 1.8rem;
color: #000000;
color: rgba(0, 0, 0, 0.3);
}
.donate-popup__main-form {
padding-bottom: 10rem;
}
.donate-popup__hand-image img, .donate-popup__hand-image picture {
width: 38rem;
}
.donate-popup__summary-title {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.3;
color: #000000;
padding: 1rem 0;
}
.donate-popup__summary-text {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.44;
color: #000000;
margin-bottom: 2.2rem;
}
.donate-popup__summary-text strong {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.44;
color: #000000;
}
.donate-popup__summary-newsletter .donate-popup__option-wrapper {
width: 60%;
}
.donate-popup__final-image {
padding-bottom: 8.3rem;
padding-top: 4rem;
}
.donate-popup__pagination-line {
flex-wrap: nowrap;
justify-content: flex-start;
padding-left: 6rem;
padding-right: 6rem;
padding-bottom: 3.4rem;
}
.donate-popup__pagination-button {
flex: 0 0 max-content;
}
.donate-popup__pagination-button:first-child {
margin-right: 1rem;
}
.donate-popup__pagination-button:nth-child(2) {
margin-left: 0;
}
.donate-popup__pagination-state {
margin-top: 0;
flex: 1 0 auto;
font-family: SuisseScreen;
font-size: 7rem;
font-weight: 600;
line-height: 1.1;
letter-spacing: 0.84px;
color: #000000;
}
.donate-popup__content-wrapper {
min-width: 100rem;
max-width: 124rem;
width: 75vw;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 0;
}
.donate-popup__close-button {
right: 6.4rem;
top: 4.4rem;
width: 3.5rem;
cursor: pointer;
}
.donate-popup__page {
border-radius: 6px;
flex-direction: row;
min-height: min(85rem, 80vh);
}
.donate-popup__page-left-part {
flex: 0 0 52%;
width: 52%;
padding: 5.7rem 6rem 0 6rem;
}
.donate-popup__page-right-part {
flex: 0 0 48%;
width: 48%;
padding: 8rem 6rem 12rem 6rem;
display: flex;
flex-direction: column;
justify-content: center;
}
.donate-popup__page-right-part--no-padding {
padding-top: 0;
}
.donate-popup__page-right-part img {
max-width: 100%;
}
.donate-popup__option-wrapper {
margin-bottom: 1.8rem;
}
.donate-popup__option-wrapper label {
cursor: pointer;
}
.donate-popup__option-wrapper label .custom-checkbox {
width: 3.6rem;
height: 3.6rem;
flex: 0 0 3.6rem;
}
.donate-popup__option-wrapper label .text-label {
margin-left: 2.9rem;
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.44;
color: #000000;
}
.donate-popup__option-wrapper label .text-label strong {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.44;
color: #000000;
}
}
@media (hover: hover) {
.donate-popup__button-input:not(.active) {
cursor: pointer;
}
}
.newsletter-popup {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 20000;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.newsletter-popup.opened {
opacity: 1;
pointer-events: auto;
}
.newsletter-popup__main-title {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 500;
line-height: 1.14;
letter-spacing: 0.43px;
margin-bottom: 4.4rem;
}
.newsletter-popup__close-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
backdrop-filter: blur(4px);
}
.newsletter-popup__content-wrapper {
width: calc(100vw - 7rem);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
max-height: 100%;
overflow: auto;
padding-top: 3rem;
padding-bottom: 3rem;  -ms-overflow-style: none; scrollbar-width: none; }
.newsletter-popup__content-wrapper::-webkit-scrollbar {
display: none;
}
.newsletter-popup__close-button {
position: absolute;
right: 2rem;
top: 5rem;
width: 2.8rem;
z-index: 4;
}
.newsletter-popup__close-button .icon img.black {
opacity: 1;
}
.newsletter-popup__close-button .icon img:not(black) {
opacity: 0;
}
.newsletter-popup__page {
display: none;
background-color: #f8f5f0;
overflow: hidden;
flex-direction: column;
border-radius: 0.6rem;
}
.newsletter-popup__page[data-page="0"] .newsletter-popup__page-image {
background-color: rgba(247, 184, 116, 0.4);
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.newsletter-popup__page[data-page="1"] .newsletter-popup__page-image {
background-color: #f2d491;
order: 2;
padding-top: 10rem;
padding-bottom: 10rem;
}
.newsletter-popup__page[data-page="1"] .newsletter-popup__page-image img {
max-width: 100%;
}
.newsletter-popup__page[data-page="1"] .newsletter-popup__page-content {
padding: 12rem 2.6rem 7.6rem;
order: 1;
}
.newsletter-popup__page.active {
display: flex;
}
.newsletter-popup__page-content {
width: 100%;
padding: 2.9rem 2.6rem 3.2rem;
}
.newsletter-popup__page-image {
width: 100%;
padding: 2.8rem 3.7rem 0 3.7rem;
background-color: #f2c9c1;
}
.newsletter-popup__page-image picture {
width: 100%;
}
.newsletter-popup__page-image img {
width: 100%;
max-width: 16.5rem;
object-fit: contain;
}
.newsletter-popup__form-title {
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.5px;
color: #000000;
font-size: 1.6rem;
margin-bottom: 0.6rem;
}
.newsletter-popup__form-options {
border-top: 0.1rem solid #000000;
padding: 1.7rem 0;
margin-bottom: 3.6rem;
}
.newsletter-popup__option-wrapper {
margin-bottom: 2.1rem;
}
.newsletter-popup__option-wrapper:last-child {
margin-bottom: 0;
}
.newsletter-popup__option-wrapper label {
display: flex;
cursor: pointer;
}
.newsletter-popup__option-wrapper label input:checked ~ .custom-checkbox {
background-image: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/check-black.svg);
background-size: 70% 70%;
background-position: center center;
background-repeat: no-repeat;
}
.newsletter-popup__option-wrapper label .custom-checkbox {
width: 2.3rem;
height: 2.3rem;
flex: 0 0 2.3rem;
border-radius: 100%;
border: 0.1rem solid #000000;
}
.newsletter-popup__option-wrapper label .text-label {
margin-left: 1.6rem;
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.5;
color: #000000;
}
.newsletter-popup__option-wrapper label .text-label strong {
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
}
.newsletter-popup__form-text-input {
width: 100%;
margin-bottom: 1.4rem;
}
.newsletter-popup__form-text-input input {
width: 100%;
border-radius: 4px;
border: 0.1rem solid transparent;
padding: 0.7rem 0.7rem 0.6rem;
font-family: SuisseScreen;
font-size: 1.8rem;
color: #000000;
background-color: #FFFFFF;
}
.newsletter-popup__form-text-input input:hover, .newsletter-popup__form-text-input input:focus, .newsletter-popup__form-text-input input:active, .newsletter-popup__form-text-input input:not(:placeholder-shown) {
border-color: #000000;
}
.newsletter-popup__form-text-input input::placeholder {
font-family: SuisseScreen;
font-size: 1.8rem;
color: #000000;
color: rgba(0, 0, 0, 0.3);
}
.newsletter-popup__form-hint {
font-family: SuisseScreen;
font-size: 1.1rem;
font-weight: 300;
line-height: 1.55;
color: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5);
margin-bottom: 3rem;
}
.newsletter-popup__submit-button {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
color: #000000;
padding: 0.6rem 3.1rem 0.7rem;
border-radius: 4px;
border: 0.1rem solid #000000;
width: max-content;
margin: 0 auto;
}
.newsletter-popup__submit-button.disabled {
pointer-events: none;
opacity: 0.3;
}
.newsletter-popup__thank-you-title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.6px;
color: #000000;
margin-bottom: 1.6rem;
}
.newsletter-popup__thank-you-subtitle {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.5;
color: #000000;
}
.newsletter-popup__thank-you-subtitle strong {
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
}
@media (min-width: 992px) {
.newsletter-popup__main-title {
font-size: 3.6rem;
margin-bottom: 8.4rem;
}
.newsletter-popup__content-wrapper {
min-width: 100rem;
max-width: 124rem;
width: 63vw;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 0;
}
.newsletter-popup__close-button {
right: 4.6rem;
top: 4.4rem;
width: 3.5rem;
cursor: pointer;
}
.newsletter-popup__page {
border-radius: 6px;
flex-direction: row;
min-height: min(78rem, 80vh);
}
.newsletter-popup__page[data-page="1"] .newsletter-popup__page-image {
padding-top: 0;
padding-bottom: 0;
display: flex;
align-items: flex-end;
}
.newsletter-popup__page[data-page="1"] .newsletter-popup__page-image img {
height: 70%;
position: relative;
top: -1rem;
}
.newsletter-popup__page[data-page="1"] .newsletter-popup__page-content {
padding-left: 6rem;
padding-right: 11rem;
padding-top: 12.2rem;
}
.newsletter-popup__page-content {
flex: 0 0 50%;
width: 50%;
padding: 12rem 10rem 8rem 10rem;
}
.newsletter-popup__page-image {
flex: 0 0 50%;
width: 50%;
padding: 0 9.2rem 0 11.1rem;
display: flex;
align-items: center;
background-color: #f08f7f;
}
.newsletter-popup__page-image img {
max-width: 100%;
}
.newsletter-popup__form-title {
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.44;
margin-bottom: 1rem;
}
.newsletter-popup__form-options {
padding: 1.3rem 0;
margin-bottom: 4.3rem;
}
.newsletter-popup__option-wrapper {
margin-bottom: 1.8rem;
}
.newsletter-popup__option-wrapper label {
cursor: pointer;
}
.newsletter-popup__option-wrapper label .custom-checkbox {
width: 3.6rem;
height: 3.6rem;
flex: 0 0 3.6rem;
}
.newsletter-popup__option-wrapper label .text-label {
margin-left: 2.9rem;
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.44;
color: #000000;
font-size: 1.8rem;
}
.newsletter-popup__option-wrapper label .text-label strong {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.44;
color: #000000;
font-size: 1.8rem;
}
.newsletter-popup__form-hint {
font-family: SuisseScreen;
font-size: 1.3rem;
font-weight: 100;
line-height: 1.23;
color: #000000;
font-size: 1.5rem;
margin-bottom: 3.3rem;
}
.newsletter-popup__thank-you-title {
font-family: SuisseScreen;
font-size: 8.1rem;
font-weight: 500;
line-height: 1.14;
letter-spacing: 0.97px;
color: #000000;
margin-bottom: 3rem;
}
.newsletter-popup__thank-you-subtitle {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.44;
color: #000000;
padding-bottom: 20rem;
max-width: 50%;
}
.newsletter-popup__thank-you-subtitle strong {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.44;
color: #000000;
}
}
.favorites-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.favorites-overlay.opened {
opacity: 1;
pointer-events: auto;
}
.favorites-overlay__close-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(4px);
z-index: 1;
}
.favorites-overlay__content-wrapper {
position: absolute;
left: 2rem;
top: 0;
width: calc(100% - 4rem);
height: 100%;
z-index: 2;
padding-top: 2rem;
padding-bottom: 2rem;
overflow: auto;  -ms-overflow-style: none; scrollbar-width: none; }
.favorites-overlay__content-wrapper::-webkit-scrollbar {
display: none;
}
.favorites-overlay__content {
background-color: #f8f5f0;
}
.favorites-overlay__content-sticky-part {
position: relative;
padding-top: 3.8rem;
z-index: 10;
}
.favorites-overlay__headline {
display: flex;
flex-wrap: wrap;
}
.favorites-overlay__close-button {
position: absolute;
top: 0.6rem;
right: 0.9rem;
width: 4.2rem;
height: 4.2rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.favorites-overlay__close-button .icon {
width: 2.1rem;
}
.favorites-overlay__close-button .icon img.black {
opacity: 1;
}
.favorites-overlay__close-button .icon img:not(black) {
opacity: 0;
}
.favorites-overlay__title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.6px;
color: #000000;
line-height: 1.1;
padding: 0 1.8rem;
text-transform: uppercase;
}
.favorites-overlay__info-line {
display: flex;
justify-content: space-between;
align-items: flex-end;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
}
.favorites-overlay__filter-wrapper {
position: relative;
display: flex;
overflow: auto;  -ms-overflow-style: none; scrollbar-width: none; }
.favorites-overlay__filter-wrapper::-webkit-scrollbar {
display: none;
}
.favorites-overlay__filter-item.hidden {
display: none;
}
.favorites-overlay__filter-item:not(:last-child) {
margin-right: 1.2rem;
}
.favorites-overlay__filter-item.active {
background-color: #000000;
color: #FFFFFF;
}
@media (max-width: 992px) {
.favorites-overlay__title {
padding-bottom: 0.9rem;
flex: 0 0 60%;
width: 60%;
}
.favorites-overlay__info-line {
order: 2;
padding-bottom: 0.9rem;
margin-left: auto;
padding-right: 1.8rem;
}
.favorites-overlay__filter-wrapper {
order: 3;
height: 6.6rem;
overflow: auto;
align-items: center;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
padding: 0 1.8rem;
width: 100%;
}
.favorites-overlay__post-preview {
padding: 2.1rem 1.8rem;
border-bottom: 0.1rem solid #000000;
}
.favorites-overlay__content-wrapper {
height: max-content;
max-height: 100%;
top: 50%;
transform: translateY(-50%);
}
}
@media (min-width: 992px) {
.favorites-overlay__content-wrapper {
width: 70vw;
max-width: 1200px;
left: 50%;
transform: translateX(-50%);
padding-top: 16.7rem;
padding-bottom: 16.7rem;
}
.favorites-overlay__content {
position: relative;
padding-left: 7.4rem;
padding-right: 7.4rem;
min-height: 100%;
}
.favorites-overlay__content:before, .favorites-overlay__content:after {
content: "";
position: absolute;
top: 0;
height: 100%;
width: 0;
border-right: 1px solid #000000;
}
.favorites-overlay__content:before {
left: 7.4rem;
}
.favorites-overlay__content:after {
right: 7.4rem;
}
.favorites-overlay__content-sticky-part {
padding-top: 7.2rem;
}
.favorites-overlay__headline {
position: relative;
border-bottom: 0.1rem solid #000000;
}
.favorites-overlay__headline:before {
content: "";
position: absolute;
left: -7.4rem;
top: 0;
width: calc(100% + 14.8rem);
height: 0;
border-top: 0.1rem solid #000000;
background-color: #000000;
}
.favorites-overlay__title {
font-family: SuisseScreen;
font-size: 5rem;
font-weight: 500;
line-height: 1.32;
letter-spacing: 0.6px;
color: #000000;
text-transform: uppercase;
height: 10rem;
display: flex;
align-items: flex-end;
padding: 0 2.7rem 1.2rem;
}
.favorites-overlay__info-line {
border-top: 0.1rem solid #000000;
flex: 0 0 100%;
width: 100%;
height: 6.8rem;
display: flex;
align-items: center;
justify-content: flex-end;
padding-left: 2.7rem;
padding-right: 2.7rem;
}
.favorites-overlay__close-button {
width: 5.4rem;
height: 5.4rem;
top: 1.2rem;
right: -6.4rem;
}
.favorites-overlay__close-button .icon {
width: 2.8rem;
}
.favorites-overlay__filter-wrapper {
display: flex;
justify-content: flex-end;
align-items: flex-end;
padding-bottom: 2.7rem;
width: max-content;
flex: 1 1 0;
padding-right: 2.7rem;
}
.favorites-overlay__filter-item:not(:last-child) {
margin-right: 1.2rem;
}
.favorites-overlay__favorites-grid {
position: relative;
display: grid;
grid-gap: 7.2rem 0;
grid-template-columns: repeat(3, 1fr);
padding-bottom: 7.2rem;
margin-top: -0.1rem;
}
.favorites-overlay__favorites-grid:after {
content: "";
position: absolute;
bottom: 7.2rem;
display: block;
width: 100%;
background-color: #000000;
border-bottom: 0.1rem solid black;
}
.favorites-overlay__post-preview {
padding: 2.6rem 2.8rem;
border: 0.1rem solid #000000;
}
.favorites-overlay__post-preview:nth-child(3n-1) {
margin: 0 -0.1rem;
}
}
.paper-filter {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: -1rem;
}
.paper-filter .button {
color: #FFFFFF;
font-size: 1.4rem;
margin-bottom: 1rem;
}
.paper-filter .button.active {
background-color: #FFFFFF;
color: #000000;
}
.paper-filter .button:not(:last-child) {
margin-right: 1.1rem;
}
@media (min-width: 992px) {
.paper-filter .button:not(:last-child) {
margin-right: 1.2rem;
}
}
@media (hover: hover) {
.paper-filter {
margin-top: 7rem;
}
.paper-filter .button:hover {
background-color: #FFFFFF;
color: #000000;
}
}
.calendar__legend {
display: flex;
justify-content: flex-end;
align-items: center;
height: 4.6rem;
border-bottom: 0.1rem solid #000000;
padding-right: 1.6rem;
}
.calendar__legend-wrapper {
display: flex;
align-items: center;
height: 100%;
}
.calendar__legend-item {
display: flex;
align-items: center;
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 2.43;
color: #000000;
line-height: 1.2;
}
.calendar__legend-item span {
margin-right: 0.8rem;
}
.calendar__legend-item .appointment-visit-type {
position: relative;
top: -0.1rem;
}
.calendar__legend-item:not(:last-child) {
margin-right: 0.8rem;
}
.calendar__navigation-line {
display: flex;
background-color: #f8f5f0;
position: sticky;
top: 4.5rem;
z-index: 3;
}
.calendar__navigation-item {
width: 50%;
flex: 0 0 50%;
border-bottom: 0.1rem solid #000000;
padding: 1.2rem 1.8rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.calendar__navigation-item:first-child {
border-right: 0.1rem solid #000000;
}
.calendar__navigation-label {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 600;
line-height: 3.36;
letter-spacing: 0.35px;
color: #000000;
line-height: 1.2;
text-transform: uppercase;
}
.calendar__navigation-arrow {
position: relative;
width: 1.8rem;
flex: 0 0 1.8rem;
}
.calendar__navigation-arrow .icon img.black {
opacity: 1;
}
.calendar__navigation-arrow .icon img:not(black) {
opacity: 0;
}
.calendar__navigation-arrow:before {
content: "";
position: absolute;
left: -1rem;
top: -1rem;
width: calc(100% + 2em);
height: calc(100% + 2rem);
}
.calendar__weekday-line {
display: grid;
grid-template-columns: repeat(7, 1fr);
height: 2.3rem;
border-bottom: 0.1rem solid #000000;
position: sticky;
top: 8.6rem;
background-color: #f8f5f0;
z-index: 2;
}
.calendar__weekday {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 2;
color: #000000;
line-height: 1;
text-transform: uppercase;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.calendar__weekday:not(:last-child) {
border-right: 0.1rem solid #000000;
}
.calendar__main-grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
}
.calendar__cell {
padding: 1rem 2.1rem 1.5rem;
border-bottom: 0.1rem solid #000000;
}
.calendar__cell:not(:nth-child(7n)) {
border-right: 0.1rem solid #000000;
}
.calendar__cell[data-events-number="2"] .appointment-preview__title {
line-clamp: 2;
-webkit-line-clamp: 2;
}
.calendar__cell[data-events-number="3"] .appointment-preview__title, .calendar__cell.many-appointments .appointment-preview__title {
line-clamp: 1;
-webkit-line-clamp: 1;
}
.calendar__cell.past .calendar__cell-date {
opacity: 0.1;
}
.calendar__cell.past .appointment-visit-type {
background-color: rgba(0, 0, 0, 0.1);
}
.calendar__cell.today {
position: relative;
}
.calendar__cell.today:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 0.4rem solid #000000;
pointer-events: none;
}
.calendar__cell.multiple-appointments .appointment-preview__event-types {
display: none;
}
.calendar__cell.multiple-appointments .appointment-preview__host-name {
display: none;
}
.calendar__cell.many-appointments .calendar__cell-appointment:nth-child(n+4) {
display: none;
}
.calendar__cell-appointment:not(:last-child) {
margin-bottom: 1.2rem;
}
.calendar__cell-date {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.25;
color: #000000;
line-height: 1.2;
}
.calendar__cell-more-events {
display: block;
width: max-content;
font-family: SuisseScreen;
font-size: 1.2rem;
line-height: 2.33;
color: #FFFFFF;
background-color: #000000;
line-height: 1;
color: #FFFFFF;
padding: 0.6rem 1.6rem;
border-radius: 1.15rem;
}
@media (max-width: 992px) {
.calendar {
margin-bottom: 4rem;
margin-top: 5rem;
border-top: 0.1rem solid #000000;
}
.calendar__navigation-line .calendar__legend {
display: none;
}
.calendar__weekday-line {
padding-top: 0.1rem;
}
.calendar__weekday-desktop, .calendar__legend-desktop, .calendar__cell-appointments, .calendar__cell-more-events {
display: none;
}
.calendar__cell {
aspect-ratio: 1/1;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.calendar__cell-appointment {
border-bottom: 0.1rem solid #000000;
padding: 1.8rem 2rem;
}
.calendar__cell-mobile-state {
display: flex;
align-items: center;
}
.calendar__cell-mobile-state .appointment-visit-type:not(:last-child) {
margin-right: 0.2rem;
}
.calendar__mobile-events-wrapper {
background-color: rgba(0, 0, 0, 0.05);
}
.calendar__mobile-events-wrapper .appointment-preview__host-name, .calendar__mobile-events-wrapper .appointment-preview__event-types {
display: none;
}
.calendar__mobile-events-wrapper .appointment-preview__top-data {
margin-bottom: 0.8rem;
}
}
@media (min-width: 992px) {
.calendar {
margin-top: 7.2rem;
}
.calendar__mobile-events-wrapper {
display: none;
}
.calendar__navigation-line {
border-top: 0.1rem solid #000000;
top: 7.3rem;
}
.calendar__legend {
padding-right: 0;
height: auto;
flex: 0 0 calc(14.2857142857% + 1px);
width: calc(14.2857142857% + 1px);
border-left: 0.1rem solid #000000;
}
.calendar__legend-wrapper {
flex: 0 0 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.calendar__legend-item {
font-size: 2rem;
font-weight: 300;
line-height: 1.4;
}
.calendar__legend-item:not(:last-child) {
margin-right: 2.2rem;
}
.calendar__legend-item span {
margin-right: 0.6rem;
}
.calendar__legend-item .appointment-visit-type {
width: 1.7rem;
height: 1.7rem;
flex: 0 0 1.7rem;
}
.calendar__navigation-item {
padding: 1.6rem 2.4rem;
}
.calendar__navigation-item:first-child {
flex: 0 0 42.8571428571%;
}
.calendar__navigation-item:last-child {
flex: 1 1 auto;
}
.calendar__navigation-item--month {
flex: 1 1 auto;
width: auto;
}
.calendar__navigation-arrow {
width: 2.8rem;
flex: 0 0 2.8rem;
}
.calendar__navigation-label {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.67;
letter-spacing: 0.75px;
color: #000000;
}
.calendar__cell {
min-height: 30rem;
}
.calendar__cell.today:before {
border: 0.6rem solid #000000;
}
.calendar__cell-date {
font-family: SuisseScreen;
font-size: 5.7rem;
font-weight: 600;
line-height: 1.67;
letter-spacing: 1.43px;
color: #000000;
line-height: 1.2;
margin-bottom: 1.6rem;
}
.calendar__weekday {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.67;
color: #000000;
line-height: 1.75;
line-height: 1;
}
.calendar__weekday-line {
height: 4rem;
top: 15.7rem;
}
.calendar__cell-mobile-state {
display: none;
}
}
.appointment-preview__top-data {
display: flex;
align-items: center;
margin-bottom: 0.2rem;
}
.appointment-preview__type {
display: flex;
margin-right: 0.8rem;
}
.appointment-preview__type .appointment-visit-type {
width: 1.1rem;
height: 1.1rem;
flex: 0 0 1.1rem;
}
.appointment-preview__type .appointment-visit-type:not(:last-child) {
margin-right: 0.2rem;
}
.appointment-preview__time {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 2.43;
color: #000000;
line-height: 1;
position: relative;
top: 0.2rem;
}
.appointment-preview__title {
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
display: -webkit-box;
line-clamp: 3;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.appointment-preview__host-name {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 2.43;
color: #000000;
line-height: 1.2;
margin-top: 0.7rem;
}
.appointment-preview__event-types {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 1rem;
}
.appointment-preview__event-type {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 1.15rem;
padding: 0.4rem 1.4rem;
}
.appointment-preview__event-type:not(:last-child) {
margin-right: 1.2rem;
}
@media (min-width: 992px) {
.appointment-preview__top-data {
margin-bottom: 0.8rem;
}
}
.event-preview-full:first-child .event-preview-full__top-line {
border-top: none;
}
.event-preview-full.expanded .event-preview-full__future-appointments {
grid-template-rows: 1fr;
}
.event-preview-full.expanded .event-preview-full__more-appointments span {
transform: scale(-1);
}
.event-preview-full:last-child {
border-bottom: 0.1rem solid #000000;
}
.event-preview-full__full-abstract-wrapper {
margin-bottom: 3.2rem;
margin-top: -2.4rem;
}
.event-preview-full__full-abstract-wrapper.expanded .event-preview-full__full-abstract {
display: block;
}
.event-preview-full__full-abstract-wrapper.expanded .event-preview-full__full-abstract-toggle {
display: none;
}
.event-preview-full__full-abstract-toggle-checkbox:checked ~ .event-preview-full__full-abstract-toggle img {
transform: scale(-1);
}
.event-preview-full__full-abstract-toggle-checkbox:checked ~ .event-preview-full__full-abstract {
display: block;
}
.event-preview-full__full-abstract-toggle {
display: flex;
justify-content: space-between;
align-items: center;
width: 23rem;
padding: 0.4rem 1.2rem;
border-radius: 1000rem;
border: 0.1rem solid #000000;
cursor: pointer;
}
.event-preview-full__full-abstract-toggle span {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
}
.event-preview-full__full-abstract-toggle img {
width: 0.8rem;
}
.event-preview-full__full-abstract {
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
display: none;
margin-top: 1.2rem;
}
.event-preview-full__full-abstract p {
padding-left: 0;
padding-right: 0;
}
.event-preview-full__top-line {
display: flex;
align-items: center;
height: 9.3rem;
border-top: 0.1rem solid #000000;
}
.event-preview-full__top-line-left {
padding-right: 0.8rem;
display: flex;
align-items: center;
}
.event-preview-full__time {
background-color: #FFFFFF;
border-radius: 1.57rem;
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
padding: 0.6rem 1.2rem;
white-space: nowrap;
}
.event-preview-full__types, .event-preview-full__visit-type {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
padding: 0.4rem 1.2rem;
border-radius: 1.57rem;
border: 0.1rem solid transparent;
}
.event-preview-full__types {
background-color: rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.05);
}
.event-preview-full__visit-type--online {
color: #f25e33 !important;
border-color: #f25e33 !important;
}
.event-preview-full__visit-type--on-site {
color: #76d33a !important;
border-color: #76d33a !important;
}
.event-preview-full__link {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #FFFFFF;
line-height: 1;
border-radius: 1.57rem;
background-color: #000000;
margin-left: auto;
padding: 0.6rem 1.4rem;
border: 0.1rem solid #000000;
}
.event-preview-full__main-content {
padding: 0 1.8rem 2rem;
}
.event-preview-full__title {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.47;
color: #000000;
margin-bottom: 0.8rem;
text-wrap: balance;
}
.event-preview-full__host-name {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.53;
color: #000000;
margin-bottom: 2.2rem;
}
.event-preview-full__abstract {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
margin-bottom: 3rem;
}
.event-preview-full__abstract p {
padding-left: 0;
padding-right: 0;
}
.event-preview-full__image {
margin-bottom: 1.3rem;
width: 100%;
}
.event-preview-full__image picture img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 75/42;
overflow: hidden;
}
.event-preview-full__address {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
margin-bottom: 2.5rem;
}
.event-preview-full__bottom-line {
display: flex;
align-items: center;
}
.event-preview-full__favorites {
flex: 0 0 3.1rem;
width: 3.1rem;
margin-right: 1.6rem;
}
.event-preview-full__download {
flex: 0 0 3.1rem;
width: 3.1rem;
margin-right: 1.6rem;
}
.event-preview-full__download .icon img.black {
opacity: 1;
}
.event-preview-full__download .icon img:not(black) {
opacity: 0;
}
.event-preview-full__calendar-save {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
padding: 0.6rem 1.4rem;
border-radius: 1.5rem;
border: 0.1rem solid #000000;
margin-right: 0.8rem;
}
.event-preview-full__more-appointments {
font-family: SuisseScreen;
font-size: 1.5rem;
line-height: 1.53;
letter-spacing: 0.23px;
color: #FFFFFF;
line-height: 1;
padding: 0.6rem 1.8rem;
border-radius: 1.5rem;
border: 0.1rem solid #000000;
background-color: #000000;
margin-left: auto;
display: flex;
align-items: center;
}
.event-preview-full__more-appointments span {
width: 0.8rem;
margin-left: 1.4rem;
transition: transform 0.3s ease;
}
.event-preview-full__future-appointments {
display: grid;
grid-template-rows: 0fr;
overflow: hidden;
transition: grid-template-rows 0.3s ease;
}
.event-preview-full__future-appointments-content {
min-height: 0;
}
.event-preview-full__future-appointments-wrapper {
display: grid;
grid-template-columns: 1fr;
grid-gap: 2.5rem;
padding-top: 4rem;
}
.event-preview-full__appointment-preview {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 0.5rem;
}
.event-preview-full__appointment-preview-address {
padding: 1.5rem;
border-top: 0.1rem solid #000000;
margin-top: auto;
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 300;
line-height: 1.5;
color: #000000;
}
.event-preview-full__appointment-preview-top-line {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.2rem;
}
.event-preview-full__appointment-preview-date {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.83;
color: #000000;
font-size: 1.6rem;
line-height: 1;
}
.event-preview-full__appointment-preview-time {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.07;
color: #000000;
line-height: 1;
background-color: #FFFFFF;
color: #000000;
padding: 0.4rem 0.6rem;
border-radius: 0.8rem;
margin-bottom: 0.8rem;
}
.event-preview-full__appointment-preview-title {
font-family: SuisseScreen;
font-size: 2.1rem;
font-weight: 600;
line-height: 1.14;
color: #000000;
font-size: 1.8rem;
padding: 0 1.2rem;
margin-bottom: 0.4rem;
text-wrap: balance;
}
.event-preview-full__appointment-preview-host {
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 300;
line-height: 1.5;
color: #000000;
padding: 0 1.2rem;
margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
.event-preview-full__top-line {
padding-left: 1.8rem;
padding-right: 1.8rem;
justify-content: flex-end;
}
.event-preview-full__top-line-left {
margin-right: auto;
}
.event-preview-full__types {
order: 3;
margin-right: 0;
}
.event-preview-full__visit-type {
order: 2;
margin-right: 0.6rem;
}
.event-preview-full__link--desktop {
display: none;
}
.event-preview-full__bottom-line {
flex-wrap: wrap;
}
.event-preview-full__favorites {
width: 2.2rem;
flex: 0 0 2.2rem;
margin-right: 0.9rem;
}
.event-preview-full__download {
width: 2.2rem;
flex: 0 0 2.2rem;
margin-right: 0.9rem;
}
.event-preview-full__more-appointments {
flex: 0 0 100%;
width: 100%;
margin-top: 2rem;
justify-content: space-between;
}
}
@media (min-width: 992px) {
.event-preview-full__top-line {
border-bottom: 0.1rem solid #000000;
}
.event-preview-full__top-line-left {
flex: 0 0 25rem;
width: 25rem;
padding-left: 2.7rem;
padding-right: 2rem;
}
.event-preview-full__link {
padding: 0.6rem 3rem;
margin-right: 12rem;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
color: #FFFFFF;
line-height: 1.2;
text-transform: uppercase;
}
.event-preview-full__link--mobile {
display: none;
}
.event-preview-full__types, .event-preview-full__visit-type {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
line-height: 1;
padding: 0.6rem 1.8rem;
margin-right: 1.6rem;
}
.event-preview-full__time {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
}
.event-preview-full__main-content {
padding: 4.4rem 12rem 4rem 25rem;
}
.event-preview-full__title {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
margin-bottom: 1.3rem;
}
.event-preview-full__host-name {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.45;
letter-spacing: 0.2px;
color: #000000;
margin-bottom: 0.6rem;
}
.event-preview-full__calendar-save {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
line-height: 1;
padding: 0.6rem 1.8rem;
margin-right: 1.6rem;
}
.event-preview-full__more-appointments {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #FFFFFF;
line-height: 1;
}
.event-preview-full__future-appointments-wrapper {
grid-template-columns: 1fr 1fr;
}
.event-preview-full__appointment-preview-date {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.83;
color: #000000;
}
.event-preview-full__appointment-preview-title {
font-family: SuisseScreen;
font-size: 2.1rem;
font-weight: 600;
line-height: 1.14;
color: #000000;
}
.event-preview-full__appointment-preview-time {
margin-bottom: 0;
}
.event-preview-full__image {
margin-bottom: 3rem;
}
}
@media (hover: hover) {
.event-preview-full__more-appointments {
cursor: pointer;
}
.event-preview-full__calendar-save {
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}
.event-preview-full__calendar-save:hover {
background-color: #000000;
color: #FFFFFF;
}
}
.event-preview {
padding-bottom: 3rem;
height: 100%;
display: flex;
flex-direction: column;
}
.event-preview__date-line {
height: 6.1rem;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 1.65;
color: #000000;
padding: 0 2rem;
display: flex;
align-items: center;
line-height: 1.2;
}
.event-preview__top-line {
display: flex;
align-items: center;
height: 7rem;
border-top: 0.1rem solid #000000;
padding: 0 2rem;
}
.event-preview__time {
background-color: #FFFFFF;
border-radius: 1.57rem;
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
padding: 0.6rem 1.2rem;
white-space: nowrap;
margin-right: auto;
}
.event-preview__types, .event-preview__visit-type {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
padding: 0.4rem 1.2rem;
border-radius: 1.57rem;
border: 0.1rem solid transparent;
}
.event-preview__types:not(:last-child), .event-preview__visit-type:not(:last-child) {
margin-right: 0.4rem;
}
.event-preview__types {
background-color: rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.05);
}
.event-preview__visit-type--online {
color: #f25e33 !important;
border-color: #f25e33 !important;
}
.event-preview__visit-type--on-site {
color: #76d33a !important;
border-color: #76d33a !important;
}
.event-preview__link {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #FFFFFF;
line-height: 1;
border-radius: 1.57rem;
background-color: #000000;
padding: 0.6rem 1.4rem;
border: 0.1rem solid #000000;
margin-right: auto;
}
.event-preview__main {
display: flex;
flex-direction: column;
flex: 1 1 auto;
padding: 0 2rem;
margin-bottom: 2.3rem;
}
.event-preview__title {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.47;
color: #000000;
margin-bottom: 0.8rem;
text-wrap: balance;
}
.event-preview__host-name {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.53;
color: #000000;
margin-bottom: 2.2rem;
}
.event-preview__image {
display: block;
width: 100%;
margin-top: auto;
}
.event-preview__image picture img {
aspect-ratio: 35/20;
overflow: hidden;
width: 100%;
object-fit: cover;
}
.event-preview__bottom-line {
display: flex;
align-items: center;
padding: 0 2rem;
margin-top: auto;
}
.event-preview__calendar-save {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
line-height: 1;
padding: 0.6rem 1.4rem;
border-radius: 1.5rem;
border: 0.1rem solid #000000;
}
.event-preview__calendar-save:not(:last-child) {
margin-right: 0.8rem;
}
.event-preview__favorites {
margin-right: 0.8rem;
}
@media (min-width: 992px) {
.event-preview__date-line {
height: 8.8rem;
padding: 0 3.2rem;
font-family: SuisseScreen;
font-size: 3.7rem;
font-weight: 600;
line-height: 0.89;
color: #000000;
line-height: 1.2;
}
.event-preview__top-line {
padding: 0 3.2rem;
}
.event-preview__link {
padding: 0.6rem 3.2rem;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
color: #FFFFFF;
line-height: 1.2;
text-transform: uppercase;
margin-right: auto;
}
.event-preview__link--mobile {
display: none;
}
.event-preview__types, .event-preview__visit-type {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
line-height: 1;
padding: 0.2rem 1.2rem;
}
.event-preview__types:not(:last-child), .event-preview__visit-type:not(:last-child) {
margin-right: 1.6rem;
}
.event-preview__time {
padding: 0.2rem 0.8rem;
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
}
.event-preview__main {
padding: 0 3.2rem;
margin-bottom: 2.9rem;
}
.event-preview__image picture img {
aspect-ratio: 80/45;
}
.event-preview__title {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 600;
line-height: 1.38;
color: #000000;
margin-bottom: 1.2rem;
}
.event-preview__host-name {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 2.61;
letter-spacing: 0.45px;
color: #000000;
line-height: 1.2;
margin-bottom: 2.8rem;
}
.event-preview__calendar-save {
font-family: SuisseScreen;
font-size: 1.8rem;
line-height: 1.56;
color: #000000;
line-height: 1;
padding: 0.6rem 1.8rem;
}
.event-preview__favorites {
margin-right: 1.6rem;
}
.event-preview__bottom-line {
padding: 0 3.2rem;
}
}
@media (hover: hover) {
.event-preview__calendar-save {
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}
.event-preview__calendar-save:hover {
background-color: #000000;
color: #FFFFFF;
}
}
.glossary-word {
position: relative;
padding: 0 0.5rem;
display: inline-block;
}
.glossary-word:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: calc(100% + 0.3rem);
background-color: #ECECEC;
transform: translateX(-50%) translateY(-50%);
z-index: -1;
}
.publication-preview__image img {
padding: 2rem !important;
object-fit: contain !important;
background-color: #ececec !important;
}
.tools-list__tool {
border-bottom: 0.1rem solid rgba(249, 245, 241, 0.3);
}
@media (min-width: 992px) {
.tools-list {
padding: 0 8.9rem;
}
.tools-list__content {
display: flex;
justify-content: space-between;
}
.tools-list__tool {
width: 50rem;
border-bottom: none;
}
}
.fc-module .swiper-pagination-bullets, .related-slider .swiper-pagination-bullets {
width: max-content;
}
.fc-module .swiper-pagination-bullet, .related-slider .swiper-pagination-bullet {
position: relative;
width: 0.6rem;
height: 0.6rem;
background-color: transparent;
opacity: 1;
border: 0.1rem solid #000000;
border-radius: 100%;
margin-right: 0.6rem;
margin-left: 0;
}
.fc-module .swiper-pagination-bullet:before, .related-slider .swiper-pagination-bullet:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% + 0.6rem);
height: calc(100% + 0.6rem);
}
.fc-module .swiper-pagination-bullet:last-child, .related-slider .swiper-pagination-bullet:last-child {
margin-right: 0;
}
.fc-module .swiper-pagination-bullet-active, .related-slider .swiper-pagination-bullet-active {
background-color: #000000;
}
.posts-slider {
display: flex;
flex-wrap: wrap;
}
.posts-slider__content {
overflow: hidden;
flex: 1 1 auto;
}
.posts-slider__content .swiper .swiper-wrapper .swiper-slide {
height: auto;
}
.posts-slider__slide {
height: 100%;
padding: 2.2rem 2rem 2.6rem;
}
.posts-slider__mobile-pagination {
flex: 1 1 auto;
}
.posts-slider__left, .posts-slider__right {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 5.5rem;
}
.posts-slider__left .icon img.black, .posts-slider__right .icon img.black {
opacity: 1;
}
.posts-slider__left .icon img:not(black), .posts-slider__right .icon img:not(black) {
opacity: 0;
}
.posts-slider__left .icon, .posts-slider__right .icon {
width: 1.8rem;
}
.posts-slider__left, .posts-slider__mobile-pagination, .posts-slider__right {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 992px) {
.posts-slider__content {
order: 1;
}
.posts-slider__left {
order: 2;
}
.posts-slider__mobile-pagination {
order: 3;
}
.posts-slider__right {
order: 4;
}
.posts-slider__left, .posts-slider__mobile-pagination, .posts-slider__right {
height: 3.5rem;
border-top: 0.1rem solid #000000;
}
.posts-slider__left {
border-right: 0.1rem solid #000000;
}
.posts-slider__right {
border-left: 0.1rem solid #000000;
}
}
@media (min-width: 992px) {
.posts-slider {
flex-wrap: nowrap;
}
.posts-slider .fc-module .swiper-pagination-bullets {
margin-right: 1rem;
}
.posts-slider .fc-module .swiper-pagination-bullet {
width: 0.8rem;
height: 0.8rem;
margin-right: 1.2rem;
}
.posts-slider .fc-module .swiper-pagination-bullet:before {
width: calc(100% + 1rem);
height: calc(100% + 1rem);
}
.posts-slider__left, .posts-slider__right {
flex: 0 0 8.9rem;
}
.posts-slider__left .icon, .posts-slider__right .icon {
width: 2.8rem;
}
.posts-slider__content .swiper {
overflow: hidden;
}
.posts-slider__slide {
padding: 2.7rem;
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
position: relative;
left: -0.2rem;
width: calc(100% + 0.4rem);
}
.posts-slider__mobile-pagination {
display: none;
}
}
@media (hover: hover) {
.posts-slider__left, .posts-slider__right {
cursor: pointer;
}
}
.double-graphic__left {
margin-bottom: 4rem;
}
@media (min-width: 992px) {
.fc-module.double_graphic {
padding-left: 0 !important;
padding-right: 0 !important;
}
.double-graphic {
display: flex;
justify-content: space-between;
align-items: center;
}
.double-graphic:before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 0.1rem;
height: 100%;
background: #000000;
}
.double-graphic > * {
flex: 0 0 50%;
width: 50%;
padding-left: 4rem;
padding-right: 4rem;
}
.double-graphic__left {
margin-bottom: 0;
}
.double-graphic__right {
margin-left: auto;
}
}
@media (min-width: 992px) {
.text-block {
padding: 0 7rem;
}
}
.fc-module.hero_slider {
border-top: none;
border-bottom: none;
}
.fc-module.hero_slider:before, .fc-module.hero_slider:after {
height: 18rem;
top: 100%;
}
.hero-slider__header-text {
color: var(--basicColor);
display: flex;
align-items: center;
overflow: hidden;
}
.hero-slider__header-text span:first-child {
padding-right: 12rem;
}
.hero-slider__header-text span:last-child {
padding-left: 12rem;
}
.hero-slider__header-text span {
display: block;
white-space: nowrap;
animation: marque-text 20s linear infinite;
}
@keyframes marque-text {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.hero-slider__header-text span:not(:last-child) {
margin-right: 1em;
}
.hero-slider__navigation-arrow .icon img.black {
opacity: 1;
}
.hero-slider__navigation-arrow .icon img:not(black) {
opacity: 0;
}
.hero-slider__category {
transition: color 0.3s ease;
}
.hero-slider__category.active {
color: var(--basicColor);
}
.hero-slider__category-link .button {
border-color: var(--basicColor);
color: var(--basicColor);
font-weight: 400;
}
.hero-slider__slide .preview-block__favorite-icon {
display: none;
}
.hero-slider__pagination-bullets {
display: none;
}
.hero-slider__pagination-bullets.active {
display: flex;
}
.hero-slider__pagination-bullet {
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
border: 0.1rem solid #000000;
margin-right: 0.6rem;
}
.hero-slider__pagination-bullet:last-child {
margin-right: 0;
}
.hero-slider__pagination-bullet.active {
background-color: #000000;
}
@media (max-width: 992px) {
.hero-slider {
min-height: calc(100svh - 4.6rem + 0.4rem);
display: flex;
flex-direction: column;
padding-top: 6.5rem;
}
.hero-slider__header-text {
width: 100vw;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.35;
letter-spacing: 0.85px;
font-size: 1rem;
padding: 1rem 1.4rem;
border-bottom: 0.1rem solid #000000;
}
.hero-slider__row--empty {
display: none;
}
.hero-slider__row--cta {
display: none;
}
.hero-slider__row--logo {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 6.5rem;
z-index: 701;
}
.hero-slider__row--slider {
position: relative;
padding-bottom: 1.8rem;
border-bottom: none;
}
.hero-slider__row--categories {
width: 100%;
overflow: auto;
margin-top: auto;
padding-bottom: 0.2rem;  -ms-overflow-style: none; scrollbar-width: none; }
.hero-slider__row--categories::-webkit-scrollbar {
display: none;
}
.hero-slider__row--categories .hero-slider__row-center {
width: max-content;
min-width: 100%;
}
.hero-slider__logo {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
padding: 1.8rem 2.1rem;
right: 0;
top: 0;
height: 100%;
border-left: 0.1rem solid #000000;
}
.hero-slider__logo svg {
height: 4.7rem;
}
.hero-slider__slide-box, .hero-slider__navigation-arrow {
display: none;
}
.hero-slider__navigation-wrapper {
position: absolute;
right: 1.6rem;
bottom: 2.8rem;
z-index: 5;
}
.hero-slider__slide {
height: 100%;
}
.hero-slider__slide .preview-block__image {
margin-bottom: 1.7rem;
}
.hero-slider__slide .preview-block__title, .hero-slider__slide .preview-block__abstract, .hero-slider__slide .preview-block__meta-line {
padding: 0 2rem;
}
.hero-slider__slides-container .swiper {
padding-bottom: 0.1rem;
}
.hero-slider__slides-container .swiper .swiper-wrapper .swiper-slide {
height: auto;
}
.hero-slider__category-wrapper {
width: max-content;
display: flex;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
min-width: 100%;
}
.hero-slider__category {
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
font-family: SuisseScreen;
font-size: 1.6rem;
font-weight: 600;
line-height: 2.94;
letter-spacing: 0.4px;
color: #000000;
line-height: 1.2;
text-transform: uppercase;
padding: 1.6rem 2.1rem;
border-right: 0.1rem solid #000000;
}
.hero-slider__category:last-child {
border-right: none;
}
.hero-slider__category.active .hero-slider__category-link {
width: 13rem;
}
.hero-slider__category span {
margin: 0 1.4rem;
}
.hero-slider__category-link {
width: 0;
overflow: hidden;
display: flex;
transition: width 0.3s ease;
}
.hero-slider__category-link .button {
white-space: nowrap;
}
}
@media (min-width: 992px) {
.hero-slider {
padding-top: 7.4rem;
height: 100vh;
display: flex;
flex-direction: column;
}
.hero-slider.in-viewport .hero-slider__header-text {
opacity: 1;
}
.hero-slider__header-text {
position: fixed;
top: 0;
right: 35.2rem;
border-left: 0.1rem solid #000000;
height: 7.4rem;
display: flex;
align-items: center;
padding: 0 4rem;
width: 84rem;
overflow: hidden;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 2.35;
letter-spacing: 0.5px;
z-index: 701;
opacity: 0;
transition: color 0.3s ease, opacity 0.3s ease;
}
.hero-slider__header-text span {
animation: none;
}
.hero-slider__header-text span:last-child {
display: none;
}
.hero-slider__row {
display: flex;
border-bottom: 0.1rem solid #000000;
}
.hero-slider__row--empty {
height: 13rem;
border-bottom: none;
flex-grow: 1;
}
.hero-slider__row-left {
flex: 0 0 8.9rem;
width: 8.9rem;
border-right: 0.1rem solid #000000;
}
.hero-slider__row-right {
flex: 0 0 35.2rem;
width: 35.2rem;
border-left: 0.1rem solid #000000;
}
.hero-slider__row-center {
flex: 1 1 auto;
min-width: 0;
}
.hero-slider__slider-wrapper {
display: flex;
}
.hero-slider__slide {
position: relative;
width: 100%;
flex: 0 0 100%;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.hero-slider__slide.visible {
opacity: 1;
pointer-events: auto;
z-index: 10;
}
.hero-slider__slide-box {
flex: 0 1 80rem;
width: 80rem;
display: flex;
overflow: hidden;
}
.hero-slider__slide-box .preview-block__image {
aspect-ratio: 16/9;
}
.hero-slider__slide-box .preview-block__title, .hero-slider__slide-box .preview-block__abstract, .hero-slider__slide-box .preview-block__meta-line {
padding: 0 2.8rem;
}
.hero-slider__slide-box .preview-block__meta-line {
padding-bottom: 2.7rem;
}
.hero-slider__slide-box.right .preview-block__image {
order: 999;
margin-top: auto;
margin-bottom: 0;
}
.hero-slider__slide-box.right .preview-block__title {
padding-top: 2.8rem;
}
.hero-slider__navigation-wrapper {
flex: 1 1 auto;
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
padding: 2.8rem;
display: flex;
align-items: flex-end;
justify-content: center;
}
.hero-slider__navigation-arrow {
position: relative;
flex: 0 0 2.8rem;
width: 2.8rem;
z-index: 10;
}
.hero-slider__navigation-arrow:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 6rem;
height: 4rem;
z-index: -1;
}
.hero-slider__pagination {
margin: 0 3.5rem;
}
.hero-slider__slides-container {
display: none;
}
.hero-slider__category-wrapper {
margin-top: auto;
border-top: 0.1rem solid #000000;
display: flex;
}
.hero-slider__category {
height: 7.3rem;
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 0;
border-right: 0.1rem solid #000000;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 2.35;
letter-spacing: 0.5px;
color: #000000;
text-transform: uppercase;
transition: flex-grow 0.3s ease;
}
.hero-slider__category:last-child {
border-right: none;
}
.hero-slider__category.active {
flex-grow: 2;
}
.hero-slider__category.active .hero-slider__category-link {
width: max-content;
}
.hero-slider__category-link {
font-size: 1.4rem;
margin-left: 1.5rem;
width: 0;
overflow: hidden;
}
.hero-slider__category-link .button {
padding-left: 1.2rem;
padding-right: 1.2rem;
}
.hero-slider__logo {
width: 100%;
padding: 2.6rem;
}
.hero-slider__logo svg {
width: 30rem;
height: auto;
}
.hero-slider__logo svg path {
fill: var(--basicColor) !important;
transition: fill 0.3s ease;
}
.hero-slider__cta-buttons {
display: flex;
}
.hero-slider__cta-button {
height: 7.3rem;
display: flex;
align-items: center;
justify-content: center;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 2.35;
letter-spacing: 0.5px;
text-transform: uppercase;
line-height: 1.2;
color: var(--basicColor);
flex: 0 0 50%;
width: 50%;
transition: color 0.3s ease;
}
.hero-slider__cta-button:first-child {
border-right: 0.1rem solid #000000;
}
.hero-slider__pagination-bullet.mobile {
display: none;
}
}
@media (hover: hover) {
.hero-slider__category {
cursor: pointer;
}
.hero-slider__navigation-arrow {
cursor: pointer;
}
.hero-slider__category-link:hover .button {
background-color: var(--basicColor);
color: #FFFFFF;
}
.hero-slider__cta-button {
cursor: pointer;
}
}
.wysiwyg-block__left {
padding: 1.5rem 3rem 1.5rem 2rem;
border-bottom: 0.1rem solid #000000;
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
}
.wysiwyg-block__left br {
display: none;
}
.wysiwyg-block__center {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
.wysiwyg-block__block {
padding: 1.8rem 2rem 2rem 2rem;
}
.wysiwyg-block__block:not(:last-child) {
border-bottom: 0.1rem solid #000000;
}
.wysiwyg-block__block p:has(iframe) {
line-height: 1;
display: flex;
flex-direction: column;
}
.wysiwyg-block__block iframe {
width: 100%;
height: 100%;
overflow: hidden;
}
@media (min-width: 992px) {
.wysiwyg-block {
padding: 0 8.9rem;
display: grid;
grid-template-columns: 1fr 2fr calc(35.2rem - 8.9rem + 17.6rem);
}
.wysiwyg-block__left {
padding: 2rem 3rem;
font-family: SuisseScreen;
font-size: 4.5rem;
font-weight: 600;
line-height: 1.11;
letter-spacing: 1.13px;
color: #000000;
text-transform: uppercase;
border-bottom: none;
}
.wysiwyg-block__left br {
display: unset;
}
.wysiwyg-block__center {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
}
.wysiwyg-block__block {
padding: 3.3rem 3rem;
}
}
.downloads-block__box--leading h2 {
padding: 1.5rem 2rem;
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
border-bottom: 0.1rem solid #000000;
}
.downloads-block__box--leading h2 br {
display: none;
}
.downloads-block__box--leading p {
margin-top: auto;
padding: 2rem;
border-bottom: 0.1rem solid #000000;
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
.downloads-block__box--content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.8rem 2rem 2rem;
}
.downloads-block__box--content:not(:last-child) {
border-bottom: 0.1rem solid #000000;
}
.downloads-block__box-title {
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 300;
line-height: 1.2;
letter-spacing: 0.63px;
color: #000000;
}
.downloads-block__box-title strong {
font-weight: 600;
}
.downloads-block__box-buttons .button {
width: 12rem;
text-align: center;
}
.downloads-block__box-buttons .button:not(:last-child) {
margin-bottom: 1rem;
}
@media (max-width: 992px) {
.downloads-block__box--empty {
display: none;
}
}
@media (min-width: 992px) {
.downloads-block {
width: 100%;
padding: 0 8.9rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.downloads-block__box {
aspect-ratio: 1/1;
width: 100%;
height: 100%;
overflow: hidden;
padding: 2rem 2rem 3rem;
display: flex;
flex-direction: column;
align-items: flex-start;
border-bottom: none !important;
}
.downloads-block__box:not(:last-child) {
border-right: 0.1rem solid #000000;
}
.downloads-block__box--leading h2 {
font-family: SuisseScreen;
font-size: 4.5rem;
font-weight: 600;
line-height: 1.11;
letter-spacing: 1.13px;
color: #000000;
text-transform: uppercase;
margin-bottom: 0;
border-bottom: none;
width: 50%;
hyphens: manual;
}
.downloads-block__box--leading h2 br {
display: unset;
}
.downloads-block__box--leading p {
margin-top: auto;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
border-bottom: none;
}
.downloads-block__box-title {
font-family: SuisseScreen;
font-size: 4.5rem;
font-weight: 300;
line-height: 1.11;
letter-spacing: 1.13px;
color: #000000;
text-transform: uppercase;
margin-bottom: 4rem;
}
.downloads-block__box-title strong {
font-weight: 600;
}
.downloads-block__box-buttons {
margin-top: auto;
display: flex;
align-items: flex-end;
flex-direction: column;
width: 100%;
}
.downloads-block__box-buttons .button:not(:last-child) {
margin-bottom: 1.5rem;
}
}
.profiles-slider__main-column-top {
border-bottom: 0.1rem solid #000000;
}
.profiles-slider__title {
padding: 1.5rem 2rem;
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
border-bottom: 0.1rem solid #000000;
}
.profiles-slider__subtitle {
padding: 1.5rem 2rem;
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
.profiles-slider__overview-link.mobile {
margin: 2rem auto 0;
}
.profiles-slider__overview-link.desktop {
display: none;
}
.profiles-slider__slider-wrapper {
padding: 2rem 0;
}
.profiles-slider__navigation-wrapper {
width: 100%;
height: 3.4rem;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.profiles-slider__navigation-arrow {
position: relative;
width: 5rem;
flex: 0 0 5rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.profiles-slider__navigation-arrow .icon img.black {
opacity: 1;
}
.profiles-slider__navigation-arrow .icon img:not(black) {
opacity: 0;
}
.profiles-slider__navigation-arrow .icon {
width: 1.8rem;
}
.profiles-slider__navigation-arrow.prev {
border-right: 0.1rem solid #000000;
}
.profiles-slider__navigation-arrow.next {
border-left: 0.1rem solid #000000;
}
@media (max-width: 992px) {
.fc-module.profiles_slider {
border-bottom: none;
}
.profiles-slider__title br {
display: none;
}
}
@media (min-width: 992px) {
.profiles-slider {
position: relative;
padding: 0 8.9rem;
display: grid;
grid-template-columns: 1fr 3fr;
}
.profiles-slider:before {
content: "";
position: absolute;
top: calc(50% - 3.65rem - 0.1rem);
height: 0.1rem;
background-color: #000000;
z-index: 20;
left: 8.9rem;
width: calc(100% - 2 * 8.9rem);
}
.profiles-slider.start .profiles-slider__navigation-arrow.prev {
opacity: 0.4;
pointer-events: none;
}
.profiles-slider.end .profiles-slider__navigation-arrow.next {
opacity: 0.4;
pointer-events: none;
}
.profiles-slider.transition .profiles-slider__slide-top, .profiles-slider.transition .profiles-slider__slide-bottom {
opacity: 0;
}
.profiles-slider__main-column {
display: flex;
flex-direction: column;
overflow: hidden;
}
.profiles-slider__main-column-top, .profiles-slider__main-column-bottom {
position: relative;
width: 100%;
aspect-ratio: 1/1;
overflow: hidden;
height: 100%;
}
.profiles-slider__main-column-top {
display: flex;
flex-direction: column;
justify-content: space-between;
border-bottom: none;
}
.profiles-slider__title, .profiles-slider__subtitle {
padding-left: 3rem;
padding-right: 3rem;
}
.profiles-slider__title {
padding-top: 2rem;
font-family: SuisseScreen;
font-size: 4.5rem;
font-weight: 600;
line-height: 1.11;
letter-spacing: 1.13px;
color: #000000;
border-bottom: none;
}
.profiles-slider__subtitle {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
padding-bottom: 2rem;
}
.profiles-slider__slider-wrapper {
width: 100%;
overflow: hidden;
padding: 0;
}
.profiles-slider__slider-wrapper .swiper {
width: 100%;
}
.profiles-slider__slider-wrapper .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .profiles-slider__slide-top {
order: 2;
}
.profiles-slider__slider-wrapper .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .profiles-slider__slide-bottom {
order: 1;
}
.profiles-slider__slide {
width: 100%;
display: flex;
flex-direction: column;
border-left: 0.1rem solid #000000;
position: relative;
left: 1px;
}
.profiles-slider__slide--last {
border-right: 0.1rem solid #000000;
}
.profiles-slider__slide-top, .profiles-slider__slide-bottom {
width: 100%;
aspect-ratio: 1/1;
overflow: hidden;
height: 100%;
transition: opacity 0.3s ease;
}
.profiles-slider__navigation-wrapper {
height: 7.3rem;
grid-column-start: 1;
grid-column-end: 5;
padding: 0 2.6rem;
position: relative;
top: -0.2rem;
border-bottom: none;
}
.profiles-slider__navigation-arrow {
width: 2.8rem;
flex: 0 0 2.8rem;
border: none !important;
}
.profiles-slider__navigation-arrow:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 6rem;
height: 4rem;
}
.profiles-slider__navigation-arrow .icon {
width: 2.8rem;
}
.profiles-slider__overview-link {
position: absolute;
bottom: 3rem;
left: 2rem;
}
.profiles-slider__overview-link.mobile {
display: none;
}
.profiles-slider__overview-link.desktop {
display: flex;
}
}
@media (hover: hover) {
.profiles-slider__navigation-arrow {
cursor: pointer;
}
}
.events-slider .posts-slider__slide {
padding: 0;
}
.twitter-teaser__content {
padding: 2.2rem;
}
.twitter-teaser__content .ctf-tweet-text {
font-size: 1.5rem;
line-height: 1.5;
}
.twitter-teaser__content .ctf-item {
top: 0 !important;
}
@media (min-width: 992px) {
.twitter-teaser {
padding: 0 8.9rem;
}
.twitter-teaser__content {
padding: 2.7rem;
display: block;
}
.twitter-teaser__content .ctf-tweet-text {
font-size: 1.8rem;
line-height: 1.75;
}
}
.header {
position: fixed;
width: 100%;
bottom: 0;
left: 0;
display: flex;
height: 4.6rem;
z-index: 700;
transition: background-color 0.3s ease, border-color 0.3s ease;
}
.header * {
transition: background-color 0.3s ease, border-color 0.3s ease;
}
.header.transparent {
background-color: transparent;
}
.header.transparent * {
border-color: rgba(255, 255, 255, 0.5);
}
.header.transparent ~ .header__alternative {
border-color: rgba(255, 255, 255, 0.5);
}
.header.menu-opened .main-menu {
pointer-events: auto;
}
.header.menu-opened .header__menu-trigger .open {
display: none;
}
.header.menu-opened .header__menu-trigger .close {
display: block;
}
.header.solid {
background-color: #f8f5f0;
border-color: #000000;
}
.header.solid * {
border-color: #000000;
}
.header.solid ~ .header__alternative {
background-color: #f8f5f0;
border-color: #000000;
}
.header.solid ~ .header__alternative > * {
border-color: #000000;
}
.header.solid ~ .header__alternative .header__logo-wrapper .black {
display: block;
}
.header.solid ~ .header__alternative .header__logo-wrapper .white {
display: none;
}
.header.solid .header__logo-wrapper .black {
display: block;
}
.header.solid .header__logo-wrapper .white {
display: none;
}
.header.solid .header__search-wrapper .icon img.black, .header.solid .header__menu-trigger .icon img.black {
opacity: 1;
}
.header.solid .header__search-wrapper .icon img:not(black), .header.solid .header__menu-trigger .icon img:not(black) {
opacity: 0;
}
.header.solid .header__newsletter-button, .header.solid .header__donate-button {
color: #000000;
}
.header > * {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
border-right: 0.1rem solid #FFFFFF;
}
.header__search-wrapper, .header__menu-trigger {
flex: 0 0 5.5rem;
width: 5.5rem;
}
.header__newsletter-button, .header__donate-button {
font-family: SuisseScreen;
font-size: 1.4rem;
font-weight: 600;
line-height: 3.36;
letter-spacing: 0.35px;
color: #FFFFFF;
text-transform: uppercase;
flex: 0 0 calc((100% - 11rem) / 2);
}
.header__donate-button {
border-right: none;
}
.header__menu-trigger-icon {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.header__menu-trigger-icon > * {
width: 1.9rem;
}
.header__menu-trigger-icon .close {
display: none;
}
.header__search-icon {
flex: 0 0 1.9rem;
width: 1.9rem;
}
.header__search-bar {
position: fixed;
top: 4.6rem;
transform: translateY(100vh);
}
.header__menu-trigger {
border-right: none;
border-left: 0.1rem solid #000000;
position: relative;
z-index: 1;
}
.header__alternative {
border-right: none;
z-index: 700;
transition: background-color 0.3s ease;
}
.header__logo-wrapper {
margin-left: auto;
}
.header__logo-wrapper .black {
display: none;
}
@media (max-width: 992px) {
body.search-bar-opened .header {
background-color: #f8f5f0;
border-color: #000000;
}
body.search-bar-opened .header * {
border-color: #000000;
}
body.search-bar-opened .header .header__search-wrapper .icon img.black, body.search-bar-opened .header .header__menu-trigger .icon img.black {
opacity: 1;
}
body.search-bar-opened .header .header__search-wrapper .icon img:not(black), body.search-bar-opened .header .header__menu-trigger .icon img:not(black) {
opacity: 0;
}
body.search-bar-opened .header .header__newsletter-button, body.search-bar-opened .header .header__donate-button {
color: #000000;
}
body.search-bar-opened .header__alternative {
background-color: #f8f5f0;
border-color: #000000;
}
body.search-bar-opened .header__alternative .header__logo-wrapper .black {
display: block;
}
body.search-bar-opened .header__alternative .header__logo-wrapper .white {
display: none;
}
.header {
border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.header.has-hero-slider .header__newsletter-button, .header.has-hero-slider .header__donate-button {
color: var(--basicColor, #000000);
transition: color 0.3s ease;
}
.header.has-hero-slider ~ .header__alternative {
transition: height 0.3s ease;
height: 6.5rem;
}
.header.has-hero-slider ~ .header__alternative .header__logo-wrapper {
width: 22.5rem;
transition: width 0.3s ease;
}
.header.has-hero-slider ~ .header__alternative .header__logo-wrapper img {
display: none !important;
}
.header.has-hero-slider ~ .header__alternative .header__logo-wrapper svg {
height: 4.2rem;
width: auto;
transition: height 0.3s ease;
}
.header.has-hero-slider ~ .header__alternative .header__logo-wrapper svg path {
fill: var(--basicColor, #000000) !important;
}
.header.has-hero-slider.hero-slider-outside ~ .header__alternative {
height: 4.6rem;
}
.header.has-hero-slider.hero-slider-outside ~ .header__alternative .header__logo-wrapper {
width: 13.4rem;
}
.header.has-hero-slider.hero-slider-outside ~ .header__alternative .header__logo-wrapper svg {
height: 2.5rem;
}
.header.has-hero-slider:not(.hero-slider-outside) .main-menu {
top: 6.5rem;
height: calc(100% - 4.6rem - 6.5rem);
}
.header__menu-trigger {
border-left: 0.1rem solid #FFFFFF;
}
.header__desktop-logo {
display: none;
}
.header__alternative {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 4.6rem;
display: flex;
border-bottom: 0.1rem solid #FFFFFF;
}
.header__alternative > * {
height: 100%;
}
.header__logo-wrapper {
width: 13.4rem;
border-left: 0.1rem solid #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.header__logo-wrapper img {
width: 9.6rem;
}
}
@media (min-width: 992px) {
.header {
bottom: unset;
top: 0;
height: 7.4rem;
border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.header.has-hero-slider .header__newsletter-button, .header.has-hero-slider .header__donate-button, .header.has-hero-slider .header__logo-wrapper {
transition: opacity 0.3s ease 0s;
opacity: 0;
}
.header.has-hero-slider .header__logo-wrapper svg {
display: none;
}
.header.has-hero-slider ~ .header__alternative .header__logo-wrapper svg {
display: none;
}
.header.has-hero-slider.hero-slider-outside .header__newsletter-button {
opacity: 1;
}
.header.has-hero-slider.hero-slider-outside .header__donate-button {
opacity: 1;
transition-delay: 0.15s;
}
.header.has-hero-slider.hero-slider-outside .header__logo-wrapper {
opacity: 1;
transition-delay: 0.3s;
}
.header__search-wrapper, .header__menu-trigger {
flex: 0 0 8.9rem;
width: 8.9rem;
}
.header__newsletter-button, .header__donate-button {
width: 17.6rem;
flex: 0 0 17.6rem;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 2.35;
letter-spacing: 0.5px;
color: #FFFFFF;
}
.header__donate-button {
border-right: 0.1rem solid #000000;
}
.header__desktop-logo {
margin-left: auto;
width: calc(35.2rem - 8.9rem);
height: 100%;
display: flex;
justify-content: center;
align-items: center;
border-left: 0.1rem solid #000000;
transition: all 0.3s ease;
border-right: none;
}
.header__menu-trigger-icon > * {
width: 3.5rem;
}
.header__search-wrapper {
position: relative;
}
.header__search-icon {
flex: 0 0 3rem;
width: 3rem;
}
.header__search-bar {
position: absolute;
top: 0;
left: 100%;
width: 0;
overflow: hidden;
}
.header__alternative {
display: none !important;
position: fixed;
right: 9rem;
}
.header__mobile-tools {
display: none;
}
.header__logo-wrapper {
width: 15.6rem;
margin-left: 0;
}
}
@media (hover: hover) {
.header__search-wrapper, .header__menu-trigger, .header__newsletter-button, .header__donate-button {
cursor: pointer;
}
}
.main-menu {
position: fixed;
top: 4.6rem;
left: 0;
width: 100%;
height: calc(100% - 9.2rem);
padding-top: 5.5rem;
padding-bottom: 2rem;
overflow: auto;
pointer-events: none;  -ms-overflow-style: none; scrollbar-width: none; }
.main-menu::-webkit-scrollbar {
display: none;
}
.main-menu__background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f8f5f0;
z-index: -1;
}
.main-menu__main-menu {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 2.58;
color: #000000;
}
.main-menu__meta-menu {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 300;
line-height: 2.58;
color: #000000;
margin-top: 5rem;
}
.main-menu__main-menu .top-item, .main-menu__meta-menu .top-item {
border-bottom: 0.1rem solid #000000;
}
.main-menu__main-menu .top-item:first-child, .main-menu__meta-menu .top-item:first-child {
border-top: 0.1rem solid #000000;
}
.main-menu__moment-logo {
opacity: 0;
position: fixed;
bottom: 0;
left: 0;
height: 4.6rem;
padding-left: 2rem;
background-color: #f8f5f0;
border-top: 0.1rem solid #000000;
width: calc(100% - 5.5rem);
display: flex;
align-items: center;
}
@media (min-width: 992px) {
.main-menu {
position: absolute;
right: 0;
top: 0;
left: unset;
width: 35.2rem;
z-index: -1;
padding: 9.65rem 3.5rem 3.3rem 3.5rem;
height: calc(100vh + 1px);
}
.main-menu__background {
border-left: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
transform-origin: top right;
transform: scale(0, 0);
}
.main-menu__main-menu {
font-family: SuisseScreen;
font-size: 2.2rem;
font-weight: 500;
line-height: 2;
color: #000000;
margin-bottom: 6rem;
}
.main-menu__meta-menu {
font-family: SuisseScreen;
font-size: 2.2rem;
font-weight: 300;
line-height: 2;
color: #000000;
margin-top: 0;
}
.main-menu__main-menu .top-item, .main-menu__meta-menu .top-item {
border: none;
}
.main-menu__main-menu .top-item:first-child, .main-menu__meta-menu .top-item:first-child {
border: none;
}
.main-menu__moment-logo {
position: relative;
border: none;
display: block;
width: 15.3rem;
margin-top: 9rem;
height: auto;
padding: 0;
}
}
.mobile-tools {
position: relative;
height: 100%;
z-index: 701;
display: flex;
}
.mobile-tools__item {
width: 5.5rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
border-right: 0.1rem solid #000000;
}
.mobile-tools__item .icon img.black {
opacity: 1;
}
.mobile-tools__item .icon img:not(black) {
opacity: 0;
}
.mobile-tools__item .icon {
width: 1.4rem;
}
@media (min-width: 992px) {
.mobile-tools {
display: none;
}
}
.share-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.share-overlay.opened {
pointer-events: auto;
opacity: 1;
}
.share-overlay__close-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
backdrop-filter: blur(4px);
}
.share-overlay__content-wrapper {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
height: 100%;
width: calc(100% - 7rem);
z-index: 2;
display: flex;
justify-content: center;
padding: 4rem 0;
overflow: auto;
}
.share-overlay__content {
position: relative;
height: max-content;
width: 100%;
margin: auto 0;
overflow: hidden;
background-color: #f8f5f0;
}
.share-overlay__close-button {
position: absolute;
right: 2rem;
top: 1.6rem;
width: 2.1rem;
cursor: pointer;
}
.share-overlay__close-button .icon img.black {
opacity: 1;
}
.share-overlay__close-button .icon img:not(black) {
opacity: 0;
}
.share-overlay__close-button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 200%;
height: 200%;
z-index: 0;
}
.share-overlay__header-part {
padding: 3rem 1.9rem 2.4rem;
display: flex;
justify-content: space-between;
}
.share-overlay__header-part img {
width: 14rem;
transform: translateX(-5rem);
}
.share-overlay__content-part {
padding-bottom: 6rem;
border-top: 0.1rem solid #000000;
}
.share-overlay__title {
text-transform: uppercase;
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.6px;
color: #000000;
}
.share-overlay__items {
display: grid;
grid-template-columns: 1fr 1fr;
}
.share-overlay__item {
padding: 1.8rem 2rem 2rem;
width: 100%;
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.81;
color: #000000;
line-height: 1.1;
display: flex;
align-items: center;
border-bottom: 0.1rem solid #000000;
}
.share-overlay__item:nth-child(2n+1) {
border-right: 0.1rem solid #000000;
}
.share-overlay__item-icon {
width: 1.7rem;
margin-right: 1.2rem;
}
.share-overlay__item-icon .icon img.black {
opacity: 1;
}
.share-overlay__item-icon .icon img:not(black) {
opacity: 0;
}
.share-overlay__copy-link {
width: 100%;
background-color: rgba(0, 0, 0, 0.05);
padding: 2.2rem 1.9rem 1.6rem;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 0.1rem solid #000000;
}
.share-overlay__copy-link.copied {
pointer-events: none;
user-select: none;
}
.share-overlay__copy-link.copied .share-overlay__copy-button .idle {
display: none;
}
.share-overlay__copy-link.copied .share-overlay__copy-button .done {
display: inline;
}
.share-overlay__copy-link-text {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.81;
color: #000000;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 24rem;
}
.share-overlay__copy-button {
font-family: SuisseScreen;
font-size: 1.4rem;
line-height: 2;
color: #000000;
width: max-content;
padding: 0 1.5rem;
border-radius: 1.25rem;
border: 0.1rem solid #000000;
}
.share-overlay__copy-button .done {
display: none;
}
@media (min-width: 768px) {
.share-overlay__copy-link-text {
max-width: 50rem;
}
}
@media (min-width: 992px) {
.share-overlay__content-wrapper {
width: auto;
}
.share-overlay__content {
display: flex;
padding: 7rem 0;
}
.share-overlay__close-button {
right: 2.9rem;
top: 2.9rem;
width: 1.9rem;
}
.share-overlay__header-part, .share-overlay__content-part {
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.share-overlay__header-part {
flex: 0 0 38rem;
width: 38rem;
padding: 2.4rem 2.8rem;
align-items: flex-end;
border-right: 0.1rem solid #000000;
}
.share-overlay__header-part img {
transform: none;
width: 100%;
padding: 2rem;
}
.share-overlay__title {
font-family: SuisseScreen;
font-size: 5rem;
font-weight: 500;
line-height: 1.32;
letter-spacing: 0.6px;
color: #000000;
width: 50%;
}
.share-overlay__content-part {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0;
}
.share-overlay__items {
margin: 10rem 0;
border-top: 0.1rem solid #000000;
}
.share-overlay__item {
padding: 2.4rem 20rem 2.4rem 3.4rem;
font-family: SuisseScreen;
font-size: 2rem;
line-height: 1.45;
color: #000000;
}
.share-overlay__item-icon {
width: 2.3rem;
margin-right: 2.6rem;
}
.share-overlay__copy-link {
padding: 2.8rem 4rem 2.8rem 3.4rem;
border-top: 0.1rem solid #000000;
border-bottom: none;
}
.share-overlay__copy-link-text {
font-family: SuisseScreen;
font-size: 2rem;
line-height: 1.45;
color: #000000;
}
.share-overlay__copy-button {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
padding: 0 2.4rem;
cursor: pointer;
}
}
.footer {
position: relative;
border-top: 0.1rem solid #000000;
}
.footer__main-container {
display: flex;
}
.footer__menu {
flex: 0 0 100%;
width: 100%;
}
.footer__menu .footer-menu {
display: flex;
flex-wrap: wrap;
}
.footer__menu .footer-menu li {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.81;
color: #000000;
line-height: 1.2;
flex: 0 0 50%;
border-right: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.footer__menu .footer-menu li a {
white-space: nowrap;
display: block;
width: 100%;
padding: 2rem 1.6rem 2rem 2.2rem;
}
.footer__right-block {
flex: 0 0 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
padding: 2.8rem 1.9rem;
border-bottom: 0.1rem solid #000000;
}
.footer__marque-text-container {
position: relative;
width: 100%;
display: flex;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.35;
letter-spacing: 0.85px;
color: #000000;
line-height: 1.2;
overflow: hidden;
padding: 1.7rem 0 1.8rem;
}
.footer__marque-text {
flex: 1 0 auto;
min-width: 100%;
width: max-content;
white-space: nowrap;
text-align: center;
animation: marque-text 20s linear infinite;
padding: 0 6rem;
display: flex;
justify-content: space-around;
}
.footer__right-logo img {
height: 6rem;
}
@keyframes marque-text {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@media (max-width: 992px) {
.footer {
padding-bottom: 5.6rem;
}
.footer__main-container {
flex-wrap: wrap;
margin-bottom: 6rem;
}
.footer__right-block {
order: 1;
}
.footer__right-logo {
margin-bottom: 3.6rem;
}
.footer__menu {
order: 2;
}
.footer__menu .footer-menu li:nth-child(even) {
border-right: none;
}
.footer__empty-block {
display: none;
}
.footer__marque-text-container {
border-top: 0.1rem solid #000000;
}
}
@media (min-width: 992px) {
.footer {
padding: 0 8.8rem;
}
.footer:before {
content: "";
position: absolute;
bottom: 8rem;
left: 0;
width: 100%;
height: 1px;
background-color: #000000;
opacity: 0.3;
}
.footer__main-container {
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
}
.footer__menu {
flex: 0 0 50%;
width: 50%;
}
.footer__menu .footer-menu li {
font-family: SuisseScreen;
font-size: 2rem;
line-height: 1.45;
color: #000000;
line-height: 1.2;
}
.footer__menu .footer-menu li a {
padding: 2.5rem 3.5rem;
}
.footer__empty-block {
flex: 0 0 43.3rem;
width: 43.3rem;
border-right: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.footer__right-block {
flex: 1 1 auto;
padding: 3.2rem 3.2rem 2.2rem;
}
.footer__marque-text {
padding: 0;
min-width: 50%;
width: 50%;
flex: 0 0 50%;
margin-left: auto;
animation: none;
position: relative;
}
.footer__marque-text:before {
content: "";
position: absolute;
left: 0;
bottom: -2.8rem;
height: 8rem;
border-left: 0.1rem solid #000000;
}
.footer__marque-text:last-child {
display: none;
}
.footer__marque-text-container {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 2.35;
letter-spacing: 0.5px;
color: #000000;
line-height: 1.2;
padding: 9.5rem 1.2rem 2.8rem;
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
}
}
body .header__donate-button, body .header__newsletter-button {
transition: opacity 0.3s ease;
}
body.search-bar-opened .search-bar {
opacity: 1;
pointer-events: auto;
}
body.search-bar-opened .header__donate-button, body.search-bar-opened .header__newsletter-button {
opacity: 0 !important;
pointer-events: none !important;
transition: none !important;
}
body.search-bar-opened .header__search-wrapper {
background-color: #000000;
}
body.search-bar-opened .header__search-icon .black {
opacity: 0 !important;
}
body.search-bar-opened .header__search-icon .white {
opacity: 1 !important;
}
.search-bar {
position: fixed;
z-index: 701;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.search-bar.has-input .search-bar__search-icon {
opacity: 1;
}
.search-bar__input-wrapper {
width: 100%;
}
.search-bar__input-wrapper input {
width: 100%;
padding: 0 5rem 0 2rem;
display: flex;
align-items: center;
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.28;
color: #000000;
text-align: left;
transition: background-color 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.search-bar__input-wrapper input::placeholder {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.28;
color: #000000;
text-align: left;
transition: color 0.3s ease;
}
.search-bar__search-icon {
position: absolute;
width: 3.2rem;
height: 3.2rem;
right: 2.1rem;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f5f0;
border-radius: 100%;
opacity: 0;
transition: opacity 0.3s ease;
}
.search-bar__search-icon .icon img.black {
opacity: 1;
}
.search-bar__search-icon .icon img:not(black) {
opacity: 0;
}
.search-bar__search-icon .icon {
width: 1.4rem;
}
.search-bar__suggestions-wrapper {
width: 100%;
opacity: 0;
pointer-events: none;
background-color: #f8f5f0;
border-bottom: 0.1rem solid #000000;
}
.search-bar__suggestions-wrapper ul li {
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-family: SuisseScreen;
font-size: 1.6rem;
color: #afafaf;
border-bottom: 0.1rem solid rgba(0, 0, 0, 0.32);
}
.search-bar__suggestions-wrapper ul li:last-child {
border-bottom: none;
}
.search-bar__suggestions-wrapper ul li strong {
color: #000000;
font-weight: 500;
}
.search-bar__suggestions-wrapper ul li a {
display: block;
width: 100%;
padding: 0.7rem 2rem;
}
@media (max-width: 992px) {
body.search-bar-opened .search-bar__mobile-close {
opacity: 1;
pointer-events: auto;
}
.search-bar {
width: 100%;
height: calc(100dvh - 9.2rem);
top: 4.6rem;
padding-top: 5rem;
background: #f8f5f0;
}
.search-bar.has-results .search-bar__suggestions-wrapper {
opacity: 1;
pointer-events: auto;
}
.search-bar__mobile-close {
position: fixed;
right: 0;
bottom: 0;
background-color: #f8f5f0;
display: flex;
align-items: center;
justify-content: center;
width: 5.5rem;
height: 4.6rem;
z-index: 701;
border-left: 0.1rem solid #000000;
border-top: 0.1rem solid #000000;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.search-bar__mobile-close .icon img.black {
opacity: 1;
}
.search-bar__mobile-close .icon img:not(black) {
opacity: 0;
}
.search-bar__mobile-close .icon {
width: 1.6rem;
}
.search-bar__input-wrapper {
position: relative;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.search-bar__input-wrapper input {
height: 5.1rem;
background: rgba(0, 0, 0, 0.05);
}
.search-bar__search-icon {
background-color: rgba(0, 0, 0, 0.05);
}
}
@media (min-width: 992px) {
.header.solid ~ .search-bar .search-bar__search-icon {
background-color: rgba(0, 0, 0, 0.05);
}
.header.solid ~ .search-bar .search-bar__input-wrapper {
border-right-color: #000000;
}
.header.solid ~ .search-bar .search-bar__input-wrapper input {
color: #000000;
}
.header.solid ~ .search-bar .search-bar__input-wrapper input::placeholder {
color: #000000;
}
.search-bar {
left: 8.8rem;
top: 0;
width: 33vw;
}
.search-bar.has-results.focus .search-bar__suggestions-wrapper {
opacity: 1;
pointer-events: auto;
}
.search-bar__mobile-close {
display: none;
}
.search-bar__search-icon {
cursor: pointer;
right: 2.1rem;
width: 4.2rem;
height: 4.2rem;
}
.search-bar__search-icon .icon {
width: 1.8rem;
}
.search-bar__input-wrapper {
border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.search-bar__input-wrapper input {
height: 7.4rem;
padding: 0 8.5rem 0 2.5rem;
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 2.35;
letter-spacing: 0.5px;
color: #FFFFFF;
}
.search-bar__input-wrapper input::placeholder {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 2.35;
letter-spacing: 0.5px;
color: #FFFFFF;
}
.search-bar__suggestions-wrapper {
position: absolute;
left: 0;
top: 100%;
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
}
.search-bar__suggestions-wrapper ul li {
font-family: SuisseScreen;
font-size: 2rem;
color: #cbcbcb;
}
.search-bar__suggestions-wrapper ul li:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.search-bar__suggestions-wrapper ul li strong {
font-width: 400;
}
.search-bar__suggestions-wrapper ul li a {
padding: 0.9rem 3.2rem 0.9rem 1.5rem;
}
}
.simple-page {
padding-top: 9.1rem;
}
.simple-page__title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
text-transform: uppercase;
padding: 1.5rem 1.8rem 1.5rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
margin-bottom: 4.2rem;
hyphens: auto;
-webkit-hyphens: auto;
}
.simple-page .wysiwyg-content img {
position: relative;
width: calc(100% + 3.6rem);
max-width: unset;
left: -1.8rem;
}
@media (max-width: 992px) {
.simple-page.left-padding {
position: relative;
}
.simple-page.left-padding:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5.4rem;
border-right: 0.1rem solid #000000;
}
.simple-page.left-padding .simple-page__title {
padding-left: 7.4rem;
}
.simple-page.left-padding .simple-page__content {
padding-left: 5.4rem;
}
}
@media (min-width: 992px) {
.simple-page {
padding-top: 0;
}
.simple-page__title {
font-family: SuisseScreen;
font-size: 5rem;
font-weight: 500;
line-height: 1.32;
letter-spacing: 0.6px;
color: #000000;
padding: 3rem 3.2rem 1.2rem;
margin-bottom: 0;
border: none;
}
.simple-page .wysiwyg-content img {
width: calc(100% + 6.4rem);
left: -3.2rem;
}
}
.error-page .hero-header__background-media {
background-color: #000000;
}
.error-page .hero-header__content-left {
font-size: 2rem;
}
.error-page ~ .footer {
display: none;
}
@media (min-width: 992px) {
.error-page .hero-header__content-left {
text-transform: unset;
font-size: 3rem;
line-height: 3.8rem;
}
.error-page .hero-header__content-right {
display: flex;
align-items: flex-end;
justify-content: center;
}
}
.demo-page {
padding-bottom: 10vh;
}
.demo-page section {
margin-bottom: 8rem;
border-bottom: 0.4rem solid #000000;
}
.demo-page__title {
margin: 6rem 0;
display: block;
text-align: center;
font-family: SuisseScreen;
font-size: 7rem;
font-weight: 500;
line-height: 0.63;
color: #000000;
}
.demo-page__section-title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
text-align: center;
text-transform: uppercase;
margin: 4rem 0;
padding-bottom: 0.4rem;
border-bottom: 0.4rem solid #000000;
}
.demo-page__component-name {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
color: #000000;
margin-bottom: 2rem;
border-bottom: 0.1rem solid #000000;
}
.demo-page__topic-labels {
display: grid;
grid-template-columns: 1fr;
grid-gap: 1rem;
}
.demo-page__favorite-icon {
width: 2rem;
margin-bottom: 0.6rem;
}
.demo-page__favorite-icon:last-child {
margin-bottom: 0;
}
@media (min-width: 992px) {
.demo-page section {
margin-bottom: 20rem;
}
.demo-page__section-title {
margin-bottom: 10rem;
font-family: SuisseScreen;
font-size: 7rem;
font-weight: 500;
line-height: 0.63;
color: #000000;
}
}
.graphic-page__file {
position: relative;
border-bottom: 0.1rem solid #000000;
padding: 2.2rem 2rem;
}
.graphic-page__file .fancybox-toggle {
right: 2.8rem;
top: 2.8rem;
}
.graphic-page__file picture {
padding: 2rem;
background: #FFFFFF;
}
.graphic-page__file picture img {
object-fit: contain;
background-color: #FFFFFF;
}
.graphic-page__abstract {
border-bottom: 0.1rem solid #000000;
}
.graphic-page__abstract {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
padding: 2.8rem 2.2rem;
}
.graphic-page__arrow {
display: flex;
justify-content: center;
}
.graphic-page__arrow .icon img.black {
opacity: 1;
}
.graphic-page__arrow .icon img:not(black) {
opacity: 0;
}
.graphic-page__arrow .icon {
width: 2.8rem;
}
@media (max-width: 992px) {
.graphic-page {
margin-bottom: 4rem;
}
.graphic-page__mobile-navigation-background {
content: "";
position: fixed;
left: 0;
bottom: 4.6rem;
width: 100vw;
height: 4.7rem;
background-color: #f8f5f0;
border-top: 0.1rem solid #000000;
z-index: 9;
}
.graphic-page__post-link {
position: fixed;
left: 50%;
bottom: 5.6rem;
transform: translateX(-50%);
z-index: 10;
}
.graphic-page__post-link .button {
line-height: 1.45;
}
.graphic-page__arrow {
position: fixed;
z-index: 10;
width: 5.3rem;
height: 2.5rem;
align-items: center;
bottom: 5.6rem;
border-radius: 1.25rem;
border: 0.1rem solid #000000;
background-color: #f8f5f0;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.graphic-page__arrow--prev {
left: 2rem;
}
.graphic-page__arrow--next {
right: 2rem;
}
}
@media (min-width: 992px) {
.graphic-page__mobile-navigation-background {
display: none;
}
.graphic-page__file {
padding: 4rem 4.2rem;
}
.graphic-page__file .fancybox-toggle {
right: 6rem;
top: 6rem;
}
.graphic-page__file picture {
padding: 3rem;
}
.graphic-page__abstract {
margin: 0 auto;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
padding: 4rem 10%;
}
.graphic-page__arrow {
width: 100%;
height: 100%;
}
.graphic-page__arrow .icon {
position: sticky;
top: 50%;
transform: translateY(-50%);
width: 4.1rem;
}
.graphic-page__post-link {
position: sticky;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
padding: 2.5rem 0;
border-top: 0.1rem solid #000000;
}
.graphic-page__post-link.mobile {
display: none;
}
.graphic-page__share-tools {
position: sticky;
bottom: 0;
left: 0;
}
}
.article-page .field__item img {
width: 100%;
}
.article-page .fc-module {
border-top: none;
padding: 2.4rem 2rem;
margin-bottom: 0 !important;
}
.article-page__related-slider {
margin-top: 9rem;
margin-bottom: 10rem;
}
.article-page__publication-preview {
display: flex;
flex-direction: column;
}
.article-page__publication-preview img {
padding: 4rem 7rem;
background-color: #ECECEC;
}
.article-page__publication-download-button {
background-color: #ECECEC;
padding-bottom: 4rem;
display: flex;
justify-content: center;
align-items: center;
}
.article-page__preview-image .post-thumbnail figcaption {
padding: 0.4rem 2.2rem;
font-family: SuisseScreen;
font-size: 1.1rem;
line-height: 1.64;
color: #000000;
color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
.article-page .fc-module:last-child {
border-bottom: none;
}
}
@media (min-width: 992px) {
.article-page {
padding-top: 7.4rem;
}
.article-page .page-layout__content-wrapper {
margin-bottom: 7.2rem;
}
.article-page .fc-module {
padding: 3.7rem 4.2rem;
}
.article-page .fc-module:before, .article-page .fc-module:after {
display: none !important;
}
.article-page__related-slider {
margin-top: 13rem;
}
.article-page__related-slider .posts-slider {
margin-top: -1px;
margin-bottom: -1px;
}
.article-page__related-slider .posts-slider__left, .article-page__related-slider .posts-slider__right {
width: 17.6rem;
}
.article-page__sticky-container {
position: sticky;
bottom: 0;
left: 0;
}
.article-page__preview-image .post-thumbnail figcaption {
padding: 0.7rem 11.6rem;
}
}
.team-page {
margin-bottom: 8rem;
}
.team-page__title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
padding: 1.5rem 2rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.team-page__description {
padding: 1.8rem 2rem 2rem;
border-bottom: 0.1rem solid #000000;
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
.team-page__editor {
padding: 2rem;
border-bottom: 0.1rem solid #000000;
}
.team-page__editor.placeholder {
display: none;
}
@media (max-width: 992px) {
.team-page {
margin-top: 9.6rem;
}
.team-page__title br {
display: none;
}
}
@media (min-width: 992px) {
.team-page {
margin-bottom: 0;
}
.team-page__title-box {
padding: 3rem 3rem 7.3rem 3rem;
}
.team-page__title {
font-family: SuisseScreen;
font-size: 4.5rem;
font-weight: 600;
line-height: 1.11;
letter-spacing: 1.13px;
color: #000000;
text-transform: uppercase;
margin-bottom: 5.3rem;
border: none;
padding: 0;
}
.team-page__description {
width: 25%;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
border: none;
padding: 0;
}
.team-page__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 8.8rem;
}
.team-page__editor {
position: relative;
border-right: 0.1rem solid #000000;
border-left: 0.1rem solid #000000;
border-bottom: none;
}
.team-page__editor:before, .team-page__editor:after {
content: "";
position: absolute;
display: block;
height: 0.1rem;
background-color: #000000;
left: 0;
width: 100%;
}
.team-page__editor:before {
top: 0;
}
.team-page__editor:after {
bottom: 0;
}
.team-page__editor:not(:nth-child(3n+1)):before, .team-page__editor:not(:nth-child(3n+1)):after {
width: calc(100% + 8.8rem);
left: -8.8rem;
}
.team-page__editor:nth-child(3n) {
border-right: none;
}
.team-page__editor:nth-child(3n+1) {
border-left: none;
}
.team-page__editor.placeholder {
display: block;
border: none;
}
}
.user-page__avatar picture img {
object-fit: contain;
object-position: top;
}
@media (max-width: 992px) {
.user-page {
border-top: 0.1rem solid #000000;
}
.user-page__mobile-info {
padding: 1.8rem 2rem 2.3rem;
border-bottom: 0.1rem solid #000000;
border-top: 0.1rem solid #000000;
}
.user-page__name {
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 600;
line-height: 1.28;
letter-spacing: 0.3px;
color: #000000;
}
.user-page__position {
font-family: SuisseScreen;
font-size: 1.5rem;
line-height: 3.13;
letter-spacing: 0.6px;
color: #000000;
line-height: 1.2;
}
.user-page__avatar {
padding: 2.2rem 2rem;
border-bottom: 0.1rem solid #000000;
}
.user-page__avatar picture {
width: 100%;
}
.user-page__avatar picture img {
aspect-ratio: 35/38;
overflow: hidden;
width: 100%;
object-fit: cover;
}
.user-page__info {
padding: 2.4rem 2rem;
border-bottom: 0.1rem solid #000000;
}
.user-page__info .user-page__name, .user-page__info .user-page__position {
display: none;
}
.user-page__author-biography {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
margin-bottom: 2rem;
}
.user-page__author-topics {
margin-bottom: 2rem;
}
.user-page__author-topics span {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.23px;
color: #000000;
}
.user-page__author-contacts {
margin-top: 4rem;
}
.user-page__author-data-subtitle {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.25;
color: #000000;
margin-bottom: 0.7rem;
}
.user-page__articles-title {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.5px;
color: #000000;
padding: 4rem 2rem 2rem;
border-bottom: 0.1rem solid #000000;
}
.user-page__article-preview {
padding: 2.2rem 2rem;
border-bottom: 0.1rem solid #000000;
}
.user-page__article-preview--empty {
display: none;
}
}
@media (min-width: 992px) {
.user-page__header {
display: flex;
border-bottom: 0.1rem solid #000000;
margin-bottom: 9.7rem;
}
.user-page__avatar {
width: 59rem;
flex: 0 0 59rem;
height: auto;
min-height: 43rem;
overflow: hidden;
}
.user-page__avatar picture {
height: 100%;
width: 100%;
}
.user-page__avatar picture img {
width: 100%;
height: 100%;
}
.user-page__mobile-info {
display: none;
}
.user-page__info {
border-left: 0.1rem solid #000000;
height: auto;
display: flex;
flex-direction: column;
padding: 2.2rem 3rem;
}
.user-page__name {
font-family: SuisseScreen;
font-size: 3.7rem;
font-weight: 600;
line-height: 0.89;
color: #000000;
}
.user-page__position {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 300;
line-height: 1.27;
color: #000000;
margin-bottom: 4rem;
}
.user-page__flex-drop {
margin-top: auto;
}
.user-page__author-biography {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
margin-bottom: 3rem;
}
.user-page__author-topics {
margin-bottom: 3rem;
}
.user-page__author-topics span {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
}
.user-page__author-data-subtitle {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 500;
line-height: 1.08;
color: #000000;
margin-bottom: 1rem;
}
.user-page__articles-title {
font-family: SuisseScreen;
font-size: 2.6rem;
font-weight: 500;
line-height: 1;
color: #000000;
padding: 1.8rem 2.7rem 2rem;
border-top: 0.1rem solid #000000;
}
.user-page__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 8rem 0;
}
.user-page__article-preview {
padding: 2.8rem;
border-right: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
border-top: 0.1rem solid #000000;
}
.user-page__article-preview:nth-child(3n) {
border-right: none;
}
}
.post-type-archive-page {
padding-top: 0;
}
.post-type-archive-page__posts {
margin-top: 5rem;
margin-bottom: 5rem;
border-top: 0.1rem solid #000000;
}
.post-type-archive-page__post-preview {
width: 100%;
padding: 2.7rem 2rem 2.2rem;
border-bottom: 0.1rem solid #000000;
}
@media (max-width: 992px) {
.post-type-archive-page__post-preview--empty {
display: none;
}
}
@media (min-width: 992px) {
.post-type-archive-page.moi_graphic .page-layout__additional-container {
flex: 0 0 calc(35.2rem - 8.9rem + 8.9rem);
width: calc(35.2rem - 8.9rem + 8.9rem);
}
.post-type-archive-page.moi_graphic .page-layout__outer-column--right {
width: 0;
height: 0;
overflow: hidden;
position: absolute;
border: none !important;
padding: 0 !important;
}
.post-type-archive-page.moi_publication .page-layout__additional-container {
flex: 0 0 calc(35.2rem - 8.9rem);
width: calc(35.2rem - 8.9rem);
}
.post-type-archive-page.moi_publication .page-layout__inner-column--right {
width: 0;
height: 0;
overflow: hidden;
position: absolute;
border: none !important;
padding: 0 !important;
}
.post-type-archive-page__posts {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin: 7.2rem 0;
}
.post-type-archive-page__post-preview {
padding: 2.4rem 3.1rem 2.7rem 2.7rem;
border-bottom: 0.1rem solid #000000;
}
.post-type-archive-page__post-preview:not(:nth-child(3n)) {
border-right: 0.1rem solid #000000;
}
.post-type-archive-page .page-layout__outer-column--left {
padding-top: 2rem;
}
.post-type-archive-page .page-layout__outer-column--left > * {
position: sticky;
bottom: 0;
}
.post-type-archive-page .page-layout__additional-container, .post-type-archive-page .page-layout__inner-column--right {
padding-top: 7.3rem;
}
.post-type-archive-page .page-layout__additional-container .archive-filter, .post-type-archive-page .page-layout__inner-column--right .archive-filter {
position: sticky;
bottom: 0;
}
}
.search-page__request {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.17;
letter-spacing: 0.6px;
color: #000000;
margin-bottom: 0.2rem;
padding-top: 1.3rem;
padding-left: 2.3rem;
padding-right: 2.3rem;
}
.search-page__results-info {
padding-left: 2.3rem;
padding-right: 2.3rem;
font-family: SuisseScreen;
font-size: 1.3rem;
color: #000000;
}
.search-page__post-types {
max-width: 100%;
overflow: auto;
display: flex;
align-items: center;
padding: 2.2rem 2.3rem;
border-bottom: 0.1rem solid #000000;
border-top: 0.1rem solid #000000;
margin-top: 1.8rem;
}
.search-page__post-types .button {
text-transform: unset;
}
.search-page__post-types .button:not(:last-child) {
margin-right: 1rem;
}
.search-page__grid {
margin-bottom: 5rem;
}
.search-page__post-preview {
width: 100%;
padding: 2.7rem 2rem 2.2rem;
border-bottom: 0.1rem solid #000000;
}
.search-page__no-results {
padding: 2.7rem 2rem 2.2rem;
}
.search-page__no-results-headline {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.47;
color: #000000;
margin-bottom: 1.5rem;
}
.search-page__no-results-text {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.53;
color: #000000;
}
.search-page__no-results-text strong {
font-weight: bold;
}
@media (max-width: 992px) {
.search-page__headline {
border-top: 0.1rem solid #000000;
}
.search-page__post-types .button {
padding-left: 1.2rem;
padding-right: 1.2rem;
}
.search-page__post-preview--empty {
display: none;
}
}
@media (min-width: 992px) {
.search-page .page-layout {
position: relative;
}
.search-page .page-layout:before {
content: "";
position: absolute;
left: 0;
top: 14.4rem;
height: 0.1rem;
width: 100%;
background-color: #000000;
}
.search-page .page-layout__main-container {
padding-top: 14.4rem;
}
.search-page__headline {
display: flex;
flex-wrap: wrap;
padding: 3.8rem 3rem 2.8rem;
}
.search-page__request {
flex: 0 0 100%;
font-family: SuisseScreen;
font-size: 5rem;
font-weight: 500;
line-height: 1.32;
letter-spacing: 0.6px;
color: #000000;
margin-bottom: 0;
padding: 0;
}
.search-page__results-info {
font-family: SuisseScreen;
font-size: 1.6rem;
line-height: 1.75;
padding: 0;
}
.search-page__post-types {
margin-left: auto;
display: flex;
align-items: center;
border: none;
padding: 0;
margin-top: 0;
}
.search-page__post-types .button:not(:last-child) {
margin-right: 1.2rem;
}
.search-page__grid {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 8rem 0;
margin-bottom: 7.2rem;
overflow: hidden;
}
.search-page__grid:after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 0;
border-top: 0.1rem solid #000000;
}
.search-page__post-preview {
padding: 2.3rem 2.8rem 2.8rem;
overflow: hidden;
border-bottom: 0.1rem solid #000000;
border-top: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
position: relative;
left: 0.1rem;
width: calc(100% + 0.1rem);
}
.search-page__no-results {
padding: 2.3rem 2.8rem 2.8rem;
grid-column: span 3;
}
.search-page__no-results-headline {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
color: #000000;
margin-bottom: 1.5rem;
}
.search-page__no-results-text {
font-family: SuisseScreen;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.67;
color: #000000;
line-height: 1.75;
}
.search-page__spacer {
width: 100%;
height: 0.1rem;
background: black;
top: 0.1rem;
position: relative;
}
}
.jobs-page {
padding-top: 6.6rem;
}
.jobs-page__title {
padding: 2rem 2.2rem 2.2rem;
font-family: SuisseScreen;
font-size: 2.5rem;
font-weight: 600;
line-height: 1.28;
letter-spacing: 0.63px;
color: #000000;
text-transform: uppercase;
}
.jobs-page__job-preview {
margin-bottom: 2.2rem;
padding-bottom: 2.2rem;
padding-left: 2.2rem;
padding-right: 2.2rem;
border-bottom: 0.1rem solid #000000;
}
.jobs-page__job-preview:last-child {
margin-bottom: 0;
border-bottom: none;
}
@media (min-width: 992px) {
.jobs-page {
padding-top: 0;
}
.jobs-page__title {
padding: 3rem 3.2rem 3.2rem;
font-family: SuisseScreen;
font-size: 5rem;
font-weight: 500;
line-height: 1.32;
letter-spacing: 0.6px;
color: #000000;
}
.jobs-page__grid {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5.4rem;
border-top: 0.1rem solid #000000;
border-bottom: 0.1rem solid #000000;
}
.jobs-page__grid:before, .jobs-page__grid:after {
content: "";
position: absolute;
left: 50%;
top: 0;
height: 100%;
width: 0;
border-left: 0.1rem solid #000000;
}
.jobs-page__grid:before {
left: calc(50% - 2.7rem);
}
.jobs-page__grid:after {
left: calc(50% + 2.7rem);
}
.jobs-page__job-preview {
position: relative;
margin-bottom: 0;
padding: 0;
border-bottom: none;
}
.jobs-page__job-preview:before, .jobs-page__job-preview:after {
content: "";
position: absolute;
height: 0;
border-top: 0.1rem solid #000000;
width: 100%;
left: 0;
background-color: #000000;
}
.jobs-page__job-preview:before {
top: -1px;
}
.jobs-page__job-preview:after {
bottom: -1px;
}
}
.job-page {
padding-top: 6.6rem;
}
.job-page__header {
padding: 2rem 1.8rem 3rem;
}
.job-page__title {
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 600;
line-height: 1.27;
letter-spacing: 0.75px;
color: #000000;
margin-bottom: 1.2rem;
}
.job-page__last-update {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
color: #000000;
font-size: 1.8rem;
line-height: 1.85;
margin-bottom: 0.7rem;
}
.job-page__subtitle {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.75;
color: #000000;
}
@media (min-width: 992px) {
.job-page {
padding-top: 0;
}
.job-page__header {
padding: 3rem 3.2rem 4rem;
}
.job-page__title {
font-family: SuisseScreen;
font-size: 5rem;
font-weight: 500;
line-height: 1.32;
letter-spacing: 0.6px;
color: #000000;
margin-bottom: 2rem;
}
}
.donation-form-page {
padding-top: 10.6rem;
}
.donation-form-page .cookieconsent-optout-marketing {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.29;
color: #000000;
padding: 1rem;
background-color: #000000;
color: #FFFFFF;
border-radius: 0.4rem;
text-align: center;
}
.donation-form-page .cookieconsent-optout-marketing strong {
text-decoration: underline;
}
@media (min-width: 768px) {
.donation-form-page {
padding-top: 13.4rem;
}
}
.page-template-page-thank-you .header {
background-color: #000000;
}
.page-template-page-thank-you .header__donate-button .donate-button {
background-color: #FFFFFF;
color: #000000;
}
.page-template-page-thank-you .footer {
margin-top: 0;
}
.thank-you-page {
background-color: #000000;
color: #FFFFFF;
min-height: 100vh;
}
.thank-you-page ~ footer {
display: none;
}
.thank-you-page picture {
width: 80%;
}
.thank-you-page picture img {
width: 100%;
}
.thank-you-page h1 {
font-family: SuisseScreen;
font-size: 7.2rem;
font-weight: 500;
line-height: 1.18;
letter-spacing: 0.86px;
color: #FFFFFF;
text-transform: uppercase;
}
.thank-you-page__text {
font-family: SuisseScreen;
font-weight: 300;
font-size: 1.3rem;
line-height: 2.3rem;
}
.thank-you-page__text strong {
font-weight: 500;
}
.thank-you-page__link {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
@media (max-width: 992px) {
.thank-you-page .hero-header {
height: max-content;
min-height: 100vh;
display: flex;
align-items: stretch;
}
.thank-you-page .hero-header .page-layout {
height: auto;
}
.thank-you-page .hero-header__top-spacer {
height: 6.4rem;
}
.thank-you-page__image {
margin-top: 2rem;
padding: 0 1.8rem;
}
.thank-you-page__image picture {
width: 100%;
}
.thank-you-page__text-part h1 {
width: 100%;
border-bottom: 0.1rem solid #000000;
padding: 1.2rem 1.8rem;
}
.thank-you-page__text {
padding: 1.2rem 1.8rem;
}
}
@media (min-width: 992px) {
.thank-you-page h1 {
font-family: SuisseScreen;
font-size: 13.8rem;
font-weight: 600;
line-height: 1.04;
letter-spacing: 3.45px;
color: #FFFFFF;
margin-bottom: 0;
border-bottom: 0.1rem solid #000000;
padding: 2rem 3.5rem;
}
.thank-you-page .hero-header__title-line {
display: flex;
margin-bottom: 0;
}
.thank-you-page .hero-header__content-line {
margin-top: 0;
border-top: none;
}
.thank-you-page .hero-header__content-left {
width: 52%;
flex: 0 0 52%;
height: 20vh;
}
.thank-you-page .hero-header__content-right {
padding-top: 4rem;
}
.thank-you-page__image {
flex: 0 0 52%;
width: 52%;
display: flex;
justify-content: flex-end;
}
.thank-you-page__image picture {
max-width: 58rem;
width: 100%;
}
.thank-you-page__text {
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.75;
letter-spacing: 0.24px;
color: #FFFFFF;
padding: 6.2rem 4.5rem 2.8rem;
}
}
.paper-archive-page__paper-block {
position: relative;
border-bottom: 0.1rem solid #000000;
padding: 1.8rem 2.1rem;
}
.paper-archive-page__paper-block--main {
font-family: SuisseScreen;
font-size: 1.5rem;
font-weight: 300;
line-height: 1.67;
letter-spacing: 0.38px;
color: #000000;
}
.paper-archive-page__paper-block[data-letter]:before {
content: attr(data-letter);
position: absolute;
top: -0.1rem;
left: -5.5rem;
width: 5.5rem;
border-top: 0.1rem solid #000000;
text-transform: uppercase;
display: flex;
justify-content: center;
padding-top: 1.4rem;
font-family: SuisseScreen;
font-size: 3rem;
font-weight: 500;
line-height: 0.63;
color: #000000;
line-height: 1.4;
}
.paper-archive-page__paper-block .button {
text-transform: unset;
}
.paper-archive-page__paper-authors {
font-weight: 700;
}
.paper-archive-page__paper-link-mobile {
margin-top: 2rem;
}
.paper-archive-page__paper-link-desktop {
display: none;
}
@media (max-width: 992px) {
.paper-archive-page .pagination {
margin-top: 0;
}
.paper-archive-page__paper-block {
width: calc(100% - 5.5rem);
margin-left: 5.5rem;
border-left: 0.1rem solid #000000;
}
.paper-archive-page__paper-block:last-child {
border-bottom: none;
padding-bottom: 8rem;
}
}
@media (min-width: 992px) {
.paper-archive-page__table .page-layout__content-wrapper, .paper-archive-page__table .page-layout__inner-column {
padding-top: 7.2rem;
}
.paper-archive-page__paper-block {
height: 11rem;
border-bottom: 0.1rem solid #000000;
}
.paper-archive-page__paper-block:first-child {
border-top: 0.1rem solid #000000;
}
.paper-archive-page__paper-block[data-letter]:first-child:before {
height: 11rem;
}
.paper-archive-page__paper-block[data-letter]:before {
top: -0.1rem;
left: -17.6rem;
width: 17.6rem;
border-bottom: 0.1rem solid #000000;
height: 11.1rem;
align-items: center;
font-family: SuisseScreen;
font-size: 5.5rem;
font-weight: 500;
line-height: 0.64;
color: #000000;
padding-top: 0;
}
.paper-archive-page__paper-block--main {
padding: 1rem 3.8rem;
font-family: SuisseScreen;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.75;
letter-spacing: 0.4px;
color: #000000;
display: flex;
align-items: center;
}
.paper-archive-page__paper-block--main:last-child:not([data-letter]):after {
content: "";
position: absolute;
left: -17.6rem;
width: 17.6rem;
top: 0;
height: 11rem;
border-bottom: 0.1rem solid #000000;
}
.paper-archive-page__paper-block--link {
display: flex;
align-items: center;
justify-content: center;
}
.paper-archive-page__paper-link-mobile {
display: none;
}
.paper-archive-page__paper-link-desktop {
display: block;
}
}
.tools-page {
padding-top: 4.6rem;
}
.tools-page__tool-wrapper .wysiwyg-content p {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tools-page__tool-wrapper .wysiwyg-content h1, .tools-page__tool-wrapper .wysiwyg-content h2, .tools-page__tool-wrapper .wysiwyg-content h3, .tools-page__tool-wrapper .wysiwyg-content h4, .tools-page__tool-wrapper .wysiwyg-content h5, .tools-page__tool-wrapper .wysiwyg-content h6 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tools-page__tool-wrapper .step h5 {
font-size: 2rem;
}
.tools-page__tool-wrapper .step h3 {
font-size: 3.4rem;
}
.tools-page__tool-wrapper .step .answer {
width: max-content !important;
max-width: 100% !important;
}
.tools-page__tool-wrapper .step .answer label {
font-size: 2.4rem;
line-height: 1;
padding: 1.6rem;
}
.tools-page__tool-wrapper .step .answer label:before {
width: 3rem;
height: 3rem;
}
.tools-page__tool-wrapper .step select {
font-size: 2.4rem !important;
}
.tools-page__tool-wrapper .step .form-type-select:after {
background-image: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/chevron-down-black.svg) !important;
}
.tools-page__tool-wrapper p.small {
font-size: 1.5rem;
}
.tools-page__tool-wrapper .moment-pflegerechner .steps .step.slide img {
max-width: min(100%, 60rem);
}
.tools-page__tool-text {
padding: 2.4rem;
}
.tools-page .page-layout__content-wrapper {
padding-bottom: 0;
}
.tools-page .moment-pflegerechner {
padding: 0 0 0 0 !important;
font-size: 2rem !important;
line-height: 1.73 !important;
}
.tools-page .moment-pflegerechner .steps {
height: calc(100vh - 4.6rem) !important;
}
.tools-page .chart-opearl .absolute-toggle button.small, .tools-page .chart-opearl-single .absolute-toggle button.small {
font-size: 1.7rem !important;
padding: 0.4rem !important;
}
.tools-page .moment-pflegerechner button {
font-size: 2rem !important;
}
@media (min-width: 992px) {
.tools-page {
padding-top: 7.4rem;
}
.tools-page__tool-text {
padding: 2.4rem 7rem;
}
.tools-page .moment-pflegerechner {
padding: 0 0 0 0 !important;
}
.tools-page .moment-pflegerechner .steps {
height: calc(100vh - 7.4rem) !important;
}
}
.events-page {
padding-top: 0;
}
.events-page .page-layout__main-container {
overflow: visible;
}
.single-date-page .page-layout__main-container {
overflow: visible;
}
.single-date-page__day-link.desktop {
display: none;
}
.single-date-page__day-link-arrow {
flex: 0 0 2.8rem;
width: 2.8rem;
}
.single-date-page__day-link-arrow .icon img.black {
opacity: 1;
}
.single-date-page__day-link-arrow .icon img:not(black) {
opacity: 0;
}
.single-date-page__day-link-label {
font-family: SuisseScreen;
font-size: 3.7rem;
font-weight: 600;
line-height: 0.89;
color: #000000;
color: rgba(0, 0, 0, 0.2);
margin-left: 4rem;
}
.single-date-page__current-day {
position: sticky;
top: 7.4rem;
height: 6.2rem;
border-bottom: 0.1rem solid #000000;
padding: 1.2rem 1.9rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.single-date-page__current-day-label {
font-family: SuisseScreen;
font-size: 2rem;
font-weight: 600;
line-height: 1.65;
color: #000000;
line-height: 1;
}
@media (max-width: 992px) {
.single-date-page__current-day {
border-top: 0.1rem solid #000000;
background-color: rgb(237, 234, 230);
top: 4.6rem;
}
.single-date-page__current-day-close {
display: none;
}
.single-date-page__day-link-arrow {
position: relative;
}
.single-date-page__day-link-arrow:before {
content: "";
position: absolute;
left: -1rem;
top: -1rem;
width: calc(100% + 2rem);
height: calc(100% + 2rem);
}
}
@media (min-width: 992px) {
.single-date-page__day-link {
height: 10rem;
padding: 2.4rem;
display: flex;
align-items: center;
border-bottom: 0.1rem solid #000000;
position: sticky;
top: 7.4rem;
}
.single-date-page__day-link.next {
justify-content: flex-end;
}
.single-date-page__day-link.next .single-date-page__day-link-label {
margin-right: 4rem;
margin-left: 0;
}
.single-date-page__day-link--desktop {
display: flex;
}
.single-date-page__day-link--mobile {
display: none;
}
.single-date-page__current-day {
height: 10rem;
padding: 2.2rem 2.7rem;
background-color: #f8f5f0;
}
.single-date-page__current-day-close {
display: flex;
align-items: center;
justify-content: center;
width: 5rem;
flex: 0 0 5rem;
}
.single-date-page__current-day-close .icon img.black {
opacity: 1;
}
.single-date-page__current-day-close .icon img:not(black) {
opacity: 0;
}
.single-date-page__current-day-close .icon {
width: 2.8rem;
}
.single-date-page__current-day-label {
font-family: SuisseScreen;
font-size: 3.7rem;
font-weight: 600;
line-height: 0.89;
color: #000000;
line-height: 1;
}
}
.social-wall #sbi_images {
padding: 0 0 7.65rem !important;
border-top: 0.1rem solid #000000;
}
.social-wall .simple-page__title {
padding-bottom: 3rem;
}
.social-wall .sbi_item {
padding: 2.4rem 3.1rem 2.7rem 2.7rem;
border-bottom: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
}
.social-wall .sbi_item:nth-child(3n) {
border-right: none;
}
.social-wall .ctf-author-avatar img {
left: 0 !important;
}
@media (min-width: 992px) {
.article-topic-archive-page .page-layout__main-container {
overflow: visible;
}
.article-topic-archive-page .page-layout__inner-column--right {
display: flex;
align-items: flex-end;
}
.article-topic-archive-page .page-layout__inner-column--right .archive-filter {
width: 100%;
margin-top: -0.1rem;
}
}
.page-donate-now .donate-popup__content-wrapper {
position: static;
transform: none;
width: 100%;
min-width: auto;
max-width: 100%;
}
.page-donate-now .donate-popup__page {
border-radius: 0;
}
.page-donate-now .donate-popup__page[data-page="0"] {
background-color: #f2c9c1;
}
.page-donate-now .donate-popup__page[data-page="1"] {
background-color: #FFFFFF;
}
.page-donate-now .donate-popup__page-right-part {
border-radius: 0;
} :root {
--vs-search-input-bg:transparent;
}
.paragraph--type--moment-data-oeparl-frequency {
margin-left: calc(-50vw + 50%);
padding: 1.5rem 0.75rem;
width: 100vw;
}
.chart-opearl, .chart-opearl-single {
margin: 0 auto;
max-width: 1024px;
padding-right: 40px;
position: relative;
}
.chart-opearl .search-line, .chart-opearl-single .search-line {
display: flex;
margin: 2%;
}
.chart-opearl .search-line .info, .chart-opearl-single .search-line .info {
display: flex;
margin-right: 5px;
}
.chart-opearl .search-line .info:hover, .chart-opearl-single .search-line .info:hover {
background: none;
color: #ee907b;
}
.chart-opearl .search-line .v-select, .chart-opearl-single .search-line .v-select {
flex: 1;
}
.chart-opearl .toggles-line, .chart-opearl-single .toggles-line {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.chart-opearl .absolute-toggle, .chart-opearl-single .absolute-toggle {
display: flex;
justify-content: center;
}
.chart-opearl .absolute-toggle button, .chart-opearl-single .absolute-toggle button {
background: none;
border: 2px solid #000;
color: #000;
font-size: 0.8rem;
margin: 0.75rem 0.25rem;
opacity: 0.25;
}
.chart-opearl .absolute-toggle button.active, .chart-opearl-single .absolute-toggle button.active {
opacity: 1;
}
.chart-opearl .vue-slider-mark-step-active, .chart-opearl .vue-slider:hover .vue-slider-mark-step-active, .chart-opearl-single .vue-slider-mark-step-active, .chart-opearl-single .vue-slider:hover .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #ee907b;
}
.chart-opearl .vue-slider-dot-handle-focus, .chart-opearl-single .vue-slider-dot-handle-focus {
box-shadow: 0 0 0 5px #ee907b;
}
.chart-opearl .vue-slider-dot-handle, .chart-opearl .vue-slider-dot-handle-focus, .chart-opearl .vue-slider-dot-handle:hover, .chart-opearl .vue-slider:hover .vue-slider-dot-handle, .chart-opearl .vue-slider:hover .vue-slider-dot-handle-focus, .chart-opearl .vue-slider:hover .vue-slider-dot-handle:hover, .chart-opearl-single .vue-slider-dot-handle, .chart-opearl-single .vue-slider-dot-handle-focus, .chart-opearl-single .vue-slider-dot-handle:hover, .chart-opearl-single .vue-slider:hover .vue-slider-dot-handle, .chart-opearl-single .vue-slider:hover .vue-slider-dot-handle-focus, .chart-opearl-single .vue-slider:hover .vue-slider-dot-handle:hover {
border-color: #ee907b;
}
.chart-opearl .vue-slider-dot-tooltip-inner, .chart-opearl .vue-slider-process, .chart-opearl .vue-slider:hover .vue-slider-process, .chart-opearl-single .vue-slider-dot-tooltip-inner, .chart-opearl-single .vue-slider-process, .chart-opearl-single .vue-slider:hover .vue-slider-process {
background-color: #ee907b;
}
.chart-opearl .share-line, .chart-opearl-single .share-line {
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.chart-opearl .share-line .button, .chart-opearl-single .share-line .button {
border: 2px solid #fff;
border-radius: 100%;
display: block;
height: 32px;
margin: 0 5px 10px;
padding: 5px;
text-align: center;
width: 32px;
}
.chart-opearl .share-line .button svg, .chart-opearl-single .share-line .button svg {
height: 100%;
width: auto;
}
.chart-opearl .share-line .button:after, .chart-opearl-single .share-line .button:after {
display: none;
}
.chart-opearl .v-select input.vs__search, .chart-opearl-single .v-select input.vs__search {
color: #000;
font-family: SuisseScreen, sans-serif;
font-weight: 700;
}
.chart-opearl .help-widget, .chart-opearl .loading, .chart-opearl-single .help-widget, .chart-opearl-single .loading {
align-items: center;
background: rgba(0, 0, 0, 0.5);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
padding: 0.75rem;
position: absolute;
right: 0;
text-align: center;
top: 0;
z-index: 10;
}
.chart-opearl .help-widget .content, .chart-opearl .loading .content, .chart-opearl-single .help-widget .content, .chart-opearl-single .loading .content {
background: #ee907b;
color: #fff;
max-width: 800px;
overflow: hidden;
padding: 3rem 1.5rem 1.5rem;
position: relative;
width: 100%;
}
.chart-opearl .help-widget .content .close, .chart-opearl .loading .content .close, .chart-opearl-single .help-widget .content .close, .chart-opearl-single .loading .content .close {
background: none;
display: flex;
position: absolute;
right: 0;
top: 0;
}
.chart-opearl .help-widget .content .close:hover, .chart-opearl .loading .content .close:hover, .chart-opearl-single .help-widget .content .close:hover, .chart-opearl-single .loading .content .close:hover {
background: #000;
color: #fff;
}
.chart-opearl .help-widget .content .loading-icon, .chart-opearl .loading .content .loading-icon, .chart-opearl-single .help-widget .content .loading-icon, .chart-opearl-single .loading .content .loading-icon {
background: url(//www.momentum-institut.at/themes/moment/assets/dist/images/icon-loading.svg) no-repeat 50%;
background-size: contain;
display: block;
height: 40px;
margin: 1.5rem auto;
width: 40px;
}
.chart-opearl .help-widget .content ul, .chart-opearl .loading .content ul, .chart-opearl-single .help-widget .content ul, .chart-opearl-single .loading .content ul {
line-height: 180%;
list-style: initial;
margin: 0.5em 0 0.5em 1em;
text-align: left;
}
.chart-opearl .help-widget .content p, .chart-opearl .loading .content p, .chart-opearl-single .help-widget .content p, .chart-opearl-single .loading .content p {
font-family: SuisseScreen, sans-serif;
font-size: 1rem;
font-weight: 700;
}
.v-select input.vs__search {
background: none;
border: none;
margin: 0;
width: auto;
}
.v-select .vs__selected {
background: none;
border: none;
line-height: normal;
}
.v-select .vs__selected > span {
border: 2px solid #000;
border-radius: 30px;
color: #000;
font-family: SuisseScreen, sans-serif;
font-weight: 700;
margin-right: -30px;
padding: 3px 30px 1px 10px;
}
.v-select .vs__dropdown-menu, .v-select .vs__dropdown-toggle {
border: 1px solid rgba(0, 0, 0, 0.5);
}
.v-select .vs__dropdown-menu {
background: #fff;
color: #000;
}
.v-select .vs__dropdown-menu a, .v-select .vs__dropdown-menu li {
color: #000;
}
.v-select .vs__deselect {
margin: 0 8px;
}
.v-select .vs__deselect path {
fill: #000;
}
.v-select .vs__deselect:hover {
background: none;
}
.v-select .vs__deselect:hover path {
fill: #ee907b;
}
.dark-mode .chart-opearl .v-select input.vs__search, .dark-mode .chart-opearl-single .v-select input.vs__search {
color: #fff;
}
.dark-mode .v-select .vs__selected > span {
border-color: #fff;
color: #fff;
}
.dark-mode .v-select .vs__dropdown-toggle {
border-color: hsla(0, 0%, 100%, 0.5);
}
.dark-mode .v-select .vs__dropdown-menu {
background: #000;
border-color: hsla(0, 0%, 100%, 0.5);
color: #fff;
}
.dark-mode .v-select .vs__dropdown-menu a, .dark-mode .v-select .vs__dropdown-menu li {
color: #fff;
}
.dark-mode .v-select .vs__deselect path {
fill: #fff;
}
.dark-mode .absolute-toggle button {
border: 2px solid #fff;
color: #fff;
}
.vue-slider-disabled .vue-slider-process {
background-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-dot-handle {
border-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #a7a7a7;
}
.vue-slider-rail {
background-color: #f5f5f5;
border-radius: 15px;
transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-rail {
background-color: #e1e1e1;
}
.vue-slider-process {
background-color: #9cd5ff;
border-radius: 15px;
transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-process {
background-color: #69c0ff;
}
.vue-slider-mark-step {
background-color: #fff;
border-radius: 50%;
box-shadow: 0 0 0 2px #e8e8e8;
height: 100%;
width: 100%;
}
.vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #9cd5ff;
}
.vue-slider:hover .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #69c0ff;
}
.vue-slider-mark-label {
font-size: 12px;
white-space: nowrap;
}
.vue-slider-dot-handle {
background-color: #fff;
border: 2px solid #9cd5ff;
border-radius: 50%;
box-sizing: border-box;
cursor: pointer;
height: 100%;
transition: box-shadow 0.3s, border-color 0.3s;
width: 100%;
}
.vue-slider:hover .vue-slider-dot-handle {
border-color: #69c0ff;
}
.vue-slider-dot-handle-focus {
border-color: #36abff;
box-shadow: 0 0 0 5px rgba(54, 171, 255, 0.2);
}
.vue-slider-dot-handle:hover, .vue-slider:hover .vue-slider-dot-handle-focus, .vue-slider:hover .vue-slider-dot-handle:hover {
border-color: #36abff;
}
.vue-slider-dot-handle-disabled {
border-color: #ddd !important;
cursor: not-allowed;
}
.vue-slider-dot-tooltip {
opacity: 0;
transition: all 0.3s;
visibility: hidden;
}
.vue-slider-dot-tooltip-inner {
background-color: rgba(0, 0, 0, 0.75);
border-color: rgba(0, 0, 0, 0.75);
border-radius: 5px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
color: #fff;
font-size: 14px;
padding: 6px 8px;
transform: scale(0.9);
transition: transform 0.3s;
white-space: nowrap;
}
.vue-slider-dot-tooltip-inner:after {
content: "";
position: absolute;
}
.vue-slider-dot-tooltip-inner-top:after {
border: 5px solid transparent;
border-top-color: inherit;
height: 0;
left: 50%;
top: 100%;
transform: translate(-50%);
width: 0;
}
.vue-slider-dot-tooltip-inner-bottom:after {
border: 5px solid transparent;
border-bottom-color: inherit;
bottom: 100%;
height: 0;
left: 50%;
transform: translate(-50%);
width: 0;
}
.vue-slider-dot-tooltip-inner-left:after {
border: 5px solid transparent;
border-left-color: inherit;
height: 0;
left: 100%;
top: 50%;
transform: translateY(-50%);
width: 0;
}
.vue-slider-dot-tooltip-inner-right:after {
border: 5px solid transparent;
border-right-color: inherit;
height: 0;
right: 100%;
top: 50%;
transform: translateY(-50%);
width: 0;
}
.vue-slider-dot-tooltip-inner-top {
transform-origin: 50% 100%;
}
.vue-slider-dot-tooltip-inner-bottom {
transform-origin: 50% 0;
}
.vue-slider-dot-tooltip-inner-left {
transform-origin: 100% 50%;
}
.vue-slider-dot-tooltip-inner-right {
transform-origin: 0 50%;
}
.vue-slider-dot-tooltip-show, .vue-slider-dot:hover .vue-slider-dot-tooltip {
opacity: 1;
visibility: visible;
}
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner, .vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner {
transform: scale(1);
}
:root {
--vs-colors--lightest:rgba(60,60,60,.26);
--vs-colors--light:rgba(60,60,60,.5);
--vs-colors--dark:#333;
--vs-colors--darkest:rgba(0,0,0,.15);
--vs-search-input-color:inherit;
--vs-search-input-bg:#fff;
--vs-search-input-placeholder-color:inherit;
--vs-font-size:1rem;
--vs-line-height:1.4;
--vs-state-disabled-bg:#f8f8f8;
--vs-state-disabled-color:var(--vs-colors--light);
--vs-state-disabled-controls-color:var(--vs-colors--light);
--vs-state-disabled-cursor:not-allowed;
--vs-border-color:var(--vs-colors--lightest);
--vs-border-width:1px;
--vs-border-style:solid;
--vs-border-radius:4px;
--vs-actions-padding:4px 6px 0 3px;
--vs-controls-color:var(--vs-colors--light);
--vs-controls-size:1;
--vs-controls--deselect-text-shadow:0 1px 0 #fff;
--vs-selected-bg:#f0f0f0;
--vs-selected-color:var(--vs-colors--dark);
--vs-selected-border-color:var(--vs-border-color);
--vs-selected-border-style:var(--vs-border-style);
--vs-selected-border-width:var(--vs-border-width);
--vs-dropdown-bg:#fff;
--vs-dropdown-color:inherit;
--vs-dropdown-z-index:1000;
--vs-dropdown-min-width:160px;
--vs-dropdown-max-height:350px;
--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);
--vs-dropdown-option-bg:#000;
--vs-dropdown-option-color:var(--vs-dropdown-color);
--vs-dropdown-option-padding:3px 20px;
--vs-dropdown-option--active-bg:#5897fb;
--vs-dropdown-option--active-color:#fff;
--vs-dropdown-option--deselect-bg:#fb5858;
--vs-dropdown-option--deselect-color:#fff;
--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);
--vs-transition-duration:150ms;
}
.v-select {
font-family: inherit;
position: relative;
}
.v-select, .v-select * {
box-sizing: border-box;
}
:root {
--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);
--vs-transition-duration:0.15s;
}
@-webkit-keyframes vSelectSpinner {
0% {
transform: rotate(0deg);
}
to {
transform: rotate(1turn);
}
}
@keyframes vSelectSpinner {
0% {
transform: rotate(0deg);
}
to {
transform: rotate(1turn);
}
}
.vs__fade-enter-active, .vs__fade-leave-active {
pointer-events: none;
transition: opacity var(--vs-transition-duration) var(--vs-transition-timing-function);
}
.vs__fade-enter, .vs__fade-leave-to {
opacity: 0;
}
:root {
--vs-disabled-bg:var(--vs-state-disabled-bg);
--vs-disabled-color:var(--vs-state-disabled-color);
--vs-disabled-cursor:var(--vs-state-disabled-cursor);
}
.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
background-color: var(--vs-disabled-bg);
cursor: var(--vs-disabled-cursor);
}
.v-select[dir=rtl] .vs__actions {
padding: 0 3px 0 6px;
}
.v-select[dir=rtl] .vs__clear {
margin-left: 6px;
margin-right: 0;
}
.v-select[dir=rtl] .vs__deselect {
margin-left: 0;
margin-right: 2px;
}
.v-select[dir=rtl] .vs__dropdown-menu {
text-align: right;
}
.vs__dropdown-toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--vs-search-input-bg);
border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
border-radius: var(--vs-border-radius);
display: flex;
padding: 0 0 4px;
white-space: normal;
}
.vs__selected-options {
display: flex;
flex-basis: 100%;
flex-grow: 1;
flex-wrap: wrap;
padding: 0 2px;
position: relative;
}
.vs__actions {
align-items: center;
display: flex;
padding: var(--vs-actions-padding);
}
.vs--searchable .vs__dropdown-toggle {
cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle {
cursor: pointer;
}
.vs--open .vs__dropdown-toggle {
border-bottom-color: transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vs__open-indicator {
fill: var(--vs-controls-color);
transform: scale(var(--vs-controls-size));
transition: transform var(--vs-transition-duration) var(--vs-transition-timing-function);
transition-timing-function: var(--vs-transition-timing-function);
}
.vs--open .vs__open-indicator {
transform: rotate(180deg) scale(var(--vs-controls-size));
}
.vs--loading .vs__open-indicator {
opacity: 0;
}
.vs__clear {
fill: var(--vs-controls-color);
background-color: transparent;
border: 0;
cursor: pointer;
margin-right: 8px;
padding: 0;
}
.vs__dropdown-menu {
background: var(--vs-dropdown-bg);
border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
border-top-style: none;
box-shadow: var(--vs-dropdown-box-shadow);
box-sizing: border-box;
color: var(--vs-dropdown-color);
display: block;
left: 0;
list-style: none;
margin: 0;
max-height: var(--vs-dropdown-max-height);
min-width: var(--vs-dropdown-min-width);
overflow-y: auto;
padding: 5px 0;
position: absolute;
text-align: left;
top: calc(100% - var(--vs-border-width));
width: 100%;
z-index: var(--vs-dropdown-z-index);
}
.vs__no-options {
text-align: center;
}
.vs__dropdown-option {
clear: both;
color: var(--vs-dropdown-option-color);
cursor: pointer;
display: block;
line-height: 1.42857143;
padding: var(--vs-dropdown-option-padding);
white-space: nowrap;
}
.vs__dropdown-option--highlight {
background: var(--vs-dropdown-option--active-bg);
color: var(--vs-dropdown-option--active-color);
}
.vs__dropdown-option--deselect {
background: var(--vs-dropdown-option--deselect-bg);
color: var(--vs-dropdown-option--deselect-color);
}
.vs__dropdown-option--disabled {
background: var(--vs-state-disabled-bg);
color: var(--vs-state-disabled-color);
cursor: var(--vs-state-disabled-cursor);
}
.vs__selected {
align-items: center;
background-color: var(--vs-selected-bg);
border: var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);
border-radius: var(--vs-border-radius);
color: var(--vs-selected-color);
display: flex;
line-height: var(--vs-line-height);
margin: 4px 2px 0;
padding: 0 0.25em;
z-index: 0;
}
.vs__deselect {
fill: var(--vs-controls-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
cursor: pointer;
display: inline-flex;
margin-left: 4px;
padding: 0;
text-shadow: var(--vs-controls--deselect-text-shadow);
}
.vs--single .vs__selected {
background-color: transparent;
border-color: transparent;
}
.vs--single.vs--loading .vs__selected, .vs--single.vs--open .vs__selected {
opacity: 0.4;
position: absolute;
}
.vs--single.vs--searching .vs__selected {
display: none;
}
.vs__search::-webkit-search-cancel-button {
display: none;
}
.vs__search::-ms-clear, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
display: none;
}
.vs__search, .vs__search:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 1px solid transparent;
border-left: none;
box-shadow: none;
color: var(--vs-search-input-color);
flex-grow: 1;
font-size: var(--vs-font-size);
line-height: var(--vs-line-height);
margin: 4px 0 0;
max-width: 100%;
outline: none;
padding: 0 7px;
width: 0;
z-index: 1;
}
.vs__search::-moz-placeholder {
color: var(--vs-search-input-placeholder-color);
}
.vs__search:-ms-input-placeholder {
color: var(--vs-search-input-placeholder-color);
}
.vs__search::placeholder {
color: var(--vs-search-input-placeholder-color);
}
.vs--unsearchable .vs__search {
opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
opacity: 0.2;
}
.vs__spinner {
align-self: center;
-webkit-animation: vSelectSpinner 1.1s linear infinite;
animation: vSelectSpinner 1.1s linear infinite;
border: 0.9em solid hsla(0, 0%, 39%, 0.1);
border-left-color: rgba(60, 60, 60, 0.45);
font-size: 5px;
opacity: 0;
overflow: hidden;
text-indent: -9999em;
transform: translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
transition: opacity 0.1s;
}
.vs__spinner, .vs__spinner:after {
border-radius: 50%;
height: 5em;
transform: scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
width: 5em;
}
.vs--loading .vs__spinner {
opacity: 1;
}
:root {
--vs-search-input-bg:transparent;
}
body.momentum-institut-at .region-footer, body.momentum-institut-at .region-header {
background: #000;
color: #fff;
}
body.momentum-institut-at .region-footer .color-primary, body.momentum-institut-at .region-header .color-primary {
fill: #fff;
}
body.momentum-institut-at .region-footer nav.navigation ul li a:after, body.momentum-institut-at .region-footer nav.navigation ul li span:after, body.momentum-institut-at .region-header nav.navigation ul li a:after, body.momentum-institut-at .region-header nav.navigation ul li span:after {
background-color: #fff;
}
body.momentum-institut-at .region-footer .color-primary, body.momentum-institut-at .region-footer a, body.momentum-institut-at .region-footer h1, body.momentum-institut-at .region-footer h2, body.momentum-institut-at .region-footer h3, body.momentum-institut-at .region-footer h4, body.momentum-institut-at .region-footer h5, body.momentum-institut-at .region-footer h6, body.momentum-institut-at .region-footer p, body.momentum-institut-at .region-header .color-primary, body.momentum-institut-at .region-header a, body.momentum-institut-at .region-header h1, body.momentum-institut-at .region-header h2, body.momentum-institut-at .region-header h3, body.momentum-institut-at .region-header h4, body.momentum-institut-at .region-header h5, body.momentum-institut-at .region-header h6, body.momentum-institut-at .region-header p {
color: #fff;
}
body.momentum-institut-at .region-footer .hamburger:not(.is-active) .hamburger-inner, body.momentum-institut-at .region-footer .hamburger:not(.is-active) .hamburger-inner:after, body.momentum-institut-at .region-footer .hamburger:not(.is-active) .hamburger-inner:before, body.momentum-institut-at .region-header .hamburger:not(.is-active) .hamburger-inner, body.momentum-institut-at .region-header .hamburger:not(.is-active) .hamburger-inner:after, body.momentum-institut-at .region-header .hamburger:not(.is-active) .hamburger-inner:before {
background-color: #fff;
}
body.momentum-institut-at .region-footer .block-domain-switcher, body.momentum-institut-at .region-header .block-domain-switcher {
background-color: hsla(0, 0%, 100%, 0.125);
}
body.momentum-institut-at .region-footer .block-domain-switcher a:before, body.momentum-institut-at .region-header .block-domain-switcher a:before {
background-color: #ee907b;
}
body.momentum-institut-at .region-header {
background: #ee907b;
transition: all 0.5s ease-out;
}
body.momentum-institut-at.path-frontpage .region-header:not(.scrolled-down) {
background: transparent;
box-shadow: none;
}
body.momentum-institut-at.path-frontpage .region-header:not(.scrolled-down) .block-domain-switcher {
background: none;
}
body.momentum-institut-at.path-frontpage .region-header:not(.scrolled-down) .block-domain-switcher a:before {
content: none;
display: none;
}
body.momentum-institut-at.path-frontpage .region-content {
padding: 0;
}
body.momentum-institut-at.path-frontpage .paragraph--type--mission-statement .content {
padding-bottom: 5vw;
padding-top: calc(5vw + 49px);
}
body.momentum-institut-at .block-domain-switcher a svg, body.momentum-institut-at .block-social-links .links a, body.momentum-institut-at .search-toggle .search-toggle-icon {
opacity: 0.8;
}
body.momentum-institut-at .paragraph--type--cta .button {
background: #ee907b;
color: #000;
}
body.momentum-institut-at .paragraph--type--cta .button:hover {
background: #000;
color: #fff;
}
body.momentum-institut-at header .block-donation-overlay .donation-button, body.momentum-institut-at header .block-highlight-link .donation-button {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1160px) {
body.momentum-institut-at nav.navigation ul li a, body.momentum-institut-at nav.navigation ul li span {
opacity: 0.8;
}
body.momentum-institut-at nav.navigation ul li.menu-item--expanded:hover .menu {
background-color: #ee907b;
}
}
.chart-opearl .absolute-toggle button {
font-size: 1.2rem !important;
padding: 0 1rem;
}
.chart-opearl .v-select .vs__selected span {
font-size: 1.6rem;
}
.chart-opearl .help-widget {
font-size: 1.6rem;
}
.chart-opearl .loading {
font-size: 1.6rem;
}
.chart-opearl .vue-slider-rail {
background-color: #D4D4D4;
}
.chart-opearl .help-widget .content .loading-icon, .chart-opearl .loading .content .loading-icon, .chart-opearl-single .help-widget .content .loading-icon, .chart-opearl-single .loading .content .loading-icon {
background: url(https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/.https://www.momentum-institut.at/wp-content/themes/moi/dist/css/assets/img/icons/icon-loading.svg) no-repeat 50%;
background-size: contain;
}
@media (min-width: 2200px) {
.fc-module:before, .fc-module:after, .block-headline:before, .block-headline:after {
width: calc((100vw - 1920px) / 2);
}
.page-layout--spacer:before {
content: "";
position: absolute;
top: 14.6rem;
width: 100vw;
left: 0;
border-bottom: 0.1rem solid #000000;
}
.fc-module .block-headline {
padding-left: calc((100vw - 1920px) / 2 + 3.2rem);
padding-right: calc((100vw - 1920px) / 2 + 3.2rem);
}
.fc-module .tools-list, .fc-module .cta-banner, .fc-module .profiles-slider, .fc-module .wysiwyg-block, .fc-module .downloads-block, .fc-module .twitter-teaser {
padding-left: calc((100vw - 1920px) / 2);
padding-right: calc((100vw - 1920px) / 2);
}
.fc-module .posts-slider__left, .fc-module .posts-slider__right {
flex: 0 0 calc((100vw - 1920px) / 2);
}
.fc-module .posts-slider__left .icon, .fc-module .posts-slider__right .icon {
width: 5.8rem;
}
.fc-module .posts-slider__left {
justify-content: flex-end;
padding-right: 5.8rem;
}
.fc-module .posts-slider__right {
justify-content: flex-start;
padding-left: 5.8rem;
}
.fc-module .profiles-slider:before {
left: calc((100vw - 1920px) / 2);
width: 1920px;
}
.single-date-page ~ .footer {
padding-left: calc((100vw - 1920px) / 2);
padding-right: calc((100vw - 1920px) / 2);
}
.footer {
padding-left: calc((100vw - 1920px) / 2);
padding-right: calc((100vw - 1920px) / 2);
}
}
@media (min-width: 2361px) {
.hero-slider__row-center {
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
max-width: 1920px;
margin: 0 auto;
}
.hero-slider__header-text {
right: calc(35.2rem + (100vw - 35.2rem - 8.9rem - 1920px) / 2 - 0.01rem);
border-right: 0.1rem solid #000000;
}
}
@media (min-width: 2400px) {
.page-layout__main-container {
position: relative;
max-width: 1920px;
flex: 0 1 1920px;
margin-left: auto;
margin-right: auto;
border-left: 0.1rem solid #000000;
border-right: 0.1rem solid #000000;
}
}
@media print {
.graphic-page__share-tools,
.content-filter__mobile-trigger,
.header,
.article-page__sticky-container,
.footer, .posts-slider__left,
.posts-slider__right,
.posts-slider__pagination,
.related-slider__headline-right,
.favorite-icon,
.spacer {
display: none;
border: none;
}
img {
max-height: 75vh;
object-fit: contain;
object-position: center;
}
.header__alternative {
position: relative;
}
main {
padding-top: 0 !important;
}
.related-slider {
border-bottom: none;
}
.button {
background-color: rgb(180, 180, 180) !important;
}
}