@charset "UTF-8";

    .flickity-enabled {
position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
} .flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
} .flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}
.flickity-button:hover {
background: white;
cursor: pointer;
}
.flickity-button:focus {
outline: none;
box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
opacity: 0.6;
}
.flickity-button:disabled {
opacity: 0.3;
cursor: auto; pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
} .flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%; transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; } .flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
} .flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: "Klavika-Regular", Arial, Helvatica, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
color: #8A8A8A;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 1.25rem;
}
p {
margin-top: 0;
margin-bottom: 2.5rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
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: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #2D3E4D;
text-decoration: underline;
background-color: transparent;
}
a:hover {
color: #11171d;
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: "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #c5c5c5;
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;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
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] {
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: 0.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-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: 1.25rem;
font-family: "Klavika-Bold", Arial, Helvatica, sans-serif;
font-weight: 400;
line-height: 1.4;
color: #2D3E4D;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 1.75rem;
}
h3, .h3 {
font-size: 1.5rem;
}
h4, .h4 {
font-size: 1.125rem;
}
h5, .h5 {
font-size: 1.125rem;
}
h6, .h6 {
font-size: 1.125rem;
}
.lead {
font-size: 150%;
font-weight: 400;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.4;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.4;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.4;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.4;
}
hr {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
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, .list {
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: 2rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 2.5rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #8A8A8A;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #b3b3b3;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 1.25rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #666666;
}
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: #1a1a1a;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #1a1a1a;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 1.25rem;
padding-left: 1.25rem;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px) {
.container {
max-width: 580px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1220px;
}
}
.container-fluid {
width: 100%;
padding-right: 1.25rem;
padding-left: 1.25rem;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 600px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1280px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1440px) {
.col-xxl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xxl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xxl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xxl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xxl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xxl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xxl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xxl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xxl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xxl-first {
order: -1;
}
.order-xxl-last {
order: 13;
}
.order-xxl-0 {
order: 0;
}
.order-xxl-1 {
order: 1;
}
.order-xxl-2 {
order: 2;
}
.order-xxl-3 {
order: 3;
}
.order-xxl-4 {
order: 4;
}
.order-xxl-5 {
order: 5;
}
.order-xxl-6 {
order: 6;
}
.order-xxl-7 {
order: 7;
}
.order-xxl-8 {
order: 8;
}
.order-xxl-9 {
order: 9;
}
.order-xxl-10 {
order: 10;
}
.order-xxl-11 {
order: 11;
}
.order-xxl-12 {
order: 12;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.3333333333%;
}
.offset-xxl-2 {
margin-left: 16.6666666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.3333333333%;
}
.offset-xxl-5 {
margin-left: 41.6666666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.3333333333%;
}
.offset-xxl-8 {
margin-left: 66.6666666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.3333333333%;
}
.offset-xxl-11 {
margin-left: 91.6666666667%;
}
}
.table {
width: 100%;
margin-bottom: 2.5rem;
color: #8A8A8A;
background-color: transparent;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #b3b3b3;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #b3b3b3;
}
.table tbody + tbody {
border-top: 2px solid #b3b3b3;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #b3b3b3;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #b3b3b3;
}
.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 {
color: #8A8A8A;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #c4c9cd;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #929ba2;
}
.table-hover .table-primary:hover {
background-color: #b6bcc1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #b6bcc1;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #e2edc0;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #c9de8a;
}
.table-hover .table-secondary:hover {
background-color: #d9e7ac;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #d9e7ac;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #dbe7b8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #bcd37b;
}
.table-hover .table-success:hover {
background-color: #d1e1a5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #d1e1a5;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #b8e8fa;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #7ad4f6;
}
.table-hover .table-info:hover {
background-color: #a0e0f8;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #a0e0f8;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #fff0b9;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffe37d;
}
.table-hover .table-warning:hover {
background-color: #ffeba0;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffeba0;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f1b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #e47a7a;
}
.table-hover .table-danger:hover {
background-color: #eda3a3;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #eda3a3;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #f8f8f8;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #f2f2f2;
}
.table-hover .table-light:hover {
background-color: #ebebeb;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ebebeb;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c6c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #959595;
}
.table-hover .table-dark:hover {
background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9b9b9;
}
.table-base,
.table-base > th,
.table-base > td {
background-color: #dedede;
}
.table-base th,
.table-base td,
.table-base thead th,
.table-base tbody + tbody {
border-color: #c2c2c2;
}
.table-hover .table-base:hover {
background-color: #d1d1d1;
}
.table-hover .table-base:hover > td,
.table-hover .table-base:hover > th {
background-color: #d1d1d1;
}
.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
background-color: #f9d3c8;
}
.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
border-color: #f5ad99;
}
.table-hover .table-tertiary:hover {
background-color: #f6c1b1;
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
background-color: #f6c1b1;
}
.table-quaternary,
.table-quaternary > th,
.table-quaternary > td {
background-color: #e5bedb;
}
.table-quaternary th,
.table-quaternary td,
.table-quaternary thead th,
.table-quaternary tbody + tbody {
border-color: #cf87bd;
}
.table-hover .table-quaternary:hover {
background-color: #deacd1;
}
.table-hover .table-quaternary:hover > td,
.table-hover .table-quaternary:hover > th {
background-color: #deacd1;
}
.table-quinary,
.table-quinary > th,
.table-quinary > td {
background-color: #e6eaec;
}
.table-quinary th,
.table-quinary td,
.table-quinary thead th,
.table-quinary tbody + tbody {
border-color: #d1d9dc;
}
.table-hover .table-quinary:hover {
background-color: #d8dee1;
}
.table-hover .table-quinary:hover > td,
.table-hover .table-quinary:hover > th {
background-color: #d8dee1;
}
.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: #1a1a1a;
border-color: #2d2d2d;
}
.table .thead-light th {
color: #4d4d4d;
background-color: #cccccc;
border-color: #b3b3b3;
}
.table-dark {
color: #fff;
background-color: #1a1a1a;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #2d2d2d;
}
.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 {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 599.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.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;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1279.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
@media (max-width: 1439.98px) {
.table-responsive-xxl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xxl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(2.85rem + 2px);
padding: 0.625rem 0.9375rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
color: #d0d0d0;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(138, 138, 138, 0.2);
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #d0d0d0;
background-color: #fff;
border-color: #c5c5c5;
outline: 0;
box-shadow: 0 0 0 0.2rem none;
}
.form-control::placeholder {
color: #d0d0d0;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #cccccc;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #d0d0d0;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.625rem + 1px);
padding-bottom: calc(0.625rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.6;
}
.col-form-label-lg {
padding-top: calc(1.4375rem + 1px);
padding-bottom: calc(1.4375rem + 1px);
font-size: 1rem;
line-height: 1.6;
}
.col-form-label-sm {
padding-top: calc(0.75rem + 1px);
padding-bottom: calc(0.75rem + 1px);
font-size: 1rem;
line-height: 1.6;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.625rem;
padding-bottom: 0.625rem;
margin-bottom: 0;
line-height: 1.6;
color: #8A8A8A;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(3.1rem + 2px);
padding: 0.75rem 1.25rem;
font-size: 1rem;
line-height: 1.6;
}
.form-control-lg {
height: calc(4.475rem + 2px);
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
}
select.form-control[size], select.form-control[multiple] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: flex;
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: #c5c5c5;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: inline-flex;
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: #7EAA02;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 1rem;
line-height: 1.6;
color: #fff;
background-color: rgba(126, 170, 2, 0.9);
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #7EAA02;
padding-right: 2.85rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237EAA02' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(0.4em + 0.3125rem);
background-size: calc(0.8em + 0.625rem) calc(0.8em + 0.625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #7EAA02;
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 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 {
display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: 2.85rem;
background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #7EAA02;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 2.25rem);
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%238A8A8A' d='M10 1.135L8.833 0 5 3.73 1.167 0 0 1.135 5 6z'/%3E%3C/svg%3E") no-repeat right 1.25rem center/10px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237EAA02' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.25rem/calc(0.8em + 0.625rem) calc(0.8em + 0.625rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #7EAA02;
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 0.25);
}
.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: #7EAA02;
}
.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: #7EAA02;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #7EAA02;
}
.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 {
border-color: #a3dc03;
background-color: #a3dc03;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #7EAA02;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #7EAA02;
}
.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 {
border-color: #7EAA02;
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #c00;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 1rem;
line-height: 1.6;
color: #fff;
background-color: rgba(204, 0, 0, 0.9);
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #c00;
padding-right: 2.85rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(0.4em + 0.3125rem);
background-size: calc(0.8em + 0.625rem) calc(0.8em + 0.625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #c00;
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 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 {
display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: 2.85rem;
background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #c00;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 2.25rem);
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%238A8A8A' d='M10 1.135L8.833 0 5 3.73 1.167 0 0 1.135 5 6z'/%3E%3C/svg%3E") no-repeat right 1.25rem center/10px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2.25rem/calc(0.8em + 0.625rem) calc(0.8em + 0.625rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #c00;
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.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: #c00;
}
.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: #c00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #c00;
}
.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 {
border-color: red;
background-color: red;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #c00;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #c00;
}
.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 {
border-color: #c00;
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 600px) {
.form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
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: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
align-items: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 700;
color: #8A8A8A;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.625rem 0.9375rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
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;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #8A8A8A;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem none;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #2D3E4D;
border-color: #2D3E4D;
}
.btn-primary:hover {
color: #fff;
background-color: #1f2b35;
border-color: #1a242d;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(77, 91, 104, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #2D3E4D;
border-color: #2D3E4D;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #1a242d;
border-color: #151e25;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(77, 91, 104, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #97C01E;
border-color: #97C01E;
}
.btn-secondary:hover {
color: #fff;
background-color: #7d9f19;
border-color: #749417;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(167, 201, 64, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #97C01E;
border-color: #97C01E;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #749417;
border-color: #6c8915;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(167, 201, 64, 0.5);
}
.btn-success {
color: #fff;
background-color: #7EAA02;
border-color: #7EAA02;
}
.btn-success:hover {
color: #fff;
background-color: #628402;
border-color: #597801;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(145, 183, 40, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #7EAA02;
border-color: #7EAA02;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #597801;
border-color: #4f6b01;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(145, 183, 40, 0.5);
}
.btn-info {
color: #fff;
background-color: #00adee;
border-color: #00adee;
}
.btn-info:hover {
color: #fff;
background-color: #0091c8;
border-color: #0088bb;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 185, 241, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #00adee;
border-color: #00adee;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #0088bb;
border-color: #007fae;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 185, 241, 0.5);
}
.btn-warning {
color: #1a1a1a;
background-color: #ffca05;
border-color: #ffca05;
}
.btn-warning:hover {
color: #fff;
background-color: #deaf00;
border-color: #d1a500;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(221, 176, 8, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #1a1a1a;
background-color: #ffca05;
border-color: #ffca05;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #d1a500;
border-color: #c49b00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(221, 176, 8, 0.5);
}
.btn-danger {
color: #fff;
background-color: #c00;
border-color: #c00;
}
.btn-danger:hover {
color: #fff;
background-color: #a60000;
border-color: #990000;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #c00;
border-color: #c00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #990000;
border-color: #8c0000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
}
.btn-light {
color: #1a1a1a;
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-light:hover {
color: #1a1a1a;
background-color: lightgray;
border-color: #cdcdcd;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #1a1a1a;
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
color: #1a1a1a;
background-color: #cdcdcd;
border-color: #c6c6c6;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5);
}
.btn-dark {
color: #fff;
background-color: #333333;
border-color: #333333;
}
.btn-dark:hover {
color: #fff;
background-color: #202020;
border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #333333;
border-color: #333333;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1a1a;
border-color: #131313;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-base {
color: #fff;
background-color: #8A8A8A;
border-color: #8A8A8A;
}
.btn-base:hover {
color: #fff;
background-color: #777777;
border-color: #717171;
}
.btn-base:focus, .btn-base.focus {
box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}
.btn-base.disabled, .btn-base:disabled {
color: #fff;
background-color: #8A8A8A;
border-color: #8A8A8A;
}
.btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active, .show > .btn-base.dropdown-toggle {
color: #fff;
background-color: #717171;
border-color: #6a6a6a;
}
.btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus, .show > .btn-base.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}
.btn-tertiary {
color: #fff;
background-color: #EB623A;
border-color: #EB623A;
}
.btn-tertiary:hover {
color: #fff;
background-color: #e74617;
border-color: #dc4316;
}
.btn-tertiary:focus, .btn-tertiary.focus {
box-shadow: 0 0 0 0.2rem rgba(238, 122, 88, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
color: #fff;
background-color: #EB623A;
border-color: #EB623A;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
color: #fff;
background-color: #dc4316;
border-color: #d03f15;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(238, 122, 88, 0.5);
}
.btn-quaternary {
color: #fff;
background-color: #A21880;
border-color: #A21880;
}
.btn-quaternary:hover {
color: #fff;
background-color: #811366;
border-color: #76115d;
}
.btn-quaternary:focus, .btn-quaternary.focus {
box-shadow: 0 0 0 0.2rem rgba(176, 59, 147, 0.5);
}
.btn-quaternary.disabled, .btn-quaternary:disabled {
color: #fff;
background-color: #A21880;
border-color: #A21880;
}
.btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active, .show > .btn-quaternary.dropdown-toggle {
color: #fff;
background-color: #76115d;
border-color: #6a1054;
}
.btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-quaternary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(176, 59, 147, 0.5);
}
.btn-quinary {
color: #1a1a1a;
background-color: #A6B5BC;
border-color: #A6B5BC;
}
.btn-quinary:hover {
color: #fff;
background-color: #90a3ac;
border-color: #899da6;
}
.btn-quinary:focus, .btn-quinary.focus {
box-shadow: 0 0 0 0.2rem rgba(145, 158, 164, 0.5);
}
.btn-quinary.disabled, .btn-quinary:disabled {
color: #1a1a1a;
background-color: #A6B5BC;
border-color: #A6B5BC;
}
.btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active, .show > .btn-quinary.dropdown-toggle {
color: #fff;
background-color: #899da6;
border-color: #8297a1;
}
.btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus, .show > .btn-quinary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(145, 158, 164, 0.5);
}
.btn-outline-primary {
color: #2D3E4D;
border-color: #2D3E4D;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #2D3E4D;
border-color: #2D3E4D;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(45, 62, 77, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #2D3E4D;
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: #2D3E4D;
border-color: #2D3E4D;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(45, 62, 77, 0.5);
}
.btn-outline-secondary {
color: #97C01E;
border-color: #97C01E;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #97C01E;
border-color: #97C01E;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(151, 192, 30, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #97C01E;
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: #97C01E;
border-color: #97C01E;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(151, 192, 30, 0.5);
}
.btn-outline-success {
color: #7EAA02;
border-color: #7EAA02;
}
.btn-outline-success:hover {
color: #fff;
background-color: #7EAA02;
border-color: #7EAA02;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #7EAA02;
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: #fff;
background-color: #7EAA02;
border-color: #7EAA02;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 0.5);
}
.btn-outline-info {
color: #00adee;
border-color: #00adee;
}
.btn-outline-info:hover {
color: #fff;
background-color: #00adee;
border-color: #00adee;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 173, 238, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #00adee;
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: #00adee;
border-color: #00adee;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(0, 173, 238, 0.5);
}
.btn-outline-warning {
color: #ffca05;
border-color: #ffca05;
}
.btn-outline-warning:hover {
color: #1a1a1a;
background-color: #ffca05;
border-color: #ffca05;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 202, 5, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffca05;
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: #1a1a1a;
background-color: #ffca05;
border-color: #ffca05;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(255, 202, 5, 0.5);
}
.btn-outline-danger {
color: #c00;
border-color: #c00;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #c00;
border-color: #c00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #c00;
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: #c00;
border-color: #c00;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-light {
color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-outline-light:hover {
color: #1a1a1a;
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #e6e6e6;
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: #1a1a1a;
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-dark {
color: #333333;
border-color: #333333;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #333333;
border-color: #333333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #333333;
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: #333333;
border-color: #333333;
}
.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 {
box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-base {
color: #8A8A8A;
border-color: #8A8A8A;
}
.btn-outline-base:hover {
color: #fff;
background-color: #8A8A8A;
border-color: #8A8A8A;
}
.btn-outline-base:focus, .btn-outline-base.focus {
box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}
.btn-outline-base.disabled, .btn-outline-base:disabled {
color: #8A8A8A;
background-color: transparent;
}
.btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active, .show > .btn-outline-base.dropdown-toggle {
color: #fff;
background-color: #8A8A8A;
border-color: #8A8A8A;
}
.btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-base.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}
.btn-outline-tertiary {
color: #EB623A;
border-color: #EB623A;
}
.btn-outline-tertiary:hover {
color: #fff;
background-color: #EB623A;
border-color: #EB623A;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
box-shadow: 0 0 0 0.2rem rgba(235, 98, 58, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
color: #EB623A;
background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
color: #fff;
background-color: #EB623A;
border-color: #EB623A;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(235, 98, 58, 0.5);
}
.btn-outline-quaternary {
color: #A21880;
border-color: #A21880;
}
.btn-outline-quaternary:hover {
color: #fff;
background-color: #A21880;
border-color: #A21880;
}
.btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
box-shadow: 0 0 0 0.2rem rgba(162, 24, 128, 0.5);
}
.btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
color: #A21880;
background-color: transparent;
}
.btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active, .show > .btn-outline-quaternary.dropdown-toggle {
color: #fff;
background-color: #A21880;
border-color: #A21880;
}
.btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-quaternary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(162, 24, 128, 0.5);
}
.btn-outline-quinary {
color: #A6B5BC;
border-color: #A6B5BC;
}
.btn-outline-quinary:hover {
color: #1a1a1a;
background-color: #A6B5BC;
border-color: #A6B5BC;
}
.btn-outline-quinary:focus, .btn-outline-quinary.focus {
box-shadow: 0 0 0 0.2rem rgba(166, 181, 188, 0.5);
}
.btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
color: #A6B5BC;
background-color: transparent;
}
.btn-outline-quinary:not(:disabled):not(.disabled):active, .btn-outline-quinary:not(:disabled):not(.disabled).active, .show > .btn-outline-quinary.dropdown-toggle {
color: #1a1a1a;
background-color: #A6B5BC;
border-color: #A6B5BC;
}
.btn-outline-quinary:not(:disabled):not(.disabled):active:focus, .btn-outline-quinary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-quinary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(166, 181, 188, 0.5);
}
.btn-link {
font-weight: 400;
color: #2D3E4D;
text-decoration: underline;
}
.btn-link:hover {
color: #11171d;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
color: #666666;
pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.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 {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
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: #8A8A8A;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 600px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1280px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
@media (min-width: 1440px) {
.dropdown-menu-xxl-left {
right: auto;
left: 0;
}
.dropdown-menu-xxl-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;
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;
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;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
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: 1.25rem 0;
overflow: hidden;
border-top: 1px solid #cccccc;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #1a1a1a;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #0d0d0d;
text-decoration: none;
background-color: #e6e6e6;
}
.dropdown-item.active, .dropdown-item:active {
color: #97C01E;
text-decoration: none;
background-color: #8A8A8A;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #666666;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 1rem;
color: #666666;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #1a1a1a;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 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-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.dropdown-toggle-split {
padding-right: 0.703125rem;
padding-left: 0.703125rem;
}
.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.5625rem;
padding-left: 0.5625rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 1.546875rem;
padding-left: 1.546875rem;
}
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.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: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .custom-file {
display: flex;
align-items: center;
}
.input-group-prepend,
.input-group-append {
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3;
}
.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: flex;
align-items: center;
padding: 0.625rem 0.9375rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
color: #d0d0d0;
text-align: center;
white-space: nowrap;
background-color: #cccccc;
border: 1px solid rgba(138, 138, 138, 0.2);
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(4.475rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(3.1rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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.75rem 1.25rem;
font-size: 1rem;
line-height: 1.6;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 2.25rem;
}
.custom-control {
position: relative;
display: block;
min-height: 1.6rem;
padding-left: 2.5rem;
}
.custom-control-inline {
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: #97C01E;
border-color: #8A8A8A;
background-color: #8A8A8A;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #c5c5c5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #97C01E;
background-color: #f3f3f3;
border-color: #f3f3f3;
}
.custom-control-input:disabled ~ .custom-control-label {
color: #666666;
}
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #cccccc;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.3rem;
left: -2.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #b3b3b3;
border: gray solid 1px;
}
.custom-control-label::after {
position: absolute;
top: 0.3rem;
left: -2.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/60% 60%;
}
.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 6'%3E%3Cpath fill='%2397C01E' d='M7.90769231,0.904522613 L7.90769231,0.904522613 L2.98461538,5.90954774 C2.92307692,5.96984925 2.86153846,6 2.76923077,6 C2.67692308,6 2.58461538,5.96984925 2.55384615,5.90954774 L0.153846154,3.37688442 L0.0923076923,3.31658291 C0.0307692308,3.25628141 0,3.16582915 0,3.10552764 C0,3.04522613 0.0307692308,2.95477387 0.0923076923,2.89447236 L0.523076923,2.47236181 C0.646153846,2.35175879 0.830769231,2.35175879 0.953846154,2.47236181 L0.984615385,2.50251256 L2.67692308,4.28140704 C2.73846154,4.34170854 2.83076923,4.34170854 2.89230769,4.28140704 L7.01538462,0.0904522613 L7.04615385,0.0904522613 C7.16923077,-0.0301507538 7.35384615,-0.0301507538 7.47692308,0.0904522613 L7.90769231,0.512562814 C8.03076923,0.603015075 8.03076923,0.783919598 7.90769231,0.904522613 L7.90769231,0.904522613 Z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #8A8A8A;
background-color: #8A8A8A;
}
.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='%2397C01E' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(45, 62, 77, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(45, 62, 77, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.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='%2397C01E'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(45, 62, 77, 0.5);
}
.custom-switch {
padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
left: -3.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.3rem + 2px);
left: calc(-3.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: gray;
border-radius: 0.5rem;
transition: transform 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;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #b3b3b3;
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(45, 62, 77, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.85rem + 2px);
padding: 0.375rem 2.25rem 0.375rem 1.25rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
color: #d0d0d0;
vertical-align: middle;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%238A8A8A' d='M10 1.135L8.833 0 5 3.73 1.167 0 0 1.135 5 6z'/%3E%3C/svg%3E") no-repeat right 1.25rem center/10px 10px;
background-color: #fff;
border: 1px solid rgba(138, 138, 138, 0.2);
border-radius: 0;
appearance: none;
}
.custom-select:focus {
border-color: #c5c5c5;
outline: 0;
box-shadow: none;
}
.custom-select:focus::-ms-value {
color: #d0d0d0;
background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 1.25rem;
background-image: none;
}
.custom-select:disabled {
color: #666666;
background-color: #cccccc;
}
.custom-select::-ms-expand {
display: none;
}
.custom-select-sm {
height: calc(3.1rem + 2px);
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1.25rem;
font-size: 100%;
}
.custom-select-lg {
height: calc(4.475rem + 2px);
padding-top: 1.4375rem;
padding-bottom: 1.4375rem;
padding-left: 2.0625rem;
font-size: 125%;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.85rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.85rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #c5c5c5;
box-shadow: 0 0 0 0.2rem none;
}
.custom-file-input:disabled ~ .custom-file-label {
background-color: #cccccc;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input:lang(nl) ~ .custom-file-label::after {
content: "Bladeren";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
content: "Durchsuchen";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.85rem + 2px);
padding: 0.625rem 0.9375rem;
font-weight: 400;
line-height: 1.6;
color: #d0d0d0;
background-color: #fff;
border: 1px solid rgba(138, 138, 138, 0.2);
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.85rem;
padding: 0.625rem 0.9375rem;
line-height: 1.6;
color: #d0d0d0;
content: "Browse";
background-color: #cccccc;
border-left: inherit;
}
.custom-range {
width: 100%;
height: calc(1rem + 0.4rem);
padding: 0;
background-color: transparent;
appearance: none;
}
.custom-range:focus {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem none;
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem none;
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem none;
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #8A8A8A;
border: 0;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #e3e3e3;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #b3b3b3;
border-color: transparent;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #8A8A8A;
border: 0;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #e3e3e3;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #b3b3b3;
border-color: transparent;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #8A8A8A;
border: 0;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #e3e3e3;
}
.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: #b3b3b3;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #b3b3b3;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: gray;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: gray;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: gray;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: flex;
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: #666666;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #b3b3b3;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #cccccc #cccccc #b3b3b3;
}
.nav-tabs .nav-link.disabled {
color: #666666;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #4d4d4d;
background-color: #fff;
border-color: #b3b3b3 #b3b3b3 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #97C01E;
background-color: #8A8A8A;
}
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: transparant;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card-body {
flex: 1 1 auto;
padding: 1.5625rem;
}
.card-title {
margin-bottom: 1.5625rem;
}
.card-subtitle {
margin-top: -0.78125rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.5625rem;
}
.card-header {
padding: 1.5625rem 1.5625rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 1.5625rem 1.5625rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
margin-right: -0.78125rem;
margin-bottom: -1.5625rem;
margin-left: -0.78125rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.78125rem;
margin-left: -0.78125rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
}
.card-img-top {
width: 100%;
}
.card-img-bottom {
width: 100%;
}
.card-deck {
display: flex;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 1.25rem;
}
@media (min-width: 600px) {
.card-deck {
flex-flow: row wrap;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.card-deck .card {
display: flex;
flex: 1 0 0%;
flex-direction: column;
margin-right: 1.25rem;
margin-bottom: 0;
margin-left: 1.25rem;
}
}
.card-group {
display: flex;
flex-direction: column;
}
.card-group > .card {
margin-bottom: 1.25rem;
}
@media (min-width: 600px) {
.card-group {
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
}
.card-columns .card {
margin-bottom: 1.5625rem;
}
@media (min-width: 600px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
}
.accordion > .card:first-of-type {
border-bottom: 0;
}
.accordion > .card .card-header {
margin-bottom: -1px;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #cccccc;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #666666;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #666666;
}
.pagination {
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #2D3E4D;
background-color: #fff;
border: 1px solid #b3b3b3;
}
.page-link:hover {
z-index: 2;
color: #11171d;
text-decoration: none;
background-color: #cccccc;
border-color: #b3b3b3;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem none;
}
.page-item:first-child .page-link {
margin-left: 0;
}
.page-item.active .page-link {
z-index: 1;
color: #97C01E;
background-color: #8A8A8A;
border-color: #8A8A8A;
}
.page-item.disabled .page-link {
color: #666666;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #b3b3b3;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1rem;
line-height: 1.6;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 1rem;
line-height: 1.6;
}
.badge {
display: inline-block;
padding: 0rem 0.3125rem;
font-size: 0.75rem;
font-weight: 400;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
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;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:hover, a.badge:focus {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.badge-primary {
color: #fff;
background-color: #2D3E4D;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #1a242d;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(45, 62, 77, 0.5);
}
.badge-secondary {
color: #fff;
background-color: #97C01E;
}
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #749417;
}
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(151, 192, 30, 0.5);
}
.badge-success {
color: #fff;
background-color: #7EAA02;
}
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #597801;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(126, 170, 2, 0.5);
}
.badge-info {
color: #fff;
background-color: #00adee;
}
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #0088bb;
}
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 173, 238, 0.5);
}
.badge-warning {
color: #1a1a1a;
background-color: #ffca05;
}
a.badge-warning:hover, a.badge-warning:focus {
color: #1a1a1a;
background-color: #d1a500;
}
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 202, 5, 0.5);
}
.badge-danger {
color: #fff;
background-color: #c00;
}
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #990000;
}
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.badge-light {
color: #1a1a1a;
background-color: #e6e6e6;
}
a.badge-light:hover, a.badge-light:focus {
color: #1a1a1a;
background-color: #cdcdcd;
}
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.badge-dark {
color: #fff;
background-color: #333333;
}
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1a1a1a;
}
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.badge-base {
color: #fff;
background-color: #8A8A8A;
}
a.badge-base:hover, a.badge-base:focus {
color: #fff;
background-color: #717171;
}
a.badge-base:focus, a.badge-base.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}
.badge-tertiary {
color: #fff;
background-color: #EB623A;
}
a.badge-tertiary:hover, a.badge-tertiary:focus {
color: #fff;
background-color: #dc4316;
}
a.badge-tertiary:focus, a.badge-tertiary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(235, 98, 58, 0.5);
}
.badge-quaternary {
color: #fff;
background-color: #A21880;
}
a.badge-quaternary:hover, a.badge-quaternary:focus {
color: #fff;
background-color: #76115d;
}
a.badge-quaternary:focus, a.badge-quaternary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(162, 24, 128, 0.5);
}
.badge-quinary {
color: #1a1a1a;
background-color: #A6B5BC;
}
a.badge-quinary:hover, a.badge-quinary:focus {
color: #1a1a1a;
background-color: #899da6;
}
a.badge-quinary:focus, a.badge-quinary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 181, 188, 0.5);
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
}
.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: #172028;
background-color: #d5d8db;
border-color: #c4c9cd;
}
.alert-primary hr {
border-top-color: #b6bcc1;
}
.alert-primary .alert-link {
color: #040608;
}
.alert-secondary {
color: #4f6410;
background-color: #eaf2d2;
border-color: #e2edc0;
}
.alert-secondary hr {
border-top-color: #d9e7ac;
}
.alert-secondary .alert-link {
color: #2c3809;
}
.alert-success {
color: #425801;
background-color: #e5eecc;
border-color: #dbe7b8;
}
.alert-success hr {
border-top-color: #d1e1a5;
}
.alert-success .alert-link {
color: #1c2600;
}
.alert-info {
color: #005a7c;
background-color: #cceffc;
border-color: #b8e8fa;
}
.alert-info hr {
border-top-color: #a0e0f8;
}
.alert-info .alert-link {
color: #003549;
}
.alert-warning {
color: #856903;
background-color: #fff4cd;
border-color: #fff0b9;
}
.alert-warning hr {
border-top-color: #ffeba0;
}
.alert-warning .alert-link {
color: #534202;
}
.alert-danger {
color: #6a0000;
background-color: #f5cccc;
border-color: #f1b8b8;
}
.alert-danger hr {
border-top-color: #eda3a3;
}
.alert-danger .alert-link {
color: #370000;
}
.alert-light {
color: #787878;
background-color: #fafafa;
border-color: #f8f8f8;
}
.alert-light hr {
border-top-color: #ebebeb;
}
.alert-light .alert-link {
color: #5f5f5f;
}
.alert-dark {
color: #1b1b1b;
background-color: #d6d6d6;
border-color: #c6c6c6;
}
.alert-dark hr {
border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
color: #020202;
}
.alert-base {
color: #484848;
background-color: #e8e8e8;
border-color: #dedede;
}
.alert-base hr {
border-top-color: #d1d1d1;
}
.alert-base .alert-link {
color: #2f2f2f;
}
.alert-tertiary {
color: #7a331e;
background-color: #fbe0d8;
border-color: #f9d3c8;
}
.alert-tertiary hr {
border-top-color: #f6c1b1;
}
.alert-tertiary .alert-link {
color: #512214;
}
.alert-quaternary {
color: #540c43;
background-color: #ecd1e6;
border-color: #e5bedb;
}
.alert-quaternary hr {
border-top-color: #deacd1;
}
.alert-quaternary .alert-link {
color: #27061f;
}
.alert-quinary {
color: #565e62;
background-color: #edf0f2;
border-color: #e6eaec;
}
.alert-quinary hr {
border-top-color: #d8dee1;
}
.alert-quinary .alert-link {
color: #3e4447;
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #cccccc;
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #2D3E4D;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
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 {
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
animation: none;
}
}
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1;
}
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #4d4d4d;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #4d4d4d;
text-decoration: none;
background-color: #e6e6e6;
}
.list-group-item-action:active {
color: #8A8A8A;
background-color: #cccccc;
}
.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:last-child {
margin-bottom: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #666666;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #97C01E;
background-color: #8A8A8A;
border-color: #8A8A8A;
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal .list-group-item:last-child {
margin-right: 0;
}
@media (min-width: 600px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
}
}
@media (min-width: 1280px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
}
}
@media (min-width: 1440px) {
.list-group-horizontal-xxl {
flex-direction: row;
}
.list-group-horizontal-xxl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-xxl .list-group-item:last-child {
margin-right: 0;
}
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
}
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.list-group-item-primary {
color: #172028;
background-color: #c4c9cd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #172028;
background-color: #b6bcc1;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #172028;
border-color: #172028;
}
.list-group-item-secondary {
color: #4f6410;
background-color: #e2edc0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #4f6410;
background-color: #d9e7ac;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #4f6410;
border-color: #4f6410;
}
.list-group-item-success {
color: #425801;
background-color: #dbe7b8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #425801;
background-color: #d1e1a5;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #425801;
border-color: #425801;
}
.list-group-item-info {
color: #005a7c;
background-color: #b8e8fa;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #005a7c;
background-color: #a0e0f8;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #005a7c;
border-color: #005a7c;
}
.list-group-item-warning {
color: #856903;
background-color: #fff0b9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856903;
background-color: #ffeba0;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856903;
border-color: #856903;
}
.list-group-item-danger {
color: #6a0000;
background-color: #f1b8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #6a0000;
background-color: #eda3a3;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #6a0000;
border-color: #6a0000;
}
.list-group-item-light {
color: #787878;
background-color: #f8f8f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #787878;
background-color: #ebebeb;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #787878;
border-color: #787878;
}
.list-group-item-dark {
color: #1b1b1b;
background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1b1b;
background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1b1b;
border-color: #1b1b1b;
}
.list-group-item-base {
color: #484848;
background-color: #dedede;
}
.list-group-item-base.list-group-item-action:hover, .list-group-item-base.list-group-item-action:focus {
color: #484848;
background-color: #d1d1d1;
}
.list-group-item-base.list-group-item-action.active {
color: #fff;
background-color: #484848;
border-color: #484848;
}
.list-group-item-tertiary {
color: #7a331e;
background-color: #f9d3c8;
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
color: #7a331e;
background-color: #f6c1b1;
}
.list-group-item-tertiary.list-group-item-action.active {
color: #fff;
background-color: #7a331e;
border-color: #7a331e;
}
.list-group-item-quaternary {
color: #540c43;
background-color: #e5bedb;
}
.list-group-item-quaternary.list-group-item-action:hover, .list-group-item-quaternary.list-group-item-action:focus {
color: #540c43;
background-color: #deacd1;
}
.list-group-item-quaternary.list-group-item-action.active {
color: #fff;
background-color: #540c43;
border-color: #540c43;
}
.list-group-item-quinary {
color: #565e62;
background-color: #e6eaec;
}
.list-group-item-quinary.list-group-item-action:hover, .list-group-item-quinary.list-group-item-action:focus {
color: #565e62;
background-color: #d8dee1;
}
.list-group-item-quinary.list-group-item-action.active {
color: #fff;
background-color: #565e62;
border-color: #565e62;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: 0.75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
appearance: none;
}
a.close.disabled {
pointer-events: none;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #cccccc;
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.6;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #cccccc;
}
.modal-footer > :not(:first-child) {
margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
margin-right: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 600px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1280px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: "Klavika-Regular", Arial, Helvatica, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.6;
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: 1rem;
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;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: "Klavika-Regular", Arial, Helvatica, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.6;
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: 1rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.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 {
bottom: 0;
border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
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 {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
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 {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
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-width: 0 0.5rem 0.5rem 0.5rem;
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 {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
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-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: #2D3E4D;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #8A8A8A;
}
.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: #2D3E4D !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #1a242d !important;
}
.bg-secondary {
background-color: #97C01E !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #749417 !important;
}
.bg-success {
background-color: #7EAA02 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #597801 !important;
}
.bg-info {
background-color: #00adee !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #0088bb !important;
}
.bg-warning {
background-color: #ffca05 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d1a500 !important;
}
.bg-danger {
background-color: #c00 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #990000 !important;
}
.bg-light {
background-color: #e6e6e6 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #cdcdcd !important;
}
.bg-dark {
background-color: #333333 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1a1a1a !important;
}
.bg-base {
background-color: #8A8A8A !important;
}
a.bg-base:hover, a.bg-base:focus,
button.bg-base:hover,
button.bg-base:focus {
background-color: #717171 !important;
}
.bg-tertiary {
background-color: #EB623A !important;
}
a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
background-color: #dc4316 !important;
}
.bg-quaternary {
background-color: #A21880 !important;
}
a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
background-color: #76115d !important;
}
.bg-quinary {
background-color: #A6B5BC !important;
}
a.bg-quinary:hover, a.bg-quinary:focus,
button.bg-quinary:hover,
button.bg-quinary:focus {
background-color: #899da6 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #e6e6e6 !important;
}
.border-top {
border-top: 1px solid #e6e6e6 !important;
}
.border-right {
border-right: 1px solid #e6e6e6 !important;
}
.border-bottom {
border-bottom: 1px solid #e6e6e6 !important;
}
.border-left {
border-left: 1px solid #e6e6e6 !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: #2D3E4D !important;
}
.border-secondary {
border-color: #97C01E !important;
}
.border-success {
border-color: #7EAA02 !important;
}
.border-info {
border-color: #00adee !important;
}
.border-warning {
border-color: #ffca05 !important;
}
.border-danger {
border-color: #c00 !important;
}
.border-light {
border-color: #e6e6e6 !important;
}
.border-dark {
border-color: #333333 !important;
}
.border-base {
border-color: #8A8A8A !important;
}
.border-tertiary {
border-color: #EB623A !important;
}
.border-quaternary {
border-color: #A21880 !important;
}
.border-quinary {
border-color: #A6B5BC !important;
}
.border-white {
border-color: #fff !important;
}
.rounded-sm {
border-radius: 0.3125rem !important;
}
.rounded {
border-radius: 0.3125rem !important;
}
.rounded-top {
border-top-left-radius: 0.3125rem !important;
border-top-right-radius: 0.3125rem !important;
}
.rounded-right {
border-top-right-radius: 0.3125rem !important;
border-bottom-right-radius: 0.3125rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.3125rem !important;
border-bottom-left-radius: 0.3125rem !important;
}
.rounded-left {
border-top-left-radius: 0.3125rem !important;
border-bottom-left-radius: 0.3125rem !important;
}
.rounded-lg {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !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: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 600px) {
.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: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
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: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1280px) {
.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: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1440px) {
.d-xxl-none {
display: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
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: flex !important;
}
.d-print-inline-flex {
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.8571428571%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 600px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1280px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1440px) {
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 600px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.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: 1280px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
@media (min-width: 1440px) {
.float-xxl-left {
float: left !important;
}
.float-xxl-right {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !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 {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 2px 10px 0 rgba(138, 138, 138, 0.1) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
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;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.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.625rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.625rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.625rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.625rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.625rem !important;
}
.m-2 {
margin: 1.25rem !important;
}
.mt-2,
.my-2 {
margin-top: 1.25rem !important;
}
.mr-2,
.mx-2 {
margin-right: 1.25rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 1.25rem !important;
}
.ml-2,
.mx-2 {
margin-left: 1.25rem !important;
}
.m-3 {
margin: 1.875rem !important;
}
.mt-3,
.my-3 {
margin-top: 1.875rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1.875rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1.875rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1.875rem !important;
}
.m-4 {
margin: 2.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 2.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 2.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 2.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 2.5rem !important;
}
.m-5 {
margin: 3.75rem !important;
}
.mt-5,
.my-5 {
margin-top: 3.75rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3.75rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3.75rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3.75rem !important;
}
.m-6 {
margin: 5rem !important;
}
.mt-6,
.my-6 {
margin-top: 5rem !important;
}
.mr-6,
.mx-6 {
margin-right: 5rem !important;
}
.mb-6,
.my-6 {
margin-bottom: 5rem !important;
}
.ml-6,
.mx-6 {
margin-left: 5rem !important;
}
.m-7 {
margin: 7.5rem !important;
}
.mt-7,
.my-7 {
margin-top: 7.5rem !important;
}
.mr-7,
.mx-7 {
margin-right: 7.5rem !important;
}
.mb-7,
.my-7 {
margin-bottom: 7.5rem !important;
}
.ml-7,
.mx-7 {
margin-left: 7.5rem !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.625rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.625rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.625rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.625rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.625rem !important;
}
.p-2 {
padding: 1.25rem !important;
}
.pt-2,
.py-2 {
padding-top: 1.25rem !important;
}
.pr-2,
.px-2 {
padding-right: 1.25rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 1.25rem !important;
}
.pl-2,
.px-2 {
padding-left: 1.25rem !important;
}
.p-3 {
padding: 1.875rem !important;
}
.pt-3,
.py-3 {
padding-top: 1.875rem !important;
}
.pr-3,
.px-3 {
padding-right: 1.875rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1.875rem !important;
}
.pl-3,
.px-3 {
padding-left: 1.875rem !important;
}
.p-4 {
padding: 2.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 2.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 2.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 2.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 2.5rem !important;
}
.p-5 {
padding: 3.75rem !important;
}
.pt-5,
.py-5 {
padding-top: 3.75rem !important;
}
.pr-5,
.px-5 {
padding-right: 3.75rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3.75rem !important;
}
.pl-5,
.px-5 {
padding-left: 3.75rem !important;
}
.p-6 {
padding: 5rem !important;
}
.pt-6,
.py-6 {
padding-top: 5rem !important;
}
.pr-6,
.px-6 {
padding-right: 5rem !important;
}
.pb-6,
.py-6 {
padding-bottom: 5rem !important;
}
.pl-6,
.px-6 {
padding-left: 5rem !important;
}
.p-7 {
padding: 7.5rem !important;
}
.pt-7,
.py-7 {
padding-top: 7.5rem !important;
}
.pr-7,
.px-7 {
padding-right: 7.5rem !important;
}
.pb-7,
.py-7 {
padding-bottom: 7.5rem !important;
}
.pl-7,
.px-7 {
padding-left: 7.5rem !important;
}
.m-n1 {
margin: -0.625rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.625rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.625rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.625rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.625rem !important;
}
.m-n2 {
margin: -1.25rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -1.25rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -1.25rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -1.25rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -1.25rem !important;
}
.m-n3 {
margin: -1.875rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1.875rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1.875rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1.875rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1.875rem !important;
}
.m-n4 {
margin: -2.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -2.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -2.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -2.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -2.5rem !important;
}
.m-n5 {
margin: -3.75rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3.75rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3.75rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3.75rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3.75rem !important;
}
.m-n6 {
margin: -5rem !important;
}
.mt-n6,
.my-n6 {
margin-top: -5rem !important;
}
.mr-n6,
.mx-n6 {
margin-right: -5rem !important;
}
.mb-n6,
.my-n6 {
margin-bottom: -5rem !important;
}
.ml-n6,
.mx-n6 {
margin-left: -5rem !important;
}
.m-n7 {
margin: -7.5rem !important;
}
.mt-n7,
.my-n7 {
margin-top: -7.5rem !important;
}
.mr-n7,
.mx-n7 {
margin-right: -7.5rem !important;
}
.mb-n7,
.my-n7 {
margin-bottom: -7.5rem !important;
}
.ml-n7,
.mx-n7 {
margin-left: -7.5rem !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: 600px) {
.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.625rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.625rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.625rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.625rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.625rem !important;
}
.m-sm-2 {
margin: 1.25rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 1.25rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 1.25rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 1.25rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 1.25rem !important;
}
.m-sm-3 {
margin: 1.875rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1.875rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1.875rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1.875rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1.875rem !important;
}
.m-sm-4 {
margin: 2.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 2.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 2.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 2.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 2.5rem !important;
}
.m-sm-5 {
margin: 3.75rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3.75rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3.75rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3.75rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3.75rem !important;
}
.m-sm-6 {
margin: 5rem !important;
}
.mt-sm-6,
.my-sm-6 {
margin-top: 5rem !important;
}
.mr-sm-6,
.mx-sm-6 {
margin-right: 5rem !important;
}
.mb-sm-6,
.my-sm-6 {
margin-bottom: 5rem !important;
}
.ml-sm-6,
.mx-sm-6 {
margin-left: 5rem !important;
}
.m-sm-7 {
margin: 7.5rem !important;
}
.mt-sm-7,
.my-sm-7 {
margin-top: 7.5rem !important;
}
.mr-sm-7,
.mx-sm-7 {
margin-right: 7.5rem !important;
}
.mb-sm-7,
.my-sm-7 {
margin-bottom: 7.5rem !important;
}
.ml-sm-7,
.mx-sm-7 {
margin-left: 7.5rem !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.625rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.625rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.625rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.625rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.625rem !important;
}
.p-sm-2 {
padding: 1.25rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 1.25rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 1.25rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 1.25rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 1.25rem !important;
}
.p-sm-3 {
padding: 1.875rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1.875rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1.875rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1.875rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1.875rem !important;
}
.p-sm-4 {
padding: 2.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 2.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 2.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 2.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 2.5rem !important;
}
.p-sm-5 {
padding: 3.75rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3.75rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3.75rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3.75rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3.75rem !important;
}
.p-sm-6 {
padding: 5rem !important;
}
.pt-sm-6,
.py-sm-6 {
padding-top: 5rem !important;
}
.pr-sm-6,
.px-sm-6 {
padding-right: 5rem !important;
}
.pb-sm-6,
.py-sm-6 {
padding-bottom: 5rem !important;
}
.pl-sm-6,
.px-sm-6 {
padding-left: 5rem !important;
}
.p-sm-7 {
padding: 7.5rem !important;
}
.pt-sm-7,
.py-sm-7 {
padding-top: 7.5rem !important;
}
.pr-sm-7,
.px-sm-7 {
padding-right: 7.5rem !important;
}
.pb-sm-7,
.py-sm-7 {
padding-bottom: 7.5rem !important;
}
.pl-sm-7,
.px-sm-7 {
padding-left: 7.5rem !important;
}
.m-sm-n1 {
margin: -0.625rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.625rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.625rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.625rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.625rem !important;
}
.m-sm-n2 {
margin: -1.25rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -1.25rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -1.25rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -1.25rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -1.25rem !important;
}
.m-sm-n3 {
margin: -1.875rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1.875rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1.875rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1.875rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1.875rem !important;
}
.m-sm-n4 {
margin: -2.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -2.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -2.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -2.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -2.5rem !important;
}
.m-sm-n5 {
margin: -3.75rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3.75rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3.75rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3.75rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3.75rem !important;
}
.m-sm-n6 {
margin: -5rem !important;
}
.mt-sm-n6,
.my-sm-n6 {
margin-top: -5rem !important;
}
.mr-sm-n6,
.mx-sm-n6 {
margin-right: -5rem !important;
}
.mb-sm-n6,
.my-sm-n6 {
margin-bottom: -5rem !important;
}
.ml-sm-n6,
.mx-sm-n6 {
margin-left: -5rem !important;
}
.m-sm-n7 {
margin: -7.5rem !important;
}
.mt-sm-n7,
.my-sm-n7 {
margin-top: -7.5rem !important;
}
.mr-sm-n7,
.mx-sm-n7 {
margin-right: -7.5rem !important;
}
.mb-sm-n7,
.my-sm-n7 {
margin-bottom: -7.5rem !important;
}
.ml-sm-n7,
.mx-sm-n7 {
margin-left: -7.5rem !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: 768px) {
.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.625rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.625rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.625rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.625rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.625rem !important;
}
.m-md-2 {
margin: 1.25rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 1.25rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 1.25rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 1.25rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 1.25rem !important;
}
.m-md-3 {
margin: 1.875rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1.875rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1.875rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1.875rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1.875rem !important;
}
.m-md-4 {
margin: 2.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 2.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 2.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 2.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 2.5rem !important;
}
.m-md-5 {
margin: 3.75rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3.75rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3.75rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3.75rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3.75rem !important;
}
.m-md-6 {
margin: 5rem !important;
}
.mt-md-6,
.my-md-6 {
margin-top: 5rem !important;
}
.mr-md-6,
.mx-md-6 {
margin-right: 5rem !important;
}
.mb-md-6,
.my-md-6 {
margin-bottom: 5rem !important;
}
.ml-md-6,
.mx-md-6 {
margin-left: 5rem !important;
}
.m-md-7 {
margin: 7.5rem !important;
}
.mt-md-7,
.my-md-7 {
margin-top: 7.5rem !important;
}
.mr-md-7,
.mx-md-7 {
margin-right: 7.5rem !important;
}
.mb-md-7,
.my-md-7 {
margin-bottom: 7.5rem !important;
}
.ml-md-7,
.mx-md-7 {
margin-left: 7.5rem !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.625rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.625rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.625rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.625rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.625rem !important;
}
.p-md-2 {
padding: 1.25rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 1.25rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 1.25rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 1.25rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 1.25rem !important;
}
.p-md-3 {
padding: 1.875rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1.875rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1.875rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1.875rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1.875rem !important;
}
.p-md-4 {
padding: 2.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 2.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 2.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 2.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 2.5rem !important;
}
.p-md-5 {
padding: 3.75rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3.75rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3.75rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3.75rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3.75rem !important;
}
.p-md-6 {
padding: 5rem !important;
}
.pt-md-6,
.py-md-6 {
padding-top: 5rem !important;
}
.pr-md-6,
.px-md-6 {
padding-right: 5rem !important;
}
.pb-md-6,
.py-md-6 {
padding-bottom: 5rem !important;
}
.pl-md-6,
.px-md-6 {
padding-left: 5rem !important;
}
.p-md-7 {
padding: 7.5rem !important;
}
.pt-md-7,
.py-md-7 {
padding-top: 7.5rem !important;
}
.pr-md-7,
.px-md-7 {
padding-right: 7.5rem !important;
}
.pb-md-7,
.py-md-7 {
padding-bottom: 7.5rem !important;
}
.pl-md-7,
.px-md-7 {
padding-left: 7.5rem !important;
}
.m-md-n1 {
margin: -0.625rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.625rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.625rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.625rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.625rem !important;
}
.m-md-n2 {
margin: -1.25rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -1.25rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -1.25rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -1.25rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -1.25rem !important;
}
.m-md-n3 {
margin: -1.875rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1.875rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1.875rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1.875rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1.875rem !important;
}
.m-md-n4 {
margin: -2.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -2.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -2.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -2.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -2.5rem !important;
}
.m-md-n5 {
margin: -3.75rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3.75rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3.75rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3.75rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3.75rem !important;
}
.m-md-n6 {
margin: -5rem !important;
}
.mt-md-n6,
.my-md-n6 {
margin-top: -5rem !important;
}
.mr-md-n6,
.mx-md-n6 {
margin-right: -5rem !important;
}
.mb-md-n6,
.my-md-n6 {
margin-bottom: -5rem !important;
}
.ml-md-n6,
.mx-md-n6 {
margin-left: -5rem !important;
}
.m-md-n7 {
margin: -7.5rem !important;
}
.mt-md-n7,
.my-md-n7 {
margin-top: -7.5rem !important;
}
.mr-md-n7,
.mx-md-n7 {
margin-right: -7.5rem !important;
}
.mb-md-n7,
.my-md-n7 {
margin-bottom: -7.5rem !important;
}
.ml-md-n7,
.mx-md-n7 {
margin-left: -7.5rem !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.625rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.625rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.625rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.625rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.625rem !important;
}
.m-lg-2 {
margin: 1.25rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 1.25rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 1.25rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 1.25rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 1.25rem !important;
}
.m-lg-3 {
margin: 1.875rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1.875rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1.875rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1.875rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1.875rem !important;
}
.m-lg-4 {
margin: 2.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 2.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 2.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 2.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 2.5rem !important;
}
.m-lg-5 {
margin: 3.75rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3.75rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3.75rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3.75rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3.75rem !important;
}
.m-lg-6 {
margin: 5rem !important;
}
.mt-lg-6,
.my-lg-6 {
margin-top: 5rem !important;
}
.mr-lg-6,
.mx-lg-6 {
margin-right: 5rem !important;
}
.mb-lg-6,
.my-lg-6 {
margin-bottom: 5rem !important;
}
.ml-lg-6,
.mx-lg-6 {
margin-left: 5rem !important;
}
.m-lg-7 {
margin: 7.5rem !important;
}
.mt-lg-7,
.my-lg-7 {
margin-top: 7.5rem !important;
}
.mr-lg-7,
.mx-lg-7 {
margin-right: 7.5rem !important;
}
.mb-lg-7,
.my-lg-7 {
margin-bottom: 7.5rem !important;
}
.ml-lg-7,
.mx-lg-7 {
margin-left: 7.5rem !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.625rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.625rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.625rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.625rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.625rem !important;
}
.p-lg-2 {
padding: 1.25rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 1.25rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 1.25rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 1.25rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 1.25rem !important;
}
.p-lg-3 {
padding: 1.875rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1.875rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1.875rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1.875rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1.875rem !important;
}
.p-lg-4 {
padding: 2.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 2.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 2.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 2.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 2.5rem !important;
}
.p-lg-5 {
padding: 3.75rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3.75rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3.75rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3.75rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3.75rem !important;
}
.p-lg-6 {
padding: 5rem !important;
}
.pt-lg-6,
.py-lg-6 {
padding-top: 5rem !important;
}
.pr-lg-6,
.px-lg-6 {
padding-right: 5rem !important;
}
.pb-lg-6,
.py-lg-6 {
padding-bottom: 5rem !important;
}
.pl-lg-6,
.px-lg-6 {
padding-left: 5rem !important;
}
.p-lg-7 {
padding: 7.5rem !important;
}
.pt-lg-7,
.py-lg-7 {
padding-top: 7.5rem !important;
}
.pr-lg-7,
.px-lg-7 {
padding-right: 7.5rem !important;
}
.pb-lg-7,
.py-lg-7 {
padding-bottom: 7.5rem !important;
}
.pl-lg-7,
.px-lg-7 {
padding-left: 7.5rem !important;
}
.m-lg-n1 {
margin: -0.625rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.625rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.625rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.625rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.625rem !important;
}
.m-lg-n2 {
margin: -1.25rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -1.25rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -1.25rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -1.25rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -1.25rem !important;
}
.m-lg-n3 {
margin: -1.875rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1.875rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1.875rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1.875rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1.875rem !important;
}
.m-lg-n4 {
margin: -2.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -2.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -2.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -2.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -2.5rem !important;
}
.m-lg-n5 {
margin: -3.75rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3.75rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3.75rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3.75rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3.75rem !important;
}
.m-lg-n6 {
margin: -5rem !important;
}
.mt-lg-n6,
.my-lg-n6 {
margin-top: -5rem !important;
}
.mr-lg-n6,
.mx-lg-n6 {
margin-right: -5rem !important;
}
.mb-lg-n6,
.my-lg-n6 {
margin-bottom: -5rem !important;
}
.ml-lg-n6,
.mx-lg-n6 {
margin-left: -5rem !important;
}
.m-lg-n7 {
margin: -7.5rem !important;
}
.mt-lg-n7,
.my-lg-n7 {
margin-top: -7.5rem !important;
}
.mr-lg-n7,
.mx-lg-n7 {
margin-right: -7.5rem !important;
}
.mb-lg-n7,
.my-lg-n7 {
margin-bottom: -7.5rem !important;
}
.ml-lg-n7,
.mx-lg-n7 {
margin-left: -7.5rem !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: 1280px) {
.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.625rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.625rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.625rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.625rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.625rem !important;
}
.m-xl-2 {
margin: 1.25rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 1.25rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 1.25rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 1.25rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 1.25rem !important;
}
.m-xl-3 {
margin: 1.875rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1.875rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1.875rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1.875rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1.875rem !important;
}
.m-xl-4 {
margin: 2.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 2.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 2.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 2.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 2.5rem !important;
}
.m-xl-5 {
margin: 3.75rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3.75rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3.75rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3.75rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3.75rem !important;
}
.m-xl-6 {
margin: 5rem !important;
}
.mt-xl-6,
.my-xl-6 {
margin-top: 5rem !important;
}
.mr-xl-6,
.mx-xl-6 {
margin-right: 5rem !important;
}
.mb-xl-6,
.my-xl-6 {
margin-bottom: 5rem !important;
}
.ml-xl-6,
.mx-xl-6 {
margin-left: 5rem !important;
}
.m-xl-7 {
margin: 7.5rem !important;
}
.mt-xl-7,
.my-xl-7 {
margin-top: 7.5rem !important;
}
.mr-xl-7,
.mx-xl-7 {
margin-right: 7.5rem !important;
}
.mb-xl-7,
.my-xl-7 {
margin-bottom: 7.5rem !important;
}
.ml-xl-7,
.mx-xl-7 {
margin-left: 7.5rem !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.625rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.625rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.625rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.625rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.625rem !important;
}
.p-xl-2 {
padding: 1.25rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 1.25rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 1.25rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 1.25rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 1.25rem !important;
}
.p-xl-3 {
padding: 1.875rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1.875rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1.875rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1.875rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1.875rem !important;
}
.p-xl-4 {
padding: 2.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 2.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 2.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 2.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 2.5rem !important;
}
.p-xl-5 {
padding: 3.75rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3.75rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3.75rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3.75rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3.75rem !important;
}
.p-xl-6 {
padding: 5rem !important;
}
.pt-xl-6,
.py-xl-6 {
padding-top: 5rem !important;
}
.pr-xl-6,
.px-xl-6 {
padding-right: 5rem !important;
}
.pb-xl-6,
.py-xl-6 {
padding-bottom: 5rem !important;
}
.pl-xl-6,
.px-xl-6 {
padding-left: 5rem !important;
}
.p-xl-7 {
padding: 7.5rem !important;
}
.pt-xl-7,
.py-xl-7 {
padding-top: 7.5rem !important;
}
.pr-xl-7,
.px-xl-7 {
padding-right: 7.5rem !important;
}
.pb-xl-7,
.py-xl-7 {
padding-bottom: 7.5rem !important;
}
.pl-xl-7,
.px-xl-7 {
padding-left: 7.5rem !important;
}
.m-xl-n1 {
margin: -0.625rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.625rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.625rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.625rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.625rem !important;
}
.m-xl-n2 {
margin: -1.25rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -1.25rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -1.25rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -1.25rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -1.25rem !important;
}
.m-xl-n3 {
margin: -1.875rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1.875rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1.875rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1.875rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1.875rem !important;
}
.m-xl-n4 {
margin: -2.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -2.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -2.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -2.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -2.5rem !important;
}
.m-xl-n5 {
margin: -3.75rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3.75rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3.75rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3.75rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3.75rem !important;
}
.m-xl-n6 {
margin: -5rem !important;
}
.mt-xl-n6,
.my-xl-n6 {
margin-top: -5rem !important;
}
.mr-xl-n6,
.mx-xl-n6 {
margin-right: -5rem !important;
}
.mb-xl-n6,
.my-xl-n6 {
margin-bottom: -5rem !important;
}
.ml-xl-n6,
.mx-xl-n6 {
margin-left: -5rem !important;
}
.m-xl-n7 {
margin: -7.5rem !important;
}
.mt-xl-n7,
.my-xl-n7 {
margin-top: -7.5rem !important;
}
.mr-xl-n7,
.mx-xl-n7 {
margin-right: -7.5rem !important;
}
.mb-xl-n7,
.my-xl-n7 {
margin-bottom: -7.5rem !important;
}
.ml-xl-n7,
.mx-xl-n7 {
margin-left: -7.5rem !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;
}
}
@media (min-width: 1440px) {
.m-xxl-0 {
margin: 0 !important;
}
.mt-xxl-0,
.my-xxl-0 {
margin-top: 0 !important;
}
.mr-xxl-0,
.mx-xxl-0 {
margin-right: 0 !important;
}
.mb-xxl-0,
.my-xxl-0 {
margin-bottom: 0 !important;
}
.ml-xxl-0,
.mx-xxl-0 {
margin-left: 0 !important;
}
.m-xxl-1 {
margin: 0.625rem !important;
}
.mt-xxl-1,
.my-xxl-1 {
margin-top: 0.625rem !important;
}
.mr-xxl-1,
.mx-xxl-1 {
margin-right: 0.625rem !important;
}
.mb-xxl-1,
.my-xxl-1 {
margin-bottom: 0.625rem !important;
}
.ml-xxl-1,
.mx-xxl-1 {
margin-left: 0.625rem !important;
}
.m-xxl-2 {
margin: 1.25rem !important;
}
.mt-xxl-2,
.my-xxl-2 {
margin-top: 1.25rem !important;
}
.mr-xxl-2,
.mx-xxl-2 {
margin-right: 1.25rem !important;
}
.mb-xxl-2,
.my-xxl-2 {
margin-bottom: 1.25rem !important;
}
.ml-xxl-2,
.mx-xxl-2 {
margin-left: 1.25rem !important;
}
.m-xxl-3 {
margin: 1.875rem !important;
}
.mt-xxl-3,
.my-xxl-3 {
margin-top: 1.875rem !important;
}
.mr-xxl-3,
.mx-xxl-3 {
margin-right: 1.875rem !important;
}
.mb-xxl-3,
.my-xxl-3 {
margin-bottom: 1.875rem !important;
}
.ml-xxl-3,
.mx-xxl-3 {
margin-left: 1.875rem !important;
}
.m-xxl-4 {
margin: 2.5rem !important;
}
.mt-xxl-4,
.my-xxl-4 {
margin-top: 2.5rem !important;
}
.mr-xxl-4,
.mx-xxl-4 {
margin-right: 2.5rem !important;
}
.mb-xxl-4,
.my-xxl-4 {
margin-bottom: 2.5rem !important;
}
.ml-xxl-4,
.mx-xxl-4 {
margin-left: 2.5rem !important;
}
.m-xxl-5 {
margin: 3.75rem !important;
}
.mt-xxl-5,
.my-xxl-5 {
margin-top: 3.75rem !important;
}
.mr-xxl-5,
.mx-xxl-5 {
margin-right: 3.75rem !important;
}
.mb-xxl-5,
.my-xxl-5 {
margin-bottom: 3.75rem !important;
}
.ml-xxl-5,
.mx-xxl-5 {
margin-left: 3.75rem !important;
}
.m-xxl-6 {
margin: 5rem !important;
}
.mt-xxl-6,
.my-xxl-6 {
margin-top: 5rem !important;
}
.mr-xxl-6,
.mx-xxl-6 {
margin-right: 5rem !important;
}
.mb-xxl-6,
.my-xxl-6 {
margin-bottom: 5rem !important;
}
.ml-xxl-6,
.mx-xxl-6 {
margin-left: 5rem !important;
}
.m-xxl-7 {
margin: 7.5rem !important;
}
.mt-xxl-7,
.my-xxl-7 {
margin-top: 7.5rem !important;
}
.mr-xxl-7,
.mx-xxl-7 {
margin-right: 7.5rem !important;
}
.mb-xxl-7,
.my-xxl-7 {
margin-bottom: 7.5rem !important;
}
.ml-xxl-7,
.mx-xxl-7 {
margin-left: 7.5rem !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.pt-xxl-0,
.py-xxl-0 {
padding-top: 0 !important;
}
.pr-xxl-0,
.px-xxl-0 {
padding-right: 0 !important;
}
.pb-xxl-0,
.py-xxl-0 {
padding-bottom: 0 !important;
}
.pl-xxl-0,
.px-xxl-0 {
padding-left: 0 !important;
}
.p-xxl-1 {
padding: 0.625rem !important;
}
.pt-xxl-1,
.py-xxl-1 {
padding-top: 0.625rem !important;
}
.pr-xxl-1,
.px-xxl-1 {
padding-right: 0.625rem !important;
}
.pb-xxl-1,
.py-xxl-1 {
padding-bottom: 0.625rem !important;
}
.pl-xxl-1,
.px-xxl-1 {
padding-left: 0.625rem !important;
}
.p-xxl-2 {
padding: 1.25rem !important;
}
.pt-xxl-2,
.py-xxl-2 {
padding-top: 1.25rem !important;
}
.pr-xxl-2,
.px-xxl-2 {
padding-right: 1.25rem !important;
}
.pb-xxl-2,
.py-xxl-2 {
padding-bottom: 1.25rem !important;
}
.pl-xxl-2,
.px-xxl-2 {
padding-left: 1.25rem !important;
}
.p-xxl-3 {
padding: 1.875rem !important;
}
.pt-xxl-3,
.py-xxl-3 {
padding-top: 1.875rem !important;
}
.pr-xxl-3,
.px-xxl-3 {
padding-right: 1.875rem !important;
}
.pb-xxl-3,
.py-xxl-3 {
padding-bottom: 1.875rem !important;
}
.pl-xxl-3,
.px-xxl-3 {
padding-left: 1.875rem !important;
}
.p-xxl-4 {
padding: 2.5rem !important;
}
.pt-xxl-4,
.py-xxl-4 {
padding-top: 2.5rem !important;
}
.pr-xxl-4,
.px-xxl-4 {
padding-right: 2.5rem !important;
}
.pb-xxl-4,
.py-xxl-4 {
padding-bottom: 2.5rem !important;
}
.pl-xxl-4,
.px-xxl-4 {
padding-left: 2.5rem !important;
}
.p-xxl-5 {
padding: 3.75rem !important;
}
.pt-xxl-5,
.py-xxl-5 {
padding-top: 3.75rem !important;
}
.pr-xxl-5,
.px-xxl-5 {
padding-right: 3.75rem !important;
}
.pb-xxl-5,
.py-xxl-5 {
padding-bottom: 3.75rem !important;
}
.pl-xxl-5,
.px-xxl-5 {
padding-left: 3.75rem !important;
}
.p-xxl-6 {
padding: 5rem !important;
}
.pt-xxl-6,
.py-xxl-6 {
padding-top: 5rem !important;
}
.pr-xxl-6,
.px-xxl-6 {
padding-right: 5rem !important;
}
.pb-xxl-6,
.py-xxl-6 {
padding-bottom: 5rem !important;
}
.pl-xxl-6,
.px-xxl-6 {
padding-left: 5rem !important;
}
.p-xxl-7 {
padding: 7.5rem !important;
}
.pt-xxl-7,
.py-xxl-7 {
padding-top: 7.5rem !important;
}
.pr-xxl-7,
.px-xxl-7 {
padding-right: 7.5rem !important;
}
.pb-xxl-7,
.py-xxl-7 {
padding-bottom: 7.5rem !important;
}
.pl-xxl-7,
.px-xxl-7 {
padding-left: 7.5rem !important;
}
.m-xxl-n1 {
margin: -0.625rem !important;
}
.mt-xxl-n1,
.my-xxl-n1 {
margin-top: -0.625rem !important;
}
.mr-xxl-n1,
.mx-xxl-n1 {
margin-right: -0.625rem !important;
}
.mb-xxl-n1,
.my-xxl-n1 {
margin-bottom: -0.625rem !important;
}
.ml-xxl-n1,
.mx-xxl-n1 {
margin-left: -0.625rem !important;
}
.m-xxl-n2 {
margin: -1.25rem !important;
}
.mt-xxl-n2,
.my-xxl-n2 {
margin-top: -1.25rem !important;
}
.mr-xxl-n2,
.mx-xxl-n2 {
margin-right: -1.25rem !important;
}
.mb-xxl-n2,
.my-xxl-n2 {
margin-bottom: -1.25rem !important;
}
.ml-xxl-n2,
.mx-xxl-n2 {
margin-left: -1.25rem !important;
}
.m-xxl-n3 {
margin: -1.875rem !important;
}
.mt-xxl-n3,
.my-xxl-n3 {
margin-top: -1.875rem !important;
}
.mr-xxl-n3,
.mx-xxl-n3 {
margin-right: -1.875rem !important;
}
.mb-xxl-n3,
.my-xxl-n3 {
margin-bottom: -1.875rem !important;
}
.ml-xxl-n3,
.mx-xxl-n3 {
margin-left: -1.875rem !important;
}
.m-xxl-n4 {
margin: -2.5rem !important;
}
.mt-xxl-n4,
.my-xxl-n4 {
margin-top: -2.5rem !important;
}
.mr-xxl-n4,
.mx-xxl-n4 {
margin-right: -2.5rem !important;
}
.mb-xxl-n4,
.my-xxl-n4 {
margin-bottom: -2.5rem !important;
}
.ml-xxl-n4,
.mx-xxl-n4 {
margin-left: -2.5rem !important;
}
.m-xxl-n5 {
margin: -3.75rem !important;
}
.mt-xxl-n5,
.my-xxl-n5 {
margin-top: -3.75rem !important;
}
.mr-xxl-n5,
.mx-xxl-n5 {
margin-right: -3.75rem !important;
}
.mb-xxl-n5,
.my-xxl-n5 {
margin-bottom: -3.75rem !important;
}
.ml-xxl-n5,
.mx-xxl-n5 {
margin-left: -3.75rem !important;
}
.m-xxl-n6 {
margin: -5rem !important;
}
.mt-xxl-n6,
.my-xxl-n6 {
margin-top: -5rem !important;
}
.mr-xxl-n6,
.mx-xxl-n6 {
margin-right: -5rem !important;
}
.mb-xxl-n6,
.my-xxl-n6 {
margin-bottom: -5rem !important;
}
.ml-xxl-n6,
.mx-xxl-n6 {
margin-left: -5rem !important;
}
.m-xxl-n7 {
margin: -7.5rem !important;
}
.mt-xxl-n7,
.my-xxl-n7 {
margin-top: -7.5rem !important;
}
.mr-xxl-n7,
.mx-xxl-n7 {
margin-right: -7.5rem !important;
}
.mb-xxl-n7,
.my-xxl-n7 {
margin-bottom: -7.5rem !important;
}
.ml-xxl-n7,
.mx-xxl-n7 {
margin-left: -7.5rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mt-xxl-auto,
.my-xxl-auto {
margin-top: auto !important;
}
.mr-xxl-auto,
.mx-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-auto,
.my-xxl-auto {
margin-bottom: auto !important;
}
.ml-xxl-auto,
.mx-xxl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !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: 600px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.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: 1280px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1440px) {
.text-xxl-left {
text-align: left !important;
}
.text-xxl-right {
text-align: right !important;
}
.text-xxl-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-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #2D3E4D !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #11171d !important;
}
.text-secondary {
color: #97C01E !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #637e14 !important;
}
.text-success {
color: #7EAA02 !important;
}
a.text-success:hover, a.text-success:focus {
color: #465e01 !important;
}
.text-info {
color: #00adee !important;
}
a.text-info:hover, a.text-info:focus {
color: #0075a2 !important;
}
.text-warning {
color: #ffca05 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #b89100 !important;
}
.text-danger {
color: #c00 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: maroon !important;
}
.text-light {
color: #e6e6e6 !important;
}
a.text-light:hover, a.text-light:focus {
color: silver !important;
}
.text-dark {
color: #333333 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #0d0d0d !important;
}
.text-base {
color: #8A8A8A !important;
}
a.text-base:hover, a.text-base:focus {
color: #646464 !important;
}
.text-tertiary {
color: #EB623A !important;
}
a.text-tertiary:hover, a.text-tertiary:focus {
color: #c53c14 !important;
}
.text-quaternary {
color: #A21880 !important;
}
a.text-quaternary:hover, a.text-quaternary:focus {
color: #5f0e4b !important;
}
.text-quinary {
color: #A6B5BC !important;
}
a.text-quinary:hover, a.text-quinary:focus {
color: #7a919b !important;
}
.text-body {
color: #8A8A8A !important;
}
.text-muted, .link-discrete {
color: #c5c5c5 !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;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-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 gray;
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 #b3b3b3 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #b3b3b3;
}
.table .thead-dark th {
color: inherit;
border-color: #b3b3b3;
}
} .icon {
display: inline-block;
margin-top: -0.3ex;
vertical-align: middle;
transform: translate(0, 0);
fill: currentColor;
}
.icon--10 {
width: 0.625rem;
height: 0.625rem;
}
.icon--12 {
width: 0.75rem;
height: 0.75rem;
}
.icon--16 {
width: 1rem;
height: 1rem;
}
.icon--20 {
width: 1.25rem;
height: 1.25rem;
}
.icon--24 {
width: 1.5rem;
height: 1.5rem;
}
.icon--30 {
width: 1.875rem;
height: 1.875rem;
}
.icon--32 {
width: 2rem;
height: 2rem;
}
.icon--40 {
width: 2.5rem;
height: 2.5rem;
}
.icon--48 {
width: 3rem;
height: 3rem;
}
.icon--64 {
width: 4rem;
height: 4rem;
}
.icon--80 {
width: 5rem;
height: 5rem;
}
.icon--96 {
width: 6rem;
height: 6rem;
}
.icon--112 {
width: 7rem;
height: 7rem;
}
.icon--128 {
width: 8rem;
height: 8rem;
}
.pane {
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) {
.pane {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (min-width: 1280px) {
.pane {
padding-top: 120px;
padding-bottom: 120px;
}
}
.pane--default:nth-child(even) {
background-color: transparent;
}
.pane--black {
background-color: #000;
color: #fff;
}
.pane--black + .pane--black {
padding-top: 1px;
}
.pane--white {
background-color: #fff;
}
.pane--white + .pane--white {
padding-top: 1px;
}
.pane--primary {
background-color: #2D3E4D;
color: #fff;
}
.pane--primary + .pane--primary {
padding-top: 1px;
}
.pane--primary-100 {
background-color: #eaeced;
color: #8A8A8A;
}
.pane--primary-100 + .pane--primary-100 {
padding-top: 1px;
}
.pane--secondary {
background-color: #97C01E;
color: #fff;
}
.pane--secondary + .pane--secondary {
padding-top: 1px;
}
.pane--secondary-100 {
background-color: #f5f9e9;
color: #8A8A8A;
}
.pane--secondary-100 + .pane--secondary-100 {
padding-top: 1px;
}
.pane--success {
background-color: #7EAA02;
color: #fff;
}
.pane--success + .pane--success {
padding-top: 1px;
}
.pane--success-100 {
background-color: #f2f7e6;
color: #8A8A8A;
}
.pane--success-100 + .pane--success-100 {
padding-top: 1px;
}
.pane--info {
background-color: #00adee;
color: #fff;
}
.pane--info + .pane--info {
padding-top: 1px;
}
.pane--info-100 {
background-color: #e6f7fd;
color: #8A8A8A;
}
.pane--info-100 + .pane--info-100 {
padding-top: 1px;
}
.pane--warning {
background-color: #ffca05;
color: #1a1a1a;
}
.pane--warning + .pane--warning {
padding-top: 1px;
}
.pane--warning-100 {
background-color: #fffae6;
color: #8A8A8A;
}
.pane--warning-100 + .pane--warning-100 {
padding-top: 1px;
}
.pane--danger {
background-color: #c00;
color: #fff;
}
.pane--danger + .pane--danger {
padding-top: 1px;
}
.pane--danger-100 {
background-color: #fae6e6;
color: #8A8A8A;
}
.pane--danger-100 + .pane--danger-100 {
padding-top: 1px;
}
.pane--light {
background-color: #e6e6e6;
color: #1a1a1a;
}
.pane--light + .pane--light {
padding-top: 1px;
}
.pane--light-100 {
background-color: #fdfdfd;
color: #8A8A8A;
}
.pane--light-100 + .pane--light-100 {
padding-top: 1px;
}
.pane--dark {
background-color: #333333;
color: #fff;
}
.pane--dark + .pane--dark {
padding-top: 1px;
}
.pane--dark-100 {
background-color: #ebebeb;
color: #8A8A8A;
}
.pane--dark-100 + .pane--dark-100 {
padding-top: 1px;
}
.pane--base {
background-color: #8A8A8A;
color: #fff;
}
.pane--base + .pane--base {
padding-top: 1px;
}
.pane--base-100 {
background-color: #f3f3f3;
color: #8A8A8A;
}
.pane--base-100 + .pane--base-100 {
padding-top: 1px;
}
.pane--tertiary {
background-color: #EB623A;
color: #fff;
}
.pane--tertiary + .pane--tertiary {
padding-top: 1px;
}
.pane--tertiary-100 {
background-color: #fdefeb;
color: #8A8A8A;
}
.pane--tertiary-100 + .pane--tertiary-100 {
padding-top: 1px;
}
.pane--quaternary {
background-color: #A21880;
color: #fff;
}
.pane--quaternary + .pane--quaternary {
padding-top: 1px;
}
.pane--quaternary-100 {
background-color: #f6e8f2;
color: #8A8A8A;
}
.pane--quaternary-100 + .pane--quaternary-100 {
padding-top: 1px;
}
.pane--quinary {
background-color: #A6B5BC;
color: #1a1a1a;
}
.pane--quinary + .pane--quinary {
padding-top: 1px;
}
.pane--quinary-100 {
background-color: #f6f8f8;
color: #8A8A8A;
}
.pane--quinary-100 + .pane--quinary-100 {
padding-top: 1px;
}
.multi-column {
column-gap: 2.5rem;
}
.multi-column > * {
break-inside: avoid;
}
.multi-column-1 {
column-count: 1;
}
.multi-column-2 {
column-count: 2;
}
.multi-column-3 {
column-count: 3;
}
.multi-column-4 {
column-count: 4;
}
.multi-column-5 {
column-count: 5;
}
.multi-column-6 {
column-count: 6;
}
.multi-column-7 {
column-count: 7;
}
.multi-column-8 {
column-count: 8;
}
.multi-column-9 {
column-count: 9;
}
.multi-column-10 {
column-count: 10;
}
.multi-column-11 {
column-count: 11;
}
.multi-column-12 {
column-count: 12;
}
@media (min-width: 600px) {
.multi-column-sm-1 {
column-count: 1;
}
.multi-column-sm-2 {
column-count: 2;
}
.multi-column-sm-3 {
column-count: 3;
}
.multi-column-sm-4 {
column-count: 4;
}
.multi-column-sm-5 {
column-count: 5;
}
.multi-column-sm-6 {
column-count: 6;
}
.multi-column-sm-7 {
column-count: 7;
}
.multi-column-sm-8 {
column-count: 8;
}
.multi-column-sm-9 {
column-count: 9;
}
.multi-column-sm-10 {
column-count: 10;
}
.multi-column-sm-11 {
column-count: 11;
}
.multi-column-sm-12 {
column-count: 12;
}
}
@media (min-width: 768px) {
.multi-column-md-1 {
column-count: 1;
}
.multi-column-md-2 {
column-count: 2;
}
.multi-column-md-3 {
column-count: 3;
}
.multi-column-md-4 {
column-count: 4;
}
.multi-column-md-5 {
column-count: 5;
}
.multi-column-md-6 {
column-count: 6;
}
.multi-column-md-7 {
column-count: 7;
}
.multi-column-md-8 {
column-count: 8;
}
.multi-column-md-9 {
column-count: 9;
}
.multi-column-md-10 {
column-count: 10;
}
.multi-column-md-11 {
column-count: 11;
}
.multi-column-md-12 {
column-count: 12;
}
}
@media (min-width: 992px) {
.multi-column-lg-1 {
column-count: 1;
}
.multi-column-lg-2 {
column-count: 2;
}
.multi-column-lg-3 {
column-count: 3;
}
.multi-column-lg-4 {
column-count: 4;
}
.multi-column-lg-5 {
column-count: 5;
}
.multi-column-lg-6 {
column-count: 6;
}
.multi-column-lg-7 {
column-count: 7;
}
.multi-column-lg-8 {
column-count: 8;
}
.multi-column-lg-9 {
column-count: 9;
}
.multi-column-lg-10 {
column-count: 10;
}
.multi-column-lg-11 {
column-count: 11;
}
.multi-column-lg-12 {
column-count: 12;
}
}
@media (min-width: 1280px) {
.multi-column-xl-1 {
column-count: 1;
}
.multi-column-xl-2 {
column-count: 2;
}
.multi-column-xl-3 {
column-count: 3;
}
.multi-column-xl-4 {
column-count: 4;
}
.multi-column-xl-5 {
column-count: 5;
}
.multi-column-xl-6 {
column-count: 6;
}
.multi-column-xl-7 {
column-count: 7;
}
.multi-column-xl-8 {
column-count: 8;
}
.multi-column-xl-9 {
column-count: 9;
}
.multi-column-xl-10 {
column-count: 10;
}
.multi-column-xl-11 {
column-count: 11;
}
.multi-column-xl-12 {
column-count: 12;
}
}
@media (min-width: 1440px) {
.multi-column-xxl-1 {
column-count: 1;
}
.multi-column-xxl-2 {
column-count: 2;
}
.multi-column-xxl-3 {
column-count: 3;
}
.multi-column-xxl-4 {
column-count: 4;
}
.multi-column-xxl-5 {
column-count: 5;
}
.multi-column-xxl-6 {
column-count: 6;
}
.multi-column-xxl-7 {
column-count: 7;
}
.multi-column-xxl-8 {
column-count: 8;
}
.multi-column-xxl-9 {
column-count: 9;
}
.multi-column-xxl-10 {
column-count: 10;
}
.multi-column-xxl-11 {
column-count: 11;
}
.multi-column-xxl-12 {
column-count: 12;
}
} [data-ajax] {
position: relative;
}
[data-ajax]:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent url(//kendis.nl/wp-content/themes/kendis/library/img/loading-spin.svg) no-repeat 50% 50%;
border-radius: inherit;
visibility: hidden;
opacity: 0;
z-index: 10;
transition: visibility 0.2s, opacity 0.2s;
}
[data-ajax].is-loading {
min-height: 64px;
}
[data-ajax].is-loading:before {
visibility: visible;
opacity: 1;
}
@supports (backdrop-filter: blur(2px)) {
[data-ajax].is-loading:before {
backdrop-filter: blur(2px);
}
}
@supports not (backdrop-filter: blur(2px)) {
[data-ajax].is-loading > * {
filter: blur(2px);
}
}   .js-tabby .tabs-pane {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
opacity: 0;
visibility: hidden;
transition: opacity 500ms ease, visibility 500ms ease;
} .js-tabby .tabs-pane.active {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
opacity: 1;
visibility: visible;
} .js-tabby .tabs-pane:focus {
outline: none;
} .badge {
line-height: 1.6;
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;
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
text-transform: uppercase;
background: #fff;
color: #8A8A8A;
border: 1px solid #8A8A8A;
border-radius: 3px;
}
.badge--audi {
color: #343434;
border-color: #343434;
}
.badge--seat {
color: #EA5D1A;
border-color: #EA5D1A;
}
.badge--skoda {
color: #4BA82E;
border-color: #4BA82E;
}
.badge--volkswagen,
.badge--vw-bedrijfswagen {
color: #2073AB;
border-color: #2073AB;
}
.badge--pondealer {
color: #8A8A8A;
border-color: #8A8A8A;
}
.badge--ponoccasion {
color: #97C01E;
border-color: #97C01E;
}
.badge--base {
background: #8A8A8A;
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
}
a.badge {
text-decoration: none;
}
.badge--energy {
position: relative;
border: 0;
border-radius: 0;
color: #8A8A8A;
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
font-size: 1rem;
line-height: 1.5rem;
padding: 0rem 0.125rem 0 0.3125rem;
}
.badge--energy:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0.75rem 0 0.75rem 0.75rem;
border-color: transparent transparent transparent #7EAA02;
position: absolute;
top: 0;
left: 100%;
}
.badge--energy__a {
background-color: #7EAA02;
}
.badge--energy__b {
background-color: #5DB35E;
}
.badge--energy__b:after {
border-left-color: #5DB35E;
}
.badge--energy__c {
background-color: #C8DA3E;
}
.badge--energy__c:after {
border-left-color: #C8DA3E;
}
.badge--energy__d {
background-color: #FDEE29;
}
.badge--energy__d:after {
border-left-color: #FDEE29;
}
.badge--energy__e {
background-color: #F69940;
}
.badge--energy__e:after {
border-left-color: #F69940;
}
.badge--energy__f {
background-color: #ED3A3B;
}
.badge--energy__f:after {
border-left-color: #ED3A3B;
} .btn {
position: relative;
text-decoration: none;
border: none;
color: #fff;
background-color: #2D3E4D;
font-size: 20px;
height: 42px;
line-height: 42px;
margin-left: 16px;
display: inline-flex;
align-items: center;
justify-content: space-between;
}
.btn .icon {
margin-top: 1px;
margin-left: 1.25rem;
}
.btn:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 21px 16px 21px 0;
border-color: transparent #2D3E4D transparent transparent;
position: absolute;
top: 0;
left: -16px;
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;
}
.btn:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 21px 0 21px 16px;
border-color: transparent transparent transparent #2D3E4D;
position: absolute;
top: 0;
right: -16px;
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;
}
.btn:hover {
color: #fff;
background-color: #626e7a;
}
.btn:hover:before {
border-right-color: #626e7a;
}
.btn:hover:after {
border-left-color: #626e7a;
}
a.btn:active {
box-shadow: none !important;
}
.btn-sm, .btn-group-sm > .btn {
border-radius: 0.3125rem;
}
.btn-outline-ghost {
background-color: transparent;
border-top: 1px solid #97C01E;
border-bottom: 1px solid #97C01E;
color: #97C01E;
}
.btn-outline-ghost:before {
border: 0;
top: -1px;
width: 16px;
height: 42px;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/button-triangle.svg) no-repeat top center;
}
.btn-outline-ghost:after {
border: 0;
top: -1px;
width: 16px;
height: 42px;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/button-triangle.svg) no-repeat top center;
transform: rotate(180deg);
}
.btn-outline-ghost:hover {
background-color: transparent;
color: #b1d056;
}
.btn--news:before {
content: "";
position: absolute;
width: 260px;
height: 40px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/button-nieuwsoverzicht.svg);
background-size: 100% 100%;
}
@media (max-width: 991.98px) {
.btn--news:before {
left: calc(50% - 130px);
}
}
.btn--news:hover:before {
content: "";
position: absolute;
width: 260px;
height: 40px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/button-nieuwsoverzicht-hover.svg);
background-size: 100% 100%;
}
@media (min-width: 992px) {
.btn--news:after {
content: "";
position: absolute;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/line.svg) no-repeat;
height: 2px;
width: 1750px;
top: 19px;
right: -1200px;
}
}
@media (min-width: 1280px) {
.btn--news:after {
content: "";
position: absolute;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/line.svg) no-repeat;
height: 2px;
width: 2000px;
top: 19px;
right: -1200px;
}
}
.btn--toggler[aria-expanded=false] .btn-close {
display: none;
}
.btn--toggler[aria-expanded=true] .btn-open {
display: none;
}
.btn-default {
color: #8A8A8A;
}
.btn-tv {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/stroke.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
max-height: 86px;
height: 100%;
padding: 10px;
width: 100%;
color: #0E8CE7;
font-family: Klavika-Medium;
font-size: 29px;
display: inline-block;
}
.btn-tv:before, .btn-tv:after {
content: "";
display: none;
}
.btn-tv:hover {
background-color: transparent;
}
.btn-tv img {
height: 66px;
}
@media (max-width: 991.98px) {
.btn-tv {
margin-left: 0;
}
}
.btn-kendis {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/stroke-kendis.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
max-height: 86px;
height: 100%;
padding: 20px 10px;
width: 100%;
color: #7FB926;
font-family: Klavika-Medium;
font-size: 29px;
display: inline-block;
}
.btn-kendis:before, .btn-kendis:after {
content: "";
display: none;
}
.btn-kendis:hover {
background-color: transparent;
}
@media (max-width: 991.98px) {
.btn-kendis {
margin-left: 0;
}
}
.btn-helpdesk {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/stroke-helpdesk.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
max-height: 86px;
height: 100%;
padding: 10px;
width: 100%;
color: #494949;
font-family: Klavika-Medium;
font-size: 29px;
display: inline-block;
}
.btn-helpdesk:before, .btn-helpdesk:after {
content: "";
display: none;
}
.btn-helpdesk:hover {
background-color: transparent;
}
.btn-helpdesk p {
font-size: 24px;
color: #A6B5BC;
font-family: Klavika-Regular;
font-weight: 400;
margin-top: -10px;
}
@media (max-width: 991.98px) {
.btn-helpdesk {
margin-left: 0;
}
}
.pane--primary .btn-outline-ghost,
.pane--secondary .btn-outline-ghost,
.pane--tertiary .btn-outline-ghost {
border-color: rgba(255, 255, 255, 0.2);
}
.btn-lg, .btn-group-lg > .btn {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
@media (min-width: 600px) {
.btn-sm-lg {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-sm-sm {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
}
@media (min-width: 768px) {
.btn-md-lg {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-md-sm {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
}
@media (min-width: 992px) {
.btn-lg-lg {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-lg-sm {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
}
@media (min-width: 1280px) {
.btn-xl-lg {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-xl-sm {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
}
@media (min-width: 1440px) {
.btn-xxl-lg {
padding: 1.4375rem 2.0625rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
.btn-xxl-sm {
padding: 0.75rem 0.75rem;
font-size: 1rem;
line-height: 1.6;
border-radius: 0;
}
} .card {
text-align: left;
}
.card-title {
font-size: 1.5rem;
}
.card {
border: 0;
}
.card-header {
border-bottom: inherit;
}
.card-footer {
border-top: inherit;
} .close {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
font-family: Arial, Helvetica, sans-serif;
line-height: 40px;
} .custom-control {
margin-bottom: 0.5rem;
min-height: 1rem;
}    .modal-open .modal {
-webkit-overflow-scrolling: touch;
}
.modal-dialog {
margin-bottom: 0.5rem !important;
} .page-link {
text-decoration: none;
} .lead {
color: rgba(4, 35, 84, 0.6);
font-size: 1.125rem;
}
.blockquote-footer:before {
content: "";
} .flickity-page-dots {
bottom: 20px;
left: 50%;
width: auto;
font-size: 0;
transform: translateX(-50%);
}
.flickity-page-dots .dot {
margin: 0 5px;
width: 10px;
height: 10px;
background-color: #fff;
border-radius: 100px;
opacity: 0.2;
transition: opacity 0.2s, transform 0.2s;
}
.flickity-page-dots .dot:hover {
opacity: 0.4;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}
.flickity-prev-next-button,
.flickity-prev-next-button:hover {
background-color: transparent;
}
.flickity-prev-next-button {
padding: 0;
width: 50px;
height: 50px;
border-radius: 0;
opacity: 0.6;
transition: opacity 0.2s;
}
.flickity-prev-next-button svg {
position: static;
width: 100%;
height: 100%;
}
.flickity-prev-next-button .arrow {
fill: #fff;
}
.flickity-prev-next-button:hover {
opacity: 1;
}
.flickity-prev-next-button:disabled {
opacity: 0;
pointer-events: none;
}
.flickity-prev-next-button.no-svg {
color: #fff;
}
@media (min-width: 1280px) {
.flickity-prev-next-button {
display: block;
}
}
@media (max-width: 1279.98px) {
.flickity-prev-next-button.next {
right: -15px;
}
.flickity-prev-next-button.previous {
left: -15px;
}
}
.pane--primary a {
color: #fff;
}
.pane--primary h1,
.pane--primary h2,
.pane--primary h3,
.pane--primary h4,
.pane--primary h5,
.pane--primary h6 {
color: #fff;
}
.pane--primary .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--secondary a {
color: #fff;
}
.pane--secondary h1,
.pane--secondary h2,
.pane--secondary h3,
.pane--secondary h4,
.pane--secondary h5,
.pane--secondary h6 {
color: #fff;
}
.pane--secondary .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--success a {
color: #fff;
}
.pane--success h1,
.pane--success h2,
.pane--success h3,
.pane--success h4,
.pane--success h5,
.pane--success h6 {
color: #fff;
}
.pane--success .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--info a {
color: #fff;
}
.pane--info h1,
.pane--info h2,
.pane--info h3,
.pane--info h4,
.pane--info h5,
.pane--info h6 {
color: #fff;
}
.pane--info .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--warning a {
color: #2D3E4D;
}
.pane--warning h1,
.pane--warning h2,
.pane--warning h3,
.pane--warning h4,
.pane--warning h5,
.pane--warning h6 {
color: #2D3E4D;
}
.pane--warning .lead {
color: rgba(4, 35, 84, 0.6);
}
.pane--danger a {
color: #fff;
}
.pane--danger h1,
.pane--danger h2,
.pane--danger h3,
.pane--danger h4,
.pane--danger h5,
.pane--danger h6 {
color: #fff;
}
.pane--danger .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--light a {
color: #2D3E4D;
}
.pane--light h1,
.pane--light h2,
.pane--light h3,
.pane--light h4,
.pane--light h5,
.pane--light h6 {
color: #2D3E4D;
}
.pane--light .lead {
color: rgba(4, 35, 84, 0.6);
}
.pane--dark a {
color: #fff;
}
.pane--dark h1,
.pane--dark h2,
.pane--dark h3,
.pane--dark h4,
.pane--dark h5,
.pane--dark h6 {
color: #fff;
}
.pane--dark .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--base a {
color: #fff;
}
.pane--base h1,
.pane--base h2,
.pane--base h3,
.pane--base h4,
.pane--base h5,
.pane--base h6 {
color: #fff;
}
.pane--base .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--tertiary a {
color: #fff;
}
.pane--tertiary h1,
.pane--tertiary h2,
.pane--tertiary h3,
.pane--tertiary h4,
.pane--tertiary h5,
.pane--tertiary h6 {
color: #fff;
}
.pane--tertiary .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--quaternary a {
color: #fff;
}
.pane--quaternary h1,
.pane--quaternary h2,
.pane--quaternary h3,
.pane--quaternary h4,
.pane--quaternary h5,
.pane--quaternary h6 {
color: #fff;
}
.pane--quaternary .lead {
color: rgba(255, 255, 255, 0.6);
}
.pane--quinary a {
color: #2D3E4D;
}
.pane--quinary h1,
.pane--quinary h2,
.pane--quinary h3,
.pane--quinary h4,
.pane--quinary h5,
.pane--quinary h6 {
color: #2D3E4D;
}
.pane--quinary .lead {
color: rgba(4, 35, 84, 0.6);
} @font-face {
font-family: "Klavika-Bold";
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-bold-webfont.eot);
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-bold-webfont.eot?#iefix) format("embedded-opentype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-bold-webfont.woff2) format("woff2"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-bold-webfont.woff) format("woff"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-bold-webfont.ttf) format("truetype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-bold-webfont.svg#klavikabold) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Klavika-Light";
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-light-webfont.eot);
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-light-webfont.eot?#iefix) format("embedded-opentype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-light-webfont.woff2) format("woff2"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-light-webfont.woff) format("woff"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-light-webfont.ttf) format("truetype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-light-webfont.svg#klavikalight) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Klavika-Medium";
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-medium-webfont.eot);
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-medium-webfont.eot?#iefix) format("embedded-opentype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-medium-webfont.woff2) format("woff2"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-medium-webfont.woff) format("woff"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-medium-webfont.ttf) format("truetype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-medium-webfont.svg#klavikamedium) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Klavika-Regular";
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-regular-webfont.eot);
src: url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-regular-webfont.eot?#iefix) format("embedded-opentype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-regular-webfont.woff2) format("woff2"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-regular-webfont.woff) format("woff"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-regular-webfont.ttf) format("truetype"), url(//kendis.nl/wp-content/themes/kendis/library/fonts/klavika-regular-webfont.svg#klavikaregular) format("svg");
font-weight: normal;
font-style: normal;
} html {
font-size: 0.8rem;
}
@media (min-width: 768px) {
html {
font-size: 0.9rem;
}
}
@media (min-width: 992px) {
html {
font-size: 1rem;
}
}
body {
position: relative;
}
body,
button,
input,
select,
textarea {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}
[href^="tel:"],
[href^="tel:"]:hover {
color: inherit;
}
[href^="tel:"] {
text-decoration: none;
}
label[for] {
cursor: pointer;
}
p:empty {
display: none;
}
table {
width: 100%;
empty-cells: show;
}
h6 {
font-size: 10px;
font-family: "Klavika-Regular", Arial, Helvatica, sans-serif;
} .address p {
margin-bottom: 0;
}
.link-discrete {
text-decoration: none;
} .list--spaced .list__item {
margin-bottom: 0.625rem;
}
.scroll-container, .card-title, .card-text {
margin-bottom: 1.25rem;
}
.carousel, .card, .card-group, .embed-responsive, .row, .figure, dl,
ol,
ul,
form,
table, .address {
margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
.scroll-container {
margin-bottom: 2.5rem;
}
}
:last-child {
margin-bottom: 0;
} .is-error.form-control, .is-error.custom-select {
border-color: #c00;
}
.is-error.form-control:focus, .is-error.custom-select:focus {
box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.is-error [type=checkbox] + label,
.is-error [type=radio] + label {
color: #c00;
}
.is-error .custom-control-label:before {
border-color: #c00;
}
.parsley-errors-list {
margin-top: 10px;
padding: 0;
list-style: none;
color: #c00;
}
.parsley-errors-list:empty {
display: none;
}
.grecaptcha-badge {
visibility: hidden;
}
.form-control, .custom-select {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
border-radius: 3px;
}
label {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
.form-control:disabled {
cursor: not-allowed;
}
.custom-control-input:disabled + .custom-control-label,
.custom-control-checkbox:disabled + .custom-control-label {
cursor: not-allowed;
}
.custom-control {
padding-left: 0;
}
.custom-control-label {
font-weight: 400;
padding-left: 2rem;
color: #d0d0d0;
text-transform: capitalize;
}
.custom-control-label:before {
background-color: #fff;
border: 1px solid rgba(138, 138, 138, 0.2);
width: 1.5rem;
height: 1.5rem;
top: 0;
left: 0;
}
.custom-control-label:after {
width: 1.25rem;
height: 1.25rem;
top: 2px;
left: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
color: #8A8A8A;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #fff;
}
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #EB623A;
border-color: rgba(138, 138, 138, 0.2);
}
.custom-control-label--block {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 25px 0;
border: 2px solid rgba(138, 138, 138, 0.1);
transition: all 0.2s ease-in-out;
overflow: hidden;
}
.custom-control-label--block:before {
content: none;
}
.custom-control-label--block:after {
content: "";
position: absolute;
top: 0;
right: 0;
left: initial;
width: 40px;
height: 40px;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/check.svg) no-repeat 50% 50%/40px;
opacity: 0;
transform: scale(0);
transform-origin: top right;
transition: all 0.2s ease-in-out;
}
.custom-control-label--block:hover .icon {
opacity: 1;
}
.custom-control-label--block .icon {
opacity: 0.2;
transition: all 0.2s ease-in-out;
}
.custom-control-input--block:checked ~ .custom-control-label--block {
border-color: #2D3E4D;
}
.custom-control-input--block:checked ~ .custom-control-label--block .icon {
opacity: 1;
}
.custom-control-input--block:checked ~ .custom-control-label--block:after {
opacity: 1;
transform: scale(1);
}
.custom-radio--squared {
display: inline-block;
}
.custom-radio--squared .custom-control-label {
width: 40px;
height: 40px;
padding: 0;
background-color: #fff;
color: #8A8A8A;
border-radius: 0.3125rem;
border: 1px solid #cccccc;
display: flex;
align-items: center;
justify-content: center;
}
.custom-radio--squared .custom-control-label:before, .custom-radio--squared .custom-control-label:after {
display: none;
}
.custom-radio--squared .custom-control-input:checked ~ .custom-control-label {
background-color: #97C01E;
border-color: #97C01E;
color: #fff;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.075);
}
.form--interest .btn--send {
margin: 0 -30px -30px -30px;
}
.input-group--search .input-group-append {
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
z-index: 10;
}
.input-group--search input#search {
padding-right: 50px;
}
.input-group--search .btn {
background-color: #fff;
box-shadow: none;
margin-top: 1px;
}
.input-group--search .btn:active {
background-color: #e6e6e6 !important;
outline: none;
}
@media (max-width: 991.98px) {
.form {
text-align: center;
}
}
.form .form-input {
background-color: #E3E3E3;
border: none;
font-size: 17px;
padding: 10px 20px;
margin-top: 25px;
}
.form .form-input.textarea {
width: 100%;
}
.form .form-input.name {
width: 100%;
}
.form .form-input.email {
width: 100%;
}
@media (min-width: 768px) {
.form .form-input.email {
width: calc(50% - 7.5px);
display: inline-block;
margin-right: 15px;
}
}
.form .form-input.phone {
width: 100%;
}
@media (min-width: 768px) {
.form .form-input.phone {
width: calc(50% - 7.5px);
display: inline-block;
}
}
.form .btn {
font-weight: 400;
margin-right: 16px;
}
@media (min-width: 768px) {
.form .btn {
float: right;
}
}
.form .btn.btn-quintary {
margin-top: 12px;
display: table-cell;
padding: 0px 15px;
vertical-align: middle;
}
@media (max-width: 991.98px) {
.form .btn.btn-quintary {
margin-top: 16px;
margin-bottom: -16px;
}
}
.form--finance .form-input {
width: 70px;
margin-right: 10px;
color: #8A8A8A;
display: block;
text-align: right;
position: relative;
font-family: "Avenir Next LT W01 Bold", Arial, Helvatica, sans-serif;
}
@media (min-width: 768px) {
.form--finance .form-input {
width: 80px;
}
}
.form--finance .form-input:before {
content: "€";
position: absolute;
top: 0;
left: 0;
}
.form--finance .form-input:after {
content: ",-";
position: absolute;
top: 0;
right: -10px;
}
.form--finance .form-input .input {
width: 100%;
text-align: right;
line-height: 1;
border: 0;
color: #8A8A8A;
background: transparent;
cursor: default;
outline: none;
box-shadow: none;
}
.wpcf7 p {
margin-bottom: 0;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
right: 0;
position: absolute;
top: -6px;
left: unset;
z-index: 100;
border: none;
background: transparent;
padding: 0.2em 0.8em;
}
.use-floating-validation-tip .message span.wpcf7-not-valid-tip {
top: -24px;
}
@media (min-width: 768px) {
.use-floating-validation-tip .email span.wpcf7-not-valid-tip {
right: 15px;
}
}
body div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid #ff8a8a;
color: #ec3c06;
}
body div.wpcf7-response-output {
margin: 32px 0;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
}
@media (min-width: 768px) {
body div.wpcf7-response-output {
margin: 48px 0 16px 0;
}
}
body .wpcf7-mail-sent-ng {
background: #fff2e2;
border: 1px solid #ffbc8a;
color: #e17731;
}
body .wpcf7-mail-sent-ok {
background: #e8ffe2;
border: 1px solid #6fdf51;
color: #1ea524;
}
.badge--step {
padding: 0;
border: 0;
background-color: transparent;
text-transform: initial;
}
.badge--step .badge__number {
display: flex;
align-items: center;
justify-content: center;
min-width: 50px;
min-height: 36px;
padding: 0 5px;
background: #EB623A;
border-radius: 0.3125rem;
transition: background 200ms ease;
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.075);
}
.badge--step .badge__content {
color: #8A8A8A;
font-size: 1rem;
transition: all 200ms ease;
}
.badge--step.is-active .badge__number, .badge--step-secondary .badge__number {
background: #97C01E;
}
.badge--step.is-active .badge__number .badge__content, .badge--step-secondary .badge__number .badge__content {
color: #fff;
}
.badge--step.is-active .badge__content, .badge--step-secondary .badge__content {
opacity: 1;
}
.badge--step[disabled] {
pointer-events: none;
} .icon-frame {
background-color: #A21880;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: inset 0 -3px 0 #ccc;
border-radius: 0.3125rem;
margin-right: 0.9375rem;
}
.icon-frame__icon {
margin: 0;
}
.icon-frame--10 {
padding: 0.125rem;
width: 0.625rem;
height: 0.625rem;
}
.icon-frame--12 {
padding: 0.15rem;
width: 0.75rem;
height: 0.75rem;
}
.icon-frame--16 {
padding: 0.2rem;
width: 1rem;
height: 1rem;
}
.icon-frame--20 {
padding: 0.25rem;
width: 1.25rem;
height: 1.25rem;
}
.icon-frame--24 {
padding: 0.3rem;
width: 1.5rem;
height: 1.5rem;
}
.icon-frame--30 {
padding: 0.375rem;
width: 1.875rem;
height: 1.875rem;
}
.icon-frame--32 {
padding: 0.4rem;
width: 2rem;
height: 2rem;
}
.icon-frame--40 {
padding: 0.5rem;
width: 2.5rem;
height: 2.5rem;
}
.icon-frame--48 {
padding: 0.6rem;
width: 3rem;
height: 3rem;
}
.icon-frame--64 {
padding: 0.8rem;
width: 4rem;
height: 4rem;
}
.icon-frame--80 {
padding: 1rem;
width: 5rem;
height: 5rem;
}
.icon-frame--96 {
padding: 1.2rem;
width: 6rem;
height: 6rem;
}
.icon-frame--112 {
padding: 1.4rem;
width: 7rem;
height: 7rem;
}
.icon-frame--128 {
padding: 1.6rem;
width: 8rem;
height: 8rem;
}
.icon--reversed {
transform: scaleX(-1);
}
.icon--ghost {
pointer-events: none;
} .list--inline {
display: flex;
flex-wrap: wrap;
margin-top: -1rem;
}
@media (min-width: 992px) {
.list--inline {
margin-top: -2rem;
}
}
.list--inline .list__item {
flex-shrink: 0;
margin-top: 1rem;
margin-right: 1rem;
}
@media (min-width: 992px) {
.list--inline .list__item {
margin-top: 2rem;
margin-right: 2rem;
}
}
.list--inline .list__item:last-child {
margin-right: 0;
}
.list--icon .list__item {
margin-bottom: 1rem;
display: flex;
align-items: flex-start;
break-inside: avoid;
}
.list--icon .list__icon {
flex-shrink: 0;
position: relative;
top: 0.8rem;
margin: 0 1.25rem 0 0;
transform: translateY(-50%);
}
.list--checked li {
padding-left: 2.5rem;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/check-success.svg) no-repeat 0 0.25rem;
background-size: 1.25rem auto;
margin-bottom: 0.625rem;
} .list--attachment .list__item {
display: flex;
}
.list--attachment .list__action {
margin-left: auto;
text-decoration: none;
}
.list--brands {
margin-right: 20px;
}
.list--brands .list__item {
height: 40px;
padding: 0 25px;
display: flex;
align-items: center;
}
.list--brands .list__item:not(:last-child) {
border-right: 1px solid rgba(138, 138, 138, 0.1);
}
.list--options {
margin-left: 12px;
border-left: 1px solid rgba(138, 138, 138, 0.1);
}
.list--options .list__item {
padding-left: 22px;
}
.list--pages .list__item {
padding: 15px 0;
border-bottom: 1px solid #D8D8D8;
}
.list--pages .list__link {
text-decoration: none;
color: #8A8A8A;
}
.list--pages .list__link .icon {
transform: rotate(-90deg);
} .logo {
display: inline-block;
}
.logo__link {
display: block;
min-height: 50px;
height: auto;
}
.logo__link .logo__image {
width: 100%;
height: 50px;
}
@media (min-width: 992px) {
.logo__link .logo__image {
width: 280px;
height: 100%;
}
}
.price {
font-family: "Klavika-Bold", Arial, Helvatica, sans-serif;
font-size: 1.125rem;
color: #fff;
display: inline-block;
}
.price.price--old {
font-size: 0.875rem;
font-family: "Klavika-Regular", Arial, Helvatica, sans-serif;
color: rgba(255, 255, 255, 0.5);
position: relative;
margin-right: 10px;
}
.price.price--old:before {
position: absolute;
content: "";
left: 0;
top: 50%;
right: 0;
border-top: 1px solid;
border-color: inherit;
transform: rotate(-5deg);
}
.main-header__startpage_logo > .container {
padding-top: 40px;
padding-bottom: 40px;
}
.main-header__startpage {
background-color: #1F1985;
margin-bottom: 30px;
}
.main-header__startpage .container h1 {
color: #FFF;
}
.main-header__startpage .container {
padding: 20px;
}
.start_list--heading {
color: #FF2907;
padding-top: 20px;
}
.start_list--logos {
padding: 0 0 40px 0;
list-style-type: none;
}
.start_list--details {
padding: 0;
list-style-type: none;
}
.start_list--details .start_list__item {
padding-top: 20px;
font-size: 14px;
}
.start_list--details .start_list__item > a {
text-decoration: none;
color: #999999;
-webkit-filter: grayscale(100%) opacity(65%);
filter: grayscale(100%) opacity(65%);
}
.start_list--details .start_list__item > a:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
color: #000;
}
.start_list--details .start_list__item > a > img {
padding-right: 25px;
}
.start_list--logos {
padding-top: 40px;
}
.start_list--logos > .start_list__item {
padding-right: 30px;
}
@media only screen and (max-width: 375px) {
.start_list--logos {
text-align: center;
}
.start_list--logos > .start_list__item {
padding-right: 0px;
}
}
.card-body {
padding: 1.5625rem 0;
flex: 1 1 auto;
}
.card-title {
font-size: 1.75rem;
margin-bottom: 0.625rem;
}
.card-subtitle {
margin-top: -0.625rem;
margin-bottom: 0.625rem;
}
.card-date {
font-size: 0.75rem;
margin: 0 0 0.625rem;
color: rgba(138, 138, 138, 0.5);
}
.card-text {
margin: 0 0 0.625rem;
}
.card-footer {
padding: 1.5625rem 0 0;
background: transparent;
}
.card-body + .card-body,
.card-body + .card-footer {
padding-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.card-img-top {
flex-shrink: 0;
}
}
.card--default .card-body {
padding-left: 0;
padding-right: 0;
}
.card--bordered {
border: 1px solid rgba(0, 0, 0, 0.125);
}
.card--bordered .card-body,
.card--bordered .card-footer {
padding: 1.5625rem;
}
.card-horizontal {
flex-direction: row;
}
@media (min-width: 600px) {
.card-sm-horizontal {
flex-direction: row;
}
}
@media (min-width: 768px) {
.card-md-horizontal {
flex-direction: row;
}
}
@media (min-width: 992px) {
.card-lg-horizontal {
flex-direction: row;
}
}
@media (min-width: 1280px) {
.card-xl-horizontal {
flex-direction: row;
}
}
@media (min-width: 1440px) {
.card-xxl-horizontal {
flex-direction: row;
}
}
.card--link {
transition: transform 0.2s;
will-change: transform;
}
.card--link:hover {
transform: translateY(-5px);
}
.card__link {
display: inherit;
flex-direction: inherit;
flex: inherit;
text-decoration: none;
color: inherit;
}
.card__link:hover {
color: inherit;
text-decoration: inherit;
}
.card--button {
width: 100%;
height: 100%;
padding: 20px;
justify-content: center;
align-items: center;
box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
cursor: pointer;
font-size: 0.9375rem;
color: rgba(138, 138, 138, 0.35);
transition: all 0.2s ease-in-out;
background-color: #fff;
}
.card--button:hover {
transform: translateY(-5px);
}
.card--button .icon {
color: #8A8A8A;
margin-bottom: 10px;
}
.card--shadow {
box-shadow: 0 2px 10px 0 rgba(138, 138, 138, 0.1), inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
font-size: 0.9375rem;
border-top-right-radius: 50px;
}
.card--shadow .card-header {
background-color: #fff;
}
.card--shadow .card-header .card-title {
font-size: 1.75rem;
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
.card--shadow .card-body,
.card--shadow .card-footer {
background-color: #fff;
padding: 1.5625rem;
}
.card--shadow .card-body .card-title {
font-size: 0.9375rem;
}
.card--shadow .card-body .card-price {
font-size: 1.5rem;
font-family: "Klavika-Bold", Arial, Helvatica, sans-serif;
margin: 0;
}
.card--shadow .card-body .text-translucent {
opacity: 0.4;
font-size: 0.8125rem;
}
:last-child {
margin-bottom: 0;
}
.card--product .card__link .card-body {
padding: 1.875rem 1.35rem;
}
.card--product .card__link .card-footer--product {
padding: 1.875rem 1.2rem;
}
.card--services {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/card-services-bg.svg) no-repeat top center;
background-size: 100% auto;
padding-top: 60px;
margin: 0 auto;
max-width: 400px;
}
.card--services .card-body {
padding: 20px 40px;
}
@media (min-width: 1280px) {
.card--services .card-body {
padding: 20px 60px;
}
}
.card--services .card-body .card-text {
min-height: 250px;
}
@media (max-width: 991.98px) {
.card--services .card-body .card-text {
min-height: 180px;
}
}
.card--services .card-title {
margin-bottom: 20px;
}
.card--services .card-img {
width: 100px;
margin: 0 auto;
}
@media (min-width: 992px) {
.card--services .card-img {
width: 110px;
}
}
@media (min-width: 1280px) {
.card--services .card-img {
width: 130px;
}
}
.card--solution {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/card-solution-bg.jpg) no-repeat 0 0;
padding: 90px 0 40px 90px;
margin-bottom: 0;
min-height: 230px;
background-size: contain;
}
.card--solution .card-img {
width: 156px;
}
@media (min-width: 992px) {
.card--solution .card-img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
}
@media (min-width: 992px) {
.card--solution .list {
position: absolute;
top: 25%;
bottom: 25%;
margin: auto;
}
}
.card--solution .list .list__item {
display: flex;
}
.card--solution .list .list__item .icon {
margin-top: 0.3ex;
}
.card--solution .list .list__item .h3 {
-ms-word-wrap: break-word;
word-wrap: break-word;
margin-bottom: 1.25rem;
}
.card--solution .card-body {
padding: 0;
}
@media (max-width: 991.98px) {
.card--solution .list {
margin: 2rem auto;
}
}
.card--solution:nth-child(odd) {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/card-solution-bg-reversed.jpg) no-repeat 100% 0;
background-size: contain;
padding: 90px 90px 40px 0;
}
.card--solution:nth-child(odd) .list .list__item {
float: right;
}
@media (max-width: 991.98px) {
.card--solution:nth-child(even),
.card--solution:nth-child(odd) {
background: url(//kendis.nl/wp-content/themes/kendis/library/img/card-services-bg.svg) no-repeat top center;
background-size: 100% auto;
padding: 60px 0 0 0;
margin: 0 auto;
max-width: 400px;
text-align: center;
}
} .carousel .flickity-prev-next-button {
opacity: 1;
}
.carousel .flickity-prev-next-button .arrow {
fill: #696969;
}
.carousel__slide {
width: 100%;
}
.flickity-enabled .carousel__slide {
display: block;
}
.carousel--team:after {
content: "flickity";
display: none;
}
@media screen and (max-width: 768px) {
.carousel--team .carousel-cell {
width: 100% !important;
margin: auto;
}
.carousel--team .carousel-cell img {
position: relative;
max-width: 100%;
}
.carousel--team .flickity-viewport {
max-height: 450px;
min-height: 400px;
}
}
@media screen and (min-width: 768px) { .carousel--team:after {
content: "";
}
.carousel--team {
display: flex;
flex-wrap: wrap;
}
.carousel--team .carousel-cell {
flex: 1 0 30%;
}
.carousel--team .carousel-cell img {
position: relative;
max-width: 100%;
}
}
.carousel--team .carousel-cell {
width: 25%;
height: 200px;
margin-right: 10px;
border-radius: 5px;
vertical-align: middle;
}
.carousel--team .carousel-cell img {
position: relative;
}
.carousel--actueel:after {
content: "flickity";
display: none;
}
@media screen and (max-width: 768px) {
.actueel--paginate {
display: none;
}
.carousel--actueel {
display: none;
}
.carousel--actueel .carousel-cell {
width: 100% !important;
margin: auto;
}
.carousel--actueel .carousel-cell img {
position: relative;
margin-top: 0px;
}
.carousel--actueel .carousel-cell .carousel__heading {
margin-top: 0px;
}
.carousel--actueel .flickity-viewport {
height: 750px;
text-align: center;
}
}
.carousel__image {
mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-size: contain;
width: 100%;
-webkit-mask-repeat: no-repeat;
}
@media (min-width: 768px) {
.carousel__image {
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
}
@media screen and (min-width: 768px) { .carousel--actueel:after {
content: "";
}
.carousel--actueel {
display: flex;
flex-wrap: wrap;
}
.carousel--actueel .carousel__image {
mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-size: contain;
width: 100%;
-webkit-mask-repeat: no-repeat;
}
.carousel--actueel .carousel-cell {
flex: 1 0 100%;
}
.carousel--actueel .carousel-cell img {
position: relative;
margin-top: 50px;
}
.carousel--actueel .carousel-cell .carousel__heading {
margin-top: 50px;
}
.carousel--actueel .btn-quintary {
float: right;
font-weight: 400;
margin-bottom: 50px;
}
}
.carousel--actueel-mobile:after {
content: "flickity";
display: none;
}
@media screen and (max-width: 768px) {
.carousel--actueel-mobile .carousel-cell {
width: 100% !important;
margin: auto;
}
.carousel--actueel-mobile .carousel-cell img {
position: relative;
margin-top: 0px;
}
.carousel--actueel-mobile .carousel-cell .carousel__heading {
margin-top: 0px;
}
.carousel--actueel-mobile .flickity-viewport {
height: 750px;
text-align: center;
}
}
@media screen and (min-width: 768px) { .carousel--actueel-mobile:after {
content: "";
}
.carousel--actueel-mobile {
display: none;
flex-wrap: wrap;
}
.carousel--actueel-mobile .carousel__image {
mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-size: contain;
width: 100%;
-webkit-mask-repeat: no-repeat;
}
.carousel--actueel-mobile .carousel-cell {
flex: 1 0 100%;
}
.carousel--actueel-mobile .carousel-cell img {
position: relative;
margin-top: 50px;
}
.carousel--actueel-mobile .carousel-cell .carousel__heading {
margin-top: 50px;
}
.carousel--actueel-mobile .btn-quintary {
float: right;
font-weight: 400;
margin-bottom: 50px;
}
}
.carousel--actueel-mobile .carousel__date {
display: block;
color: #2D3E4D;
margin-bottom: 20px;
}
.carousel--actueel-mobile .carousel-cell { margin-right: 10px;
border-radius: 5px;
vertical-align: middle;
}
.carousel--partners:after {
content: "flickity";
display: none;
}
@media screen and (max-width: 768px) {
.carousel--partners .flickity-viewport {
min-height: 215px !important;
}
.carousel--partners .carousel-cell {
width: 80%;
margin: 0 10%;
height: 100%;
}
.carousel--partners .carousel-cell.is-selected {
height: 100%;
}
.carousel--partners .carousel-cell a {
display: block;
height: 100%;
}
.carousel--partners .carousel-cell img {
position: absolute;
margin: auto;
display: block;
width: 100%;
height: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
}
@media screen and (min-width: 768px) {
.carousel--partners .carousel-cell {
width: 25%;
height: 200px;
margin-right: 10px;
border-radius: 5px;
vertical-align: middle;
}
.carousel--partners .carousel-cell:first-child {
left: -25%;
}
.carousel--partners .carousel-cell img {
-webkit-filter: grayscale(100%); filter: grayscale(100%);
max-height: 100%;
width: auto;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transition: filter 0.2s; transition: filter 0.2s;
}
.carousel--partners .carousel-cell img:hover {
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}
.carousel--partners .flickity-button.flickity-prev-next-button.previous {
height: 100%;
background-color: #fff;
padding: 0px 65px;
margin-left: -10px;
}
.carousel--partners .flickity-button.flickity-prev-next-button.previous .flickity-button-icon {
max-height: 30px;
top: calc(50% - 15px);
}
.carousel--partners .flickity-button.flickity-prev-next-button.next {
height: 100%;
background-color: #fff;
padding: 0px 65px;
margin-right: -10px;
}
.carousel--partners .flickity-button.flickity-prev-next-button.next .flickity-button-icon {
max-height: 30px;
top: calc(50% - 15px);
}
}
.flickity-button.flickity-prev-next-button.previous:after {
content: "";
position: absolute;
opacity: 0.8;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/carousel-arrow.svg);
background-repeat: no-repeat;
height: 45px;
width: 50px;
margin-top: -22px;
left: 15px;
}
.flickity-button.flickity-prev-next-button.previous:hover:after {
opacity: 1;
}
.flickity-button.flickity-prev-next-button.previous svg,
.flickity-button.flickity-prev-next-button.next svg {
display: none;
}
.flickity-button.flickity-prev-next-button.next:after {
content: "";
position: absolute;
opacity: 0.8;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/carousel-arrow.svg);
background-repeat: no-repeat;
transform: rotate(180deg);
height: 45px;
width: 50px;
margin-top: -22px;
right: 15px;
}
.flickity-button.flickity-prev-next-button.next:hover:after {
opacity: 1;
}
.carousel--posts .carousel__date {
display: block;
color: #2D3E4D;
margin-bottom: 20px;
}
.carousel--posts .carousel__image {
mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-image: url(//kendis.nl/wp-content/themes/kendis/library/img/mask.svg);
-webkit-mask-size: contain;
width: 100%;
-webkit-mask-repeat: no-repeat;
}
@media (min-width: 768px) {
.carousel--posts .btn.btn-quintary {
float: right;
}
}
.carousel--posts_title:before {
content: "";
position: absolute;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/line.svg) no-repeat;
height: 2px;
width: 250%;
top: 38px;
left: -255%;
}
.carousel--quotes .flickity-prev-next-button {
opacity: 1;
}
.carousel--quotes .flickity-prev-next-button .arrow {
fill: #fff;
}
.carousel--quotes .flickity-button.flickity-prev-next-button.previous:after {
content: "";
position: absolute;
opacity: 0.8;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/carousel-arrow-white.svg);
background-repeat: no-repeat;
height: 45px;
width: 50px;
margin-top: -22px;
left: 15px;
}
.carousel--quotes .flickity-button.flickity-prev-next-button.previous:hover:after {
opacity: 1;
}
.carousel--quotes .flickity-button.flickity-prev-next-button.previous svg,
.carousel--quotes .flickity-button.flickity-prev-next-button.next svg {
display: none;
}
.carousel--quotes .flickity-button.flickity-prev-next-button.next:after {
content: "";
position: absolute;
opacity: 0.8;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/carousel-arrow-white.svg);
background-repeat: no-repeat;
transform: rotate(180deg);
height: 45px;
width: 50px;
margin-top: -22px;
right: 15px;
}
.carousel--quotes .flickity-button.flickity-prev-next-button.next:hover:after {
opacity: 1;
}
.filter--vehicle {
background: #fff;
position: fixed;
left: 0;
top: 60px;
right: 0;
bottom: 0;
padding: 30px 0 0;
z-index: 1030;
opacity: 0;
transform: translateY(100%);
transition: all 0.2s ease-in-out;
pointer-events: none;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
.filter--vehicle.is-active {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
@media (min-width: 992px) {
.filter--vehicle {
padding: 30px 20px;
position: static;
overflow: initial;
opacity: 1;
transform: none;
z-index: initial;
pointer-events: auto;
border-radius: 0.3125rem;
box-shadow: 0 2px 10px 0 rgba(138, 138, 138, 0.1);
}
}
.filter--vehicle .loading-circle {
top: 0;
right: -30px;
left: auto;
transform: none;
}
.filter--vehicle .loading-circle #load {
width: 35px;
}
.filter--vehicle > .row:first-child {
padding-top: 20px;
}
@media (min-width: 992px) {
.filter--vehicle > .row {
padding: initial !important;
}
}
.filter--vehicle .btn-collapse {
padding: 10px 0;
box-shadow: none;
display: flex;
align-items: center;
text-decoration: none;
font-family: "Klavika-Bold", Arial, Helvatica, sans-serif;
}
.filter--vehicle .btn-collapse .icon {
transition: all 0.2s ease-in-out;
transform: rotate(180deg);
}
.filter--vehicle .btn-collapse.collapsed .icon {
transform: rotate(0deg);
}
.filter--vehicle hr {
margin: 10px 0;
width: 100%;
}
.filter--vehicle .list__item {
margin: 5px 0;
}
.filter__toggle {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 1000;
}
@media (max-width: 991.98px) {
.filter__toggle .btn,
.filter__toggle .custom-select {
border-radius: 0;
box-shadow: none;
}
.filter__toggle .custom-select {
border-left: 0;
border-right: 0;
border-bottom: 0;
}
}
.filter__results {
position: sticky;
bottom: 0;
justify-content: center;
border-radius: 0;
} .row.gutters {
margin-top: -2.5rem;
margin-bottom: 2.5rem;
}
.row.gutters > .col,
.row.gutters > [class*=col-] {
padding-top: 2.5rem;
}
.row.gutters-0 {
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.row.gutters-0 > .col,
.row.gutters-0 > [class*=col-] {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.row.gutters-1 {
margin-top: -0.625rem;
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.row.gutters-1 > .col,
.row.gutters-1 > [class*=col-] {
padding-top: 0.625rem;
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.row.gutters-2 {
margin-top: -1.25rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.row.gutters-2 > .col,
.row.gutters-2 > [class*=col-] {
padding-top: 1.25rem;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutters-3 {
margin-top: -1.875rem;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.row.gutters-3 > .col,
.row.gutters-3 > [class*=col-] {
padding-top: 1.875rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.row.gutters-4 {
margin-top: -2.5rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.row.gutters-4 > .col,
.row.gutters-4 > [class*=col-] {
padding-top: 2.5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.row.gutters-5 {
margin-top: -3.75rem;
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.row.gutters-5 > .col,
.row.gutters-5 > [class*=col-] {
padding-top: 3.75rem;
padding-right: 1.875rem;
padding-left: 1.875rem;
}
.row.gutters-6 {
margin-top: -5rem;
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.row.gutters-6 > .col,
.row.gutters-6 > [class*=col-] {
padding-top: 5rem;
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.row.gutters-7 {
margin-top: -7.5rem;
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.row.gutters-7 > .col,
.row.gutters-7 > [class*=col-] {
padding-top: 7.5rem;
padding-right: 3.75rem;
padding-left: 3.75rem;
}
@media (min-width: 600px) {
.row.gutters-sm {
margin-top: -2.5rem;
margin-bottom: 2.5rem;
}
.row.gutters-sm > .col,
.row.gutters-sm > [class*=col-] {
padding-top: 2.5rem;
}
.row.gutters-sm-0 {
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.row.gutters-sm-0 > .col,
.row.gutters-sm-0 > [class*=col-] {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.row.gutters-sm-1 {
margin-top: -0.625rem;
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.row.gutters-sm-1 > .col,
.row.gutters-sm-1 > [class*=col-] {
padding-top: 0.625rem;
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.row.gutters-sm-2 {
margin-top: -1.25rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.row.gutters-sm-2 > .col,
.row.gutters-sm-2 > [class*=col-] {
padding-top: 1.25rem;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutters-sm-3 {
margin-top: -1.875rem;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.row.gutters-sm-3 > .col,
.row.gutters-sm-3 > [class*=col-] {
padding-top: 1.875rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.row.gutters-sm-4 {
margin-top: -2.5rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.row.gutters-sm-4 > .col,
.row.gutters-sm-4 > [class*=col-] {
padding-top: 2.5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.row.gutters-sm-5 {
margin-top: -3.75rem;
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.row.gutters-sm-5 > .col,
.row.gutters-sm-5 > [class*=col-] {
padding-top: 3.75rem;
padding-right: 1.875rem;
padding-left: 1.875rem;
}
.row.gutters-sm-6 {
margin-top: -5rem;
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.row.gutters-sm-6 > .col,
.row.gutters-sm-6 > [class*=col-] {
padding-top: 5rem;
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.row.gutters-sm-7 {
margin-top: -7.5rem;
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.row.gutters-sm-7 > .col,
.row.gutters-sm-7 > [class*=col-] {
padding-top: 7.5rem;
padding-right: 3.75rem;
padding-left: 3.75rem;
}
}
@media (min-width: 768px) {
.row.gutters-md {
margin-top: -2.5rem;
margin-bottom: 2.5rem;
}
.row.gutters-md > .col,
.row.gutters-md > [class*=col-] {
padding-top: 2.5rem;
}
.row.gutters-md-0 {
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.row.gutters-md-0 > .col,
.row.gutters-md-0 > [class*=col-] {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.row.gutters-md-1 {
margin-top: -0.625rem;
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.row.gutters-md-1 > .col,
.row.gutters-md-1 > [class*=col-] {
padding-top: 0.625rem;
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.row.gutters-md-2 {
margin-top: -1.25rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.row.gutters-md-2 > .col,
.row.gutters-md-2 > [class*=col-] {
padding-top: 1.25rem;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutters-md-3 {
margin-top: -1.875rem;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.row.gutters-md-3 > .col,
.row.gutters-md-3 > [class*=col-] {
padding-top: 1.875rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.row.gutters-md-4 {
margin-top: -2.5rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.row.gutters-md-4 > .col,
.row.gutters-md-4 > [class*=col-] {
padding-top: 2.5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.row.gutters-md-5 {
margin-top: -3.75rem;
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.row.gutters-md-5 > .col,
.row.gutters-md-5 > [class*=col-] {
padding-top: 3.75rem;
padding-right: 1.875rem;
padding-left: 1.875rem;
}
.row.gutters-md-6 {
margin-top: -5rem;
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.row.gutters-md-6 > .col,
.row.gutters-md-6 > [class*=col-] {
padding-top: 5rem;
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.row.gutters-md-7 {
margin-top: -7.5rem;
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.row.gutters-md-7 > .col,
.row.gutters-md-7 > [class*=col-] {
padding-top: 7.5rem;
padding-right: 3.75rem;
padding-left: 3.75rem;
}
}
@media (min-width: 992px) {
.row.gutters-lg {
margin-top: -2.5rem;
margin-bottom: 2.5rem;
}
.row.gutters-lg > .col,
.row.gutters-lg > [class*=col-] {
padding-top: 2.5rem;
}
.row.gutters-lg-0 {
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.row.gutters-lg-0 > .col,
.row.gutters-lg-0 > [class*=col-] {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.row.gutters-lg-1 {
margin-top: -0.625rem;
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.row.gutters-lg-1 > .col,
.row.gutters-lg-1 > [class*=col-] {
padding-top: 0.625rem;
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.row.gutters-lg-2 {
margin-top: -1.25rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.row.gutters-lg-2 > .col,
.row.gutters-lg-2 > [class*=col-] {
padding-top: 1.25rem;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutters-lg-3 {
margin-top: -1.875rem;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.row.gutters-lg-3 > .col,
.row.gutters-lg-3 > [class*=col-] {
padding-top: 1.875rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.row.gutters-lg-4 {
margin-top: -2.5rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.row.gutters-lg-4 > .col,
.row.gutters-lg-4 > [class*=col-] {
padding-top: 2.5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.row.gutters-lg-5 {
margin-top: -3.75rem;
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.row.gutters-lg-5 > .col,
.row.gutters-lg-5 > [class*=col-] {
padding-top: 3.75rem;
padding-right: 1.875rem;
padding-left: 1.875rem;
}
.row.gutters-lg-6 {
margin-top: -5rem;
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.row.gutters-lg-6 > .col,
.row.gutters-lg-6 > [class*=col-] {
padding-top: 5rem;
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.row.gutters-lg-7 {
margin-top: -7.5rem;
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.row.gutters-lg-7 > .col,
.row.gutters-lg-7 > [class*=col-] {
padding-top: 7.5rem;
padding-right: 3.75rem;
padding-left: 3.75rem;
}
}
@media (min-width: 1280px) {
.row.gutters-xl {
margin-top: -2.5rem;
margin-bottom: 2.5rem;
}
.row.gutters-xl > .col,
.row.gutters-xl > [class*=col-] {
padding-top: 2.5rem;
}
.row.gutters-xl-0 {
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.row.gutters-xl-0 > .col,
.row.gutters-xl-0 > [class*=col-] {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.row.gutters-xl-1 {
margin-top: -0.625rem;
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.row.gutters-xl-1 > .col,
.row.gutters-xl-1 > [class*=col-] {
padding-top: 0.625rem;
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.row.gutters-xl-2 {
margin-top: -1.25rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.row.gutters-xl-2 > .col,
.row.gutters-xl-2 > [class*=col-] {
padding-top: 1.25rem;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutters-xl-3 {
margin-top: -1.875rem;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.row.gutters-xl-3 > .col,
.row.gutters-xl-3 > [class*=col-] {
padding-top: 1.875rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.row.gutters-xl-4 {
margin-top: -2.5rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.row.gutters-xl-4 > .col,
.row.gutters-xl-4 > [class*=col-] {
padding-top: 2.5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.row.gutters-xl-5 {
margin-top: -3.75rem;
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.row.gutters-xl-5 > .col,
.row.gutters-xl-5 > [class*=col-] {
padding-top: 3.75rem;
padding-right: 1.875rem;
padding-left: 1.875rem;
}
.row.gutters-xl-6 {
margin-top: -5rem;
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.row.gutters-xl-6 > .col,
.row.gutters-xl-6 > [class*=col-] {
padding-top: 5rem;
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.row.gutters-xl-7 {
margin-top: -7.5rem;
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.row.gutters-xl-7 > .col,
.row.gutters-xl-7 > [class*=col-] {
padding-top: 7.5rem;
padding-right: 3.75rem;
padding-left: 3.75rem;
}
}
@media (min-width: 1440px) {
.row.gutters-xxl {
margin-top: -2.5rem;
margin-bottom: 2.5rem;
}
.row.gutters-xxl > .col,
.row.gutters-xxl > [class*=col-] {
padding-top: 2.5rem;
}
.row.gutters-xxl-0 {
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.row.gutters-xxl-0 > .col,
.row.gutters-xxl-0 > [class*=col-] {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.row.gutters-xxl-1 {
margin-top: -0.625rem;
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.row.gutters-xxl-1 > .col,
.row.gutters-xxl-1 > [class*=col-] {
padding-top: 0.625rem;
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.row.gutters-xxl-2 {
margin-top: -1.25rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.row.gutters-xxl-2 > .col,
.row.gutters-xxl-2 > [class*=col-] {
padding-top: 1.25rem;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutters-xxl-3 {
margin-top: -1.875rem;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
.row.gutters-xxl-3 > .col,
.row.gutters-xxl-3 > [class*=col-] {
padding-top: 1.875rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.row.gutters-xxl-4 {
margin-top: -2.5rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.row.gutters-xxl-4 > .col,
.row.gutters-xxl-4 > [class*=col-] {
padding-top: 2.5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.row.gutters-xxl-5 {
margin-top: -3.75rem;
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.row.gutters-xxl-5 > .col,
.row.gutters-xxl-5 > [class*=col-] {
padding-top: 3.75rem;
padding-right: 1.875rem;
padding-left: 1.875rem;
}
.row.gutters-xxl-6 {
margin-top: -5rem;
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.row.gutters-xxl-6 > .col,
.row.gutters-xxl-6 > [class*=col-] {
padding-top: 5rem;
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.row.gutters-xxl-7 {
margin-top: -7.5rem;
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.row.gutters-xxl-7 > .col,
.row.gutters-xxl-7 > [class*=col-] {
padding-top: 7.5rem;
padding-right: 3.75rem;
padding-left: 3.75rem;
}
}
.row:last-child {
margin-bottom: 0;
}
.row--equalized > * {
display: flex;
flex-direction: column;
}
.row--equalized > * > * {
flex: 1 1 auto;
} .hero {
position: relative;
display: flex;
align-items: center;
height: 35vh;
max-height: 200px;
margin-top: 40px;
background-color: #fff 50% 50% no-repeat;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
color: #8A8A8A;
}
@media (max-width: 1279.98px) {
.hero.hero__image-right {
background-position: top right;
}
}
@media (max-width: 991.98px) {
.hero {
height: 45vh;
margin-top: 90px;
max-height: 350px;
background-position: 90%;
}
.hero.hero__image-right {
background-position: 10%;
}
.hero.center {
background-position: 30%;
}
.hero.center .hero__title {
padding-top: 0px;
}
}
.hero.hero__image-left .hero__logo img {
position: absolute;
bottom: 0px;
left: 16.6%;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: auto;
max-height: 462px;
display: none;
}
@media (min-width: 992px) {
.hero.hero__image-left .hero__logo img {
display: block;
}
}
@media (min-width: 992px) {
.hero {
min-height: 30vh;
background-size: cover;
background-position: bottom center;
}
}
@media (min-width: 1280px) {
.hero {
min-height: 50vh;
background-size: cover;
background-position: bottom center;
}
}
.hero__logo img {
position: absolute;
bottom: 0px;
right: 16.6%; width: auto;
max-height: 460px;
height: 100%;
display: none;
}
@media (min-width: 992px) {
.hero__logo img {
display: block;
}
}
.hero__title {
color: #fff;
font-size: 1.875rem;
width: 55%;
margin: 0 auto;
padding-top: 25px;
text-align: center;
}
@media (min-width: 992px) {
.hero__title.hero__title--left {
text-align: left;
margin: 0 auto 0 16.6667%;
width: 25%;
}
.hero__title.hero__title--right {
text-align: right;
margin: 0 16.6667% 0 auto;
width: 25%;
}
.hero__title.hero__title--center {
text-align: right;
margin: 0 50% 0 auto;
width: 25%;
}
}
@media (min-width: 992px) {
.hero__title {
font-size: 2.5rem;
}
}
.hero__title h1 {
color: inherit;
font-family: Klavika-Light;
font-weight: 400;
}
.hero__button:before {
content: "";
position: absolute;
right: 50%;
bottom: 10%;
width: 240px;
height: 40px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/hero-button.svg);
background-size: 100% 100%;
}
@media (max-width: 991.98px) {
.hero__button:before {
left: calc(50% - 120px);
text-align: center;
bottom: 4%;
}
}
.hero__button:hover:before {
content: "";
position: absolute;
right: 50%;
bottom: 10%;
width: 240px;
height: 40px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/hero-button-hover.svg);
background-size: 100% 100%;
}
@media (max-width: 991.98px) {
.hero__button:hover:before {
left: calc(50% - 120px);
text-align: center;
bottom: 4%;
}
}
.hero--carousel {
max-height: 50vw;
min-height: 50vw;
overflow: hidden;
}
@media (min-width: 992px) {
.hero--carousel {
max-height: 55vh;
min-height: 55vh;
}
}
.nav--blocks > .nav-item > .nav-link {
padding: 0.5rem 1rem !important;
}
.nav--blocks > .nav-item--search {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
@media (min-width: 992px) {
.nav--blocks > .nav-item--search {
background-color: #97C01E;
width: 80px;
height: 80px;
}
}
.nav--blocks > .nav-item--search .icon--search {
width: 24px;
height: 24px;
position: relative;
}
.nav--blocks > .nav-item--search .icon--search .icon-top,
.nav--blocks > .nav-item--search .icon--search .icon-middle,
.nav--blocks > .nav-item--search .icon--search .icon-bottom {
transition: all 0.2s ease-in-out;
display: block;
position: absolute;
}
.nav--blocks > .nav-item--search .icon--search .icon-top {
width: 18px;
height: 18px;
border-radius: 50%;
border: 2px solid #fff;
top: 0;
left: 0;
}
.nav--blocks > .nav-item--search .icon--search .icon-middle {
display: none;
}
.nav--blocks > .nav-item--search .icon--search .icon-bottom {
width: 12px;
height: 2px;
border-radius: 4px;
background: #fff;
bottom: 4px;
right: 0;
transform: rotate(45deg);
}
.nav--blocks > .nav-item--search.is-active .icon--search .icon-middle,
.nav--blocks > .nav-item--search.is-active .icon--search .icon-bottom {
position: absolute;
display: block;
width: 14px;
height: 2px;
border-radius: 4px;
margin: 4px 0;
}
.nav--blocks > .nav-item--search.is-active .icon--search .icon-top {
position: relative;
width: 24px;
height: 24px;
}
.nav--blocks > .nav-item--search.is-active .icon--search .icon-middle {
width: 14px;
height: 2px;
border-radius: 4px;
background: #fff;
top: 7px;
left: 5px;
transform: rotate(-45deg);
}
.nav--blocks > .nav-item--search.is-active .icon--search .icon-bottom {
top: 7px;
left: 5px;
}
.nav--blocks > .nav-item--menu {
padding: 0;
height: 60px;
margin-left: 30px;
}
.nav--blocks > .nav-item--menu > .nav-link {
position: relative;
width: 100%;
height: 100%;
}
.nav--blocks > .nav-item--menu > .nav-link .icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.nav--blocks > .nav-item--menu > .nav-link .icon--close {
display: none;
} .nav--primary {
list-style: none;
}
@media (max-width: 991.98px) {
.nav--primary {
position: absolute;
min-height: 100vh;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
opacity: 0;
padding: 40px 20px 20px;
transform: translateX(-100%);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
background-color: #97C01E;
text-align: center;
}
.nav--primary.is-open {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 992px) {
.nav--primary {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 28.5px 0 0 0;
margin: 0 0 0 auto;
}
}
.nav--primary .nav-text {
margin-right: 5px;
margin-left: 5px;
}
.nav--primary .nav-text:first-child {
margin-left: 0;
}
.nav--primary .nav-text:last-child {
margin-right: 0;
}
.nav--primary > .nav-item {
position: relative;
font-size: 1.25rem;
padding: 5px 0;
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
@media (min-width: 992px) {
.nav--primary > .nav-item {
padding: 0;
}
.nav--primary > .nav-item:hover .nav-item__dropdown {
visibility: visible;
opacity: 1;
}
}
.nav--primary > .nav-item > .nav-link {
text-decoration: none;
color: #fff;
padding: 5px 0;
color: #fff;
font-size: 2.0625rem;
}
@media (min-width: 992px) {
.nav--primary > .nav-item > .nav-link {
line-height: 80px;
padding: 0 15px;
color: #8A8A8A;
font-size: 1rem;
}
}
.nav--primary > .nav-item > .nav-link:hover {
color: #c5c5c5;
}
.nav--primary > .menu-item {
margin-left: 24px;
}
.nav--primary > .menu-item a {
text-decoration: none;
color: #fff;
font-size: 2.0625rem;
}
@media (min-width: 992px) {
.nav--primary > .menu-item a {
color: #8A8A8A;
font-size: 1rem;
}
}
.nav--primary > .menu-item.menu-item-has-children .sub-menu {
list-style-type: none;
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu {
position: absolute;
display: none;
width: 100%;
left: 0;
background-color: #fff;
padding: 25px;
list-style-type: none;
}
@media (max-width: 991.98px) {
.nav--primary > .menu-item.menu-item-has-children > .sub-menu {
position: relative;
display: block;
background-color: transparent;
}
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu > li {
font-weight: bold;
margin-bottom: 10px;
}
@media (min-width: 992px) {
.nav--primary > .menu-item.menu-item-has-children > .sub-menu > li {
width: calc(100% / 3);
}
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu > li > .sub-menu {
padding-left: 0px;
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu > li > .sub-menu li {
font-weight: normal;
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu li {
margin-left: 0;
}
@media (max-width: 991.98px) {
.nav--primary > .menu-item.menu-item-has-children > .sub-menu li a {
font-size: 1.5rem;
}
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu li.current_page_item a {
border-top: 0;
border-bottom: 0;
}
.nav--primary > .menu-item.menu-item-has-children > .sub-menu li.current_page_item:before, .nav--primary > .menu-item.menu-item-has-children > .sub-menu li.current_page_item:after {
display: none;
}
@media (min-width: 992px) {
.nav--primary > .menu-item.menu-item-has-children:hover > .sub-menu {
display: flex;
flex-wrap: wrap;
columns: 3;
-webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.75);
box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.75);
}
}
.nav-item__dropdown {
position: fixed;
left: 0;
top: 0;
width: 100%;
min-height: calc(100vh - 64px);
height: calc(100vh - 64px);
background: #fff;
padding: 50px 20px 20px;
opacity: 0;
transform: translateX(-100%);
transform-origin: center top;
transition: all 0.2s ease-in-out;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
z-index: 1030;
}
.nav-item__dropdown.is-open {
opacity: 1;
transform: translateX(0);
}
.nav-item__dropdown .item-link {
text-decoration: none;
}
.nav-item__dropdown .list {
font-size: 1rem;
white-space: nowrap;
padding: 20px 0;
}
@media (min-width: 992px) {
.nav-item__dropdown .list {
padding: 10px 30px 40px 30px;
box-shadow: inset 0 11px 8px -10px rgba(138, 138, 138, 0.1);
}
}
.nav-item__dropdown .list__item {
padding: 15px 0;
border-bottom: 1px solid rgba(138, 138, 138, 0.1);
}
.nav-item__dropdown .list__item:first-child {
padding-top: 0;
}
.nav-item__dropdown .list__item:last-child {
padding-bottom: 0;
border: 0;
}
.nav-item__dropdown .list__link {
color: #8A8A8A;
text-decoration: none;
}
.nav-item__dropdown .list__link:hover {
color: #c5c5c5;
}
@media (min-width: 992px) {
.nav-item__dropdown {
position: absolute;
top: 80px;
left: -10px;
min-height: initial;
height: initial;
background: #fff;
padding: 0;
opacity: 0;
visibility: hidden;
transform: translateX(0);
transition: all 0.2s ease-in-out;
z-index: 1030;
box-shadow: 0 2px 10px 0 rgba(138, 138, 138, 0.1);
border-bottom-right-radius: 0.3125rem;
border-bottom-left-radius: 0.3125rem;
min-width: 250px;
}
}
.nav__contact {
position: relative;
margin-left: -25px;
width: calc(100% + 50px);
margin-bottom: -25px;
color: #fff;
display: flex;
background-color: #749417;
padding: 25px 0;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
@media (min-width: 992px) {
.nav__contact {
display: none;
}
}
.nav__contact-vertical {
position: fixed;
right: 0;
z-index: 2;
bottom: calc(50% - 100px);
width: 48px;
height: auto;
color: #fff;
display: flex;
background-color: #97C01E;
padding: 0 0 20px 0;
flex-direction: column;
justify-content: space-evenly;
}
@media (max-width: 991.98px) {
.nav__contact-vertical {
display: none;
}
}
.nav__contact-vertical a {
margin: auto;
padding-top: 20px;
}
.nav__contact-vertical a .logo__image {
width: 24px;
height: 24px;
}
.nav__contact-vertical a:first-child:after {
display: none;
}
.nav__contact-vertical a:after {
content: "";
position: absolute;
width: 70%;
right: 15%;
border-bottom: 2px solid #fff;
height: 2px;
margin-top: -10px;
} .nav--secondary {
display: block;
font-size: 0.875rem;
line-height: 50px;
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
@media (min-width: 992px) {
.nav--secondary {
columns: 2;
column-gap: 90px;
}
}
.nav--secondary .nav__text {
margin-right: 5px;
margin-left: 5px;
}
.nav--secondary .nav__text:first-child {
margin-left: 0;
}
.nav--secondary .nav__text:last-child {
margin-right: 0;
}
.nav--secondary > .nav__item {
margin-left: 20px;
}
.nav--secondary > .nav__item > .nav__link {
text-decoration: none;
color: rgba(255, 255, 255, 0.8);
}
.nav--secondary > .nav__item > .nav__link .nav__icon {
margin-right: 5px;
}
.nav--secondary > .nav__item > .nav__link:hover {
color: #fff;
}
.nav--secondary .menu-item {
margin-left: 0;
}
.nav--secondary .menu-item a {
font-size: 14px;
}
.pane {
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) {
.pane {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (min-width: 992px) {
.pane {
padding-top: 80px;
padding-bottom: 80px;
}
}
.pane.pm {
height: 373px;
}
.pane .contact {
margin-top: 50px;
}
@media (min-width: 768px) {
.pane .contact {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
.pane .contact .title {
margin-bottom: 0px;
font-size: 37px;
font-family: Klavika-Medium;
}
.pane .contact .subtitle {
font-family: "Klavika-Regular";
font-size: 29px;
}
.pane .contact .contact--list {
padding-left: 0;
list-style: none;
font-family: Klavika-Light;
font-size: 23px;
color: #A6B5BC;
}
.pane--actueel .actueel {
margin-bottom: 70px;
}
.pane--actueel .alm-reveal:nth-child(odd):before {
content: "";
width: 100%;
height: 3px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/line.svg);
background-repeat: no-repeat;
position: absolute;
left: 0;
}
.pane--actueel .alm-reveal:nth-child(odd):after {
content: "";
width: 100%;
height: 3px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/line.svg);
background-repeat: no-repeat;
background-position: right;
right: 0;
position: absolute;
}
.pane--actueel .actueel--paginate:before {
content: "";
width: 100%;
height: 2px;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/line.svg);
background-repeat: no-repeat;
background-position: left;
left: 0;
position: absolute;
}
.pane--actueel .team--name {
font-size: 1.3rem;
margin-bottom: 0;
}
.pane--actueel .team--function {
margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.pane--actueel .actueel {
margin-bottom: 40px;
}
}
.pane--contact .container .row .col-md-2:before {
content: "";
top: 16.6%;
right: 8.3%;
width: 18px;
height: 66%;
position: absolute;
-webkit-box-shadow: -8px 0 8px -8px #8A8A8A;
-moz-box-shadow: -10px 0 8px -8px #8A8A8A;
box-shadow: -10px 0 8px -8px #8A8A8A;
}
.pane--team .container:before {
content: "";
margin-top: -60px;
width: 66%;
left: 16.6%;
height: 18px;
position: absolute;
-webkit-box-shadow: 0 -8px 8px -8px #8A8A8A;
-moz-box-shadow: 0 -8px 8px -8px #8A8A8A;
box-shadow: 0 -8px 8px -8px #8A8A8A;
}
@media (max-width: 991.98px) {
.pane--team .container:before {
margin-top: 0px;
}
}
@media (max-width: 991.98px) {
.pane--team .container .row h3 {
margin-top: 60px;
}
}
.pane--team .container .row .col-9 {
margin: auto;
}
.pane--team .container .row .col-9 .carousel-cell {
text-align: center;
height: 100%;
}
.pane--team .team--name {
font-size: 1.3rem;
margin-bottom: 0;
}
.pane--team .team--function {
margin-bottom: 1rem;
}
.pane--tekstpagina .tekstpagina__title {
margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
.pane--tekstpagina .tekstpagina__title {
margin-bottom: 60px;
}
.pane--tekstpagina h3 {
text-align: center;
margin-top: 40px;
}
.pane--tekstpagina p {
margin-bottom: 30px;
text-align: center;
}
.pane--tekstpagina .wp-block-image {
max-width: calc(100% + 32px);
margin: 0px -16px 40px -16px;
}
}
@media (max-width: 991.98px) {
.pane--helpdesk .row:last-child {
text-align: center;
margin-top: 90px;
}
.pane--helpdesk .row:last-child:before {
content: "";
width: 66%;
margin-top: -45px;
left: 16.6%;
height: 18px;
position: absolute;
-webkit-box-shadow: 0 -8px 8px -8px #8A8A8A;
-moz-box-shadow: 0 -8px 8px -8px #8A8A8A;
box-shadow: 0 -8px 8px -8px #8A8A8A;
}
}
.pane--usp .btn-quinary {
margin-top: 30px;
}
@media (min-width: 768px) {
.pane--usp .btn-quinary {
margin-top: 50px;
}
}
.pane--oplossingen:before {
content: "";
margin-top: -60px;
width: 66%;
left: 16.6%;
height: 18px;
position: absolute;
-webkit-box-shadow: 0 -8px 8px -8px #8A8A8A;
-moz-box-shadow: 0 -8px 8px -8px #8A8A8A;
box-shadow: 0 -8px 8px -8px #8A8A8A;
}
.pane--news .news__date {
text-align: center;
display: block;
color: #2D3E4D;
margin-bottom: 20px;
}
.pane--partners:before {
content: "";
width: 66%;
left: 16.6%;
height: 18px;
margin-top: -80px;
position: absolute;
-webkit-box-shadow: 0 -8px 8px -8px #8A8A8A;
-moz-box-shadow: 0 -8px 8px -8px #8A8A8A;
box-shadow: 0 -8px 8px -8px #8A8A8A;
}
.pane--default + .pane--default {
padding-top: 1px;
}
.pane--quaternary {
color: #8A8A8A;
}
.pane--quaternary a {
color: #8A8A8A;
}
.pane--primary .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--secondary .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--success .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--info .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--warning .card-date {
color: #8A8A8A;
}
.pane--danger .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--light .card-date {
color: #8A8A8A;
}
.pane--dark .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--base .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--tertiary .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--quaternary .card-date {
color: rgba(255, 255, 255, 0.8);
}
.pane--quinary .card-date {
color: #8A8A8A;
}
.pane--quotes {
background: linear-gradient(to bottom, #DE5065 0%, #E76A53 100%);
color: #fff;
font-size: 21px;
text-align: center;
}
@media (max-width: 991.98px) {
.pane--quotes {
margin-top: 40px;
}
}
.tabs {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
display: flex;
}
@media (max-width: 991.98px) {
.tabs {
overflow-x: auto;
}
}
.tabs .tab__item {
margin: 5px 10px 5px 0;
white-space: nowrap;
}
.tabs .tab__item:last-child {
margin-right: 0;
}
.tabs .tab__item.active .tab__link {
background-color: #97C01E;
box-shadow: inset 0 -2px 0 #86aa1b;
border-color: #97C01E;
border-bottom-color: #86aa1b;
color: #fff;
}
.tabs .tab__link {
display: flex;
align-items: center;
text-decoration: none;
padding: 0 15px;
line-height: 40px;
background-color: #fff;
color: #8A8A8A;
border: 1px solid rgba(138, 138, 138, 0.2);
border-radius: 0.3125rem;
}
.tabs .tab__link.active {
background-color: #97C01E;
box-shadow: inset 0 -2px 0 #86aa1b;
border-color: #97C01E;
border-bottom-color: #86aa1b;
color: #fff;
}
@media (min-width: 768px) {
.tabs .tab__link {
line-height: 50px;
padding: 0 20px;
}
}
.tabs-wrapper {
position: relative;
}
@media (min-width: 992px) {
.tabs-wrapper {
position: relative;
margin-right: -20px;
}
}
.tabs-wrapper .nav {
flex-wrap: nowrap;
}
.tabs-wrapper--scroll {
position: relative;
}
.tabs-wrapper--scroll:after {
content: "";
position: absolute;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f7f8fa 100%);
width: 20%;
height: 100%;
pointer-events: none;
}
@media (min-width: 768px) {
.tabs-wrapper--scroll:after {
content: none;
}
}
.tabs-wrapper--scroll-right:after, .tabs-wrapper--scroll-left:after {
right: -5px;
top: 0;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f7f8fa 100%);
}
.tabs-wrapper--scroll-left:after {
left: 0px;
right: auto;
background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #f7f8fa 100%);
} .main-header__sticky {
position: sticky;
top: 0;
z-index: 1050;
padding: 0 1.25rem;
display: flex;
align-items: center;
box-shadow: 0 2px 10px 0 rgba(138, 138, 138, 0.1);
background-color: #8A8A8A;
-webkit-transform: translateZ(0);
}
@media (min-width: 992px) {
.main-header__sticky {
background-color: #fff;
padding: 0 0 0 60px;
}
}
.main-header {
position: fixed;
top: 0;
z-index: 1030;
width: 100%;
background-color: #fff;
justify-content: center;
}
@media (min-width: 992px) {
.main-header {
position: relative;
padding-top: 25px;
}
}
@media (min-width: 992px) {
.main-header__nav {
position: relative;
display: flex;
justify-content: center;
max-width: 1220px;
margin: 0 auto;
}
}
@media (max-width: 991.98px) {
.main-header__nav {
background-color: #fff;
height: 70px;
box-shadow: 0 3px 4px -4px grey;
}
}
.nav.nav--primary a:hover {
color: #000;
}
.main-header__mobile-nav {
position: absolute;
top: 25px;
right: 1.25rem;
width: 30px;
height: 20px;
z-index: 1030;
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/icons/navigation.svg);
background-size: auto 20px;
background-position: center center;
background-repeat: no-repeat;
}
.main-header__mobile-nav.is-active {
background-image: url(//kendis.nl/wp-content/themes/kendis/library/img/icons/navigation-open.svg);
background-size: auto 20px;
background-position: center center;
background-repeat: no-repeat;
}
@media (min-width: 992px) {
.main-header__mobile-nav {
display: none;
}
}
.main-header__secondary-nav {
position: relative;
padding: 0 30px 0 60px;
background-color: #8A8A8A;
z-index: 1040;
}
.main-header__logo {
position: absolute;
top: 10px;
left: 1.25rem;
z-index: 1040;
}
.main-header__logo.is-mobile {
display: block;
transition: all 0.2s ease-in-out;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/logo-mobile.png) no-repeat;
height: 50px;
width: 120px;
}
.main-header__logo.is-mobile .logo__image {
display: none;
}
@media (min-width: 992px) {
.main-header__logo {
position: relative;
height: 80px;
margin-right: 60px;
}
}
@media (min-width: 992px) {
.main-header__logo.is-smaller .logo__link {
transform: translateY(5px) scale(0.65);
}
}
.main-header__brands {
margin-left: auto;
}
.main-header__search-bar {
background: #97C01E;
position: absolute;
left: 0;
right: 0;
top: 130px;
z-index: 1040;
opacity: 0;
visibility: hidden;
transform: translateY(-100%);
transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
.main-header__search-bar {
background: #8A8A8A;
}
}
.main-header__search-bar.is-open {
top: 0;
opacity: 1;
visibility: visible;
transform: translateY(60px);
}
@media (min-width: 992px) {
.main-header__search-bar.is-open {
transform: translateY(130px);
}
}
.main-header__search-bar.is-open .form-control,
.main-header__search-bar.is-open .icon {
opacity: 1;
transform: translateY(0);
}
.main-header__search-bar.is-open .form-control {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-header__search-bar.is-open.is-fixed {
position: fixed;
transform: translateY(60px);
}
@media (min-width: 992px) {
.main-header__search-bar.is-open.is-fixed {
transform: translateY(80px);
}
}
.main-header__search-bar .form-control,
.main-header__search-bar .icon {
opacity: 0;
transition: all 0.2s ease-in-out;
transition-delay: 200ms;
}
.main-header__search-bar .form-control {
background: none;
border: none;
color: #fff;
font-size: 18px;
}
.main-header__search-bar .form-control::placeholder {
color: rgba(255, 255, 255, 0.4);
}
.nav--primary .current_page_item > a {
font-weight: bold;
position: relative;
}
@media (min-width: 992px) {
.nav--primary .current_page_item > a:before {
content: "";
position: absolute;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/button-page.svg) no-repeat;
margin-left: -13px;
height: 32px;
width: 12px;
top: -3px;
}
.nav--primary .current_page_item > a:after {
content: "";
position: absolute;
background: url(//kendis.nl/wp-content/themes/kendis/library/img/button-page.svg) no-repeat;
transform: rotate(180deg);
height: 32px;
width: 12px;
top: -5px;
right: -12px;
}
}
.nav--primary .current_page_item .sub-menu .current_page_item > a:before, .nav--primary .current_page_item .sub-menu .current_page_item > a:after {
content: none;
}
@media (min-width: 992px) {
.nav--primary .current_page_item > a {
border-top: 1px solid #D3D3D3;
border-bottom: 1px solid #D3D3D3;
padding: 3px 2.5px 2.4px 2.5px;
}
}
.main-header__overlay {
position: fixed;
background: rgba(0, 0, 0, 0.7);
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 1030;
transition: all 0.2s ease-in-out;
visibility: hidden;
opacity: 0;
-webkit-transform: translateZ(0);
}
.main-header__overlay.is-open {
opacity: 1;
visibility: visible;
} .main-content__section {
position: relative;
} .main-footer {
position: relative;
margin-top: 40px;
padding-top: 45px;
border-bottom: 10px solid #8A8A8A;
background: #fff;
}
.main-footer h3 {
margin-top: 30px;
}
@media (max-width: 991.98px) {
.main-footer h3 {
display: none;
}
}
.main-footer > .container {
display: flex;
flex-direction: column;
justify-content: space-between;
padding-left: 0;
padding-right: 0;
width: 60%;
}
@media (min-width: 992px) {
.main-footer > .container {
display: flex;
flex-direction: row;
}
}
@media (max-width: 991.98px) {
.main-footer > .container {
flex-direction: column-reverse;
}
.main-footer > .container .main-footer__logo {
margin-bottom: 30px;
}
.main-footer > .container:before {
top: 10px;
}
}
.main-footer > .container:before {
content: "";
width: 66%;
left: 16.6%;
height: 18px;
position: absolute;
-webkit-box-shadow: 0 -8px 8px -8px #8A8A8A;
-moz-box-shadow: 0 -8px 8px -8px #8A8A8A;
box-shadow: 0 -8px 8px -8px #8A8A8A;
}
.main-footer .main-footer__utilities {
display: none;
}
.main-footer__primary {
background-color: #A21880;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) {
.main-footer__primary {
padding-top: 40px;
padding-bottom: 40px;
}
}
@media (min-width: 1280px) {
.main-footer__primary {
padding-top: 80px;
padding-bottom: 80px;
}
}
.main-footer__primary .list .list__item {
margin: 15px 0;
}
.main-footer__primary .list .list__link {
text-decoration: none;
color: rgba(138, 138, 138, 0.8);
}
.main-footer__primary .list .list__link:hover {
color: #8a8a8a;
}
.main-footer__secondary {
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) {
.main-footer__secondary {
padding-top: 30px;
padding-bottom: 30px;
}
}
.main-footer__secondary .list {
font-size: 0.875rem;
}
.main-footer__secondary .list .list__link {
text-decoration: none;
color: rgba(138, 138, 138, 0.8);
}
.main-footer__secondary .list .list__link:hover {
color: #8a8a8a;
}
.main-footer__nav h3 {
margin-bottom: 0;
}
.main-footer__nav .nav-link {
color: #8A8A8A;
padding: 0;
text-decoration: none;
line-height: 2.2rem;
}
@media (max-width: 991.98px) {
.main-footer__nav {
display: none;
}
}
.main-footer__employee {
box-shadow: inset 0 -1px 0 0 rgba(138, 138, 138, 0.2), inset 0 1px 0 0 rgba(138, 138, 138, 0.2);
padding: 20px 0;
}
@media (min-width: 768px) {
.main-footer__employee {
padding: 0;
}
}
.main-footer__employee .employee-image {
margin-right: 30px;
margin-top: -35px;
max-height: 115px;
}
@media (min-width: 768px) {
.main-footer__employee .employee-image {
margin-top: -15px;
}
}
.main-footer__employee .heading {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
margin-bottom: 0;
}
.main-footer__employee .employee-buttons {
width: 100%;
text-align: center;
}
.main-footer__employee .employee-buttons .btn {
display: flex;
width: 100%;
margin: 10px 0;
}
@media (min-width: 768px) {
.main-footer__employee .employee-buttons .btn {
display: inline-block;
width: auto;
margin: 10px 0 10px 10px;
}
}
.main-footer__utilities {
width: 60%;
margin: 30px auto;
font-size: 0.8rem;
}
@media (min-width: 768px) {
.main-footer__utilities {
display: flex;
}
}
.main-footer__utilities span {
display: block;
margin-right: 50px;
}
@media (min-width: 768px) {
.main-footer__utilities span {
display: inline-block;
}
}
.main-footer__utilities a {
text-decoration: none;
color: #8A8A8A;
}
@media (min-width: 992px) {
.main-footer__logo > .logo__image {
position: absolute;
top: 45%;
transform: translateY(-45%);
}
}
#footer-logo {
margin-top: calc(50% - 25.5px);
width: 190px;
} html {
overflow-x: hidden;
}
.bust-out {
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
.bust-out-max-width {
margin-right: calc(50% - 50vw + 20px);
margin-left: calc(50% - 50vw + 20px);
max-width: 1180px;
transform: translateX(calc(50vw - 50% - 20px));
}
.bust-out-spacer-0 {
margin-right: 0;
margin-left: 0;
}
.bust-out-spacer-1 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bust-out-spacer-2 {
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.bust-out-spacer-3 {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.bust-out-spacer-4 {
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.bust-out-spacer-5 {
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.bust-out-spacer-6 {
margin-right: -5rem;
margin-left: -5rem;
}
.bust-out-spacer-7 {
margin-right: -7.5rem;
margin-left: -7.5rem;
}
@media (min-width: 600px) {
.bust-out-sm-max-width {
margin-right: calc(50% - 50vw + 20px);
margin-left: calc(50% - 50vw + 20px);
max-width: 1180px;
transform: translateX(calc(50vw - 50% - 20px));
}
.bust-out-spacer-sm-0 {
margin-right: 0;
margin-left: 0;
}
.bust-out-spacer-sm-1 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bust-out-spacer-sm-2 {
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.bust-out-spacer-sm-3 {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.bust-out-spacer-sm-4 {
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.bust-out-spacer-sm-5 {
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.bust-out-spacer-sm-6 {
margin-right: -5rem;
margin-left: -5rem;
}
.bust-out-spacer-sm-7 {
margin-right: -7.5rem;
margin-left: -7.5rem;
}
}
@media (min-width: 768px) {
.bust-out-md-max-width {
margin-right: calc(50% - 50vw + 20px);
margin-left: calc(50% - 50vw + 20px);
max-width: 1180px;
transform: translateX(calc(50vw - 50% - 20px));
}
.bust-out-spacer-md-0 {
margin-right: 0;
margin-left: 0;
}
.bust-out-spacer-md-1 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bust-out-spacer-md-2 {
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.bust-out-spacer-md-3 {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.bust-out-spacer-md-4 {
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.bust-out-spacer-md-5 {
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.bust-out-spacer-md-6 {
margin-right: -5rem;
margin-left: -5rem;
}
.bust-out-spacer-md-7 {
margin-right: -7.5rem;
margin-left: -7.5rem;
}
}
@media (min-width: 992px) {
.bust-out-lg-max-width {
margin-right: calc(50% - 50vw + 20px);
margin-left: calc(50% - 50vw + 20px);
max-width: 1180px;
transform: translateX(calc(50vw - 50% - 20px));
}
.bust-out-spacer-lg-0 {
margin-right: 0;
margin-left: 0;
}
.bust-out-spacer-lg-1 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bust-out-spacer-lg-2 {
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.bust-out-spacer-lg-3 {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.bust-out-spacer-lg-4 {
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.bust-out-spacer-lg-5 {
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.bust-out-spacer-lg-6 {
margin-right: -5rem;
margin-left: -5rem;
}
.bust-out-spacer-lg-7 {
margin-right: -7.5rem;
margin-left: -7.5rem;
}
}
@media (min-width: 1280px) {
.bust-out-xl-max-width {
margin-right: calc(50% - 50vw + 20px);
margin-left: calc(50% - 50vw + 20px);
max-width: 1180px;
transform: translateX(calc(50vw - 50% - 20px));
}
.bust-out-spacer-xl-0 {
margin-right: 0;
margin-left: 0;
}
.bust-out-spacer-xl-1 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bust-out-spacer-xl-2 {
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.bust-out-spacer-xl-3 {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.bust-out-spacer-xl-4 {
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.bust-out-spacer-xl-5 {
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.bust-out-spacer-xl-6 {
margin-right: -5rem;
margin-left: -5rem;
}
.bust-out-spacer-xl-7 {
margin-right: -7.5rem;
margin-left: -7.5rem;
}
}
@media (min-width: 1440px) {
.bust-out-xxl-max-width {
margin-right: calc(50% - 50vw + 20px);
margin-left: calc(50% - 50vw + 20px);
max-width: 1180px;
transform: translateX(calc(50vw - 50% - 20px));
}
.bust-out-spacer-xxl-0 {
margin-right: 0;
margin-left: 0;
}
.bust-out-spacer-xxl-1 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bust-out-spacer-xxl-2 {
margin-right: -1.25rem;
margin-left: -1.25rem;
}
.bust-out-spacer-xxl-3 {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
.bust-out-spacer-xxl-4 {
margin-right: -2.5rem;
margin-left: -2.5rem;
}
.bust-out-spacer-xxl-5 {
margin-right: -3.75rem;
margin-left: -3.75rem;
}
.bust-out-spacer-xxl-6 {
margin-right: -5rem;
margin-left: -5rem;
}
.bust-out-spacer-xxl-7 {
margin-right: -7.5rem;
margin-left: -7.5rem;
}
} .elevated {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.elevated-dp0 {
box-shadow: none !important;
}
.elevated-dp1 {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
}
.elevated-dp2 {
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) !important;
}
.elevated-dp3 {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}
.elevated-dp4 {
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25) !important;
}
.elevated-dp5 {
box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3) !important;
}
.loading-circle {
position: absolute;
width: 50px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 999;
}
.loading-circle #load {
width: 50px;
animation: loading 3s linear infinite;
}
.loading-circle #load #loading-inner {
stroke-dashoffset: 0;
stroke-dasharray: 300;
stroke-width: 10;
stroke-miterlimit: 10;
stroke-linecap: round;
animation: loadingCircle 2s linear infinite;
stroke: #97C01E;
fill: transparent;
}
.loading-circle--default {
position: relative;
top: 0;
left: 0;
transform: none;
}
@keyframes loading {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loadingCircle {
0% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: -600;
}
}
.overlay {
position: fixed;
background: rgba(138, 138, 138, 0.8);
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 1050;
transition: all 0.2s ease-in-out;
visibility: hidden;
opacity: 0;
}
.overlay.is-open {
opacity: 1;
visibility: visible;
} .scroll-container {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.scroll-container-reset {
overflow-x: visible;
}
@media (min-width: 600px) {
.scroll-container-sm-reset {
overflow-x: visible;
}
}
@media (min-width: 768px) {
.scroll-container-md-reset {
overflow-x: visible;
}
}
@media (min-width: 992px) {
.scroll-container-lg-reset {
overflow-x: visible;
}
}
@media (min-width: 1280px) {
.scroll-container-xl-reset {
overflow-x: visible;
}
}
@media (min-width: 1440px) {
.scroll-container-xxl-reset {
overflow-x: visible;
}
}
.scroll-container--rate {
margin-bottom: 1.25rem;
padding-top: 0;
padding-bottom: 0;
margin-right: -1.25rem;
margin-left: -1.25rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.scroll-container--rate .rate-group {
padding-right: 1.25rem;
} .text-translucent {
opacity: 0.8;
}
.text--bold {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
.text--avenir-medium {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
.text--avenir-demi {
font-family: "Klavika-Medium", Arial, Helvatica, sans-serif;
}
.text--avenir-bold {
font-family: "Klavika-Bold", Arial, Helvatica, sans-serif;
}
.text--smaller {
font-size: 90%;
}
.text--spaced {
margin-left: 5px;
}
.text-facebook {
color: #3b5998;
}
a.text-facebook:hover {
color: #2d4373;
}
.text-flickr {
color: #0063dc;
}
a.text-flickr:hover {
color: #004ca9;
}
.text-foursquare {
color: #f94877;
}
a.text-foursquare:hover {
color: #f71752;
}
.text-google-plus {
color: #dd4b39;
}
a.text-google-plus:hover {
color: #c23321;
}
.text-instagram {
color: #e34b88;
}
a.text-instagram:hover {
color: #d9226b;
}
.text-linkedin {
color: #0077b5;
}
a.text-linkedin:hover {
color: #005582;
}
.text-pinterest {
color: #bd081c;
}
a.text-pinterest:hover {
color: #8c0615;
}
.text-snapchat {
color: #fffc00;
}
a.text-snapchat:hover {
color: #ccca00;
}
.text-tumblr {
color: #35465c;
}
a.text-tumblr:hover {
color: #222d3c;
}
.text-twitter {
color: #1da1f2;
}
a.text-twitter:hover {
color: #0c85d0;
}
.text-vimeo {
color: #162221;
}
a.text-vimeo:hover {
color: #020303;
}
.text-whatsapp {
color: #075e54;
}
a.text-whatsapp:hover {
color: #032f2a;
}
.text-youtube {
color: #ff0000;
}
a.text-youtube:hover {
color: #cc0000;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
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;
margin: 0.5cm;
}
body {
min-width: 992px !important;
color: black;
}
p, h1, h2, h3, h4, h5, h6, a {
color: black !important;
}
.grid-container {
min-width: 992px !important;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
.print-visible {
display: block !important;
}
.btn,
.print-invisible,
.main-header,
.main-header__sticky,
.vivition-player-wrapper,
.card--button,
.pane--anchor,
.flickity-prev-next-button,
#finance,
#details,
.tabs-wrapper,
.main-footer,
.card--interest .card-link,
#chat-application {
display: none !important;
}
.card--interest {
position: initial !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
top: auto !important;
}
.card--interest + div {
height: auto !important;
}
.card--interest .card-body {
padding-bottom: 0;
}
.vehicle-header .row {
display: block !important;
}
.vehicle-header .row [class*=col-] {
width: 100% !important;
max-width: 100% !important;
flex: 1 0 100%;
}
.vehicle-header .images-vehicle {
margin-bottom: 30px;
}
.vehicle-header .images-vehicle .row {
display: flex !important;
}
.vehicle-header .images-vehicle [class*=col-] {
width: 33.33% !important;
max-width: 100% !important;
flex: 1 0 33.33%;
}
.vehicle-header .images-vehicle [class*=col-] img {
width: 100% !important;
}
.pane {
padding-top: 20px;
padding-bottom: 20px;
}
.js-tabby .tabs-pane {
height: auto;
margin: 30px 0 !important;
position: initial;
width: auto;
opacity: 1;
visibility: visible;
}
.multi-column {
column-count: 2 !important;
}
img {
max-width: 100% !important;
}
.flickity-viewport {
height: auto !important;
}
.flickity-slider {
transform: none !important;
position: initial !important;
display: flex;
flex-flow: row wrap;
}
.carousel--employees {
padding: 0 !important;
}
.carousel--employees .carousel__slide {
position: initial !important;
left: auto !important;
width: 50%;
}
#highlights .list--icon .list__item {
margin: 0;
}
#highlights .icon-frame {
padding: 0;
width: 20px;
}
}i.wpmi__icon{display:inline-block}i.wpmi__icon:not(.wpmi__label-1).wpmi__position-before{margin-right:.5em}i.wpmi__icon:not(.wpmi__label-1).wpmi__position-after{margin-left:.5em}i.wpmi__icon.wpmi__align-top{vertical-align:top}i.wpmi__icon.wpmi__align-middle{vertical-align:middle}i.wpmi__icon.wpmi__align-bottom{vertical-align:bottom}@font-face{font-family:dashicons;src:url(//kendis.nl/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//kendis.nl/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//kendis.nl/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}