:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #e92841;
--orange: #ff7d1e;
--yellow: #ffc107;
--green: #9bd732;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #9bd732;
--info: #17a2b8;
--warning: #ffc107;
--danger: #e92841;
--light: #f8f9fa;
--dark: #222;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 769px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
} article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
} body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
} [tabindex="-1"]:focus {
outline: 0 !important;
} hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
} p {
margin-top: 0;
margin-bottom: 1rem;
} abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
} address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
} ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
} ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
} dt {
font-weight: 700;
} dd {
margin-bottom: .5rem;
margin-left: 0;
} blockquote {
margin: 0 0 1rem;
} dfn {
font-style: italic;
} b,
strong {
font-weight: bolder;
} small {
font-size: 80%;
} sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
} sub {
bottom: -.25em;
} sup {
top: -.5em;
} a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
} a:hover {
color: #0056b3;
text-decoration: underline;
} a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
} a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
} a:not([href]):not([tabindex]):focus {
outline: 0;
} pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
} pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
} figure {
margin: 0 0 1rem;
} img {
vertical-align: middle;
border-style: none;
} svg:not(:root) {
overflow: hidden;
} table {
border-collapse: collapse;
} caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
} th {
text-align: inherit;
} label {
display: inline-block;
margin-bottom: 0.5rem;
} button {
border-radius: 0;
} button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
} input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
} input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
} textarea {
overflow: auto;
resize: vertical;
} fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
} legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
} progress {
vertical-align: baseline;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
} [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
} output {
display: inline-block;
} summary {
display: list-item;
cursor: pointer;
} template {
display: none;
} [hidden] {
display: none !important;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} h1,
.h1 {
font-size: 2.5rem;
} h2,
.h2 {
font-size: 2rem;
} h3,
.h3 {
font-size: 1.75rem;
} h4,
.h4 {
font-size: 1.5rem;
} h5,
.h5 {
font-size: 1.25rem;
} h6,
.h6 {
font-size: 1rem;
} .lead {
font-size: 1.25rem;
font-weight: 300;
} .display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
} .display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
} .display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
} .display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
} hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
} small,
.small {
font-size: 80%;
font-weight: 400;
} mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
} .list-unstyled {
padding-left: 0;
list-style: none;
} .list-inline {
padding-left: 0;
list-style: none;
} .list-inline-item {
display: inline-block;
} .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
} .initialism {
font-size: 90%;
text-transform: uppercase;
} .blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
} .blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
} .blockquote-footer::before {
content: "\2014   \A0";
} .img-fluid {
max-width: 100%;
height: auto;
} .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
} .figure {
display: inline-block;
} .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
} .figure-caption {
font-size: 90%;
color: #6c757d;
} code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
} a > code {
color: inherit;
} kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
} kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
} pre {
display: block;
font-size: 87.5%;
color: #212529;
} pre code {
font-size: inherit;
color: inherit;
word-break: normal;
} .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
} .container {
width: 100%;
padding-right: 1.5rem;
padding-left: 1.5rem;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 769px) { .container {
max-width: 74rem;
}
}
@media (min-width: 992px) { .container {
max-width: 96rem;
}
}
@media (min-width: 1200px) { .container {
max-width: 127.5rem;
}
} .container-fluid {
width: 100%;
padding-right: 1.5rem;
padding-left: 1.5rem;
margin-right: auto;
margin-left: auto;
} .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1.5rem;
margin-left: -1.5rem;
} .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: 1.5rem;
padding-left: 1.5rem;
} .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
} .col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
} .col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
} .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
} .col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} .col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
} .col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} .col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
} .col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
} .col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
} .col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
} .col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
} .col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
} .order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
} .order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
} .order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
} .order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
} .order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
} .order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
} .order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
} .order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
} .order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
} .order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
} .order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
} .order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
} .order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
} .offset-1 {
margin-left: 8.33333%;
} .offset-2 {
margin-left: 16.66667%;
} .offset-3 {
margin-left: 25%;
} .offset-4 {
margin-left: 33.33333%;
} .offset-5 {
margin-left: 41.66667%;
} .offset-6 {
margin-left: 50%;
} .offset-7 {
margin-left: 58.33333%;
} .offset-8 {
margin-left: 66.66667%;
} .offset-9 {
margin-left: 75%;
} .offset-10 {
margin-left: 83.33333%;
} .offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) { .col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
} .col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
} .col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
} .col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
} .col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} .col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
} .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} .col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
} .col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
} .col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
} .col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
} .col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
} .col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
} .order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
} .order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
} .order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
} .order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
} .order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
} .order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
} .order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
} .order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
} .order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
} .order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
} .order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
} .order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
} .order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
} .offset-sm-0 {
margin-left: 0;
} .offset-sm-1 {
margin-left: 8.33333%;
} .offset-sm-2 {
margin-left: 16.66667%;
} .offset-sm-3 {
margin-left: 25%;
} .offset-sm-4 {
margin-left: 33.33333%;
} .offset-sm-5 {
margin-left: 41.66667%;
} .offset-sm-6 {
margin-left: 50%;
} .offset-sm-7 {
margin-left: 58.33333%;
} .offset-sm-8 {
margin-left: 66.66667%;
} .offset-sm-9 {
margin-left: 75%;
} .offset-sm-10 {
margin-left: 83.33333%;
} .offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 769px) { .col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
} .col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
} .col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
} .col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
} .col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} .col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
} .col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} .col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
} .col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
} .col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
} .col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
} .col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
} .col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
} .order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
} .order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
} .order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
} .order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
} .order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
} .order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
} .order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
} .order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
} .order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
} .order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
} .order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
} .order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
} .order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
} .offset-md-0 {
margin-left: 0;
} .offset-md-1 {
margin-left: 8.33333%;
} .offset-md-2 {
margin-left: 16.66667%;
} .offset-md-3 {
margin-left: 25%;
} .offset-md-4 {
margin-left: 33.33333%;
} .offset-md-5 {
margin-left: 41.66667%;
} .offset-md-6 {
margin-left: 50%;
} .offset-md-7 {
margin-left: 58.33333%;
} .offset-md-8 {
margin-left: 66.66667%;
} .offset-md-9 {
margin-left: 75%;
} .offset-md-10 {
margin-left: 83.33333%;
} .offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) { .col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
} .col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
} .col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
} .col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
} .col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} .col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
} .col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} .col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
} .col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
} .col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
} .col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
} .col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
} .col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
} .order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
} .order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
} .order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
} .order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
} .order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
} .order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
} .order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
} .order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
} .order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
} .order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
} .order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
} .order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
} .order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
} .offset-lg-0 {
margin-left: 0;
} .offset-lg-1 {
margin-left: 8.33333%;
} .offset-lg-2 {
margin-left: 16.66667%;
} .offset-lg-3 {
margin-left: 25%;
} .offset-lg-4 {
margin-left: 33.33333%;
} .offset-lg-5 {
margin-left: 41.66667%;
} .offset-lg-6 {
margin-left: 50%;
} .offset-lg-7 {
margin-left: 58.33333%;
} .offset-lg-8 {
margin-left: 66.66667%;
} .offset-lg-9 {
margin-left: 75%;
} .offset-lg-10 {
margin-left: 83.33333%;
} .offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) { .col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
} .col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
} .col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
} .col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
} .col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
} .col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
} .col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} .col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
} .col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
} .col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
} .col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
} .col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
} .col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
} .order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
} .order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
} .order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
} .order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
} .order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
} .order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
} .order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
} .order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
} .order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
} .order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
} .order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
} .order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
} .order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
} .offset-xl-0 {
margin-left: 0;
} .offset-xl-1 {
margin-left: 8.33333%;
} .offset-xl-2 {
margin-left: 16.66667%;
} .offset-xl-3 {
margin-left: 25%;
} .offset-xl-4 {
margin-left: 33.33333%;
} .offset-xl-5 {
margin-left: 41.66667%;
} .offset-xl-6 {
margin-left: 50%;
} .offset-xl-7 {
margin-left: 58.33333%;
} .offset-xl-8 {
margin-left: 66.66667%;
} .offset-xl-9 {
margin-left: 75%;
} .offset-xl-10 {
margin-left: 83.33333%;
} .offset-xl-11 {
margin-left: 91.66667%;
}
} .table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
} .table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
} .table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
} .table tbody + tbody {
border-top: 2px solid #dee2e6;
} .table .table {
background-color: #fff;
} .table-sm th,
.table-sm td {
padding: 0.3rem;
} .table-bordered {
border: 1px solid #dee2e6;
} .table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
} .table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
} .table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
} .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
} .table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
} .table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
} .table-hover .table-primary:hover {
background-color: #9fcdff;
} .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
} .table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
} .table-hover .table-secondary:hover {
background-color: #c8cbcf;
} .table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
} .table-success,
.table-success > th,
.table-success > td {
background-color: #e3f4c6;
} .table-hover .table-success:hover {
background-color: #d9f0b1;
} .table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #d9f0b1;
} .table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
} .table-hover .table-info:hover {
background-color: #abdde5;
} .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
} .table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
} .table-hover .table-warning:hover {
background-color: #ffe8a1;
} .table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
} .table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f9c3ca;
} .table-hover .table-danger:hover {
background-color: #f7acb6;
} .table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f7acb6;
} .table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
} .table-hover .table-light:hover {
background-color: #ececf6;
} .table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
} .table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c1c1c1;
} .table-hover .table-dark:hover {
background-color: #b4b4b4;
} .table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b4b4b4;
} .table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
} .table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
} .table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
} .table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
} .table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
} .table-dark {
color: #fff;
background-color: #212529;
} .table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e;
} .table-dark.table-bordered {
border: 0;
} .table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
} .table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) { .table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 768.98px) { .table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) { .table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) { .table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .table-responsive-xl > .table-bordered {
border: 0;
}
} .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .table-responsive > .table-bordered {
border: 0;
} .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) { .form-control {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .form-control::-ms-expand {
background-color: transparent;
border: 0;
} .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
} .form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
} select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
} select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
} .form-control-file,
.form-control-range {
display: block;
width: 100%;
} .col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
} .col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
} .col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
} .form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
} .form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
} .form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
} select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
} .form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
} select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px);
} .form-group {
margin-bottom: 1rem;
} .form-text {
display: block;
margin-top: 0.25rem;
} .form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
} .form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
} .form-check {
position: relative;
display: block;
padding-left: 1.25rem;
} .form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
} .form-check-input:disabled ~ .form-check-label {
color: #6c757d;
} .form-check-label {
margin-bottom: 0;
} .form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
} .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
} .valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #9bd732;
} .valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(155, 215, 50, 0.8);
border-radius: .2rem;
} .was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
border-color: #9bd732;
} .was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #9bd732;
-webkit-box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.25);
box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.25);
} .was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
} .was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block;
} .was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
color: #9bd732;
} .was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
} .was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
color: #9bd732;
} .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #cfec9d;
} .was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block;
} .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #b0df5d;
} .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(155, 215, 50, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(155, 215, 50, 0.25);
} .was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
border-color: #9bd732;
} .was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit;
} .was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block;
} .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.25);
box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.25);
} .invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #e92841;
} .invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(233, 40, 65, 0.8);
border-radius: .2rem;
} .was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
border-color: #e92841;
} .was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #e92841;
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.25);
box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.25);
} .was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
} .was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
} .was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
color: #e92841;
} .was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
} .was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
color: #e92841;
} .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #f59ca7;
} .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
} .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #ee566a;
} .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(233, 40, 65, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(233, 40, 65, 0.25);
} .was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
border-color: #e92841;
} .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit;
} .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
} .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.25);
box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.25);
} .form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) { .form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
} .form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
} .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
} .form-inline .form-control-plaintext {
display: inline-block;
} .form-inline .input-group,
.form-inline .custom-select {
width: auto;
} .form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
} .form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
} .form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .form-inline .custom-control-label {
margin-bottom: 0;
}
} .btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) { .btn {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .btn:hover,
.btn:focus {
text-decoration: none;
} .btn:focus,
.btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .btn.disabled,
.btn:disabled {
opacity: 0.65;
} .btn:not(:disabled):not(.disabled) {
cursor: pointer;
} .btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
background-image: none;
} a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
} .btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
} .btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
} .btn-primary:focus,
.btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
} .btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
} .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
} .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
} .btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
} .btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
} .btn-secondary:focus,
.btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
} .btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
} .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
} .btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
} .btn-success {
color: #212529;
background-color: #9bd732;
border-color: #9bd732;
} .btn-success:hover {
color: #212529;
background-color: #86be25;
border-color: #7fb323;
} .btn-success:focus,
.btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
} .btn-success.disabled,
.btn-success:disabled {
color: #212529;
background-color: #9bd732;
border-color: #9bd732;
} .btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #7fb323;
border-color: #77a821;
} .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
} .btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} .btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
} .btn-info:focus,
.btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
} .btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} .btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
} .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
} .btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
} .btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
} .btn-warning:focus,
.btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
} .btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
} .btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
} .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
} .btn-danger {
color: #fff;
background-color: #e92841;
border-color: #e92841;
} .btn-danger:hover {
color: #fff;
background-color: #d5162f;
border-color: #c9152c;
} .btn-danger:focus,
.btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
} .btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #e92841;
border-color: #e92841;
} .btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9152c;
border-color: #be1329;
} .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
} .btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
} .btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
} .btn-light:focus,
.btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
} .btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
} .btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
} .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
} .btn-dark {
color: #fff;
background-color: #222;
border-color: #222;
} .btn-dark:hover {
color: #fff;
background-color: #0f0f0f;
border-color: #090909;
} .btn-dark:focus,
.btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
} .btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #222;
border-color: #222;
} .btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #090909;
border-color: #020202;
} .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
} .btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
} .btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
} .btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
} .btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
} .btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
} .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
} .btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d;
} .btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
} .btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
} .btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
} .btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
} .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
} .btn-outline-success {
color: #9bd732;
background-color: transparent;
background-image: none;
border-color: #9bd732;
} .btn-outline-success:hover {
color: #212529;
background-color: #9bd732;
border-color: #9bd732;
} .btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
} .btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #9bd732;
background-color: transparent;
} .btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #212529;
background-color: #9bd732;
border-color: #9bd732;
} .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
box-shadow: 0 0 0 0.2rem rgba(155, 215, 50, 0.5);
} .btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
} .btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} .btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
} .btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
} .btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
} .btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
} .btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
} .btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
} .btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
} .btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
} .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
} .btn-outline-danger {
color: #e92841;
background-color: transparent;
background-image: none;
border-color: #e92841;
} .btn-outline-danger:hover {
color: #fff;
background-color: #e92841;
border-color: #e92841;
} .btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
} .btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #e92841;
background-color: transparent;
} .btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #e92841;
border-color: #e92841;
} .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
box-shadow: 0 0 0 0.2rem rgba(233, 40, 65, 0.5);
} .btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
} .btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
} .btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
} .btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
} .btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
} .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
} .btn-outline-dark {
color: #222;
background-color: transparent;
background-image: none;
border-color: #222;
} .btn-outline-dark:hover {
color: #fff;
background-color: #222;
border-color: #222;
} .btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
} .btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #222;
background-color: transparent;
} .btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #222;
border-color: #222;
} .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
} .btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent;
} .btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent;
} .btn-link:focus,
.btn-link.focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
} .btn-link:disabled,
.btn-link.disabled {
color: #6c757d;
pointer-events: none;
} .btn-lg,
.btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
} .btn-sm,
.btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
} .btn-block {
display: block;
width: 100%;
} .btn-block + .btn-block {
margin-top: 0.5rem;
} input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
} .fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) { .fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .fade:not(.show) {
opacity: 0;
} .collapse:not(.show) {
display: none;
} .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) { .collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
} .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
} .dropdown-toggle:empty::after {
margin-left: 0;
} .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
} .dropdown-menu-right {
right: 0;
left: auto;
} .dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
} .dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
} .dropup .dropdown-toggle:empty::after {
margin-left: 0;
} .dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
} .dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
} .dropright .dropdown-toggle:empty::after {
margin-left: 0;
} .dropright .dropdown-toggle::after {
vertical-align: 0;
} .dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
} .dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
} .dropleft .dropdown-toggle::after {
display: none;
} .dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
} .dropleft .dropdown-toggle:empty::after {
margin-left: 0;
} .dropleft .dropdown-toggle::before {
vertical-align: 0;
} .dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
} .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
} .dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
} .dropdown-item:hover,
.dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
} .dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
} .dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
background-color: transparent;
} .dropdown-menu.show {
display: block;
} .dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
} .dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
} .btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
} .btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
} .btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1;
} .btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
} .btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px;
} .btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .btn-toolbar .input-group {
width: auto;
} .btn-group > .btn:first-child {
margin-left: 0;
} .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
} .btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
} .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0;
} .dropleft .dropdown-toggle-split::before {
margin-right: 0;
} .btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
} .btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
} .btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%;
} .btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
} .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
} .btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
} .btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
} .btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
} .input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
} .input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
} .input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
z-index: 3;
} .input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
} .input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
} .input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .input-group > .custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
} .input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
} .input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
} .input-group-prepend {
margin-right: -1px;
} .input-group-append {
margin-left: -1px;
} .input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
} .input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
} .input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
} .input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
} .custom-control-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
} .custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
} .custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff;
} .custom-control-input:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
} .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
} .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
} .custom-control-label {
position: relative;
margin-bottom: 0;
} .custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6;
} .custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
} .custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
} .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff;
} .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
} .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff;
} .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
} .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
} .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
} .custom-radio .custom-control-label::before {
border-radius: 50%;
} .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff;
} .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
} .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
} .custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} .custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
} .custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
} .custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
} .custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
} .custom-select::-ms-expand {
opacity: 0;
} .custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%;
} .custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%;
} .custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0;
} .custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0;
} .custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff;
} .custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
} .custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
} .custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 0.25rem 0.25rem 0;
} .custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} .custom-range:focus {
outline: none;
} .custom-range::-moz-focus-outer {
border: 0;
} .custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-appearance: none;
appearance: none;
} .custom-range::-webkit-slider-thumb:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
} .custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
} .custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-moz-appearance: none;
appearance: none;
} .custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
} .custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
} .custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
appearance: none;
} .custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .custom-range::-ms-thumb:active {
background-color: #b3d7ff;
} .custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
} .custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
} .custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
} .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
} .nav-link {
display: block;
padding: 0.5rem 1rem;
} .nav-link:hover,
.nav-link:focus {
text-decoration: none;
} .nav-link.disabled {
color: #6c757d;
} .nav-tabs {
border-bottom: 1px solid #dee2e6;
} .nav-tabs .nav-item {
margin-bottom: -1px;
} .nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
} .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
} .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
} .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
} .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
} .nav-pills .nav-link {
border-radius: 0.25rem;
} .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
} .nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
} .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
} .tab-content > .tab-pane {
display: none;
} .tab-content > .active {
display: block;
} .navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
} .navbar > .container,
.navbar > .container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
} .navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
} .navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
} .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
} .navbar-nav .dropdown-menu {
position: static;
float: none;
} .navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
} .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
} .navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none;
} .navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
} .navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) { .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) { .navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
} .navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
} .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} .navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
} .navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 768.98px) { .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 769px) { .navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
} .navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
} .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} .navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
} .navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) { .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) { .navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
} .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
} .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} .navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
} .navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) { .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) { .navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
} .navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
} .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} .navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
} .navbar-expand-xl .navbar-toggler {
display: none;
}
} .navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
} .navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
} .navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
} .navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} .navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
} .navbar-expand .navbar-toggler {
display: none;
} .navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
} .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
} .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
} .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
} .navbar-light .navbar-toggler-icon {
background-image: none;
} .navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
} .navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
} .navbar-dark .navbar-brand {
color: #fff;
} .navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff;
} .navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
} .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
} .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
} .navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
} .navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
} .navbar-dark .navbar-toggler-icon {
background-image: none;
} .navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
} .navbar-dark .navbar-text a {
color: #fff;
} .navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff;
} .card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
} .card > hr {
margin-right: 0;
margin-left: 0;
} .card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
} .card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
} .card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
} .card-title {
margin-bottom: 0.75rem;
} .card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
} .card-text:last-child {
margin-bottom: 0;
} .card-link:hover {
text-decoration: none;
} .card-link + .card-link {
margin-left: 1.25rem;
} .card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
} .card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
} .card-header + .list-group .list-group-item:first-child {
border-top: 0;
} .card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
} .card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
} .card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
} .card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
} .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
} .card-img {
width: 100%;
border-radius: calc(0.25rem - 1px);
} .card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
} .card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
} .card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .card-deck .card {
margin-bottom: 1.5rem;
}
@media (min-width: 576px) { .card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -1.5rem;
margin-left: -1.5rem;
} .card-deck .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 1.5rem;
margin-bottom: 0;
margin-left: 1.5rem;
}
} .card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .card-group > .card {
margin-bottom: 1.5rem;
}
@media (min-width: 576px) { .card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
} .card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
} .card-group > .card + .card {
margin-left: 0;
border-left: 0;
} .card-group > .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
} .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
border-top-right-radius: 0;
} .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
border-bottom-right-radius: 0;
} .card-group > .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
border-top-left-radius: 0;
} .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
border-bottom-left-radius: 0;
} .card-group > .card:only-child {
border-radius: 0.25rem;
} .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
} .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
} .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
} .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0;
}
} .card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) { .card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
} .card-columns .card {
display: inline-block;
width: 100%;
}
} .accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
} .accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
} .accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
} .accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
} .breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
} .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
} .breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
} .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
} .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
} .breadcrumb-item.active {
color: #6c757d;
} .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
} .page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
} .page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
} .page-link:focus {
z-index: 2;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} .page-link:not(:disabled):not(.disabled) {
cursor: pointer;
} .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
} .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
} .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
} .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
} .pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
} .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
} .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
} .pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
} .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
} .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
} .badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
} .badge:empty {
display: none;
} .btn .badge {
position: relative;
top: -1px;
} .badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
} .badge-primary {
color: #fff;
background-color: #007bff;
} .badge-primary[href]:hover,
.badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0062cc;
} .badge-secondary {
color: #fff;
background-color: #6c757d;
} .badge-secondary[href]:hover,
.badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62;
} .badge-success {
color: #212529;
background-color: #9bd732;
} .badge-success[href]:hover,
.badge-success[href]:focus {
color: #212529;
text-decoration: none;
background-color: #7fb323;
} .badge-info {
color: #fff;
background-color: #17a2b8;
} .badge-info[href]:hover,
.badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #117a8b;
} .badge-warning {
color: #212529;
background-color: #ffc107;
} .badge-warning[href]:hover,
.badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d39e00;
} .badge-danger {
color: #fff;
background-color: #e92841;
} .badge-danger[href]:hover,
.badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #c9152c;
} .badge-light {
color: #212529;
background-color: #f8f9fa;
} .badge-light[href]:hover,
.badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5;
} .badge-dark {
color: #fff;
background-color: #222;
} .badge-dark[href]:hover,
.badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #090909;
} .jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) { .jumbotron {
padding: 4rem 2rem;
}
} .jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
} .alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
} .alert-heading {
color: inherit;
} .alert-link {
font-weight: 700;
} .alert-dismissible {
padding-right: 4rem;
} .alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
} .alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
} .alert-primary hr {
border-top-color: #9fcdff;
} .alert-primary .alert-link {
color: #002752;
} .alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
} .alert-secondary hr {
border-top-color: #c8cbcf;
} .alert-secondary .alert-link {
color: #202326;
} .alert-success {
color: #51701a;
background-color: #ebf7d6;
border-color: #e3f4c6;
} .alert-success hr {
border-top-color: #d9f0b1;
} .alert-success .alert-link {
color: #334710;
} .alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
} .alert-info hr {
border-top-color: #abdde5;
} .alert-info .alert-link {
color: #062c33;
} .alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
} .alert-warning hr {
border-top-color: #ffe8a1;
} .alert-warning .alert-link {
color: #533f03;
} .alert-danger {
color: #791522;
background-color: #fbd4d9;
border-color: #f9c3ca;
} .alert-danger hr {
border-top-color: #f7acb6;
} .alert-danger .alert-link {
color: #4e0d16;
} .alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
} .alert-light hr {
border-top-color: #ececf6;
} .alert-light .alert-link {
color: #686868;
} .alert-dark {
color: #121212;
background-color: lightgray;
border-color: #c1c1c1;
} .alert-dark hr {
border-top-color: #b4b4b4;
} .alert-dark .alert-link {
color: black;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
} .progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
} .progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) { .progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
} .progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
-o-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
} .media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
} .media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
} .list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
} .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
} .list-group-item-action:hover,
.list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
} .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
} .list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
} .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
} .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
} .list-group-item:hover,
.list-group-item:focus {
z-index: 1;
text-decoration: none;
} .list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
background-color: #fff;
} .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
} .list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
} .list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
} .list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0;
} .list-group-item-primary {
color: #004085;
background-color: #b8daff;
} .list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
} .list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
} .list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
} .list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
} .list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
} .list-group-item-success {
color: #51701a;
background-color: #e3f4c6;
} .list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
color: #51701a;
background-color: #d9f0b1;
} .list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #51701a;
border-color: #51701a;
} .list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
} .list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
} .list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
} .list-group-item-warning {
color: #856404;
background-color: #ffeeba;
} .list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
} .list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
} .list-group-item-danger {
color: #791522;
background-color: #f9c3ca;
} .list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
color: #791522;
background-color: #f7acb6;
} .list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #791522;
border-color: #791522;
} .list-group-item-light {
color: #818182;
background-color: #fdfdfe;
} .list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
} .list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
} .list-group-item-dark {
color: #121212;
background-color: #c1c1c1;
} .list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
color: #121212;
background-color: #b4b4b4;
} .list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #121212;
border-color: #121212;
} .close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
} .close:hover,
.close:focus {
color: #000;
text-decoration: none;
opacity: .75;
} .close:not(:disabled):not(.disabled) {
cursor: pointer;
} button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
} .modal-open {
overflow: hidden;
} .modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
} .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
} .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
} .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
} .modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (0.5rem * 2));
} .modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
} .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
} .modal-backdrop.fade {
opacity: 0;
} .modal-backdrop.show {
opacity: 0.5;
} .modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
} .modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
} .modal-title {
margin-bottom: 0;
line-height: 1.5;
} .modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
} .modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
} .modal-footer > :not(:first-child) {
margin-left: .25rem;
} .modal-footer > :not(:last-child) {
margin-right: .25rem;
} .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) { .modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
} .modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2));
} .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) { .modal-lg {
max-width: 800px;
}
} .tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
} .tooltip.show {
opacity: 0.9;
} .tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
} .tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
} .bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
} .bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
} .bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
} .bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
} .bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
} .bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
} .bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
} .bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
} .bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
} .bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
} .bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
} .bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
} .tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
} .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
} .popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
} .popover .arrow::before,
.popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
} .bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
} .bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((0.5rem + 1px) * -1);
} .bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0;
} .bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25);
} .bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff;
} .bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
} .bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
} .bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0;
} .bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25);
} .bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff;
} .bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
} .bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((0.5rem + 1px) * -1);
} .bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem;
} .bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25);
} .bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff;
} .bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
} .bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
} .bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
} .bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem;
} .bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25);
} .bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff;
} .popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
} .popover-header:empty {
display: none;
} .popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
} .carousel {
position: relative;
} .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
} .carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: -o-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) { .carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
} .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
} .carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0;
} .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { .carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} .carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { .carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
} .carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
-o-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
} .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1;
} .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0;
} .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
} .carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
} .carousel-control-prev {
left: 0;
} .carousel-control-next {
right: 0;
} .carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%;
} .carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
} .carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
} .carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
} .carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5);
} .carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
} .carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
} .carousel-indicators .active {
background-color: #fff;
} .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
} .align-baseline {
vertical-align: baseline !important;
} .align-top {
vertical-align: top !important;
} .align-middle {
vertical-align: middle !important;
} .align-bottom {
vertical-align: bottom !important;
} .align-text-bottom {
vertical-align: text-bottom !important;
} .align-text-top {
vertical-align: text-top !important;
} .bg-primary {
background-color: #007bff !important;
} a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
} .bg-secondary {
background-color: #6c757d !important;
} a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
} .bg-success {
background-color: #9bd732 !important;
} a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #7fb323 !important;
} .bg-info {
background-color: #17a2b8 !important;
} a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
} .bg-warning {
background-color: #ffc107 !important;
} a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
} .bg-danger {
background-color: #e92841 !important;
} a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #c9152c !important;
} .bg-light {
background-color: #f8f9fa !important;
} a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
} .bg-dark {
background-color: #222 !important;
} a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #090909 !important;
} .bg-white {
background-color: #fff !important;
} .bg-transparent {
background-color: transparent !important;
} .border {
border: 1px solid #dee2e6 !important;
} .border-top {
border-top: 1px solid #dee2e6 !important;
} .border-right {
border-right: 1px solid #dee2e6 !important;
} .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
} .border-left {
border-left: 1px solid #dee2e6 !important;
} .border-0 {
border: 0 !important;
} .border-top-0 {
border-top: 0 !important;
} .border-right-0 {
border-right: 0 !important;
} .border-bottom-0 {
border-bottom: 0 !important;
} .border-left-0 {
border-left: 0 !important;
} .border-primary {
border-color: #007bff !important;
} .border-secondary {
border-color: #6c757d !important;
} .border-success {
border-color: #9bd732 !important;
} .border-info {
border-color: #17a2b8 !important;
} .border-warning {
border-color: #ffc107 !important;
} .border-danger {
border-color: #e92841 !important;
} .border-light {
border-color: #f8f9fa !important;
} .border-dark {
border-color: #222 !important;
} .border-white {
border-color: #fff !important;
} .rounded {
border-radius: 0.25rem !important;
} .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
} .rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
} .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
} .rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
} .rounded-circle {
border-radius: 50% !important;
} .rounded-0 {
border-radius: 0 !important;
} .clearfix::after {
display: block;
clear: both;
content: "";
} .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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 769px) { .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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .d-lg-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .d-xl-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
} .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
} .embed-responsive::before {
display: block;
content: "";
} .embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
} .embed-responsive-21by9::before {
padding-top: 42.85714%;
} .embed-responsive-16by9::before {
padding-top: 56.25%;
} .embed-responsive-4by3::before {
padding-top: 75%;
} .embed-responsive-1by1::before {
padding-top: 100%;
} .flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
} .flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
} .flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
} .flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
} .flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
} .flex-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
} .justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
} .justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
} .justify-content-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
} .align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
} .align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
} .align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
} .align-items-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
} .flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
} .flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
} .flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
} .flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
} .flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
} .justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
} .justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
} .justify-content-sm-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
} .align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
} .align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
} .align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
} .align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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: 769px) { .flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
} .flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
} .flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
} .flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
} .flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
} .flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
} .justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
} .justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
} .justify-content-md-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
} .align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
} .align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
} .align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
} .align-items-md-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
} .flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
} .flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
} .flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
} .flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
} .flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
} .justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
} .justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
} .justify-content-lg-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
} .align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
} .align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
} .align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
} .align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
} .flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
} .flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
} .flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
} .flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
} .flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
} .justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
} .justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
} .justify-content-xl-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
} .align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
} .align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
} .align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
} .align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
}
} .float-left {
float: left !important;
} .float-right {
float: right !important;
} .float-none {
float: none !important;
}
@media (min-width: 576px) { .float-sm-left {
float: left !important;
} .float-sm-right {
float: right !important;
} .float-sm-none {
float: none !important;
}
}
@media (min-width: 769px) { .float-md-left {
float: left !important;
} .float-md-right {
float: right !important;
} .float-md-none {
float: none !important;
}
}
@media (min-width: 992px) { .float-lg-left {
float: left !important;
} .float-lg-right {
float: right !important;
} .float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) { .float-xl-left {
float: left !important;
} .float-xl-right {
float: right !important;
} .float-xl-none {
float: none !important;
}
} .position-static {
position: static !important;
} .position-relative {
position: relative !important;
} .position-absolute {
position: absolute !important;
} .position-fixed {
position: fixed !important;
} .position-sticky {
position: sticky !important;
} .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
} .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position: sticky) { .sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
} .shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
} .shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
} .shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
} .shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .w-25 {
width: 25% !important;
} .w-50 {
width: 50% !important;
} .w-75 {
width: 75% !important;
} .w-100 {
width: 100% !important;
} .w-auto {
width: auto !important;
} .h-25 {
height: 25% !important;
} .h-50 {
height: 50% !important;
} .h-75 {
height: 75% !important;
} .h-100 {
height: 100% !important;
} .h-auto {
height: auto !important;
} .mw-100 {
max-width: 100% !important;
} .mh-100 {
max-height: 100% !important;
} .m-0 {
margin: 0 !important;
} .mt-0,
.my-0 {
margin-top: 0 !important;
} .mr-0,
.mx-0 {
margin-right: 0 !important;
} .mb-0,
.my-0 {
margin-bottom: 0 !important;
} .ml-0,
.mx-0 {
margin-left: 0 !important;
} .m-1 {
margin: 0.25rem !important;
} .mt-1,
.my-1 {
margin-top: 0.25rem !important;
} .mr-1,
.mx-1 {
margin-right: 0.25rem !important;
} .mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
} .ml-1,
.mx-1 {
margin-left: 0.25rem !important;
} .m-2 {
margin: 0.5rem !important;
} .mt-2,
.my-2 {
margin-top: 0.5rem !important;
} .mr-2,
.mx-2 {
margin-right: 0.5rem !important;
} .mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
} .ml-2,
.mx-2 {
margin-left: 0.5rem !important;
} .m-3 {
margin: 1rem !important;
} .mt-3,
.my-3 {
margin-top: 1rem !important;
} .mr-3,
.mx-3 {
margin-right: 1rem !important;
} .mb-3,
.my-3 {
margin-bottom: 1rem !important;
} .ml-3,
.mx-3 {
margin-left: 1rem !important;
} .m-4 {
margin: 1.5rem !important;
} .mt-4,
.my-4 {
margin-top: 1.5rem !important;
} .mr-4,
.mx-4 {
margin-right: 1.5rem !important;
} .mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
} .ml-4,
.mx-4 {
margin-left: 1.5rem !important;
} .m-5 {
margin: 3rem !important;
} .mt-5,
.my-5 {
margin-top: 3rem !important;
} .mr-5,
.mx-5 {
margin-right: 3rem !important;
} .mb-5,
.my-5 {
margin-bottom: 3rem !important;
} .ml-5,
.mx-5 {
margin-left: 3rem !important;
} .p-0 {
padding: 0 !important;
} .pt-0,
.py-0 {
padding-top: 0 !important;
} .pr-0,
.px-0 {
padding-right: 0 !important;
} .pb-0,
.py-0 {
padding-bottom: 0 !important;
} .pl-0,
.px-0 {
padding-left: 0 !important;
} .p-1 {
padding: 0.25rem !important;
} .pt-1,
.py-1 {
padding-top: 0.25rem !important;
} .pr-1,
.px-1 {
padding-right: 0.25rem !important;
} .pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
} .pl-1,
.px-1 {
padding-left: 0.25rem !important;
} .p-2 {
padding: 0.5rem !important;
} .pt-2,
.py-2 {
padding-top: 0.5rem !important;
} .pr-2,
.px-2 {
padding-right: 0.5rem !important;
} .pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
} .pl-2,
.px-2 {
padding-left: 0.5rem !important;
} .p-3 {
padding: 1rem !important;
} .pt-3,
.py-3 {
padding-top: 1rem !important;
} .pr-3,
.px-3 {
padding-right: 1rem !important;
} .pb-3,
.py-3 {
padding-bottom: 1rem !important;
} .pl-3,
.px-3 {
padding-left: 1rem !important;
} .p-4 {
padding: 1.5rem !important;
} .pt-4,
.py-4 {
padding-top: 1.5rem !important;
} .pr-4,
.px-4 {
padding-right: 1.5rem !important;
} .pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
} .pl-4,
.px-4 {
padding-left: 1.5rem !important;
} .p-5 {
padding: 3rem !important;
} .pt-5,
.py-5 {
padding-top: 3rem !important;
} .pr-5,
.px-5 {
padding-right: 3rem !important;
} .pb-5,
.py-5 {
padding-bottom: 3rem !important;
} .pl-5,
.px-5 {
padding-left: 3rem !important;
} .m-auto {
margin: auto !important;
} .mt-auto,
.my-auto {
margin-top: auto !important;
} .mr-auto,
.mx-auto {
margin-right: auto !important;
} .mb-auto,
.my-auto {
margin-bottom: auto !important;
} .ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) { .m-sm-0 {
margin: 0 !important;
} .mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
} .mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
} .mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
} .ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
} .m-sm-1 {
margin: 0.25rem !important;
} .mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
} .mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
} .mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
} .ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
} .m-sm-2 {
margin: 0.5rem !important;
} .mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
} .mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
} .mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
} .ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
} .m-sm-3 {
margin: 1rem !important;
} .mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
} .mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
} .mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
} .ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
} .m-sm-4 {
margin: 1.5rem !important;
} .mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
} .mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
} .mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
} .ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
} .m-sm-5 {
margin: 3rem !important;
} .mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
} .mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
} .mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
} .ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
} .p-sm-0 {
padding: 0 !important;
} .pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
} .pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
} .pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
} .pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
} .p-sm-1 {
padding: 0.25rem !important;
} .pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
} .pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
} .pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
} .pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
} .p-sm-2 {
padding: 0.5rem !important;
} .pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
} .pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
} .pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
} .pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
} .p-sm-3 {
padding: 1rem !important;
} .pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
} .pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
} .pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
} .pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
} .p-sm-4 {
padding: 1.5rem !important;
} .pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
} .pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
} .pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
} .pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
} .p-sm-5 {
padding: 3rem !important;
} .pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
} .pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
} .pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
} .pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
} .m-sm-auto {
margin: auto !important;
} .mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
} .mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
} .mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
} .ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 769px) { .m-md-0 {
margin: 0 !important;
} .mt-md-0,
.my-md-0 {
margin-top: 0 !important;
} .mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
} .mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
} .ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
} .m-md-1 {
margin: 0.25rem !important;
} .mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
} .mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
} .mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
} .ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
} .m-md-2 {
margin: 0.5rem !important;
} .mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
} .mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
} .mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
} .ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
} .m-md-3 {
margin: 1rem !important;
} .mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
} .mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
} .mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
} .ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
} .m-md-4 {
margin: 1.5rem !important;
} .mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
} .mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
} .mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
} .ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
} .m-md-5 {
margin: 3rem !important;
} .mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
} .mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
} .mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
} .ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
} .p-md-0 {
padding: 0 !important;
} .pt-md-0,
.py-md-0 {
padding-top: 0 !important;
} .pr-md-0,
.px-md-0 {
padding-right: 0 !important;
} .pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
} .pl-md-0,
.px-md-0 {
padding-left: 0 !important;
} .p-md-1 {
padding: 0.25rem !important;
} .pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
} .pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
} .pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
} .pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
} .p-md-2 {
padding: 0.5rem !important;
} .pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
} .pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
} .pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
} .pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
} .p-md-3 {
padding: 1rem !important;
} .pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
} .pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
} .pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
} .pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
} .p-md-4 {
padding: 1.5rem !important;
} .pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
} .pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
} .pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
} .pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
} .p-md-5 {
padding: 3rem !important;
} .pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
} .pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
} .pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
} .pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
} .m-md-auto {
margin: auto !important;
} .mt-md-auto,
.my-md-auto {
margin-top: auto !important;
} .mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
} .mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
} .ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) { .m-lg-0 {
margin: 0 !important;
} .mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
} .mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
} .mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
} .ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
} .m-lg-1 {
margin: 0.25rem !important;
} .mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
} .mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
} .mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
} .ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
} .m-lg-2 {
margin: 0.5rem !important;
} .mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
} .mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
} .mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
} .ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
} .m-lg-3 {
margin: 1rem !important;
} .mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
} .mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
} .mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
} .ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
} .m-lg-4 {
margin: 1.5rem !important;
} .mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
} .mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
} .mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
} .ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
} .m-lg-5 {
margin: 3rem !important;
} .mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
} .mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
} .mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
} .ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
} .p-lg-0 {
padding: 0 !important;
} .pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
} .pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
} .pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
} .pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
} .p-lg-1 {
padding: 0.25rem !important;
} .pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
} .pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
} .pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
} .pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
} .p-lg-2 {
padding: 0.5rem !important;
} .pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
} .pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
} .pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
} .pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
} .p-lg-3 {
padding: 1rem !important;
} .pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
} .pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
} .pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
} .pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
} .p-lg-4 {
padding: 1.5rem !important;
} .pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
} .pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
} .pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
} .pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
} .p-lg-5 {
padding: 3rem !important;
} .pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
} .pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
} .pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
} .pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
} .m-lg-auto {
margin: auto !important;
} .mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
} .mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
} .mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
} .ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) { .m-xl-0 {
margin: 0 !important;
} .mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
} .mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
} .mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
} .ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
} .m-xl-1 {
margin: 0.25rem !important;
} .mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
} .mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
} .mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
} .ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
} .m-xl-2 {
margin: 0.5rem !important;
} .mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
} .mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
} .mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
} .ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
} .m-xl-3 {
margin: 1rem !important;
} .mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
} .mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
} .mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
} .ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
} .m-xl-4 {
margin: 1.5rem !important;
} .mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
} .mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
} .mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
} .ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
} .m-xl-5 {
margin: 3rem !important;
} .mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
} .mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
} .mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
} .ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
} .p-xl-0 {
padding: 0 !important;
} .pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
} .pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
} .pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
} .pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
} .p-xl-1 {
padding: 0.25rem !important;
} .pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
} .pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
} .pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
} .pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
} .p-xl-2 {
padding: 0.5rem !important;
} .pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
} .pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
} .pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
} .pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
} .p-xl-3 {
padding: 1rem !important;
} .pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
} .pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
} .pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
} .pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
} .p-xl-4 {
padding: 1.5rem !important;
} .pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
} .pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
} .pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
} .pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
} .p-xl-5 {
padding: 3rem !important;
} .pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
} .pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
} .pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
} .pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
} .m-xl-auto {
margin: auto !important;
} .mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
} .mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
} .mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
} .ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
} .text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} .text-justify {
text-align: justify !important;
} .text-nowrap {
white-space: nowrap !important;
} .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .text-left {
text-align: left !important;
} .text-right {
text-align: right !important;
} .text-center {
text-align: center !important;
}
@media (min-width: 576px) { .text-sm-left {
text-align: left !important;
} .text-sm-right {
text-align: right !important;
} .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 769px) { .text-md-left {
text-align: left !important;
} .text-md-right {
text-align: right !important;
} .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) { .text-lg-left {
text-align: left !important;
} .text-lg-right {
text-align: right !important;
} .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) { .text-xl-left {
text-align: left !important;
} .text-xl-right {
text-align: right !important;
} .text-xl-center {
text-align: center !important;
}
} .text-lowercase {
text-transform: lowercase !important;
} .text-uppercase {
text-transform: uppercase !important;
} .text-capitalize {
text-transform: capitalize !important;
} .font-weight-light {
font-weight: 300 !important;
} .font-weight-normal {
font-weight: 400 !important;
} .font-weight-bold {
font-weight: 700 !important;
} .font-italic {
font-style: italic !important;
} .text-white {
color: #fff !important;
} .text-primary {
color: #007bff !important;
} a.text-primary:hover,
a.text-primary:focus {
color: #0062cc !important;
} .text-secondary {
color: #6c757d !important;
} a.text-secondary:hover,
a.text-secondary:focus {
color: #545b62 !important;
} .text-success {
color: #9bd732 !important;
} a.text-success:hover,
a.text-success:focus {
color: #7fb323 !important;
} .text-info {
color: #17a2b8 !important;
} a.text-info:hover,
a.text-info:focus {
color: #117a8b !important;
} .text-warning {
color: #ffc107 !important;
} a.text-warning:hover,
a.text-warning:focus {
color: #d39e00 !important;
} .text-danger {
color: #e92841 !important;
} a.text-danger:hover,
a.text-danger:focus {
color: #c9152c !important;
} .text-light {
color: #f8f9fa !important;
} a.text-light:hover,
a.text-light:focus {
color: #dae0e5 !important;
} .text-dark {
color: #222 !important;
} a.text-dark:hover,
a.text-dark:focus {
color: #090909 !important;
} .text-body {
color: #212529 !important;
} .text-muted {
color: #6c757d !important;
} .text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
} .text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
} .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
} .visible {
visibility: visible !important;
} .invisible {
visibility: hidden !important;
}
@media print { *,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} a:not(.btn) {
text-decoration: underline;
} abbr[title]::after {
content: " (" attr(title) ")";
} pre {
white-space: pre-wrap !important;
} pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
} thead {
display: table-header-group;
} tr,
img {
page-break-inside: avoid;
} p,
h2,
h3 {
orphans: 3;
widows: 3;
} h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
} body {
min-width: 992px !important;
} .container {
min-width: 992px !important;
} .navbar {
display: none;
} .badge {
border: 1px solid #000;
} .table {
border-collapse: collapse !important;
} .table td,
.table th {
background-color: #fff !important;
} .table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important;
} .table-dark {
color: inherit;
} .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6;
} .table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
} body.hidden-scroll {
overflow: hidden;
} .sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000;
opacity: 0.7;
display: none;
z-index: 1035;
} .sl-wrapper {
z-index: 1040;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: fixed;
} .sl-wrapper * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer;
} .sl-wrapper button:hover {
opacity: 0.7;
} .sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem;
} .sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem;
} .sl-wrapper .sl-navigation {
width: 100%;
display: none;
} .sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000;
} .sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
} .sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
}
@media (min-width: 35.5em) { .sl-wrapper .sl-navigation button {
width: 44px;
} .sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
} .sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
}
@media (min-width: 50em) { .sl-wrapper .sl-navigation button {
width: 44px;
} .sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
} .sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
} .sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr;
} .sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000;
} .sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto;
}
@media (min-width: 35.5em) { .sl-wrapper .sl-image img {
border: 0 none;
}
}
@media (min-width: 50em) { .sl-wrapper .sl-image img {
border: 0 none;
}
} .sl-wrapper .sl-image iframe {
background: #000;
border: 0 none;
}
@media (min-width: 35.5em) { .sl-wrapper .sl-image iframe {
border: 0 none;
}
}
@media (min-width: 50em) { .sl-wrapper .sl-image iframe {
border: 0 none;
}
} .sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
} .sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
} .sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
} .sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060;
} .sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
} .sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
} .sl-transition {
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
-webkit-transition: -webkit-transform ease 200ms;
-o-transition: -o-transform ease 200ms;
transition: transform ease 200ms;
transition: transform ease 200ms, -webkit-transform ease 200ms, -o-transform ease 200ms;
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1);
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
@-o-keyframes pulsate {
0% {
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.0;
}
50% {
opacity: 1;
}
100% {
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
} @font-face {
font-family: "GTWalsheimProLight";
src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Light.eot); src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Light.eot?#iefix) format("embedded-opentype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Light.woff2) format("woff2"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Light.woff) format("woff"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Light.ttf) format("truetype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GTWalsheimProLight.svg#svgFontName) format("svg"); }
@font-face {
font-family: "GTWalsheimProRegular";
src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Regular.eot); src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Regular.eot?#iefix) format("embedded-opentype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Regular.woff2) format("woff2"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Regular.woff) format("woff"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Regular.ttf) format("truetype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GTWalsheimProRegular.svg#svgFontName) format("svg"); }
@font-face {
font-family: "GTWalsheimProMedium";
src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Medium.eot); src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Medium.eot?#iefix) format("embedded-opentype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Medium.woff2) format("woff2"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Medium.woff) format("woff"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Medium.ttf) format("truetype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GTWalsheimProMedium.svg#svgFontName) format("svg"); }
@font-face {
font-family: "GTWalsheimProBold";
src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Bold.eot); src: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Bold.eot?#iefix) format("embedded-opentype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Bold.woff2) format("woff2"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Bold.woff) format("woff"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GT-Walsheim-Pro-Bold.ttf) format("truetype"), url(//grantthornton.pl/wp-content/themes/grantthornton/dist/fonts/GTWalsheimProBold.svg#svgFontName) format("svg"); } #wpadminbar + .autocomplete-suggestions {
top: 8.6rem !important;
} .autocomplete-suggestions {
width: 38.6rem !important;
text-align: left;
cursor: default;
border-top: 0;
background: #fff;
position: absolute;
display: none;
z-index: 9999;
margin-top: 29rem;
max-height: 25.4rem;
margin-left: -6rem;
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (max-width: 768.98px) { .autocomplete-suggestions {
display: none !important;
}
} .autocomplete-suggestion {
color: #4f2d7f;
font-size: 1.6rem;
text-overflow: ellipsis;
background: #f4f2ef;
padding: 1.3rem 2rem;
overflow: hidden;
white-space: nowrap;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
position: relative;
} .autocomplete-suggestion:first-child {
border-top: 0.1rem solid #ded8cf;
} .autocomplete-suggestion:not(:last-child) {
border-bottom: 0.1rem solid #ded8cf;
} .autocomplete-suggestion:hover,
.autocomplete-suggestion:focus,
.autocomplete-suggestion.selected {
color: #fff;
border-color: #4f2d7f;
background: #4f2d7f;
} .autocomplete-suggestion b,
.autocomplete-suggestion span {
color: #e92841;
font-weight: normal;
font-family: "GTWalsheimProMedium", sans-serif;
} .experts-slider {
width: 100%;
} .experts-slider--boxes {
max-width: 31.7rem;
} .experts-slider--blocks {
max-width: 100%;
} .experts-slider .expert-column {
height: auto;
} .experts-slider .slick-arrow {
outline: none;
top: 1.6rem;
color: transparent;
font-size: 0;
width: 3.2rem;
height: 3.2rem;
padding: 0;
cursor: pointer;
border: 0.2rem solid #4f2d7f;
position: absolute;
z-index: 2;
-webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
} .experts-slider .slick-arrow.slick-prev {
right: 1.4rem;
-webkit-transform: rotate(180deg) translateX(100%);
-o-transform: rotate(180deg) translateX(100%);
transform: rotate(180deg) translateX(100%);
background: transparent;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .experts-slider .slick-arrow.slick-prev:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
} .experts-slider .slick-arrow.slick-next {
right: 1.6rem;
background: #4f2d7f;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .experts-slider .slick-arrow.slick-next:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
} .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
-khtml-user-select: text;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
} .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
} .slick-list:focus {
outline: none;
} .slick-list.dragging {
cursor: pointer;
cursor: hand;
} .slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
} .slick-track::before,
.slick-track::after {
content: "";
display: table;
} .slick-track::after {
clear: both;
} .slick-loading .slick-track {
visibility: hidden;
} .slick-slide {
outline: none;
display: none;
float: left;
height: 100%;
min-height: 0.1rem;
} .slick-slide img {
display: block;
} [dir="rtl"] .slick-slide {
float: right;
} .slick-slide.slick-loading img {
display: none;
} .slick-slide.dragging img {
pointer-events: none;
} .slick-initialized .slick-slide {
display: inline-block;
} .slick-loading .slick-slide {
visibility: hidden;
} .slick-vertical .slick-slide {
display: block;
height: auto;
} .slick-arrow.slick-hidden {
display: none;
} #wpadminbar > #wp-toolbar a:focus span.ab-icon::before,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-icon::before {
color: #e92841;
} #wpadminbar > #wp-toolbar a:focus span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
color: #e92841;
} #wpadminbar > #wp-toolbar li:hover span.ab-icon::before,
#wpadminbar > #wp-toolbar li.hover span.ab-icon::before,
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-icon::before,
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-icon::before {
color: #e92841;
} #wpadminbar > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label {
color: #e92841;
} #wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li.hover > .ab-item {
color: #e92841;
} #wpadminbar .ab-top-menu > li:hover > .ab-item::before,
#wpadminbar .ab-top-menu > li.hover > .ab-item::before,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item::before,
#wpadminbar:not(.mobile) .ab-top-menu > li.hover > .ab-item::before {
color: #e92841;
} #wpadminbar .ab-top-menu > li:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:focus {
color: #e92841;
} #wpadminbar .ab-top-menu > li:focus::before,
#wpadminbar:not(.mobile) .ab-top-menu > li:focus::before {
color: #e92841;
} #wpadminbar .ab-top-menu > li#wp-admin-bar-wp-logo,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wp-logo {
display: none;
} #wpadminbar .ab-top-menu > li#wp-admin-bar-site-name .ab-sub-wrapper #wp-admin-bar-appearance #wp-admin-bar-themes,
#wpadminbar .ab-top-menu > li#wp-admin-bar-site-name .ab-sub-wrapper #wp-admin-bar-appearance #wp-admin-bar-widgets,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-site-name .ab-sub-wrapper #wp-admin-bar-appearance #wp-admin-bar-themes,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-site-name .ab-sub-wrapper #wp-admin-bar-appearance #wp-admin-bar-widgets {
display: none;
} #wpadminbar .ab-top-menu > li#wp-admin-bar-customize,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-customize {
display: none;
} #wpadminbar .ab-top-menu > li#wp-admin-bar-comments,
#wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-comments {
display: none;
} #wpadminbar .ab-top-menu > li .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li .ab-item:focus {
color: #e92841;
} #wpadminbar .ab-top-menu > li .ab-item:focus::before,
#wpadminbar:not(.mobile) .ab-top-menu > li .ab-item:focus::before {
color: #e92841;
} #wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li a:focus {
color: #e92841;
} #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus {
color: #e92841;
} #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus::before {
color: #e92841;
} html {
font-size: 10px;
overflow-x: hidden;
scroll-behavior: smooth;
}
@media (min-width: 2135px) { html {
font-size: 11px;
}
}
@media (min-width: 2320px) { html {
font-size: 12px;
}
}
@media (min-width: 2505px) { html {
font-size: 13px;
}
}
@media (min-width: 2690px) { html {
font-size: 14px;
}
}
@media (min-width: 2875px) { html {
font-size: 15px;
}
}
@media (min-width: 3060px) { html {
font-size: 16px;
}
}
@media (min-width: 3245px) { html {
font-size: 17px;
}
}
@media (min-width: 3430px) { html {
font-size: 18px;
}
}
@media (min-width: 3615px) { html {
font-size: 19px;
}
}
@media (min-width: 3800px) { html {
font-size: 20px;
}
}
@media (min-width: 3985px) { html {
font-size: 21px;
}
}
@media (min-width: 4170px) { html {
font-size: 22px;
}
}
@media (min-width: 4355px) { html {
font-size: 23px;
}
}
@media (min-width: 4540px) { html {
font-size: 24px;
}
}
@media (min-width: 4725px) { html {
font-size: 25px;
}
}
@media (min-width: 4910px) { html {
font-size: 26px;
}
}
@media (min-width: 5095px) { html {
font-size: 27px;
}
}
@media (min-width: 5280px) { html {
font-size: 28px;
}
}
@media (min-width: 5465px) { html {
font-size: 29px;
}
}
@media (min-width: 5650px) { html {
font-size: 30px;
}
} body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
color: #000;
font-size: 1.6rem;
font-family: "GTWalsheimProRegular", sans-serif;
margin: 0;
position: relative;
} *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
} h2.section-title {
font-size: 4.4rem;
font-weight: normal;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { h2.section-title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} p {
margin: 0;
} ul,
ol {
list-style-type: none;
margin: 0;
padding: 0;
} a {
color: #4f2d7f;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} a:hover,
a:focus {
color: #e92841;
text-decoration: none;
} a:focus {
outline: none;
} input,
textarea,
select,
button {
font: inherit;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
} .animated {
-webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
} .animated.animated-delay-0 {
-webkit-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
} .animated.animated-delay-1 {
-webkit-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;
} .animated.animated-delay-2 {
-webkit-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
} .animated.animated-delay-3 {
-webkit-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;
} .animated.animated-delay-4 {
-webkit-animation-delay: 0.4s;
-o-animation-delay: 0.4s;
animation-delay: 0.4s;
} .animated.animated-delay-5 {
-webkit-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
} .animated.animated-delay-6 {
-webkit-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;
} .animated.animated-delay-7 {
-webkit-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;
} .animated.animated-delay-8 {
-webkit-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;
} .animated.animated-delay-9 {
-webkit-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;
} .animated.animated-delay-10 {
-webkit-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
} .animated.animated-delay-11 {
-webkit-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;
} .animated.animated-delay-12 {
-webkit-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;
} .animated.animated-delay-13 {
-webkit-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;
} .animated.animated-delay-14 {
-webkit-animation-delay: 1.4s;
-o-animation-delay: 1.4s;
animation-delay: 1.4s;
} .animated.animated-delay-15 {
-webkit-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;
} .animated.animated-delay-16 {
-webkit-animation-delay: 1.6s;
-o-animation-delay: 1.6s;
animation-delay: 1.6s;
} .animated.animated-delay-17 {
-webkit-animation-delay: 1.7s;
-o-animation-delay: 1.7s;
animation-delay: 1.7s;
} .animated.animated-delay-18 {
-webkit-animation-delay: 1.8s;
-o-animation-delay: 1.8s;
animation-delay: 1.8s;
} .animated.animated-delay-19 {
-webkit-animation-delay: 1.9s;
-o-animation-delay: 1.9s;
animation-delay: 1.9s;
} .animated.animated-delay-20 {
-webkit-animation-delay: 2s;
-o-animation-delay: 2s;
animation-delay: 2s;
} .animated.animated-delay-21 {
-webkit-animation-delay: 2.1s;
-o-animation-delay: 2.1s;
animation-delay: 2.1s;
} .animated.animated-delay-22 {
-webkit-animation-delay: 2.2s;
-o-animation-delay: 2.2s;
animation-delay: 2.2s;
} .animated.animated-delay-23 {
-webkit-animation-delay: 2.3s;
-o-animation-delay: 2.3s;
animation-delay: 2.3s;
} .animated.animated-delay-24 {
-webkit-animation-delay: 2.4s;
-o-animation-delay: 2.4s;
animation-delay: 2.4s;
} .animated.animated-delay-25 {
-webkit-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
animation-delay: 2.5s;
} .animated.animated-delay-26 {
-webkit-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s;
} .animated.animated-delay-27 {
-webkit-animation-delay: 2.7s;
-o-animation-delay: 2.7s;
animation-delay: 2.7s;
} .animated.animated-delay-28 {
-webkit-animation-delay: 2.8s;
-o-animation-delay: 2.8s;
animation-delay: 2.8s;
} .animated.animated-delay-29 {
-webkit-animation-delay: 2.9s;
-o-animation-delay: 2.9s;
animation-delay: 2.9s;
} .animated.animated-delay-30 {
-webkit-animation-delay: 3s;
-o-animation-delay: 3s;
animation-delay: 3s;
} .animated.animated-delay-31 {
-webkit-animation-delay: 3.1s;
-o-animation-delay: 3.1s;
animation-delay: 3.1s;
} .animated.animated-delay-32 {
-webkit-animation-delay: 3.2s;
-o-animation-delay: 3.2s;
animation-delay: 3.2s;
} .animated.animated-delay-33 {
-webkit-animation-delay: 3.3s;
-o-animation-delay: 3.3s;
animation-delay: 3.3s;
} .animated.animated-delay-34 {
-webkit-animation-delay: 3.4s;
-o-animation-delay: 3.4s;
animation-delay: 3.4s;
} .animated.animated-delay-35 {
-webkit-animation-delay: 3.5s;
-o-animation-delay: 3.5s;
animation-delay: 3.5s;
} .animated.animated-delay-36 {
-webkit-animation-delay: 3.6s;
-o-animation-delay: 3.6s;
animation-delay: 3.6s;
} .animated.animated-delay-37 {
-webkit-animation-delay: 3.7s;
-o-animation-delay: 3.7s;
animation-delay: 3.7s;
} .animated.animated-delay-38 {
-webkit-animation-delay: 3.8s;
-o-animation-delay: 3.8s;
animation-delay: 3.8s;
} .animated.animated-delay-39 {
-webkit-animation-delay: 3.9s;
-o-animation-delay: 3.9s;
animation-delay: 3.9s;
} .animated.animated-delay-40 {
-webkit-animation-delay: 4s;
-o-animation-delay: 4s;
animation-delay: 4s;
} .animated.animated-delay-41 {
-webkit-animation-delay: 4.1s;
-o-animation-delay: 4.1s;
animation-delay: 4.1s;
} .animated.animated-delay-42 {
-webkit-animation-delay: 4.2s;
-o-animation-delay: 4.2s;
animation-delay: 4.2s;
} .animated.animated-delay-43 {
-webkit-animation-delay: 4.3s;
-o-animation-delay: 4.3s;
animation-delay: 4.3s;
} .animated.animated-delay-44 {
-webkit-animation-delay: 4.4s;
-o-animation-delay: 4.4s;
animation-delay: 4.4s;
} .animated.animated-delay-45 {
-webkit-animation-delay: 4.5s;
-o-animation-delay: 4.5s;
animation-delay: 4.5s;
} .animated.animated-delay-46 {
-webkit-animation-delay: 4.6s;
-o-animation-delay: 4.6s;
animation-delay: 4.6s;
} .animated.animated-delay-47 {
-webkit-animation-delay: 4.7s;
-o-animation-delay: 4.7s;
animation-delay: 4.7s;
} .animated.animated-delay-48 {
-webkit-animation-delay: 4.8s;
-o-animation-delay: 4.8s;
animation-delay: 4.8s;
} .animated.animated-delay-49 {
-webkit-animation-delay: 4.9s;
-o-animation-delay: 4.9s;
animation-delay: 4.9s;
} .animated.animated-delay-50 {
-webkit-animation-delay: 5s;
-o-animation-delay: 5s;
animation-delay: 5s;
} .animated.infinite {
-webkit-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes animate-preloader-circle1 {
0% {
background-color: #725799;
}
3% {
background-color: #725799;
-webkit-transform: translateX(1.3rem);
transform: translateX(1.3rem);
}
9% {
background-color: #725799;
-webkit-transform: translateX(-2rem);
transform: translateX(-2rem);
}
14% {
-webkit-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
}
18% {
-webkit-transform: translateX(-1.2rem);
transform: translateX(-1.2rem);
}
21% {
-webkit-transform: translateX(-0.3rem);
transform: translateX(-0.3rem);
}
23% {
-webkit-transform: translateX(-0.9rem);
transform: translateX(-0.9rem);
}
24% {
-webkit-transform: translateX(-0.7rem);
transform: translateX(-0.7rem);
}
30% {
-webkit-transform: translateX(-0.7rem) scale(1);
transform: translateX(-0.7rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
43% {
z-index: -1;
-webkit-transform: translateX(1.3rem) scale(0.6);
transform: translateX(1.3rem) scale(0.6);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
56% {
z-index: 1;
-webkit-transform: translateX(3.3rem) scale(1);
transform: translateX(3.3rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
69% {
-webkit-transform: translateX(1.3rem) scale(1.4);
transform: translateX(1.3rem) scale(1.4);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
82% {
z-index: 1;
background-color: #725799;
-webkit-transform: translateX(-0.7rem) scale(1);
transform: translateX(-0.7rem) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
98% {
background-color: #725799;
-webkit-transform: translateX(1.3rem);
transform: translateX(1.3rem);
}
100% {
background-color: #725799;
}
}
@-o-keyframes animate-preloader-circle1 {
0% {
background-color: #725799;
}
3% {
background-color: #725799;
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
}
9% {
background-color: #725799;
-o-transform: translateX(-2rem);
transform: translateX(-2rem);
}
14% {
-o-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
}
18% {
-o-transform: translateX(-1.2rem);
transform: translateX(-1.2rem);
}
21% {
-o-transform: translateX(-0.3rem);
transform: translateX(-0.3rem);
}
23% {
-o-transform: translateX(-0.9rem);
transform: translateX(-0.9rem);
}
24% {
-o-transform: translateX(-0.7rem);
transform: translateX(-0.7rem);
}
30% {
-o-transform: translateX(-0.7rem) scale(1);
transform: translateX(-0.7rem) scale(1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
43% {
z-index: -1;
-o-transform: translateX(1.3rem) scale(0.6);
transform: translateX(1.3rem) scale(0.6);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
56% {
z-index: 1;
-o-transform: translateX(3.3rem) scale(1);
transform: translateX(3.3rem) scale(1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
69% {
-o-transform: translateX(1.3rem) scale(1.4);
transform: translateX(1.3rem) scale(1.4);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
82% {
z-index: 1;
background-color: #725799;
-o-transform: translateX(-0.7rem) scale(1);
transform: translateX(-0.7rem) scale(1);
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
98% {
background-color: #725799;
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
}
100% {
background-color: #725799;
}
}
@keyframes animate-preloader-circle1 {
0% {
background-color: #725799;
}
3% {
background-color: #725799;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
}
9% {
background-color: #725799;
-webkit-transform: translateX(-2rem);
-o-transform: translateX(-2rem);
transform: translateX(-2rem);
}
14% {
-webkit-transform: translateX(-0.2rem);
-o-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
}
18% {
-webkit-transform: translateX(-1.2rem);
-o-transform: translateX(-1.2rem);
transform: translateX(-1.2rem);
}
21% {
-webkit-transform: translateX(-0.3rem);
-o-transform: translateX(-0.3rem);
transform: translateX(-0.3rem);
}
23% {
-webkit-transform: translateX(-0.9rem);
-o-transform: translateX(-0.9rem);
transform: translateX(-0.9rem);
}
24% {
-webkit-transform: translateX(-0.7rem);
-o-transform: translateX(-0.7rem);
transform: translateX(-0.7rem);
}
30% {
-webkit-transform: translateX(-0.7rem) scale(1);
-o-transform: translateX(-0.7rem) scale(1);
transform: translateX(-0.7rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
43% {
z-index: -1;
-webkit-transform: translateX(1.3rem) scale(0.6);
-o-transform: translateX(1.3rem) scale(0.6);
transform: translateX(1.3rem) scale(0.6);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
56% {
z-index: 1;
-webkit-transform: translateX(3.3rem) scale(1);
-o-transform: translateX(3.3rem) scale(1);
transform: translateX(3.3rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
69% {
-webkit-transform: translateX(1.3rem) scale(1.4);
-o-transform: translateX(1.3rem) scale(1.4);
transform: translateX(1.3rem) scale(1.4);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
82% {
z-index: 1;
background-color: #725799;
-webkit-transform: translateX(-0.7rem) scale(1);
-o-transform: translateX(-0.7rem) scale(1);
transform: translateX(-0.7rem) scale(1);
-webkit-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
98% {
background-color: #725799;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
}
100% {
background-color: #725799;
}
}
@-webkit-keyframes animate-preloader-circle2 {
0% {
background-color: #e92841;
}
3% {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
}
9% {
background-color: #e92841;
-webkit-transform: translateX(2rem);
transform: translateX(2rem);
}
14% {
-webkit-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
}
18% {
-webkit-transform: translateX(1.2rem);
transform: translateX(1.2rem);
}
21% {
-webkit-transform: translateX(0.3rem);
transform: translateX(0.3rem);
}
23% {
-webkit-transform: translateX(0.9rem);
transform: translateX(0.9rem);
}
24% {
-webkit-transform: translateX(0.7rem);
transform: translateX(0.7rem);
}
30% {
-webkit-transform: translateX(0.7rem) scale(1);
transform: translateX(0.7rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
43% {
-webkit-transform: translateX(-1.3rem) scale(1.4);
transform: translateX(-1.3rem) scale(1.4);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
56% {
-webkit-transform: translateX(-3.3rem) scale(1);
transform: translateX(-3.3rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
69% {
-webkit-transform: translateX(-1.3rem) scale(0.6);
transform: translateX(-1.3rem) scale(0.6);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
82% {
background-color: #e92841;
-webkit-transform: translateX(0.7rem) scale(1);
transform: translateX(0.7rem) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
98% {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
}
100% {
background-color: #e92841;
}
}
@-o-keyframes animate-preloader-circle2 {
0% {
background-color: #e92841;
}
3% {
background-color: #e92841;
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
}
9% {
background-color: #e92841;
-o-transform: translateX(2rem);
transform: translateX(2rem);
}
14% {
-o-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
}
18% {
-o-transform: translateX(1.2rem);
transform: translateX(1.2rem);
}
21% {
-o-transform: translateX(0.3rem);
transform: translateX(0.3rem);
}
23% {
-o-transform: translateX(0.9rem);
transform: translateX(0.9rem);
}
24% {
-o-transform: translateX(0.7rem);
transform: translateX(0.7rem);
}
30% {
-o-transform: translateX(0.7rem) scale(1);
transform: translateX(0.7rem) scale(1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
43% {
-o-transform: translateX(-1.3rem) scale(1.4);
transform: translateX(-1.3rem) scale(1.4);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
56% {
-o-transform: translateX(-3.3rem) scale(1);
transform: translateX(-3.3rem) scale(1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
69% {
-o-transform: translateX(-1.3rem) scale(0.6);
transform: translateX(-1.3rem) scale(0.6);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
82% {
background-color: #e92841;
-o-transform: translateX(0.7rem) scale(1);
transform: translateX(0.7rem) scale(1);
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
98% {
background-color: #e92841;
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
}
100% {
background-color: #e92841;
}
}
@keyframes animate-preloader-circle2 {
0% {
background-color: #e92841;
}
3% {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
}
9% {
background-color: #e92841;
-webkit-transform: translateX(2rem);
-o-transform: translateX(2rem);
transform: translateX(2rem);
}
14% {
-webkit-transform: translateX(-0.2rem);
-o-transform: translateX(-0.2rem);
transform: translateX(-0.2rem);
}
18% {
-webkit-transform: translateX(1.2rem);
-o-transform: translateX(1.2rem);
transform: translateX(1.2rem);
}
21% {
-webkit-transform: translateX(0.3rem);
-o-transform: translateX(0.3rem);
transform: translateX(0.3rem);
}
23% {
-webkit-transform: translateX(0.9rem);
-o-transform: translateX(0.9rem);
transform: translateX(0.9rem);
}
24% {
-webkit-transform: translateX(0.7rem);
-o-transform: translateX(0.7rem);
transform: translateX(0.7rem);
}
30% {
-webkit-transform: translateX(0.7rem) scale(1);
-o-transform: translateX(0.7rem) scale(1);
transform: translateX(0.7rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
43% {
-webkit-transform: translateX(-1.3rem) scale(1.4);
-o-transform: translateX(-1.3rem) scale(1.4);
transform: translateX(-1.3rem) scale(1.4);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
56% {
-webkit-transform: translateX(-3.3rem) scale(1);
-o-transform: translateX(-3.3rem) scale(1);
transform: translateX(-3.3rem) scale(1);
-webkit-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
-o-animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
}
69% {
-webkit-transform: translateX(-1.3rem) scale(0.6);
-o-transform: translateX(-1.3rem) scale(0.6);
transform: translateX(-1.3rem) scale(0.6);
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
-o-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
}
82% {
background-color: #e92841;
-webkit-transform: translateX(0.7rem) scale(1);
-o-transform: translateX(0.7rem) scale(1);
transform: translateX(0.7rem) scale(1);
-webkit-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
98% {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
}
100% {
background-color: #e92841;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-o-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .fadeIn {
-webkit-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
} .fadeInUp {
-webkit-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes featured-dot {
0% {
-webkit-box-shadow: 0 0 0 #e92841;
box-shadow: 0 0 0 #e92841;
}
50% {
-webkit-box-shadow: 0 0 0 16px rgba(233, 40, 65, 0);
box-shadow: 0 0 0 16px rgba(233, 40, 65, 0);
}
}
@-o-keyframes featured-dot {
0% {
box-shadow: 0 0 0 #e92841;
}
50% {
box-shadow: 0 0 0 16px rgba(233, 40, 65, 0);
}
}
@keyframes featured-dot {
0% {
-webkit-box-shadow: 0 0 0 #e92841;
box-shadow: 0 0 0 #e92841;
}
50% {
-webkit-box-shadow: 0 0 0 16px rgba(233, 40, 65, 0);
box-shadow: 0 0 0 16px rgba(233, 40, 65, 0);
}
}
@media (max-width: 1300px) and (min-width: 1200px) { .container {
max-width: 121rem;
}
} .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 0.1rem;
margin: -0.1rem;
overflow: hidden;
padding: 0;
position: absolute;
width: 0.1rem;
white-space: nowrap; } .svg-container {
font-size: 0;
line-height: 0;
display: inline-block;
vertical-align: middle;
max-height: 100%;
max-width: 100%;
} .svg-container svg {
display: inline-block;
color: inherit !important;
} .svg-container svg [style*="stroke:#"]:not(.noColor),
.svg-container svg [style*="stroke: #"]:not(.noColor),
.svg-container svg [stroke*="#"]:not(.noColor) {
stroke: currentColor !important;
-webkit-transition: stroke 0.5s ease;
-o-transition: stroke 0.5s ease;
transition: stroke 0.5s ease;
} .svg-container svg [style*="fill:#"]:not(.noColor),
.svg-container svg [style*="fill: #"]:not(.noColor),
.svg-container svg [fill*="#"]:not(.noColor) {
fill: currentColor !important;
-webkit-transition: fill 0.5s ease;
-o-transition: fill 0.5s ease;
transition: fill 0.5s ease;
} .svg-container svg [fill*="none"] {
fill: transparent;
} .svg-container svg [stroke*="none"] {
stroke: transparent;
} .svg-container + .meta {
vertical-align: middle;
display: inline-block;
} .content-wysiwyg {
color: #464646;
} .content-wysiwyg h1,
.content-wysiwyg h2,
.content-wysiwyg h3,
.content-wysiwyg h4,
.content-wysiwyg h5,
.content-wysiwyg h6,
.content-wysiwyg strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .content-wysiwyg h2 {
font-size: 3.6rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .content-wysiwyg h2 {
font-size: 3.2rem;
}
}
@media (max-width: 768.98px) { .content-wysiwyg h2 {
font-size: 2.8rem;
}
} .content-wysiwyg h2:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .content-wysiwyg h2:not(:last-child) {
margin-bottom: 0.7rem;
}
} .content-wysiwyg h3 {
font-size: 3.2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .content-wysiwyg h3 {
font-size: 2.8rem;
}
}
@media (max-width: 768.98px) { .content-wysiwyg h3 {
font-size: 2.6rem;
}
} .content-wysiwyg h3:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .content-wysiwyg h3:not(:last-child) {
margin-bottom: 0.7rem;
}
} .content-wysiwyg h4 {
font-size: 2.2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .content-wysiwyg h4 {
font-size: 2rem;
}
}
@media (max-width: 768.98px) { .content-wysiwyg h4 {
font-size: 1.8rem;
}
} .content-wysiwyg h4:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .content-wysiwyg h4:not(:last-child) {
margin-bottom: 1.2rem;
}
} .content-wysiwyg h5 {
font-size: 2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .content-wysiwyg h5 {
font-size: 1.8rem;
}
}
@media (max-width: 768.98px) { .content-wysiwyg h5 {
font-size: 1.6rem;
}
} .content-wysiwyg h5:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .content-wysiwyg h5:not(:last-child) {
margin-bottom: 1.2rem;
}
} .content-wysiwyg h6 {
font-size: 1.8rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .content-wysiwyg h6 {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .content-wysiwyg h6 {
font-size: 1.4rem;
}
} .content-wysiwyg h6:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .content-wysiwyg h6:not(:last-child) {
margin-bottom: 1.2rem;
}
} .content-wysiwyg p {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.6rem;
}
@media (max-width: 768.98px) { .content-wysiwyg p {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .content-wysiwyg p {
font-size: 1.6rem;
}
} .content-wysiwyg p:not(:last-child) {
margin-bottom: 2.4rem;
}
@media (max-width: 575.98px) { .content-wysiwyg p:not(:last-child) {
margin-bottom: 1.9rem;
}
} .content-wysiwyg ul,
.content-wysiwyg ol {
padding-left: 4rem;
} .content-wysiwyg ul:not(:last-child),
.content-wysiwyg ol:not(:last-child) {
margin-bottom: 2.4rem;
} .content-wysiwyg ul li,
.content-wysiwyg ol li {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .content-wysiwyg ul li,
.content-wysiwyg ol li {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .content-wysiwyg ul li,
.content-wysiwyg ol li {
font-size: 1.6rem;
}
} .content-wysiwyg ul li:not(:last-child),
.content-wysiwyg ol li:not(:last-child) {
margin-bottom: 0.5rem;
} .content-wysiwyg ul {
list-style-type: disc;
} .content-wysiwyg ol {
list-style-type: decimal;
} .content-wysiwyg a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .content-wysiwyg a:hover,
.content-wysiwyg a:focus {
color: #e92841;
} .content-wysiwyg strong {
font-weight: normal;
} .content-wysiwyg img {
max-width: 100%;
height: auto;
display: block;
} .text--small {
font-size: 1.1rem;
} .tag {
color: #000;
border: 0.1rem solid #4f2d7f;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: inline-block;
font-family: "GTWalsheimProLight", sans-serif;
background: #fff;
} .tag:hover,
.tag:focus {
color: #fff;
border-color: white;
background: #4f2d7f !important;
} .tag-small {
font-size: 1.4rem;
line-height: 2.2rem;
padding: 0.2rem 0.8rem;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
} .tag-big {
font-size: 1.4rem;
padding: 0.9rem 1.1rem;
}
@media (max-width: 575.98px) { .tag-big {
font-size: 1.2rem;
padding: 0.3rem 0.9rem;
}
} .tag-red {
font-family: "GTWalsheimProRegular", sans-serif;
background: #F9D3D7;
border-color: #e92841;
color: black;
cursor: pointer;
} .tag-red:hover,
.tag-red:focus {
background: #e92841 !important;
border-color: #e92841;
color: white;
} .tag-green {
background: #BEEEF1;
border-color: #00A7B5;
color: black;
} .tag-green:hover,
.tag-green:focus {
background: #BEEEF1;
border-color: #00A7B5;
color: black;
} .tag-type {
background: #beeef1;
border: .1rem solid #00a7b5;
color: #000;
display: inline-block;
position: relative;
} .tag-type:hover,
.tag-type:focus {
color: #fff;
background: #00a7b5;
} .tag-type--congress {
border-color: #98E04E;
background: #EBF7D6;
} .tag-type--congress:hover,
.tag-type--congress:focus {
color: #000;
background: #98E04E;
} .tag-type-career {
background: #beeef1;
border: .1rem solid #00a7b5;
color: #000;
display: inline-block;
position: relative;
} .tag-category {
color: #222;
background: #d7efad;
margin-right: 1rem;
display: inline-block;
position: relative;
} .tag-category.tag-small {
font-size: 1.2rem;
padding: 0.4rem 0.4rem 0.4rem 1rem;
} .tag-category.tag-small::after {
border-width: 1.25rem 0 1.25rem 1rem;
} .tag-category.tag-big {
font-size: 1.6rem;
padding: 0.8rem 2.2rem 0.9rem 1.2rem;
}
@media (max-width: 575.98px) { .tag-category.tag-big {
font-size: 1.2rem;
padding: 0.3rem 1.8rem 0.5rem 0.8rem;
}
} .tag-category.tag-big::after {
border-width: 2rem 1rem 2rem 0;
}
@media (max-width: 575.98px) { .tag-category.tag-big::after {
border-width: 1.2rem 0 1.2rem 1rem;
}
} .tag-category::after {
content: "";
top: 0;
right: -1rem;
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #d7efad;
position: absolute;
} .expert-box {
max-width: 31.7rem;
border: 0.1rem solid #D7CCC0;
background: #fff;
padding: 2rem 1.6rem;
position: relative;
}
@media (max-width: 991.98px) { .expert-box {
margin-left: 0;
max-width: 100%;
width: 100%;
}
} .expert-box.l-violet::before {
border-color: #4f2d7f transparent transparent transparent;
} .expert-box.l-green::before {
border-color: #9bd732 transparent transparent transparent;
} .expert-box .show-contact-list {
width: 100%;
padding: 1.6rem 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
border: 0.2rem solid #4f2d7f;
background-color: transparent;
color: #4f2d7f;
opacity: 1;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
cursor: pointer;
-webkit-transition: 0.3s opacity ease-in-out;
-o-transition: 0.3s opacity ease-in-out;
transition: 0.3s opacity ease-in-out;
} .expert-box .show-contact-list.show {
opacity: 1;
} .expert-box__title {
color: #464646;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-bottom: 2.4rem;
} .expert-box__title.contact {
font-size: 1.2rem;
line-height: 2rem;
color: #4f2d7f;
} .expert-box__meta {
margin-bottom: 2.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .expert-box__meta__image {
width: 7rem;
height: 7rem;
border-radius: 50%;
border: 0.1rem solid #f5f5f5;
-webkit-mask-image: -webkit-radial-gradient(white, black);
margin-right: 1rem;
display: block;
overflow: hidden;
} .expert-box__meta__image:hover .image,
.expert-box__meta__image:focus .image {
-webkit-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
} .expert-box__meta__image .image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .expert-box__meta__content {
width: calc(100% - 9.8rem);
} .expert-box__meta__content .name {
color: #222;
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .expert-box__meta__content .name:hover,
.expert-box__meta__content .name:focus {
color: #e92841;
} .expert-box__meta__content .role {
color: #1c1c1c;
font-size: 1.4rem;
} .expert-box .contact-list-wrapper {
position: relative;
} .expert-box .contact-list {
margin-bottom: 2.3rem;
opacity: 0;
-webkit-transition: 0.3s opacity ease-in-out;
-o-transition: 0.3s opacity ease-in-out;
transition: 0.3s opacity ease-in-out;
} .expert-box .contact-list.show {
opacity: 1;
} .expert-box .contact-list__item:not(:last-of-type) {
margin-bottom: 0.3rem;
} .expert-box .contact-list__item a {
color: #4f2d7f;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: inline-block;
} .expert-box .contact-list__item a:hover,
.expert-box .contact-list__item a:focus {
color: #e92841;
} .expert-box .contact-list__item a:hover .mail-icon,
.expert-box .contact-list__item a:hover .phone-icon,
.expert-box .contact-list__item a:focus .mail-icon,
.expert-box .contact-list__item a:focus .phone-icon {
color: #e92841;
} .expert-box .contact-list__item a .mail-icon {
color: #4f2d7f;
width: 1.5rem;
height: 1.2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 0.8rem;
} .expert-box .contact-list__item a .phone-icon {
top: -0.1rem;
color: #4f2d7f;
width: 1.2rem;
height: 1.9rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 1rem;
margin-left: 0.1rem;
position: relative;
} .expert-box .social-media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .expert-box .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .expert-box .social-media__item a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
} .expert-box .social-media__item a:hover .twitter-icon,
.expert-box .social-media__item a:hover .linkedin-icon,
.expert-box .social-media__item a:focus .twitter-icon,
.expert-box .social-media__item a:focus .linkedin-icon {
color: #e92841;
} .expert-box .social-media__item a .twitter-icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .expert-box .social-media__item a .linkedin-icon {
color: #4f2d7f;
width: 1.7rem;
height: 1.7rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: -0.4rem;
} .expert-box .social-media__item a .icon.svg-container {
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .expert-box__specializations {
margin-top: 2.5rem;
} .expert-box__specializations .title {
color: #000;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-bottom: 1rem;
} .expert-box__specializations .tags {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 0.5rem;
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
row-gap: 0.5rem;
} .expert-box__specializations .tags__item {
width: 100%;
} .expert-box__specializations .tags__item .tag-small {
white-space: nowrap !important;
} .expert-box__meta-contact-form {
margin-bottom: 2rem;
} .expert-box__with-form {
padding: 1.6rem;
} .expert-box__contact-form .contactform .inputs-div {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .expert-box__contact-form .contactform .inputs-div .item {
width: 100%;
display: grid;
padding: 0;
margin: 0 0 2rem;
} .expert-box__contact-form .contactform .inputs-div .item input {
background-color: #F2F0ED;
} .expert-box__contact-form .contactform .inputs-div .item input:focus {
outline: none;
} .expert-box__contact-form .contactform .inputs-div .item input.invalid {
border: 0.1rem solid #e92841;
} .expert-box__contact-form .contactform .item button {
padding: 1.6rem 0;
text-align: center;
width: 100%;
} .expert-box__contact-form .contactform .checkbox-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 2rem;
} .newsletter-box {
position: relative;
width: 100%;
background: #DCD5E5;
padding: 1.6rem;
} .newsletter-box__title {
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-bottom: .8rem;
} .newsletter-box__title.blogs-title {
margin-top: 3.2rem;
} .newsletter-box .list {
margin-top: 0.8rem;
} .newsletter-box .list__item:not(:last-of-type) {
margin-bottom: 0.8rem;
} .newsletter-box .list__item a {
font-size: 1.6rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
} .newsletter-box .list__item a:hover,
.newsletter-box .list__item a:focus {
color: #e92841;
text-decoration: underline;
} .newsletter-box__text {
font-size: 1.6rem;
margin-bottom: 2rem;
font-family: "GTWalsheimProLight", sans-serif;
} .newsletter-box__label {
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-bottom: .8rem;
} .newsletter-box__form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
} .newsletter-box__form .field {
width: calc(100% - 4.8rem);
-ms-flex-negative: 0;
flex-shrink: 0;
height: 4.8rem;
} .newsletter-box__form .field__input {
width: 100%;
padding: 1.2rem;
font-size: 1.4rem;
outline: none;
border: none;
background: #fff;
} .newsletter-box__form .button-newsletter {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 4.8rem;
height: 4.8rem;
padding: 0;
} .newsletter-box__form .button-newsletter .icon {
color: #fff;
width: 1.8rem;
height: 1.8rem;
stroke-width: 2;
}
@media (min-width: 991.98px) { .newsletter-box--large {
padding: 4rem;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (min-width: 991.98px) { .newsletter-box--large .newsletter-box__label {
margin-top: auto;
}
}
@media (min-width: 575.98px) { .newsletter-box--large .newsletter-box__form {
max-width: 25.3rem;
}
}
@media (max-width: 1199.98px) { .newsletter-box {
margin-top: 4rem;
}
}
@media (max-width: 768.98px) { .newsletter-box {
margin-top: 6rem;
}
} .sidebar-box {
max-width: 31.7rem;
background: #DCD5E5;
margin-left: auto;
padding: 1.6rem;
position: relative;
} .sidebar-box.offer-type {
background: #F2F0ED;
} .sidebar-box.popular-tags {
background: #F2F0ED;
margin-left: 0;
} .sidebar-box__title {
font-size: 1.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
line-height: 2rem;
margin-bottom: 2rem;
} .sidebar-box__desc {
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.4rem;
} .sidebar-box__desc:not(:last-child) {
margin-bottom: 2.0rem;
} .sidebar-box .list__item:not(:last-of-type) {
margin-bottom: 2rem;
} .sidebar-box .list__item a {
font-size: 1.6rem;
line-height: 2.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
} .sidebar-box .list__item a:hover,
.sidebar-box .list__item a:focus {
color: #e92841;
text-decoration: underline;
} .sidebar-box__tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 0.6rem;
-moz-column-gap: 0.6rem;
column-gap: 0.6rem;
row-gap: 0.6rem;
} .sidebar-box__tags .item {
max-width: 100%;
} .link-ext {
margin-left: 1.2rem;
vertical-align: middle;
} .article-section .row {
width: 100%;
} .opened-form .main {
position: relative;
} .opened-form .main::before {
content: "";
z-index: 10;
opacity: 0.4;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #969696;
position: absolute;
} .header {
z-index: 100;
border-bottom: 0.1rem solid #ded8cf;
background: #fff;
width: 100%;
margin-top: 0;
position: sticky;
} .header .lang-item-de {
display: none !important;
} .header .container-global {
display: block;
position: relative;
} .header .container-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: null) { .header .container-header {
max-width: 100%;
}
}
@media (max-width: 1199.98px) { .header .container-header {
max-width: 100%;
}
} .header .global-reach {
z-index: 999;
width: 100%;
background: #fff;
padding: 5rem 0 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
}
@media (max-width: 1199.98px) { .header .global-reach {
padding: 2.5rem 0 0;
}
} .header .global-reach__header {
padding-bottom: 5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .header .global-reach__header {
padding-bottom: 3rem;
}
} .header .global-reach__header .title {
color: #4f2d7f;
} .header .global-reach__header .title .icon {
color: #4f2d7f;
width: 3rem;
height: 3rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .header .global-reach__header .button-close {
padding: 0;
display: block;
} .header .global-reach__header .button-close .icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
} .header .global-reach__header .button-close .icon:hover {
color: #e92841;
} .header .global-reach__body .global-tabs__nav .nav-item:not(:last-child) {
margin-right: 5rem;
}
@media (max-width: 991.98px) { .header .global-reach__body .global-tabs__nav .nav-item:not(:last-child) {
margin-right: 3rem;
}
} .header .global-reach__body .global-tabs__nav .nav-item .nav-link {
opacity: 0.5;
color: #4f2d7f;
font-size: 1.6rem;
letter-spacing: 0.3rem;
text-transform: uppercase;
border: none;
border-bottom: 0.2rem solid transparent;
background: none;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0.5rem 0;
}
@media (max-width: 991.98px) { .header .global-reach__body .global-tabs__nav .nav-item .nav-link {
letter-spacing: 0.2rem;
}
} .header .global-reach__body .global-tabs__nav .nav-item .nav-link:hover,
.header .global-reach__body .global-tabs__nav .nav-item .nav-link:focus {
opacity: 1;
} .header .global-reach__body .global-tabs__nav .nav-item .nav-link.active {
opacity: 1;
border-bottom: 0.2rem solid #4f2d7f;
} .header .global-reach__body .global-tabs__content {
padding: 5rem 0;
}
@media (max-width: 991.98px) { .header .global-reach__body .global-tabs__content {
padding: 3rem 0;
}
} .header .global-reach__body .global-tabs__content .list {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-break-inside: avoid;
margin: 0 -2rem;
}
@media (max-width: 575.98px) { .header .global-reach__body .global-tabs__content .list {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
} .header .global-reach__body .global-tabs__content .list__item {
padding: 0 2rem;
margin-bottom: 2rem;
}
@media (max-width: 575.98px) { .header .global-reach__body .global-tabs__content .list__item {
margin-bottom: 1.2rem;
}
} .header .global-reach__body .global-tabs__content .list__item a {
font-size: 1.6rem;
display: inline-block;
} .header .global-reach__body .global-tabs__content .list__item a:hover,
.header .global-reach__body .global-tabs__content .list__item a:focus {
text-decoration: underline;
} .header__toggler {
display: none;
z-index: 100;
top: 3.4rem;
right: 6.9rem;
height: 100%;
padding-right: 1.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
}
@media (max-width: 768.98px) { .header__toggler {
right: 4.9rem;
}
} .header__toggler .toggle-button {
width: 100%;
height: 100%;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__toggler .toggle-button:hover .toggle-button__box__inner,
.header__toggler .toggle-button:hover .toggle-button__box__inner::before,
.header__toggler .toggle-button:hover .toggle-button__box__inner::after {
background: #e92841;
} .header__toggler .toggle-button__box {
width: 2rem;
height: 100%;
display: block;
position: relative;
} .header__toggler .toggle-button__box__inner {
top: 0;
-webkit-transition-duration: 0.22s;
-o-transition-duration: 0.22s;
transition-duration: 0.22s;
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
} .header__toggler .toggle-button__box__inner,
.header__toggler .toggle-button__box__inner::before,
.header__toggler .toggle-button__box__inner::after {
width: 2rem;
height: 0.2rem;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: -o-transform;
transition-property: transform;
transition-property: transform, -webkit-transform, -o-transform;
background: #4f2d7f;
display: block;
position: absolute;
} .header__toggler .toggle-button__box__inner::before,
.header__toggler .toggle-button__box__inner::after {
content: "";
display: block;
} .header__toggler .toggle-button__box__inner::before {
top: -0.7rem;
-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
-o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
} .header__toggler .toggle-button__box__inner::after {
bottom: -0.7rem;
-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
} .header__logo {
z-index: 99;
display: inline-block;
position: relative;
}
@media (max-width: 1199.98px) { .header__logo {
padding: 2.5rem 0;
}
}
@media (max-width: null) { .header__logo {
padding: 2.5rem 0;
}
} .header__logo svg {
width: 18.9rem;
height: 3.6rem;
display: block;
}
@media (max-width: 575.98px) { .header__logo svg {
width: 17rem;
}
} .header__logo img {
max-width: 100%;
height: auto;
display: block;
} .header__navigation {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__navigation.form-active .navigation .menu-item a {
opacity: 0.3;
} .header__navigation.form-active .actions .search-box__form {
width: 38.6rem;
}
@media (max-width: 575.98px) { .header__navigation.form-active .actions .search-box__form {
top: 1rem;
right: 1rem;
left: 1rem;
width: auto;
position: fixed;
}
} .header__navigation .navigation {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__navigation .navigation > .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__navigation .navigation > .menu > .menu-item {
position: relative;
}
@media (max-width: 1199.98px) { .header__navigation .navigation > .menu > .menu-item:not(:last-of-type) {
margin-right: 2rem;
}
}
@media (max-width: 991.98px) { .header__navigation .navigation > .menu > .menu-item:not(:last-of-type) {
margin-right: 1rem;
}
} .header__navigation .navigation > .menu > .menu-item.current-menu-item > a::after {
width: calc(100% - 3.6rem);
background: #4f2d7f;
}
@media (max-width: 1199.98px) { .header__navigation .navigation > .menu > .menu-item.current-menu-item > a::after {
width: 100%;
}
}
@media (min-width: 769px) { .header__navigation .navigation > .menu > .menu-item.menu-item-has-children:not(.menu-item-has-submenus):hover .sub-menu {
display: block;
}
} .header__navigation .navigation > .menu > .menu-item.menu-item-has-children .expand-button {
display: none;
padding: 0;
} .header__navigation .navigation > .menu > .menu-item.menu-item-has-children .expand-button .icon {
width: 0.7rem;
height: 1.2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: -1rem;
margin-top: -0.5rem;
} .header__navigation .navigation > .menu > .menu-item.menu-item-has-children > .expand-button {
top: 0;
right: 0;
width: 5rem;
height: 5.9rem;
position: absolute;
} .header__navigation .navigation > .menu > .menu-item.menu-item-has-children > .expand-button .icon {
color: #4f2d7f;
} .header__navigation .navigation > .menu > .menu-item.expanded > .expand-button .icon {
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
} .header__navigation .navigation > .menu > .menu-item.expanded > .sub-menu {
display: block;
} .header__navigation .navigation > .menu > .menu-item.mega-navigation3 > a {
color: #ff7d1e;
} .header__navigation .navigation > .menu > .menu-item.mega-navigation3 > a::after {
width: calc(100% - 3.6rem);
background: #ff7d1e;
}
@media (max-width: 1199.98px) { .header__navigation .navigation > .menu > .menu-item.mega-navigation3 > a::after {
width: 100%;
}
} .header__navigation .navigation > .menu > .menu-item > a {
color: #4f2d7f;
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: -0.1rem;
padding: 5rem 1.8rem;
display: block;
position: relative;
}
@media (max-width: 1199.98px) { .header__navigation .navigation > .menu > .menu-item > a {
padding: 2.5rem 1rem;
}
} .header__navigation .navigation > .menu > .menu-item > a::after {
content: "";
right: 0;
left: 0;
bottom: 0;
width: 0;
height: 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
} .header__navigation .navigation > .menu > .menu-item > a:hover,
.header__navigation .navigation > .menu > .menu-item > a:focus {
color: #e92841;
} .header__navigation .navigation > .menu > .menu-item > a:hover::after,
.header__navigation .navigation > .menu > .menu-item > a:focus::after {
width: calc(100% - 3.6rem);
background: #e92841;
}
@media (max-width: 1199.98px) { .header__navigation .navigation > .menu > .menu-item > a:hover::after,
.header__navigation .navigation > .menu > .menu-item > a:focus::after {
width: 100%;
}
} .header__navigation .navigation > .menu > .menu-item .sub-menu {
display: none;
z-index: 98;
top: 100%;
min-width: 19.5rem;
border-bottom: 0.1rem solid #ded8cf;
-webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(222, 216, 207, 0.45);
box-shadow: 0.1rem 0.1rem 0.1rem rgba(222, 216, 207, 0.45);
background: #fff;
padding: 1.8rem 2.2rem 0.6rem;
position: absolute;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded {
background: #e9e5df;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded > a {
color: #e92841;
background: #e9e5df;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded > .expand-button {
background: #e9e5df;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded > .expand-button .icon {
color: #e92841;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded > .sub-menu {
display: block;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item a {
color: #4f2d7f;
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 1.1rem 1rem;
display: block;
position: relative;
}
@media (max-width: 1199.98px) { .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item a {
padding: 1.4rem 0;
}
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item a:hover,
.header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item a:focus {
color: #e92841;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item .expand-button {
width: 3rem;
height: 3.4rem;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item .expand-button .icon {
color: #222;
} .header__navigation .navigation .lang {
padding: 0.8rem;
display: inline-block;
}
@media (min-width: 769px) { .header__navigation .navigation .lang {
display: none;
}
} .header__navigation .navigation .lang-item {
display: inline-block;
} .header__navigation .navigation .lang-item a {
color: #4f2d7f;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 1.2rem 0.8rem;
display: block;
} .header__navigation .navigation .lang-item a:hover,
.header__navigation .navigation .lang-item a:focus {
color: #e92841;
} .header__navigation .navigation .lang-item a img {
display: none;
} .header__navigation .navigation .lang-item a span {
margin-left: 0.6rem !important;
vertical-align: middle;
display: inline-block;
position: relative;
} .header__navigation .actions {
margin-top: -0.4rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199.98px) { .header__navigation .actions {
top: 3rem;
right: 1.5rem;
}
} .header__navigation .actions .search-box {
border-left: 0.1rem solid #4f2d7f;
border-right: 0.1rem solid #4f2d7f;
margin-left: 0.8rem;
padding-right: 1.4rem;
padding-left: 1.4rem;
position: relative;
} .header__navigation .actions .search-box--active::after {
content: "";
left: 0;
bottom: -4.9rem;
width: 100%;
height: 0.4rem;
background: #4f2d7f;
position: absolute;
}
@media (max-width: 1199.98px) { .header__navigation .actions .search-box--active::after {
bottom: -2rem;
}
} .header__navigation .actions .search-box__button {
padding: 0;
} .header__navigation .actions .search-box__button:hover .icon,
.header__navigation .actions .search-box__button:focus .icon {
color: #e92841;
} .header__navigation .actions .search-box__button .icon {
color: #4f2d7f;
width: 2.4rem;
height: 2.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .header__navigation .actions .search-box__form {
z-index: 100;
top: -1rem;
right: 0;
width: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow: hidden;
position: absolute;
} .header__navigation .actions .search-box__form .field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__navigation .actions .search-box__form .field .submit-button {
width: 6rem;
background: #f0e9f9;
padding: 0 1.5rem;
} .header__navigation .actions .search-box__form .field .submit-button .icon {
color: #4f2d7f;
width: 3rem;
height: 3rem;
} .header__navigation .actions .search-box__form .field__input {
outline: none;
width: calc(100% - 10.6rem);
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
border: none;
background: #f0e9f9;
padding: 1.3rem 1.2rem 1.4rem 0;
display: block;
} .header__navigation .actions .search-box__form .field__input::-webkit-input-placeholder {
color: #9581b2;
}
.header__navigation .actions .search-box__form .field__input::-moz-placeholder {
color: #9581b2;
}
.header__navigation .actions .search-box__form .field__input::-ms-input-placeholder {
color: #9581b2;
}
.header__navigation .actions .search-box__form .field__input::placeholder {
color: #9581b2;
} .header__navigation .actions .search-box__form .field .close-button {
width: 4.6rem;
background: #f0e9f9;
padding: 0 0.8rem;
} .header__navigation .actions .search-box__form .field .close-button .icon {
color: #e92841;
width: 1rem;
height: 1rem;
} .header__navigation .actions .lang {
padding: 0.2rem 0.2rem 0 1rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header__navigation .actions .lang-item a {
color: #4f2d7f;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0 0.6rem;
display: block;
} .header__navigation .actions .lang-item a:hover,
.header__navigation .actions .lang-item a:focus {
color: #e92841;
} .header__navigation .button-globe {
margin-top: -0.3rem;
padding: 0 0 0 0.5rem;
}
@media (max-width: 768.98px) { .header__navigation .button-globe {
margin-bottom: 1.5rem;
}
} .header__navigation .button-globe:hover .icon {
color: #e92841;
} .header__navigation .button-globe .icon {
color: #4f2d7f;
width: 3rem;
height: 3rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .header__navigation .button-globe--mobile {
margin-top: 0;
margin-left: -0.3rem;
padding: 0;
} .header__navigation .button-globe--mobile .icon {
margin-top: -0.7rem;
}
@media (min-width: 769px) { .header__navigation .button-globe--mobile {
display: none;
}
}
@media (max-width: 991.98px) { .nav-open {
overflow: hidden;
} .nav-open .header__toggler .toggle-button__box__inner {
-webkit-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transition-delay: 0.12s;
-o-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} .nav-open .header__toggler .toggle-button__box__inner,
.nav-open .header__toggler .toggle-button__box__inner::before,
.nav-open .header__toggler .toggle-button__box__inner::after {
background: #4f2d7f;
} .nav-open .header__toggler .toggle-button__box__inner::before {
top: 0;
opacity: 0;
-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
-o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
} .nav-open .header__toggler .toggle-button__box__inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .nav-open .header__navigation .navigation {
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
} .header {
top: 0;
width: 100%;
height: 7rem;
margin-top: 0 !important;
padding: 1.7rem 0;
position: fixed;
} .header .container-global {
display: none;
z-index: 101 !important;
top: 0;
width: 100%;
min-height: 100vh;
background: #fff;
padding: 0;
position: absolute;
} .header .container-global.opened {
display: block;
} .header .container-global .global-reach {
padding: 2rem 1.5rem 0;
} .header .container-global .global-reach__header {
padding-bottom: 3rem;
} .header .container-global .global-reach__body .global-tabs__nav .nav-item:not(:last-child) {
margin-right: 1.8rem;
} .header .container-global .global-reach__body .global-tabs__nav .nav-item .nav-link {
letter-spacing: 0;
} .header .container-global .global-reach__body .global-tabs__content {
max-height: calc(100vh - 13.6rem);
padding: 2rem 0;
overflow: auto;
}
}
@media (max-width: 991.98px) and (max-width: 550px) { .header .container-global .global-reach__body .global-tabs__content {
max-height: calc(100vh - 17.1rem);
}
}
@media (max-width: 991.98px) { .header .container-header {
-webkit-box-pack: normal;
-ms-flex-pack: normal;
justify-content: normal;
position: static;
padding: 0 3rem;
}
}
@media (max-width: 991.98px) and (max-width: 768.98px) { .header .container-header {
padding: 0 1rem;
}
}
@media (max-width: 991.98px) { .header__logo {
padding: 0;
} .header__toggler {
display: block;
} .header__navigation .navigation {
z-index: 98;
top: 7rem;
left: -100%;
bottom: 0;
width: 100%;
height: 100%;
background: #f4f2ef;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding-bottom: 7rem;
overflow: auto;
display: block;
position: fixed;
} .header__navigation .navigation > .menu {
padding-top: 0;
display: block;
} .header__navigation .navigation > .menu > .menu-item.active > a::after {
content: none;
} .header__navigation .navigation > .menu > .menu-item.menu-item-has-children .expand-button {
display: block;
} .header__navigation .navigation > .menu > .menu-item:not(:last-of-type) {
margin-right: 0;
} .header__navigation .navigation > .menu > .menu-item > a {
font-size: 1.6rem;
line-height: 2.4rem;
border-bottom: 0.1rem solid #C8BEAF;
padding: 1.6rem 1.6rem 1.7rem;
padding-right: 5rem;
} .header__navigation .navigation > .menu > .menu-item > a::after {
content: none;
} .header__navigation .navigation > .menu > .menu-item .sub-menu {
border-top: 0.1rem solid #C8BEAF;
top: auto;
min-width: 100%;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
padding: 0;
position: relative;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item {
border-bottom: 0.1rem solid #C8BEAF;
background: #E5E1DB;
position: relative;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded {
border-bottom: none;
background: #E5E1DB;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded a {
font-family: "GTWalsheimProMedium", sans-serif;
background: transparent;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item.expanded .expand-button {
background: transparent;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item a {
color: #4f2d7f;
font-size: 1.6rem;
line-height: 2.4rem;
padding: 1.6rem;
padding-right: 5rem;
font-family: "GTWalsheimProLight", sans-serif;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item .expand-button {
position: absolute;
right: 0;
top: 0;
height: 5.9rem;
width: 5rem;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item .sub-menu {
border-top: 0.1rem solid #C8BEAF;
padding-left: 2.8rem;
} .header__navigation .navigation > .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
width: 100%;
font-family: "GTWalsheimProMedium", sans-serif;
padding-left: 0;
padding-right: 1.6rem;
} .header__navigation .actions {
top: 2.4rem;
right: 3rem;
position: absolute;
}
}
@media (max-width: 991.98px) and (max-width: 768.98px) { .header__navigation .actions {
right: 1rem;
}
}
@media (max-width: 991.98px) { .header__navigation .actions .search-box {
border-right: none;
margin-left: 0;
padding-right: 0;
padding-left: 0.8rem;
position: static;
} .header__navigation .actions .lang {
display: none;
} .header__navigation .actions .button-globe {
display: none;
} main {
margin-top: 7rem;
}
} .mega-navigation {
position: sticky;
top: 0;
z-index: 99;
}
@media (max-width: 768.98px) { .mega-navigation {
display: none;
}
} .mega-navigation .mega-nav {
z-index: 99;
width: 100%;
min-height: 50rem;
border-bottom: 0.1rem solid #d3cbbf;
background: #e9e5df;
-webkit-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: translateY(-110%);
-o-transform: translateY(-110%);
transform: translateY(-110%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
}
@media (max-width: 1199.98px) { .mega-navigation .mega-nav .container {
max-width: 100%;
}
} .mega-navigation .mega-nav.open {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
} .mega-navigation .mega-nav__row {
height: 100%;
} .mega-navigation .mega-nav__row.row {
margin: 0;
} .mega-navigation .mega-nav__row .row {
margin: 0;
} .mega-navigation .nav-col {
padding-right: 0;
} .mega-navigation .nav-col::before {
content: "";
top: 0;
right: 0;
width: 100vw;
height: 100%;
background: #f4f2ef;
position: absolute;
} .mega-navigation .content-col {
padding-right: 0;
padding-left: 0;
} .mega-navigation .contact-col {
padding-left: 0;
}
@media (max-width: 1199.98px) { .mega-navigation .contact-col .experts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
} .mega-navigation .contact-col::before {
content: "";
top: 0;
left: 0;
width: 100vw;
height: 100%;
background: #e9e5df;
position: absolute;
} .mega-navigation__list {
background: #f4f2ef;
padding: 6rem 0 4rem;
position: relative;
} .mega-navigation__list li {
position: relative;
} .mega-navigation__list li a {
color: #4f2d7f;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0.8rem 5rem 0.8rem 1.2rem;
display: block;
}
@media (max-width: 991.98px) { .mega-navigation__list li a {
font-size: 1.7rem;
padding: 0.5rem 0 0.5rem 0.4rem;
}
} .mega-navigation__list li a:hover,
.mega-navigation__list li a:focus {
color: #e92841;
font-family: "GTWalsheimProMedium", sans-serif;
background: #E5E1DB;
} .mega-navigation__list li a.featured {
font-family: "GTWalsheimProMedium", sans-serif;
} .mega-navigation__list li a.featured:before {
display: block;
width: 0.8rem;
height: 0.8rem;
content: "";
background: #e92841;
position: absolute;
top: calc(50% - 0.4rem);
left: -0.6rem;
border-radius: 100%;
-webkit-animation: featured-dot 1.2s infinite ease-in-out;
-o-animation: featured-dot 1.2s infinite ease-in-out;
animation: featured-dot 1.2s infinite ease-in-out;
} .mega-navigation__list li a span {
position: relative;
} .mega-navigation__list li a:after {
display: block;
position: absolute;
content: "";
width: 0.542rem;
height: 0.958rem;
background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 50% 50%;
top: calc(50% - 0.479rem);
right: 3.7rem;
} .mega-navigation__content {
display: none;
height: 100%;
background: #e9e5df;
padding: 4.5rem 3.2rem;
position: relative;
} .mega-navigation__content.open {
display: block;
} .mega-navigation__content .title {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2rem;
position: relative;
}
@media (max-width: 991.98px) { .mega-navigation__content .title {
font-size: 2.6rem;
}
} .mega-navigation__content .title > .name {
color: #222;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: table;
}
@media (max-width: 768.98px) { .mega-navigation__content .title > .name {
margin-bottom: 1rem;
}
} .mega-navigation__content .title > .name:hover,
.mega-navigation__content .title > .name:focus {
color: #e92841;
} .mega-navigation__content .title > .name .icon {
width: 1.4rem;
vertical-align: middle;
margin-left: 0.7rem;
color: #4f2d7f;
} .mega-navigation__content .list {
list-style-type: none;
} .mega-navigation__content .list__item {
color: #4f2d7f;
position: relative;
} .mega-navigation__content .list__item:not(:last-of-type) {
margin-bottom: 1.6rem;
} .mega-navigation__content .list__item a {
color: #4f2d7f;
font-size: 1.6rem;
line-height: 2.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: "GTWalsheimProMedium", sans-serif;
} .mega-navigation__content .list__item a.featured:before {
display: block;
width: 0.8rem;
height: 0.8rem;
content: "";
background: #e92841;
position: absolute;
top: calc(50% - 0.4rem);
left: -1.8rem;
border-radius: 100%;
-webkit-animation: featured-dot 1.2s infinite ease-in-out;
-o-animation: featured-dot 1.2s infinite ease-in-out;
animation: featured-dot 1.2s infinite ease-in-out;
} .mega-navigation__content .list__item a:hover,
.mega-navigation__content .list__item a:focus {
color: #e92841;
} .mega-navigation__contact {
display: none;
height: 100%;
border-left: 0.1rem solid #ded8cf;
padding: 4.8rem 0;
position: relative;
}
@media (max-width: 1199.98px) { .mega-navigation__contact {
border-left: none;
border-top: 0.1rem solid #ded8cf;
}
} .mega-navigation__contact .button-hide {
right: 0;
left: 0;
bottom: 1rem;
width: 6rem;
margin: 0 auto;
padding: 0;
position: absolute;
}
@media (min-width: 1199.98px) { .mega-navigation__contact .button-hide {
display: none;
}
} .mega-navigation__contact .button-hide:hover .icon {
color: #e92841;
} .mega-navigation__contact .button-hide .icon {
color: #4f2d7f;
width: 1.6rem;
height: 1.6rem;
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .mega-navigation__contact.open {
display: block;
} .mega-navigation__contact .expert-box {
border: none;
background: none;
padding: 0 0 0 2rem;
} .mega-navigation__contact .expert-box:not(last-of-type) {
margin-bottom: 2.9rem;
} .mega-navigation__contact .expert-box::before {
content: none;
} .mega-navigation__contact .expert-box.menu-expert-box .contact-list {
opacity: 1 !important;
}
@media (max-width: 1199.98px) { .mega-navigation__contact .expert-box__image {
width: 7rem;
height: 7rem;
margin-right: 1.5rem;
}
} .mega-navigation__contact .expert-box__meta__content {
width: calc(100% - 9.8rem);
}
@media (max-width: 1199.98px) { .mega-navigation__contact .expert-box__meta__content {
width: calc(100% - 8.5rem);
}
} .mega-navigation__contact .expert-box__title {
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: normal;
color: #000;
margin-bottom: 2rem;
padding: 0 0 0 2rem;
} .mega-navigation__contact .expert-box__meta {
margin-bottom: 2rem;
} .mega-navigation__contact .expert-box__meta__image {
width: 7rem;
height: 7rem;
margin: 0 1rem 0 -0.5rem;
border: none;
} .mega-navigation__contact .expert-box__meta__content {
width: calc(100% - 8rem);
} .mega-navigation__contact .expert-box__meta__content .name {
font-family: "GTWalsheimProBold", sans-serif;
white-space: nowrap;
} .mega-navigation__contact .expert-box__meta__content .role {
color: #1c1c1c;
} .mega-navigation__contact .expert-box .contact-list {
margin-bottom: 0.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .mega-navigation__contact .expert-box .contact-list__item .svg-container {
width: 2.4rem;
height: 2.4rem;
margin-right: 0.4rem;
} .mega-navigation__contact .expert-box .contact-list__item:not(last-of-type) {
margin-bottom: 0.8rem;
} .mega-navigation__contact .expert-box .contact-social {
margin-top: 1.25rem;
} .mega-navigation__contact .expert-box .contact-social .twitter-icon {
width: 2rem;
height: 2rem;
} .mega-navigation__contact .expert-box .contact-social .linkedin-icon {
width: 1.8rem;
height: 1.8rem;
} .mega-navigation__contact .expert-box .contact-social .svg-container {
color: #4f2d7f;
} .mega-navigation__contact .expert-box .contact-social .svg-container:not(last-of-type) {
margin-right: 1.5rem;
} .mega-navigation__contact .expert-box .contact-social a:hover .svg-container {
color: #e92841;
} .mega-navigation .featured-box {
padding-left: 2rem;
display: block;
} .mega-navigation .featured-box:hover .featured-box__content__icon {
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
} .mega-navigation .featured-box__wrapper {
min-height: 32.7rem;
background: #fff;
overflow: hidden;
position: relative;
max-width: 28.3rem;
margin-top: -0.9rem;
} .mega-navigation .featured-box__image {
height: 18.1rem;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .mega-navigation .featured-box__content {
background: #fff;
padding: 1.8rem 2rem;
} .mega-navigation .featured-box__content__title {
color: #4f2d7f;
font-size: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 1.4;
margin-bottom: 1.7rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .mega-navigation .featured-box__content__text {
opacity: 0;
color: #6e6e6e;
font-size: 1.5rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .mega-navigation .featured-box__content__more {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
color: #4f2d7f;
position: relative;
} .mega-navigation .featured-box__content__icon {
width: 1.5rem;
height: 1.5rem;
margin-left: 0.2rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .footer {
background: #4f2d7f;
} .footer__top {
border-bottom: 0.1rem solid #C0ADCF;
padding: 5.5rem 0 4.8rem;
}
@media (max-width: 991.98px) { .footer__top {
padding: 4rem 0 1rem;
}
}
@media (max-width: 768.98px) { .footer__top {
padding: 4rem 0 0;
}
}
@media (max-width: 991.98px) { .footer__top__menu .submenu-column {
display: none;
}
}
@media (max-width: 425px) { .footer__top__menu .menu-column {
padding-right: 0;
padding-bottom: 1.5rem;
}
}
@media (max-width: 425px) { .footer__top__menu .menu-column .menu__title {
margin-bottom: 1.2rem;
}
} .footer__top__menu .menu-column .menu__title:hover,
.footer__top__menu .menu-column .menu__title:focus {
color: #fff;
} .footer__top__menu .submenu {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-break-inside: avoid;
} .footer__top__menu .submenu__item:not(:last-of-type) {
margin-bottom: 0.4rem;
} .footer__top__menu .submenu__item a {
color: #fff;
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.2rem;
-webkit-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
} .footer__top__menu .submenu__item a:hover,
.footer__top__menu .submenu__item a:focus {
color: #e92841;
text-decoration: underline;
} .footer__top__menu .menu {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .footer__top__menu .menu__title {
color: #fff;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
-webkit-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
margin-bottom: 1.2rem;
line-height: 115%;
text-transform: uppercase;
display: inline-block;
} .footer__top__menu .menu__title:hover,
.footer__top__menu .menu__title:focus {
color: #e92841;
}
@media (max-width: 425px) { .footer__top__menu .menu__title {
line-height: 1.61rem;
display: block;
}
}
@media (max-width: 425px) { .footer__top__menu .menu__tools {
color: #fff;
list-style-type: none;
}
} .footer__top__menu .menu__tools .menu-item {
width: 100%;
margin-bottom: 0.4rem;
}
@media (max-width: 425px) { .footer__top__menu .menu__tools .menu-item {
margin-bottom: 1rem;
line-height: 2.2rem;
}
} .footer__top__menu .menu__tools .menu-item a {
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1;
text-transform: none;
} .footer__top__menu .menu-item {
width: 100%;
margin-bottom: 0.4rem;
}
@media (max-width: 425px) { .footer__top__menu .menu-item {
width: 100%;
margin-bottom: 2rem;
font-size: 1.4rem;
line-height: 1.61rem;
margin-bottom: 1.6rem;
padding-right: 0;
}
}
@media (max-width: 320px) { .footer__top__menu .menu-item {
width: 100%;
padding-right: 0;
}
}
@media (min-width: 992px) { .footer__top__menu .menu-item.menu-custom-item {
display: none;
}
} .footer__top__menu .menu-item a {
color: #fff;
font-size: 1.4rem;
line-height: 115%;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
-webkit-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
} .footer__top__menu .menu-item a:hover,
.footer__top__menu .menu-item a:focus {
color: #e92841;
} .footer__bottom {
padding: 3.2rem 0 4.8rem;
}
@media (max-width: 575.98px) { .footer__bottom {
padding: 1.5rem 0 4rem;
}
} .footer__bottom__meta {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199.98px) { .footer__bottom__meta {
margin-bottom: 4rem;
}
}
@media (max-width: 575.98px) { .footer__bottom__meta {
margin-bottom: 0;
}
} .footer__bottom__meta .social-media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
@media (max-width: 1199.98px) { .footer__bottom__meta .social-media {
margin-bottom: 1.5rem;
}
}
@media (max-width: 991.98px) { .footer__bottom__meta .social-media {
margin-bottom: 3rem;
}
}
@media (max-width: 575.98px) { .footer__bottom__meta .social-media {
width: calc(100% + 3rem);
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
margin-left: -1.5rem;
margin-bottom: 1.7rem;
}
} .footer__bottom__meta .social-media__item a {
padding: 1.3rem 1.5rem;
display: block;
}
@media (max-width: 575.98px) { .footer__bottom__meta .social-media__item a {
margin: 0 0.5rem;
padding: 1.3rem 1rem;
}
} .footer__bottom__meta .social-media__item a:hover .icon,
.footer__bottom__meta .social-media__item a:focus .icon {
color: #e92841;
} .footer__bottom__meta .social-media__item a .icon {
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
} .footer__bottom__meta .social-media__item:first-child a {
margin-left: 0;
} .footer__bottom__meta .social-media__item.facebook a .icon {
width: 2rem;
height: 2rem;
} .footer__bottom__meta .social-media__item.twitter a .icon {
width: 2rem;
height: 2rem;
} .footer__bottom__meta .social-media__item.linkedin a .icon {
top: -0.1rem;
width: 2rem;
height: 2rem;
} .footer__bottom__meta .social-media__item.instagram a .icon {
width: 2rem;
height: 2rem;
} .footer__bottom__meta .social-media__item.youtube a .icon {
top: 0.2rem;
width: 2.5rem;
height: 2.5rem;
} .footer__bottom__meta .newsletter-block {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .footer__bottom__meta .newsletter-block__label {
color: #fff;
font-size: 1.4rem;
line-height: 115%;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-right: 3.2rem;
margin-bottom: 0.6rem;
}
@media (max-width: 991.98px) { .footer__bottom__meta .newsletter-block__label {
margin-bottom: 1rem;
}
}
@media (max-width: 575.98px) { .footer__bottom__meta .newsletter-block__label {
margin-right: 0;
margin-bottom: 0.6rem;
}
} .footer__bottom__meta .newsletter-block__text {
max-width: 28.3rem;
color: #fff;
font-size: 1.4rem;
line-height: 2.2rem;
margin-right: 3.2rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .footer__bottom__meta .newsletter-block__text {
max-width: 100%;
width: 100%;
}
} .footer__bottom__meta .newsletter-block__form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0.3rem 0;
}
@media (max-width: 991.98px) { .footer__bottom__meta .newsletter-block__form {
width: 100%;
margin-top: 2.1rem;
}
}
@media (max-width: 575.98px) { .footer__bottom__meta .newsletter-block__form {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 1.7rem;
}
}
@media (max-width: 575.98px) { .footer__bottom__meta .newsletter-block__form .field {
width: 100%;
}
} .footer__bottom__meta .newsletter-block__form .field__input {
outline: none;
min-width: 23.5rem;
color: #fff;
font-size: 1.4rem;
line-height: 2.2rem;
border: none;
background: #725799;
padding: 1.3rem 1.2rem;
display: block;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 575.98px) { .footer__bottom__meta .newsletter-block__form .field__input {
min-width: 100%;
}
} .footer__bottom__meta .newsletter-block__form .field__input::-webkit-input-placeholder {
color: #fff;
}
.footer__bottom__meta .newsletter-block__form .field__input::-moz-placeholder {
color: #fff;
}
.footer__bottom__meta .newsletter-block__form .field__input::-ms-input-placeholder {
color: #fff;
}
.footer__bottom__meta .newsletter-block__form .field__input::placeholder {
color: #fff;
} .footer__bottom__meta .newsletter-block__form .button-newsletter {
width: 4.8rem;
height: 4.8rem;
border: none;
background: #fff;
color: #4f2d7f;
padding: 1.4rem;
} .footer__bottom__meta .newsletter-block__form .button-newsletter:hover,
.footer__bottom__meta .newsletter-block__form .button-newsletter:focus {
background: #4f2d7f;
} .footer__bottom__meta .newsletter-block__form .button-newsletter:hover .icon,
.footer__bottom__meta .newsletter-block__form .button-newsletter:focus .icon {
color: #fff;
} .footer__bottom__meta .newsletter-block__form .button-newsletter .icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
vertical-align: top;
} .footer__bottom__copyright .copyright {
color: #9581b2;
font-size: 1.2rem;
text-transform: uppercase;
}
@media (max-width: 575.98px) { .footer__bottom__copyright .copyright {
text-align: center;
}
} .single-data__content .article__button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 3.1rem;
color: #4f2d7f;
background-color: #DCD5E5 !important;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
cursor: pointer;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
outline: none;
border: none;
} .single-data__content .article__button.bordered {
background: none;
border: 0.2rem solid #fff;
}
@media (max-width: 768.98px) { .single-data__content .article__button {
padding: 1.2rem 2.4rem;
}
} .single-data__content .article__header {
background: #4f2d7f;
background-position: center;
background-size: cover;
padding: 4.5rem 0 5.3rem;
}
@media (max-width: 991.98px) { .single-data__content .article__header {
padding: 4.5rem 0 5rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__header {
padding: 3.5rem 0 3rem;
}
} .single-data__content .article__header .col-boxes {
padding: 0;
}
@media (max-width: 991.98px) { .single-data__content .article__header .col-boxes {
display: none;
}
} .single-data__content .article__header .boxes {
width: 100%;
} .single-data__content .article__header .boxes .experts-slider:not(:last-child) {
margin-bottom: 1.5rem;
} .single-data__content .article__header .boxes > .expert-box:not(:last-child) {
margin-bottom: 1.5rem;
} .single-data__content .article__header__meta {
max-width: 71rem;
margin-bottom: 3.2rem;
display: block;
}
@media (max-width: 991.98px) { .single-data__content .article__header__meta {
max-width: 100%;
}
} .single-data__content .article__header__meta .main-meta {
margin-bottom: 2rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__tags {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__tags__item {
margin-bottom: 0.8rem;
}
@media (max-width: 575.98px) { .single-data__content .article__tags__item:last-child {
margin-bottom: 0;
}
} .single-data__content .article__tags__item:not(:last-child) {
margin-right: 0.8rem;
} .single-data__content .article__tags__item .tag-type::after {
border-color: transparent #f4f2ef transparent transparent;
} .single-data__content .article__date {
color: #464646;
font-size: 1.4rem;
letter-spacing: 0.2rem;
} .single-data__content .article__date:not(:first-child) {
margin-left: 1.8rem;
}
@media (max-width: 575.98px) { .single-data__content .article__date-box {
width: 100%;
margin-bottom: 1.6rem;
}
} .single-data__content .article__date-box:not(:first-child) {
margin-left: 1.8rem;
} .single-data__content .article__date-box__time {
color: #464646;
font-size: 1.4rem;
letter-spacing: 0.2rem;
display: block;
} .single-data__content .article__date-box__time:not(:last-child) {
margin-bottom: 0.2rem;
} .single-data__content .article__date-box__modified {
color: #e92841;
font-size: 1.2rem;
letter-spacing: 0.1rem;
line-height: 1.2;
display: block;
} .single-data__content .article__date-box__modified span {
color: #464646;
letter-spacing: 0;
} .single-data__content .article__share {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__share__meta {
color: #fff;
font-size: 1.2rem;
text-transform: uppercase;
margin-right: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 575.98px) { .single-data__content .article__share__meta {
margin-right: 1rem;
}
} .single-data__content .article__share .social-media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__share .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
}
@media (max-width: 575.98px) { .single-data__content .article__share .social-media__item:not(:last-of-type) {
margin-right: 1.2rem;
}
} .single-data__content .article__share .social-media__item a {
display: block;
} .single-data__content .article__share .social-media__item a.share-twitter:hover .icon,
.single-data__content .article__share .social-media__item a.share-twitter:focus .icon {
color: #e92841;
} .single-data__content .article__share .social-media__item a.share-twitter .icon {
width: 2rem;
height: 2rem;
} .single-data__content .article__share .social-media__item a.share-linkedin:hover .icon,
.single-data__content .article__share .social-media__item a.share-linkedin:focus .icon {
color: #e92841;
} .single-data__content .article__share .social-media__item a.share-linkedin .icon {
width: 2rem;
height: 2rem;
} .single-data__content .article__share .social-media__item a.share-email:hover .icon,
.single-data__content .article__share .social-media__item a.share-email:focus .icon {
color: #e92841;
} .single-data__content .article__share .social-media__item a.share-email .icon {
width: 2rem;
height: 2rem;
} .single-data__content .article__share .social-media__item a .icon {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #fff;
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .single-data__content .article__title {
max-width: 60rem;
font-size: 4.4rem;
font-weight: normal;
line-height: 5.2rem;
color: #fff;
}
@media (max-width: 575.98px) { .single-data__content .article__title-title-with-subheading {
font-size: 2.4rem;
line-height: 3.2rem;
}
}
@media (max-width: 991.98px) { .single-data__content .article__title {
max-width: 100%;
font-size: 4rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__title {
font-size: 3.2rem;
line-height: 4rem;
}
} .single-data__content .article__title-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
} .single-data__content .article__subtitle {
max-width: 80rem;
font-size: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 3.2rem;
color: #fff;
margin-top: 2rem;
}
@media (max-width: 991.98px) { .single-data__content .article__subtitle {
font-size: 2rem;
line-height: 2.8rem;
}
}
@media (max-width: 768.98px) { .single-data__content .article__subtitle {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .single-data__content .article__body {
padding-top: 4rem;
} .single-data__content .article__body__column {
padding-right: 3.2rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body__column {
padding-right: 1.5rem;
}
} .single-data__content .article__body__column.article-full-view {
padding: 0 12.5rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body__column.article-full-view {
padding: 0 1.5rem;
}
} .single-data__content .article__body .content .introduction {
color: #222;
font-size: 2.2rem;
line-height: 1.727;
margin-bottom: 6rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content .introduction {
font-size: 2rem;
margin-bottom: 4rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .content .introduction {
font-size: 1.8rem;
}
}
@media (max-width: 991.98px) { .single-data__content .article__body .content .introduction + .experts-slider--blocks {
display: block !important;
} .single-data__content .article__body .content .introduction + .experts-slider--blocks .expert-block {
display: block !important;
}
}
@media (max-width: 991.98px) { .single-data__content .article__body .content .introduction + .expert-block {
display: inline-block !important;
}
} .single-data__content .article__body .content__block {
margin-bottom: 6rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block.mobile-hidden {
display: none;
}
}
@media (min-width: 576px) { .single-data__content .article__body .content__block.desktop-hidden {
display: none;
}
} .single-data__content .article__body .content__block:not(:last-child) {
margin-bottom: 6rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block:not(:last-child) {
margin-bottom: 4rem;
}
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block.custom-style {
margin-bottom: 4rem;
}
} .single-data__content .article__body .content__block.custom-style p {
font-size: 1.8rem;
} .single-data__content .article__body .content__block h1,
.single-data__content .article__body .content__block h2,
.single-data__content .article__body .content__block h3,
.single-data__content .article__body .content__block h4,
.single-data__content .article__body .content__block h5,
.single-data__content .article__body .content__block h6,
.single-data__content .article__body .content__block strong {
font-weight: normal;
font-family: "GTWalsheimProMedium", sans-serif;
} .single-data__content .article__body .content__block h2 {
font-size: 3.6rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block h2 {
font-size: 3.2rem;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .content__block h2 {
font-size: 2.8rem;
}
} .single-data__content .article__body .content__block h2:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block h2:not(:last-child) {
margin-bottom: 0.7rem;
}
} .single-data__content .article__body .content__block h3 {
font-size: 3.2rem;
line-height: 4rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block h3 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .single-data__content .article__body .content__block h3:not(:last-child) {
margin-bottom: 2rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block h3:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-data__content .article__body .content__block h4 {
font-size: 2.2rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block h4 {
font-size: 2rem;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .content__block h4 {
font-size: 1.8rem;
}
} .single-data__content .article__body .content__block h4:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block h4:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-data__content .article__body .content__block h5 {
font-size: 2rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block h5 {
font-size: 1.8rem;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .content__block h5 {
font-size: 1.6rem;
}
} .single-data__content .article__body .content__block h5:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block h5:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-data__content .article__body .content__block h6 {
font-size: 1.8rem;
}
@media (max-width: 991.98px) { .single-data__content .article__body .content__block h6 {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .content__block h6 {
font-size: 1.4rem;
}
} .single-data__content .article__body .content__block h6:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block h6:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-data__content .article__body .content__block p {
color: #000;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.6rem;
}
@media (max-width: 768.98px) { .single-data__content .article__body .content__block p {
font-size: 1.6rem;
}
} .single-data__content .article__body .content__block p:not(:last-child) {
margin-bottom: 2.4rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block p:not(:last-child) {
margin-bottom: 1.9rem;
}
} .single-data__content .article__body .content__block ul,
.single-data__content .article__body .content__block ol {
padding-left: 1.5rem;
} .single-data__content .article__body .content__block ul:not(:last-child),
.single-data__content .article__body .content__block ol:not(:last-child) {
margin-bottom: 2.4rem;
} .single-data__content .article__body .content__block ul li,
.single-data__content .article__body .content__block ol li {
color: #000;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.6rem;
}
@media (max-width: 768.98px) { .single-data__content .article__body .content__block ul li,
.single-data__content .article__body .content__block ol li {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .content__block ul li,
.single-data__content .article__body .content__block ol li {
font-size: 1.6rem;
}
} .single-data__content .article__body .content__block ul {
list-style-type: none;
} .single-data__content .article__body .content__block ul li {
position: relative;
} .single-data__content .article__body .content__block ul li::before {
content: "";
top: 0.9rem;
left: -1.5rem;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #000;
position: absolute;
} .single-data__content .article__body .content__block ol {
list-style-type: decimal;
} .single-data__content .article__body .content__block a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .single-data__content .article__body .content__block a:hover,
.single-data__content .article__body .content__block a:focus {
color: #e92841;
} .single-data__content .article__body .content__block strong {
font-weight: normal;
} .single-data__content .article__body .content__block img {
max-width: 100%;
height: auto;
display: block;
} .single-data__content .article__body .content .table-block {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
} .single-data__content .article__body .content .table-block:not(:last-child) {
margin-bottom: 6rem;
} .single-data__content .article__body .content .table-block .table {
width: 100%;
} .single-data__content .article__body .content .table-block .table thead tr th {
color: #6e6e6e;
font-size: 1.4rem;
font-weight: normal;
font-family: "GTWalsheimProLight", sans-serif;
border-top: none;
border-bottom: 0.1rem solid #ded8cf;
padding: 1.1rem 0.2rem 1rem;
} .single-data__content .article__body .content .table-block .table tbody tr:not(:last-child) td {
border-bottom: 0.1rem solid #ded8cf;
} .single-data__content .article__body .content .table-block .table tbody tr:last-child td {
border-bottom: 0.3rem solid #ded8cf;
} .single-data__content .article__body .content .table-block .table tbody tr td {
color: #0b0b0b;
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
border-top: none;
vertical-align: middle;
padding: 1.1rem 0.2rem 1rem;
} .single-data__content .article__body .content .table-block .table tbody tr td strong {
font-weight: normal;
font-family: "GTWalsheimProMedium", sans-serif;
} .single-data__content .article__body .content .service-block {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 575.98px) { .single-data__content .article__body .content .service-block {
margin-right: -1.5rem;
margin-left: -1.5rem;
}
} .single-data__content .article__body .content .service-block.l-green::before {
border-color: #9bd732 transparent transparent transparent;
} .single-data__content .article__body .content .service-block::before {
content: "";
z-index: 2;
top: 0;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 3rem 3rem 0 0;
position: absolute;
} .single-data__content .article__body .content .service-block::after {
content: "";
top: 0;
right: 0;
width: 100vw;
height: 100%;
background: #f4f2ef;
position: absolute;
}
@media (max-width: 768.98px) { .single-data__content .article__body .content .service-block::after {
content: none;
}
} .single-data__content .article__body .content .service-block:not(:last-child) {
margin-bottom: 6rem;
} .single-data__content .article__body .content .service-block__photo {
z-index: 1;
width: 27.2rem;
min-height: 19.6rem;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .content .service-block__photo {
width: 17rem;
min-height: 15rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .content .service-block__photo {
width: 100%;
min-height: 10rem;
}
} .single-data__content .article__body .content .service-block__content {
z-index: 1;
width: calc(100% - 27.2rem);
background: #f4f2ef;
padding: 2rem 3.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .content .service-block__content {
width: calc(100% - 17rem);
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .content .service-block__content {
padding: 1.5rem 2.5rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .content .service-block__content {
width: 100%;
padding: 1.5rem;
}
} .single-data__content .article__body .content .service-block__content .content__description {
font-size: 2.8rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
@media (max-width: 768.98px) { .single-data__content .article__body .content .service-block__content .content__description {
font-size: 2.4rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .content .service-block__content .content__description {
font-size: 2.2rem;
}
} .single-data__content .article__body .content .service-block__content .content .text {
font-size: 2.8rem;
line-height: 1.357;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .content .service-block__content .content .text {
font-size: 2.2rem;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .content .service-block__content .content .text {
font-size: 2rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .content .service-block__content .content .text {
font-size: 1.8rem;
}
} .single-data__content .article__body .content .service-block__content .content .text a {
font-family: "GTWalsheimProMedium", sans-serif;
} .single-data__content .article__body .content .service-block__content .content .text a .icon {
width: 6.5rem;
height: 6.5rem;
margin-left: -2rem;
} .single-data__content .article__body .text-block-with-form:not(:last-child) {
margin-bottom: 6rem;
} .single-data__content .article__body .text-block-with-form::before {
content: "";
top: 0;
right: 0;
width: 100vw;
height: 100%;
background: #725799;
position: absolute;
} .single-data__content .article__body .text-block-with-form::after {
content: none;
top: 0;
left: 0;
width: 100vw;
height: 100%;
background: #725799;
position: absolute;
}
@media (max-width: 768.98px) { .single-data__content .article__body .text-block-with-form::after {
content: "";
}
} .single-data__content .article__body .text-block-with-form__content {
width: 50%;
padding-right: 5rem;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .text-block-with-form__content {
width: 100%;
margin-bottom: 4rem;
padding-right: 4rem;
padding-left: 0;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .text-block-with-form__content {
padding-right: 0;
}
} .single-data__content .article__body .text-block-with-form__content .content-wysiwyg h3 {
font-size: 2.8rem;
} .single-data__content .article__body .text-block-with-form__content .content-wysiwyg p {
font-size: 1.6rem;
} .single-data__content .article__body .text-block-with-form__content .content-wysiwyg p:not(:last-child) {
margin-bottom: 1.5rem;
} .single-data__content .article__body .text-block-with-form__content .content-wysiwyg ul li,
.single-data__content .article__body .text-block-with-form__content .content-wysiwyg ol li {
font-size: 1.6rem;
} .single-data__content .article__body .text-block-with-form__wrapper {
width: 50%;
padding-right: 4rem;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .text-block-with-form__wrapper {
width: 100%;
padding-right: 4rem;
padding-left: 0;
}
}
@media (max-width: 768.98px) { .single-data__content .article__body .text-block-with-form__wrapper {
padding-right: 0;
}
}
@media (max-width: 1199.98px) { .single-data__content .article__body .block-tiles-with-link {
padding: 8rem 0 5rem;
}
} .single-data__content .article__body .block-tiles-with-link:first-of-type {
padding: 3rem 0;
} .single-data__content .article__body .block-tiles-with-link + .block-tiles-with-link {
padding: 0 0 3rem;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .block-tiles-with-link .row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (max-width: 1199.98px) { .single-data__content .article__body .block-tiles-with-link .column {
width: 50%;
margin-bottom: 3rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .block-tiles-with-link .column {
width: 100%;
}
} .single-data__content .article__body .events-blocks {
padding: 0;
} .single-data__content .article__body .events-blocks:not(:last-child) {
margin-bottom: 4rem;
} .single-data__content .article__body .events-blocks .column {
width: 50%;
}
@media (max-width: 768.98px) { .single-data__content .article__body .events-blocks .column {
width: 100%;
}
} .single-data__content .article__body .share {
padding: 6rem 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__body .share .social-media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__body .share .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .single-data__content .article__body .share .social-media__item a {
display: block;
} .single-data__content .article__body .share .social-media__item a.share-twitter:hover .icon,
.single-data__content .article__body .share .social-media__item a.share-twitter:focus .icon {
color: #1da1f2;
} .single-data__content .article__body .share .social-media__item a.share-twitter .icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .single-data__content .article__body .share .social-media__item a.share-linkedin:hover .icon,
.single-data__content .article__body .share .social-media__item a.share-linkedin:focus .icon {
color: #0077b5;
} .single-data__content .article__body .share .social-media__item a.share-linkedin .icon {
color: #4f2d7f;
width: 1.7rem;
height: 1.7rem;
margin-top: -0.4rem;
} .single-data__content .article__body .share .social-media__item a .icon {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .single-data__content .article__body .share__meta {
color: #464646;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: 0.2rem;
margin-top: 0.2rem;
margin-left: 1.8rem;
} .single-data__content .article__body .experts-slider--blocks:not(:last-child) {
margin-bottom: 3.5rem;
} .single-data__content .article__body .expert-block {
background: #f4f2ef;
padding: 3rem 8rem 3rem 2rem;
position: relative;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block {
padding: 3rem 2rem;
}
} .single-data__content .article__body .expert-block:not(:last-child) {
margin-bottom: 3.5rem;
} .single-data__content .article__body .expert-block::before {
content: "";
top: 0;
left: 0;
width: 0;
height: 0;
border-width: 3rem 3rem 0 0;
border-style: solid;
border-color: #4f2d7f transparent transparent transparent;
position: absolute;
} .single-data__content .article__body .expert-block__title {
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
letter-spacing: 0.3rem;
margin-bottom: 2.1rem;
} .single-data__content .article__body .expert-block__content .person {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .single-data__content .article__body .expert-block__content .person {
display: inline-block;
}
} .single-data__content .article__body .expert-block__content .person__main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__main {
width: 100%;
margin-bottom: 1.2rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
} .single-data__content .article__body .expert-block__content .person__main__image {
width: 7.5rem;
height: 7.5rem;
border-radius: 50%;
border: 0.1rem solid #ded8cf;
margin-right: 3rem;
display: block;
overflow: hidden;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__main__image {
margin-right: 2rem;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .expert-block__content .person__main__image {
width: 6rem;
height: 6rem;
margin-right: 1.5rem;
}
} .single-data__content .article__body .expert-block__content .person__main__image:hover .image,
.single-data__content .article__body .expert-block__content .person__main__image:focus .image {
-webkit-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
} .single-data__content .article__body .expert-block__content .person__main__image .image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .single-data__content .article__body .expert-block__content .person__main__data {
width: calc(100% - 10.5rem);
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__main__data {
width: calc(100% - 9.5rem);
}
} .single-data__content .article__body .expert-block__content .person__main__data__name {
color: #4f2d7f;
font-size: 1.6rem;
} .single-data__content .article__body .expert-block__content .person__main__data__name:hover,
.single-data__content .article__body .expert-block__content .person__main__data__name:focus {
color: #e92841;
} .single-data__content .article__body .expert-block__content .person__main__data__role {
color: #777;
font-size: 1.4rem;
} .single-data__content .article__body .expert-block__content .person__content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__content {
width: 100%;
}
} .single-data__content .article__body .expert-block__content .person__content .contact-list {
margin-right: 8rem;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__content .contact-list {
width: 100%;
margin-right: 0;
margin-bottom: 1rem;
}
} .single-data__content .article__body .expert-block__content .person__content .contact-list__item:not(:last-of-type) {
margin-bottom: 0.5rem;
} .single-data__content .article__body .expert-block__content .person__content .contact-list__item a {
color: #4f2d7f;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
word-break: break-word;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__body .expert-block__content .person__content .contact-list__item a:hover,
.single-data__content .article__body .expert-block__content .person__content .contact-list__item a:focus {
color: #e92841;
} .single-data__content .article__body .expert-block__content .person__content .contact-list__item a:hover .mail-icon,
.single-data__content .article__body .expert-block__content .person__content .contact-list__item a:hover .phone-icon,
.single-data__content .article__body .expert-block__content .person__content .contact-list__item a:focus .mail-icon,
.single-data__content .article__body .expert-block__content .person__content .contact-list__item a:focus .phone-icon {
color: #e92841;
} .single-data__content .article__body .expert-block__content .person__content .contact-list__item a .mail-icon {
color: #4f2d7f;
width: 1.5rem;
height: 1.2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 0.8rem;
}
@media (max-width: 380px) { .single-data__content .article__body .expert-block__content .person__content .contact-list__item a .mail-icon {
display: none;
}
} .single-data__content .article__body .expert-block__content .person__content .contact-list__item a .phone-icon {
top: -0.1rem;
color: #4f2d7f;
width: 1.2rem;
height: 1.9rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 1rem;
margin-left: 0.1rem;
position: relative;
}
@media (max-width: 380px) { .single-data__content .article__body .expert-block__content .person__content .contact-list__item a .phone-icon {
display: none;
}
}
@media (max-width: 991.98px) { .single-data__content .article__body .expert-block__content .person__content .contact-list__item a span {
font-size: 1.5rem;
}
} .single-data__content .article__body .expert-block__content .person__content .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__content .social-media {
width: 100%;
}
} .single-data__content .article__body .expert-block__content .person__content .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
}
@media (max-width: 575.98px) { .single-data__content .article__body .expert-block__content .person__content .social-media__item:not(:last-of-type) {
margin-right: 1.2rem;
}
} .single-data__content .article__body .expert-block__content .person__content .social-media__item a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
} .single-data__content .article__body .expert-block__content .person__content .social-media__item a:hover .twitter-icon,
.single-data__content .article__body .expert-block__content .person__content .social-media__item a:hover .linkedin-icon,
.single-data__content .article__body .expert-block__content .person__content .social-media__item a:focus .twitter-icon,
.single-data__content .article__body .expert-block__content .person__content .social-media__item a:focus .linkedin-icon {
color: #e92841;
} .single-data__content .article__body .expert-block__content .person__content .social-media__item a .twitter-icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) { .single-data__content .article__body .expert-block__content .person__content .social-media__item a .twitter-icon {
width: 1.8rem;
height: 1.8rem;
}
} .single-data__content .article__body .expert-block__content .person__content .social-media__item a .linkedin-icon {
top: -0.1rem;
color: #4f2d7f;
width: 1.7rem;
height: 1.7rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
}
@media (max-width: 575.98px) { .single-data__content .article__body .expert-block__content .person__content .social-media__item a .linkedin-icon {
width: 1.5rem;
height: 1.5rem;
}
} .single-data__content .article__body .expert-block__content .person__content .social-media__item a .icon {
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .single-data__content .article__body .expert-block__content .person__specializations {
width: 100%;
margin-left: 10.5rem;
}
@media (max-width: 1199.98px) { .single-data__content .article__body .expert-block__content .person__specializations {
margin-top: 1.5rem;
margin-left: 0;
}
}
@media (max-width: 575.98px) { .single-data__content .article__body .expert-block__content .person__specializations {
margin-top: 1rem;
}
} .single-data__content .article__body .expert-block__content .person__specializations .title {
color: #464646;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
letter-spacing: 0.3rem;
margin-bottom: 0.7rem;
} .single-data__content .article__body .expert-block__content .person__specializations .tags {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-data__content .article__body .expert-block__content .person__specializations .tags__item {
margin-bottom: 0.4rem;
} .single-data__content .article__body .expert-block__content .person__specializations .tags__item:not(:last-child) {
margin-right: 0.4rem;
} .single-data__content .article__body .disclaimer {
color: #777;
font-size: 1.2rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.667;
}
@media (max-width: 991.98px) { .single-data__content .article__services__column {
display: none;
}
} .single-data__content .article__services__column .related-services {
margin-top: 3.1rem;
background-color: #f2f0ed;
padding: 1.6rem;
} .single-data__content .article__services__column .related-services__title {
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
margin-bottom: 2rem;
} .single-data__content .article__services__column .related-services__list ul {
list-style: none;
} .single-data__content .article__services__column .related-services__list ul li {
margin-bottom: 2rem;
color: #4f2d7f;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
} .single-data__content .article__services__column .related-services__links {
margin-bottom: 2rem;
} .single-data__content .article__services__column .related-services__links-only {
margin-bottom: 0;
} .single-data__content .article__services__column .related-services__links-additional {
display: none;
} .show-more_toggler {
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 2.4rem;
font-weight: 500;
color: #000;
cursor: pointer;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
} .show-more_toggler:hover {
color: #e92841;
} .expand-icon {
width: 0.65rem;
height: 1.15rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
} .expand-icon.active {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
} .block__text-with-heading {
margin: 3.1rem 0 6rem;
color: #000;
}
@media (max-width: 768.98px) { .block__text-with-heading {
margin: 0 0 4rem;
}
} .block__heading {
margin-bottom: 1.2rem;
} .block__heading h3 {
font-size: 4.4rem;
line-height: 5.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
}
@media (max-width: 768.98px) { .block__heading h3 {
font-size: 2.4rem;
line-height: 3.2rem;
font-weight: 600;
}
} .block__content {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
font-weight: 300;
}
@media (max-width: 768.98px) { .block__content {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .block__content h1,
.block__content h2,
.block__content h3,
.block__content h4,
.block__content h5,
.block__content h6,
.block__content strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .block__content ul,
.block__content ol {
padding-left: 2rem;
} .block__content ul li,
.block__content ol li {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.6rem;
}
@media (max-width: 768.98px) { .block__content ul li,
.block__content ol li {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .block__content ul {
list-style-type: disc;
} .block__content ol {
list-style-type: decimal;
} .block__content p:not(:last-child) {
margin-bottom: 1.5rem;
} .service-description-list {
margin-bottom: 8rem;
color: #000;
} .service-description-list__list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 991.98px) { .service-description-list__list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .service-description-list__list li {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
} .service-description-list__list li:not(:last-of-type) {
margin-right: 3.2rem;
}
@media (max-width: 991.98px) { .service-description-list__list li:not(:last-of-type) {
margin: 0;
}
}
@media (max-width: 991.98px) { .service-description-list__list li {
border-top: 0.1rem solid #c8beaf;
margin: 0;
padding: 1.6rem 0;
} .service-description-list__list li:last-of-type {
border-bottom: 0.1rem solid #c8beaf;
}
} .service-description-list__icon {
width: 6rem;
height: 6rem;
margin-bottom: 3.2rem;
}
@media (max-width: 991.98px) { .service-description-list__icon {
margin-bottom: 0;
}
} .service-description-list__heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
}
@media (max-width: 991.98px) { .service-description-list__heading {
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
} .service-description-list__heading:hover .title {
color: #e92841;
} .service-description-list__heading:hover .svg-container {
color: #e92841;
} .service-description-list__heading .title {
font-size: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
line-height: 3.2rem;
margin-bottom: 1.9rem;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
}
@media (max-width: 991.98px) { .service-description-list__heading .title {
font-size: 1.6rem;
line-height: 2.4rem;
color: #1c1c1c;
margin-bottom: 0;
margin-left: 1.6rem;
}
} .service-description-list__heading .svg-container {
display: none;
width: 0.6rem;
height: 1rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
right: 1.2rem;
color: #4f2d7f;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
}
@media (max-width: 991.98px) { .service-description-list__heading .svg-container {
display: block;
}
} .service-description-list__heading .svg-container.active {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
} .service-description-list__description {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
font-weight: 300;
line-height: 2.6rem;
}
@media (max-width: 991.98px) { .service-description-list__description {
display: none;
font-size: 1.6rem;
line-height: 2.4rem;
color: #1c1c1c;
margin-top: 1.6rem;
} .service-description-list__description.show {
display: block;
}
} .page-type-service-support {
margin-top: 8rem;
}
@media (max-width: 991.98px) { .page-type-service-support {
margin-top: 6rem;
}
} .service-support {
color: #000;
margin-bottom: 8rem;
} .service-support__title {
margin-bottom: 0.6rem;
} .service-support__title h3 {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
}
@media (max-width: 768.98px) { .service-support__title h3 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .service-support__description {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
font-weight: 300;
margin-bottom: 3.8rem;
}
@media (max-width: 768.98px) { .service-support__description {
font-size: 1.6rem;
line-height: 2.4rem;
margin-bottom: 4rem;
}
} .service-support__paragraphs .show-more_toggler {
text-align: center;
margin-top: 2.4rem;
color: #4f2d7f;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
@media (max-width: 768.98px) { .service-support__paragraphs .show-more_toggler {
text-align: left;
}
} .service-support__paragraphs .show-more_toggler:hover {
color: #e92841;
} .service-support__paragraphs .paragraphs__additional {
display: none;
} .service-support__paragraphs .paragraphs__list--main {
list-style: none;
border-bottom: 0.1rem solid #d7ccc0;
} .service-support__paragraphs .paragraphs__item {
border-top: 0.1rem solid #d7ccc0;
padding: 1.6rem 0;
}
@media (max-width: 991.98px) { .service-support__paragraphs .paragraphs__item {
padding: 2rem 0;
}
} .service-support__paragraphs .paragraphs__item-title {
width: 100%;
position: relative;
cursor: pointer;
} .service-support__paragraphs .paragraphs__item-title span:not(.svg-container) {
color: #4f2d7f;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
}
@media (max-width: 768.98px) { .service-support__paragraphs .paragraphs__item-title span:not(.svg-container) {
color: #000;
font-size: 1.6rem;
line-height: 2.4rem;
width: 80%;
}
} .service-support__paragraphs .paragraphs__item-title .svg-container {
width: 0.6rem;
height: 1rem;
-webkit-transform: translateY(-50%) rotate(90deg);
-o-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
position: absolute;
right: 1.2rem;
top: 50%;
color: #4f2d7f;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
} .service-support__paragraphs .paragraphs__item-title .svg-container.active {
-webkit-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
} .service-support__paragraphs .paragraphs__item-title:hover span {
color: #e92841;
} .service-support__paragraphs .paragraphs__item-title:hover .svg-container {
color: #e92841;
} .service-support__paragraphs .paragraphs__item-title.no-content {
cursor: default;
} .service-support__paragraphs .paragraphs__item-title.no-content:hover span {
color: #4f2d7f;
} .service-support__paragraphs .paragraphs__item-description {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
font-weight: 300;
margin-top: 1.1rem;
display: none;
margin-bottom: 2.4rem;
} .service-support__paragraphs .paragraphs__item-description.show {
display: block;
} .service-support__paragraphs .paragraphs__item-description ul,
.service-support__paragraphs .paragraphs__item-description ol {
padding-left: 2rem;
} .service-support__paragraphs .paragraphs__item-description ul:not(:last-child),
.service-support__paragraphs .paragraphs__item-description ol:not(:last-child) {
margin-bottom: 1.2rem;
} .service-support__paragraphs .paragraphs__item-description p:not(:last-child) {
margin-bottom: 1.2rem;
} .service-support__paragraphs .paragraphs__item-description ul {
list-style: disc;
} .service-support__paragraphs .paragraphs__item-description ol {
list-style: decimal;
} .service-support__paragraphs .paragraphs__item-description strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .service-support__paragraphs .paragraphs__item-description em {
font-style: italic;
}
@media (max-width: 768.98px) { .service-support__paragraphs .paragraphs__item-description {
font-size: 1.6rem;
line-height: 2.4rem;
margin-top: 1.65rem;
}
} .service-support__paragraphs .paragraphs__item ul {
padding-left: 2.2rem;
list-style: disc;
} .wrapper-container {
padding: 0 12.5rem;
} .wrapper-container:last-of-type {
margin-bottom: 8rem;
}
@media (max-width: 1199.98px) { .wrapper-container {
padding: 0 1.5rem;
}
} .quote-block {
border-left: 0.3rem solid #ded8cf;
margin-bottom: 6rem;
padding-left: 4rem;
} .quote-block ul li {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
position: relative;
} .quote-block ul li::before {
content: "";
top: 1.05rem;
left: -1.5rem;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #000;
position: absolute;
} .quote-block__cite {
margin-bottom: 1.8rem;
} .quote-block__cite .name {
color: #222;
font-size: 1.8rem;
font-style: normal;
} .quote-block__cite .role {
color: #777;
font-size: 1.4rem;
} .quote-block__text {
margin: 0;
} .quote-block__text .text {
color: #000;
font-size: 1.8rem;
line-height: 1.9;
}
@media (max-width: 991.98px) { .quote-block__text .text {
font-size: 1.6rem;
}
} .featured-block {
border-left: 0.3rem solid var(--feature-block-color);
padding: 1rem 0;
padding-left: 2rem;
margin-bottom: 6rem;
} .featured-block .summary_toggler {
color: #4f2d7f;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
cursor: pointer;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
} .featured-block .summary_toggler .meta {
margin-right: 1.05rem;
} .featured-block .summary_toggler.active {
margin-top: 2rem;
} .featured-block .summary_toggler.active .svg-container {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
} .featured-block .summary_toggler .svg-container {
width: 0.6rem;
height: 1rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
} .featured-block .summary_toggler:hover {
color: #e92841;
} .featured-block .list {
list-style-type: disc;
} .featured-block .list__links {
margin-bottom: 0.6;
} .featured-block .list__links-only {
margin-bottom: 0;
} .featured-block .list__links-additional {
display: none;
} .featured-block .list__title {
color: var(--feature-block-color);
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 2rem;
} .featured-block .list__item {
color: #000;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
margin-bottom: 0.6rem;
margin-left: 2rem;
position: relative;
} .featured-block .list.expanded-block {
background-color: var(--feature-block-background);
padding: 2rem;
} .featured-block .list.expanded-block .list__item {
font-family: "GTWalsheimProLight", sans-serif;
font-weight: normal;
} .featured-block .quote {
margin: 0;
} .featured-block .quote__cite cite {
color: #222;
font-size: 1.8rem;
font-style: normal;
}
@media (max-width: 768.98px) { .featured-block .quote__cite cite {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .featured-block .quote__cite cite {
font-size: 1.6rem;
}
} .featured-block .quote__cite p {
color: #777;
font-size: 1.4rem;
margin-bottom: 2.5rem;
}
@media (max-width: 768.98px) { .featured-block .quote__cite p {
font-size: 1.3rem;
}
}
@media (max-width: 575.98px) { .featured-block .quote__cite p {
font-size: 1.2rem;
margin-bottom: 1rem;
}
} .featured-block .quote__text {
margin: 0;
} .featured-block .quote__text p {
color: #222;
font-size: 2rem;
font-style: italic;
line-height: 1.9;
}
@media (max-width: 991.98px) { .featured-block .quote__text p {
font-size: 1.8rem;
}
} .fragment-block {
border-left: 0.3rem solid var(--fragment-block-color);
margin: 6rem 0;
padding: 1rem 0;
padding-left: 2rem;
} .fragment-block__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
}
@media (max-width: 768.98px) { .fragment-block__header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
} .fragment-block__header__title {
color: var(--fragment-block-color);
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
text-transform: uppercase;
}
@media (max-width: 768.98px) { .fragment-block__header__title {
margin-bottom: 0.7rem;
}
} .fragment-block__header .social-sharer {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .fragment-block__header .social-sharer__meta {
color: #1c1c1c;
font-size: 1.4rem;
line-height: 2.2rem;
text-transform: uppercase;
font-family: "GTWalsheimProLight", sans-serif;
margin-right: 1.8rem;
} .fragment-block__header .social-sharer .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .fragment-block__header .social-sharer .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
}
@media (max-width: 575.98px) { .fragment-block__header .social-sharer .social-media__item:not(:last-of-type) {
margin-right: 1.2rem;
}
} .fragment-block__header .social-sharer .social-media__item a {
display: block;
} .fragment-block__header .social-sharer .social-media__item a:hover .icon,
.fragment-block__header .social-sharer .social-media__item a:focus .icon {
color: #e92841;
} .fragment-block__header .social-sharer .social-media__item a .icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .fragment-block__header .social-sharer .social-media__item a .icon {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .fragment-block__body {
background-color: var(--fragment-block-bg);
padding: 2rem;
} .fragment-block__body ul li {
color: #000;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-left: 2rem;
position: relative;
} .fragment-block__body ul li:not(:last-of-type) {
margin-bottom: 0.6rem;
} .fragment-block__body ul li::before {
content: "";
top: 0.9rem;
left: -1.5rem;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #000;
position: absolute;
} .fragment-block__body p {
color: #000;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .fragment-block__body p {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .button-container {
text-align: center;
} .button {
outline: none;
z-index: 1;
cursor: pointer;
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-align: center;
border: none;
background: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin: 0;
display: inline-block;
position: relative;
}
@media (max-width: 575.98px) { .button {
font-size: 1.6rem;
}
} .button:focus {
outline: none;
} .button-primary {
color: #fff;
background: #4f2d7f;
} .button-primary:hover,
.button-primary:focus {
color: #fff;
background: #e92841;
} .button-primary-with-white {
color: #fff;
background: #4f2d7f;
} .button-primary-with-white::after {
content: "";
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
pointer-events: none;
overflow: hidden;
position: absolute;
display: block;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
background: #fff;
} .button-primary-with-white:hover,
.button-primary-with-white:focus {
color: #4f2d7f !important;
} .button-primary-with-white:hover::after,
.button-primary-with-white:focus::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
} .button-secondary {
color: #fff;
background: #e92841;
} .button-secondary:hover,
.button-secondary:focus {
color: #fff;
background: #4f2d7f;
} .button-secondary--light {
color: black;
background: #B5A9C7;
} .button-secondary--light:hover,
.button-secondary--light:focus {
background: white;
} .button-white {
color: #000;
background: #fff;
} .button-turquoise {
color: #fff;
background: #00a7b5;
} .button-turquoise:hover,
.button-turquoise:focus {
color: #fff;
background: #008f9c;
} .button-primary-full {
background: #4f2d7f;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .button-primary-full::after {
content: "";
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
pointer-events: none;
overflow: hidden;
position: absolute;
display: block;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
background: #e92841;
} .button-primary-full:hover,
.button-primary-full:focus {
color: #fff !important;
background: #4f2d7f !important;
} .button-primary-full:hover::after,
.button-primary-full:focus::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
} .button--outline {
background: transparent;
} .button--outline:hover::after,
.button--outline:focus::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
} .button--outline::after {
content: "";
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
pointer-events: none;
overflow: hidden;
position: absolute;
display: block;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
} .button--outline__primary {
color: #4f2d7f;
border: 0.2rem solid #4f2d7f;
} .button--outline__primary:hover,
.button--outline__primary:focus {
color: #fff;
} .button--outline__primary::after {
background: #4f2d7f;
} .button--outline__secondary {
color: #e92841;
border: 0.2rem solid #e92841;
} .button--outline__secondary:hover,
.button--outline__secondary:focus {
color: #fff;
} .button--outline__secondary::after {
background: #e92841;
} .button--outline__white {
color: #fff;
border: 0.2rem solid #fff;
} .button--outline__white:hover,
.button--outline__white:focus {
color: #222;
} .button--outline__white::after {
background: #fff;
} .button.old {
padding: 1.5rem 2.5rem 1.1rem;
font-size: 1.6rem;
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
white-space: nowrap;
} .button.old:hover {
color: #e92841;
} .button.new {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 3.1rem;
color: #4f2d7f;
background-color: #DCD5E5 !important;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
cursor: pointer;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
outline: none;
border: none;
} .video-modal .modal-dialog {
width: 100%;
}
@media (min-width: 576px) { .video-modal .modal-dialog {
max-width: 100%;
margin: 1rem auto;
}
}
@media (min-width: 769px) { .video-modal .modal-dialog {
max-width: 75rem;
}
}
@media (max-width: 768.98px) { .video-modal .modal-dialog {
width: auto;
margin: 1.5rem;
}
} .video-modal .modal-content {
border: none;
border-radius: 0;
} .video-modal .button-close {
top: 0;
right: 0;
width: 4.5rem;
height: 4.5rem;
display: block;
position: absolute;
} .video-modal .button-close .cross::before,
.video-modal .button-close .cross::after {
content: "";
top: 0.8rem;
left: 2.1rem;
width: 0.2rem;
height: 3rem;
background: #fff;
position: absolute;
} .video-modal .button-close .cross::before {
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
} .video-modal .button-close .cross::after {
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} .video-modal .modal-body {
padding: 0;
} .newsletter-modal__thanking .modal-body__text {
color: #4f2d7f;
font-size: 2rem;
margin-bottom: 0.5rem;
} .newsletter-modal__thanking .modal-body__info {
color: #6e6e6e;
font-size: 1.5rem;
} .newsletter-modal .modal-dialog {
width: 100%;
}
@media (min-width: 576px) { .newsletter-modal .modal-dialog {
max-width: 100%;
margin: 1rem auto;
}
}
@media (min-width: 769px) { .newsletter-modal .modal-dialog {
max-width: 80rem;
}
}
@media (max-width: 768.98px) { .newsletter-modal .modal-dialog {
width: auto;
margin: 1.5rem;
}
} .newsletter-modal .modal-content {
border: none;
border-radius: 0;
} .newsletter-modal .exit-button {
top: 3rem;
right: 3rem;
display: block;
position: absolute;
z-index: 2000;
cursor: pointer;
} .newsletter-modal .modal-body {
padding: 6rem;
}
@media (max-width: 768.98px) { .newsletter-modal .modal-body {
padding: 3rem;
}
} .newsletter-modal .modal-body__title {
color: #464646;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
margin-bottom: 4.8rem;
}
@media (max-width: 768.98px) { .newsletter-modal .modal-body__title {
font-size: 2.6rem;
margin: 0 0 2.5rem;
}
}
@media (max-width: 575.98px) { .newsletter-modal .modal-body__title {
font-size: 2.4rem;
margin: 0 0 1.5rem;
}
} .newsletter-modal .modal-body .newsletter-modal__main {
margin-bottom: 5.2rem;
}
@media (max-width: 768.98px) { .newsletter-modal .modal-body .newsletter-modal__main {
margin-bottom: 2rem;
}
}
@media (max-width: 480px) { .newsletter-modal .modal-body .newsletter-modal__main {
display: none;
}
}
@media (max-width: 575.98px) { .newsletter-modal .modal-body .newsletter-modal__main .column:not(:last-child) {
margin-bottom: 2rem;
}
} .newsletter-modal .modal-body .newsletter-modal__main .block {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .newsletter-modal .modal-body .newsletter-modal__main .block__image {
width: 6rem;
} .newsletter-modal .modal-body .newsletter-modal__main .block__image img {
max-width: 100%;
height: auto;
display: block;
} .newsletter-modal .modal-body .newsletter-modal__main .block__content {
width: calc(100% - 7.5rem);
padding-left: 2.4rem;
} .newsletter-modal .modal-body .newsletter-modal__main .block__content .title {
color: #4f2d7f;
font-size: 2rem;
margin: 0 0 .4rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .newsletter-modal .modal-body .newsletter-modal__main .block__content .title {
font-size: 1.8rem;
margin: 0 0 1rem;
}
}
@media (max-width: 575.98px) { .newsletter-modal .modal-body .newsletter-modal__main .block__content .title {
font-size: 1.6rem;
margin: 0 0 0.5rem;
}
} .newsletter-modal .modal-body .newsletter-modal__main .block__content .intro {
color: #464646;
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__main {
margin-bottom: 2rem;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 575.98px) { .newsletter-modal .modal-body .newsletter-modal__form .form__main {
display: block;
}
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .field {
margin-right: 1rem;
}
@media (max-width: 575.98px) { .newsletter-modal .modal-body .newsletter-modal__form .form__main .field {
margin-right: 0;
margin-bottom: 1rem;
}
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .field label {
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .field label::before {
content: "* ";
color: #DE002E;
font-family: "GTWalsheimProRegular", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .field__input {
outline: none;
width: 100%;
padding: 1.2rem;
border: 1px solid #C8BEAF;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: block;
}
@media (max-width: 768.98px) { .newsletter-modal .modal-body .newsletter-modal__form .form__main .field__input {
font-size: 1.6rem;
}
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .field__input--error {
border-color: #e92841;
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .submit .button-submit {
font-size: 1.6rem;
padding: 1.3rem 2.2rem;
font-family: "GTWalsheimProRegular", sans-serif;
}
@media (max-width: 768.98px) { .newsletter-modal .modal-body .newsletter-modal__form .form__main .submit .button-submit {
font-size: 1.6rem;
padding: 1.3rem 2rem;
}
} .newsletter-modal .modal-body .newsletter-modal__form .form__main .submit .button-submit[disabled] {
cursor: not-allowed;
background: #201234;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes {
border-bottom: 0.1rem solid #e9e5df;
margin-bottom: 2rem;
padding-bottom: 4rem;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field:not(:last-child) {
margin-bottom: 1rem;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field input:checked + label::after {
opacity: 1;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field input.field__input--error + label::before {
border-color: #e92841;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field label {
cursor: pointer;
width: 100%;
color: #1C1C1C;
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
margin: 0;
padding-left: 3rem;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field label::before {
content: "";
left: 0;
width: 2rem;
height: 2rem;
border: 0.1rem solid #e9e5df;
border-radius: 0.3rem;
background: #fff;
position: absolute;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field label::after {
content: "";
opacity: 0;
top: 0.5rem;
left: 0.5rem;
width: 1rem;
height: 1rem;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+DQoJPHBhdGggZmlsbD0iIzRmMmQ3ZiIgZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6Ii8+DQo8L3N2Zz4=) no-repeat center center/cover;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field label .text {
position: relative;
padding-left: 10px;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .field label .text::before {
content: "* ";
color: #DE002E;
font-family: "GTWalsheimProRegular", sans-serif;
position: absolute;
top: 0;
left: 0;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .policy {
font-family: "GTWalsheimProLight", sans-serif;
color: #1C1C1C;
font-size: 1.4rem;
margin-top: 1.3rem;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .policy a {
font-family: "GTWalsheimProMedium", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__checkboxes .see-more {
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
font-size: 1.4rem;
} .newsletter-modal .modal-body .newsletter-modal__form .form__rules__intro {
color: #1C1C1C;
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__rules__intro::before {
content: "* ";
color: #DE002E;
font-family: "GTWalsheimProRegular", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__rules__list {
list-style-type: none;
} .newsletter-modal .modal-body .newsletter-modal__form .form__rules__list li {
color: #1C1C1C;
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .newsletter-modal .modal-body .newsletter-modal__form .form__rules__list li.more,
.newsletter-modal .modal-body .newsletter-modal__form .form__rules__list li a {
color: #4f2d7f;
font-size: 1.4rem;
cursor: pointer;
margin-top: 0.5rem;
display: inline-block;
font-family: "GTWalsheimProMedium", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .newsletter-modal .modal-body .newsletter-modal__form .form__rules__list li.more:hover,
.newsletter-modal .modal-body .newsletter-modal__form .form__rules__list li a:hover {
color: #e92841;
} .breadcrumbs {
background: #fff;
} .breadcrumbs__list {
padding: 1.7rem 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 768.98px) { .breadcrumbs__list {
display: none;
}
} .breadcrumbs__list:not(:last-child) {
margin-bottom: 0.8rem;
} .breadcrumbs__list li {
color: #6e6e6e;
font-size: 1.2rem;
} .breadcrumbs__list li a {
color: #4f2d7f;
} .breadcrumbs__list li a:hover,
.breadcrumbs__list li a:focus {
color: #e92841;
} .breadcrumbs__list li.separator::after {
content: "";
top: -0.1rem;
width: 0.6rem;
height: 1.1rem;
margin: 0 1.8rem;
background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat center center/cover;
vertical-align: middle;
display: inline-block;
position: relative;
} .breadcrumbs .page-title {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2.2rem;
}
@media (max-width: 991.98px) { .breadcrumbs .page-title {
font-size: 2.4rem;
line-height: 3.2rem;
}
}
@media (max-width: 768.98px) { .breadcrumbs .page-title {
display: none;
}
} .breadcrumbs__header {
margin-bottom: 3rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 768.98px) { .breadcrumbs__header {
margin-bottom: 0;
}
} .breadcrumbs__header .page-title {
margin-bottom: 0;
} .breadcrumbs__header .share-box {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .breadcrumbs__header .share-box__meta {
color: #464646;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: 0.2rem;
margin-right: 1.5rem;
}
@media (max-width: 575.98px) { .breadcrumbs__header .share-box__meta {
display: none;
}
} .breadcrumbs__header .share-box .social-media {
margin-top: -0.3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .breadcrumbs__header .share-box .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .breadcrumbs__header .share-box .social-media__item a .twitter-icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
}
@media (max-width: 575.98px) { .breadcrumbs__header .share-box .social-media__item a .twitter-icon {
width: 2.5rem;
height: 2.5rem;
}
} .breadcrumbs__header .share-box .social-media__item a .linkedin-icon {
color: #4f2d7f;
width: 1.7rem;
height: 1.7rem;
margin-top: -0.4rem;
}
@media (max-width: 575.98px) { .breadcrumbs__header .share-box .social-media__item a .linkedin-icon {
width: 2.2rem;
height: 2.1rem;
}
} .breadcrumbs__header .media-box {
background: #f0e9f9;
padding: 2.3rem 1.8rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 575.98px) { .breadcrumbs__header .media-box {
padding: 1.2rem 2.5rem;
display: inline-block;
}
} .breadcrumbs__header .media-box::before {
content: "";
top: 0;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-color: #4f2d7f transparent transparent transparent;
border-width: 3rem 3rem 0 0;
position: absolute;
} .breadcrumbs__header .media-box__title {
top: 0.2rem;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
letter-spacing: 0.2rem;
margin-right: 2.5rem;
position: relative;
} .breadcrumbs__header .media-box a {
font-size: 1.6rem;
} .breadcrumbs .career-container {
padding: 1.3rem 1.5rem 3rem;
}
@media (max-width: 768.98px) { .breadcrumbs .career-container {
margin-top: 0;
padding: 2rem 1.5rem;
}
} .breadcrumbs .back-to-career {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 768.98px) { .breadcrumbs .back-to-career {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .breadcrumbs .back-to-career a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .breadcrumbs .back-to-career .svg-container {
width: 3.2rem;
} .lightbox-image img {
max-width: 100%;
height: auto;
display: block;
} .qc-cmp-ui-container.qc-cmp-showing {
padding-right: 15px;
padding-left: 15px;
} .qc-cmp-ui-container .qc-cmp-ui {
display: block;
}
@media (max-width: 575.98px) { .qc-cmp-ui-container .qc-cmp-ui {
min-width: 100% !important;
}
} .qc-cmp-publisher-logo {
max-width: 170px !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: start;
align-self: flex-start;
}
@media (max-width: 820px) { .qc-cmp-buttons {
height: auto !important;
}
}
@media (max-width: 820px) { .qc-cmp-buttons .qc-cmp-button {
height: 38px !important;
}
} .qc-cmp-buttons .qc-cmp-button.qc-cmp-secondary-button:hover {
background: #4f2d7f !important;
} .qc-cmp-buttons .qc-cmp-button:not(.qc-cmp-secondary-button):hover {
color: #e92841;
} .qc-cmp-button {
background-color: #e92841 !important;
border-color: #e92841 !important;
} .qc-cmp-button:hover {
color: #e92841 !important;
background-color: transparent !important;
border-color: #e92841 !important;
} .qc-cmp-button:focus {
outline: none;
} .qc-cmp-alt-buttons {
width: 100%;
} .qc-cmp-alt-action,
.qc-cmp-link {
color: #e92841 !important;
} .qc-cmp-button.qc-cmp-secondary-button:hover {
border-color: transparent !important;
background-color: #e92841 !important;
} .qc-cmp-button.qc-cmp-secondary-button {
color: #4f2d7f !important;
} .qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
color: #ffffff !important;
background: #4f2d7f !important;
} .qc-cmp-button.qc-cmp-secondary-button {
border-color: #eee !important;
background-color: #eee !important;
} .qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
color: #464646 !important;
} .qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action,
.qc-cmp-toggle-status {
color: #e92841 !important;
} .qc-cmp-persistent-link {
border-top-right-radius: 0 !important;
background: #4f2d7f !important;
} .qc-cmp-persistent-link span img {
display: none !important;
} .top-main {
height: 60rem;
position: relative;
margin-bottom: 10rem;
}
@media (max-width: 991.98px) { .top-main {
margin-bottom: 6rem;
}
} .top-main .title-container {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 8.8rem;
z-index: 3;
pointer-events: none;
} .top-main h3 {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #fff;
} .top-main .top-main-articles {
height: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .top-main .overlay-link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .top-main .article {
width: 33%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 3.8rem;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background: rgba(0, 0, 0, 0.4);
margin-right: 0.1rem;
position: relative;
z-index: 2;
text-decoration: none;
} .top-main .article:last-child {
margin-right: 0;
} .top-main .article .article-content {
padding-bottom: 1.2rem;
} .top-main .article .article__tags {
opacity: 0;
pointer-events: none;
margin-bottom: 1rem;
-webkit-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
} .top-main .article .article__tags__item {
margin-bottom: 0.4rem;
} .top-main .article .article__tags__item:last-child {
margin-bottom: 1.2rem;
} .top-main .article .article__tags__item.display-mobile {
display: none;
} .top-main .article .article__tags__item.display-desktop {
display: inline-block;
} .top-main .article .article__tags__item .article-tag {
pointer-events: all;
padding: 0.2rem 0.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
} .top-main .article h2 {
font-family: "GTWalsheimProRegular", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.2rem;
line-height: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #fff;
padding-bottom: 2.8rem;
} .top-main .article .description {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.8rem;
line-height: 2.6rem;
-webkit-font-feature-settings: "case" on, "cpsp" on;
font-feature-settings: "case" on, "cpsp" on;
color: #ffffff;
padding-bottom: 0;
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-sizing: content-box;
box-sizing: content-box;
} .top-main .article .description.auto-display {
padding-bottom: 2.833rem;
} .top-main .article:hover .description:not(.auto-display) {
padding-bottom: 2.833rem;
} .top-main .article:hover .article__tags:not(.auto-display) {
opacity: 1;
} .top-main .article .icon {
display: block;
width: 2.667rem;
color: #fff;
}
@-webkit-keyframes pull-arrow {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-o-keyframes pull-arrow {
0% {
-o-transform: translateX(0);
transform: translateX(0);
}
50% {
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-o-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes pull-arrow {
0% {
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} .top-main .article:hover .icon {
-webkit-animation: pull-arrow 0.7s ease-in-out;
-o-animation: pull-arrow 0.7s ease-in-out;
animation: pull-arrow 0.7s ease-in-out;
}
@media (max-width: 991.98px) { .top-main {
height: 42.6rem;
overflow: hidden;
} .top-main .title-container {
top: 4.8rem;
} .top-main h3 {
font-size: 2.4rem;
line-height: 3.2rem;
} .top-main .top-main-articles {
display: block;
} .top-main .article {
height: 42.6rem;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
padding: 1.5rem 1.5rem 5.8rem;
} .top-main .article:hover .description:not(.auto-display) {
padding-bottom: 0;
} .top-main .article:hover .article__tags:not(.auto-display) {
opacity: 1;
} .top-main .article h2 {
font-size: 2rem;
line-height: 2.8rem;
padding-bottom: 0.8rem;
} .top-main .article .description {
font-size: 1.6rem;
line-height: 2.4rem;
height: auto !important;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
} .top-main .article .description.auto-display {
padding-bottom: 0;
} .top-main .article .icon {
width: 2.133rem;
} .top-main .article .article__tags {
opacity: 1;
} .top-main .article .article__tags__item.display-mobile {
display: inline-block;
} .top-main .article .article__tags__item.display-desktop {
display: none;
} .top-main .slick-dots {
position: absolute;
width: 100%;
bottom: 2rem;
left: 0;
z-index: 4;
text-align: center;
} .top-main .slick-dots li {
display: inline-block;
} .top-main .slick-dots li button {
font-size: 0;
width: 1.2rem;
height: 1.2rem;
border-radius: 100%;
border: none;
background: #B9ABCC;
margin: 0 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none;
} .top-main .slick-dots li.slick-active button {
background: #fff;
}
} .our-experts {
padding: 10rem 0 8rem;
min-height: 54rem;
} .our-experts.with-search-box {
background-color: #F2F0ED;
}
@media (max-width: 991.98px) { .our-experts {
padding: 7rem 0 12.4rem;
}
} .our-experts .container {
position: relative;
} .our-experts .section-title {
margin-bottom: 5.4rem;
} .our-experts__content {
display: grid;
grid-template-columns: repeat(3, minmax(0, 28.3rem));
grid-auto-rows: auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
row-gap: 4rem;
position: relative;
}
@media (max-width: 991.98px) { .our-experts__content {
grid-template-columns: repeat(2, minmax(0, 28.3rem));
}
}
@media (max-width: 600px) { .our-experts__content {
grid-template-columns: 1fr;
}
} .our-experts .preloader {
right: 0;
left: 0;
top: 0;
width: 9rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
} .our-experts .preloader.hiding {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
} .our-experts .preloader .circle {
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
position: relative;
} .our-experts .preloader .circle.circle1 {
background-color: #4f2d7f;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
-webkit-animation: animate-preloader-circle1 2s linear infinite;
-o-animation: animate-preloader-circle1 2s linear infinite;
animation: animate-preloader-circle1 2s linear infinite;
} .our-experts .preloader .circle.circle2 {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
-webkit-animation: animate-preloader-circle2 2s linear infinite;
-o-animation: animate-preloader-circle2 2s linear infinite;
animation: animate-preloader-circle2 2s linear infinite;
} .our-experts__hidden {
display: none;
} .our-experts__show-more {
width: 100%;
margin-top: 6rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .our-experts__show-more .load-experts {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
}
@media (max-width: 768.98px) { .our-experts__show-more {
margin-top: 4rem;
}
} .our-experts__search {
background-color: #E5E1DB;
padding: 3.2rem 0;
position: relative;
} .our-experts__search .disable-search-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 85;
background: rgba(255, 255, 255, 0.25);
display: none;
} .our-experts__search .container {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 3.2rem;
}
@media (max-width: 991.98px) { .our-experts__search .container {
grid-template-columns: 1fr;
}
} .our-experts__input-item .label {
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #1c1c1c;
text-transform: uppercase;
margin-bottom: 0.8rem;
} .our-experts__input-item .field {
width: 100%;
height: 4.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .our-experts__input-item .field__input {
height: 100%;
width: 100%;
padding: 1.2rem 1.6rem;
background-color: #fff;
color: #000;
border: none;
outline: none;
} .our-experts__input-item .field .submit-button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
padding: 1.4rem 1.2rem;
display: grid;
} .our-experts__input-item .field .submit-button .svg-container {
width: 2rem;
height: 2rem;
color: #4f2d7f;
} .our-experts__input-item .field .submit-button.reset-search-button {
display: none;
} .our-experts__input-item .field .submit-button.reset-search-button .svg-container {
width: 1.6rem;
height: 1.6rem;
color: #e92841;
} .our-experts__about-us {
background-color: #F2F0ED;
} .our-transactions-section {
background-color: #E5E1DB;
width: 100%;
padding: 6rem 0 6rem;
margin-bottom: 8rem;
overflow: visible;
} .our-transactions.light-mode {
background-color: #FFF;
} .our-transactions.light-mode .custom-selectbox__selected {
border-bottom-color: #E0D6E6;
} .our-transactions.light-mode .transaction-card {
border: 2px solid #4f2d7f;
} .our-transactions.light-mode .select-block.active::before {
border: 1px solid #E0D6E6;
border-bottom: none;
} .our-transactions.light-mode .custom-selectbox__list {
border: 1px solid #E0D6E6;
border-top: none;
} .our-transactions__title {
margin-bottom: 6rem;
}
@media (max-width: 991.98px) { .our-transactions__title {
margin-bottom: 3rem;
}
} .our-transactions__search {
display: grid;
grid-template-columns: repeat(4, minmax(26rem, 1fr));
gap: 3.2rem;
margin-bottom: 4rem;
}
@media (max-width: 1199.98px) { .our-transactions__search {
grid-template-columns: repeat(3, minmax(26rem, 1fr));
}
}
@media (max-width: 991.98px) { .our-transactions__search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .our-transactions__input-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .our-transactions__input-item .label {
font-size: 1.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
} .our-transactions__input-item li {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} .our-transactions__search-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
grid-column: 3/5;
}
@media (max-width: 1199.98px) { .our-transactions__search-tags {
grid-column: 3/4;
}
} .our-transactions .search-tags__title {
display: block;
font-size: 1.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 0.5rem;
text-transform: uppercase;
} .our-transactions .search-tags__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 0.8rem;
-moz-column-gap: 0.8rem;
column-gap: 0.8rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
} .our-transactions .search-tags__item {
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
cursor: pointer;
} .our-transactions .search-tags__item:hover {
border-color: #4f2d7f;
} .our-transactions .search-tags__item.active {
background-color: #4f2d7f;
color: #FFF;
} .our-transactions .search-tags__item.active .svg-container {
width: 1rem;
margin-left: 0.8rem;
} .our-transactions .search-tags__item.active:hover .svg-container {
color: #e92841;
} .our-transactions__content {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 3.2rem;
position: relative;
}
@media (max-width: 1199.98px) { .our-transactions__content {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 991.98px) { .our-transactions__content {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768.98px) { .our-transactions__content {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
} .our-transactions__content .no-results {
margin: 3rem 0;
} .our-transactions__content .preloader {
right: 0;
left: 0;
top: 0;
width: 9rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
} .our-transactions__content .preloader.hiding {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
} .our-transactions__content .preloader .circle {
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
position: relative;
} .our-transactions__content .preloader .circle.circle1 {
background-color: #4f2d7f;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
-webkit-animation: animate-preloader-circle1 2s linear infinite;
-o-animation: animate-preloader-circle1 2s linear infinite;
animation: animate-preloader-circle1 2s linear infinite;
} .our-transactions__content .preloader .circle.circle2 {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
-webkit-animation: animate-preloader-circle2 2s linear infinite;
-o-animation: animate-preloader-circle2 2s linear infinite;
animation: animate-preloader-circle2 2s linear infinite;
} .our-transactions__show-more {
width: 100%;
text-align: center;
margin-top: 6rem;
} .our-transactions__show-more .load-transactions {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
} .transaction-card {
position: relative;
padding: 2rem 3rem;
background-color: #FFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .transaction-card .card-main-content {
z-index: 1;
pointer-events: none;
} .transaction-card .card-content-wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 0;
color: #000;
height: 100%;
width: 100%;
} .transaction-card .card-content-wrapper:hover,
.transaction-card .card-content-wrapper:active,
.transaction-card .card-content-wrapper:focus {
color: #000;
} .transaction-card__date {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 1.2rem;
color: #787878;
} .transaction-card__image {
width: 100%;
} .transaction-card__image img {
width: 100%;
height: 8rem;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: left;
object-position: left;
} .transaction-card__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2rem;
line-height: 2.5rem;
margin: 1.6rem 0 2rem;
} .transaction-card__desc:not(:last-child) {
margin-bottom: 1.2rem;
} .transaction-card__desc__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 1.8rem;
} .transaction-card__desc__description {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
line-height: 1.8rem;
} .transaction-card__tags {
margin-top: 2rem;
z-index: 1;
pointer-events: none;
} .transaction-card__tags-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.8rem;
} .transaction-card__tags-list .tag {
pointer-events: all;
} .our-offices .section-title {
margin-bottom: 4rem;
} .our-offices__content {
width: 100%;
display: grid;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
grid-template-columns: repeat(4, minmax(0, 28.3rem));
grid-template-rows: minmax(0, 1fr);
row-gap: 4rem;
-webkit-column-gap: auto;
-moz-column-gap: auto;
column-gap: auto;
}
@media (max-width: 1199.98px) { .our-offices__content {
grid-template-columns: repeat(3, minmax(0, 28.3rem));
}
}
@media (max-width: 991.98px) { .our-offices__content {
grid-template-columns: repeat(2, minmax(0, 1fr));
-webkit-column-gap: 3.2rem;
-moz-column-gap: 3.2rem;
column-gap: 3.2rem;
}
}
@media (max-width: 768.98px) { .our-offices__content {
grid-template-columns: 1fr;
}
} .our-offices .img-row {
width: 100%;
height: 16rem;
margin-bottom: 2rem;
} .our-offices .img-row img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} .our-offices .title-row {
margin-bottom: 1.2rem;
} .our-offices .title-row__city {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #000;
display: inline-block;
margin-right: 1.2rem;
} .our-offices .title-row .button-map {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
display: inline-block;
} .our-offices .address-row {
margin-bottom: 0.8rem;
} .our-offices .address-row .icon {
height: 2.4rem;
width: 2rem;
vertical-align: top;
margin-right: 0.8rem;
} .our-offices .address-row .icon svg path {
fill: #4f2d7f !important;
} .our-offices .address-row .meta {
font-size: 1.6rem;
line-height: 2.4rem;
color: #1c1c1c;
font-family: "GTWalsheimProLight", sans-serif;
} .our-offices .contact-row a {
display: block;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .our-offices .contact-row a:not(:last-of-type) {
margin-bottom: 0.8rem;
} .our-offices .contact-row .phone-icon,
.our-offices .contact-row .mail-icon {
margin-right: 0.8rem;
width: 2rem;
} .our-offices__mail-item .img-row {
background-color: #DCD5E5;
padding-top: 1.45rem;
padding-bottom: 1.05;
} .accordion {
background: #fff;
padding: 8rem 0;
}
@media (max-width: 991.98px) { .accordion {
padding: 6rem 0;
}
} .accordion__container__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .accordion__container__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .accordion__container__subtitle {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-top: 1.6rem;
}
@media (max-width: 768.98px) { .accordion__container__subtitle {
font-size: 1.6rem;
line-height: 2.4rem;
margin-top: 1.2rem;
}
} .accordion__container__content {
margin-top: 3.2rem;
display: grid;
grid-template-columns: 1fr;
} .accordion__container__content.no-title {
margin-top: 0;
} .accordion__container__content__item {
border-top: 1px solid #D7CCC0;
padding: 1.6rem 0;
cursor: pointer;
} .accordion__container__content__item:last-child {
border-bottom: 1px solid #D7CCC0;
} .accordion__container__content__item__header {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 8rem;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #4f2d7f;
} .accordion__container__content__item__header .icon {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .accordion__container__content__item__header .icon svg {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .accordion__container__content__item__header .icon svg path {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .accordion__container__content__item__header .icon.active svg {
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
} .accordion__container__content__item__header:hover {
color: #e92841;
} .accordion__container__content__item__header:hover svg,
.accordion__container__content__item__header:hover path {
fill: #e92841;
} .accordion__container__content__item__body {
margin-top: 1.1rem;
font-family: "GTWalsheimProLight", sans-serif;
-webkit-transition: max-height 0.2s ease-out;
-o-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out;
} .accordion__container__content__item.no-content {
cursor: default;
} .accordion__container__content__item.no-content .faq__container__content__list__item__question:hover {
color: #000;
} .video {
height: 52.5rem;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
}
@media (max-width: 991.98px) { .video {
height: 40rem;
}
}
@media (max-width: 768.98px) { .video {
height: 30rem;
}
}
@media (max-width: 480px) { .video {
height: 22rem;
}
} .video:hover .video__button .icon {
color: #e92841;
} .video::after {
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
position: absolute;
}
@media (max-width: 575.98px) { .video::after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
}
} .video .container-video {
padding-bottom: 2.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 480px) { .video .container-video {
padding-bottom: 1.5rem;
}
} .video__name {
z-index: 1;
max-width: 50rem;
color: #fff;
font-size: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 1.25;
}
@media (max-width: 991.98px) { .video__name {
font-size: 2.8rem;
}
}
@media (max-width: 768.98px) { .video__name {
max-width: calc(100% - 15rem);
font-size: 2.4rem;
}
}
@media (max-width: 575.98px) { .video__name {
max-width: calc(100% - 12rem);
font-size: 2.2rem;
}
}
@media (max-width: 480px) { .video__name {
max-width: calc(100% - 7rem);
font-size: 1.8rem;
padding-right: 1.5rem;
}
} .video__button {
padding: 0;
} .video__button .meta {
color: #fff;
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .video__button .meta {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .video__button .meta {
display: none;
}
} .video__button .icon {
color: #fff;
width: 5rem;
height: 5rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-left: 2rem;
}
@media (max-width: 768.98px) { .video__button .icon {
margin-left: 0;
}
}
@media (max-width: 480px) { .video__button .icon {
width: 3.5rem;
height: 3.5rem;
}
} .video-block {
margin-bottom: 8rem;
height: 49rem;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
}
@media (max-width: 991.98px) { .video-block {
height: 39rem;
}
}
@media (max-width: 660px) { .video-block {
height: 29rem;
}
}
@media (max-width: 500px) { .video-block {
height: 25rem;
}
}
@media (max-width: 400px) { .video-block {
height: 22rem;
}
} .video-block:hover .video-block__content__button .icon,
.video-block:focus .video-block__content__button .icon {
color: #e92841;
} .video-block::after {
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
position: absolute;
}
@media (max-width: 575.98px) { .video-block::after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
}
} .video-block:not(:last-child) {
margin-bottom: 5rem;
} .video-block__content__title {
font-size: 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 1.25;
} .video-block__content__button {
right: 2.5rem;
bottom: 3rem;
padding: 0;
position: absolute;
} .video-block__content__button:hover .icon {
color: #e92841;
} .video-block__content__button .meta {
color: #fff;
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .video-block__content__button .meta {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .video-block__content__button .meta {
display: none;
}
} .video-block__content__button .icon {
color: #fff;
width: 5rem;
height: 5rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-left: 2rem;
}
@media (max-width: 425px) { .video-block__content__button .icon {
width: 6rem;
height: 6rem;
margin-left: 3rem;
}
} .tabs {
padding: 4rem 0 6rem;
}
@media (max-width: 991.98px) { .tabs {
padding-top: 0;
}
} .tabs .section-title {
margin-bottom: 4rem;
}
@media (max-width: 991.98px) { .tabs .section-title {
margin-bottom: 0;
}
} .tabs .title-wrapper {
width: 100%;
height: 100%;
}
@media (max-width: 991.98px) { .tabs .title-wrapper {
background-color: #E5E1DB;
padding: 4rem 0 3.2rem;
}
} .tabs .select-wrapper {
width: 100%;
height: 100%;
background-color: #E5E1DB;
padding-bottom: 4rem;
display: none;
}
@media (max-width: 991.98px) { .tabs .select-wrapper {
display: block;
}
} .tabs__header {
width: 100%;
height: 10rem;
}
@media (max-width: 991.98px) { .tabs__header {
display: none;
}
} .tabs__header__list {
display: grid;
grid-auto-columns: minmax(0, 1fr);
grid-auto-flow: column;
width: 100%;
height: 100%;
} .tabs__header__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #F2F0ED;
font-family: "GTWalsheimProMedium", sans-serif;
color: #1C1C1C;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: 500;
cursor: pointer;
} .tabs__header__item:hover,
.tabs__header__item.active {
color: #FFF;
background-color: #4f2d7f;
} .tabs__header-mobile {
width: 100%;
background: transparent;
position: relative;
display: none;
} .tabs__header-mobile .label {
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #1c1c1c;
text-transform: uppercase;
margin-bottom: 0.8rem;
}
@media (max-width: 991.98px) { .tabs__header-mobile {
display: block;
}
} .tabs__header-mobile::before {
content: "";
position: absolute;
width: calc(100% + 6.4rem);
height: 100%;
left: -3.2rem;
top: 0;
}
@media (max-width: 991.98px) { .tabs__header-mobile::before {
width: calc(100% + 3rem);
left: -1.5rem;
}
} .tabs__header-mobile.active::before {
background-color: #FFF;
} .tabs .single-tab {
display: none;
} .tabs .single-tab.active {
display: block;
} .tabs .single-tab__title {
margin-top: 6rem;
} .tabs .single-tab__title h3 {
font-size: 3.2rem;
line-height: 4rem;
color: #000;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .tabs .single-tab__title {
margin-top: 4rem;
} .tabs .single-tab__title h3 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .tabs .single-tab__list {
margin-top: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 991.98px) { .tabs .single-tab__list {
margin-top: 2rem;
}
} .tabs .single-tab__item {
min-height: 6.4rem;
padding: 0.8rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 3.2rem;
} .tabs .single-tab__item:not(:last-of-type) {
border-bottom: 0.1rem solid #CDBFB0;
}
@media (max-width: 991.98px) { .tabs .single-tab__item {
height: auto;
padding: 2rem 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 0.4rem;
}
} .tabs .single-tab .item-title {
width: 28.3rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #1c1c1c;
}
@media (max-width: 991.98px) { .tabs .single-tab .item-title {
width: 100%;
}
} .tabs .single-tab .item-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
} .tabs .single-tab .item-content .item-desc {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
color: #1C1C1C;
}
@media (max-width: 991.98px) { .tabs .single-tab .item-content {
-webkit-column-gap: 1.6rem;
-moz-column-gap: 1.6rem;
column-gap: 1.6rem;
row-gap: 1rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
} .tabs .single-tab .copy-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: 0.6rem;
cursor: pointer;
} .tabs .single-tab .copy-button p {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
-webkit-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
} .tabs .single-tab .copy-button .svg-container {
color: #4f2d7f;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
} .tabs .single-tab .copy-button:hover p {
color: #e92841;
} .tabs .single-tab .copy-button:hover .svg-container {
color: #e92841;
} .tabs .single-tab .button-container {
width: 100%;
margin-top: 6rem;
text-align: center;
} .tabs .single-tab .button-container .button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
}
@media (max-width: 991.98px) { .tabs .single-tab .button-container {
margin-top: 4rem;
}
} .copy-message {
position: fixed;
bottom: 5rem;
left: 50%;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
padding: 1.6rem 2.8rem;
background: #333;
color: #FFF;
display: none;
border-radius: 3rem;
opacity: 0;
z-index: 9999;
font-size: 1.6rem;
line-height: 2.4rem;
}
@media (max-width: 991.98px) { .copy-message {
font-size: 1.4rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
} .awards {
position: relative;
height: 60rem;
padding: 8rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .awards .section-title {
margin-bottom: 4rem;
} .awards .award-box {
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 4rem;
padding-right: 10.6rem;
} .awards .award-box:last-child {
margin-bottom: 0;
} .awards .award-box__circle {
width: 6rem;
height: 6rem;
text-align: center;
border-radius: 50%;
background: #fff;
margin: 0 3.2rem 0 0;
} .awards .award-box__circle .icon {
color: #4f2d7f;
width: 6rem;
height: 6rem;
} .awards .award-box__name {
color: #000;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .awards__image {
position: absolute;
right: 0;
top: 0;
width: 50vw;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 991.98px) { .awards {
height: auto;
display: block;
padding: 0 0 6rem;
} .awards-container {
max-width: 100%;
} .awards__image {
position: static;
width: calc(100% + 3rem);
height: 28rem;
margin-left: -1.5rem;
} .awards .section-title {
font-size: 2.4rem;
line-height: 3.2rem;
margin: 4rem 0 3.4rem;
} .awards .award-box {
padding: 0;
margin-bottom: 3.4rem;
} .awards .award-box__name {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .text-block {
padding: 6rem 0;
} .text-block.module-text-block {
padding: 0;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .text-block.module-text-block {
margin-bottom: 6rem;
}
}
@media (max-width: 575.98px) { .text-block.mobile-hidden {
display: none;
}
}
@media (min-width: 576px) { .text-block.desktop-hidden {
display: none;
}
}
@media (max-width: 991.98px) { .text-block .content {
margin-bottom: 4rem;
}
} .text-block .content h1,
.text-block .content h2,
.text-block .content h3,
.text-block .content h4,
.text-block .content h5,
.text-block .content h6,
.text-block .content strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .text-block .content h2 {
font-size: 3.6rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .text-block .content h2 {
font-size: 3.2rem;
}
}
@media (max-width: 768.98px) { .text-block .content h2 {
font-size: 2.8rem;
}
} .text-block .content h2:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .text-block .content h2:not(:last-child) {
margin-bottom: 0.7rem;
}
} .text-block .content h3 {
font-size: 3.2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .text-block .content h3 {
font-size: 2.8rem;
}
}
@media (max-width: 768.98px) { .text-block .content h3 {
font-size: 2.6rem;
}
} .text-block .content h3:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .text-block .content h3:not(:last-child) {
margin-bottom: 0.7rem;
}
} .text-block .content h4 {
font-size: 2.2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .text-block .content h4 {
font-size: 2rem;
}
}
@media (max-width: 768.98px) { .text-block .content h4 {
font-size: 1.8rem;
}
} .text-block .content h4:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .text-block .content h4:not(:last-child) {
margin-bottom: 1.2rem;
}
} .text-block .content h5 {
font-size: 2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .text-block .content h5 {
font-size: 1.8rem;
}
}
@media (max-width: 768.98px) { .text-block .content h5 {
font-size: 1.6rem;
}
} .text-block .content h5:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .text-block .content h5:not(:last-child) {
margin-bottom: 1.2rem;
}
} .text-block .content h6 {
font-size: 1.8rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .text-block .content h6 {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .text-block .content h6 {
font-size: 1.4rem;
}
} .text-block .content h6:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .text-block .content h6:not(:last-child) {
margin-bottom: 1.2rem;
}
} .text-block .content p {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .text-block .content p {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .text-block .content p {
font-size: 1.6rem;
}
} .text-block .content p:not(:last-child) {
margin-bottom: 2.4rem;
}
@media (max-width: 575.98px) { .text-block .content p:not(:last-child) {
margin-bottom: 1.9rem;
}
} .text-block .content ul,
.text-block .content ol {
padding-left: 4rem;
} .text-block .content ul:not(:last-child),
.text-block .content ol:not(:last-child) {
margin-bottom: 2.4rem;
} .text-block .content ul li,
.text-block .content ol li {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .text-block .content ul li,
.text-block .content ol li {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .text-block .content ul li,
.text-block .content ol li {
font-size: 1.6rem;
}
} .text-block .content ul li:not(:last-child),
.text-block .content ol li:not(:last-child) {
margin-bottom: 0.5rem;
} .text-block .content ul {
list-style-type: disc;
} .text-block .content ol {
list-style-type: decimal;
} .text-block .content a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .text-block .content a:hover,
.text-block .content a:focus {
color: #e92841;
} .text-block .content strong {
font-weight: normal;
} .text-block .content img {
max-width: 100%;
height: auto;
display: block;
} .text-block--short {
padding: 10rem 0;
} .text-block--short.module-text-block {
padding: 0;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .text-block--short.module-text-block {
margin-bottom: 6rem;
}
}
@media (max-width: 991.98px) { .text-block--short {
padding: 6rem 0;
}
}
@media (max-width: 575.98px) { .text-block--short.mobile-hidden {
display: none;
}
}
@media (min-width: 576px) { .text-block--short.desktop-hidden {
display: none;
}
} .text-block--short .section-title {
margin-bottom: 1.2rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .text-block--short .section-title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .text-block--short .content {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 3.2rem;
line-height: 4rem;
word-break: break-word;
padding: 0;
max-width: 102.0rem;
}
@media (max-width: 991.98px) { .text-block--short .content {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .module-wrapper-container {
padding: 0 23rem;
}
@media (max-width: 1199.98px) { .module-wrapper-container {
padding: 0 8.5rem;
}
}
@media (max-width: 991.98px) { .module-wrapper-container {
padding: 0 1.5rem;
}
} .text-block-with-contact {
padding: 6rem 0;
}
@media (max-width: 768.98px) { .text-block-with-contact {
padding: 4rem 0;
}
}
@media (max-width: 991.98px) { .text-block-with-contact .content {
margin-bottom: 4rem;
}
} .text-block-with-form {
background: #725799;
padding: 6rem 0;
position: relative;
}
@media (max-width: 768.98px) { .text-block-with-form {
padding: 4rem 0 5rem;
}
} .text-block-with-form__content {
z-index: 5;
width: 68%;
padding-right: 6rem;
padding-left: 1.5rem;
position: relative;
}
@media (max-width: 1199.98px) { .text-block-with-form__content {
width: 65%;
}
}
@media (max-width: 991.98px) { .text-block-with-form__content {
width: 100%;
margin-bottom: 5rem;
padding-right: 1.5rem;
}
} .text-block-with-form__content .content-wysiwyg {
color: #fff;
} .text-block-with-form__wrapper {
z-index: 5;
width: 32%;
padding-right: 1.5rem;
padding-left: 1.5rem;
position: relative;
}
@media (max-width: 1199.98px) { .text-block-with-form__wrapper {
width: 35%;
}
}
@media (max-width: 991.98px) { .text-block-with-form__wrapper {
width: 100%;
}
} .text-block-with-form__wrapper #mc_embed_signup .form__field:not(:last-child) {
margin-bottom: 1.8rem;
} .text-block-with-form__wrapper #mc_embed_signup .form__field__label {
color: #fff;
margin-bottom: 0.2rem;
display: block;
} .text-block-with-form__wrapper #mc_embed_signup .form__field__input {
outline: none;
width: 100%;
color: #222;
font-size: 1.6rem;
border: none;
background: #fff;
padding: 0.7rem 1rem 0.4rem;
display: block;
} .text-block-with-form__wrapper #mc_embed_signup .form__field__input::-webkit-input-placeholder {
color: #a7a7a7;
}
.text-block-with-form__wrapper #mc_embed_signup .form__field__input::-moz-placeholder {
color: #a7a7a7;
}
.text-block-with-form__wrapper #mc_embed_signup .form__field__input::-ms-input-placeholder {
color: #a7a7a7;
}
.text-block-with-form__wrapper #mc_embed_signup .form__field__input::placeholder {
color: #a7a7a7;
} .text-block-with-form__wrapper #mc_embed_signup .form__field div.mce_inline_error {
color: #ea7685;
font-size: 1.4rem;
font-weight: normal;
background: none;
margin: 0.3rem 0 0;
padding: 0;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox {
margin-bottom: 1.5rem;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox input:checked + label::after {
opacity: 1;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox label {
color: #fff;
cursor: pointer;
font-size: 1.2rem;
margin: 0;
padding-left: 3rem;
position: relative;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox label::before {
content: "";
top: 0.2rem;
left: 0;
width: 1.8rem;
height: 1.8rem;
border-radius: 0.3rem;
background: #fff;
position: absolute;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox label::after {
content: "";
opacity: 0;
top: 0.6rem;
left: 0.4rem;
width: 1.1rem;
height: 1.1rem;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+DQoJPHBhdGggZmlsbD0iIzRmMmQ3ZiIgZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6Ii8+DQo8L3N2Zz4=) no-repeat center center/cover;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox label a {
color: #d7efad;
} .text-block-with-form__wrapper #mc_embed_signup .form__checkbox div.mce_inline_error {
color: #ea7685;
font-size: 1.4rem;
font-weight: normal;
background: none;
margin: 0.3rem 0 0;
padding: 0;
} .text-block-with-form__wrapper #mc_embed_signup .form__responses {
margin-bottom: 1.5rem;
} .text-block-with-form__wrapper #mc_embed_signup .form__responses__error,
.text-block-with-form__wrapper #mc_embed_signup .form__responses__success {
color: #fff;
font-size: 1.4rem;
padding: 0.6rem 1rem;
} .text-block-with-form__wrapper #mc_embed_signup .form__responses__error {
background: rgba(233, 40, 65, 0.52);
} .text-block-with-form__wrapper #mc_embed_signup .form__responses__success {
background: #73a71a;
} .text-block-with-form__wrapper #mc_embed_signup .form__submit .button-submit {
padding: 0.9rem 1.8rem 0.7rem;
font-size: 1.6rem;
} .quote {
padding: 8rem 0;
}
@media (max-width: 768.98px) { .quote {
padding: 4rem 0;
}
} .quote .quote-block {
margin: 0;
border-left: 0.3rem solid #ded8cf;
padding-left: 4rem;
}
@media (max-width: 575.98px) { .quote .quote-block {
padding-left: 2rem;
}
} .quote .quote-block__cite {
margin-bottom: 1.8rem;
} .quote .quote-block__cite .name {
color: #222;
font-size: 1.8rem;
font-style: normal;
} .quote .quote-block__cite .role {
color: #777;
font-size: 1.4rem;
} .quote .quote-block__text {
margin: 0;
} .quote .quote-block__text .text {
color: #222;
font-size: 2rem;
line-height: 1.9;
} .events-blocks {
padding: 6rem 0 4rem;
} .events-blocks .column {
width: 33.333%;
margin-bottom: 3rem;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
@media (max-width: 991.98px) { .events-blocks .column {
width: 50%;
}
}
@media (max-width: 768.98px) { .events-blocks .column {
width: 100%;
margin-bottom: 1.5rem;
}
} .events-blocks .article-block {
height: 100%;
background: #f4f2ef;
padding: 1.9rem 2.5rem 2.5rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .events-blocks .article-block__content {
width: 100%;
margin-bottom: 3rem;
}
@media (max-width: 768.98px) { .events-blocks .article-block__content {
margin-bottom: 2rem;
}
} .events-blocks .article-block__content__date {
color: #969696;
font-family: "GTWalsheimProLight", sans-serif;
letter-spacing: 0.2rem;
margin-bottom: 2rem;
}
@media (max-width: 768.98px) { .events-blocks .article-block__content__date {
margin-bottom: 1.2rem;
}
} .events-blocks .article-block__content__title {
color: #007bff;
font-size: 2.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 1.6;
}
@media (max-width: 1199.98px) { .events-blocks .article-block__content__title {
font-size: 2.2rem;
}
} .events-blocks .article-block__button {
min-width: 100%;
font-size: 1.6rem;
padding: 1.3rem 1.5rem 1.1rem;
} .events-blocks .article-block__button:hover,
.events-blocks .article-block__button:focus {
color: #fff;
background: #e92841;
} .events-blocks .article-block__button .icon {
top: -0.1rem;
width: 1.4rem;
height: 1.4rem;
margin-left: 0.3rem;
position: relative;
} .background-with-text {
height: 52.5rem;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
}
@media (max-width: 768.98px) { .background-with-text {
height: 42rem;
}
} .background-with-text--custom .content__text {
width: calc(100% - 41rem);
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
padding-left: 1.5rem;
}
@media (max-width: 991.98px) { .background-with-text--custom .content__text {
width: 100%;
padding-left: 0;
}
}
@media (max-width: 768.98px) { .background-with-text--custom .content__text {
font-size: 1.6rem;
}
}
@media (max-width: 575.98px) { .background-with-text--custom .content__text {
font-size: 1.5rem;
line-height: 1.566;
}
} .background-with-text::after {
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.8)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
position: absolute;
}
@media (max-width: 768.98px) { .background-with-text::after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
}
} .background-with-text .content {
z-index: 1;
padding: 0 4.5rem 4.5rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 1199.98px) { .background-with-text .content {
padding: 0 0 4.5rem;
}
}
@media (max-width: 768.98px) { .background-with-text .content {
padding: 0 0 2.5rem;
}
}
@media (max-width: 575.98px) { .background-with-text .content {
padding: 0 0 1.5rem;
}
} .background-with-text .content__meta {
width: 41rem;
}
@media (max-width: 991.98px) { .background-with-text .content__meta {
width: 100%;
margin-bottom: 3rem;
}
}
@media (max-width: 768.98px) { .background-with-text .content__meta {
margin-bottom: 2rem;
}
} .background-with-text .content__meta .section-title {
color: #fff;
margin-bottom: 2.5rem;
}
@media (min-width: 769px) { .background-with-text .content__meta .section-title {
font-size: 3.2rem;
}
}
@media (max-width: 991.98px) { .background-with-text .content__meta .section-title {
margin-bottom: 1.5rem;
}
} .background-with-text .content__meta .view-button {
padding: 1.5rem 2.5rem 1.1rem;
} .background-with-text .content__text {
color: #fff;
font-size: 4.8rem;
line-height: 1.167;
}
@media (max-width: 1199.98px) { .background-with-text .content__text {
font-size: 3.8rem;
}
}
@media (max-width: 768.98px) { .background-with-text .content__text {
font-size: 3.2rem;
}
}
@media (max-width: 575.98px) { .background-with-text .content__text {
font-size: 2.4rem;
}
} .our-offer {
background: #f4f2ef;
position: relative;
height: 48rem;
width: 100vw;
}
@media (max-width: 991.98px) { .our-offer {
height: auto;
}
} .our-offer__image {
max-width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 991.98px) { .our-offer__image {
width: 100%;
height: 25rem;
position: relative;
}
} .our-offer .container {
position: relative;
height: 100%;
} .our-offer__container {
padding: 0;
margin: 0;
position: absolute;
right: 1.5rem;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .our-offer__container {
position: relative;
display: block;
right: 0;
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
} .our-offer__meta {
width: 28rem;
padding: 8rem 0;
margin-left: 3.2rem;
margin-right: 2.4rem;
}
@media (max-width: 991.98px) { .our-offer__meta {
width: 100%;
padding: 3rem 0;
margin: 0;
}
} .our-offer__meta .section-title {
line-height: 4rem;
margin-bottom: 2rem;
font-size: 3.2rem;
}
@media (max-width: 991.98px) { .our-offer__meta .section-title {
font-size: 2.4rem;
margin-bottom: 0.5rem;
}
} .our-offer__meta .section-title span {
display: block;
font-family: "GTWalsheimProLight", sans-serif;
} .our-offer__meta .intro {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 2.4rem;
line-height: 3.2rem;
}
@media (max-width: 991.98px) { .our-offer__meta .intro {
font-size: 2rem;
line-height: 2.8rem;
}
} .our-offer__content {
padding: 8rem 0;
padding-left: 2rem;
max-width: 60rem;
}
@media (max-width: 991.98px) { .our-offer__content {
max-width: 100%;
padding: 0 3rem 6rem;
}
} .our-offer__content .list {
height: 100%;
width: 100%;
margin: 0 -2.5rem;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
list-style-position: inside;
}
@media (max-width: 768.98px) { .our-offer__content .list {
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
}
} .our-offer__content .list__item {
max-width: 30rem;
margin-left: 1.5rem;
padding: 0 1.5rem;
margin-bottom: 1rem;
position: relative;
} .our-offer__content .list__item-column {
width: 100%;
height: 100%;
} .our-offer__content .list__item.active a {
color: #FF7E02;
-webkit-transition: all .3 ease-in-out;
-o-transition: all .3 ease-in-out;
transition: all .3 ease-in-out;
} .our-offer__content .list__item.active a:hover,
.our-offer__content .list__item.active a:focus {
color: #e92841;
} .our-offer__content .list__item.active::before {
content: "";
background: #FF7E02;
} .our-offer__content .list__item::before {
content: "";
top: 0.9rem;
left: -0.3rem;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #4f2d7f;
position: absolute;
} .our-offer__content .list__item a {
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .our-offer__content .list__item {
max-width: 100%;
margin: 0;
margin-bottom: 1rem;
padding: 0;
padding-left: 1.5rem;
}
} .what-we-help {
height: 60.3rem;
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} .what-we-help .title-container {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 8.8rem;
z-index: 3;
} .what-we-help h3 {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #fff;
} .what-we-help-tiles {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .what-we-help-tiles .tile {
height: 100%;
background: rgba(79, 45, 127, 0.7);
color: #fff;
width: 100%;
margin-right: 0.1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 5rem 3.2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
} .what-we-help-tiles .tile:last-child {
margin-right: 0;
} .what-we-help-tiles .tile:hover {
background: rgba(79, 45, 127, 0.8);
} .what-we-help-tiles .tile:hover .arrow {
height: 2.2rem;
opacity: 1;
} .what-we-help-tiles a {
color: #fff;
display: block;
} .what-we-help-tiles .tile-content > a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
display: block;
} .what-we-help-tiles h4 {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1.2rem;
} .what-we-help-tiles .icon {
margin-bottom: 2.8rem;
} .what-we-help-tiles .arrow {
display: block;
width: 2.7rem;
-o-object-fit: cover;
object-fit: cover;
height: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .what-we-help-tiles ul {
list-style-type: disc;
padding-left: 2rem;
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
-webkit-font-feature-settings: "case" on, "cpsp" on;
font-feature-settings: "case" on, "cpsp" on;
line-height: 2.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 0;
overflow: hidden;
position: relative;
z-index: 2;
} .what-we-help-tiles ul a:hover {
color: #de002e;
}
@media (max-width: 991.98px) { .what-we-help {
height: 41.6rem;
} .what-we-help .title-container {
top: 4rem;
} .what-we-help h3 {
font-size: 2.4rem;
line-height: 3.2rem;
max-width: 75vw;
} .what-we-help-tiles {
width: auto;
} .what-we-help-tiles .tile {
width: calc(100% - 0.1rem) !important;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 41.6rem;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .what-we-help-tiles .tile .tile-content {
width: 100%;
} .what-we-help-tiles .tile .tile-content > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .what-we-help-tiles .tile:hover .tile-content > a {
margin-bottom: 3.4rem;
} .what-we-help-tiles .icon,
.what-we-help-tiles h4 {
margin-bottom: 0;
} .what-we-help-tiles .icon {
margin-right: 3.1rem;
} .what-we-help-tiles h4 {
padding-right: 1.5rem;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 1.8rem;
line-height: 2.6rem;
} .what-we-help-tiles .arrow {
display: none;
} .what-we-help-tiles .slick-list {
padding: 0 25vw 0 0;
}
} .articles {
padding: 8rem 0;
} .articles-wrap {
background-color: #f2f0ed;
} .articles-wrap.other_articles_from_category {
background: transparent;
} .articles-wrap.other_articles_from_category_with_text {
background-color: #fff;
}
@media (max-width: 991.98px) { .articles {
padding: 6rem 0;
}
} .articles.most-read {
padding: 8rem 0;
}
@media (max-width: 991.98px) { .articles.most-read {
padding: 6rem 0;
}
}
@media (max-width: 768.98px) { .articles.most-read {
padding-bottom: 0;
}
} .articles + .our-experts {
padding-top: 0;
} .articles + .newsletter {
padding-top: 0;
} .articles + .file-cta {
padding-top: 0;
} .articles .title-row {
margin-bottom: 3.2rem;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .articles .title-row.title_box_with_text {
margin-bottom: 4rem;
} .articles .title-row__title > span {
margin-right: 2rem;
margin-bottom: 0;
font-family: "GTWalsheimProMedium", sans-serif;
} .articles .title-row__title > span .subheading {
font-family: "GTWalsheimProLight", sans-serif;
} .articles .title-row__title > span .subheading_with_text {
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .articles .title-row__title > span {
font-size: 2.4rem;
line-height: 3.2rem;
display: block;
}
} .articles .title-row .link-wrapper {
display: grid;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .articles .title-row__link-all {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #4f2d7f;
margin-top: 1rem;
} .articles .title-row__link-all .icon {
width: 1.333rem;
height: 1.083rem;
display: block;
margin-left: 0.733rem;
-webkit-transition: margin 0.5s ease-in-out;
-o-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
} .articles .title-row__link-all:hover {
color: #e92841;
text-decoration: none;
} .articles .title-row__link-all:hover .icon {
margin-left: 1.2rem;
}
@media (max-width: 991.98px) { .articles .title-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
} .articles .title-row__title {
display: block;
margin: 0 2rem 1.3rem 0;
} .articles .title-row__title h2.section-title {
font-size: 2.4rem;
line-height: 3.2rem;
} .articles .title-row__title > span .subheading_with_text {
font-family: "GTWalsheimProLight", sans-serif;
} .articles .title-row__link-all {
margin-top: 0;
}
} .articles .custom-row {
margin-right: -2rem;
margin-left: -2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 991.98px) { .articles .custom-row {
row-gap: 4rem;
}
} .articles .custom-row .column {
padding-right: 2rem;
padding-left: 2rem;
}
@media (max-width: 1199.98px) and (min-width: 768.98px) { .articles .custom-row .column.expert-post-column:nth-child(1),
.articles .custom-row .column.expert-post-column:nth-child(2) {
margin-bottom: 2rem;
}
}
@media (max-width: 768.98px) { .articles .custom-row {
margin-left: 0;
margin-right: 0;
} .articles .custom-row .column {
padding: 0;
}
} .articles .article__tags {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.6rem;
} .articles .article__tags__item {
max-width: 100%;
}
@media (max-width: 768.98px) { .articles .article__tags.expert-post-tags {
display: none;
}
} .articles .article__link {
display: block;
} .articles .article__link:hover,
.articles .article__link:focus {
color: #e92841;
text-decoration: underline;
}
@media (max-width: 1199.98px) { .articles .article__link {
margin-bottom: 2.2rem;
} .articles .article__link.expert-post-link {
margin-bottom: 1.15rem;
}
} .articles .article__name {
color: #4f2d7f;
font-size: 2.4rem;
font-weight: normal;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 3.2rem;
margin-bottom: 2rem;
height: auto;
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 991.98px) { .articles .article__name {
font-size: 2rem;
margin-bottom: 0.5rem;
height: auto;
}
}
@media (max-width: 575.98px) { .articles .article__name {
font-size: 1.8rem;
line-height: 1.333;
}
} .articles .article__text {
color: #000;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 2.6rem;
margin-bottom: 2.6rem;
}
@media (max-width: 991.98px) { .articles .article__text {
font-size: 1.6rem;
line-height: 2.4rem;
height: 22rem;
margin-bottom: 2rem;
}
}
@media (max-width: 768.98px) { .articles .article__text {
display: none;
margin-bottom: 0;
} .articles .article__text.expert-post-text {
display: block;
height: auto;
}
} .articles .article__image {
width: 28.3rem;
height: 18.1rem;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
margin-bottom: 2rem;
}
@media (max-width: 1199.98px) { .articles .article__image {
width: 100%;
}
} .articles .article__image.image-mobile {
display: none;
}
@media (max-width: 768.98px) { .articles .article__image.image-mobile {
display: block;
width: 100%;
}
} .articles .article__date {
color: #787878;
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 0.8rem;
}
@media (max-width: 1199.98px) { .articles .article__date {
display: block;
}
} .articles .article__date.modified {
color: #e92841;
}
@media (max-width: 575.98px) { .articles .col-box {
padding: 0;
}
} .articles .sidebar-box {
min-height: 43.7rem;
} .articles .sidebar-box .newsletter-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 4.8rem;
margin-top: 0.8rem;
margin-bottom: 3.2rem;
} .articles .sidebar-box .newsletter-group .newsletter-input {
height: 4.8rem;
border: none;
padding: 1.3rem 1.2rem;
background: #fff;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
width: 100%;
} .articles .sidebar-box .newsletter-group .newsletter-input::-webkit-input-placeholder {
color: #787878;
}
.articles .sidebar-box .newsletter-group .newsletter-input::-moz-placeholder {
color: #787878;
}
.articles .sidebar-box .newsletter-group .newsletter-input::-ms-input-placeholder {
color: #787878;
}
.articles .sidebar-box .newsletter-group .newsletter-input::placeholder {
color: #787878;
} .articles .sidebar-box .newsletter-group .newsletter-submit {
border: none;
background: #4f2d7f;
width: 4.8rem;
height: 4.8rem;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .articles .sidebar-box .newsletter-group .newsletter-submit:hover {
background: #e92841;
}
@media (max-width: 1199.98px) { .articles .sidebar-box {
max-width: 100%;
margin: 4rem 0 0;
min-height: auto;
}
} .articles-twitter {
padding: 9rem 0 8rem;
} .articles-twitter__heading {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 5rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .articles-twitter .twitter-timeline {
height: 37.4rem !important;
}
@media (max-width: 991.98px) { .articles-twitter {
padding: 0 0 6rem;
} .articles-twitter__heading {
margin-bottom: 2rem;
} .articles-twitter .column {
padding: 0;
}
} .articles-blocks {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 3.2rem;
padding: 6rem 0;
}
@media (max-width: 991.98px) { .articles-blocks {
padding: 4rem 0;
row-gap: 4rem;
}
} .articles-blocks .article-block__item {
max-width: 100%;
} .articles-blocks .article-block__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 3.2rem;
max-width: calc(100% - 31.5rem);
}
@media (max-width: 991.98px) { .articles-blocks .article-block__wrapper {
padding-bottom: 4rem;
max-width: 100%;
}
} .articles-blocks .article-block__title-content {
width: 36%;
margin-right: 3.2rem;
}
@media (max-width: 768.98px) { .articles-blocks .article-block__title-content {
width: 100%;
margin-right: 0;
}
} .articles-blocks .article-block__date {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #787878;
}
@media (max-width: 768.98px) { .articles-blocks .article-block__date {
margin-bottom: 1.2rem;
}
} .articles-blocks .article-block__date.modified {
color: #e92841;
} .articles-blocks .article-block__title {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
margin: 0.8rem 0 2rem;
} .articles-blocks .article-block__title:hover a {
color: #e92841;
text-decoration: underline;
}
@media (max-width: 768.98px) { .articles-blocks .article-block__title {
font-size: 2rem;
line-height: 2.8rem;
margin: 1.2rem 0;
}
} .articles-blocks .article-block__tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 0.6rem;
-moz-column-gap: 0.6rem;
column-gap: 0.6rem;
row-gap: 0.6rem;
} .articles-blocks .article-block__text {
width: 64%;
padding-top: 2.8rem;
}
@media (max-width: 768.98px) { .articles-blocks .article-block__text {
display: none;
}
} .articles-blocks .article-block__content {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
} .articles-blocks .article-block__content.mobile-text {
display: none;
}
@media (max-width: 768.98px) { .articles-blocks .article-block__content {
font-size: 1.6rem;
line-height: 2.4rem;
margin-bottom: 2rem;
} .articles-blocks .article-block__content.mobile-text {
display: block;
}
}
@media (max-width: 991.98px) { .articles-blocks .article-block:last-of-type .article-block__wrapper {
padding-bottom: 0;
} .articles-blocks .article-block:last-of-type hr.separator {
display: none;
}
} hr.separator {
height: 0.1rem;
width: 100%;
background-color: #CDBFB0;
margin: 0;
} .our-activities {
padding: 8rem 0;
}
@media (max-width: 991.98px) { .our-activities {
padding: 6rem 0;
}
}
@media (max-width: 768.98px) { .our-activities {
padding: 5rem 0 2rem;
}
} .our-activities .section-title {
margin-bottom: 3.5rem;
} .our-activities__intro {
font-size: 2.2rem;
line-height: 1.727;
margin-bottom: 5rem;
}
@media (max-width: 768.98px) { .our-activities__intro {
font-size: 2rem;
}
}
@media (max-width: 575.98px) { .our-activities__intro {
font-size: 1.8rem;
}
}
@media (max-width: 768.98px) { .our-activities .activity-block {
margin-bottom: 3rem;
}
} .our-activities .activity-block__image {
width: 10rem;
height: 10rem;
border-radius: 50%;
margin: 0 auto 1.5rem;
overflow: hidden;
} .our-activities .activity-block__image img {
max-width: 100%;
height: auto;
display: block;
} .our-activities .activity-block__text {
color: #777;
font-size: 1.8rem;
line-height: 1.889;
text-align: center;
} .wrapper {
background-color: #F2F0ED;
width: 100%;
} .clients-block {
padding: 7.2rem 0 8rem;
} .clients-block__header {
margin-left: 1.6rem;
margin-bottom: 2rem;
} .clients-block__header .section-title {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .clients-block__slider .slick-dots {
width: 100%;
margin-top: 4rem;
text-align: center;
} .clients-block__slider .slick-dots li {
display: inline-block;
} .clients-block__slider .slick-dots li:not(:last-of-type) {
margin-right: 1.5rem;
} .clients-block__slider .slick-dots li button {
font-size: 0;
width: 1.2rem;
height: 1.2rem;
border-radius: 50%;
outline: none;
border: none;
background-color: #C0ADCF;
} .clients-block__slider .slick-dots li.slick-active button {
background-color: #4f2d7f;
} .clients-block__slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .clients-block__slider .slick-track .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
} .clients-block__slider .slick-arrow {
outline: none;
top: -5.2rem;
color: transparent;
font-size: 0;
width: 3.2rem;
height: 3.2rem;
padding: 0;
cursor: pointer;
border: 0.2rem solid #4f2d7f;
position: absolute;
-webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
} .clients-block__slider .slick-arrow.slick-prev {
right: 1.4rem;
-webkit-transform: rotate(180deg) translateX(100%);
-o-transform: rotate(180deg) translateX(100%);
transform: rotate(180deg) translateX(100%);
background: transparent;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .clients-block__slider .slick-arrow.slick-next {
right: 1.6rem;
background: #4f2d7f;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
}
@media (min-width: 991.98px) { .clients-block__slider .slick-arrow:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
}
} .clients-block__slider .column {
background: #fff;
margin: 0 1.6rem;
} .clients-block__slider .client-block {
width: 100%;
padding: 1.8rem 2rem 4rem;
} .clients-block__slider .client-block__link {
width: 100%;
height: 100%;
display: block;
position: relative;
} .clients-block__slider .client-block__logo {
height: 8rem;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
margin-bottom: 0.9rem;
} .clients-block__slider .client-block__logo img {
max-height: 100%;
max-width: 100%;
height: auto;
display: block;
} .clients-block__slider .client-block__content__name {
color: #000;
font-size: 2rem;
font-family: "GTWalsheimProBold", sans-serif;
line-height: 2.3rem;
margin-bottom: 0.5rem;
} .clients-block__slider .client-block__content__industry {
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.84rem;
margin-bottom: 2rem;
color: #000;
} .clients-block__slider .client-block__content .list {
list-style-type: none;
} .clients-block__slider .client-block__content .list__item {
font-family: "GTWalsheimProLight", sans-serif;
} .clients-block__slider .client-block__content .list__item:not(:last-child) {
margin-bottom: 2rem;
} .clients-block__slider .client-block__content .list__item strong {
color: #787878;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: normal;
margin-bottom: 0.5rem;
font-size: 1.2rem;
line-height: 2rem;
text-transform: uppercase;
} .clients-block__slider .client-block__content .list__item p {
color: #000;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.84rem;
} .block-tiles-with-link {
padding: 8rem 0;
}
@media (max-width: 991.98px) { .block-tiles-with-link {
padding: 8rem 0 5rem;
}
}
@media (max-width: 768.98px) { .block-tiles-with-link {
padding: 4rem 0 1rem;
}
} .block-tiles-with-link .row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
@media (max-width: 1199.98px) { .block-tiles-with-link .row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
} .block-tiles-with-link .column {
width: 100%;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
@media (max-width: 1199.98px) { .block-tiles-with-link .column {
width: 50%;
margin-bottom: 3rem;
}
}
@media (max-width: 575.98px) { .block-tiles-with-link .column {
width: 100%;
}
} .block-tiles-with-link .tile-block {
display: block;
}
@media (min-width: 1200px) { .block-tiles-with-link .tile-block:hover .tile-block__image,
.block-tiles-with-link .tile-block:focus .tile-block__image {
height: 0;
} .block-tiles-with-link .tile-block:hover .tile-block__content__title,
.block-tiles-with-link .tile-block:focus .tile-block__content__title {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
} .block-tiles-with-link .tile-block:hover .tile-block__content__text,
.block-tiles-with-link .tile-block:focus .tile-block__content__text {
opacity: 1;
font-size: 1.5rem;
} .block-tiles-with-link .tile-block:hover .tile-block__content__icon,
.block-tiles-with-link .tile-block:focus .tile-block__content__icon {
-webkit-transform: translateX(22rem);
-o-transform: translateX(22rem);
transform: translateX(22rem);
opacity: 0;
}
} .block-tiles-with-link .tile-block__link {
min-height: 34rem;
-webkit-box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.12);
box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.12);
background: #fff;
display: block;
overflow: hidden;
position: relative;
} .block-tiles-with-link .tile-block__image {
height: 18rem;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} .block-tiles-with-link .tile-block__content {
background: #fff;
padding: 1.6rem 2rem 1rem;
} .block-tiles-with-link .tile-block__content__title {
color: #4f2d7f;
font-size: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 1.4;
margin-bottom: 0.5rem;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} .block-tiles-with-link .tile-block__content__text {
color: #6e6e6e;
font-size: 1.5rem;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) { .block-tiles-with-link .tile-block__content__text {
opacity: 0;
font-size: 0.5rem;
}
} .block-tiles-with-link .tile-block__content__icon {
opacity: 1;
color: #e92841;
width: 1.8rem;
height: 1.8rem;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) { .block-tiles-with-link .tile-block__content__icon {
left: 2rem;
bottom: 1.5rem;
width: 2.5rem;
height: 2.5rem;
position: absolute;
}
} .presentation {
padding: 6rem 0;
}
@media (max-width: 768.98px) { .presentation {
padding: 4rem 0;
}
} .presentation-block {
height: 41.4rem;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .presentation-block {
margin-bottom: 6rem;
}
} .presentation-block:hover .presentation-block__button .icon,
.presentation-block:focus .presentation-block__button .icon {
color: #e92841;
} .presentation-block::after {
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
position: absolute;
}
@media (max-width: 575.98px) { .presentation-block::after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 15%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
}
} .presentation-block:not(:last-child) {
margin-bottom: 5rem;
} .presentation-block__button {
right: 2.5rem;
bottom: 3rem;
padding: 0;
position: absolute;
} .presentation-block__button:hover .icon {
color: #e92841;
} .presentation-block__button .meta {
color: #fff;
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .presentation-block__button .meta {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .presentation-block__button .meta {
display: none;
}
} .presentation-block__button .icon {
color: #fff;
width: 5rem;
height: 5rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-left: 2rem;
}
@media (max-width: 425px) { .presentation-block__button .icon {
width: 6rem;
height: 6rem;
margin-left: 3rem;
}
} .file-cta {
padding: 8rem 0;
}
@media (max-width: 991.98px) { .file-cta {
padding: 6rem 0;
}
}
@media (max-width: 768.98px) { .file-cta {
padding: 5rem 0;
}
} .file-block {
background: #f4f2ef;
padding: 2.5rem 2rem 2.5rem 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 768.98px) { .file-block {
padding: 2.5rem 2rem 3rem;
}
}
@media (max-width: 575.98px) { .file-block {
margin: 0 -1.5rem;
}
} .file-block::before {
content: "";
top: 0;
right: 0;
width: 100vw;
height: 100%;
background: #f4f2ef;
position: absolute;
}
@media (max-width: 768.98px) { .file-block::before {
content: none;
}
} .file-block:not(:last-child) {
margin-bottom: 6rem;
} .file-block__content {
padding-right: 3rem;
position: relative;
}
@media (max-width: 768.98px) { .file-block__content {
padding-right: 0;
margin-bottom: 2rem;
}
} .file-block__content .title {
color: #4f2d7f;
font-size: 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .file-block__content .title {
font-size: 2.6rem;
}
}
@media (max-width: 768.98px) { .file-block__content .title {
font-size: 2.2rem;
}
} .file-block__content .details {
color: #4f2d7f;
font-size: 1.8rem;
}
@media (max-width: 575.98px) { .file-block__content .details {
font-size: 1.6rem;
}
} .file-block__actions {
text-align: right;
}
@media (max-width: 768.98px) { .file-block__actions {
text-align: left;
}
} .file-block__actions .button-action {
border: 0.2rem solid #e92841;
padding: 1.8rem 1.8rem 1.6rem;
}
@media (max-width: 768.98px) { .file-block__actions .button-action {
padding: 1.2rem 1.6rem 1rem;
}
}
@media (max-width: 380px) { .file-block__actions .button-action {
width: 100%;
}
} .file-block__actions .button-action:hover,
.file-block__actions .button-action:focus {
color: #e92841;
background: transparent;
} .job-offer {
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .job-offer {
margin-bottom: 6rem;
}
} .job-offer .offer-block {
background-color: #4f2d7f;
padding: 6rem 0;
} .job-offer .offer-block__text-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 70rem;
}
@media (max-width: 991.98px) { .job-offer .offer-block__text-container {
margin-bottom: 4rem;
}
} .job-offer .offer-block__meta {
margin-bottom: 1.6rem;
} .job-offer .offer-block__meta__title {
color: #fff;
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .job-offer .offer-block__meta {
margin-bottom: 1.2rem;
} .job-offer .offer-block__meta__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .job-offer .offer-block__content {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #fff;
}
@media (max-width: 991.98px) { .job-offer .offer-block__content {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .job-offer .offer-block__actions .button-apply {
display: inline-block;
padding: 2rem 3.2rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
background-color: #DCD5E5;
color: #4f2d7f;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
border: none;
outline: none;
cursor: pointer;
} .job-offer .offer-block__actions .button-apply:hover {
background-color: #FFF;
}
@media (max-width: 991.98px) { .job-offer .offer-block__actions .button-apply {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
}
} .job-offer .container-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991.98px) { .job-offer .container-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
} .job-offer.no-offers-content {
position: relative;
height: 60rem;
}
@media (max-width: 991.98px) { .job-offer.no-offers-content {
height: 50rem;
}
}
@media (max-width: 768.98px) { .job-offer.no-offers-content {
height: 100%;
}
} .job-offer.no-offers-content .job-offer__image-container {
position: absolute;
top: 0;
left: 0;
width: 50vw;
height: 100%;
z-index: 2;
} .job-offer.no-offers-content .job-offer__image-container img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
@media (max-width: 768.98px) { .job-offer.no-offers-content .job-offer__image-container {
position: relative;
width: 100%;
height: 25rem;
}
} .job-offer.no-offers-content .offer-block {
background-color: #DCD5E5;
position: absolute;
height: 100%;
width: 50vw;
right: 0;
top: 0;
}
@media (max-width: 768.98px) { .job-offer.no-offers-content .offer-block {
position: relative;
width: 100%;
}
} .job-offer.no-offers-content .offer-block__text-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 38.8rem;
}
@media (max-width: 768.98px) { .job-offer.no-offers-content .offer-block__text-container {
max-width: 30rem;
}
}
@media (max-width: 768.98px) { .job-offer.no-offers-content .offer-block__text-container {
margin-bottom: 4rem;
max-width: 100%;
}
} .job-offer.no-offers-content .offer-block__meta__title {
color: #000;
} .job-offer.no-offers-content .offer-block__content {
margin-bottom: 4rem;
color: #000;
} .job-offer.no-offers-content .offer-block__actions .button-apply {
background-color: #4f2d7f;
color: #FFF;
} .job-offer.no-offers-content .offer-block__actions .button-apply:hover {
background-color: #e92841;
} .job-offer.no-offers-content .container-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
padding-left: 12rem;
}
@media (max-width: 991.98px) { .job-offer.no-offers-content .container-block {
padding-left: 6rem;
}
}
@media (max-width: 768.98px) { .job-offer.no-offers-content .container-block {
position: relative;
padding-left: 1.5rem;
}
} .project-block__intro {
padding: 4rem 0;
} .project-block__intro__text {
font-size: 2.2rem;
line-height: 1.727;
} .project-block__content {
background: #f4f2ef;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .project-block__content {
padding: 3rem 0;
display: block;
}
} .project-block__content .image {
width: 20%;
min-height: 35rem;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media (max-width: 991.98px) { .project-block__content .image {
display: none;
}
} .project-block__content .intro {
width: 25%;
font-size: 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 1.357;
padding: 4.5rem 4rem;
}
@media (max-width: 991.98px) { .project-block__content .intro {
width: 100%;
max-width: 71rem;
margin: 0 auto 2rem;
padding: 0;
}
}
@media (max-width: 768.98px) { .project-block__content .intro {
max-width: 100%;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
} .project-block__content .content {
width: 55%;
padding: 4.5rem 8rem;
}
@media (max-width: 1199.98px) { .project-block__content .content {
padding: 4.5rem 3rem;
}
}
@media (max-width: 991.98px) { .project-block__content .content {
width: 100%;
max-width: 71rem;
margin: 0 auto;
padding: 0;
}
}
@media (max-width: 768.98px) { .project-block__content .content {
max-width: 100%;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
} .project-block__content .content p {
font-size: 1.8rem;
line-height: 1.333;
margin-bottom: 2rem;
} .project-block__content .content ul {
list-style-type: disc;
padding-left: 2rem;
} .project-block__content .content ul li {
color: #4f2d7f;
font-size: 1.8rem;
} .project-block__content .content ul li:not(:last-of-type) {
margin-bottom: 2rem;
} .newsletter {
padding: 8rem 0;
}
@media (max-width: 991.98px) { .newsletter {
padding: 6rem 0;
}
} .newsletter .newsletter-block {
background: #f4f2ef;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 768.98px) { .newsletter .newsletter-block {
display: block;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block {
margin: 0 -1.5rem;
}
} .newsletter .newsletter-block__image {
width: 21rem;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media (max-width: 768.98px) { .newsletter .newsletter-block__image {
width: 100%;
min-height: 14rem;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__image {
min-height: 10rem;
}
} .newsletter .newsletter-block__content {
width: calc(100% - 21rem);
padding: 5.5rem 3.5rem 5rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199.98px) { .newsletter .newsletter-block__content {
padding: 3.5rem 3.5rem 3.8rem;
}
}
@media (max-width: 768.98px) { .newsletter .newsletter-block__content {
width: 100%;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content {
padding: 2.5rem 2.5rem 0;
}
} .newsletter .newsletter-block__content__meta {
max-width: 40rem;
}
@media (max-width: 1199.98px) { .newsletter .newsletter-block__content__meta {
max-width: 100%;
margin-bottom: 2rem;
}
} .newsletter .newsletter-block__content__meta .title {
font-size: 2.8rem;
font-weight: normal;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2.5rem;
}
@media (max-width: 1199.98px) { .newsletter .newsletter-block__content__meta .title {
margin-bottom: 2rem;
}
}
@media (max-width: 768.98px) { .newsletter .newsletter-block__content__meta .title {
font-size: 2.6rem;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__meta .title {
font-size: 2.2rem;
}
} .newsletter .newsletter-block__content__meta .content__heading {
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 0.8rem;
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__meta .content__heading {
font-size: 1.6rem;
}
} .newsletter .newsletter-block__content__meta .content__text {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.444;
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__meta .content__text {
font-size: 1.4rem;
}
} .newsletter .newsletter-block__content__form {
margin-left: 9rem;
}
@media (max-width: 1199.98px) { .newsletter .newsletter-block__content__form {
width: 100%;
margin-left: 0;
}
} .newsletter .newsletter-block__content__form.form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__form.form {
width: calc(100% + 5rem);
margin: 0 -2.5rem;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__form.form .field {
width: 100%;
}
} .newsletter .newsletter-block__content__form.form .field__input {
outline: none;
min-width: 26rem;
height: 100%;
font-size: 1.8rem;
border: none;
background: #fff;
padding: 1.7rem 1.3rem;
display: block;
}
@media (max-width: 768.98px) { .newsletter .newsletter-block__content__form.form .field__input {
font-size: 1.6rem;
padding: 1.4rem 1.3rem;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__form.form .field__input {
min-width: 100%;
text-align: center;
}
} .newsletter .newsletter-block__content__form.form .field__input::-webkit-input-placeholder {
color: #777;
}
.newsletter .newsletter-block__content__form.form .field__input::-moz-placeholder {
color: #777;
}
.newsletter .newsletter-block__content__form.form .field__input::-ms-input-placeholder {
color: #777;
}
.newsletter .newsletter-block__content__form.form .field__input::placeholder {
color: #777;
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__form.form .field__input::-webkit-input-placeholder {
text-align: center;
}
.newsletter .newsletter-block__content__form.form .field__input::-moz-placeholder {
text-align: center;
}
.newsletter .newsletter-block__content__form.form .field__input::-ms-input-placeholder {
text-align: center;
}
.newsletter .newsletter-block__content__form.form .field__input::placeholder {
text-align: center;
}
} .newsletter .newsletter-block__content__form.form .button-newsletter {
border-width: 0.2rem;
padding: 1.8rem 2rem 1.6rem;
}
@media (max-width: 768.98px) { .newsletter .newsletter-block__content__form.form .button-newsletter {
padding: 1.4rem 1.5rem 1.2rem;
}
}
@media (max-width: 575.98px) { .newsletter .newsletter-block__content__form.form .button-newsletter {
width: 100%;
}
} .career-newsletter {
background-color: #DCD5E5;
padding: 12.3rem 0 16.5rem;
position: relative;
}
@media (max-width: 768.98px) { .career-newsletter {
padding: 6rem 0 0;
}
} .career-newsletter__title {
margin-bottom: 4rem;
} .career-newsletter__title .title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
line-height: 4rem;
color: #000;
}
@media (max-width: 991.98px) { .career-newsletter__title {
margin-bottom: 2.4rem;
} .career-newsletter__title .title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-newsletter__card {
padding: 1.6rem;
background-color: #F2F0ED;
max-width: 60rem;
}
@media (max-width: 768.98px) { .career-newsletter__card {
max-width: 100%;
}
} .career-newsletter__card__title {
margin-bottom: 2rem;
} .career-newsletter__card__heading {
font-size: 1.4rem;
line-height: 2.2rem;
color: #000;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-bottom: 0.4rem;
}
@media (max-width: 991.98px) { .career-newsletter__card__heading {
margin-bottom: 0.7rem;
}
} .career-newsletter__card__text {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
} .career-newsletter__card__form__title {
font-size: 1.4rem;
line-height: 2.2rem;
color: #000;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
margin-bottom: 0.8rem;
} .career-newsletter__card__form__field input {
outline: none;
min-width: 23.5rem;
color: #787878;
font-size: 1.4rem;
line-height: 2.2rem;
border: none;
background: #FFF;
padding: 1.3rem 1.2rem;
display: block;
}
@media (max-width: 600px) { .career-newsletter__card__form__field {
width: 100%;
} .career-newsletter__card__form__field input {
min-width: 100%;
}
} .career-newsletter__card__form__button {
width: 4.8rem;
height: 4.8rem;
background-color: #4f2d7f;
} .career-newsletter__card__form__button .svg-container {
color: #FFF;
width: 2rem;
height: 2rem;
} .career-newsletter__card__button {
background-color: #4f2d7f;
padding: 1.2rem 2.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1.6rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .career-newsletter__card__button .svg-container {
color: #FFF;
width: 2rem;
height: 2rem;
} .career-newsletter__card .form-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .career-newsletter__background {
width: 55%;
max-height: 100%;
height: auto;
position: absolute;
bottom: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .career-newsletter__background img {
width: 100%;
height: auto;
display: block;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: bottom right;
object-position: bottom right;
}
@media (max-width: 1199.98px) { .career-newsletter__background {
width: 50%;
}
}
@media (max-width: 768.98px) { .career-newsletter__background {
position: relative;
display: block;
width: 100%;
height: auto;
margin-top: 4rem;
}
} .join-us {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .join-us__meta {
width: 40%;
background: #c8beaf;
padding: 4.5rem 6rem;
}
@media (max-width: 991.98px) { .join-us__meta {
width: 100%;
padding: 3.5rem 4rem;
}
}
@media (max-width: 575.98px) { .join-us__meta {
padding: 2.5rem;
}
} .join-us__meta .section-title {
margin-bottom: 4rem;
}
@media (max-width: 991.98px) { .join-us__meta .section-title {
margin-bottom: 2rem;
}
}
@media (max-width: 575.98px) { .join-us__meta .section-title {
margin-bottom: 1rem;
}
} .join-us__meta__text {
color: #464646;
font-size: 1.8rem;
line-height: 1.889;
}
@media (max-width: 575.98px) { .join-us__meta__text {
font-size: 1.4rem;
}
} .join-us__offer {
width: 30%;
height: 35rem;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding-bottom: 6.5rem;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 991.98px) { .join-us__offer {
width: 50%;
}
}
@media (max-width: 575.98px) { .join-us__offer {
width: 100%;
height: 26rem;
padding-bottom: 3rem;
}
} .join-us__offer::after {
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
position: absolute;
}
@media (max-width: 575.98px) { .join-us__offer::after {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
} .join-us__offer .button-view {
z-index: 1;
padding: 1.5rem 2.5rem 1.1rem;
} .upcoming-events {
padding: 9.4rem 0 9.8rem;
background-size: cover;
background-position: 50% 50%;
color: #fff;
position: relative;
} .upcoming-events::before {
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
content: " ";
} .upcoming-events.no-events {
padding: 0;
height: 68.5rem;
display: grid;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 991.98px) { .upcoming-events.no-events {
height: 50rem;
}
} .upcoming-events .content {
position: relative;
z-index: 2;
} .upcoming-events__icon {
width: 12rem;
height: 12rem;
margin-bottom: 4rem;
} .upcoming-events__icon img {
display: block;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
@media (max-width: 991.98px) { .upcoming-events__icon {
width: 8rem;
height: 8rem;
margin-bottom: 3.2rem;
}
} .upcoming-events__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 5.3rem;
} .upcoming-events__title.career-events__title {
margin-bottom: 4rem;
} .upcoming-events__title h2.section-title {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin: 0;
} .upcoming-events__title.no-events__title {
margin-bottom: 1.6rem;
} .upcoming-events__description {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProLight", sans-serif;
max-width: 90rem;
width: 100%;
}
@media (max-width: 991.98px) { .upcoming-events__description {
font-size: 1.6rem;
line-height: 2.4rem;
max-width: 100%;
}
} .upcoming-events__link-all {
margin-left: 1.95rem;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
margin-top: 1rem;
} .upcoming-events__link-all .icon {
width: 1.333rem;
height: 1.083rem;
display: block;
margin-left: 0.733rem;
-webkit-transition: margin 0.5s ease-in-out;
-o-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
} .upcoming-events__link-all:hover {
color: #e92841;
text-decoration: none;
} .upcoming-events__link-all:hover .icon {
margin-left: 1.2rem;
} .upcoming-events__list .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #1c1c1c;
margin-bottom: 2rem;
} .upcoming-events__list .item .event__date {
background: #4f2d7f;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 3.4rem 3.3rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-item-align: stretch;
align-self: stretch;
width: 28.3rem;
-ms-flex-negative: 0;
flex-shrink: 0;
} .upcoming-events__list .item .event__date .content {
text-align: center;
width: 100%;
} .upcoming-events__list .item .event__days {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
line-height: 4rem;
} .upcoming-events__list .item .event__weekdays {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
line-height: 1.8rem;
margin-top: 0.3rem;
} .upcoming-events__list .item .event__content {
padding: 3.3rem 10.4rem;
padding-right: 8.4rem;
width: 100%;
} .upcoming-events__list .item .event__title {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 1.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .upcoming-events__list .item .event__description {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-top: -0.8rem;
} .upcoming-events__list .item .event__description a {
color: #1c1c1c;
} .upcoming-events__list .item .event__description a:hover {
color: #e92841;
} .upcoming-events__list .item .event__link {
font-size: 1.6rem;
line-height: 2.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .upcoming-events__list .item .event__link .icon {
width: 1.333rem;
height: 1.083rem;
display: block;
margin-left: 0.733rem;
-webkit-transition: margin 0.5s ease-in-out;
-o-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
} .upcoming-events__list .item .event__link:hover {
color: #e92841;
} .upcoming-events__list .item .event__link:hover .icon {
margin-left: 1.2rem;
} .upcoming-events__list .item .event__details {
width: 20.7rem;
padding: 3.4rem;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
} .upcoming-events__list .item .event__details .detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2.15rem;
color: #444;
} .upcoming-events__list .item .event__details .detail:last-child {
margin-bottom: 0;
} .upcoming-events__list .item .event__details .detail .icon {
margin-right: 1.3rem;
width: 1.8rem;
}
@media (max-width: 991.98px) { .upcoming-events__list .item .event__details .detail .icon.career-event-icon {
color: #4f2d7f;
}
}
@media (max-width: 991.98px) { .upcoming-events {
padding: 6rem 0;
} .upcoming-events__title {
display: block;
margin: 0 0 1.9rem;
} .upcoming-events__title h2.section-title {
font-size: 2.4rem;
line-height: 3.2rem;
} .upcoming-events__title.career-events__title {
margin-bottom: 3rem;
} .upcoming-events__link-all {
margin: 1.1rem 0 0;
} .upcoming-events .item {
display: block;
} .upcoming-events .item:last-child {
margin-bottom: 0;
} .upcoming-events .item .event__date {
width: 100%;
padding: 3.2rem;
display: block;
text-align: center;
} .upcoming-events .item .event__days {
font-size: 2.4rem;
line-height: 3.2rem;
} .upcoming-events .item .event__weekdays {
margin-top: 0.8rem;
} .upcoming-events .item .event__details {
width: 100%;
display: block;
padding: 3.2rem 3.2rem 2.1rem;
font-family: "GTWalsheimProLight", sans-serif;
} .upcoming-events .item .event__details .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .upcoming-events .item .event__details .detail {
margin: 0 2rem 0 0;
} .upcoming-events .item .event__details .detail:last-child {
margin: 0;
} .upcoming-events .item .event__content {
padding: 0 3.2rem 3.2rem;
} .upcoming-events .item .event__title {
font-size: 2rem;
line-height: 2.8rem;
margin-bottom: 1.3rem;
width: 100%;
} .upcoming-events .item .event__link {
font-size: 1.4rem;
}
} .upcoming-events--singular {
color: #1c1c1c;
} .upcoming-events--singular::before {
background: #DCD5E5;
} .upcoming-events--singular .upcoming-events__link-all {
color: #4f2d7f;
font-size: 1.6rem;
} .upcoming-events--singular .upcoming-events__link-all:hover {
color: #e92841;
} .upcoming-events--singular .upcoming-events__title h2.section-title {
font-size: 3.2rem;
} .careers {
position: relative;
height: 60rem;
} .careers-bg {
width: 50vw;
height: 100%;
position: absolute;
top: 0;
} .careers-bg.left {
left: 0;
} .careers-bg.right {
right: 0;
} .careers-type {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.4rem;
line-height: 2.2rem;
margin-bottom: 2.1rem;
text-transform: uppercase;
} .careers-heading {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
margin-bottom: 1.6rem;
height: 10.4rem;
} .careers-text {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.8rem;
line-height: 2.6rem;
margin-bottom: 4rem;
height: 7.8rem;
} .careers-cta {
display: inline-block;
padding: 1.6rem 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
position: relative;
z-index: 2;
} .careers-cta::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
} .careers-cta:hover::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
} .careers-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
height: 60rem;
} .careers-box.left .content {
color: #fff;
padding-right: 12.2rem;
} .careers-box.left .careers-cta {
color: var(--left_btn);
border: 0.1rem solid var(--left_btn);
} .careers-box.left .careers-cta::after {
background-color: var(--left_btn);
} .careers-box.left .careers-cta:hover {
color: var(--right_btn);
} .careers-box.right .content {
color: #000;
padding-left: 10.6rem;
} .careers-box.right .content .careers-cta {
color: var(--right_btn);
border: 0.1rem solid var(--right_btn);
} .careers-box.right .content .careers-cta::after {
background-color: var(--right_btn);
} .careers-box.right .content .careers-cta:hover {
color: var(--left_btn);
}
@media (max-width: 1199.98px) { .careers-heading {
height: 16rem;
} .careers-text {
height: 8rem;
margin-bottom: 4rem;
} .careers-box.left .content {
padding-right: 6.6rem;
} .careers-box.right .content {
color: #000;
padding-left: 5.3rem;
}
}
@media (max-width: 991.98px) { .careers {
height: auto;
display: block;
width: 100%;
} .careers .careers-container {
max-width: 100%;
} .careers .careers-bg {
display: none;
} .careers .careers-box.left {
background: #4f2d7f;
} .careers .careers-box.right {
background: #DCD5E5;
} .careers .careers-box {
padding: 6rem 1.5rem 7.2rem;
height: auto;
} .careers .careers-box .content {
padding: 0;
} .careers .careers-cta {
padding: 1.2rem 2.4rem;
font-size: 1.4rem;
line-height: 2.2rem;
} .careers .careers-type {
margin-bottom: 1.2rem;
} .careers .careers-heading {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 1.2rem;
height: auto;
} .careers .careers-text {
font-size: 1.6rem;
line-height: 2.4rem;
height: auto;
}
} .background-with-title {
height: 32rem;
background-repeat: no-repeat;
background-position: center center !important;
background-size: cover !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
}
@media (max-width: 768.98px) { .background-with-title {
height: 24.4rem;
}
} .background-with-title::after {
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.8)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
position: absolute;
}
@media (max-width: 768.98px) { .background-with-title::after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 100%);
}
} .background-with-title .content {
max-width: 60rem;
z-index: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
} .background-with-title .content__text {
color: #fff;
font-size: 4.8rem;
line-height: 1.167;
}
@media (max-width: 1199.98px) { .background-with-title .content__text {
font-size: 4.4rem;
}
}
@media (max-width: 768.98px) { .background-with-title .content__text {
font-size: 3.2rem;
}
} .most-read {
padding-left: 1.5rem;
} .most-read__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 5.3rem;
} .most-read__title h2.section-title {
font-family: "GTWalsheimProMedium", sans-serif;
margin: 0;
} .most-read__link-all {
margin-left: 1.95rem;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #4F2D7F;
margin-top: 1rem;
} .most-read__link-all .icon {
width: 1.333rem;
height: 1.083rem;
display: block;
margin-left: 0.733rem;
-webkit-transition: margin 0.5s ease-in-out;
-o-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
} .most-read__link-all:hover {
color: #e92841;
text-decoration: none;
} .most-read__link-all:hover .icon {
margin-left: 1.2rem;
}
@media (max-width: 991.98px) { .most-read {
padding: 0 1.5rem;
} .most-read__title {
display: block;
margin: 0;
} .most-read__title h2.section-title {
font-size: 2.4rem;
line-height: 3.2rem;
} .most-read__link-all {
margin: 1.1rem 0 0;
}
}
@media (max-width: 768.98px) { .most-read__item {
margin-top: 4rem;
margin-right: 1.5rem;
margin-left: 1.5rem;
max-width: calc(100% - 3rem);
padding-left: 0;
padding-right: 0;
} .most-read__item:not(:nth-last-child(2)) {
padding-bottom: 4rem;
border-bottom: 0.1rem solid #C8BEAF;
}
}
@media (max-width: 768.98px) { .sidebar-col-popular_tags {
padding: 0;
} .sidebar-col-popular_tags .popular-tags {
padding: 4rem 1.5rem;
}
}
@media (max-width: 991.98px) { .sidebar-col-newsletter_with_blogs {
margin-bottom: 6rem;
}
} .baner {
height: 42rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--text-color);
margin-bottom: 8rem;
}
@media (max-width: 768.98px) { .baner {
margin-top: 6rem;
margin-bottom: 6rem;
}
}
@media (max-width: 575.98px) { .baner {
height: 32rem;
}
} .baner__background {
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
height: 42rem;
width: 100vw;
left: 0;
z-index: -1;
}
@media (max-width: 575.98px) { .baner__background {
height: 37.5rem;
}
} .baner__title {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
margin-bottom: 0.8rem;
max-width: 60rem;
}
@media (max-width: 991.98px) { .baner__title {
max-width: 100%;
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 1.2rem;
}
} .baner__subtitle {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 0.8rem;
max-width: 60rem;
color: #F3EAFA;
display: block;
}
@media (max-width: 991.98px) { .baner__subtitle {
max-width: 100%;
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 1.2rem;
}
} .baner__text {
font-size: 2rem;
line-height: 2.8rem;
font-family: "GTWalsheimProLight", sans-serif;
font-weight: 300;
margin-bottom: 4rem;
max-width: 60rem;
}
@media (max-width: 991.98px) { .baner__text {
max-width: 100%;
}
}
@media (max-width: 575.98px) { .baner__text {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .baner__button {
color: var(--button-color);
background: var(--button-bg);
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
padding: 1.6rem 2.8rem;
outline: none;
border: none;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
@media (max-width: 575.98px) { .baner__button {
font-size: 1.4rem;
line-height: 2.2rem;
padding: 1.2rem 2.4rem;
}
} .baner__button:hover {
color: var(--button-hover-text) !important;
} .baner__button::after {
background-color: var(--button-hover) !important;
} .implementation-process {
color: #000;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .implementation-process {
margin-bottom: 6rem;
}
} .implementation-process__title {
margin-bottom: 0.9rem;
}
@media (max-width: 768.98px) { .implementation-process__title {
margin-bottom: 1.2rem;
}
} .implementation-process__subtitle {
margin: 0.9rem 0 4rem;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 768.98px) { .implementation-process__subtitle {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .implementation-process__list {
margin-top: 1.9rem;
margin-right: 1.5rem;
list-style: none;
} .implementation-process__item {
position: relative;
} .implementation-process__item:not(:last-of-type) {
margin-bottom: 3.2rem;
} .implementation-process__item:not(:last-of-type)::before {
content: "";
position: absolute;
left: 1.6rem;
top: 3rem;
width: 0.1rem;
height: calc(100% + 3.2rem);
background-color: #4f2d7f;
z-index: -1;
} .implementation-process__item .item-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
} .implementation-process__item .item-title.active button {
color: #fff;
background-color: #4f2d7f;
}
@media (min-width: 991.98px) { .implementation-process__item .item-title:hover button {
border-color: #e92841;
background-color: #e92841;
color: #FFF;
} .implementation-process__item .item-title:hover span {
color: #e92841;
}
} .implementation-process__item .item-title button {
border: 0.1rem solid #4f2d7f;
border-radius: 50%;
outline: none;
color: #4f2d7f;
width: 3.2rem;
height: 3.2rem;
background-color: #fff;
-webkit-transition: 0.5s background-color ease-in-out, 0.5s border ease-in-out;
-o-transition: 0.5s background-color ease-in-out, 0.5s border ease-in-out;
transition: 0.5s background-color ease-in-out, 0.5s border ease-in-out;
cursor: pointer;
margin-right: 1.6rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
-ms-flex-negative: 0;
flex-shrink: 0;
} .implementation-process__item .item-title span {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
display: inline;
word-wrap: normal;
padding: 0;
margin: 0;
-webkit-transition: 0.5s color ease-in-out;
-o-transition: 0.5s color ease-in-out;
transition: 0.5s color ease-in-out;
}
@media (max-width: 991.98px) { .implementation-process__item .item-title span {
font-family: "GTWalsheimProMedium", sans-serif;
}
}
@media (max-width: 768.98px) { .implementation-process__item .item-title span {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
}
} .implementation-process__item-desc-mobile {
display: none;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-top: 1.2rem;
margin-left: 5rem;
}
@media (max-width: 768.98px) { .implementation-process__item-desc-mobile {
font-size: 1.6rem;
line-height: 2.4rem;
margin-top: 0.75rem;
}
} .implementation-process__step-description {
padding: 4rem;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
background-color: #F2F0ED;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
@media (max-width: 991.98px) { .implementation-process__step-description {
display: none;
}
} .implementation-process__description {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-top: 4rem;
width: 100%;
} .implementation-process__description p:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 768.98px) { .implementation-process__description p:not(:last-child) {
margin-bottom: 1.2rem;
}
}
@media (max-width: 768.98px) { .implementation-process__description {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .why-us {
margin-bottom: 8rem;
} .why-us__subtitle {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 3.2rem;
}
@media (max-width: 768.98px) { .why-us__subtitle {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 1.6rem;
}
} .why-us__description p {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.8rem;
line-height: 2.6rem;
margin-top: 1.5rem;
}
@media (max-width: 768.98px) { .why-us__description p {
line-height: 2.4rem;
margin-top: 1.2rem;
}
} .why-us__information {
margin-top: 6rem;
} .why-us__information .slick-dots {
width: 100%;
margin-top: 4rem;
text-align: center;
} .why-us__information .slick-dots li {
display: inline-block;
} .why-us__information .slick-dots li:not(:last-of-type) {
margin-right: 1.5rem;
} .why-us__information .slick-dots li button {
font-size: 0;
width: 1.2rem;
height: 1.2rem;
border-radius: 50%;
outline: none;
border: none;
background-color: #C0ADCF;
} .why-us__information .slick-dots li.slick-active button {
background-color: #4f2d7f;
} .why-us__item:not(:last-of-type) {
margin-right: 3.2rem;
}
@media (max-width: 991.98px) { .why-us__item {
margin-right: 0;
}
} .why-us__item .item-title h3 {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #00A9B7;
}
@media (max-width: 991.98px) { .why-us__item .item-title {
text-align: center;
}
} .why-us__item .item-description {
margin-top: 1.2rem;
} .why-us__item .item-description p {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .why-us__item .item-description {
text-align: center;
padding: 0 2rem;
}
} .ask-for {
padding: 8rem 0;
width: 100%;
background: #E0D6E6;
} .ask-for .wrapper {
width: 100%;
background: transparent;
}
@media (max-width: 991.98px) { .ask-for .wrapper {
max-width: 100%;
}
} .ask-for::before {
content: "";
position: absolute;
left: 0;
width: 100vw;
height: inherit;
background-color: red;
} .ask-for__title {
margin-bottom: 2rem;
} .ask-for__title h2 {
margin-bottom: 1.2rem;
} .ask-for__title p {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .ask-for__title p {
font-size: 2rem;
line-height: 2.8rem;
}
} .ask-for__title p a {
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: bold;
} .ask-for__description {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 2.8rem;
max-width: 60rem;
} .ask-for .contactform .inputs-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .ask-for .contactform .inputs-div .item {
max-width: 28.3rem;
width: 100%;
display: grid;
padding: 0;
} .ask-for .contactform .inputs-div .item:not(:last-of-type) {
margin-right: 3.2rem;
}
@media (max-width: 991.98px) { .ask-for .contactform .inputs-div .item {
max-width: 100%;
width: 100%;
}
} .ask-for .contactform .inputs-div .item input {
padding: 1.2rem;
border: none;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #787878;
} .ask-for .contactform .inputs-div .item input:focus {
outline: none;
} .ask-for .contactform .inputs-div .item input.invalid {
border: 0.2rem solid #e92841;
} .ask-for .contactform label {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .ask-for .contactform button {
padding: 1.6rem 2rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
border: none;
background-color: #4f2d7f;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
} .ask-for .contactform .checkbox-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 1.25rem 0 3.2rem;
} .ask-for .contactform .checkbox-div input {
padding: 0;
width: 2rem;
height: 2rem;
color: #000;
margin-right: 1.6rem;
background-color: #fff;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
} .ask-for .contactform .checkbox-div input.invalid ~ label {
color: #e92841;
} .ask-for .contactform .checkbox-div input.invalid ~ label a {
color: #e92841;
} .ask-for .contactform .checkbox-div label {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
} .ask-for .contactform .checkbox-div label a {
font-family: "GTWalsheimProMedium", sans-serif;
color: #000;
text-decoration: underline;
} .ask-for .contactform .checkbox-div label a:hover {
color: #e92841 !important;
} .contact-tabs__all {
margin-top: 4rem;
} .contact-tabs__all__switcher {
margin-bottom: 3.6rem;
display: grid;
grid-template-columns: 1fr 1fr;
} .contact-tabs__all__switcher__switch {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.8rem 0;
position: relative;
color: #725799 !important;
cursor: pointer;
} .contact-tabs__all__switcher__switch::after {
content: "";
right: 0;
left: 0;
bottom: -.2rem;
width: 100%;
height: 0.3rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
background: #F5F2EF;
} .contact-tabs__all__switcher__switch:hover {
color: #e92841 !important;
} .contact-tabs__all__switcher__switch:hover::after {
content: "";
right: 0;
left: 0;
bottom: -.2rem;
width: 100%;
height: 0.3rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
background: #e92841;
} .contact-tabs__all__switcher__switch.active {
color: #4f2d7f !important;
font-family: "GTWalsheimProMedium", sans-serif;
} .contact-tabs__all__switcher__switch.active::after {
content: "";
right: 0;
left: 0;
bottom: -.2rem;
width: 100%;
height: 0.3rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
background: #4f2d7f;
} .form-expert-box {
display: none;
} .form-expert-box.active {
display: block;
} .simple-expert-box {
display: none;
} .simple-expert-box.active {
display: block;
} .additional-text {
margin-top: 3.2rem;
font-size: 1.4rem;
font-weight: normal;
line-height: 1.61rem;
color: #444;
} .related-service-block-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
margin: 0;
}
@media (max-width: 991.98px) { .related-service-block-row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
} .related-service-block-row:not(:last-of-type) {
margin-bottom: 3.2rem;
}
@media (max-width: 768.98px) { .related-service-block-row:not(:last-of-type) {
margin-bottom: 2rem;
}
} .lazy-load-animation {
width: 100%;
height: 6rem;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 4rem 0;
grid-column: 1/3;
}
@media (max-width: 991.98px) { .lazy-load-animation {
grid-column: 1;
}
} .lazy-load-animation .loading-bar {
width: 6rem;
height: 6rem;
border: 0.5rem solid transparent;
border-left-color: #4f2d7f;
border-bottom-color: #4f2d7f;
border-radius: 50%;
-webkit-animation: loading 1s linear infinite;
-o-animation: loading 1s linear infinite;
animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes loading {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .related-service-block {
display: grid;
grid-template-columns: 1fr 2fr;
background: #fff;
margin: 0;
padding: 0;
width: 100%;
max-width: 60.65rem;
}
@media (max-width: 991.98px) { .related-service-block {
max-width: 100%;
}
}
@media (max-width: 768.98px) { .related-service-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .related-service-block__image {
min-height: 23rem;
height: 100%;
padding: 2rem;
padding-right: 0;
}
@media (max-width: 991.98px) { .related-service-block__image {
width: auto;
}
}
@media (max-width: 768.98px) { .related-service-block__image {
display: none;
}
} .related-service-block__image img {
width: 100%;
min-height: 23rem;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
border-radius: 1.5rem;
border-bottom-right-radius: 7rem;
} .related-service-block__icon {
display: none;
width: 6rem;
height: 6rem;
}
@media (max-width: 768.98px) { .related-service-block__icon {
display: block;
}
} .related-service-block__icon img {
width: 100%;
min-height: 6rem;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} .related-service-block__content {
width: 100%;
height: 100%;
padding: 2.4rem;
}
@media (max-width: 768.98px) { .related-service-block__content {
padding: 0;
margin-top: 2rem;
}
} .related-service-block__title {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
margin-bottom: 1.6rem;
} .related-service-block__title .icon {
width: 1.333rem;
height: 1.083rem;
display: inline-block;
margin-left: 0.733rem;
-webkit-transition: margin 0.5s ease-in-out;
-o-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
} .related-service-block__title:hover {
color: #e92841;
text-decoration: none;
} .related-service-block__title:hover .icon {
margin-left: 1.2rem;
} .related-service-block__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: .8rem;
} .related-service-block__item {
font-size: 1.8rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-left: 1.5rem;
position: relative;
} .related-service-block__item::before {
content: "";
top: 0.9rem;
left: -1.5rem;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: #000;
position: absolute;
} .person-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .person-box__main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 1rem;
margin-bottom: 1.2rem;
} .person-box__image {
display: block;
width: 7rem;
height: 7rem;
} .person-box__image img {
display: block;
width: 7rem;
height: 7rem;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} .person-box__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .person-box__meta .name {
font-size: 1.6rem;
line-height: 1.84rem;
font-weight: 600;
color: #222;
margin-bottom: 0.4rem;
} .person-box__meta .name:hover {
color: #e92841;
} .person-box__meta .role {
font-size: 1.4rem;
line-height: 1.61rem;
font-weight: normal;
color: #1c1c1c;
} .person-box__tags {
margin-bottom: 1.2rem;
} .person-box__tags .tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.6rem;
} .person-box__tags .tags__item {
width: 100%;
} .person-box__tags .tags .tag-small {
white-space: nowrap !important;
}
@media (max-width: 575.98px) { .person-box__tags .tags {
width: calc(100vw - 4.5rem);
}
} .person-box .email,
.person-box .phone {
margin-bottom: 1.2rem;
} .person-box .email .icon,
.person-box .phone .icon {
margin-right: 0.8rem;
} .person-box .email .meta,
.person-box .phone .meta {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .person-box .social-media__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 2rem;
} .person-box .social-media__item .svg-container {
width: 2rem;
height: 2rem;
} .person-box__contact.show .expand-icon {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
} .person-box__contact-details {
display: none;
} .person-box__contact-expand {
margin-bottom: 1.1rem;
} .person-box__contact-expand .meta {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
margin-right: 1.1rem;
font-weight: 500;
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
} .person-box__contact-expand .svg-container {
width: 0.65rem;
height: 1.15rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.3s;
transition: color 0.2s ease-in-out, -webkit-transform 0.3s;
-o-transition: color 0.2s ease-in-out, -o-transform 0.3s;
transition: color 0.2s ease-in-out, transform 0.3s;
transition: color 0.2s ease-in-out, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
color: #4f2d7f;
} .person-box__contact-expand:hover .meta {
color: #e92841;
} .person-box__contact-expand:hover .svg-container {
color: #e92841;
} .event-details-block {
background: white;
padding: 2rem;
border: 1px solid #D7CCC0;
color: #444444;
}
@media (max-width: 991.98px) { .event-details-block {
border: none;
padding: 0;
padding-top: 5.5rem;
}
} .event-details-block__day {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 6.4rem;
text-align: center;
line-height: 7.36rem;
}
@media (max-width: 768.98px) { .event-details-block__day {
font-size: 4.4rem;
}
} .event-details-block__month {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
text-align: center;
} .event-details-block__weekday {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.4rem;
text-align: center;
} .event-details-block__location,
.event-details-block__time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: .5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "GTWalsheimProLight", sans-serif;
} .event-details-block__location svg,
.event-details-block__time svg {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 3rem;
fill: #444444;
} .event-details-block__location svg path,
.event-details-block__time svg path {
fill: #444444;
} .event-details-block__location {
margin-top: 1.6rem;
} .event-details-block__time {
margin-top: 1.2rem;
}
@media (max-width: 768.98px) { .event-details-block__mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
border-bottom: 1px solid #C8BEAF;
padding-bottom: 1.6rem;
}
} .offer .our-offices {
background: #f4f2ef;
} .news__lists {
padding: 5.4rem 0 8rem;
}
@media (max-width: 991.98px) { .news__lists {
padding: 3.6rem 0 6rem;
}
} .news__lists .section-title {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 4rem;
}
@media (max-width: 991.98px) { .news__lists .section-title {
font-size: 3.2rem;
line-height: 4rem;
}
} .news__lists .button-container {
margin-top: 8rem;
}
@media (max-width: 991.98px) { .news__lists .button-container {
margin-top: 6rem;
}
} .news__lists .button-container .button-load {
padding: 1.6rem 2.8rem;
}
@media (max-width: 991.98px) { .news__lists .button-container .button-load {
width: 100%;
}
} .news__container {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-auto-rows: minmax(0, 1fr);
-webkit-column-gap: 3.2rem;
-moz-column-gap: 3.2rem;
column-gap: 3.2rem;
row-gap: 8rem;
}
@media (max-width: 1199.98px) { .news__container {
grid-template-columns: repeat(3, minmax(0, 1fr));
row-gap: 6rem;
}
}
@media (max-width: 991.98px) { .news__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 4rem;
}
} .news__article {
height: 100%;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 22.8rem auto 6rem;
gap: 2rem;
}
@media (max-width: 991.98px) { .news__article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0;
}
}
@media (max-width: 991.98px) { .news__meta {
margin-bottom: 1.2rem;
}
} .news__date {
display: block;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #787878;
margin-bottom: 0.8rem;
}
@media (max-width: 991.98px) { .news__date {
margin-bottom: 1.2rem;
}
} .news__name a {
font-size: 2.4rem;
line-height: 3.2rem;
font-weight: normal;
color: #4f2d7f;
}
@media (max-width: 991.98px) { .news__name a {
font-size: 2rem;
line-height: 2.8rem;
}
} .news__text {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .news__text {
font-size: 1.6rem;
line-height: 2.4rem;
margin-bottom: 2rem;
}
} .news__tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.6rem;
} .news__tags .tag-small {
display: inline-block;
white-space: nowrap;
width: 100%;
} .rankings .section-title {
margin-bottom: 3.2rem;
} .rankings__description {
margin-bottom: 4.5rem;
} .rankings__description p {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
} .calculator__main {
background: #f4f2ef;
padding: 3rem 0 4rem;
} .calculator__main .intro {
font-size: 2.2rem;
margin-bottom: 1rem;
} .calculator__main .text {
margin-bottom: 4rem;
} .calculator__main .text p {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .calculator__main .text p {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .calculator__main .text p {
font-size: 1.6rem;
}
} .calculator__main .text ul {
list-style-type: disc;
padding-left: 2rem;
} .calculator__main .text ul li {
color: #4f2d7f;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .calculator__main .text ul li {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .calculator__main .text ul li {
font-size: 1.6rem;
}
} .calculator__main .text ul li span {
color: #464646;
} .calculator__main .calculator-wrapper:not(:last-child) {
margin-bottom: 3rem;
} .calculator__main .calculator-wrapper .calculator-form {
max-width: 80rem;
} .calculator__main .calculator-wrapper .calculator-form--second {
margin-top: 2rem;
} .calculator__main .calculator-wrapper .calculator-form .field {
margin-bottom: 1.5rem;
} .calculator__main .calculator-wrapper .calculator-form .field__label {
font-size: 1.8rem;
margin-bottom: 1rem;
} .calculator__main .calculator-wrapper .calculator-form .field__input {
width: 100%;
outline: none;
font-size: 1.8rem;
border: none;
border: 0.2rem solid transparent;
-webkit-box-shadow: 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.05);
box-shadow: 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.05);
border-radius: 0;
padding: 1.6rem 2rem;
display: block;
} .calculator__main .calculator-wrapper .calculator-form .field__input:focus {
-webkit-box-shadow: 0 0 0.6rem rgba(90, 47, 127, 0.5);
box-shadow: 0 0 0.6rem rgba(90, 47, 127, 0.5);
} .calculator__main .calculator-wrapper .calculator-form .field__input::-webkit-inner-spin-button,
.calculator__main .calculator-wrapper .calculator-form .field__input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} .calculator__main .calculator-wrapper .calculator-form .field__input--error {
border-color: #fda8b3;
} .calculator__main .calculator-wrapper .calculator-form__check .button-check {
min-width: 10rem;
padding: 1.3rem 1.5rem 1.1rem;
} .calculator__main .calculator-wrapper .result-text {
font-size: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .calculator__main .calculator-wrapper .result-text:not(:last-child) {
margin-bottom: 1rem;
} .calculator__main .calculator-wrapper .result-text.success {
color: #73a71a;
} .calculator__main .calculator-wrapper .result-text.success .button-check-again:hover {
color: #e92841;
} .calculator__main .calculator-wrapper .result-text.failure {
color: #e92841;
} .calculator__main .calculator-wrapper .result-text .button-check-again {
color: #4f2d7f;
font-size: 2.2rem;
padding: 0;
} .calculator__main .calculator-wrapper .result-text .number-val {
color: #00a7b5;
font-family: "GTWalsheimProBold", sans-serif;
} .calculator__main .info {
color: #777;
font-size: 1.6rem;
}
@media (max-width: 991.98px) { .calculator__main .col-boxes {
margin-top: 5rem;
}
} .cybersecurity__main {
background: #f4f2ef;
padding: 3rem 0 4rem;
} .cybersecurity__main__text {
margin-bottom: 4rem;
} .cybersecurity__main__text p {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .cybersecurity__main__text p {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .cybersecurity__main__text p {
font-size: 1.6rem;
}
} .cybersecurity__main__text ul {
list-style-type: disc;
padding-left: 2rem;
} .cybersecurity__main__text ul li {
color: #4f2d7f;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .cybersecurity__main__text ul li {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .cybersecurity__main__text ul li {
font-size: 1.6rem;
}
} .cybersecurity__main__text ul li span {
color: #464646;
} .cybersecurity__main__survey .cybersecurity-form {
margin-bottom: 5rem;
} .cybersecurity__main__survey .cybersecurity-form .field:not(:last-child) {
margin-bottom: 3rem;
} .cybersecurity__main__survey .cybersecurity-form .field__label {
font-size: 1.8rem;
margin-bottom: 1rem;
display: block;
} .cybersecurity__main__survey .cybersecurity-form .field__input {
width: 100%;
outline: none;
font-size: 1.8rem;
border: 0.2rem solid transparent;
-webkit-box-shadow: 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.05);
box-shadow: 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.05);
border-radius: 0;
padding: 1.6rem 2rem;
display: block;
} .cybersecurity__main__survey .cybersecurity-form .field__input:focus {
-webkit-box-shadow: 0 0 0.6rem rgba(90, 47, 127, 0.5);
box-shadow: 0 0 0.6rem rgba(90, 47, 127, 0.5);
} .cybersecurity__main__survey .cybersecurity-form .radio-field:not(:last-child) {
margin-bottom: 3rem;
} .cybersecurity__main__survey .cybersecurity-form .radio-field__label {
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1rem;
display: block;
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option:not(:last-child) {
margin-bottom: 1.2rem;
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option input:checked + label::before {
border-color: #4f2d7f;
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option input:checked + label::after {
border-color: #4f2d7f;
background: #4f2d7f;
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option input.required-field + label::before {
border-color: #e92841;
-webkit-box-shadow: 0.1rem 0.1rem 0.5rem rgba(233, 40, 65, 0.35);
box-shadow: 0.1rem 0.1rem 0.5rem rgba(233, 40, 65, 0.35);
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option label {
cursor: pointer;
height: 1.8rem;
line-height: 1.8rem;
padding-left: 2.8rem;
margin: 0;
display: block;
position: relative;
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option label::before,
.cybersecurity__main__survey .cybersecurity-form .radio-field__option label::after {
content: "";
top: 0;
left: 0;
width: 1.8rem;
height: 1.8rem;
border: 0.1rem solid #d3cbbf;
border-radius: 50%;
background: #fff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right: 1rem;
position: absolute;
} .cybersecurity__main__survey .cybersecurity-form .radio-field__option label::after {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
} .cybersecurity__main__survey .cybersecurity-form .radio-fields:not(:last-child) {
margin-bottom: 3rem;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__label {
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2rem;
display: block;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single:not(:last-child) {
margin-bottom: 1.6rem;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block:not(:last-child) {
margin-bottom: 0.8rem;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block__label {
margin-bottom: 0.5rem;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block input:checked + label::before {
border-color: #4f2d7f;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block input:checked + label::after {
border-color: #4f2d7f;
background: #4f2d7f;
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block input.required-field + label::before {
border-color: #e92841;
-webkit-box-shadow: 0.1rem 0.1rem 0.5rem rgba(233, 40, 65, 0.35);
box-shadow: 0.1rem 0.1rem 0.5rem rgba(233, 40, 65, 0.35);
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block label {
cursor: pointer;
height: 1.8rem;
line-height: 1.8rem;
padding-left: 2.8rem;
margin: 0;
display: block;
position: relative;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block label::before,
.cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block label::after {
content: "";
top: 0;
left: 0;
width: 1.8rem;
height: 1.8rem;
border: 0.1rem solid #d3cbbf;
border-radius: 50%;
background: #fff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right: 1rem;
position: absolute;
} .cybersecurity__main__survey .cybersecurity-form .radio-fields__wrapper__single .block label::after {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
} .cybersecurity__main__survey .cybersecurity-form .select-field {
max-width: 60rem;
} .cybersecurity__main__survey .cybersecurity-form .select-field:not(:last-child) {
margin-bottom: 3rem;
} .cybersecurity__main__survey .cybersecurity-form .select-field__label {
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1rem;
display: block;
} .cybersecurity__main__survey .cybersecurity-form .select-field__wrapper {
position: relative;
} .cybersecurity__main__survey .cybersecurity-form .select-field__input {
width: 100%;
outline: none;
font-size: 1.6rem;
cursor: pointer;
border: 0.1rem solid #d3cbbf;
border-radius: 0;
background: #fff;
padding: 1.2rem 4rem 1.2rem 1.5rem;
display: block;
} .cybersecurity__main__survey .cybersecurity-form .select-field__input::-ms-expand {
display: none;
} .cybersecurity__main__survey .cybersecurity-form .select-field__icon {
top: 1.9rem;
right: 1.5rem;
color: #969696;
width: 1.4rem;
height: 1.4rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
pointer-events: none;
position: absolute;
} .cybersecurity__main__survey .cybersecurity-form .buttons-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .cybersecurity__main__survey .cybersecurity-form .buttons-wrapper .button-action {
min-width: 10rem;
padding: 1.3rem 2rem 1.1rem;
} .cybersecurity__main__survey .cybersecurity-form .buttons-wrapper .button-action:not(:last-child) {
margin-right: 1rem;
} .cybersecurity__main__survey .cybersecurity-form .buttons-wrapper .button-submit {
min-width: 10rem;
padding: 1.3rem 2rem 1.1rem;
} .cybersecurity__main__survey .cybersecurity-form__progress {
margin-bottom: 3rem;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar {
width: 100%;
height: 0.5rem;
background: #ded8cf;
position: relative;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__text {
font-size: 1.5rem;
text-align: center;
margin-bottom: 0.3rem;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner {
z-index: 5;
top: 0;
left: 0;
height: 100%;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner[data-progress="lowest"] {
background: #fdcd06;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner[data-progress="lower"] {
background: #f3be3b;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner[data-progress="medium"] {
background: #ffb011;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner[data-progress="higher"] {
background: #ff7911;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner[data-progress="almost"] {
background: #00a7b5;
} .cybersecurity__main__survey .cybersecurity-form__progress .progress-bar__inner[data-progress="done"] {
background: #9bd732;
} .cybersecurity__main__survey .cybersecurity-form__step {
display: none;
} .cybersecurity__main__survey__summary {
display: none;
padding: 4rem 0;
} .cybersecurity__main__survey__summary:first-child {
padding-top: 0;
} .cybersecurity__main__survey__summary .cybersecurity-summary__result {
font-size: 2.4rem;
margin-bottom: 3rem;
} .cybersecurity__main__survey__summary .cybersecurity-summary__result[data-status="good"] {
color: #9bd732;
} .cybersecurity__main__survey__summary .cybersecurity-summary__result[data-status="warning"] {
color: #ff7d1e;
} .cybersecurity__main__survey__summary .cybersecurity-summary__result[data-status="bad"] {
color: #e92841;
} .cybersecurity__main__survey__summary .cybersecurity-summary__text {
font-size: 2rem;
padding-left: 3.2rem;
position: relative;
} .cybersecurity__main__survey__summary .cybersecurity-summary__text::before {
content: "";
top: 0.6rem;
left: 0;
width: 2.2rem;
height: 2.2rem;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjYuNjY3IDQyNi42NjciPg0KCTxwYXRoIGZpbGw9IiM2QUMyNTkiIGQ9Ik0yMTMuMzMzLDBDOTUuNTE4LDAsMCw5NS41MTQsMCwyMTMuMzMzczk1LjUxOCwyMTMuMzMzLDIxMy4zMzMsMjEzLjMzMw0KCWMxMTcuODI4LDAsMjEzLjMzMy05NS41MTQsMjEzLjMzMy0yMTMuMzMzUzMzMS4xNTcsMCwyMTMuMzMzLDB6IE0xNzQuMTk5LDMyMi45MThsLTkzLjkzNS05My45MzFsMzEuMzA5LTMxLjMwOWw2Mi42MjYsNjIuNjIyDQoJbDE0MC44OTQtMTQwLjg5OGwzMS4zMDksMzEuMzA5TDE3NC4xOTksMzIyLjkxOHoiLz4NCjwvc3ZnPg==) no-repeat center center/cover;
position: absolute;
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field {
max-width: 45rem;
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field:not(:last-child) {
margin-bottom: 2rem;
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field__label {
font-size: 1.8rem;
margin-bottom: 1rem;
display: block;
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field__input {
width: 100%;
outline: none;
font-size: 1.8rem;
border: 0.2rem solid transparent;
-webkit-box-shadow: 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.05);
box-shadow: 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.05);
border-radius: 0;
padding: 1.1rem 1.5rem;
display: block;
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field__input:focus {
-webkit-box-shadow: 0 0 0.6rem rgba(90, 47, 127, 0.5);
box-shadow: 0 0 0.6rem rgba(90, 47, 127, 0.5);
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field__input--error {
border-color: #e92841;
} .cybersecurity__main__survey__summary .cybersecurity-summary__form .field__submit {
min-width: 14rem;
padding: 1.4rem 2rem 1.2rem;
} .cybersecurity__main__info {
color: #777;
font-size: 1.6rem;
}
@media (max-width: 991.98px) { .cybersecurity__main .col-boxes {
margin-top: 5rem;
}
} .career__hero {
width: 100vw;
height: 47.5rem;
background-color: #4f2d7f;
background-position: bottom right;
background-repeat: no-repeat;
background-size: auto 45rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1199.98px) { .career__hero {
background-size: auto 34rem;
height: 42rem;
}
}
@media (max-width: 991.98px) { .career__hero {
background-size: auto 23rem;
height: 32rem;
}
}
@media (max-width: 768.98px) { .career__hero {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 5rem;
height: 35rem;
}
}
@media (max-width: 575.98px) { .career__hero {
background-size: 95% auto;
height: 51.3rem;
}
} .career__title {
font-size: 4.4rem;
line-height: 5.2rem;
color: #FFF;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1.2rem;
max-width: 55rem;
}
@media (max-width: 991.98px) { .career__title {
font-size: 3.2rem;
line-height: 4rem;
}
} .career__lead {
font-size: 2rem;
line-height: 2.8rem;
color: #fff;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 4rem;
max-width: 49.2rem;
}
@media (max-width: 991.98px) { .career__lead {
font-size: 1.6rem;
line-height: 2.4rem;
max-width: 45rem;
}
} .career__button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
color: #4f2d7f;
border: none;
background: #DCD5E5;
} .career__button:hover,
.career__button:active {
background: #FFF;
}
@media (max-width: 991.98px) { .career__button {
padding: 1.2rem 2.4rem;
}
} .info-bar {
background: #00a7b5;
padding: 0.6rem 0;
} .info-bar__text {
color: #fff;
font-size: 1.6rem;
} .career-offers {
overflow: hidden;
} .career-offers__search {
background: #f4f2ef;
padding: 2.5rem 0 3rem;
} .career-offers__search label {
font-size: 1.3rem;
text-transform: uppercase;
letter-spacing: 0.2rem;
margin-bottom: 2rem;
display: block;
} .career-offers__search .select-block {
position: relative;
} .career-offers__search .select-block select {
outline: none;
width: 100%;
color: #4f2d7f;
border: none;
border-bottom: 0.1rem solid #4f2d7f;
cursor: pointer;
background: none;
padding-right: 2rem;
padding-bottom: 1.5rem;
display: block;
} .career-offers__search .select-block select::-ms-expand {
display: none;
} .career-offers__search .select-block .chevron {
top: 0.7rem;
right: 0;
color: #4f2d7f;
width: 1rem;
height: 1rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
pointer-events: none;
position: absolute;
} .career-offers__list {
overflow: hidden;
} .career-offers__list .offer-block {
border-bottom: 0.1rem solid #ded8cf;
padding: 4.5rem 0;
}
@media (max-width: 991.98px) { .career-offers__list .offer-block {
padding: 2.5rem 0;
}
} .career-offers__list .offer-block.template-block {
display: none;
} .career-offers__list .offer-block .container-block {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .career-offers__list .offer-block .container-block {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
} .career-offers__list .offer-block__meta {
width: 33rem;
padding-right: 2rem;
}
@media (max-width: 1199.98px) { .career-offers__list .offer-block__meta {
width: 30rem;
}
}
@media (max-width: 991.98px) { .career-offers__list .offer-block__meta {
width: 100%;
margin-bottom: 1rem;
padding-right: 0;
}
} .career-offers__list .offer-block__meta__city {
font-size: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) { .career-offers__list .offer-block__meta__city {
margin-bottom: 0.5rem;
}
}
@media (max-width: 768.98px) { .career-offers__list .offer-block__meta__city {
font-size: 2rem;
}
}
@media (max-width: 575.98px) { .career-offers__list .offer-block__meta__city {
font-size: 1.8rem;
}
} .career-offers__list .offer-block__meta__city span {
color: #fff;
font-size: 1.2rem;
border-radius: 0.2rem;
background: #00a7b5;
padding: 0.3rem 0.8rem 0.2rem;
margin-top: -0.5rem;
margin-left: 0.8rem;
vertical-align: middle;
display: inline-block;
} .career-offers__list .offer-block__meta .offer-link:hover .offer-block__meta__role,
.career-offers__list .offer-block__meta .offer-link:focus .offer-block__meta__role {
color: #e92841;
text-decoration: underline;
} .career-offers__list .offer-block__meta__role {
color: #4f2d7f;
font-size: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 768.98px) { .career-offers__list .offer-block__meta__role {
font-size: 2rem;
}
}
@media (max-width: 575.98px) { .career-offers__list .offer-block__meta__role {
font-size: 1.8rem;
}
} .career-offers__list .offer-block__content {
width: calc(100% - 53rem);
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
padding-right: 15rem;
padding-left: 2rem;
}
@media (max-width: 1199.98px) { .career-offers__list .offer-block__content {
width: calc(100% - 46rem);
padding-right: 2rem;
}
}
@media (max-width: 991.98px) { .career-offers__list .offer-block__content {
width: 100%;
margin-bottom: 2rem;
padding-right: 0;
padding-left: 0;
}
}
@media (max-width: 575.98px) { .career-offers__list .offer-block__content {
font-size: 1.5rem;
}
} .career-offers__list .offer-block__actions {
width: 20rem;
text-align: center;
}
@media (max-width: 1199.98px) { .career-offers__list .offer-block__actions {
width: 16rem;
}
}
@media (max-width: 991.98px) { .career-offers__list .offer-block__actions {
width: 100%;
text-align: left;
}
} .career-offers__list .offer-block__actions .button-apply {
padding: 1.5rem 2rem 1.3rem;
}
@media (max-width: 575.98px) { .career-offers__list .offer-block__actions .button-apply {
padding: 1.1rem 1.7rem 0.9rem;
}
} .career-offers__list .preloader {
width: 100%;
height: 100%;
padding: 12rem 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .career-offers__list .preloader .circle {
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
position: relative;
} .career-offers__list .preloader .circle.circle1 {
background-color: #4f2d7f;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
-webkit-animation: animate-preloader-circle1 2s linear infinite;
-o-animation: animate-preloader-circle1 2s linear infinite;
animation: animate-preloader-circle1 2s linear infinite;
} .career-offers__list .preloader .circle.circle2 {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
-webkit-animation: animate-preloader-circle2 2s linear infinite;
-o-animation: animate-preloader-circle2 2s linear infinite;
animation: animate-preloader-circle2 2s linear infinite;
} .career-offers__list .no-results {
padding: 5rem 0;
} .career-offers__list .button-container {
padding: 3rem 0 9rem;
} .career-offers__list .button-container .button-load {
padding: 2rem 2rem 1.6rem;
} .career-single-offer .breadcrumbs-page-data {
max-width: 28.7rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
} .career-single-offer__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #4f2d7f;
min-height: 50rem;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .career-single-offer__header {
padding: 3.2rem 0 4rem;
min-height: auto;
margin-bottom: 6rem;
}
} .career-single-offer__header .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .career-single-offer__header__text-box {
padding-top: 6rem;
max-width: 80rem;
}
@media (max-width: 991.98px) { .career-single-offer__header__text-box {
padding-top: 0;
}
} .career-single-offer__header__text-box__social-share {
margin-bottom: 3.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .career-single-offer__header__text-box__social-share .share {
text-transform: uppercase;
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #fff;
margin-right: 1.8rem;
} .career-single-offer__header__text-box__social-share .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 1.8rem;
-moz-column-gap: 1.8rem;
column-gap: 1.8rem;
} .career-single-offer__header__text-box__social-share .social-media__item a {
color: #fff;
} .career-single-offer__header__text-box__social-share .social-media__item a:hover {
color: #e92841;
} .career-single-offer__header__text-box__social-share .social-media__item .svg-container {
width: 2rem;
}
@media (max-width: 991.98px) { .career-single-offer__header__text-box__social-share {
margin-bottom: 2rem;
}
} .career-single-offer__header__text-box__tags {
margin-bottom: 3.2rem;
} .career-single-offer__header__text-box__tags .tags-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 1.2rem;
-moz-column-gap: 1.2rem;
column-gap: 1.2rem;
} .career-single-offer__header__text-box__tags .tags-list .tag-item {
cursor: pointer;
}
@media (max-width: 991.98px) { .career-single-offer__header__text-box__tags {
margin-bottom: 2rem;
}
} .career-single-offer__header__text-box__title {
margin-bottom: 4rem;
} .career-single-offer__header__text-box__title h1 {
font-size: 4.4rem;
line-height: 5.2rem;
color: #fff;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .career-single-offer__header__text-box__title h1 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-single-offer__header__text-box__apply-button .button-apply {
display: inline-block;
padding: 1.6rem 2.8rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
background-color: #DCD5E5;
color: #000;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
border: none;
outline: none;
cursor: pointer;
} .career-single-offer__header__text-box__apply-button .button-apply:hover {
background-color: #FFF;
} .career-single-offer__header__expert-box {
display: grid;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 28.3rem;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 991.98px) { .career-single-offer__header__expert-box {
display: none;
}
} .career-single-offer__details {
margin-bottom: 10rem;
}
@media (max-width: 991.98px) { .career-single-offer__details {
margin-bottom: 6rem;
}
} .career-single-offer__details__text-block {
margin-bottom: 6rem;
}
@media (max-width: 991.98px) { .career-single-offer__details__text-block {
margin-bottom: 4rem;
}
} .career-single-offer__details__text-block h2 {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #000;
margin-bottom: 2.4rem;
}
@media (max-width: 991.98px) { .career-single-offer__details__text-block h2 {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 2rem;
}
} .career-single-offer__details__text-block ul {
list-style-type: disc;
padding-left: 2rem;
} .career-single-offer__details__text-block ul:not(:last-child) {
margin-bottom: 1.2rem;
} .career-single-offer__details__text-block ol {
list-style-type: decimal;
padding-left: 2rem;
} .career-single-offer__details__text-block ol:not(:last-child) {
margin-bottom: 1.2rem;
} .career-single-offer__details__text-block li {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .career-single-offer__details__text-block li {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .career-single-offer__details__text-block p {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .career-single-offer__details__text-block p:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 991.98px) { .career-single-offer__details__text-block p {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .worker__top {
background-color: #4f2d7f;
padding: 6rem 0;
} .worker__top .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991.98px) { .worker__top .container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
} .worker__top-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 8rem;
}
@media (max-width: 1199.98px) { .worker__top-main {
gap: 4rem;
}
}
@media (max-width: 991.98px) { .worker__top-main {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .worker__top-main .person-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 20rem;
height: 20rem;
border-radius: 50%;
}
@media (max-width: 768.98px) { .worker__top-main .person-image {
width: 16rem;
height: 16rem;
}
} .worker__top-main .person-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 991.98px) { .worker__top-main .person-meta {
margin-bottom: 2.4rem;
}
} .worker__top-main .person-meta .name {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1.2rem;
color: #FFF;
}
@media (max-width: 991.98px) { .worker__top-main .person-meta .name {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 0;
}
} .worker__top-main .person-meta .role {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #FFF;
}
@media (max-width: 991.98px) { .worker__top-main .person-meta .role {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .worker__top-sidebar {
width: 28.3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .worker__top-sidebar .contact-title {
text-transform: uppercase;
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2rem;
color: #FFF;
}
@media (max-width: 991.98px) { .worker__top-sidebar .contact-title {
display: none;
}
} .worker__top-sidebar .contact-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0.8rem;
} .worker__top-sidebar .contact-list__item a {
color: #FFF;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .worker__top-sidebar .contact-list__item a:hover {
color: #e92841;
} .worker__top-sidebar .contact-list__item .svg-container {
margin-right: 0.85rem;
} .worker__top-sidebar .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1.88rem;
margin-top: 1.25rem;
} .worker__top-sidebar .social-media__item a {
color: #FFF;
} .worker__top-sidebar .social-media__item a:hover {
color: #e92841;
} .worker__top-sidebar .social-media__item .svg-container {
width: 2rem;
height: auto;
} .worker__content {
padding: 7.4rem 1.5rem 8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 3.2rem;
}
@media (max-width: 991.98px) { .worker__content {
padding: 4rem 1.5rem 6rem;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
} .worker__content-main {
width: 100%;
} .worker__content-title {
color: #1c1c1c;
margin-bottom: 0.6rem;
}
@media (max-width: 991.98px) { .worker__content-title {
margin-bottom: 1.2rem;
}
} .worker__content-biography {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #1c1c1c;
} .worker__content-biography p:not(:last-child) {
margin-bottom: 2.6rem;
}
@media (max-width: 991.98px) { .worker__content-biography {
font-size: 1.6rem;
line-height: 2.4rem;
} .worker__content-biography p:not(:last-child) {
margin-bottom: 2.4rem;
}
} .worker__content-sidebar {
width: 28.1rem;
}
@media (max-width: 991.98px) { .worker__content-sidebar {
width: 100%;
}
} .worker__content-sidebar .tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.6rem;
} .worker__content-sidebar .tags__item {
max-width: 100%;
} .worker .our-experts {
padding: 8rem 0;
} .single-tag__main__info {
background: #f4f2ef;
padding: 2.3rem 0;
} .single-tag__main__info .section-title {
color: #464646;
font-size: 2.2rem;
margin-bottom: 3rem;
} .single-tag__main__info .description {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
} .single-tag__main__info .description__main:not(:last-child) {
margin-bottom: 3rem;
} .single-tag__main__info .button-more {
color: #4f2d7f;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: 0.2rem;
padding: 0;
} .single-tag__main__info .button-more .icon {
top: -0.2rem;
width: 1rem;
height: 1rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
position: relative;
} .single-tag__main__content {
padding: 5rem 0;
}
@media (max-width: 991.98px) { .single-tag__main__content {
padding: 5rem 0 0;
}
}
@media (max-width: 991.98px) { .single-tag__main__content .articles-blocks {
margin-bottom: 6rem;
}
} .single-tag__main__content .newsletter-box {
margin-bottom: 3rem;
}
@media (max-width: 991.98px) { .single-tag__main__content .newsletter-box {
max-width: 100%;
}
} .single-tag__main__content .sidebar-box {
margin-bottom: 3rem;
}
@media (max-width: 991.98px) { .single-tag__main__content .sidebar-box {
max-width: 100%;
} .single-tag__main__content .sidebar-box:not(.tags-box) {
display: none;
}
} .col-layout {
display: grid;
grid-template-columns: auto 28.3rem;
-webkit-column-gap: 3rem;
-moz-column-gap: 3rem;
column-gap: 3rem;
}
@media (max-width: 991.98px) { .col-layout {
grid-template-columns: minmax(100%, 1fr);
}
} .single-service .article__services__container {
position: relative;
} .single-service .related-services {
position: absolute;
right: 0;
top: 0;
max-width: 28.3rem;
} .single-service .breadcrumbs__services .container-top {
margin-top: 1.5rem;
margin-bottom: 3rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .single-service .breadcrumbs__services .container-top {
margin-top: 0;
margin-bottom: 1.5rem;
display: block;
}
}
@media (max-width: 768.98px) { .single-service .breadcrumbs__services .container-top {
margin: 0;
}
} .single-service .breadcrumbs__services .service-title {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .single-service .breadcrumbs__services .service-title .icon {
width: 0.8rem;
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
margin-right: 0.6rem;
}
@media (max-width: 768.98px) { .single-service .breadcrumbs__services .service-title .icon {
width: 0.65rem;
}
}
@media (max-width: 991.98px) { .single-service .breadcrumbs__services .service-title {
font-size: 3.2rem;
}
}
@media (max-width: 768.98px) { .single-service .breadcrumbs__services .service-title {
font-size: 1.6rem;
line-height: 2.4rem;
padding: 2rem 0 1.8rem;
}
} .single-service .breadcrumbs__services .expand-block {
border-left: 0.1rem solid #d7ccc0;
margin-left: 1.7rem;
margin-top: 0.8rem;
padding: 0 0 0 1.4rem;
height: 3.2rem;
}
@media (max-width: 991.98px) { .single-service .breadcrumbs__services .expand-block {
border-left: none;
padding-left: 0.7rem;
}
}
@media (max-width: 768.98px) { .single-service .breadcrumbs__services .expand-block {
display: none;
}
} .single-service .breadcrumbs__services .expand-block .button-expand {
color: #4f2d7f;
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
padding: 0.4rem 0 0 0;
} .single-service .breadcrumbs__services .expand-block .button-expand.active .icon {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
} .single-service .breadcrumbs__services .expand-block .button-expand .icon {
color: #4f2d7f;
width: 1.2rem;
height: 1.2rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-left: 0.7rem;
}
@media (max-width: 991.98px) { .single-service .breadcrumbs__services .expand-block .button-expand .icon {
top: -0.2rem;
position: relative;
}
} .single-service .breadcrumbs__services .expand-block .button-expand .icon svg {
height: inherit;
} .single-service .breadcrumbs__services .subservices-block {
display: none;
background: #ece6e0;
padding: 3rem 0 1rem;
}
@media (max-width: 768.98px) { .single-service .breadcrumbs__services .subservices-block.show {
display: none;
}
} .single-service .breadcrumbs__services .subservices-block .menu {
list-style-type: none;
padding-left: 2rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .single-service .breadcrumbs__services .subservices-block .menu__item {
color: #4f2d7f;
width: 33%;
margin-bottom: 2rem;
padding-right: 1.5rem;
}
@media (max-width: 1199.98px) { .single-service .breadcrumbs__services .subservices-block .menu__item {
width: 50%;
}
} .single-service .breadcrumbs__services .subservices-block .menu__item.active a {
color: #e92841;
} .single-service .breadcrumbs__services .subservices-block .menu__item a {
font-size: 1.6rem;
} .services-blocks-wrapper {
width: 100%;
margin-top: -4rem;
padding: 8rem 0;
margin-bottom: 8rem;
background-color: #f2f0ed;
}
@media (max-width: 768.98px) { .services-blocks-wrapper {
background-color: #fff;
padding: 4rem 0;
margin-bottom: 2rem;
}
} .services-blocks-wrapper .services-blocks-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
grid-column-gap: 3.2em;
grid-row-gap: 3.2rem;
}
@media (max-width: 991.98px) { .services-blocks-wrapper .services-blocks-row {
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
}
}
@media (max-width: 768.98px) { .services-blocks-wrapper .services-blocks-row {
grid-row-gap: 4rem;
}
} .services-blocks-wrapper .load-more-container {
display: none;
text-align: center;
padding: 0 1.5rem;
margin-top: 6rem;
} .services-blocks-wrapper .load-more-btn {
text-align: center;
padding: 1.6rem 3.2rem;
font-size: 1.4rem;
border-width: 0.2rem;
}
@media (max-width: 575.98px) { .services-blocks-wrapper .load-more-btn {
width: 100%;
}
} .full-width-container {
width: 100vw;
padding: 0;
margin: 0;
} .full-width-container.container {
max-width: 100vw;
} .article-hero {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat;
} .article-hero .featured {
padding: 7.3rem 1.5rem;
}
@media (max-width: 991.98px) { .article-hero .featured {
padding: 3rem 1.5rem 4.4rem;
}
} .article-hero .featured__article__share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
} .article-hero .featured__article__share__meta {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.2rem;
line-height: 2rem;
margin-right: 1.8rem;
text-transform: uppercase;
color: #fff;
} .article-hero .featured__article__share .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
} .article-hero .featured__article__share .social-media__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 2rem;
} .article-hero .featured__article__share .social-media__item a {
display: block;
width: 2rem;
color: #fff;
} .article-hero .featured__article__share .social-media__item a .icon {
display: block;
width: 2rem;
} .article-hero .featured__article__share .social-media__item a:hover {
color: #e92841;
} .article-hero .featured__article__share .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .article-hero .featured__article__tags ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 35rem;
margin-bottom: 2rem;
} .article-hero .featured__article__tags ul li:not(:last-of-type) {
margin-right: 1rem;
} .article-hero .featured__artcile__title {
max-width: 70rem;
margin-bottom: 4rem;
} .article-hero .featured__artcile__title .section-title {
color: #fff;
} .article-hero .featured__artcile__expert-title {
width: 100%;
margin-bottom: 0;
} .article-hero .featured__artcile__expert-title .section-subtitle {
color: #FFF;
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 2rem;
}
@media (max-width: 991.98px) { .article-hero .featured__artcile__expert-title .section-subtitle {
font-size: 1.8rem;
line-height: 2.6rem;
}
} .article-hero .featured__artcile__expert-title .section-title {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
} .article-hero .featured__artcile__expert-title .section-title a {
color: #fff;
} .article-hero .featured__artcile__expert-title .section-title:hover a {
color: #e92841;
}
@media (max-width: 991.98px) { .article-hero .featured__artcile__expert-title .section-title {
font-size: 3.2rem;
line-height: 4rem;
}
} .article-hero .featured .button {
border: none;
padding: 1.6rem 2.8rem;
background-color: #4f2d7f;
font-size: 1.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .popular-topics {
background: #f2f0ed;
} .popular-topics__search-wrapper {
padding: 3.2rem 1.5rem;
}
@media (max-width: 991.98px) { .popular-topics__search-wrapper {
padding: 3.2rem 1.5rem 6rem;
}
} .popular-topics__search-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 0;
margin: 0;
}
@media (max-width: 991.98px) { .popular-topics__search-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
} .popular-topics__search-box {
margin-right: 3.2rem;
}
@media (max-width: 991.98px) { .popular-topics__search-box {
width: 100%;
margin-right: 0;
margin-bottom: 3.2rem;
}
} .popular-topics__search-box .form {
width: 38.8rem;
}
@media (max-width: 991.98px) { .popular-topics__search-box .form {
width: 100%;
}
} .popular-topics__search-box .form label {
color: #1c1c1c;
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 0.8rem;
text-transform: uppercase;
} .popular-topics__search-box .form .field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .popular-topics__search-box .form .field__input {
width: 100%;
outline: none;
border: none;
padding: 1.2rem 1.6rem;
padding-right: 0;
background-color: #fff;
color: #000;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .popular-topics__search-box .form .field__input::-webkit-input-placeholder {
color: #787878;
}
.popular-topics__search-box .form .field__input::-moz-placeholder {
color: #787878;
}
.popular-topics__search-box .form .field__input::-ms-input-placeholder {
color: #787878;
}
.popular-topics__search-box .form .field__input::placeholder {
color: #787878;
} .popular-topics__search-box .form .field .submit-button {
background: #fff;
padding: 0 1.2rem;
} .popular-topics__search-box .form .field .submit-button .icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
} .popular-topics__search-tags {
width: 100%;
} .popular-topics__search-tags .all-tags .button-clear {
display: none;
padding: 0;
margin-bottom: 0.6rem;
font-size: 1.2rem;
color: #4f2d7f;
} .popular-topics__search-tags .all-tags .button-clear.show {
display: block;
} .popular-topics__search-tags .all-tags .button-clear .icon {
top: -0.1rem;
color: #e92841;
width: 1rem;
height: 1rem;
margin-right: 0.4rem;
} .popular-topics__search-tags .all-tags .tag-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 0.6rem;
-moz-column-gap: 0.6rem;
column-gap: 0.6rem;
row-gap: 0.6rem;
} .popular-topics__search-tags .all-tags .tag-list__item {
display: inline-block;
} .popular-topics__search-tags .all-tags .tag-list__item button {
cursor: pointer;
} .popular-topics__search-tags .all-tags .tag-list__item .single-tag.active {
outline: none !important;
color: #fff;
border: 0.1rem solid #e92841 !important;
background: #e92841 !important;
} .popular-topics__search-tags .all-tags .tag-list__item .single-tag:active {
outline: none !important;
} .article-list__wrapper {
position: relative;
min-height: 150rem;
}
@media (max-width: 991.98px) { .article-list__wrapper {
min-height: 100%;
}
} .article-list__content .button-container {
margin-bottom: 6rem;
} .article-list__content .button-container .button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .article-list__content .button-container .button {
width: 100%;
}
} .article-list__sidebar-box {
position: absolute;
top: 0;
right: 1.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 2rem;
width: 28.3rem;
padding-top: 6rem;
}
@media (max-width: 991.98px) { .article-list__sidebar-box {
position: relative;
right: 0;
width: 100%;
padding-top: 0;
} .article-list__sidebar-box .popular-tags {
max-width: 100%;
width: 100%;
margin-bottom: 2rem;
} .article-list__sidebar-box .offer-type {
display: none;
}
} .preloader {
position: absolute;
top: 2rem;
left: 0;
width: calc(100% - 28.3rem);
height: 100%;
padding: 6rem 0;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .preloader {
width: 100%;
}
} .preloader .circle {
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
position: relative;
} .preloader .circle.circle1 {
background-color: #4f2d7f;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
-webkit-animation: animate-preloader-circle1 2s linear infinite;
-o-animation: animate-preloader-circle1 2s linear infinite;
animation: animate-preloader-circle1 2s linear infinite;
} .preloader .circle.circle2 {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
-webkit-animation: animate-preloader-circle2 2s linear infinite;
-o-animation: animate-preloader-circle2 2s linear infinite;
animation: animate-preloader-circle2 2s linear infinite;
} .contact__header {
height: 32rem;
position: relative;
}
@media (max-width: 768.98px) { .contact__header {
height: 24.4rem;
}
} .contact__header .container {
height: 100%;
} .contact__background {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-color: rgba(0, 0, 0, 0.25);
background-blend-mode: multiply;
position: absolute;
z-index: -1;
} .contact__meta {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .contact__meta .page-title {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #FFF;
}
@media (max-width: 768.98px) { .contact__meta .page-title {
font-size: 3.2rem;
line-height: 4rem;
}
}
@media (max-width: 991.98px) { .contact__meta .boxes {
display: none;
}
} .contact__sticky-menu.sticky-mobile {
display: none;
position: sticky !important;
top: 7rem;
}
@media (max-width: 991.98px) { .contact__sticky-menu.sticky-mobile {
display: block;
}
} .contact__sticky-menu.sticky-desktop {
display: block;
position: sticky !important;
z-index: 90;
}
@media (max-width: 991.98px) { .contact__sticky-menu.sticky-desktop {
display: none;
}
} .contact__sticky-menu .sticky-menu__item {
font-size: 1.6rem;
line-height: 2.4rem;
} .contact__sticky-menu .sticky-menu__item:not(:last-of-type) {
margin-right: 3.4rem;
} .contact__content {
padding-top: 6rem;
} .mobile-boxes {
background-color: #F2F0ED;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1.6rem;
} .mobile-boxes .expert-box {
width: 100%;
border: none;
}
@media (max-width: 991.98px) { .mobile-boxes {
display: block;
}
} .our-offices {
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .our-offices {
margin-bottom: 6rem;
}
} .media-files__list {
margin-bottom: 6rem;
} .media-files__list .section-title {
margin-bottom: 4rem;
}
@media (max-width: 768.98px) { .media-files__list .section-title {
margin-bottom: 2.5rem;
}
} .media-files__list .block {
background: #f4f2ef;
padding: 2.5rem 2.2rem 3.2rem 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
@media (max-width: 768.98px) { .media-files__list .block {
padding: 2.5rem 2.2rem;
}
}
@media (max-width: 768.98px) { .media-files__list .block {
display: block;
}
}
@media (max-width: 575.98px) { .media-files__list .block {
margin-right: -1.5rem;
margin-left: -1.5rem;
}
} .media-files__list .block::before {
content: "";
top: 0;
right: 0;
width: 100vw;
height: 100%;
background: #f4f2ef;
position: absolute;
}
@media (max-width: 768.98px) { .media-files__list .block::before {
content: none;
}
} .media-files__list .block:not(:last-child) {
margin-bottom: 3rem;
}
@media (max-width: 575.98px) { .media-files__list .block:not(:last-child) {
margin-bottom: 2rem;
}
} .media-files__list .block__meta {
padding-right: 2rem;
position: relative;
}
@media (max-width: 768.98px) { .media-files__list .block__meta {
margin-bottom: 1.5rem;
padding-right: 0;
}
} .media-files__list .block__meta__name {
color: #4f2d7f;
font-size: 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .media-files__list .block__meta__name {
font-size: 2.2rem;
}
}
@media (max-width: 575.98px) { .media-files__list .block__meta__name {
font-size: 1.8rem;
}
} .media-files__list .block__meta__description {
color: #4f2d7f;
font-size: 2.8rem;
margin-top: -0.5rem;
margin-bottom: 0.2rem;
}
@media (max-width: 768.98px) { .media-files__list .block__meta__description {
font-size: 2.2rem;
}
}
@media (max-width: 575.98px) { .media-files__list .block__meta__description {
font-size: 1.8rem;
}
} .media-files__list .block__meta__details {
color: #4f2d7f;
font-size: 1.8rem;
}
@media (max-width: 768.98px) { .media-files__list .block__meta__details {
font-size: 1.6rem;
}
}
@media (max-width: 575.98px) { .media-files__list .block__meta__details {
font-size: 1.5rem;
}
} .media-files__list .block__actions .button-action {
padding: 2rem 2.2rem 1.8rem;
}
@media (max-width: 768.98px) { .media-files__list .block__actions .button-action {
padding: 1.2rem 1.7rem 1rem;
}
} .media-files__content .section-title {
margin-bottom: 2.5rem;
} .media-files__content__text {
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
} .media-files .boxes {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .media-files .boxes > .expert-box:not(:last-child) {
margin-bottom: 3rem;
}
@media (max-width: 991.98px) { .media-files .boxes > .expert-box {
max-width: 100%;
}
} .media-files .boxes .experts-slider:not(:last-child) {
margin-bottom: 3rem;
}
@media (max-width: 991.98px) { .media-files .boxes .newsletter-box {
max-width: 100%;
}
} .results {
padding-bottom: 10rem;
overflow: hidden;
} .results__search {
width: 33.5rem;
padding-left: 1.5rem;
}
@media (max-width: 991.98px) { .results__search {
width: 100%;
margin-bottom: 5rem;
padding-right: 1.5rem;
}
} .results__search .form {
z-index: 1;
background: #f4f2ef;
margin: 0;
padding: 3rem 2rem;
position: relative;
}
@media (max-width: 991.98px) { .results__search .form {
padding: 2.2rem 2rem;
}
} .results__search .form label {
font-size: 1.3rem;
text-transform: uppercase;
letter-spacing: 0.2rem;
margin-bottom: 2rem;
display: block;
}
@media (max-width: 991.98px) { .results__search .form label {
margin-bottom: 1.5rem;
}
} .results__search .form .field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
} .results__search .form .field__input {
outline: none;
width: 100%;
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
border: none;
background: #fff;
padding: 1.3rem 1.2rem 1.4rem;
display: block;
}
@media (max-width: 991.98px) { .results__search .form .field__input {
padding: 1.1rem 1.2rem 1.2rem;
}
} .results__search .form .field__input::-webkit-input-placeholder {
color: #9581b2;
}
.results__search .form .field__input::-moz-placeholder {
color: #9581b2;
}
.results__search .form .field__input::-ms-input-placeholder {
color: #9581b2;
}
.results__search .form .field__input::placeholder {
color: #9581b2;
} .results__search .form .field .button-submit {
background: #fff;
padding: 0 1.5rem;
} .results__search .form .field .button-submit .icon {
color: #4f2d7f;
width: 3rem;
height: 3rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .results__search .form .field .button-submit .icon:hover,
.results__search .form .field .button-submit .icon:focus {
color: #e92841;
} .results__search__filters {
z-index: 1;
position: relative;
} .results__search__filters li:not(:last-of-type) .button-filter {
border-bottom: 0.1rem solid #ded8cf;
} .results__search__filters li:first-of-type .button-filter {
border-top: 0.1rem solid #ded8cf;
} .results__search__filters li .button-filter {
width: 100%;
color: #4f2d7f;
font-size: 1.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-align: left;
background: #f4f2ef;
padding: 2.5rem 2rem 2.2rem;
display: block;
}
@media (max-width: 991.98px) { .results__search__filters li .button-filter {
font-size: 1.6rem;
padding: 1.9rem 2rem 1.6rem;
}
} .results__search__filters li .button-filter.active {
color: #fff;
background: #4f2d7f;
} .results__content {
width: calc(100% - 33.5rem);
padding-right: 1.5rem;
padding-left: 8.5rem;
}
@media (max-width: 1199.98px) { .results__content {
padding-left: 4rem;
}
}
@media (max-width: 991.98px) { .results__content {
width: 100%;
padding-left: 1.5rem;
}
} .results__content .articles-blocks {
margin-top: -2.5rem;
} .results__content .article-block {
padding: 2.5rem 0;
} .results__content .article-block::before {
content: none;
} .results__content .article-block__wrapper {
max-width: 100%;
} .results__content .person-block {
padding: 2.5rem 0;
position: relative;
} .results__content .person-block::after {
content: "";
left: 0;
bottom: 0;
width: 100vw;
height: 0.1rem;
background: #ded8cf;
position: absolute;
}
@media (max-width: 991.98px) { .results__content .person-block::after {
width: 100%;
}
} .results__content .person-block .container-block {
margin-right: -1.5rem;
margin-left: -1.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .results__content .person-block__image {
width: 8rem;
height: 8rem;
border-radius: 50%;
border: 0.1rem solid #f5f5f5;
margin-right: 2rem;
display: block;
overflow: hidden;
} .results__content .person-block__image:hover .image,
.results__content .person-block__image:focus .image {
-webkit-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
} .results__content .person-block__image .image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .results__content .person-block__meta {
width: calc(100% - 10rem);
} .results__content .person-block__meta .name {
color: #4f2d7f;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2rem;
} .results__content .person-block__meta .name:hover,
.results__content .person-block__meta .name:focus {
color: #e92841;
text-decoration: underline;
} .results__content .person-block__meta .role {
color: #777;
font-size: 1.6rem;
} .results__content .office-block {
padding: 2.5rem 0;
position: relative;
} .results__content .office-block::after {
content: "";
left: 0;
bottom: 0;
width: 100vw;
height: 0.1rem;
background: #ded8cf;
position: absolute;
}
@media (max-width: 991.98px) { .results__content .office-block::after {
width: 100%;
}
} .results__content .office-block .container-block {
margin-right: -1.5rem;
margin-left: -1.5rem;
} .results__content .office-block__name {
font-size: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 0.8rem;
}
@media (max-width: 991.98px) { .results__content .office-block__name > span {
display: block;
}
} .results__content .office-block__name .button-map {
color: #4f2d7f;
font-size: 1.6rem;
font-family: "GTWalsheimProRegular", sans-serif;
margin-left: 1rem;
}
@media (max-width: 991.98px) { .results__content .office-block__name .button-map {
margin-left: 0;
}
} .results__content .office-block__name .button-map:hover,
.results__content .office-block__name .button-map:focus {
color: #e92841;
} .results__content .office-block__address {
font-size: 1.6rem;
font-style: normal;
line-height: 1.75;
margin-left: -0.8rem;
}
@media (max-width: 991.98px) { .results__content .office-block__address {
margin-left: 0;
margin-bottom: 0.5rem;
}
} .results__content .office-block__address .icon {
width: 2.9rem;
height: 2.9rem;
vertical-align: top;
margin-left: -0.1rem;
}
@media (max-width: 991.98px) { .results__content .office-block__address .icon {
display: none;
}
} .results__content .office-block .list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 575.98px) { .results__content .office-block .list {
display: block;
}
} .results__content .office-block .list__item:not(:last-child) {
margin-right: 2rem;
}
@media (max-width: 575.98px) { .results__content .office-block .list__item:not(:last-child) {
margin-right: 0;
margin-bottom: 0.5rem;
}
} .results__content .office-block .list__item a {
color: #4f2d7f;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .results__content .office-block .list__item a:hover,
.results__content .office-block .list__item a:focus {
color: #e92841;
} .results__content .office-block .list__item a:hover .mail-icon,
.results__content .office-block .list__item a:hover .phone-icon,
.results__content .office-block .list__item a:focus .mail-icon,
.results__content .office-block .list__item a:focus .phone-icon {
color: #e92841;
} .results__content .office-block .list__item a .mail-icon {
color: #4f2d7f;
width: 1.5rem;
height: 1.2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 0.8rem;
} .results__content .office-block .list__item a .phone-icon {
color: #4f2d7f;
top: -0.2rem;
width: 1.2rem;
height: 1.9rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: 1rem;
margin-left: 0.1rem;
position: relative;
} .results__content .preloader {
width: 100%;
height: 100%;
padding: 12rem 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .results__content .preloader .circle {
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
position: relative;
} .results__content .preloader .circle.circle1 {
background-color: #4f2d7f;
-webkit-transform: translateX(1.3rem);
-o-transform: translateX(1.3rem);
transform: translateX(1.3rem);
-webkit-animation: animate-preloader-circle1 2s linear infinite;
-o-animation: animate-preloader-circle1 2s linear infinite;
animation: animate-preloader-circle1 2s linear infinite;
} .results__content .preloader .circle.circle2 {
background-color: #e92841;
-webkit-transform: translateX(-1.3rem);
-o-transform: translateX(-1.3rem);
transform: translateX(-1.3rem);
-webkit-animation: animate-preloader-circle2 2s linear infinite;
-o-animation: animate-preloader-circle2 2s linear infinite;
animation: animate-preloader-circle2 2s linear infinite;
} .protected-page {
padding: 2rem 0 8rem;
} .protected-page__box {
text-align: center;
background: #f4f2ef;
padding: 5rem 3rem 5.5rem;
} .protected-page__box form p:first-child {
margin-bottom: 3rem;
} .protected-page__box form p:last-child {
width: 30rem;
text-align: left;
margin: 0 auto;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .protected-page__box form label {
width: 100%;
font-size: 1.6rem;
margin: 0 0.2rem 0 0;
} .protected-page__box form input[type="text"],
.protected-page__box form input[type="password"] {
outline: none;
width: 100%;
color: #000;
font-size: 1.6rem;
border: 0.1rem solid #ded8cf;
background: #fff;
padding: 0.5rem 1rem;
display: block;
} .protected-page__box form input[type="submit"] {
outline: none;
width: auto;
cursor: pointer;
color: #fff;
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-align: center;
border: none;
background: #e92841;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin: 0;
padding: 0.7rem 1.2rem 0.5rem;
display: inline-block;
position: relative;
} .protected-page__box form input[type="submit"]:focus {
outline: none;
} .protected-page__box form input[type="submit"]:hover,
.protected-page__box form input[type="submit"]:focus {
color: #fff;
background: #4f2d7f;
} .page-404 {
background: #ece6e0;
padding: 15rem 0;
overflow: hidden;
position: relative;
}
@media (max-width: 1199.98px) { .page-404 {
padding: 10rem 0;
}
}
@media (max-width: 991.98px) { .page-404 {
padding: 10rem 0 14rem;
}
} .page-404::before,
.page-404::after {
content: "";
width: 28rem;
height: 28rem;
background: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/images/label-in-colors.png) no-repeat center center/cover;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
}
@media (max-width: 1199.98px) { .page-404::before,
.page-404::after {
width: 24rem;
height: 24rem;
}
}
@media (max-width: 991.98px) { .page-404::before,
.page-404::after {
width: 20rem;
height: 20rem;
}
} .page-404::before {
top: -6rem;
right: -6rem;
} .page-404::after {
left: -6rem;
bottom: -6rem;
} .page-404 .wrapper {
max-width: 75rem;
margin: 0 auto;
} .page-404 .wrapper .page-title {
font-size: 5rem;
margin-bottom: 1rem;
}
@media (max-width: 991.98px) { .page-404 .wrapper .page-title {
font-size: 4rem;
}
}
@media (max-width: 768.98px) { .page-404 .wrapper .page-title {
font-size: 3.6rem;
}
}
@media (max-width: 575.98px) { .page-404 .wrapper .page-title {
font-size: 3.2rem;
}
} .page-404 .wrapper .page-title span {
display: block;
} .page-404 .wrapper .text {
font-size: 2.2rem;
max-width: 25rem;
margin-bottom: 3rem;
}
@media (max-width: 991.98px) { .page-404 .wrapper .text {
font-size: 2rem;
margin-bottom: 2rem;
}
}
@media (max-width: 768.98px) { .page-404 .wrapper .text {
font-size: 1.8rem;
}
} .page-404 .wrapper .button-container {
text-align: right;
}
@media (max-width: 991.98px) { .page-404 .wrapper .button-container {
text-align: left;
}
} .page-404 .wrapper .button-container .button-back {
padding: 1.3rem 2.5rem 1rem;
}
@media (max-width: 991.98px) { .page-404 .wrapper .button-container .button-back {
padding: 1.1rem 2rem 0.8rem;
}
} .events__two-cols {
display: grid;
grid-template-columns: auto 28.3rem;
gap: 3rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
padding: 0;
}
@media (max-width: 991.98px) { .events__two-cols {
grid-template-columns: 1fr;
}
} .events__two-cols__aside {
margin-top: -26rem;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
grid-template-rows: min-content min-content min-content;
gap: 1.6rem;
} .events__all {
margin-bottom: 4rem;
}
@media (max-width: 991.98px) { .events__all {
margin-top: 6rem;
}
} .events__all__title {
margin-bottom: 2.5rem;
font-size: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .events__all__title {
font-size: 2.4rem;
}
} .events__all__list {
display: grid;
grid-template-columns: 1fr;
gap: 4rem;
} .events__all__switcher {
margin-bottom: 4rem;
border-bottom: 2px solid #DCD5E5;
display: grid;
grid-template-columns: -webkit-min-content -webkit-min-content auto;
grid-template-columns: min-content min-content auto;
}
@media (max-width: 768.98px) { .events__all__switcher {
grid-template-columns: 1fr 1fr;
}
} .events__all__switcher__switch {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1.2rem;
position: relative;
color: #725799 !important;
cursor: pointer;
white-space: nowrap;
} .events__all__switcher__switch::after {
content: "";
right: 0;
left: 0;
bottom: -.2rem;
width: 0;
height: 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
} .events__all__switcher__switch:hover {
color: #e92841 !important;
} .events__all__switcher__switch:hover::after {
content: "";
right: 0;
left: 0;
bottom: -.2rem;
width: 100%;
height: 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
background: #e92841;
} .events__all__switcher__switch.active {
color: #4f2d7f !important;
font-family: "GTWalsheimProMedium", sans-serif;
} .events__all__switcher__switch.active::after {
content: "";
right: 0;
left: 0;
bottom: -.2rem;
width: 100%;
height: 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
position: absolute;
background: #4f2d7f;
} .events__newsletter {
margin: 6rem auto;
display: grid;
grid-template-columns: 1fr;
gap: 6rem;
}
@media (min-width: 991.98px) { .events__newsletter {
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
} .events__newsletter__title {
font-size: 4.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .events__newsletter__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .events__newsletter ul {
margin-top: 2rem;
display: grid;
gap: 1rem;
} .events__newsletter ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .events__newsletter ul li svg {
width: 1.8rem;
margin-right: 1.8rem;
} .events .related-services {
padding: 1.6rem;
background: #F2F0ED;
} .events .related-services__title {
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
font-size: 1.2rem;
} .events .related-services__list {
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 2rem;
display: grid;
gap: 2rem;
}
@media (max-width: 991.98px) { .events .hide-mobile {
display: none;
}
}
@media (min-width: 991.98px) { .events .hide-desktop {
display: none;
}
} .events .hide {
display: none;
} .events .event {
border: 1px solid #E5E1DB;
} .events .event__image {
height: 32rem;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media (max-width: 991.98px) { .events .event__image {
display: none;
}
} .events .event__main {
display: grid;
grid-template-columns: 17.8rem auto;
}
@media (max-width: 991.98px) { .events .event__main {
grid-template-columns: 1fr;
}
} .events .event__header {
padding: 2.4rem;
background: #4f2d7f;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .events .event__header__mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .events .event__header__mobile p {
text-align: center;
} .events .event__header__mobile p:nth-child(1) {
font-size: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .events .event__header__mobile p:nth-child(2) {
margin-top: .8rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (min-width: 991.98px) { .events .event__header__mobile {
display: none;
}
} .events .event__header__desktop {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .events .event__header__desktop__date p {
text-align: center;
} .events .event__header__desktop__date p:nth-child(1) {
font-size: 6.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .events .event__header__desktop__date p:nth-child(2) {
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .events .event__header__desktop__date p:nth-child(3) {
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .events .event__header__desktop__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
} .events .event__header__desktop__meta__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: .5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "GTWalsheimProLight", sans-serif;
} .events .event__header__desktop__meta__item svg {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 3rem;
fill: white;
} .events .event__header__desktop__meta__item svg path {
fill: white;
}
@media (max-width: 991.98px) { .events .event__header__desktop {
display: none;
}
} .events .event__content {
padding: 4rem 3.2rem;
} .events .event__content__meta {
max-width: 40rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 3rem;
} .events .event__content__meta__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: .5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "GTWalsheimProLight", sans-serif;
} .events .event__content__meta__item svg {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 3rem;
fill: #4f2d7f;
} .events .event__content__meta__item svg path {
fill: #4f2d7f;
}
@media (min-width: 991.98px) { .events .event__content__meta {
display: none;
}
} .events .event__content__tags {
margin-bottom: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .events .event__content__title {
font-size: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #1c1c1c;
} .events .event__content__title:hover {
color: #e92841;
}
@media (max-width: 991.98px) { .events .event__content__title {
font-size: 2rem;
}
} .events .event__content__description {
margin-top: 1.2rem;
font-family: "GTWalsheimProLight", sans-serif;
} .events .event__content__description p {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
} .events .event__content__description.is-multiday p {
-webkit-line-clamp: 8;
}
@media (max-width: 991.98px) { .events .event__content__description {
display: none;
}
} .events .event__content__link {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
margin-top: 2rem;
padding-right: 3rem;
font-family: "GTWalsheimProMedium", sans-serif;
position: relative;
white-space: nowrap;
}
@media (max-width: 991.98px) { .events .event__content__link {
margin-top: 1.4rem;
font-size: 1.4rem;
}
} .events .event__content__link a {
color: #4f2d7f;
margin: 0;
font-size: 1.6rem;
} .events .event__content__link a:hover {
color: #e92841;
} .events .event__content__link a .icon {
width: 1.6rem;
height: 1.3rem;
} .events .event__content__link a .icon svg {
width: 100%;
height: 100%;
} .events .event__content__speakers {
margin-top: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .events .event__content__speakers__speaker {
width: 4rem;
height: 4rem;
margin-right: 1rem;
border-radius: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 0.1rem solid #f5f5f5;
} .events__padding {
height: 3.2rem;
}
@media (min-width: 768.98px) { .events__padding {
display: none;
}
} .single-event__header {
min-height: 49.9rem;
background: #4f2d7f;
padding: 6.2rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
@media (max-width: 768.98px) { .single-event__header {
height: auto;
min-height: auto;
padding: 3.2rem 1.6rem;
}
} .single-event__header__content {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .single-event__header__content__share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 3.2rem;
gap: 1.8rem;
} .single-event__header__content__share p {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.2rem;
text-transform: uppercase;
color: white;
} .single-event__header__content__share .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
} .single-event__header__content__share .social-media__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 2rem;
} .single-event__header__content__share .social-media__item a {
display: block;
width: 2rem;
color: #fff;
} .single-event__header__content__share .social-media__item a .icon {
display: block;
width: 2rem;
} .single-event__header__content__share .social-media__item a:hover {
color: #e92841;
} .single-event__header__content__share .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .single-event__header__content__tags {
max-width: 64rem;
margin-bottom: 1.8rem;
}
@media (min-width: 1199.98px) { .single-event__header__content__tags {
max-width: 77rem;
}
} .single-event__header__content__tags__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: .6rem;
width: 100%;
} .single-event__header__content__title {
font-family: "GTWalsheimProMedium", sans-serif;
color: white;
font-size: 4.4rem;
line-height: 5.2rem;
max-width: 64rem;
}
@media (min-width: 1199.98px) { .single-event__header__content__title {
max-width: 77rem;
}
}
@media (max-width: 768.98px) { .single-event__header__content__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .single-event__header__content__register {
margin-top: 3.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 3.4rem;
} .single-event__header__content__register button {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
white-space: nowrap;
} .single-event__header__content__register__click-meeting {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: .8rem;
} .single-event__header__content__register__click-meeting p {
font-size: 1.6rem;
color: white;
font-family: "GTWalsheimProLight", sans-serif;
} .single-event__nav-mobile,
.single-event__nav-sticky {
width: 100%;
background: #F2F0ED;
} .single-event__nav-sticky {
z-index: 80;
padding: 1rem 0;
position: sticky;
top: 0;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .single-event__nav-sticky--front {
top: 0;
border-bottom: 1px solid #CCC3B7;
} .single-event__nav-sticky .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .single-event__nav-sticky .container .button-link {
padding: 1.2rem 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.4rem;
} .single-event__nav-mobile {
padding: 2rem 1.6rem;
}
@media (min-width: 768.98px) { .single-event__nav-mobile {
display: none;
}
} .single-event__nav-mobile__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.2rem;
} .single-event__nav-mobile__list__item a {
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .single-event__nav-sticky {
display: none;
}
} .single-event__nav-sticky__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 3.4rem;
} .single-event__nav-sticky__list__item a {
font-family: "GTWalsheimProMedium", sans-serif;
} .single-event__container {
display: grid;
grid-template-columns: auto 28.3rem;
}
@media (max-width: 991.98px) { .single-event__container {
grid-template-columns: 1fr;
}
}
@media (min-width: 991.98px) { .single-event__container__content__details {
display: none;
}
} .single-event__container__content__about {
padding: 7.5rem 3.2rem 7.5rem 0;
}
@media (max-width: 991.98px) { .single-event__container__content__about {
padding: 2rem 0 6rem 0;
}
} .single-event__container__content__about__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .single-event__container__content__about__title {
font-size: 2.4rem;
}
} .single-event__container__content__about__details {
margin-top: 1rem;
} .single-event__container__content__about__details h1,
.single-event__container__content__about__details h2,
.single-event__container__content__about__details h3,
.single-event__container__content__about__details h4,
.single-event__container__content__about__details h5,
.single-event__container__content__about__details h6,
.single-event__container__content__about__details strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .single-event__container__content__about__details h2 {
font-size: 3.6rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .single-event__container__content__about__details h2 {
font-size: 3.2rem;
}
}
@media (max-width: 768.98px) { .single-event__container__content__about__details h2 {
font-size: 2.8rem;
}
} .single-event__container__content__about__details h2:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .single-event__container__content__about__details h2:not(:last-child) {
margin-bottom: 0.7rem;
}
} .single-event__container__content__about__details h3 {
font-size: 3.2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .single-event__container__content__about__details h3 {
font-size: 2.8rem;
}
}
@media (max-width: 768.98px) { .single-event__container__content__about__details h3 {
font-size: 2.6rem;
}
} .single-event__container__content__about__details h3:not(:last-child) {
margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) { .single-event__container__content__about__details h3:not(:last-child) {
margin-bottom: 0.7rem;
}
} .single-event__container__content__about__details h4 {
font-size: 2.2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .single-event__container__content__about__details h4 {
font-size: 2rem;
}
}
@media (max-width: 768.98px) { .single-event__container__content__about__details h4 {
font-size: 1.8rem;
}
} .single-event__container__content__about__details h4:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .single-event__container__content__about__details h4:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-event__container__content__about__details h5 {
font-size: 2rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .single-event__container__content__about__details h5 {
font-size: 1.8rem;
}
}
@media (max-width: 768.98px) { .single-event__container__content__about__details h5 {
font-size: 1.6rem;
}
} .single-event__container__content__about__details h5:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .single-event__container__content__about__details h5:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-event__container__content__about__details h6 {
font-size: 1.8rem;
font-weight: normal;
}
@media (max-width: 991.98px) { .single-event__container__content__about__details h6 {
font-size: 1.6rem;
}
}
@media (max-width: 768.98px) { .single-event__container__content__about__details h6 {
font-size: 1.4rem;
}
} .single-event__container__content__about__details h6:not(:last-child) {
margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) { .single-event__container__content__about__details h6:not(:last-child) {
margin-bottom: 1.2rem;
}
} .single-event__container__content__about__details p {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .single-event__container__content__about__details p {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .single-event__container__content__about__details p {
font-size: 1.6rem;
}
} .single-event__container__content__about__details p:not(:last-child) {
margin-bottom: 2.4rem;
}
@media (max-width: 575.98px) { .single-event__container__content__about__details p:not(:last-child) {
margin-bottom: 1.9rem;
}
} .single-event__container__content__about__details ul,
.single-event__container__content__about__details ol {
padding-left: 4rem;
} .single-event__container__content__about__details ul:not(:last-child),
.single-event__container__content__about__details ol:not(:last-child) {
margin-bottom: 2.4rem;
} .single-event__container__content__about__details ul li,
.single-event__container__content__about__details ol li {
color: #464646;
font-size: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 1.889;
}
@media (max-width: 768.98px) { .single-event__container__content__about__details ul li,
.single-event__container__content__about__details ol li {
font-size: 1.7rem;
}
}
@media (max-width: 575.98px) { .single-event__container__content__about__details ul li,
.single-event__container__content__about__details ol li {
font-size: 1.6rem;
}
} .single-event__container__content__about__details ul li:not(:last-child),
.single-event__container__content__about__details ol li:not(:last-child) {
margin-bottom: 0.5rem;
} .single-event__container__content__about__details ul {
list-style-type: disc;
} .single-event__container__content__about__details ol {
list-style-type: decimal;
} .single-event__container__content__about__details a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .single-event__container__content__about__details a:hover,
.single-event__container__content__about__details a:focus {
color: #e92841;
} .single-event__container__content__about__details strong {
font-weight: normal;
} .single-event__container__content__about__details img {
max-width: 100%;
height: auto;
display: block;
} .single-event__container__aside {
position: relative;
}
@media (max-width: 991.98px) { .single-event__container__aside {
display: none;
}
} .single-event__container__aside__group {
position: absolute;
margin-top: -50rem;
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
} .single-event__container__aside__group .expert-box {
z-index: 80;
} .single-event__mobile-blocks {
padding: 6rem 0 0;
} .single-event__mobile-blocks .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
}
@media (min-width: 991.98px) { .single-event__mobile-blocks {
display: none;
}
} .single-event__padding {
height: 6rem;
}
@media (min-width: 768.98px) { .single-event__padding {
display: none;
}
} .notes__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .notes__title {
font-size: 2.4rem;
}
} .notes__content {
margin-top: 1.7rem;
margin-bottom: 7.2rem;
border-left: 3px solid #98E04E;
padding: 1.2rem 2.4rem;
padding-right: 0;
} .notes__content__html {
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: "GTWalsheimProLight", sans-serif;
} .notes__content__html ul {
list-style: inside;
} .notes__content__html a {
color: #582982;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .notes__content__html a:hover {
color: #e92841;
} .notes__content__showmore {
margin-top: 1.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #4f2d7f;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-family: "GTWalsheimProMedium", sans-serif;
cursor: pointer;
} .notes__content__showmore svg {
width: 2.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .notes__content__showmore svg path {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .notes__content__showmore:hover {
color: #e92841;
} .notes__content__showmore:hover svg,
.notes__content__showmore:hover path {
fill: #e92841;
} .related-services {
padding: 1.6rem;
margin-bottom: 1.6rem;
background: #F2F0ED;
} .related-services__title {
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
font-size: 1.2rem;
} .related-services__list {
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 2rem;
display: grid;
gap: 2rem;
} .prelegents {
background: #E5E1DB;
} .prelegents__content {
padding: 6rem 3.2rem 6rem 0;
max-width: 100%;
overflow: hidden;
}
@media (max-width: 991.98px) { .prelegents__content {
padding: 2rem 0 6rem 0;
}
} .prelegents__content__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .prelegents__content__title {
font-size: 2.4rem;
}
} .prelegents__content__list {
margin-top: 3.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 3.2rem;
} .prelegents__content__list__prelegent {
background: white;
padding: 2rem 1.6rem;
width: 28.3rem;
height: 21rem;
}
@media (max-width: 991.98px) { .prelegents__content__list__prelegent {
width: 100%;
}
} .prelegents__content__list__prelegent__title {
margin-bottom: 2.5rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.2rem;
text-transform: uppercase;
} .prelegents__content__list__prelegent .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
} .prelegents__content__list__prelegent .social-media__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 2rem;
} .prelegents__content__list__prelegent .social-media__item a {
display: block;
width: 2rem;
color: #4f2d7f;
} .prelegents__content__list__prelegent .social-media__item a .icon {
display: block;
width: 2rem;
} .prelegents__content__list__prelegent .social-media__item a .icon svg {
width: 2rem;
} .prelegents__content__list__prelegent .social-media__item a:hover {
color: #e92841;
} .prelegents__content__list__prelegent .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .prelegents__content__list--slider {
width: calc(100% + 3.2rem);
height: 21rem;
} .prelegents__content__list--slider .column {
width: 100%;
padding-right: 3.2rem;
-ms-flex-negative: 0;
flex-shrink: 0;
} .prelegents__content__list--slider .column .prelegents__content__list__prelegent {
width: 100%;
} .prelegents__content__list--slider .slick-dots {
width: 100%;
margin-top: 4rem;
text-align: center;
} .prelegents__content__list--slider .slick-dots li {
display: inline-block;
} .prelegents__content__list--slider .slick-dots li:not(:last-of-type) {
margin-right: 1.5rem;
} .prelegents__content__list--slider .slick-dots li button {
font-size: 0;
width: 1rem;
height: 1rem;
border-radius: 50%;
outline: none;
border: none;
background-color: #C0ADCF;
} .prelegents__content__list--slider .slick-dots li.slick-active button {
background-color: #4f2d7f;
} .prelegents__content__list--slider .slick-track .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
} .prelegents__content__list--slider .slick-arrow {
outline: none;
top: -6.8rem;
color: transparent;
font-size: 0;
width: 3.2rem;
height: 3.2rem;
padding: 0;
cursor: pointer;
border: 0.2rem solid #4f2d7f;
position: absolute;
-webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
} .prelegents__content__list--slider .slick-arrow.slick-prev {
right: 3.2rem;
-webkit-transform: rotate(180deg) translateX(100%);
-o-transform: rotate(180deg) translateX(100%);
transform: rotate(180deg) translateX(100%);
background: transparent;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .prelegents__content__list--slider .slick-arrow.slick-next {
right: 3.2rem;
background: #4f2d7f;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .prelegents__content__list--slider .slick-arrow:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
} .agenda {
background: #f2f0ed;
padding: 6rem 0;
} .agenda__content {
max-width: 93rem;
} .agenda__content__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .agenda__content__title {
font-size: 2.4rem;
}
} .agenda__content__subtitle {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.8rem;
margin-top: 1rem;
} .agenda__content__list {
margin-top: 4.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
} .agenda__content__list__item {
background: white;
padding: 3.2rem;
color: #444444;
} .agenda__content__list__item ul {
list-style-type: disc;
list-style-position: inside;
} .agenda__content__list__item ol {
list-style-type: decimal;
list-style-position: inside;
} .agenda__content__list__item ul ul,
.agenda__content__list__item ol ul {
list-style-type: circle;
list-style-position: inside;
margin-left: 15px;
} .agenda__content__list__item ol ol,
.agenda__content__list__item ul ol {
list-style-type: lower-latin;
list-style-position: inside;
margin-left: 15px;
} .agenda__content__list__item__time {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.2rem;
margin-bottom: 2rem;
} .agenda__content__list__item__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2rem;
margin-bottom: 1rem;
} .agenda__content__list__item__description {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
margin-bottom: 2rem !important;
} .agenda__content__list__item__description p,
.agenda__content__list__item__description li {
font-size: 1.6rem !important;
} .agenda__content__list__item__prelegents {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 2rem;
}
@media (max-width: 991.98px) { .agenda__content__list__item__prelegents {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 768.98px) { .agenda__content__list__item__prelegents {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
} .agenda__content__list__item__prelegents__prelegent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
} .agenda__content__list__item__prelegents__prelegent .expert-box__meta__image {
width: 4rem;
height: 4rem;
margin: 0;
} .agenda__content__list__item__prelegents__prelegent .expert-box__meta__content .name {
font-family: "GTWalsheimProMedium", sans-serif;
} .agenda__content__list__item__prelegents__prelegent .expert-box__meta__content {
width: 100% !important;
} .agenda__content__list--limited li:nth-child(1n+7) {
display: none;
} .agenda__content__showmore {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 4rem auto 0;
color: #4f2d7f;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-family: "GTWalsheimProMedium", sans-serif;
cursor: pointer;
} .agenda__content__showmore svg {
width: 2.4rem;
} .agenda__content__showmore svg path {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .agenda__content__showmore:hover {
color: #e92841;
} .agenda__content__showmore:hover svg,
.agenda__content__showmore:hover path {
fill: #e92841;
} .partners {
background: #E5E1DB;
padding: 8rem 0;
} .partners__content__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
line-height: 4rem;
}
@media (max-width: 991.98px) { .partners__content__title {
font-size: 2.4rem;
}
} .partners__content__list {
margin-top: 3.2rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 3.2rem;
}
@media (max-width: 1199.98px) { .partners__content__list {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 991.98px) { .partners__content__list {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 768.98px) { .partners__content__list {
grid-template-columns: 1fr;
}
} .partners__content__list__item {
background: white;
padding: 3.2rem;
height: 27rem;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .partners__content__list__item__image {
margin-bottom: 2rem;
max-width: 22.5rem;
max-height: 50%;
} .partners__content__list__item__image img {
width: auto;
height: 100%;
max-width: 100%;
} .partners__content__list__item__title {
font-family: "GTWalsheimProBold", sans-serif;
font-size: 2rem;
} .partners__content__list__item__title.title--medium {
font-size: 1.6rem;
} .partners__content__list__item__subtitle {
margin-top: 1.5rem;
font-size: 1.6rem;
} .partners__content__list--slider {
margin-top: 3.2rem;
width: calc(100% + 3.2rem);
} .partners__content__list--slider .column {
padding-right: 3.2rem;
-ms-flex-negative: 0;
flex-shrink: 0;
} .partners__content__list--slider .slick-dots {
width: 100%;
margin-top: 4rem;
text-align: center;
} .partners__content__list--slider .slick-dots li {
display: inline-block;
} .partners__content__list--slider .slick-dots li:not(:last-of-type) {
margin-right: 1.5rem;
} .partners__content__list--slider .slick-dots li button {
font-size: 0;
width: 1rem;
height: 1rem;
border-radius: 50%;
outline: none;
border: none;
background-color: #C0ADCF;
} .partners__content__list--slider .slick-dots li.slick-active button {
background-color: #4f2d7f;
} .partners__content__list--slider .slick-track .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
} .partners__content__list--slider .slick-arrow {
outline: none;
top: -6.8rem;
color: transparent;
font-size: 0;
width: 3.2rem;
height: 3.2rem;
padding: 0;
cursor: pointer;
border: 0.2rem solid #4f2d7f;
position: absolute;
-webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
} .partners__content__list--slider .slick-arrow.slick-prev {
right: 3.2rem;
-webkit-transform: rotate(180deg) translateX(100%);
-o-transform: rotate(180deg) translateX(100%);
transform: rotate(180deg) translateX(100%);
background: transparent;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .partners__content__list--slider .slick-arrow.slick-next {
right: 3.2rem;
background: #4f2d7f;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .partners__content__list--slider .slick-arrow:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
} .webinar-articles {
background: #F5F2EF;
display: grid;
grid-template-columns: 1fr;
padding-bottom: 6rem;
gap: 6rem;
} .webinar-articles__image {
background-repeat: no-repeat;
background-size: cover;
height: 25rem;
width: 100%;
} .webinar-articles__about {
padding: 0 1.6rem;
} .webinar-articles__about__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2.4rem;
line-height: 3.2rem;
} .webinar-articles__about__subtitle {
margin-top: 2rem;
font-family: "GTWalsheimProLight", sans-serif;
font-size: 2rem;
} .webinar-articles__content {
width: 100%;
display: grid;
gap: 3.2rem;
grid-template-columns: 1fr;
padding: 0 1.6rem;
} .webinar-articles__content__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .webinar-articles__content__item__date {
color: #787878;
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.4rem;
} .webinar-articles__content__item__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2rem;
margin-top: .4rem;
} .webinar-articles__content__item__text {
display: none;
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-top: 3rem;
} .webinar-articles__content__item__terms {
display: none;
margin-top: 2rem;
gap: .6rem;
}
@media (min-width: 768.98px) { .webinar-articles {
grid-template-columns: 1fr 1fr;
} .webinar-articles .webinar-articles__image {
height: 100%;
} .webinar-articles .webinar-articles__about {
padding: 6rem 0;
} .webinar-articles .webinar-articles__about__title {
font-size: 4.4rem;
line-height: 5.2rem;
} .webinar-articles .webinar-articles__about__subtitle {
margin-top: 2rem;
font-size: 2.4rem;
} .webinar-articles .webinar-articles__content {
grid-column: span 2;
} .webinar-articles .webinar-articles__content__item__title {
font-size: 2.4rem;
} .webinar-articles .webinar-articles__content__item__text {
display: block;
} .webinar-articles .webinar-articles__content__item__terms {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (min-width: 991.98px) { .webinar-articles .webinar-articles__content {
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1199.98px) { .webinar-articles {
padding-bottom: 0;
grid-template-columns: 39rem 28.3rem auto;
} .webinar-articles .webinar-articles__content {
grid-column: auto;
padding: 6rem 6rem 6rem 0;
}
} .single-article__header {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat;
background-blend-mode: multiply;
background-color: #4f2d7f;
} .single-article__header .container {
position: relative;
min-height: 43rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 768.98px) { .single-article__header .container {
min-height: 32rem;
}
} .single-article__header__share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 3.2rem;
}
@media (max-width: 991.98px) { .single-article__header__share {
margin-bottom: 2rem;
}
} .single-article__header__share__meta {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.2rem;
line-height: 2rem;
margin-right: 1.8rem;
text-transform: uppercase;
color: #fff;
} .single-article__header__share .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
} .single-article__header__share .social-media__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 2rem;
} .single-article__header__share .social-media__item a {
display: block;
width: 2rem;
color: #fff;
} .single-article__header__share .social-media__item a .icon {
display: block;
width: 2rem;
} .single-article__header__share .social-media__item a:hover {
color: #e92841;
} .single-article__header__share .social-media__item a .icon.svg-container {
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .single-article__header__share .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
} .single-article__header__terms {
margin-bottom: 1.2rem;
} .single-article__header__terms ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 70rem;
-webkit-column-gap: 1.2rem;
-moz-column-gap: 1.2rem;
column-gap: 1.2rem;
row-gap: 1.2rem;
}
@media (max-width: 768.98px) { .single-article__header__terms {
margin-bottom: 2rem;
} .single-article__header__terms ul {
max-width: 100%;
gap: 0.6rem;
}
} .single-article__header .article__title {
max-width: 70rem;
font-size: 4.4rem;
font-weight: normal;
line-height: 5.2rem;
color: #fff;
} .single-article__header .article__title .section-title {
color: #fff;
}
@media (max-width: 991.98px) { .single-article__header .article__title {
font-size: 3.2rem;
line-height: 4rem;
}
}
@media (max-width: 768.98px) { .single-article__header .article__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .single-article__header__sidebar {
position: absolute;
top: 6rem;
right: 1.5rem;
width: 28.3rem;
}
@media (max-width: 991.98px) { .single-article__header__sidebar {
display: none;
}
} .single-article__header__sidebar .expert-box {
margin-bottom: 2rem;
} .single-article__meta {
margin-top: 2rem;
color: #222;
} .single-article__meta__published {
font-size: 1.6rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .single-article__meta__updated {
font-size: 1.2rem;
font-family: "GTWalsheimProLight", sans-serif;
} .single-article__meta__updated__date {
color: #de002e;
} .single-article__content {
padding: 6rem 0 0;
} .single-article__content .col-layout {
display: grid;
grid-template-columns: auto 28.3rem;
-webkit-column-gap: 3rem;
-moz-column-gap: 3rem;
column-gap: 3rem;
}
@media (max-width: 991.98px) { .single-article__content .col-layout {
grid-template-columns: minmax(100%, 1fr);
}
} .single-article__content .featured-block {
margin: 0;
margin-bottom: 4rem;
} .single-article__content .featured-block .list__item {
font-size: 1.6rem;
line-height: 2.4rem;
} .single-article__content .fragment-block {
margin: 0;
margin-bottom: 4rem;
} .single-article__content .baner .scroll-button:hover {
color: #000;
} .single-article__content .baner .scroll-button::after {
background: white;
} .single-article__content .baner__title,
.single-article__content .baner__subtitle {
max-width: 92rem;
} .single-article .social-media-sharer {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 6.2rem;
} .single-article .social-media-sharer__meta {
color: #1c1c1c;
font-size: 1.4rem;
line-height: 2.2rem;
text-transform: uppercase;
font-family: "GTWalsheimProLight", sans-serif;
margin-right: 1.8rem;
} .single-article .social-media-sharer .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .single-article .social-media-sharer .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
}
@media (max-width: 575.98px) { .single-article .social-media-sharer .social-media__item:not(:last-of-type) {
margin-right: 1.2rem;
}
} .single-article .social-media-sharer .social-media__item a {
display: block;
} .single-article .social-media-sharer .social-media__item a:hover .icon,
.single-article .social-media-sharer .social-media__item a:focus .icon {
color: #e92841;
} .single-article .social-media-sharer .social-media__item a .icon {
color: #4f2d7f;
width: 2rem;
height: 2rem;
} .single-article .social-media-sharer .social-media__item a .icon.svg-container {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .single-article__text {
margin-bottom: 8rem;
} .single-article__text.main-text {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 8rem;
} .single-article__text.main-text p,
.single-article__text.main-text h1,
.single-article__text.main-text h2,
.single-article__text.main-text h3,
.single-article__text.main-text h4,
.single-article__text.main-text strong {
font-size: inherit;
line-height: inherit;
font-family: inherit;
margin-bottom: 0 !important;
}
@media (max-width: 1199.98px) { .single-article__text.main-text {
font-size: 2.8rem;
line-height: 3.6rem;
}
} .single-article__text h3 {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2rem;
} .single-article__text p {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-bottom: 2.4rem;
} .single-article__text p:last-child {
margin-bottom: 0;
} .single-article__text strong {
font-size: inherit;
line-height: inherit;
font-family: "GTWalsheimProMedium", sans-serif;
} .single-article__text ul {
list-style-type: disc;
margin-top: 2rem;
margin-bottom: 4rem;
} .single-article__text ul p {
margin: 0;
} .single-article__text ul li {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-left: 2rem;
} .single-article__text ul li:first-of-type {
margin-top: 2rem;
} .single-article__text ul li:not(:last-of-type) {
margin-bottom: 2rem;
} .single-article__text ol {
list-style: decimal;
margin-top: 2rem;
margin-bottom: 4rem;
} .single-article__text ol li {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-left: 2rem;
} .single-article__text ol li:not(:last-of-type) {
margin-bottom: 1.6rem;
} .single-article__text a {
position: relative;
} .single-article__text.text-with-sharer {
margin-top: 4rem;
} .single-article__text.text-with-sharer p {
margin-bottom: 2rem;
} .single-article__text img {
height: auto !important;
}
@media (max-width: 991.98px) { .single-article__text.main-text {
font-size: 2rem;
line-height: 2.8rem;
margin-bottom: 6rem;
} .single-article__text h3 {
font-size: 2.4rem;
line-height: 3.2rem;
} .single-article__text p {
font-size: 1.6rem;
line-height: 2.4rem;
margin-bottom: 2rem;
} .single-article__text p:last-child {
margin-bottom: 6rem;
} .single-article__text ul {
margin-bottom: 6rem;
} .single-article__text ul li:first-of-type {
margin-top: 4rem;
}
} .custom-tooltip {
padding: 0.8rem 0.8rem 1rem;
background-color: #444;
font-family: "GTWalsheimProLight", sans-serif;
position: absolute;
top: -0.6rem;
left: 50%;
-webkit-transform: translate(-50%, -100%);
-o-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
display: none;
} .custom-tooltip::after {
content: "";
width: 2rem;
position: absolute;
z-index: 1;
bottom: -1.98rem;
left: 50%;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border: 1rem solid transparent;
border-top: 1rem solid #444;
} .custom-tooltip__offer {
color: #CBCBCB;
text-transform: uppercase;
font-size: 1.2rem;
line-height: 2rem;
} .custom-tooltip__title {
color: #FFF;
font-size: 1.4rem;
line-height: 2.2rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
} .desktop-hidden {
display: none;
}
@media (max-width: 991.98px) { .desktop-hidden {
display: block;
}
}
@media (max-width: 768.98px) { .mobile-hidden {
display: none;
}
} .single-article-post .related-services {
background-color: #f2f0ed;
padding: 1.6rem;
} .single-article-post .related-services__title {
font-size: 1.2rem;
line-height: 2rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-weight: 500;
margin-bottom: 2rem;
text-transform: uppercase;
} .single-article-post .related-services__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
} .single-article-post .related-services__list li {
color: #4f2d7f;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
} .single-article-post .related-services__shown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
} .single-article-post .related-services__hidden {
display: none;
} .single-article-post .related-services__hidden li:not(:last-of-type) {
margin-bottom: 2rem;
} .single-article-post .related-services button {
padding: 1.6rem 2.8rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-top: 2rem;
}
@media (max-width: 991.98px) { .single-article-post .related-services {
margin-bottom: 6rem;
}
} .sticky-wrapper {
position: relative;
} .sticky-menu {
background-color: #F2F0ED;
color: #4f2d7f;
position: relative;
top: 0;
z-index: 90;
}
@media (max-width: 768.98px) { .sticky-menu {
padding: 2.4rem 0;
}
} .sticky-menu__list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 768.98px) { .sticky-menu__list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .sticky-menu__item {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
font-weight: 500;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
cursor: pointer;
position: relative;
padding: 2.2rem 0 2.1rem;
}
@media (max-width: 768.98px) { .sticky-menu__item {
padding: 0;
font-family: "GTWalsheimProMedium", sans-serif;
}
} .sticky-menu__item:not(:last-of-type) {
margin-right: 4.5rem;
} .sticky-menu__item::after {
content: "";
position: absolute;
right: 0;
left: 0;
bottom: 0;
width: 0;
height: 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 auto;
} .sticky-menu__item.active {
font-family: "GTWalsheimProMedium", sans-serif;
} .sticky-menu__item.active::after {
width: calc(100%);
background: #4f2d7f;
}
@media (max-width: 768.98px) { .sticky-menu__item.active::after {
width: 0;
background: none;
}
} .sticky-menu__item:hover {
color: #e92841;
} .sticky-menu__item:hover::after {
width: calc(100%);
background: #e92841;
}
@media (max-width: 768.98px) { .sticky-menu__item:hover {
padding: 0;
} .sticky-menu__item:hover::after {
width: 0;
background: none;
}
}
@media (max-width: 768.98px) { .sticky-menu__item:not(:last-of-type) {
margin-right: 0;
margin-bottom: 1.2rem;
}
} .sticky-menu.sticky {
position: fixed;
width: 100%;
z-index: 98;
} .sticky-menu.sticky .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .sticky-menu.sticky .sticky-menu__button {
display: block;
}
@media (max-width: 991.98px) { .sticky-menu.sticky .sticky-menu__button {
display: none;
}
} .sticky-menu__button {
display: none;
padding: 1.2rem 2.4rem;
background-color: #4f2d7f;
color: #FFF;
font-size: 1.4rem;
line-height: 2.2rem;
border: none;
} .custom-selectbox__list {
display: none;
max-height: 47.5rem;
overflow-y: scroll;
background-color: #fff;
position: relative;
padding: 3.2rem 4rem;
margin-left: -3.2rem;
margin-right: -3.2rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.6rem;
border-bottom: 0.1rem solid #C8BEAF;
z-index: 85;
}
@media (max-width: 991.98px) { .custom-selectbox__list {
margin-left: -1.5rem;
margin-right: -1.5rem;
padding: 3.2rem 2.3rem;
}
} .custom-selectbox__list.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .custom-selectbox__list::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
} .custom-selectbox__list li {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
-ms-flex-negative: 0;
flex-shrink: 0;
} .custom-selectbox__list li:hover {
color: #e92841;
cursor: pointer;
} .custom-selectbox__list li.active {
color: #e92841;
} .custom-selectbox__selected {
height: 100%;
width: 100%;
padding: 1.2rem 0.8rem;
padding-right: 4rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #4f2d7f;
background-color: transparent;
position: relative;
border: none;
outline: none;
z-index: 80;
border-bottom: 0.1rem solid #C8BEAF;
cursor: pointer;
-webkit-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
} .select-block {
width: 100%;
height: 4.8rem;
background: transparent;
position: relative;
cursor: pointer;
} .select-block:hover input {
color: #e92841;
} .select-block:hover .svg-container {
color: #e92841;
} .select-block::before {
content: "";
position: absolute;
width: calc(100% + 6.4rem);
height: 100%;
left: -3.2rem;
top: 0;
}
@media (max-width: 991.98px) { .select-block::before {
width: calc(100% + 3rem);
left: -1.5rem;
}
} .select-block.active::before {
background-color: #FFF;
} .select-block.active .svg-container {
-webkit-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
} .select-block .svg-container {
position: absolute;
width: 0.7rem;
height: 1rem;
top: 50%;
right: 1.5rem;
-webkit-transform: translateY(-50%) rotate(90deg);
-o-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
color: #4f2d7f;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
} .register__nav {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
padding: 2rem 0;
} .register__nav a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .register__nav a svg,
.register__nav a path {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .register__nav a:hover svg,
.register__nav a:hover path {
fill: #e92841;
}
@media (min-width: 768.98px) { .register__nav {
font-size: 2.4rem;
padding-top: 0;
} .register__nav a svg {
width: 32px;
}
} .register__header {
color: white;
padding: 6.4rem 0;
} .register__header__heading {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2.4rem;
} .register__header__title {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
margin-top: 1.2rem;
}
@media (min-width: 768.98px) { .register__header {
padding: 9.6rem 0;
} .register__header .register__header__heading {
font-size: 4.4rem;
max-width: 90rem;
} .register__header .register__header__title {
font-size: 2.4rem;
max-width: 90rem;
}
} .register__details--mobile .event-details-block {
padding-top: 4rem;
}
@media (min-width: 991.98px) { .register__details--mobile {
display: none;
}
} .register__details .event-details-block__mobile {
border-bottom: none;
padding-bottom: 0;
} .register__contact--mobile {
margin: 6rem 0 6rem;
}
@media (min-width: 991.98px) { .register__contact--mobile {
display: none;
}
} .register__contact--desktop {
margin: 2.6rem 0;
} .register__form {
max-width: 80rem;
margin-bottom: 6rem;
}
@media (min-width: 768.98px) { .register__form {
margin: 7.5rem 0 6rem;
}
} .register__form__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2.4rem;
}
@media (min-width: 768.98px) { .register__form__title {
font-size: 4.4rem;
}
} .register__form__subtitle {
margin-top: 1.2rem;
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
} .register__form__details {
background: #DCD5E5;
padding: 3.2rem 0;
margin: 3.2rem 0 2rem;
} .register__form__details__date {
font-family: "GTWalsheimProLight", sans-serif;
color: #444444;
font-size: 1.4rem;
margin-bottom: .8rem;
} .register__form__details__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2rem;
} .register__form form {
display: grid;
gap: 2rem;
grid-template-columns: 1fr;
margin-top: 4rem;
} .register__form form .register__form__field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .register__form form .register__form__field__label {
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .register__form form .register__form__field__label.required::before {
content: "* ";
color: #DE002E;
font-family: "GTWalsheimProRegular", sans-serif;
} .register__form form .register__form__field__input {
padding: 1.2rem;
border: 1px solid #C8BEAF;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
} .register__form form .register__form__field__input:focus {
outline: none;
} .register__form form .register__form__field__input.invalid {
border: 1px solid #e92841;
} .register__form form .register__form__checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: .8rem;
} .register__form form .register__form__checkbox__label {
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .register__form form .register__form__checkbox__label.required::before {
content: "* ";
color: #DE002E;
font-family: "GTWalsheimProRegular", sans-serif;
} .register__form form .register__form__checkbox__input {
border: 1px solid #C8BEAF;
width: 20px;
height: 20px;
-ms-flex-negative: 0;
flex-shrink: 0;
} .register__form form .register__form__checkbox__input:checked {
border-color: #4f2d7f;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+DQoJPHBhdGggZmlsbD0iIzRmMmQ3ZiIgZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6Ii8+DQo8L3N2Zz4=);
background-size: 14px;
background-repeat: no-repeat;
background-position: center;
} .register__form form .register__form__checkbox__input.invalid {
border: 1px solid #e92841;
} .register__form form .register__form__group {
display: grid;
grid-template-rows: auto auto;
gap: 1.2rem;
} .register__form form .button {
padding: 1.6rem 3.2rem;
font-size: 1.4rem;
}
@media (max-width: 768.98px) { .register__form form .button {
white-space: break-spaces;
}
} .register__form form .button:disabled {
background: #DCD5E5;
color: white;
cursor: default;
} .register__form form .button:disabled:hover {
background: #DCD5E5;
color: white;
}
@media (min-width: 991.98px) { .register__form form {
grid-template-columns: 1fr 1fr;
} .register__form form .register__form__field:last-of-type:nth-of-type(odd) {
grid-column: span 2;
} .register__form form .register__form__group {
grid-column: span 2;
} .register__form form .button {
grid-column: span 2;
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
}
} .register__form__line {
height: 1px;
width: 100%;
max-width: 60rem;
background: #C8BEAF;
margin: 4rem 0 2rem;
} .register__form__required {
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
} .register__form__required::before {
content: "* ";
color: #DE002E;
font-family: "GTWalsheimProRegular", sans-serif;
} .register__form__info {
font-size: 1.4rem;
font-family: "GTWalsheimProLight", sans-serif;
} .register__faq .faq {
background: #F2F0ED;
} .register-modal {
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
background: rgba(0, 0, 0, 0.3);
z-index: 1050;
} .register-modal__box {
opacity: 0;
max-width: 72rem;
position: relative;
top: 10%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 1.6rem 0;
background: white;
max-height: 100%;
overflow: auto;
} .register-modal__box .exit-button {
position: absolute;
top: 1.6rem;
right: 1.6rem;
width: 2rem;
height: 2rem;
cursor: pointer;
}
@media (min-width: 768.98px) { .register-modal__box .exit-button {
top: 3.2rem;
right: 3.2rem;
}
}
@media (min-width: 768.98px) { .register-modal__box {
padding: 3.2rem 0;
}
} .register-modal__box .horizontal-pading {
padding: 0 1.6rem;
}
@media (min-width: 768.98px) { .register-modal__box .horizontal-pading {
padding: 0 3.2rem;
}
} .register-modal__box .horizontal-margin {
margin-left: 1.6rem;
margin-right: 1.6rem;
}
@media (min-width: 768.98px) { .register-modal__box .horizontal-margin {
margin-left: 3.2rem;
margin-right: 3.2rem;
}
} .register-modal__box .register__form {
margin: 0;
} .register-modal__box .register__form form {
margin: 0;
} .register-modal__box .register__form__line {
max-width: 100%;
width: calc(100% - 3.2rem);
}
@media (min-width: 768.98px) { .register-modal__box .register__form__line {
width: calc(100% - 6.4rem);
}
} .double-column__header {
background: #4f2d7f;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
} .double-column__header__layout {
display: grid;
grid-template-columns: auto 28.2rem;
gap: 3.2rem;
} .double-column__header__layout__column {
position: relative;
} .double-column__header__layout__column__aside {
position: absolute;
top: 4rem;
width: 100%;
}
@media (max-width: 991.98px) { .double-column__header__layout {
grid-template-columns: 1fr;
} .double-column__header__layout .double-column__header__layout__column {
display: none;
}
} .double-column__main {
display: grid;
grid-template-columns: auto 28.2rem;
gap: 3.2rem;
}
@media (max-width: 991.98px) { .double-column__main {
grid-template-columns: 1fr;
}
} .video-hero {
width: 100%;
position: relative;
height: 100%;
max-height: 81rem;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .video-hero {
margin-bottom: 4rem;
}
} .video-hero__video {
width: 100%;
height: 100%;
max-height: 81rem;
} .video-hero__controlls {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
color: white;
} .video-hero__controlls .container {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1.6rem;
}
@media (min-width: 768.98px) { .video-hero__controlls .container {
padding: 6rem 1.6rem;
}
}
@media (min-width: 768.98px) { .video-hero__controlls__spacer {
display: none;
}
} .video-hero__controlls__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
}
@media (min-width: 768.98px) { .video-hero__controlls__title {
font-size: 4.4rem;
}
} .video-hero__controlls__icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .video-hero__controlls__icons__icon {
width: 2rem;
height: 2rem;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .video-hero__controlls__icons__icon svg {
width: 100%;
height: 100%;
}
@media (min-width: 768.98px) { .video-hero__controlls__icons__icon {
width: 4rem;
height: 4rem;
}
} .about-services {
margin-bottom: 6rem;
} .about-services__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2.4rem;
margin-bottom: 4rem;
} .about-services__items {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
@media (min-width: 1199.98px) { .about-services__items {
grid-template-columns: 1fr 1fr 1fr;
}
} .about-services__items__item {
background: #DCD5E5;
padding: 1.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2.4rem;
overflow: hidden;
} .about-services__items__item__image {
height: 100%;
width: 10rem;
margin-left: -3.2rem;
opacity: .2;
} .about-services__items__item__image svg {
width: 100%;
height: 100%;
} .about-services__items__item__text__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.8rem;
} .about-services__items__item__text__subtitle {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
} .about-services__items__item--orange {
background: #fee3d3;
height: 100%;
position: relative;
padding: 2rem;
}
@media (min-width: 1199.98px) { .about-services__items__item--orange {
grid-column: 3;
grid-row: 1 / span 2;
}
} .about-services__items__item--orange .about-services__items__item__image {
opacity: 1;
position: absolute;
height: 21.5rem;
width: 21.5rem;
top: 50%;
left: -8rem;
margin: 0;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .about-services__items__item--orange .about-services__items__item__image svg,
.about-services__items__item--orange .about-services__items__item__image path {
fill: #fdc6a7;
} .about-services__items__item--orange .about-services__items__item__text {
display: grid;
grid-template-columns: 1fr;
width: 100%;
gap: 1.6rem;
z-index: 1;
}
@media (min-width: 991.98px) { .about-services__items__item--orange .about-services__items__item__text {
grid-template-columns: auto auto;
}
}
@media (min-width: 991.98px) { .about-services__items__item--orange .about-services__items__item__text .about-services__items__item__text__title {
grid-column: 1 / span 2;
}
} .about-services__items__item--orange .about-services__items__item__text ul {
margin-top: 1.6rem;
list-style: inside;
list-style-type: disc;
font-family: "GTWalsheimProLight", sans-serif;
list-style-position: outside;
} .about-services__items__item--orange .about-services__items__item__text ul li {
margin-left: 2rem;
} .about-history {
position: relative;
padding: 6rem 0;
background: #4f2d7f;
display: grid;
grid-template-columns: minmax(1.6rem, auto) minmax(auto, 127.5rem) minmax(1.6rem, auto);
color: white;
}
@media (min-width: 1199.98px) { .about-history {
padding: 8rem 0 12rem;
}
} .about-history__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
opacity: .3;
} .about-history__title {
grid-column: 1 / span 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 2.4rem;
z-index: 1;
}
@media (min-width: 1199.98px) { .about-history__title {
font-size: 4.4rem;
padding-bottom: 8rem;
}
} .about-history__side {
position: relative;
} .about-history__side__line {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 8px;
background: #DCD5E5;
}
@media (max-width: 991.98px) { .about-history__side__line {
display: none;
}
} .about-history__center {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .about-history__center__line {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(calc(-50% + 2px));
-o-transform: translateY(calc(-50% + 2px));
transform: translateY(calc(-50% + 2px));
width: 100%;
height: 4px;
background: #DCD5E5;
} .about-history__center__arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: white;
cursor: pointer;
width: 4rem;
height: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
} .about-history__center__arrow__icon {
width: 1.2rem;
height: 1.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .about-history__center__arrow__icon svg {
width: 100%;
height: 100%;
}
@media (min-width: 991.98px) { .about-history__center__arrow__icon {
width: 2rem;
height: 2rem;
}
}
@media (min-width: 991.98px) { .about-history__center__arrow {
width: 6rem;
height: 6rem;
}
} .about-history__center__arrow--left {
left: 0;
} .about-history__center__arrow--left svg {
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
} .about-history__center__arrow--right {
right: 0;
} .about-history__center__arrow.disabled {
background: #DCD5E5;
cursor: default;
} .about-history__center__arrow.disabled .about-history__center__arrow__icon svg,
.about-history__center__arrow.disabled .about-history__center__arrow__icon path {
fill: #DCD5E5;
-webkit-filter: brightness(0.8);
filter: brightness(0.8);
} .about-history__center__content {
width: 100%;
height: 100%;
max-width: calc(100% - 12rem);
} .about-history-slider {
width: 100%;
overflow: hidden;
margin: auto;
margin-top: 2.8rem;
position: relative;
height: 30rem;
opacity: 0;
} .about-history-slider__list {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: 0px;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
} .about-history-slider__list__item {
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 2.8rem;
color: #DCD5E5;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .about-history-slider__list__item__icon {
width: 7.2rem;
height: 7.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .about-history-slider__list__item__icon svg {
width: 4.8rem;
height: 4.8rem;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .about-history-slider__list__item__line {
height: .8rem;
width: 100%;
max-width: 17.8rem;
background: #DCD5E5;
margin: 3.2rem 0 4.2rem;
} .about-history-slider__list__item__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
}
@media (max-width: 991.98px) { .about-history-slider__list__item__title {
font-size: 3.2rem;
}
} .about-history-slider__list__item__subtitle {
font-family: "GTWalsheimProRegular", sans-serif;
font-size: 1.8rem;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-align: center;
}
@media (max-width: 991.98px) { .about-history-slider__list__item__subtitle {
font-size: 1.6rem;
}
} .about-history-slider__list__item.active {
color: white;
} .about-history-slider__list__item.active .about-history-slider__list__item__icon svg {
width: 7.2rem;
height: 7.2rem;
} .about-history-slider__list__item.active .about-history-slider__list__item__subtitle {
opacity: 1;
} .career-offers {
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .career-offers {
margin-bottom: 6rem;
}
} .career-offers__offer {
position: relative;
} .career-offers__offer .background {
width: 50%;
height: 32rem;
position: absolute;
top: 0;
z-index: -1;
}
@media (max-width: 991.98px) { .career-offers__offer .background {
width: 80%;
}
}
@media (max-width: 768.98px) { .career-offers__offer .background {
width: 100%;
height: 100%;
}
} .career-offers__offer:nth-child(1) .background {
left: 0;
} .career-offers__offer:nth-child(2) .background {
right: 0;
} .career-offers__offer:nth-child(2) .single-offer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
left: 0;
} .career-offers__offer:nth-child(2) .single-offer__text-container {
margin-right: 0;
margin-left: 3.2rem;
} .single-offer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 768.98px) { .single-offer {
padding: 0;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
} .single-offer__text-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 4rem 0 3.7rem;
height: 32rem;
margin-right: 3.2rem;
width: 42rem;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 1199.98px) { .single-offer__text-container {
width: 38rem;
}
}
@media (max-width: 991.98px) { .single-offer__text-container {
width: 28rem;
}
}
@media (max-width: 768.98px) { .single-offer__text-container {
width: 100%;
height: auto;
padding: 4rem 1.5rem;
margin: 0 !important;
}
} .single-offer__text {
width: 38.8rem;
width: 100%;
} .single-offer__title {
color: #FFF;
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 1.6rem;
}
@media (max-width: 991.98px) { .single-offer__title {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 1.2rem;
}
} .single-offer__description {
color: #FFF;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .single-offer__description {
font-size: 1.6rem;
line-height: 2.4rem;
margin-bottom: 4rem;
}
} .single-offer__link a {
color: #FFF;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .single-offer__link a:hover {
color: #e92841;
} .single-offer__link a:hover .svg-container {
margin-left: 2rem;
} .single-offer__link .svg-container {
width: 2.1rem;
margin-left: 1.25rem;
-webkit-transition: margin 0.5s ease-in-out;
-o-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
} .single-offer__primary-image {
width: 100%;
height: 32rem;
} .single-offer__primary-image.with-secondary-block {
height: 64rem;
}
@media (max-width: 991.98px) { .single-offer__primary-image {
height: 32rem;
} .single-offer__primary-image.with-secondary-block {
height: 32rem;
}
}
@media (max-width: 768.98px) { .single-offer__primary-image {
height: 24rem;
} .single-offer__primary-image.with-secondary-block {
height: 24rem;
}
} .single-offer__secondary-image {
height: 32rem;
width: 45.2rem !important;
}
@media (max-width: 991.98px) { .single-offer__secondary-image {
display: none !important;
}
} .image-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
width: 100%;
} .image-container img {
display: block;
min-width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} .faq {
background: #fff;
padding: 8rem 0;
}
@media (max-width: 991.98px) { .faq {
padding: 6rem 0;
}
} .faq__container__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
} .faq__container__title.faq-module {
font-size: 3.2rem;
line-height: 4rem;
}
@media (max-width: 991.98px) { .faq__container__title.faq-module {
font-size: 2.4rem;
line-height: 3.2rem;
}
}
@media (max-width: 991.98px) { .faq__container__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .faq__container__content {
margin-top: 3.2rem;
display: grid;
grid-template-columns: auto 28.3rem;
} .faq__container__content.faq-module {
margin-top: 4rem;
}
@media (max-width: 991.98px) { .faq__container__content.faq-module {
margin-top: 3.2rem;
}
}
@media (max-width: 991.98px) { .faq__container__content {
grid-template-columns: 1fr;
}
} .faq__container__content--no-contact {
grid-template-columns: 1fr;
} .faq__container__content__list {
padding-right: 3.2rem;
}
@media (max-width: 991.98px) { .faq__container__content__list {
padding: 0;
}
} .faq__container__content__list__show-all {
display: block;
margin-top: 2.4rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #4f2d7f;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
cursor: pointer;
} .faq__container__content__list__show-all:hover {
color: #e92841;
} .faq__container__content__list__show-all .svg-container {
width: 2rem;
} .faq__container__content__list__show-all .svg-container svg {
width: 100%;
} .faq__container__content__list__item {
border-top: 1px solid #D7CCC0;
padding: 1.6rem 0;
cursor: pointer;
} .faq__container__content__list__item.faq-module {
border-bottom: 1px solid #D7CCC0;
} .faq__container__content__list__item.faq-module:not(:first-of-type) {
border-top: none;
} .faq__container__content__list__item__question {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 8rem;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .faq__container__content__list__item__question.faq-module {
font-size: 2rem;
font-family: "GTWalsheimProRegular", sans-serif;
}
@media (max-width: 991.98px) { .faq__container__content__list__item__question.faq-module {
font-size: 1.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
} .faq__container__content__list__item__question .icon {
-ms-flex-negative: 0;
flex-shrink: 0;
} .faq__container__content__list__item__question .icon svg {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .faq__container__content__list__item__question .icon svg path {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .faq__container__content__list__item__question .icon.active svg {
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
} .faq__container__content__list__item__question:hover {
color: #e92841;
} .faq__container__content__list__item__question:hover svg,
.faq__container__content__list__item__question:hover path {
fill: #e92841;
} .faq__container__content__list__item__answer {
margin-top: 1.1rem;
font-family: "GTWalsheimProLight", sans-serif;
-webkit-transition: max-height 0.2s ease-out;
-o-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out;
display: none;
} .faq__container__content__list__item.no-content {
cursor: default;
} .faq__container__content__list__item.no-content .faq__container__content__list__item__question:hover {
color: #000;
} .faq__container__content__list__items-hidden {
display: none;
} .faq__container__content__list__items-hidden li {
border-top: none;
}
@media (max-width: 991.98px) { .faq__container__content__contact {
display: none;
} .faq__container__content__contact.faq-module {
display: block;
margin-top: 4rem;
} .faq__container__content__contact.faq-module .expert-box__meta {
max-width: 25rem;
} .faq__container__content__contact.faq-module .expert-box .contact-list-wrapper {
max-width: 25rem;
}
} .faq__container__content__contact--no-contact {
display: none;
} .recruitment-process {
padding: 8rem 0;
background-color: #dcd5e5;
}
@media (max-width: 991.98px) { .recruitment-process {
padding: 6rem 0;
}
} .recruitment-process .container {
position: relative;
} .recruitment-process .container .control-arrows {
outline: none;
top: 1.6rem;
right: 0;
color: transparent;
font-size: 0;
width: 3.2rem;
height: 3.2rem;
padding: 0;
cursor: pointer;
border: 0.2rem solid #4f2d7f;
position: absolute;
z-index: 2;
-webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
@media (max-width: 991.98px) { .recruitment-process .container .control-arrows {
display: none;
}
} .recruitment-process .container .control-arrows.button-prev {
right: 1.4rem;
-webkit-transform: rotate(180deg) translateX(100%);
-o-transform: rotate(180deg) translateX(100%);
transform: rotate(180deg) translateX(100%);
background: transparent;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .recruitment-process .container .control-arrows.button-prev:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
} .recruitment-process .container .control-arrows.button-next {
right: 1.6rem;
background: #4f2d7f;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
} .recruitment-process .container .control-arrows.button-next:hover {
background: #e92841;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE3OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Zz4NCiAgICAgICAgPGc+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSIjNGYyZDdmIiBkPSJtMy41MTExMDcsMTYxLjAxMjM0OGw3Mi4wMTk3NiwtNzIuMDE5NzZsLTcyLjAxOTc2LC03Mi4wMTk3NmMtMy44NTE4NTIsLTMuODUxODUyIC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk2NTQzM3MxMC4xMTM1ODEsLTMuODUxODUyIDEzLjk2NTQzMywwbDc5LjAxMjM1Myw3OS4wMTIzNTNjMy44NTE4NTIsMy44NTE4NTIgMy44NTE4NTIsMTAuMTEzNTgxIDAsMTMuOTY1NDMzbC03OS4wMTIzNTMsNzkuMDEyMzUzYy0xLjkxNjA1LDEuOTE2MDUgLTQuNDQ0NDQ1LDIuODgzOTUxIC02Ljk3Mjg0LDIuODgzOTUxcy01LjA1Njc5MSwtMC45Njc5MDEgLTYuOTkyNTkzLC0yLjg4Mzk1MWMtMy44NTE4NTIsLTMuODcxNjA1IC0zLjg1MTg1MiwtMTAuMTEzNTgxIDAsLTEzLjk4NTE4N3oiLz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
background-size: 0.433rem 0.767rem;
background-repeat: no-repeat;
background-position: center;
border: 0.2rem solid #e92841;
} .recruitment-process .container .mobile-control-buttons {
display: none;
} .recruitment-process .container .mobile-control-buttons::before {
content: "";
width: 100%;
height: 0.1rem;
background-color: #4f2d7f;
position: absolute;
top: 1.6rem;
left: 0;
} .recruitment-process .container .mobile-control-buttons button {
border: 0.1rem solid #4f2d7f;
border-radius: 50%;
outline: none;
color: #4f2d7f;
width: 3.2rem;
height: 3.2rem;
background-color: #dcd5e5;
-webkit-transition: 0.3s background-color ease-in-out, 0.3s border ease-in-out;
-o-transition: 0.3s background-color ease-in-out, 0.3s border ease-in-out;
transition: 0.3s background-color ease-in-out, 0.3s border ease-in-out;
cursor: pointer;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
z-index: 2;
} .recruitment-process .container .mobile-control-buttons button:hover {
border-color: #e92841;
background-color: #e92841 !important;
color: #fff;
} .recruitment-process .container .mobile-control-buttons button.active {
color: #fff;
background-color: #4f2d7f;
}
@media (max-width: 991.98px) { .recruitment-process .container .mobile-control-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
position: relative;
margin-bottom: 4rem;
}
} .recruitment-process__title-row {
margin-bottom: 4rem;
} .recruitment-process__title {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .recruitment-process__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .recruitment-process__content {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 5vw;
}
@media (max-width: 991.98px) { .recruitment-process__content {
max-width: 100%;
}
} .recruitment-process__content__image {
max-width: 46rem;
margin-right: 3.2rem;
} .recruitment-process__content__image img {
display: block;
width: 100%;
}
@media (max-width: 991.98px) { .recruitment-process__content__image {
display: none;
}
} .recruitment-process__list {
list-style: none;
width: 50rem;
}
@media (max-width: 991.98px) { .recruitment-process__list {
width: 100%;
}
} .recruitment-process__item .list-item-wrapper {
position: relative;
z-index: 2;
} .recruitment-process__item:not(:last-of-type) {
margin-bottom: 2.4rem;
} .recruitment-process__item:not(:last-of-type) .list-item-wrapper::before {
content: "";
position: absolute;
left: 1.6rem;
top: 2rem;
width: 0.1rem;
height: calc(100% + 3.2rem);
background-color: #4f2d7f;
z-index: -1;
}
@media (max-width: 991.98px) { .recruitment-process__item:not(:last-of-type) .list-item-wrapper::before {
display: none;
}
} .recruitment-process__item .item-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
@media (min-width: 991.98px) { .recruitment-process__item .item-title:hover button {
border-color: #e92841;
background-color: #e92841 !important;
color: #fff;
} .recruitment-process__item .item-title:hover span {
color: #e92841;
}
} .recruitment-process__item .item-title button {
border: 0.1rem solid #4f2d7f;
border-radius: 50%;
outline: none;
color: #4f2d7f;
width: 3.2rem;
height: 3.2rem;
background-color: #dcd5e5;
-webkit-transition: 0.3s background-color ease-in-out, 0.3s border ease-in-out;
-o-transition: 0.3s background-color ease-in-out, 0.3s border ease-in-out;
transition: 0.3s background-color ease-in-out, 0.3s border ease-in-out;
cursor: pointer;
margin-right: 1.6rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .recruitment-process__item .item-title button {
display: none;
}
} .recruitment-process__item .item-title span {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
display: inline;
word-wrap: normal;
padding: 0;
margin: 0;
-webkit-transition: 0.3s color ease-in-out;
-o-transition: 0.3s color ease-in-out;
transition: 0.3s color ease-in-out;
}
@media (max-width: 991.98px) { .recruitment-process__item .item-title span {
font-family: "GTWalsheimProMedium", sans-serif;
}
} .recruitment-process__item-description {
display: none;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
margin-top: 1rem;
margin-left: 5rem;
}
@media (max-width: 991.98px) { .recruitment-process__item-description {
display: block !important;
height: auto;
margin-left: 0;
margin-top: 1.6rem;
}
} .recruitment-process__item-image {
display: none;
}
@media (max-width: 991.98px) { .recruitment-process__item-image {
position: relative;
top: 2rem;
left: 0;
width: 100%;
display: grid;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 2rem;
} .recruitment-process__item-image img {
width: 100%;
max-width: 48.1rem;
height: auto;
}
} .recruitment-process__item.active .item-title span {
font-family: "GTWalsheimProMedium", sans-serif;
} .recruitment-process__item.active .item-title button {
color: #fff;
background-color: #4f2d7f;
} .recruitment-process__links {
margin-top: 1.5rem;
} .recruitment-process__links a {
color: #4f2d7f;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProMedium", sans-serif;
display: block;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
} .recruitment-process__links a:hover {
color: #e92841;
} .recruitment-process__links a:hover .svg-container {
color: #e92841;
-webkit-transform: translateX(1rem);
-o-transform: translateX(1rem);
transform: translateX(1rem);
}
@media (max-width: 991.98px) { .recruitment-process__links a:not(:last-child) {
margin-bottom: 0.4rem;
}
} .recruitment-process__links .svg-container {
margin-left: 0.8rem;
width: 1.6rem;
height: 100%;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
} .recruitment-teams {
position: relative;
margin-bottom: 8rem;
overflow-x: hidden;
}
@media (max-width: 991.98px) { .recruitment-teams {
margin-bottom: 6rem;
}
}
@media (max-width: 768.98px) { .recruitment-teams {
padding-right: 0;
}
} .recruitment-teams__title {
margin-bottom: 4rem;
} .recruitment-teams__title h2 {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .recruitment-teams__title h2 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .recruitment-teams__content {
display: grid;
grid-template-columns: repeat(4, minmax(28.3rem, 1fr));
grid-auto-rows: 28.3rem;
gap: 3.2rem;
}
@media (max-width: 1304px) { .recruitment-teams__content {
grid-template-columns: repeat(3, minmax(28.3rem, 1fr));
}
}
@media (max-width: 991.98px) { .recruitment-teams__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0;
}
}
@media (max-width: 991.98px) { .recruitment-teams .recruitment-team-card {
width: 25.2rem;
height: 28.3rem;
margin-right: 1.6rem;
}
} .recruitment-teams .slick-slider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .recruitment-teams .slick-dots {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 3.2rem;
} .recruitment-teams .slick-dots li:not(:last-child) {
margin-right: 0.8rem;
} .recruitment-teams .slick-dots li button {
font-size: 0;
width: 1.2rem;
height: 1.2rem;
border-radius: 50%;
outline: none;
border: none;
background-color: #C0ADCF;
} .recruitment-teams .slick-dots li.slick-active button {
background-color: #4f2d7f;
} .recruitment-team-card {
width: 100%;
height: 100%;
background-color: #F2F0ED;
padding: 3.2rem 2rem;
position: relative;
overflow-y: hidden;
cursor: pointer;
} .recruitment-team-card a {
width: 100%;
height: 100%;
position: absolute;
-webkit-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
z-index: 0;
top: 0;
left: 0;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
} .recruitment-team-card__hover {
background-color: #4f2d7f;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
} .recruitment-team-card__hover::after {
content: "";
background-color: #725799;
-webkit-mask-image: var(--mask);
mask-image: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 22rem 22rem;
mask-size: 22rem 22rem;
-webkit-mask-position: center;
mask-position: center;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
} .recruitment-team-card__content {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
z-index: 3;
pointer-events: none;
} .recruitment-team-card__content .svg-container {
margin-top: 1.4rem;
color: #4f2d7f;
width: 2.1rem;
height: 1.7rem;
} .recruitment-team-card__content__icon {
opacity: 1;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
} .recruitment-team-card__content__icon img {
display: block;
width: 7.3rem;
height: 7.3rem;
} .recruitment-team-card__content__text-container__department .title {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #1c1c1c;
} .recruitment-team-card__content__text-container__department .number-of-offers {
font-family: "GTWalsheimProLight", sans-serif;
} .recruitment-team-card__content__text-container__description {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #fff;
margin-top: 0.8rem;
display: none;
} .recruitment-team-card:hover a {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
} .recruitment-team-card:hover .recruitment-team-card__content .svg-container {
color: #fff;
} .recruitment-team-card:hover .recruitment-team-card__content__icon {
opacity: 0;
} .recruitment-team-card:hover .recruitment-team-card__content__text-container__department .title,
.recruitment-team-card:hover .recruitment-team-card__content__text-container__department .number-of-offers {
color: #fff;
} .career-why-us__hero {
background-color: #4f2d7f;
height: 47.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #4f2d7f;
background-position: bottom right;
background-repeat: no-repeat;
background-size: auto 45rem;
margin-bottom: 8rem;
}
@media (max-width: 1199.98px) { .career-why-us__hero {
background-size: auto 34rem;
height: 42rem;
}
}
@media (max-width: 991.98px) { .career-why-us__hero {
background-size: auto 23rem;
height: 32rem;
margin-bottom: 6rem;
}
}
@media (max-width: 768.98px) { .career-why-us__hero {
padding-top: 3rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 40rem;
}
}
@media (max-width: 575.98px) { .career-why-us__hero {
background-size: 95% auto;
height: 51.3rem;
}
} .career-why-us__hero__text-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .career-why-us__hero__title {
max-width: 55rem;
margin-bottom: 4rem;
} .career-why-us__hero__title h1 {
font-size: 4.4rem;
line-height: 5.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #FFF;
}
@media (max-width: 991.98px) { .career-why-us__hero__title {
margin-bottom: 2.4rem;
} .career-why-us__hero__title h1 {
font-size: 3.2rem;
line-height: 4rem;
}
} .career-why-us__hero__percent-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .career-why-us__hero__percent-container .percent-data {
border: 0.4rem solid #DCD5E5;
border-radius: 50%;
width: 12rem;
height: 12rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #DCD5E5;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4rem;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 3.2rem;
} .career-why-us__hero__percent-container .percent-subtitle {
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #fff;
max-width: 28.2rem;
}
@media (max-width: 991.98px) { .career-why-us__hero__percent-container .percent-data {
width: 9rem;
height: 9rem;
font-size: 2.8rem;
line-height: 3.3rem;
} .career-why-us__hero__percent-container .percent-subtitle {
font-size: 1.6rem;
line-height: 2.4rem;
max-width: 22rem;
}
} .career-why-us .section-title {
font-size: 3.2rem;
line-height: 4rem;
margin-bottom: 2.4rem;
}
@media (max-width: 991.98px) { .career-why-us .section-title {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 2rem;
}
} .career-why-us .awards-container .section-title {
font-size: 4.4rem;
line-height: 5.2rem;
}
@media (max-width: 991.98px) { .career-why-us .awards-container .section-title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-collage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .career-collage {
margin-bottom: 6rem;
}
}
@media (max-width: 768.98px) { .career-collage {
padding: 0;
}
} .career-collage__single-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
@media (max-width: 991.98px) { .career-collage__single-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: auto !important;
}
} .career-collage__single-row__element {
position: relative;
overflow: hidden;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0 2.8rem;
}
@media (max-width: 991.98px) { .career-collage__single-row__element {
width: 100% !important;
height: 24rem !important;
}
} .career-collage__single-row__element__text-content {
position: absolute;
bottom: 0;
left: 0;
padding: 2.8rem;
height: calc(min(100%, 32rem));
width: 100%;
-webkit-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
@media (max-width: 991.98px) { .career-collage__single-row__element__text-content {
padding: 2rem 1.6rem;
}
} .career-collage__single-row__element .element-title {
color: #FFF;
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2.4rem;
}
@media (max-width: 991.98px) { .career-collage__single-row__element .element-title {
font-size: 2.4rem;
line-height: 3.2rem;
margin-bottom: 2rem;
}
} .career-collage__single-row__element .element-description {
color: #FFF;
font-size: 1.8rem;
line-height: 2.6rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 991.98px) { .career-collage__single-row__element .element-description {
font-size: 1.6rem;
line-height: 2.4rem;
}
} .career-collage__single-row__element:hover .career-collage__single-row__element__text-content {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
} .career-new-offers {
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .career-new-offers {
margin-bottom: 6rem;
}
} .career-new-offers .button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .career-new-offers__title {
margin-bottom: 3rem;
} .career-new-offers__title h2 {
font-size: 3.2rem;
line-height: 4rem;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .career-new-offers__title {
margin-bottom: 1rem;
} .career-new-offers__title h2 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-new-offers__content {
margin-bottom: 4rem;
} .career-new-offers__show-more {
text-align: center;
} .career-new-offers__show-more .button {
color: #4f2d7f !important;
} .career-new-offers__show-more .button:hover,
.career-new-offers__show-more .button:focus {
color: #fff !important;
} .career-team__hero__container {
padding: 8rem 1.5rem;
position: relative;
}
@media (max-width: 991.98px) { .career-team__hero__container {
padding: 6rem 1.5rem;
}
} .career-team__hero__title {
max-width: 55rem;
} .career-team__hero__title h1 {
font-size: 4.4rem;
line-height: 5.2rem;
color: #FFF;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .career-team__hero__title h1 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-team__hero__sidebar {
position: absolute;
top: 4rem;
right: 1.5rem;
z-index: 95;
}
@media (max-width: 991.98px) { .career-team__hero__sidebar {
display: none;
}
} .career-team .section-title {
font-size: 3.2rem;
line-height: 4rem;
}
@media (max-width: 991.98px) { .career-team .section-title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-team .faq {
padding-top: 0;
} .career-offers-list__header {
padding: 8rem 0;
} .career-offers-list__header h1 {
font-size: 4.4rem;
line-height: 5.2rem;
color: #fff;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .career-offers-list__header {
padding: 6rem 0;
} .career-offers-list__header h1 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .career-offers-list__content .module-text-block:first-of-type {
margin-top: 8rem;
}
@media (max-width: 991.98px) { .career-offers-list__content .module-text-block:first-of-type {
margin-top: 6rem;
}
} .career-offers-list__filters {
background-color: #F2F0ED;
padding: 3.2rem 0;
margin-bottom: 5rem;
}
@media (max-width: 991.98px) { .career-offers-list__filters {
padding: 4rem 0;
margin-bottom: 1rem;
}
} .career-offers-list__filters__search-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (max-width: 991.98px) { .career-offers-list__filters__search-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
} .career-offers-list__filters__input-item label {
font-size: 1.2rem;
margin-bottom: 0.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
text-transform: uppercase;
} .career-offers-list__filters__search-box {
width: 38.8rem;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 3.2rem;
}
@media (max-width: 1199.98px) { .career-offers-list__filters__search-box {
width: 27.8rem;
}
}
@media (max-width: 991.98px) { .career-offers-list__filters__search-box {
width: 100%;
margin-bottom: 4rem;
}
} .career-offers-list__filters__search-tags {
width: 100%;
} .career-offers-list__filters__search-tags .all-tags {
width: 38.8rem;
}
@media (max-width: 1199.98px) { .career-offers-list__filters__search-tags .all-tags {
width: 100%;
}
} .career-offers-list__filters__search-tags .all-tags .button-clear {
display: none;
padding: 0;
margin-bottom: 0.6rem;
font-size: 1.2rem;
color: #4f2d7f;
} .career-offers-list__filters__search-tags .all-tags .button-clear.show {
display: block;
} .career-offers-list__filters__search-tags .all-tags .button-clear .icon {
top: -0.1rem;
color: #e92841;
width: 1rem;
height: 1rem;
margin-right: 0.4rem;
} .career-offers-list__filters__search-tags .all-tags .button-clear .icon + .meta {
vertical-align: middle;
display: inline-block;
} .career-offers-list__filters__search-tags .all-tags .tag-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 0.6rem;
-moz-column-gap: 0.6rem;
column-gap: 0.6rem;
row-gap: 0.6rem;
} .career-offers-list__filters__search-tags .all-tags .tag-list__item {
display: inline-block;
} .career-offers-list__filters__search-tags .all-tags .tag-list__item button {
outline: none;
} .career-offers-list__filters__search-tags .all-tags .tag-list__item.active button {
color: #FFF;
background-color: #e92841 !important;
} .career-offers-list__list {
margin-bottom: 8rem;
} .career-offers-list__list__show-more {
width: 100%;
text-align: center;
margin-top: 4rem;
} .career-offers-list__list__show-more button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
color: #4f2d7f;
font-family: "GTWalsheimProMedium", sans-serif;
} .career-offers-list .faq {
padding-top: 0;
} .career-offers-list .container {
position: relative;
} .career-offers-list .preloader {
width: 100%;
} .career-offers-list .career-newsletter {
margin-bottom: 8rem;
}
@media (max-width: 991.98px) { .career-offers-list .career-newsletter {
margin-bottom: 6rem;
}
} .career-offers-list__no-results-text {
padding: 4rem 0;
} .career-offer-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 0.1rem solid #CDBFB0;
padding: 3rem 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991.98px) { .career-offer-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
} .career-offer-item .button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .career-offer-item .text-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991.98px) { .career-offer-item .text-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .career-offer-item__title-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 38.8rem;
margin-right: 3.2rem;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 1199.98px) { .career-offer-item__title-block {
width: 27.8rem;
}
}
@media (max-width: 991.98px) { .career-offer-item__title-block {
width: 100%;
margin-bottom: 2rem;
}
} .career-offer-item__location {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1.5rem;
} .career-offer-item__location span {
display: block;
height: 100%;
margin-right: 0.6rem;
} .career-offer-item__location .svg-container {
color: #4f2d7f;
margin-right: 0.8rem;
} .career-offer-item__title {
margin-bottom: 1.5rem;
} .career-offer-item__title a {
font-size: 2rem;
line-height: 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
} .career-offer-item__tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.6rem;
} .career-offer-item__description {
width: 38.8rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 1199.98px) { .career-offer-item__description {
width: 27.8rem;
}
}
@media (max-width: 991.98px) { .career-offer-item__description {
width: 100%;
margin-bottom: 2rem;
}
} .career-offer-item__buttons-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
}
@media (max-width: 991.98px) { .career-offer-item__buttons-block .button {
padding: 1.2rem 2.4rem;
}
}
@media (max-width: 768.98px) { .career-offer-item__buttons-block .button {
width: 100%;
}
} .career-offer-item__buttons-block .show-details {
color: #4f2d7f !important;
margin-right: 2rem;
}
@media (max-width: 991.98px) { .career-offer-item__buttons-block .show-details {
margin-right: 1.6rem;
}
} .career-offer-item__buttons-block .show-details:hover,
.career-offer-item__buttons-block .show-details:focus {
color: #fff !important;
} .career-cta {
margin-bottom: 8rem;
}
@media (max-width: 768.98px) { .career-cta {
margin-bottom: 0;
}
} .career-cta__content {
background: #F5F2EF;
padding: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 768.98px) { .career-cta__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .career-cta__content__offer-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .career-cta__content__details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1.7rem;
margin-bottom: 2rem;
}
@media (max-width: 768.98px) { .career-cta__content__details {
margin-bottom: 1.5rem;
}
} .career-cta__content__details .location {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.75rem;
} .career-cta__content__details .location__icon {
width: 1.3rem;
height: 100%;
} .career-cta__content__details .location__icon svg {
width: 100%;
height: 100%;
} .career-cta__content__details .location__city {
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
} .career-cta__content__title {
font-size: 2.4rem;
line-height: 3.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
color: #000;
max-width: 60rem;
}
@media (max-width: 991.98px) { .career-cta__content__title {
max-width: 50rem;
}
}
@media (max-width: 768.98px) { .career-cta__content__title {
font-size: 2rem;
line-height: 2.8rem;
margin-bottom: 1.5rem;
max-width: 100%;
}
} .career-cta .tags-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.6rem;
} .career-cta .tags-list.hidden-desktop {
display: none;
}
@media (max-width: 768.98px) { .career-cta .tags-list.hidden-mobile {
display: none;
} .career-cta .tags-list.hidden-desktop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 3.2rem;
}
} .career-cta .tag-item {
cursor: pointer;
} .career-cta .apply-button {
padding: 1.6rem 2.8rem;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: "GTWalsheimProMedium", sans-serif;
display: inline-block;
}
@media (max-width: 768.98px) { .career-cta .apply-button {
padding: 1.2rem 2.4rem;
width: 50%;
}
}
@media (max-width: 500px) { .career-cta .apply-button {
width: 100%;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
} .cit-calculator {
border: 0.3rem solid #4f2d7f;
padding: 4rem;
margin-bottom: 8rem;
}
@media (max-width: 768.98px) { .cit-calculator {
padding: 2rem 1.5rem;
}
} .cit-calculator .strong-text {
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .cit-calculator .label {
font-size: 1.4rem;
}
} .cit-calculator .section-title {
margin-bottom: 1.2rem;
} .cit-calculator .section-subtitle {
margin-bottom: 3rem;
font-size: 1.8rem;
}
@media (max-width: 768.98px) { .cit-calculator .section-subtitle {
font-size: 1.6rem;
}
} .cit-calculator__progress {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 2.4rem;
width: 64.8rem;
margin-bottom: 4rem;
}
@media (max-width: 768.98px) { .cit-calculator__progress {
grid-template-columns: 20rem;
gap: 0.4rem;
}
} .cit-calculator__progress .step {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .cit-calculator__progress .step-heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 1.2rem;
} .cit-calculator__progress .step-heading--number {
font-size: 2.2rem;
line-height: 3.3rem;
font-family: "GTWalsheimProBold", sans-serif;
color: #999999;
display: block;
}
@media (max-width: 768.98px) { .cit-calculator__progress .step-heading--number {
font-size: 1.8rem;
line-height: 2.9rem;
}
} .cit-calculator__progress .step-heading--title {
font-size: 1.4rem;
line-height: 3.3rem;
font-weight: 400;
font-family: "GTWalsheimProRegular", sans-serif;
color: #999999;
}
@media (max-width: 768.98px) { .cit-calculator__progress .step-heading--title {
font-size: 1.2rem;
line-height: 2.9rem;
}
} .cit-calculator__progress .step-progress-bar--single {
width: 100%;
height: 0.6rem;
background-color: #999999;
}
@media (max-width: 768.98px) { .cit-calculator__progress .step-progress-bar--single {
display: none;
}
} .cit-calculator__progress .step-progress-bar--double-wrapper {
width: 100%;
display: none;
gap: 0.8rem;
} .cit-calculator__progress .step-progress-bar--double {
height: 0.6rem;
background-color: #4f2d7f;
width: 50%;
}
@media (max-width: 768.98px) { .cit-calculator__progress .step-progress-bar--double {
display: none;
}
} .cit-calculator__progress .step.active .step-heading--number {
color: #4f2d7f;
} .cit-calculator__progress .step.active .step-heading--title {
color: #4f2d7f;
} .cit-calculator__progress .step.active .step-progress-bar--single {
background-color: #4f2d7f;
} .cit-calculator__content #step-1-content,
.cit-calculator__content #step-2-content,
.cit-calculator__content #step-2-content-sole-proprietorship,
.cit-calculator__content #step-3-content {
display: none;
} .cit-calculator__content .step-content__title {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 3.2rem;
line-height: 4.8rem;
margin-bottom: 2rem;
} .cit-calculator__content .step-content__title.result-title {
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__title {
font-size: 2.4rem;
line-height: 3.6rem;
}
} .cit-calculator__content .step-content__subtitle {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.8rem;
line-height: 2.7rem;
color: #000;
margin-bottom: 2rem;
} .cit-calculator__content .step-content__survey__companies-type-select label {
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 2rem;
} .cit-calculator__content .step-content__survey__companies-type-select .select-block {
width: 33.4rem;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__survey__companies-type-select .select-block {
width: 100%;
}
} .cit-calculator__content .step-content__survey__buttons {
margin-top: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 3.5rem;
} .cit-calculator__content .step-content__survey__buttons button {
padding: 1rem 2.6rem;
border: none;
outline: none;
font-size: 1.8rem;
line-height: 2.7rem;
font-family: "GTWalsheimProRegular", sans-serif;
cursor: pointer;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__survey__buttons button {
font-size: 1.6rem;
line-height: 2.5rem;
padding: 0.8rem 1.6rem;
}
} .cit-calculator__content .step-content__survey__buttons .next-button {
color: #fff;
background-color: #CBC4BC;
pointer-events: none;
} .cit-calculator__content .step-content__survey__buttons .next-button.active {
background-color: #4f2d7f;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
pointer-events: all;
} .cit-calculator__content .step-content__survey__buttons .prev-button {
color: #4f2d7f;
border: 0.2rem solid #4f2d7f;
background-color: #FFF;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
} .cit-calculator__content .step-content__survey__buttons .prev-button:hover {
color: #FFF;
} .cit-calculator__content .step-content__survey__single:not(:last-child) {
margin-bottom: 3rem;
} .cit-calculator__content .step-content__survey__single__number-wrapper {
width: 8.4rem;
} .cit-calculator__content .step-content__survey__single__number-wrapper-large {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1.6rem;
} .cit-calculator__content .step-content__survey__single__number-wrapper-large .without-buttons {
max-width: 24.5rem;
} .cit-calculator__content .step-content__survey__single__number-wrapper-large span {
font-size: 1.8rem;
line-height: 2.7rem;
color: #000;
font-family: "GTWalsheimProLight", sans-serif;
} .cit-calculator__content .step-content__survey__single-label {
font-size: 1.8rem;
line-height: 2.7rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
margin-bottom: 1.4rem;
} .cit-calculator__content .step-content__survey__single-label strong {
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__survey__single-label {
font-size: 1.6rem;
line-height: 2.5rem;
}
} .cit-calculator__content .step-content__survey__single .custom-checkbox-wrapper {
max-width: 57.2rem;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.8rem;
position: relative;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip .tooltip-container {
position: relative;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip .tooltip-container .tooltip-icon {
position: relative;
top: -0.3rem;
cursor: pointer;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip .tooltip-container .tooltip-icon:hover ~ .tooltip-content {
display: block;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip .tooltip-container .tooltip-content {
position: absolute;
font-size: 1.8rem;
line-height: 2.7rem;
color: #000;
font-family: "GTWalsheimProLight", sans-serif;
width: 35rem;
padding: 1rem;
background-color: #f3f3f3;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
top: 2.1rem;
right: 0;
-webkit-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
display: none;
z-index: 1070;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip .tooltip-container .tooltip-content ol {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
list-style: decimal;
margin-left: 2rem;
} .cit-calculator__content .step-content__survey__single .single-with-tooltip .tooltip-container .tooltip-content:hover {
display: block;
} .cit-calculator__content .step-content__result {
max-width: 75rem;
} .cit-calculator__content .step-content__result__spacer {
width: calc(100% + 4rem);
height: 0.4rem;
background-color: #CEC8BF;
margin: 4rem -2rem;
} .cit-calculator__content .step-content__result--no-relief {
display: none;
} .cit-calculator__content .step-content__result--no-relief .step-content__result__heading {
max-width: 64rem;
} .cit-calculator__content .step-content__result--not-ready-for-relief,
.cit-calculator__content .step-content__result--relief {
display: none;
} .cit-calculator__content .step-content__result__text-block:first-child {
margin-bottom: 4.5rem;
} .cit-calculator__content .step-content__result__heading {
font-size: 2.8rem;
line-height: 4.2rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
margin-bottom: 2rem;
} .cit-calculator__content .step-content__result__heading .bad-result {
color: #E43358;
} .cit-calculator__content .step-content__result__heading .not-bad-result {
color: #F26B23;
} .cit-calculator__content .step-content__result__heading .good-result {
color: #9BD732;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__result__heading {
font-size: 2.4rem;
line-height: 3.8rem;
}
} .cit-calculator__content .step-content__result__message {
font-size: 1.8rem;
line-height: 2.7rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
} .cit-calculator__content .step-content__result__message strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .cit-calculator__content .step-content__result__message .contact-us-paragraph-button {
color: #4f2d7f;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
} .cit-calculator__content .step-content__result__message .contact-us-paragraph-button:hover {
color: #e92841;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__result__message {
font-size: 1.6rem;
line-height: 2.5rem;
}
} .cit-calculator__content .step-content__result__buttons {
margin-top: 5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 4rem;
} .cit-calculator__content .step-content__result__buttons button {
padding: 1rem 2.6rem;
border: none;
outline: none;
font-size: 1.8rem;
line-height: 2.7rem;
font-family: "GTWalsheimProLight", sans-serif;
cursor: pointer;
} .cit-calculator__content .step-content__result__buttons .contact-us {
color: #fff;
background-color: #4f2d7f;
} .cit-calculator__content .step-content__result__buttons .download-report {
color: #4f2d7f;
border: 0.2rem solid #4f2d7f;
background-color: #FFF;
} .cit-calculator__content .step-content__result__buttons .download-report:hover {
color: #FFF;
} .cit-calculator__content .step-content__result__expert-box {
margin-top: 4rem;
display: none;
} .cit-calculator__content .step-content__result__answers__title {
font-size: 3.2rem;
font-family: "GTWalsheimProRegular", sans-serif;
line-height: 4.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 4rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__result__answers__title {
font-size: 2.4rem;
line-height: 3.2rem;
} .cit-calculator__content .step-content__result__answers__title .show-answers {
width: 0.9rem !important;
}
} .cit-calculator__content .step-content__result__answers__title .show-answers {
width: 1.7rem;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
color: #4f2d7f;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
} .cit-calculator__content .step-content__result__answers__title:hover {
color: #e92841;
} .cit-calculator__content .step-content__result__answers__title:hover .show-answers {
color: #e92841;
} .cit-calculator__content .step-content__result__answers__title.active .show-answers {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
} .cit-calculator__content .step-content__result__answers__table {
display: none;
margin-top: 4rem;
} .cit-calculator__content .step-content__result__answers__table tr {
border-top: 0.1rem solid #9681B2;
} .cit-calculator__content .step-content__result__answers__table tr td,
.cit-calculator__content .step-content__result__answers__table tr th {
padding: 1.5rem 0;
font-size: 1.6rem;
line-height: 2.4rem;
}
@media (max-width: 768.98px) { .cit-calculator__content .step-content__result__answers__table tr td,
.cit-calculator__content .step-content__result__answers__table tr th {
font-size: 1.4rem;
line-height: 2.2rem;
}
} .cit-calculator__content .step-content__result__answers__table tr:first-child {
border-top: none;
} .cit-calculator__content .step-content__result__answers__table tr:first-child td,
.cit-calculator__content .step-content__result__answers__table tr:first-child th {
padding-top: 0;
} .cit-calculator__content .step-content__result__answers__table tr:last-child td,
.cit-calculator__content .step-content__result__answers__table tr:last-child th {
padding-bottom: 0;
} .cit-calculator__content .step-content__result__answers__table tr th {
font-family: "GTWalsheimProMedium", sans-serif;
padding-left: 1.6rem;
} .cit-calculator__content .step-content__result__answers__table tr td {
font-family: "GTWalsheimProRegular", sans-serif;
} .cit-calculator__content .step-content__result__answers__table tr td:first-of-type {
width: 17.5rem;
} .cit-calculator__content .step-content__result__answers__table tr td:last-child {
padding-right: 1.6rem;
} .cit-calculator__content .step-content__result__answers__table tr td .back-to-step {
color: #4f2d7f;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
} .cit-calculator__content .step-content__result__answers__table tr td .back-to-step:hover {
color: #e92841;
} .custom-checkbox-wrapper .custom-checkbox-button {
display: block;
position: relative;
padding-left: 3.3rem;
cursor: pointer;
font-size: 1.8rem;
line-height: 2.7rem;
font-family: "GTWalsheimProLight", sans-serif;
color: #000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .custom-checkbox-wrapper .custom-checkbox-button strong {
font-family: "GTWalsheimProMedium", sans-serif;
} .custom-checkbox-wrapper .custom-checkbox-button input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .custom-checkbox-wrapper .checkmark {
position: absolute;
top: 0.2rem;
left: 0;
height: 2rem;
width: 2rem;
background-color: #fff;
border: 0.1rem solid #666;
} .custom-checkbox-wrapper .custom-checkbox-button:hover input ~ .checkmark {
background-color: #eee;
} .custom-checkbox-wrapper .custom-checkbox-button input:checked ~ .checkmark {
background-color: #4f2d7f;
} .custom-checkbox-wrapper .checkmark:after {
content: "";
position: absolute;
display: none;
} .custom-checkbox-wrapper .custom-checkbox-button input:checked ~ .checkmark:after {
display: block;
} .custom-checkbox-wrapper .custom-checkbox-button .checkmark:after {
left: 50%;
top: 50%;
width: 0.5rem;
height: 1rem;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-o-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
} .custom-number-input {
position: relative;
width: 100%;
} .custom-number-input button {
position: absolute;
right: 0;
height: 50%;
border: none;
background: none;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 0 1rem;
cursor: pointer;
outline: none;
} .custom-number-input button svg g {
width: 1.6rem;
} .custom-number-input__minus {
bottom: 0;
} .custom-number-input__plus {
top: 0;
} .custom-number-input__plus svg {
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
} .custom-number-input__quantity {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
padding-left: 1rem;
padding-right: 2.5rem;
height: 5rem;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #4f2d7f;
border: 0.1rem solid #666;
outline: none;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.8rem;
line-height: 2.6rem;
} .custom-number-input__quantity::-webkit-inner-spin-button,
.custom-number-input__quantity::-webkit-outer-spin-button {
-webkit-appearance: none;
} .custom-number-input.without-buttons .custom-number-input__quantity {
padding-right: 1rem;
} .custom-radio-wrapper .custom-radio-button {
display: block;
position: relative;
padding-left: 2.8rem;
cursor: pointer;
font-size: 1.6rem;
line-height: 2.4rem;
color: #000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .custom-radio-wrapper .custom-radio-button input {
position: absolute;
opacity: 0;
cursor: pointer;
} .custom-radio-wrapper .checkmark {
position: absolute;
top: 0.1rem;
left: 0;
height: 2rem;
width: 2rem;
background-color: #fff;
border-radius: 50%;
border: 0.1rem solid #666;
} .custom-radio-wrapper .custom-radio-button:hover input ~ .checkmark {
background-color: #eee;
} .custom-radio-wrapper .checkmark:after {
content: "";
position: absolute;
display: none;
} .custom-radio-wrapper .custom-radio-button input:checked ~ .checkmark:after {
display: block;
} .custom-radio-wrapper .custom-radio-button .checkmark:after {
top: 0.2rem;
left: 0.2rem;
width: 1.4rem;
height: 1.4rem;
border-radius: 50%;
background: #4f2d7f;
} .service-alt__header {
background: #4f2d7f;
background-position: center;
background-size: cover;
padding: 10rem 0 10rem;
} .service-alt__header__meta {
margin-bottom: 2.2rem;
} .service-alt__header__meta__share {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .service-alt__header__meta__share__meta {
color: #fff;
font-size: 1.2rem;
text-transform: uppercase;
margin-right: 1.8rem;
font-family: "GTWalsheimProLight", sans-serif;
}
@media (max-width: 575.98px) { .service-alt__header__meta__share__meta {
margin-right: 1rem;
}
} .service-alt__header__meta__share .social-media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .service-alt__header__meta__share .social-media__item:not(:last-of-type) {
margin-right: 1.8rem;
}
@media (max-width: 575.98px) { .service-alt__header__meta__share .social-media__item:not(:last-of-type) {
margin-right: 1.2rem;
}
} .service-alt__header__meta__share .social-media__item a {
display: block;
} .service-alt__header__meta__share .social-media__item a.share-twitter:hover .icon,
.service-alt__header__meta__share .social-media__item a.share-twitter:focus .icon {
color: #e92841;
} .service-alt__header__meta__share .social-media__item a.share-twitter .icon {
width: 2rem;
height: 2rem;
} .service-alt__header__meta__share .social-media__item a.share-linkedin:hover .icon,
.service-alt__header__meta__share .social-media__item a.share-linkedin:focus .icon {
color: #e92841;
} .service-alt__header__meta__share .social-media__item a.share-linkedin .icon {
width: 2rem;
height: 2rem;
} .service-alt__header__meta__share .social-media__item a.share-email:hover .icon,
.service-alt__header__meta__share .social-media__item a.share-email:focus .icon {
color: #e92841;
} .service-alt__header__meta__share .social-media__item a.share-email .icon {
width: 2rem;
height: 2rem;
} .service-alt__header__meta__share .social-media__item a .icon {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #fff;
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
} .service-alt__header__title {
font-size: 7.2rem;
font-weight: normal;
line-height: 7.2rem;
color: #fff;
font-family: "GTWalsheimProMedium", sans-serif;
}
@media (max-width: 991.98px) { .service-alt__header__title {
font-size: 4.4rem;
line-height: 5rem;
}
}
@media (max-width: 768.98px) { .service-alt__header__title {
font-size: 3.2rem;
line-height: 4rem;
}
} .service-alt__header__subtitle {
font-size: 4.4rem;
font-family: "GTWalsheimProLight", sans-serif;
line-height: 4.4rem;
color: #fff;
margin-top: 2rem;
}
@media (max-width: 991.98px) { .service-alt__header__subtitle {
font-size: 3.2rem;
line-height: 4rem;
}
}
@media (max-width: 768.98px) { .service-alt__header__subtitle {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .text-and-image {
background: #2b144e;
background-position-x: calc(100vw / 2);
background-position-y: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 991.98px) { .text-and-image {
background-image: none !important;
}
} .text-and-image__content {
padding: 10rem 0;
color: white;
} .text-and-image__content__subtitle {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.4rem;
line-height: 2.2rem;
margin-bottom: 2.1rem;
text-transform: uppercase;
} .text-and-image__content__title {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 4.4rem;
line-height: 5.2rem;
margin-bottom: 1.6rem;
}
@media (max-width: 991.98px) { .text-and-image__content__title {
font-size: 3.2rem;
line-height: 4rem;
}
}
@media (max-width: 768.98px) { .text-and-image__content__title {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .text-and-image__content__text {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.8rem;
line-height: 2.6rem;
margin-bottom: 4rem;
}
@media (max-width: 768.98px) { .text-and-image__content__text {
font-size: 1.6rem;
}
} .text-and-image__content__cta {
display: inline-block;
padding: 1.6rem 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
position: relative;
z-index: 2;
color: white;
border: 0.1rem solid white;
padding: 1.2rem 2.4rem;
font-size: 1.4rem;
line-height: 2.2rem;
} .text-and-image__content__cta::after {
background-color: white;
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
} .text-and-image__content__cta:hover {
color: #2b144e;
} .text-and-image__content__cta:hover::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
} .text-and-image__right {
display: block;
}
@media (max-width: 991.98px) { .text-and-image__right {
display: none;
}
} .slider-mini {
padding: 4rem 0;
} .slider-mini__heading {
font-size: 4.4rem;
font-weight: normal;
line-height: 5.2rem;
color: black;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 4rem;
}
@media (max-width: 991.98px) { .slider-mini__heading {
font-size: 3.2rem;
line-height: 4rem;
}
}
@media (max-width: 768.98px) { .slider-mini__heading {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .slider-mini__content {
display: grid;
gap: 8rem;
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 4rem;
padding-right: 4rem;
color: white;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-position: center center;
background-size: cover;
position: relative;
} .slider-mini__content::after {
content: "";
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
} .slider-mini__content .slick-list {
z-index: 2 !important;
}
@media (max-width: 991.98px) { .slider-mini__content {
padding-bottom: 5rem;
grid-template-columns: 1fr !important;
}
} .slider-mini__content__element {
padding: 2rem;
border: 1px solid #a06dff;
border-radius: 2rem;
border-bottom-right-radius: 8rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
height: 24rem;
z-index: 2;
} .slider-mini__content__element h2 {
font-family: "GTWalsheimProRegular", sans-serif;
font-size: 2.4rem;
line-height: 3.2rem;
color: #fff;
padding-bottom: 2rem;
} .slider-mini__content__element p {
font-family: "GTWalsheimProLight", sans-serif;
font-size: 1.6rem;
line-height: 2rem;
overflow: hidden;
height: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: white !important;
} .slider-mini__content__element .icon {
display: block;
width: 2.667rem;
color: #fff;
margin-top: 1.2rem;
}
@keyframes pull-arrow {
0% {
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} .slider-mini__content__element:hover {
border: 1px solid white;
} .slider-mini__content__element:hover .icon {
-webkit-animation: pull-arrow 0.7s ease-in-out;
-o-animation: pull-arrow 0.7s ease-in-out;
animation: pull-arrow 0.7s ease-in-out;
} .slider-mini__content .slick-dots {
position: absolute;
width: 100%;
bottom: 2rem;
left: 0;
z-index: 4;
text-align: center;
} .slider-mini__content .slick-dots li {
display: inline-block;
} .slider-mini__content .slick-dots li button {
font-size: 0;
width: 1.2rem;
height: 1.2rem;
border-radius: 100%;
border: none;
background: #B9ABCC;
margin: 0 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none;
} .slider-mini__content .slick-dots li.slick-active button {
background: #fff;
} .service-keys {
padding: 8rem 0;
background: url(//grantthornton.pl/wp-content/themes/grantthornton/dist/images/motyw-tla-dol_copy.png) no-repeat center center/cover;
} .service-keys__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 4rem;
} .service-keys__element {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
gap: 6rem;
}
@media (max-width: 991.98px) { .service-keys__element {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .service-keys__element__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
width: 75px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 991.98px) { .service-keys__element__icon {
display: none;
}
} .service-keys__element__icon__circle {
width: 5rem;
height: 5rem;
-ms-flex-negative: 0;
flex-shrink: 0;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
} .service-keys__element__icon p {
text-transform: uppercase;
color: #4f2d7f;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.2rem;
} .service-keys__element__content h2 {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
line-height: 4rem;
margin-bottom: 2rem;
}
@media (max-width: 768.98px) { .service-keys__element__content h2 {
font-size: 2.4rem;
line-height: 3.2rem;
}
} .service-keys__element__cta {
display: inline-block;
padding: 1.6rem 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
position: relative;
z-index: 2;
color: #4f2d7f;
border: 0.1rem solid #4f2d7f;
padding: 1.2rem 2.4rem;
font-size: 1.4rem;
line-height: 2.2rem;
white-space: nowrap;
} .service-keys__element__cta::after {
background-color: #4f2d7f;
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
} .service-keys__element__cta:hover {
color: white;
} .service-keys__element__cta:hover::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
@media (max-width: 768.98px) { .service-keys__element__cta {
width: 100%;
text-align: center;
}
} .service-keys__hr {
width: 100%;
height: 1px;
background: #4f2d7f;
} .service-keys__hr:nth-last-child(1) {
display: none;
}
@media (max-width: 991.98px) { .service-keys {
padding: 2rem 0 4rem;
}
} .slider-lider {
background-color: #4f2d7f;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
} .slider-lider__element {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
} .slider-lider__element__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 6rem;
}
@media (max-width: 991.98px) { .slider-lider__element__container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
}
} .slider-lider__element__container__photo {
width: 64vw;
margin-top: 4rem;
background-position-x: center;
background-position-y: bottom;
background-size: contain;
background-repeat: no-repeat;
display: none;
}
@media (min-width: 991.98px) { .slider-lider__element__container__photo {
display: inline-block;
}
} .slider-lider__element__container__photo__mobile {
margin-top: 4rem;
width: 24vw;
height: 24vw;
background-position-x: center;
background-position-y: center;
background-size: cover;
background-repeat: no-repeat;
border: 1px solid white;
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (min-width: 991.98px) { .slider-lider__element__container__photo__mobile {
display: none;
}
} .slider-lider__element__container__content {
padding-top: 6rem;
padding-bottom: 6rem;
color: white;
}
@media (max-width: 991.98px) { .slider-lider__element__container__content {
padding-top: 2rem;
}
} .slider-lider__element__container__content__title {
text-transform: uppercase;
font-size: 1.2rem;
} .slider-lider__element__container__content__name {
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 3.2rem;
line-height: 4rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
} .slider-lider__element__container__content__text {
font-family: "GTWalsheimProLight", sans-serif;
} .slider-lider__element__container__content__buttons {
margin-top: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .slider-lider__element__container__content__buttons__cta {
display: inline-block;
padding: 1.6rem 2.8rem;
font-family: "GTWalsheimProMedium", sans-serif;
font-size: 1.6rem;
line-height: 2.4rem;
position: relative;
z-index: 2;
color: white;
border: 0.1rem solid white;
padding: 1.2rem 2.4rem;
font-size: 1.4rem;
line-height: 2.2rem;
white-space: nowrap;
} .slider-lider__element__container__content__buttons__cta::after {
background-color: white;
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
} .slider-lider__element__container__content__buttons__cta:hover {
color: #4f2d7f;
} .slider-lider__element__container__content__buttons__cta:hover::after {
-webkit-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
} .slider-lider__element__container__content__buttons__linkedin {
height: 2.4rem;
width: 2.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -0.4rem;
} .slider-lider__element__container__content__buttons__linkedin .linkedin-icon {
color: white;
width: 1.7rem;
height: 1.7rem;
} .slider-lider .slick-dots {
position: absolute;
width: 100%;
bottom: 2rem;
left: 0;
z-index: 4;
text-align: center;
} .slider-lider .slick-dots li {
display: inline-block;
} .slider-lider .slick-dots li button {
font-size: 0;
width: 1.2rem;
height: 1.2rem;
border-radius: 100%;
border: none;
background: #B9ABCC;
margin: 0 0.4rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none;
} .slider-lider .slick-dots li.slick-active button {
background: #fff;
} .alt.services-blocks-wrapper {
margin-bottom: 0 !important;
background-color: #f2f0ed !important;
}
@media (max-width: 768.98px) { .alt.services-blocks-wrapper .related-service-block {
background: transparent;
}
} .alt.services-blocks-wrapper__heading h2 {
font-size: 4.4rem;
font-weight: normal;
line-height: 5.2rem;
color: black;
font-family: "GTWalsheimProMedium", sans-serif;
margin-bottom: 4rem;
}
@media (max-width: 991.98px) { .alt.services-blocks-wrapper__heading h2 {
font-size: 3.2rem;
line-height: 4rem;
}
}
@media (max-width: 768.98px) { .alt.services-blocks-wrapper__heading h2 {
font-size: 2.4rem;
line-height: 3.2rem;
}
}.gdpr_lightbox-active,.gdpr_lightbox-active body{overflow:hidden}.gdpr_lightbox{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.gdpr_lightbox.gdpr_lightbox-opened{opacity:1}.gdpr_lightbox.gdpr_lightbox-closed{opacity:0}.gdpr_lightbox *{box-sizing:border-box}.gdpr_lightbox-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.gdpr_lightbox-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.gdpr_lightbox-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.gdpr_lightbox-loading .gdpr_lightbox-loader{opacity:1}.gdpr_lightbox-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.gdpr_lightbox-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content{transform:scale(.8)}.gdpr_lightbox-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;box-shadow:none}.gdpr_lightbox-close::-moz-focus-inner{border:0;padding:0}.gdpr_lightbox-close:active{top:1px}.gdpr_lightbox-image img{max-width:100%;display:block;line-height:0;border:0}.gdpr_lightbox-iframe .gdpr_lightbox-container{width:100%;max-width:964px}.gdpr_lightbox-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.gdpr_lightbox-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}body.moove_gdpr_overflow{overflow:hidden}body.moove_gdpr_overflow #page{position:relative;z-index:10}body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container{z-index:99}.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{display:none}.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus{box-shadow:1px 1px 5px #010101;border-radius:50px}#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus{box-shadow:1px 1px 5px #010101}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}#moove_gdpr_cookie_info_bar .gdpr-fbo-1{-ms-flex-order:2;order:2}#moove_gdpr_cookie_info_bar .gdpr-fbo-2{-ms-flex-order:3;order:3}#moove_gdpr_cookie_info_bar .gdpr-fbo-3{-ms-flex-order:4;order:4}#moove_gdpr_cookie_info_bar .gdpr-fbo-4{-ms-flex-order:5;order:5}#moove_gdpr_cookie_info_bar .gdpr-fbo-5{-ms-flex-order:6;order:6}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:none}.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after{box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content{-ms-flex-pack:justify;justify-content:space-between}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{margin:0 -4px;max-width:calc(100% + 8px);width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px 4px}}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{display:none}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:block;position:absolute;top:-15px;right:-15px;background-color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{background-color:transparent;padding:0;display:inline-block;float:right;position:relative;font-size:14px;line-height:20px;margin:3px 4px;width:36px;height:36px;border-radius:50%;box-shadow:inset 0 0 0 1px #626262;color:#626262;transition:all .3s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:32px;top:-1px;position:relative;height:30px;display:block;overflow:hidden}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{color:#fff;opacity:.7;box-shadow:inset 0 0 0 1px #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:#fff;opacity:1;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{text-decoration:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none;cursor:pointer}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{position:relative;display:inline-block;width:50px;height:30px;padding:0}#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;transition:.4s;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before{border-radius:50%}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider{background-color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after{content:attr(data-text-enable);color:#2e9935;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider{box-shadow:0 0 1px #2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(20px)}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative;float:none;padding-bottom:135px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content{max-height:50vh;overflow:hidden;overflow-y:auto;padding-bottom:0;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px;white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{padding-right:0;text-align:right;color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;position:relative;top:0;text-decoration:none;display:block;-ms-flex-align:baseline;align-items:baseline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main{display:block;position:relative}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{position:relative;overflow:hidden;padding-right:190px;padding-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar{position:absolute;top:0;right:0;width:190px;text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider{position:relative;width:50px;height:30px;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after{text-align:right;left:auto;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:20px;margin-bottom:15px;padding-right:190px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:75px;position:relative;margin-bottom:20px;padding-right:180px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{max-width:180px;margin:0;float:right;position:absolute;top:0;right:0;width:100%;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img{max-width:100%;text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{width:100%;font-weight:700;font-size:28px;line-height:1.1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon{background-color:#fff;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%;transition:all .3s ease}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2{font-weight:400;font-size:20px;margin:5px 0 0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title{margin-top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-size:18px;line-height:1.4;margin-bottom:20px;margin-top:0;font-weight:700;text-transform:none;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a{color:#000;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled{opacity:.6;pointer-events:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider{background-color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after{color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p{display:inline-block;float:right;color:#09a501;margin:0;line-height:1.2;font:700 11px Arial,Helvetica,sans-serif;font-weight:700}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label{color:#09a501}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding{text-decoration:none;padding:0 10px;font-size:10px;color:#000;font-weight:700;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;width:auto;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img{height:15px;margin-left:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;transition:all .3s ease;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px;cursor:pointer}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img{width:60px;height:auto;display:inline-block;margin-left:5px;position:relative;top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;transition:all .3s ease;border-radius:5px;text-align:left;white-space:normal}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon{text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:inline-block;float:left;font-size:30px;width:40px;margin-right:5px;position:relative;top:0;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{width:100%;height:0;padding-bottom:38px;background-size:contain;background-position:0;background-repeat:no-repeat}.moove-hidden{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top{bottom:auto;top:0;transition:top .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme{border-top:0;border-bottom:1px solid #fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme{border-top:0;border-bottom:1px solid #202020}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden{bottom:auto;top:-400px}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right{text-align:center}#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn{border:none}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{background-color:#fff;border-top:1px solid #202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p{color:#202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none;transition:all .2s ease}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{border-color:#fff;color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#fff;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#fff}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#202020;background-color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{font-size:40px;width:60px;height:50px;line-height:50px;text-align:center;position:absolute;top:calc(50% - 25px);left:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup{position:absolute;width:60px;height:50px;line-height:50px;text-align:center;top:calc(50% - 25px);right:0;text-decoration:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon{width:28px;height:28px;line-height:26px;text-align:center;text-decoration:none;background-color:#fff;color:#424449;border-radius:50%;display:block;border:1px solid #fff;font-size:16px;position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon{background-color:#424449;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6{font-size:22px;line-height:30px;margin-bottom:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{display:inline-block;width:35px;height:35px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:35px;text-align:center;border-radius:50%;font-size:28px;padding-top:1px;transition:all .2s ease;margin-left:10px;margin-left:6vw}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#202020;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;transition:all .3s ease;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{background-color:#424449;color:#fff;border-color:transparent;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover{border-color:#fff;background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline;cursor:pointer;transition:all .2s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal{content-visibility:visible}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container{max-width:100%}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close{opacity:0;visibility:hidden}#moove_gdpr_save_popup_settings_button{display:block;z-index:1001;position:fixed;background-color:rgba(0,0,0,.8);transition:all .3s ease;color:#fff;padding:0;text-align:center;height:40px;outline:none;font-weight:400;font-size:14px;line-height:20px;border-radius:0;border:none;text-decoration:none;border-radius:50px}#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){bottom:20px;left:20px}#moove_gdpr_save_popup_settings_button span{background-color:inherit;transition:all .3s ease}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon{display:-ms-inline-flexbox;display:inline-flex;line-height:40px;float:left;font-size:30px;min-width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:15;position:relative;background-color:inherit;border-radius:inherit;transition:none}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon{position:relative;top:0;font-weight:900;background-color:transparent}#moove_gdpr_save_popup_settings_button span.moove_gdpr_text{font:normal 12px Arial,sans-serif;text-transform:uppercase;white-space:nowrap;padding:0 15px 0 5px;top:0;left:0;position:relative;line-height:40px;display:none;overflow:hidden;z-index:5;background-color:transparent;text-decoration:none}#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{-ms-flex-pack:start;justify-content:flex-start}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright{float:right}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey{background-color:#424449}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover{background-color:#202020}@media (max-width:767px){#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{min-height:30px;font-weight:400}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{font-size:10px;line-height:1.2}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{width:30px;height:30px;border:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:27px;height:25px}.gdpr-fb-hide-mobile{display:none!important}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(16px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{padding-right:0;height:auto;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{font-weight:700;font-size:22px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:80vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:calc(80vh - 155px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin-right:2px;margin-bottom:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{position:relative;padding-right:10px;max-width:50%;width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{font-weight:700;font-size:11px;padding-left:0;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding-right:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar{position:relative;left:0;right:auto;width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form{text-align:left;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider{width:40px;height:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after{left:45px;right:0;text-align:left;top:-3px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{padding-right:0;font-weight:700;font-size:16px;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vh;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button{display:inline-block;width:30px;height:30px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:30px;text-align:center;border-radius:50%;font-size:27px;padding-top:1px;transition:all .2s ease;margin-left:15px;margin-left:6vw;position:absolute;right:5px;top:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{padding-bottom:30px;background-size:contain;background-position:50%;margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;min-height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:-ms-flexbox;display:flex;margin:0 -3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;margin:3px;-ms-flex:1;flex:1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{margin:0;text-align:center;width:24px;font-size:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{font-size:8px;line-height:1.2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-weight:700;font-size:14px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;transition:all .3s ease;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px) and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{margin-top:0;background-position:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content{margin-bottom:35px;max-height:55vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:600px;height:90vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:500px;max-height:calc(80vh - 80px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;min-height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{min-height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{padding-bottom:80px}}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media (min-width:768px) and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button{margin-left:15px;margin-left:5vw}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:8px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{white-space:normal}}@media (min-width:1000px) and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media (min-width:768px) and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media print{#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content{display:none!important}body.moove_gdpr_overflow{overflow:auto}body.moove_gdpr_overflow .gdpr_lightbox{display:none!important}}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg{height:30px;width:auto}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg *{fill:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{transform:rotate(45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after{transform:rotate(-45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before{height:18px;top:calc(50% - 8px)}@media (max-width:767px){#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{text-align:left;padding-left:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main{display:block!important;min-height:auto;max-height:100%;margin-bottom:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content{margin-bottom:80px;max-height:50vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title{padding:10px;background-color:#fff;border:1px solid #fff;display:block;margin:10px 0 0;cursor:pointer;transition:all .3s ease;border-radius:5px;position:relative;padding-left:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before{content:"\203A";position:absolute;left:0;top:0;bottom:2px;font-size:24px;color:currentColor;width:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:Georgia,serif}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content{display:none;padding:10px;background-color:#fff}}@media (max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{opacity:0}}