@charset "UTF-8";
           :root {
--bs-primary: #da3737;
--bs-primary_2: #c32a2a;
--bs-secondary: #2b3b4b;
--bs-tertiary: #ccb979;
--bs-black: #262734;
--bs-gray: #bebebe;
--bs-gray_dark: #6e717b;
--bs-gray_light: #ededed;
--bs-primary: #da3737;
--bs-secondary: #2b3b4b;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 3.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
} address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
} sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #262734;
text-decoration: underline;
}
a:hover {
color: #1e1f2a;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr ;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
} figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
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;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
} legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
} ::-webkit-inner-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}    iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem; }       .list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}   .img-fluid {
max-width: 100%;
height: auto;
}  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1600px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
--bs-gutter-x: 6rem;
}
.g-6,
.gy-6 {
--bs-gutter-y: 6rem;
}
@media (min-width: 576px) {
.col-sm {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
.g-sm-6,
.gx-sm-6 {
--bs-gutter-x: 6rem;
}
.g-sm-6,
.gy-sm-6 {
--bs-gutter-y: 6rem;
}
}
@media (min-width: 768px) {
.col-md {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-md-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
.g-md-6,
.gx-md-6 {
--bs-gutter-x: 6rem;
}
.g-md-6,
.gy-md-6 {
--bs-gutter-y: 6rem;
}
}
@media (min-width: 992px) {
.col-lg {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
.g-lg-6,
.gx-lg-6 {
--bs-gutter-x: 6rem;
}
.g-lg-6,
.gy-lg-6 {
--bs-gutter-y: 6rem;
}
}
@media (min-width: 1200px) {
.col-xl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
.g-xl-6,
.gx-xl-6 {
--bs-gutter-x: 6rem;
}
.g-xl-6,
.gy-xl-6 {
--bs-gutter-y: 6rem;
}
}
@media (min-width: 1600px) {
.col-xxl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xxl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xxl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-xxl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xxl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-xxl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-xxl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-xxl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-xxl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-xxl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-xxl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333%;
}
.offset-xxl-2 {
margin-left: 16.66667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333%;
}
.offset-xxl-5 {
margin-left: 41.66667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333%;
}
.offset-xxl-8 {
margin-left: 66.66667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333%;
}
.offset-xxl-11 {
margin-left: 91.66667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
.g-xxl-6,
.gx-xxl-6 {
--bs-gutter-x: 6rem;
}
.g-xxl-6,
.gy-xxl-6 {
--bs-gutter-y: 6rem;
}
}  .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;    }
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
transition: none;
}
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #ed9b9b;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}    .form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.form-select:focus {
border-color: #ed9b9b;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
}
.form-select:disabled {
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
} .form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
-webkit-filter: brightness(90%);
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #ed9b9b;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
}
.form-check-input:checked {
background-color: #da3737;
border-color: #da3737;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #da3737;
border-color: #da3737;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
opacity: 0.5;
}   .form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
-webkit-transition: none;
transition: none;
}
}
.form-floating > .form-control::-webkit-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}  .btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;  }
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn:hover {
color: #212529;
}                    .collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
transition: none;
}
} .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;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
top: 100%;
left: 0;
margin-top: 0.125rem;
}
.dropdown-menu-start {
--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
right: auto ;
left: 0 ;
}
.dropdown-menu-end {
--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
right: 0 ;
left: auto ;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
}
.dropdown-menu-sm-start[data-bs-popper] {
right: auto ;
left: 0 ;
}
.dropdown-menu-sm-end {
--bs-position: end;
}
.dropdown-menu-sm-end[data-bs-popper] {
right: 0 ;
left: auto ;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
}
.dropdown-menu-md-start[data-bs-popper] {
right: auto ;
left: 0 ;
}
.dropdown-menu-md-end {
--bs-position: end;
}
.dropdown-menu-md-end[data-bs-popper] {
right: 0 ;
left: auto ;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
}
.dropdown-menu-lg-start[data-bs-popper] {
right: auto ;
left: 0 ;
}
.dropdown-menu-lg-end {
--bs-position: end;
}
.dropdown-menu-lg-end[data-bs-popper] {
right: 0 ;
left: auto ;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
}
.dropdown-menu-xl-start[data-bs-popper] {
right: auto ;
left: 0 ;
}
.dropdown-menu-xl-end {
--bs-position: end;
}
.dropdown-menu-xl-end[data-bs-popper] {
right: 0 ;
left: auto ;
}
}
@media (min-width: 1600px) {
.dropdown-menu-xxl-start {
--bs-position: start;
}
.dropdown-menu-xxl-start[data-bs-popper] {
right: auto ;
left: 0 ;
}
.dropdown-menu-xxl-end {
--bs-position: end;
}
.dropdown-menu-xxl-end[data-bs-popper] {
right: 0 ;
left: auto ;
}
}   .dropdown-menu.show {
display: block;
}  .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
color: #262734;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: #1e1f2a;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}  .navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
} .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
transition: -webkit-box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
-webkit-transition: none;
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
} @media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1600px) {
.navbar-expand-xxl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
} .accordion-button {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
text-align: left;
background-color: #fff;
border: 0;
overflow-anchor: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
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, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
-webkit-transition: none;
transition: none;
}
}
.accordion-button:not(.collapsed) {
color: #c43232;
background-color: #fbebeb;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c43232'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.accordion-button::after {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
-webkit-transition: none;
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: #ed9b9b;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
box-shadow: 0 0 0 0.25rem rgba(218, 55, 55, 0.25);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
border-top: 0;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item {
border-right: 0;
border-left: 0;
}
.accordion-flush .accordion-item:first-child {
border-top: 0;
}
.accordion-flush .accordion-item:last-child {
border-bottom: 0;
} .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
}      .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
} .sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1600px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}  .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;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !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;
}
.mw-100 {
max-width: 100% !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;
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-6 {
margin: 6rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-6 {
margin-right: 6rem !important;
margin-left: 6rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-6 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-6 {
margin-top: 6rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-6 {
margin-right: 6rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-6 {
margin-bottom: 6rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-6 {
margin-left: 6rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.p-6 {
padding: 6rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-6 {
padding-right: 6rem !important;
padding-left: 6rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-6 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pt-6 {
padding-top: 6rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pe-6 {
padding-right: 6rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.pb-6 {
padding-bottom: 6rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.ps-6 {
padding-left: 6rem !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: 0.2rem !important;
}
.rounded-2 {
border-radius: 0.25rem !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-6 {
margin: 6rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-6 {
margin-right: 6rem !important;
margin-left: 6rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-6 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-6 {
margin-top: 6rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-6 {
margin-right: 6rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-6 {
margin-bottom: 6rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-6 {
margin-left: 6rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.p-sm-6 {
padding: 6rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-sm-6 {
padding-right: 6rem !important;
padding-left: 6rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-sm-6 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pt-sm-6 {
padding-top: 6rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pe-sm-6 {
padding-right: 6rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.pb-sm-6 {
padding-bottom: 6rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.ps-sm-6 {
padding-left: 6rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-6 {
margin: 6rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-6 {
margin-right: 6rem !important;
margin-left: 6rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-6 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-6 {
margin-top: 6rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-6 {
margin-right: 6rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-6 {
margin-bottom: 6rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-6 {
margin-left: 6rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.p-md-6 {
padding: 6rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-md-6 {
padding-right: 6rem !important;
padding-left: 6rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-md-6 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pt-md-6 {
padding-top: 6rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pe-md-6 {
padding-right: 6rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.pb-md-6 {
padding-bottom: 6rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.ps-md-6 {
padding-left: 6rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-6 {
margin: 6rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-6 {
margin-right: 6rem !important;
margin-left: 6rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-6 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-6 {
margin-top: 6rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-6 {
margin-right: 6rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-6 {
margin-bottom: 6rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-6 {
margin-left: 6rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.p-lg-6 {
padding: 6rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-lg-6 {
padding-right: 6rem !important;
padding-left: 6rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-lg-6 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pt-lg-6 {
padding-top: 6rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pe-lg-6 {
padding-right: 6rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.pb-lg-6 {
padding-bottom: 6rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.ps-lg-6 {
padding-left: 6rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-6 {
margin: 6rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-6 {
margin-right: 6rem !important;
margin-left: 6rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-6 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-6 {
margin-top: 6rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-6 {
margin-right: 6rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-6 {
margin-bottom: 6rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-6 {
margin-left: 6rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.p-xl-6 {
padding: 6rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-xl-6 {
padding-right: 6rem !important;
padding-left: 6rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-xl-6 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pt-xl-6 {
padding-top: 6rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pe-xl-6 {
padding-right: 6rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.pb-xl-6 {
padding-bottom: 6rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.ps-xl-6 {
padding-left: 6rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xxl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xxl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xxl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xxl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xxl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xxl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xxl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xxl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xxl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xxl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xxl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xxl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xxl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-6 {
margin: 6rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-6 {
margin-right: 6rem !important;
margin-left: 6rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-6 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-6 {
margin-top: 6rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-6 {
margin-right: 6rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-6 {
margin-bottom: 6rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-6 {
margin-left: 6rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.p-xxl-6 {
padding: 6rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-xxl-6 {
padding-right: 6rem !important;
padding-left: 6rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-xxl-6 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pt-xxl-6 {
padding-top: 6rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pe-xxl-6 {
padding-right: 6rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.pb-xxl-6 {
padding-bottom: 6rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.ps-xxl-6 {
padding-left: 6rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}  .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//dev.plantea.com.hr/wp-content/themes/tema/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 100ms ease;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease;
transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}  .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
a {
-webkit-transition: all 150ms;
transition: all 150ms;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
a.link-external {
position: relative;
display: inline-block;
padding-right: 3px;
margin-right: 10px;
}
a.link-external:after {
margin-left: 2px;
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2024%2024%22%3E\a 			%20%20%20%20%3Cpath%20fill%3D%22%23da3737%22%20d%3D%22M14%2C3V5H17.59L7.76%2C14.83L9.17%2C16.24L19%2C6.41V10H21V3M19%2C19H5V5H12V3H5C3.89%2C3%203%2C3.9%203%2C5V19A2%2C2%200%200%2C0%205%2C21H19A2%2C2%200%200%2C0%2021%2C19V12H19V19Z%22%20%2F%3E\a 			%3C%2Fsvg%3E"); position: absolute;
}
.content--post img {
max-width: 100%;
height: auto;
display: block;
margin: auto;
}
.form-control {
border-radius: 0;
height: 36px;
-webkit-box-shadow: none;
box-shadow: none;
} .text-uppercase {
text-transform: uppercase;
}
.bg-secondary {
background-color: #2b3b4b;
}
.bg-white {
background-color: #fff;
}
.color-white {
color: #fff;
}
.color-white-forced {
color: #fff !important;
}
.color-primary {
color: #da3737 !important;
}
.color-secondary {
color: #2b3b4b !important;
}
.color-black {
color: #262734;
}
.center {
margin-left: auto;
margin-right: auto;
}
.relative {
position: relative;
}
.overflow {
overflow: hidden;
}
.wp-content a:not(.btn) {
text-decoration: none !important;
color: #da3737;
font-weight: 600;
display: inline-block;
position: relative;
}
.wp-content a:not(.btn):before {
content: '';
border-bottom: 1px solid rgba(218, 55, 55, 0.55);
position: absolute;
bottom: 2px;
left: 0;
width: 100%;
-webkit-transition: width 150ms;
transition: width 150ms;
}
.wp-content a:not(.btn):hover {
opacity: 0.9;
}
.wp-content a:not(.btn):hover:before {
width: 0;
}
.wp-content img {
width: 100%;
-webkit-transition: -webkit-box-shadow 200ms ease;
transition: -webkit-box-shadow 200ms ease;
transition: box-shadow 200ms ease;
transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
border-radius: 3px; }
.wp-content ul {
list-style-type: none;
margin-bottom: 2rem;
margin-top: 1.5rem;
}
.wp-content ul li {
margin-bottom: 0.5rem;
position: relative;
}
.wp-content ul li:before {
content: '->';
position: absolute;
left: -1.75rem;
top: -1px;
border: 0;
width: 25px; color: #da3737;
}
@media screen and (min-width: 992px) {
.wp-content ul {
margin-left: 2rem;
}
}
.wp-content-center {
max-width: 820px;
}   .tags {
text-align: center;
}
.tags li {
display: inline-block;
margin: 0.5rem;
}
.tags li a {
font-weight: 400;
}
.hide {
display: none !important;
}
strong,
b {
color: #262734;
}
dt {
font-weight: 400;
}
.list {
list-style: none;
padding-left: 1.5rem;
}
.list > li {
position: relative;
}
.list > li::before {
position: absolute;
top: 10px;
left: -1.25rem;
width: 5px;
height: 5px;
border-radius: 50%;
pointer-events: none;
content: '';
border: 1px solid #262734;
background: transparent;
}
@media screen and (min-width: 768px) {
.list > li::before {
top: 0.75rem; }
}
.list-clean {
list-style-type: none;
padding-left: 0;
}
.list-clean li {
margin-bottom: 0.5rem;
position: relative;
}
.list-arrows {
list-style-type: none;
}
.list-arrows li {
margin-bottom: 0.5rem;
position: relative;
}
.list-arrows li:before {
content: '->';
position: absolute;
left: -1.75rem;
top: -1px;
border: 0;
width: 25px; color: #da3737;
}
.list-circles {
list-style-type: none;
}
.list-circles li {
position: relative;
}
@media screen and (min-width: 992px) {
.list-circles li {
margin-bottom: 0.5rem;
}
}
.list-circles li:before {
content: '';
position: absolute; top: 1rem;
left: -1.75rem;
background-color: #da3737;
border: 0;
width: 4px;
height: 4px;
}
@media screen and (min-width: 992px) {
.list-circles li:before {
top: 0.7rem;
}
}
.list-checks li {
margin-bottom: 0.5rem;
}
.list-checks li:before {
content: '\2713';
margin-right: 1rem;
color: #da3737;
font-weight: 600;
}
.list-simple {
list-style-type: circle;
}
.list-simple a {
line-height: 1.45;
margin-bottom: 0.5rem;
display: block;
}
.list-simple a:hover {
text-decoration: underline;
}
.list-simple .children {
padding: 0;
list-style-type: circle;
}
.list-regular-size li {
font-size: 1rem !important;
} .text-decoration-underline-hover:hover {
text-decoration: none !important;
}
@media screen and (min-width: 992px) {
.list-sitemap-pages {
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 70px;
column-gap: 70px;
}
}
@media screen and (min-width: 1200px) {
.list-sitemap-posts {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 120px;
column-gap: 120px;
}
}
.list-onhover a:hover {
color: #da3737;
}
.link-animated {
display: inline-block;
}
.link-animated:after {
content: '';
display: block;
border-bottom: 1px solid rgba(38, 39, 52, 0.55);
width: 0;
-webkit-transition: width 250ms ease;
transition: width 250ms ease;
}
.link-animated:hover {
text-decoration: none;
border-bottom: 0;
}
.link-animated:hover:before {
width: 0;
}
.link-animated:hover:after {
width: 100%;
}
.linkonhover:hover * {
text-decoration: none !important;
}
.chevron-right {
width: 32px;
height: 15px;
}
.chevron-right:after {
content: '->';
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color: #da3737;
}
.chevron-right--towards-down:after {
-webkit-transform: rotate(90deg) translateY(50%);
transform: rotate(90deg) translateY(50%);
}
.font-italic {
font-style: italic;
}
.zi10 {
z-index: 10;
} ::-webkit-scrollbar {
background-color: #e7e7e7;
width: 12px;
-webkit-transition: background-color 200ms;
transition: background-color 200ms;
} ::-webkit-scrollbar-thumb {
background-color: #24313e;  }
::-webkit-scrollbar-thumb:hover {
background-color: #18222b;
}
@media screen and (min-width: 992px) {
.disappear {
opacity: 0;
}
.disappear.appeared {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.animate {
-webkit-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: opacity 750ms ease-in, -webkit-transform 700ms ease-in-out;
transition: opacity 750ms ease-in, -webkit-transform 700ms ease-in-out;
transition: transform 700ms ease-in-out, opacity 750ms ease-in;
transition: transform 700ms ease-in-out, opacity 750ms ease-in, -webkit-transform 700ms ease-in-out;
}
} body {
color: #262734; }
.content {
position: relative;
z-index: 7; }
.content h1, .content .h1 {
margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
.content h1, .content .h1 {
margin-bottom: 3rem;
}
}
.content--post {
margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
.content--post {
margin-bottom: 100px;
}
}
@media screen and (min-width: 992px) {
.content--archive {
margin-top: -200px;
}
}
.content--archive svg {
max-width: 70px;
}
@media screen and (min-width: 768px) {
.sidebar-rjecnik__title {
position: absolute;
left: -140px;
top: 130px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
.sidebar-rjecnik .form-check-input {
width: 1.25rem;
height: 1.25rem;
}
.sidebar-rjecnik .form-check {
margin-left: 10px;
margin-bottom: 0.5rem;
}
.sidebar-rjecnik .form-check-label {
padding-left: 7px;
line-height: 1.8;
}
.sidebar-rjecnik .form-check-label:before {
width: 1.25rem;
height: 1.25rem;
}
.sidebar-rjecnik .form-check-label:after {
width: 1.25rem;
height: 1.25rem;
}
.sidebar-list a {
padding: 7px;
display: inline-block;
text-transform: uppercase;
}
.sidebar-list a:hover, .sidebar-list a:focus,
.sidebar-list a .active {
color: #da3737;
}
.sidebar-list .active {
color: #da3737;
} html {
font-family: "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #262734;
}
.text-uppercase-v1 {
text-transform: uppercase;
color: #262734;
letter-spacing: 0.025rem;
}
.text-uppercase-v2 {
font-size: 1rem;
letter-spacing: 0.145em;
text-transform: uppercase;
color: #da3737;
}
h1, .h1,
.h1 {
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
.h2-bigger {
font-size: 2rem;
}
@media screen and (min-width: 992px) {
.h2-bigger {
font-size: 2.75rem;
}
}
h2, .h2,
.h2 {
font-weight: 700;
font-family: "EB Garamond", sans-serif;
color: #262734;
}
h3, .h3,
.h3 {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
h4, .h4,
.h4 {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
h5, .h5,
.h5 {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
h6, .h6,
.h6 {
font-weight: 700;
font-family: "EB Garamond", sans-serif;
color: #262734;
}
.content--post h2, .content--post .h2 {
margin-top: 2rem;
margin-bottom: 1rem;
padding-bottom: 5px;
display: inline-block;
}
@media screen and (min-width: 992px) {
.content--post h2, .content--post .h2 {
font-size: 2.75rem;
}
}
.content--post h3, .content--post .h3 {
font-weight: 700;
margin-top: 2rem;
margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
.content--post h3, .content--post .h3 {
font-size: 2rem;
}
}
.content--post h4, .content--post .h4 {
font-weight: 700;
margin-top: 2rem;
margin-bottom: 1rem;
}
.content--post ul { }
.content--post a {
text-decoration: underline;
}
.content--post a:hover {
text-decoration: none;
}
.wp-content--text h3, .wp-content--text .h3,
.wp-content--text h4,
.wp-content--text .h4 {
margin-top: 3rem;
margin-bottom: 2rem;
}
@media screen and (min-width: 1600px) {
.wp-content--text p {
font-size: 1.1rem;
line-height: 1.65;
}
}
@media screen and (min-width: 992px) {
.wp-content--text ul, .wp-content--text ol {
padding-left: 0.5rem;
}
}
.wp-content--text ul li, .wp-content--text ol li {
margin-bottom: 1rem;
}
@media screen and (min-width: 1600px) {
.wp-content--text ul li, .wp-content--text ol li {
font-size: 1.1rem;
line-height: 1.55;
margin-bottom: 0.65rem;
}
}
.wp-content--text ol {
counter-reset: item;
}
.wp-content--text ol li {
display: block;
padding-left: 2em;
text-indent: -2em;
}
.wp-content--text ol li:before {
content: counter(item) ". ";
counter-increment: item;
color: #da3737;
padding-right: 1em;
font-weight: 600;
}
@media screen and (min-width: 1600px) {
.wp-content--text .text-uppercase-v1 {
font-size: 1rem;
}
}
.wp-content--post h3, .wp-content--post .h3 {
font-family: "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 20px !important;
padding-top: 7px;
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.fw300 {
font-weight: 300;
}
.fw600 {
font-weight: 600;
}
.title-1 {
font-weight: 700;
font-family: "EB Garamond", sans-serif;
color: #262734;
}
.title-2 {
font-weight: 700;
font-family: "EB Garamond", sans-serif;
color: #262734;
}
.title-3 {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
.title-4 {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
.title-5 {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
@media screen and (max-width: 1199.98px) {
.lead {
font-size: 1.1rem;
}
}
@media screen and (max-width: 575.98px) {
.lead {
font-size: 1rem;
}
}
.error404 .search-form-wrapper {
margin-bottom: 8rem;
}
.error404 .search-form__below {
color: #262734;
}
.htag-suptitle {
padding-left: 3rem;
text-transform: uppercase;
color: #da3737;
position: relative;
margin-bottom: 0.5rem;
font-size: .8rem;
letter-spacing: 0.07rem;
font-weight: 400;
}
@media screen and (min-width: 992px) {
.htag-suptitle {
font-weight: 500;
font-size: 0.9rem;
}
}
.htag-suptitle:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 1px;
background: #969696;
content: '';
}
.htag-suptitle--center:before {
content: none;
}
@media screen and (min-width: 1200px) {
.page-header__title {
font-size: 4rem;
}
}
.btn {
letter-spacing: 0.045rem; }
.btn:focus { }
.btn-primary {
text-transform: uppercase;
white-space: nowrap;
text-align: center;
position: relative;
display: inline-block;
border-radius: 50px;
-webkit-transition: all 150ms;
transition: all 150ms;
font-size: 0.9rem;
padding: 1rem 2.5rem;
background: #da3737;
color: #fff;
font-weight: 500;
border: 0; }
@media screen and (min-width: 1200px) {
.btn-primary {
padding: 1.25rem 2.75rem;
}
}
.btn-primary:hover {
border-color: transparent;
background: #c82525;
color: #fff;
}
.btn-secondary {
text-transform: uppercase;
white-space: nowrap;
text-align: center;
position: relative;
display: inline-block;
border-radius: 50px;
-webkit-transition: all 150ms;
transition: all 150ms;
font-size: 0.9rem;
padding: 1rem 2.5rem;
background: #fff;
color: #262734;
border: 1px solid #262734; }
@media screen and (min-width: 1200px) {
.btn-secondary {
padding: 1.25rem 2.75rem;
}
}
.btn-secondary:hover {
border-color: transparent;
background: #da3737;
color: #fff;
}
.btn-arrow {
padding: 1rem 2.5rem;
}
@media screen and (min-width: 1200px) {
.btn-arrow {
padding: 1.25rem 4rem;
}
}
.btn-arrow:after {
content: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='8' viewBox='0 0 39 8'%3E%3Cpath d='M38.3536 4.35355C38.5488 4.15829 38.5488 3.84171 38.3536 3.64645L35.1716 0.464466C34.9763 0.269204 34.6597 0.269204 34.4645 0.464466C34.2692 0.659728 34.2692 0.976311 34.4645 1.17157L37.2929 4L34.4645 6.82843C34.2692 7.02369 34.2692 7.34027 34.4645 7.53553C34.6597 7.7308 34.9763 7.7308 35.1716 7.53553L38.3536 4.35355ZM0 4.5H38V3.5H0V4.5Z' fill='black'/%3E%3C/svg%3E");
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(40%, -55%);
transform: translate(40%, -55%);
-webkit-transition: -webkit-transform 250ms ease;
transition: -webkit-transform 250ms ease;
transition: transform 250ms ease;
transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.btn-arrow:hover, .btn-arrow:focus { }
.btn-arrow:hover:after, .btn-arrow:focus:after {
-webkit-transform: translate(55%, -55%);
transform: translate(55%, -55%);
}
.btn-arrow--white:after {
content: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='8' viewBox='0 0 39 8'%3E%3Cpath d='M38.3536 4.35355C38.5488 4.15829 38.5488 3.84171 38.3536 3.64645L35.1716 0.464466C34.9763 0.269204 34.6597 0.269204 34.4645 0.464466C34.2692 0.659728 34.2692 0.976311 34.4645 1.17157L37.2929 4L34.4645 6.82843C34.2692 7.02369 34.2692 7.34027 34.4645 7.53553C34.6597 7.7308 34.9763 7.7308 35.1716 7.53553L38.3536 4.35355ZM0 4.5H38V3.5H0V4.5Z' fill='white'/%3E%3C/svg%3E");
}
.btn-tertiary {
text-transform: uppercase;
white-space: nowrap;
text-align: center;
position: relative;
display: inline-block;
border-radius: 50px;
-webkit-transition: all 150ms;
transition: all 150ms;
font-size: 0.9rem;
padding: 1rem 2.5rem;
background: transparent;
color: #fff;
border: 1px solid #fff; }
@media screen and (min-width: 1200px) {
.btn-tertiary {
padding: 1.25rem 2.75rem;
}
}
.btn-tertiary:hover { background: #fff;
color: #262734;
}
.btn-tertiary.btn-arrow:after {
content: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='8' viewBox='0 0 39 8'%3E%3Cpath d='M38.3536 4.35355C38.5488 4.15829 38.5488 3.84171 38.3536 3.64645L35.1716 0.464466C34.9763 0.269204 34.6597 0.269204 34.4645 0.464466C34.2692 0.659728 34.2692 0.976311 34.4645 1.17157L37.2929 4L34.4645 6.82843C34.2692 7.02369 34.2692 7.34027 34.4645 7.53553C34.6597 7.7308 34.9763 7.7308 35.1716 7.53553L38.3536 4.35355ZM0 4.5H38V3.5H0V4.5Z' fill='white'/%3E%3C/svg%3E");
} .btn-link {
background: transparent;
border: 0;
outline: none;
}
.btn-link:focus {
outline: none;
color: #262734;
}
.btn-link.active {
color: #da3737;
}
.btn-plus {
position: relative;
width: 12px;
height: 12px;
display: inline-block;
margin-left: auto;  }
.btn-plus:before, .btn-plus:after {
content: '';
position: absolute;
background-color: #262734;
-webkit-transition: -webkit-transform 0.25s ease-out;
transition: -webkit-transform 0.25s ease-out;
transition: transform 0.25s ease-out;
transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.btn-plus:before {
top: 0;
left: 50%;
width: 2px;
height: 100%;
margin-left: -1px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.btn-plus:after {
top: 50%;
left: 0;
width: 100%;
height: 2px;
margin-top: -1px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.collapsed .btn-plus {
color: #f01;
}
.collapsed .btn-plus:before, .collapsed .btn-plus:after {
-webkit-transform: rotate(0);
transform: rotate(0);
} .btn-small {
font-size: 0.9rem !important;
padding: 0.8rem 2rem;
}
.btn-hamb__in {
width: 24px;
height: 24px;
overflow: hidden;
position: relative;
}
.btn-hamb.is-active span {
-webkit-transition: top 0.3s, opacity 0s, -webkit-transform 0.3s;
transition: top 0.3s, opacity 0s, -webkit-transform 0.3s;
transition: top 0.3s, transform 0.3s, opacity 0s;
transition: top 0.3s, transform 0.3s, opacity 0s, -webkit-transform 0.3s;
-webkit-transition-delay: 0s, 0.3s, 0.3s;
transition-delay: 0s, 0.3s, 0.3s;
}
.btn-hamb.is-active span:nth-child(1) {
top: 50%;
-webkit-transform: translate(0, -50%) rotate(-45deg);
transform: translate(0, -50%) rotate(-45deg);
}
.btn-hamb.is-active span:nth-child(2) {
opacity: 0;
}
.btn-hamb.is-active span:nth-child(3) {
top: 50%;
-webkit-transform: translate(0, -50%) rotate(45deg);
transform: translate(0, -50%) rotate(45deg);
}
.btn-hamb span {
position: absolute;
left: 10%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 24px;
height: 2px;
border-radius: 2px;
background: #262734;
opacity: 1;
-webkit-transition: all 200ms;
transition: all 200ms;
background: #fff;
}
.btn-hamb span:nth-child(1) {
top: 25%;
}
.btn-hamb span:nth-child(2) {
top: 50%;
-webkit-transform: translate(8px, -50%);
transform: translate(8px, -50%);
-webkit-transition-delay: 0s, 0s, 0s;
transition-delay: 0s, 0s, 0s;
}
.btn-hamb span:nth-child(3) {
top: 75%;
}
.btn-hamb:hover span:nth-child(2) {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn-remove__in {
width: 24px;
height: 24px;
position: relative;
}
.btn-remove span {
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 24px;
height: 2px;
border-radius: 2px;
background: #262734;
opacity: 1;
-webkit-transition: all 200ms;
transition: all 200ms;
}
.btn-remove span:nth-child(1) {
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-remove span:nth-child(2) {
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.btn-remove:hover span {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.btndots {
display: inline-block;
margin: 0;
position: relative;
height: 10px;
width: 22px;
margin-left: 15px;
}
.btndots span {
position: absolute;
top: 3px;
height: 6px;
width: 6px;
border-radius: 50%;
background: #fff;
opacity: 0.6;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.btndots span:nth-child(1) {
left: 0;
-webkit-animation: btndots_anim 1.6s ease-in infinite;
animation: btndots_anim 1.6s ease-in infinite;
}
.btndots span:nth-child(2) {
left: 8px;
top: 1px;
-webkit-animation: btndots_anim 1.6s ease-in 0.3s infinite;
animation: btndots_anim 1.6s ease-in 0.3s infinite;
}
.btndots span:nth-child(3) {
left: 16px;
-webkit-animation: btndots_anim 1.6s ease-in 0.6s infinite;
animation: btndots_anim 1.6s ease-in 0.6s infinite;
}
@-webkit-keyframes btndots_anim {
to {
opacity: 0.6;
-webkit-transform: scale(0.7);
}
}
@keyframes btndots_anim {
0%,
80%,
to {
opacity: 0.6;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
40% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@media screen and (max-width: 767.98px) {
.columns__in {
margin-bottom: -1px;
border-left: 0;
border-right: 0;
}
}
@media screen and (min-width: 992px) {
.columns--3 .columns__col {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(33.333% + 2px);
flex: 0 0 calc(33.333% + 2px);
max-width: calc(33.333% + 2px);
}
}
@media screen and (min-width: 992px) {
.columns--3 .columns__col:nth-child(4n) {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(33.333% + 2px);
flex: 0 0 calc(33.333% + 2px);
max-width: calc(33.333% + 2px);
}
}
@media screen and (min-width: 992px) {
.columns--3 .columns__col:nth-child(3n) {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(33.333% + -1px);
flex: 0 0 calc(33.333% + -1px);
}
}
.columns--faze {  }
.columns--faze .container:before {
position: absolute;
top: -290px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 150%;
opacity: 0.05;
font-weight: 700;
font-size: 340px;
font-family: "EB Garamond", sans-serif;
text-align: center;
pointer-events: none;
}
@media screen and (min-width: 768px) {
.columns--faze .container:before {
content: 'Faze izrade';
}
}
.columns--faze .btn-primary {
margin-top: auto;
margin-bottom: 20px;
display: block;
}
.footer {
background-color: #2b3b4b;
}
@media screen and (min-width: 992px) {
.footer {
padding-top: 200px;
}
}
@media screen and (min-width: 768px) {
.footer:after {
content: '';
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(43, 59, 75, 0.93)), to(rgba(43, 59, 75, 0.98)));
background: linear-gradient(to right, rgba(43, 59, 75, 0.93), rgba(43, 59, 75, 0.98));
}
}
@media screen and (min-width: 768px) {
.footer:before {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 95px;
content: '';
top: -30px;
-webkit-transform: skewY(-1.3deg);
transform: skewY(-1.3deg);
background-color: #fff;
z-index: 5;
}
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
.footer:before {
top: -70px;
height: 140px;
}
}
.footer__container {
z-index: 5;
}
.footer__desc {
color: #bebebe;
}
.footer__strong,
.footer a {
color: #fff;
}
.footer__title {
opacity: 1;
color: #9a9a9a;
font-size: 0.9rem;
}
.footer__muted {
color: #9a9a9a;
}
.footer__bot {
font-size: 0.8rem;
}
.footer__bot-left {
list-style: none;
}
.footer__bot-left li {
position: relative;
}
.footer__bot-left li:nth-child(2) {
margin-right: 0.75rem;
}
@media screen and (min-width: 992px) {
.footer__bot-left li:nth-child(2):after {
content: '/';
position: absolute;
top: 0;
right: -0.5rem;
color: #9a9a9a;
}
}
.footer__bot a {
padding: 5px 3px;
color: #9a9a9a;
}
.footer__small {
font-size: 100%;
padding: 5px 3px;
color: #9a9a9a;
}
.footer__phone a {
color: #da3737;
}
@media screen and (min-width: 768px) {
.footer__phone a {
font-size: 1.25rem;
}
}
.footer__svg {
fill: #fff;
}
.footer__mid-col {
border-left: 2px solid #da3737;
padding-left: 50px;
min-height: 150px;
}
.footer__mid-col:hover .footer__mid-bot {
color: #da3737 !important;
-webkit-transform: translateX(0.25rem);
transform: translateX(0.25rem);
}
.footer__mid-bot {
-webkit-transition: -webkit-transform 250ms;
transition: -webkit-transform 250ms;
transition: transform 250ms;
transition: transform 250ms, -webkit-transform 250ms;
}
.footer__mid-title {
color: #fff;
}
.footer .list-arrows a:hover {
text-decoration: underline;
}
.cookie {
position: fixed;
bottom: 0;
right: 0;
padding: 0.25rem 0 0.25rem 1rem;
z-index: 9999999999;
background-color: #fff;
border-radius: 3px;
margin: 6px;
border: 1px solid #ddd;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media screen and (max-width: 575.98px) {
.cookie {
padding: 0 0 0 0.75rem;
}
}
@media screen and (max-width: 575.98px) {
.cookie {
font-size: 0.9rem;
}
}
.cookie__btn {
padding: 0.5rem 0.75rem;
border-radius: 2px;
margin-left: 1rem;
color: #fff;
background: #da3737;
}
.cookie__btn:focus {
color: #fff;
}
@media screen and (max-width: 575.98px) {
.cookie__btn {
margin: 0.15rem;
}
}
@media screen and (min-width: 768px) {
.cookie__btn2 {
font-size: 20px;
padding: 4px 9px;
}
}
.scrolltrack {
position: fixed;
right: 75px;
top: 150px;
bottom: 625px;
width: 500px;
height: 1px;
-webkit-transform-origin: 100.1%;
transform-origin: 100.1%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
z-index: 100;
}
@media screen and (max-width: 1599.98px) {
.scrolltrack {
bottom: 675px;
}
}
.scrolltrack:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #ededed;
}
.scrolltrack__in {
position: absolute;
top: 0;
right: 0;
height: 100%;
background-color: #da3737;
}
.scrolltrack__text {
position: relative;
margin-top: 5px;
font-size: 0.9rem;
display: inline-block;
}
.scrolltrack__mouse {
border: 1px solid #6e717b;
display: inline-block;
border-radius: 50%;
padding: 6px;
height: 40px;
width: 40px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
bottom: -19px;
left: -60px;
-webkit-transition: border-color 250ms ease;
transition: border-color 250ms ease;
}
.scrolltrack__svg {
-webkit-transform: translate(3px, 0px);
transform: translate(3px, 0px);
-webkit-transition: -webkit-transform 250ms ease;
transition: -webkit-transform 250ms ease;
transition: transform 250ms ease;
transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.scrolltrack__link:hover .scrolltrack__mouse {
border-color: #262734;
}
.scrolltrack__link:hover .scrolltrack__svg {
-webkit-transform: translate(3px, -4px);
transform: translate(3px, -4px);
}
.scrolltrack__link:hover .scrolltrack__wheel {
-webkit-animation: scrolltrack ease-in 1000ms infinite;
animation: scrolltrack ease-in 1000ms infinite;
}
@-webkit-keyframes scrolltrack {
0% {
-webkit-transform: translateY(57px);
transform: translateY(57px);
}
40% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(57px);
transform: translateY(57px);
}
}
@keyframes scrolltrack {
0% {
-webkit-transform: translateY(57px);
transform: translateY(57px);
}
40% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(57px);
transform: translateY(57px);
}
}
.page-header {
padding-top: 150px;
padding-bottom: 150px; }
@media screen and (min-width: 991.98px) {
.page-header {
padding-top: 200px;
padding-bottom: 250px;
}
}
.page-header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(43, 59, 75, 0.9)), to(rgba(43, 59, 75, 0.96)));
background: linear-gradient(to right, rgba(43, 59, 75, 0.9), rgba(43, 59, 75, 0.96));
pointer-events: none;
}
.page-header:after {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 150px;
content: '';
bottom: -50px;
-webkit-transform: skewY(-3deg);
transform: skewY(-3deg);
background-color: #fff;
}
@media screen and (min-width: 1600px) {
.page-header:after {
height: 175px;
bottom: -75px;
}
}
.page-header__meta {
position: absolute;
bottom: -2rem;
right: 0;
}
.page-header__meta svg {
fill: #6e717b;
}
.page-header__featured {
position: relative;
padding: 0;
z-index: 2;
}
@media screen and (min-width: 992px) {
.page-header__featured {
margin-bottom: -300px;
}
}
@media screen and (max-width: 991.98px) {
.page-header__featured {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
.page-header__featured img {
width: 100%;
-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
}
.page-header__featured-post {
position: relative;
padding: 0;
z-index: 2;
}
@media screen and (min-width: 992px) {
.page-header__featured-post {
margin-bottom: -250px;
margin-left: 25px;
}
}
.page-header__featured-post img {
-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
}
.page-header__date {
position: relative;
top: -2px;
fill: #6c757d;
}
@media screen and (min-width: 992px) {
.page-header__post-desc-wrap {
margin-left: 1.5rem;
}
}
@media screen and (min-width: 1600px) {
.page-header__post-desc-wrap {
margin-left: -35px;
}
}
.page-header__desc {
max-width: 720px; }
.page-header strong {
color: #fff;
font-weight: 600;
}
@media screen and (max-width: 767.98px) {
body.parent-pageid-1202 .page-header {
padding-bottom: 0;
}
}
@media screen and (min-width: 992px) {
body.home .page-header {
margin-bottom: 150px;
}
}
@media screen and (max-width: 767.98px) {
body.home .page-header {
padding-top: 110px;
padding-left: 10px;
padding-bottom: 2rem;
margin-bottom: -1rem;
}
}
@media screen and (max-width: 767.98px) {
body.home .page-header:after {
content: none;
}
}
.breadcrumbs {
display: inline-block;
font-size: 0.8rem; }
.breadcrumbs a {
color: #ccc;
border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.breadcrumbs a:hover {
text-decoration: none;
}
.breadcrumbs__separator {
margin: 0 0.5rem;
}
.breadcrumbs-title {
color: #929292;
text-transform: uppercase;
margin-bottom: 10px;
}
.breadcrumbs-footer a {
color: #262734;
}
.breadcrumb_last {
color: #9a9a9a;
}
@media screen and (min-width: 992px) {
body.single-post .page-header {
margin-bottom: 3rem;
}
}
@media screen and (min-width: 1600px) {
body.single-post .page-header {
margin-bottom: 6rem;
}
}
body.single-projekti .page-header {
padding-bottom: 350px;
}
@media screen and (max-width: 575.98px) {
body.single-projekti .page-header {
padding-bottom: 0;
}
}
.multinav {
-webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: opacity 250ms ease, transform 250ms ease;
transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease;
border-radius: 2px; }
@media screen and (min-width: 1200px) {
.multinav {
background: #fff;
position: absolute;
opacity: 0;
visibility: hidden;
top: 69px;
border: 1px solid #dee2e6;
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
width: 970px;
left: -175%;
}
}
@media screen and (min-width: 1600px) {
.multinav {
width: 1050px;
left: -150%;
}
}
@media screen and (min-width: 1200px) {
.multinav:before {
content: '';
position: absolute;
width: 0px;
height: 0px;
border: 15px solid transparent;
border-bottom-color: #fff;
top: -26px;
left: 265px;
}
}
@media screen and (min-width: 1600px) {
.multinav:before {
left: 240px;
}
}
@media screen and (max-width: 991.98px) {
.multinav__container {
max-width: none;
}
}
@media screen and (min-width: 992px) {
.multinav__col1 {
border-right: 1px solid #dedede;
}
}
.multinav__link {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 1200px) {
.multinav__title {
min-width: 200px;
min-height: 45px;
}
}
.multinav__desc p {
text-transform: initial;
font-style: italic;
font-size: 0.9rem;
}
@media screen and (max-width: 1199.98px) {
.multinav__desc p {
display: none;
}
}
.multinav__ul {
padding-left: 2.5rem;
}
@media screen and (min-width: 992px) {
.multinav__ul {
margin-top: 2rem;
margin-bottom: 2rem;
padding-left: 3.5rem;
}
}
@media screen and (max-width: 575.98px) {
.multinav__ul {
font-size: 0.9rem;
}
}
@media screen and (max-width: 575.98px) {
.multinav__ul li {
margin-bottom: 0;
}
}
.multinav__ul li:before {
left: -1.25rem;
}
@media screen and (max-width: 767.98px) {
.multinav a {
padding-left: 0 !important;
}
}
.multinav a:hover {
color: #da3737;
}
.chevron__line {
stroke-width: 10;
stroke-linecap: round;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
-webkit-transform-origin: 50px 50px;
transform-origin: 50px 50px;
}
.chevron__line-1 {
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
.chevron__line-2 {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.chevron--up .chevron__g {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.chevron--up .chevron__line {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.fullnav {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
pointer-events: auto;
z-index: 99999999999;
overflow-y: auto;
color: #fff;
opacity: 0;
visibility: hidden;
background-color: #2b3b4b; }
.fullnav:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: -webkit-gradient(linear, left top, right top, from(rgba(43, 59, 75, 0.9)), to(rgba(43, 59, 75, 0.96)));
background: linear-gradient(to right, rgba(43, 59, 75, 0.9), rgba(43, 59, 75, 0.96));
}
.fullnav.is-active {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 250ms ease;
transition: opacity 250ms ease;
}
@media screen and (min-width: 992px) {
.fullnav {
font-size: 1.25rem;
}
}
.fullnav a {
color: #fff;
}
.fullnav__nav a {
font-weight: 300;
font-family: "EB Garamond", sans-serif;
}
@media screen and (min-width: 992px) {
.fullnav__nav a {
font-size: 1.75rem;
}
}
@media screen and (min-width: 1200px) {
.fullnav__nav a {
font-size: 2rem;
}
}
@media screen and (min-width: 1200px) {
.fullnav__nav .home-text {
display: block !important;
}
}
@media screen and (min-width: 1200px) {
.fullnav__nav .home-icon {
display: none !important;
}
}
.fullnav__btn {
position: absolute;
top: 1rem;
right: 2rem;
}
@media screen and (min-width: 768px) {
.fullnav__btn {
top: 3rem;
right: 3rem;
}
}
.fullnav__btn:hover {
color: #fff;
}
@media screen and (min-width: 992px) {
.fullnav .list-arrows li:before {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: -3rem;
}
}
.fullnav svg {
display: none;
}
.logo { }
.navbar {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
.navbar {
display: block;
}
}
@media screen and (max-width: 575.98px) {
.navbar-nav {
width: 100%;
left: 0;
border: 1px solid #ccc;
}
}
.navbar-nav li {
position: relative;
}
.navbar-nav a {
display: block;
}
@media screen and (max-width: 1199.98px) {
.navbar-nav a {
padding: 0.5rem 1rem;
}
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
.navbar-nav > li:first-child {
display: none;
}
}
@media screen and (min-width: 1200px) {
.navbar-nav > li > a {
text-transform: uppercase;
margin: 0 1rem;
font-size: 0.9rem;
letter-spacing: 0.025rem;
color: #fff;
}
}
@media screen and (min-width: 1600px) {
.navbar-nav > li > a {
letter-spacing: 0.05rem;
}
}
@media screen and (min-width: 1400px) {
.navbar-nav > li > a {
padding: 1.5rem 1rem;
}
}
@media screen and (min-width: 1200px) {
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
color: #da3737;
}
}
.navbar-nav > li > a:hover:after, .navbar-nav > li > a:focus:after {
border-color: #da3737;
}
.navbar-nav .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
-webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: translateY(20px);
transform: translateY(20px);
padding: 20px 15px;
top: -5px;
}
@media screen and (min-width: 1200px) {
.navbar-nav .dropdown-menu {
top: 100%;
left: 0;
min-width: 300px;
top: 90% !important;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-nav .dropdown-menu {
display: block;
background: #f3f3f3;
}
}
.navbar-nav .dropdown-menu a {
font-family: "EB Garamond", sans-serif;
}
@media screen and (min-width: 1200px) {
.navbar-nav .dropdown-menu a {
line-height: 1.5;
display: block;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-nav .dropdown-menu a {
padding-left: 30px !important;
}
}
.navbar-nav .dropdown-menu a:after {
border-width: 2px;
}
@media screen and (min-width: 1200px) {
.navbar-nav .dropdown-menu a:hover {
opacity: 0.8;
}
}
.menu-item-has-children:hover .multinav {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.menu-item-has-children a:hover {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.menu-item-has-children svg {
position: absolute;
top: 50%;
-webkit-transform: translateY(-40%);
transform: translateY(-40%);
right: 0;
}
@media screen and (min-width: 1400px) {
.menu-item-has-children svg {
right: 0.75em;
}
}
.navbar-collapse { }
@media screen and (max-width: 1199.98px) {
.navbar-collapse {
background: #fff;
margin-top: 1rem;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-collapse .dropdown-menu {
display: none;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-collapse li.menu-item-has-children .dropdown-menu {
width: 100%;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-collapse li.menu-item-has-children .dropdown-menu a {
margin: 0.5em 0;
}
}
.navbar-toggler {
position: absolute;
top: 0.5rem;
right: 1rem;
}
.navbar-toggler:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.header {
-webkit-transition: background-color 0ms ease, border 350ms ease, -webkit-transform 350ms ease-in-out;
transition: background-color 0ms ease, border 350ms ease, -webkit-transform 350ms ease-in-out;
transition: transform 350ms ease-in-out, background-color 0ms ease, border 350ms ease;
transition: transform 350ms ease-in-out, background-color 0ms ease, border 350ms ease, -webkit-transform 350ms ease-in-out;
top: 30px;
width: 100% !important;
}
.header.affix-top {
-webkit-transform: translateY(-160px);
transform: translateY(-160px); }
.header.affix-top.upward-scroll {
border-color: #262734;
background-color: #2b3b4b;
}
@media screen and (min-width: 992px) {
.header.affix-top.upward-scroll {
-webkit-transform: translateY(-32px);
transform: translateY(-32px);
}
}
.btn-lang:hover {
color: #da3737;
}
.nav-search {
display: none;
position: absolute;
z-index: 10;
top: 4.5rem;
left: 1rem;
right: 1rem;
}
@media screen and (min-width: 992px) {
.nav-search {
position: absolute;
left: initial;
z-index: 999;
top: 10px;
right: 150px;
}
}
.nav-search__input {
height: 50px;
padding-left: 1rem;
border: 0;
border-radius: 2px; }
@media screen and (max-width: 991.98px) {
.nav-search__input {
border-radius: 0;
width: 100%;
}
}
@media screen and (min-width: 992px) {
.nav-search__input {
min-width: 300px;
}
}
.nav-search__input:focus {
outline: none;
}
@media screen and (max-width: 1199.98px) {
.btn--open-search {
position: absolute;
top: 0.25rem;
right: 4.5rem;
}
}
@media screen and (min-width: 992px) {
.btn--open-search {
margin-right: 50px;
}
}
.search .btn--search {
display: block;
background: #da3737;
width: 78px;
height: 40px;
right: 6px;
top: 5px;
position: absolute;
z-index: 1;
border-radius: 2px;
color: #fff;
padding: 0;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
text-decoration: none;
font-weight: 400;
font-size: 0.9rem;
}
.search .btn--search:hover, .search .btn--search:focus {
color: #fff;
}
.multinav {
-webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: opacity 250ms ease, transform 250ms ease;
transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease;
border-radius: 2px; }
@media screen and (min-width: 1200px) {
.multinav {
background: #fff;
position: absolute;
opacity: 0;
visibility: hidden;
top: 69px;
border: 1px solid #dee2e6;
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
width: 970px;
left: -175%;
}
}
@media screen and (min-width: 1600px) {
.multinav {
width: 1050px;
left: -150%;
}
}
@media screen and (min-width: 1200px) {
.multinav:before {
content: '';
position: absolute;
width: 0px;
height: 0px;
border: 15px solid transparent;
border-bottom-color: #fff;
top: -26px;
left: 265px;
}
}
@media screen and (min-width: 1600px) {
.multinav:before {
left: 240px;
}
}
@media screen and (max-width: 991.98px) {
.multinav__container {
max-width: none;
}
}
@media screen and (min-width: 992px) {
.multinav__col1 {
border-right: 1px solid #dedede;
}
}
.multinav__link {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 1200px) {
.multinav__title {
min-width: 200px;
min-height: 45px;
}
}
.multinav__desc p {
text-transform: initial;
font-style: italic;
font-size: 0.9rem;
}
@media screen and (max-width: 1199.98px) {
.multinav__desc p {
display: none;
}
}
.multinav__ul {
padding-left: 2.5rem;
}
@media screen and (min-width: 992px) {
.multinav__ul {
margin-top: 2rem;
margin-bottom: 2rem;
padding-left: 3.5rem;
}
}
@media screen and (max-width: 575.98px) {
.multinav__ul {
font-size: 0.9rem;
}
}
@media screen and (max-width: 575.98px) {
.multinav__ul li {
margin-bottom: 0;
}
}
.multinav__ul li:before {
left: -1.25rem;
}
@media screen and (max-width: 767.98px) {
.multinav a {
padding-left: 0 !important;
}
}
.multinav a:hover {
color: #da3737;
}
.chevron__line {
stroke-width: 10;
stroke-linecap: round;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
-webkit-transform-origin: 50px 50px;
transform-origin: 50px 50px;
}
.chevron__line-1 {
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
.chevron__line-2 {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.chevron--up .chevron__g {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.chevron--up .chevron__line {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.fullnav {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
pointer-events: auto;
z-index: 99999999999;
overflow-y: auto;
color: #fff;
opacity: 0;
visibility: hidden;
background-color: #2b3b4b; }
.fullnav:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: -webkit-gradient(linear, left top, right top, from(rgba(43, 59, 75, 0.9)), to(rgba(43, 59, 75, 0.96)));
background: linear-gradient(to right, rgba(43, 59, 75, 0.9), rgba(43, 59, 75, 0.96));
}
.fullnav.is-active {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 250ms ease;
transition: opacity 250ms ease;
}
@media screen and (min-width: 992px) {
.fullnav {
font-size: 1.25rem;
}
}
.fullnav a {
color: #fff;
}
.fullnav__nav a {
font-weight: 300;
font-family: "EB Garamond", sans-serif;
}
@media screen and (min-width: 992px) {
.fullnav__nav a {
font-size: 1.75rem;
}
}
@media screen and (min-width: 1200px) {
.fullnav__nav a {
font-size: 2rem;
}
}
@media screen and (min-width: 1200px) {
.fullnav__nav .home-text {
display: block !important;
}
}
@media screen and (min-width: 1200px) {
.fullnav__nav .home-icon {
display: none !important;
}
}
.fullnav__btn {
position: absolute;
top: 1rem;
right: 2rem;
}
@media screen and (min-width: 768px) {
.fullnav__btn {
top: 3rem;
right: 3rem;
}
}
.fullnav__btn:hover {
color: #fff;
}
@media screen and (min-width: 992px) {
.fullnav .list-arrows li:before {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: -3rem;
}
}
.fullnav svg {
display: none;
}
.logo { }
.navbar {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
.navbar {
display: block;
}
}
@media screen and (max-width: 575.98px) {
.navbar-nav {
width: 100%;
left: 0;
border: 1px solid #ccc;
}
}
.navbar-nav li {
position: relative;
}
.navbar-nav a {
display: block;
}
@media screen and (max-width: 1199.98px) {
.navbar-nav a {
padding: 0.5rem 1rem;
}
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
.navbar-nav > li:first-child {
display: none;
}
}
@media screen and (min-width: 1200px) {
.navbar-nav > li > a {
text-transform: uppercase;
margin: 0 1rem;
font-size: 0.9rem;
letter-spacing: 0.025rem;
color: #fff;
}
}
@media screen and (min-width: 1600px) {
.navbar-nav > li > a {
letter-spacing: 0.05rem;
}
}
@media screen and (min-width: 1400px) {
.navbar-nav > li > a {
padding: 1.5rem 1rem;
}
}
@media screen and (min-width: 1200px) {
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
color: #da3737;
}
}
.navbar-nav > li > a:hover:after, .navbar-nav > li > a:focus:after {
border-color: #da3737;
}
.navbar-nav .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
-webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: translateY(20px);
transform: translateY(20px);
padding: 20px 15px;
top: -5px;
}
@media screen and (min-width: 1200px) {
.navbar-nav .dropdown-menu {
top: 100%;
left: 0;
min-width: 300px;
top: 90% !important;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-nav .dropdown-menu {
display: block;
background: #f3f3f3;
}
}
.navbar-nav .dropdown-menu a {
font-family: "EB Garamond", sans-serif;
}
@media screen and (min-width: 1200px) {
.navbar-nav .dropdown-menu a {
line-height: 1.5;
display: block;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-nav .dropdown-menu a {
padding-left: 30px !important;
}
}
.navbar-nav .dropdown-menu a:after {
border-width: 2px;
}
@media screen and (min-width: 1200px) {
.navbar-nav .dropdown-menu a:hover {
opacity: 0.8;
}
}
.menu-item-has-children:hover .multinav {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.menu-item-has-children a:hover {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.menu-item-has-children svg {
position: absolute;
top: 50%;
-webkit-transform: translateY(-40%);
transform: translateY(-40%);
right: 0;
}
@media screen and (min-width: 1400px) {
.menu-item-has-children svg {
right: 0.75em;
}
}
.navbar-collapse { }
@media screen and (max-width: 1199.98px) {
.navbar-collapse {
background: #fff;
margin-top: 1rem;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-collapse .dropdown-menu {
display: none;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-collapse li.menu-item-has-children .dropdown-menu {
width: 100%;
}
}
@media screen and (max-width: 1199.98px) {
.navbar-collapse li.menu-item-has-children .dropdown-menu a {
margin: 0.5em 0;
}
}
.navbar-toggler {
position: absolute;
top: 0.5rem;
right: 1rem;
}
.navbar-toggler:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.header {
-webkit-transition: background-color 0ms ease, border 350ms ease, -webkit-transform 350ms ease-in-out;
transition: background-color 0ms ease, border 350ms ease, -webkit-transform 350ms ease-in-out;
transition: transform 350ms ease-in-out, background-color 0ms ease, border 350ms ease;
transition: transform 350ms ease-in-out, background-color 0ms ease, border 350ms ease, -webkit-transform 350ms ease-in-out;
top: 30px;
width: 100% !important;
}
.header.affix-top {
-webkit-transform: translateY(-160px);
transform: translateY(-160px); }
.header.affix-top.upward-scroll {
border-color: #262734;
background-color: #2b3b4b;
}
@media screen and (min-width: 992px) {
.header.affix-top.upward-scroll {
-webkit-transform: translateY(-32px);
transform: translateY(-32px);
}
}
.btn-lang:hover {
color: #da3737;
}
.nav-search {
display: none;
position: absolute;
z-index: 10;
top: 4.5rem;
left: 1rem;
right: 1rem;
}
@media screen and (min-width: 992px) {
.nav-search {
position: absolute;
left: initial;
z-index: 999;
top: 10px;
right: 150px;
}
}
.nav-search__input {
height: 50px;
padding-left: 1rem;
border: 0;
border-radius: 2px; }
@media screen and (max-width: 991.98px) {
.nav-search__input {
border-radius: 0;
width: 100%;
}
}
@media screen and (min-width: 992px) {
.nav-search__input {
min-width: 300px;
}
}
.nav-search__input:focus {
outline: none;
}
@media screen and (max-width: 1199.98px) {
.btn--open-search {
position: absolute;
top: 0.25rem;
right: 4.5rem;
}
}
@media screen and (min-width: 992px) {
.btn--open-search {
margin-right: 50px;
}
}
.search .btn--search {
display: block;
background: #da3737;
width: 78px;
height: 40px;
right: 6px;
top: 5px;
position: absolute;
z-index: 1;
border-radius: 2px;
color: #fff;
padding: 0;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
text-decoration: none;
font-weight: 400;
font-size: 0.9rem;
}
.search .btn--search:hover, .search .btn--search:focus {
color: #fff;
}
@media screen and (min-width: 1200px) {
.accordion--light .accordion-button {
font-size: 1.15rem;
font-weight: 700;
}
}
.accordion img:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.accordion-item {
border: 0;
}
.accordion-button {
background: #ffffff !important; font-family: "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
border: 1px solid #ededed;
}
.accordion-button:not(.collapsed) {
-webkit-box-shadow: none;
box-shadow: none;
}  @media screen and (max-width: 575.98px) {
.owl-kategorije .owl-stage {
padding-left: 0 !important;
}
}
.owl-kategorije__col {
-webkit-transition: -webkit-transform 250ms;
transition: -webkit-transform 250ms;
transition: transform 250ms;
transition: transform 250ms, -webkit-transform 250ms;
}
@media screen and (min-width: 1200px) {
.owl-kategorije__col:hover {
-webkit-transform: translateY(-0.5rem);
transform: translateY(-0.5rem);
}
}
.owl-kategorije__col:hover .owl-kategorije__title {
color: #da3737;
}
.owl-kategorije svg {
margin: .5rem auto 0;
max-width: 70px;
opacity: .8;
}
.owl-kategorije__title {
-webkit-transition: color 250ms;
transition: color 250ms;
}
.owl-kategorije button {
position: absolute !important;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #262734 !important;
}
@media screen and (min-width: 992px) {
.owl-kategorije button:hover {
-webkit-transform: translateY(-50%) scale(1.25) !important;
transform: translateY(-50%) scale(1.25) !important;
}
}
@media screen and (min-width: 768px) {
.owl-kategorije .owl-prev {
left: -5rem;
}
}
@media screen and (max-width: 575.98px) {
.owl-kategorije .owl-prev {
display: none;
}
}
.owl-kategorije .owl-next {
right: .75rem;
}
@media screen and (min-width: 992px) {
.owl-kategorije .owl-next {
right: -5rem;
}
}
@media screen and (max-width: 575.98px) {
.owl-kategorije .owl-next {
background-color: #da3737 !important;
color: #fff !important;
}
}
@media screen and (min-width: 992px) {
.owl-itemheight .owl-stage,
.owl-itemheight .owl-item,
.owl-itemheight .item,
.owl-itemheight a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.wpcf7 { }
.wpcf7 input {
height: 40px;
}
@media screen and (min-width: 992px) {
.wpcf7 input {
height: 50px;
}
}
.wpcf7 textarea {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 0;
min-height: 150px !important;
padding-top: 15px;
}
.wpcf7 .wpcf7-form-control-wrap {
display: inline-block;
width: 100%;
}
.wpcf7 .wpcf7-form-control {
width: 100%;
max-width: 100%;
border: 1px solid #ddd;
border-radius: 3px;
padding-left: 15px;
outline-color: #262734;
}
.wpcf7 .wpcf7-form-control:focus {
outline: 2px solid #2b3b4b !important;
}
.wpcf7 small, .wpcf7 .small {
margin-top: 0;
margin-bottom: 0.25rem;
line-height: 1;
color: #6c757d !important;
font-size: 0.95rem;
letter-spacing: 0;
}
.wpcf7 .wpcf7-list-item {
margin-left: 0.25rem;
}
.wpcf7 .wpcf7-list-item input {
margin-top: -0.5rem;
font-size: 16px;
}
.wpcf7 .wpcf7-acceptance {
border: 0;
padding-left: 0;
}
.wpcf7 .wpcf7-acceptance label {
font-weight: 400;
letter-spacing: 0;
line-height: 1.5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wpcf7 .wpcf7-acceptance a {
text-decoration: underline;
font-weight: 500;
}
.wpcf7 .wpcf7-list-item-label {
display: inline-block;
margin-left: .5rem;
font-size: .9rem;
}
.wpcf7 .btn {
border: 0;
width: 100%;
margin-top: 2rem;
margin-bottom: 3rem;
} .wpcf7-not-valid-tip {
color: #da3737;
font-weight: 500;
display: inline-block;
}
.wpcf7-not-valid {
border-color: #da3737 !important;
}
.wpcf7-response-output {
border: 0 !important;
margin: -1.5rem 0 0.5rem !important;
padding-left: 0.5rem !important;
line-height: 1.4;
color: #da3737 !important;
text-align: center;
}
form.wpcf7-form.sent .wpcf7-response-output {
color: #2d8c36 !important;
font-weight: bold;
}   .cta__suptitle {
color: #da3737;
}
@media screen and (min-width: 992px) {
.cta__suptitle {
font-size: 1.5rem;
}
}
.cta__title {
color: #262734;
font-weight: 700;
font-family: "EB Garamond", sans-serif;
}
.cta-newsletter { }
.cta-newsletter .cta__title {
background: transparent;
}
.cta-newsletter .search-form__input-wrapper:before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 479.058 479.058' %3E%3Cpath d='m434.146 59.882h-389.234c-24.766 0-44.912 20.146-44.912 44.912v269.47c0 24.766 20.146 44.912 44.912 44.912h389.234c24.766 0 44.912-20.146 44.912-44.912v-269.47c0-24.766-20.146-44.912-44.912-44.912zm0 29.941c2.034 0 3.969.422 5.738 1.159l-200.355 173.649-200.356-173.649c1.769-.736 3.704-1.159 5.738-1.159zm0 299.411h-389.234c-8.26 0-14.971-6.71-14.971-14.971v-251.648l199.778 173.141c2.822 2.441 6.316 3.655 9.81 3.655s6.988-1.213 9.81-3.655l199.778-173.141v251.649c-.001 8.26-6.711 14.97-14.971 14.97z'/%3E%3C/svg%3E");
}
.owl-faze {
min-height: 300px;
}
@media screen and (min-width: 992px) {
.owl-faze .owl-stage-outer {
position: absolute;
left: 0;
overflow-x: hidden !important;
padding-left: 2px;
padding-top: 3px;
}
}
.owl-faze__col {
padding-left: 2rem !important;  }
@media screen and (min-width: 1200px) {
.faze-2__col {
min-height: 271px;
margin-bottom: .5rem;
}
}
.faze-2__col:hover .faze-2__content {
z-index: 10;
-webkit-box-shadow: 0 1rem 3rem rgba(38, 39, 52, 0.175);
box-shadow: 0 1rem 3rem rgba(38, 39, 52, 0.175);
}
.faze-2__col:hover .faze-2__desc {
display: block;
-webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05);
box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05);
}
.faze-2__col svg {
fill: #da3737;
opacity: .85;
width: 70px;
}
@media screen and (min-width: 1200px) {
.faze-2__content {
position: absolute;
top: 0;
left: 0.5rem;
right: 0;
z-index: 5;
-webkit-transition: background 200ms;
transition: background 200ms;
}
}
.faze-2__title {
font-weight: 600;
}
@media screen and (min-width: 1200px) {
.faze-2__desc {
display: none;
margin-right: calc(-1.5rem + -1px);
margin-left: calc(-1.5rem + -1px);
background: #fff;
border: 1px solid #dee2e6;
border-top-color: transparent;
font-size: .9rem !important;
}
}
.section {  }
@media screen and (min-width: 768px) {
.section__row {
margin-left: 30%;
}
}
.section__content--big ul {
padding: 0;
}
@media screen and (min-width: 992px) {
.section__content--big ul {
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 4rem;
column-gap: 4rem;
}
}
@media screen and (max-width: 575.98px) {
.section__content--big ul {
padding-left: 2rem;
}
}
.section__featured-imgwrapper {
background-color: #2b3b4b;
}
@media screen and (min-width: 768px) {
.section__featured-imgwrapper {
position: absolute;
top: -2.5rem;
height: 600px;
left: 65%;
width: 75%;
border-radius: 2px;
z-index: 2;
}
}
@media screen and (min-width: 768px) {
.section__featured-imgs {
position: absolute;
top: 5rem;
left: 35%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
z-index: 2;
}
}
.section__logos {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
@media screen and (min-width: 768px) {
.section__logo {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@media screen and (max-width: 575.98px) {
.section--1a .service__content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
@media screen and (min-width: 992px) {
.section--1a .service__featured-imgwrapper {
margin-left: 5%;
}
}
@media screen and (min-width: 1600px) {
.section--1a .service__featured-imgwrapper {
margin-left: 7%;
}
}
.section--1b { }
.section--1b .service__content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.section--1b .service__featured-imgwrapper { }
.section--1b .service__featured-imgwrapper:after {
left: 1px;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.section--1b .service__featured-img {
position: relative;
margin-left: initial;
}
@media screen and (min-width: 992px) {
.section--1b .service__featured-img {
right: 4rem;
}
}
@media screen and (min-width: 1600px) {
.section--1b .service__featured-img {
right: 0rem;
}
}
.service h1, .service .h1 {
line-height: 1;
}
@media screen and (min-width: 992px) {
.service__featured-imgwrapper {
background-color: #2b3b4b;
}
}
.service__featured-imgwrapper:after {
position: absolute;
top: 0;
left: -1px;
height: 100%;
width: 100%;
-webkit-transform: translateX(100%);
transform: translateX(100%);
background: #2b3b4b;
z-index: -1;
}
@media screen and (min-width: 992px) {
.service__featured-imgwrapper:after {
content: '';
}
}
.service__featured-img { }
@media screen and (min-width: 992px) {
.service__featured-img {
margin-top: -2rem;
margin-left: -2rem;
max-width: none;
}
}
@media screen and (min-width: 1600px) {
.service__featured-img {
margin-left: -2.5rem;
}
}
.piece { }
.piece__row {  }
.piece__content { }
@media screen and (min-width: 992px) {
.piece__content {
width: 43%;
margin-left: 15%;
}
}
@media screen and (min-width: 1200px) {
.piece__content {
margin-left: 12%;
}
}
@media screen and (min-width: 1600px) {
.piece__content {
width: 45%;
margin-left: 10%;
}
}
.piece__imgs-wrapper {
z-index: 2;
}
@media screen and (min-width: 768px) {
.piece__imgs-wrapper {
padding-bottom: 4.5rem;
width: 35%;
margin-top: 2rem;
padding-bottom: 2rem;
background-color: #2b3b4b;
}
}
.piece__imgs-wrapper:after {
position: absolute;
top: 0;
left: 1px;
height: 100%;
width: 150%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
background: #2b3b4b;
z-index: -1;
}
@media screen and (min-width: 768px) {
.piece__imgs-wrapper:after {
content: '';
}
}
.piece__imgs {
margin-top: -2.5rem;
}
@media screen and (min-width: 992px) {
.piece__imgs {
margin-left: -35%;
}
}
@media screen and (min-width: 1200px) {
.piece__imgs {
margin-left: -15%;
}
}
@media screen and (min-width: 1600px) {
.piece__imgs {
margin-left: 0%;
}
}
@media screen and (max-width: 575.98px) {
.piece__imgs {
margin-left: -1rem;
margin-right: -1rem;
}
}
@media screen and (min-width: 992px) {
.piece__img {
margin-top: 0.5rem;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
}
@media screen and (max-width: 575.98px) {
.piece__img {
width: 50%;
}
}
.piece ul {
margin-left: 1.5rem;
} .mailchimp__message {
display: none;
}
.mailchimp__message--show {
display: block !important;
}
.owl-nav {
z-index: 100;
}
.owl-nav button {
background-color: #fff !important;
border-radius: 50%;
width: 50px;
height: 50px;
border: 1px solid #bebebe !important;
position: relative;
margin: 0 0.25rem;
-webkit-transition: color 350ms, border-color 550ms;
transition: color 350ms, border-color 550ms;
color: #262734 !important;
}
.owl-nav button:hover {
outline: none;
border-color: #da3737 !important;
}
@media screen and (min-width: 992px) {
.owl-nav button:hover {
-webkit-transition: -webkit-transform 250ms ease;
transition: -webkit-transform 250ms ease;
transition: transform 250ms ease;
transition: transform 250ms ease, -webkit-transform 250ms ease;
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
}
.owl-nav button:hover span {
color: #fff; -webkit-transition: -webkit-transform 150ms ease-in-out;
transition: -webkit-transform 150ms ease-in-out;
transition: transform 150ms ease-in-out;
transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.owl-nav button:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.owl-nav button:after {
width: 50px;
height: 50px;
content: '';
position: absolute;
top: -1px;
left: 0;
background: #da3737;
border-radius: 50%;
pointer-events: none;
-webkit-transform: scale(0.35);
transform: scale(0.35);
-webkit-transition: all 250ms;
transition: all 250ms;
opacity: 0;
}
.owl-nav button.owl-prev:hover span {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
.owl-nav button.owl-next:hover span {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
.owl-nav .disabled {
opacity: 0.35;
pointer-events: none;
border-color: transparent;
}
.owl-nav .disabled span {
color: inherit !important;
}
.owl-nav .disabled:after {
opacity: 0 !important;
}
.owl-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 2rem;
}
.owl-bleed .owl-stage-outer {
overflow: visible;
border-radius: 10px;
}
.owl-bleed .owl-item {
opacity: 0.25;
-webkit-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.owl-bleed .active {
opacity: 1;
}
.owl-bleed .active .item {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
margin-bottom: 5px;
}  .owl-dot {
display: inline-block;
text-align: center;
zoom: 1;
*display: inline;
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-dot span {
width: 10px;
height: 10px;
margin: 5px 10px;
background: #e9e9e9;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
border-radius: 30px;
border: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
.owl-dot span {
width: 25px;
height: 25px;
}
}
.owl-dot:hover span {
background: #dedede;
}
.owl-dot.active span {
background: #da3737;
}
.c-radovi {
overflow: hidden;
}
.c-radovi__title img {
width: auto;
max-height: 110px;
}
.c-radovi__title svg {
max-width: 100%;
}
@media screen and (min-width: 992px) {
.c-radovi__content {
-webkit-box-shadow: 0px 4px 39px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 39px 1px rgba(0, 0, 0, 0.15);
}
}
@media screen and (max-width: 991.98px) {
.c-radovi__content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-bottom: 2rem;
border-bottom: 1px solid #ddd;
}
}
@media screen and (min-width: 1200px) {
.c-radovi__desc p {
font-size: .95rem;
}
}
.c-radovi__img {
border: 1px solid #eee;
}
@media screen and (min-width: 992px) {
.c-radovi__img {
width: 75% !important;
}
}
@media screen and (max-width: 575.98px) {
.c-radovi .owl-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (min-width: 992px) {
.c-radovi .owl-nav button {
position: absolute !important;
top: calc(50% - 25px);
-webkit-transform: translateY(-75%);
transform: translateY(-75%);
}
}
@media screen and (min-width: 992px) {
.c-radovi .owl-nav button:hover {
-webkit-transform: translateY(-75%) scale(1.25);
transform: translateY(-75%) scale(1.25);
}
}
.c-radovi .owl-prev {
left: 0;
}
@media screen and (min-width: 992px) {
.c-radovi .owl-prev {
left: -25px;
}
}
.c-radovi .owl-next {
right: 0;
}
@media screen and (min-width: 992px) {
.c-radovi .owl-next {
right: -25px;
}
}
.pagination { }
@media screen and (min-width: 992px) {
.pagination__in {
margin-right: initial !important;
}
}
.pagination li {
margin: 0 0.2em;
}
.pagination a {
padding: 0.5rem 1rem;
color: #262734;
display: inline-block;
}
.pagination a:hover, .pagination a:focus {
opacity: 0.7;
}
.pagination .active {
font-weight: 700;
}
.search-form-wrapper {
max-width: 480px;
}
@media screen and (min-width: 992px) {
.search-form-wrapper { max-width: 570px; }
}
@media screen and (min-width: 1600px) {
.search-form-wrapper {
max-width: 660px;
}
}
.search-form {
position: relative;
}
.search-form__label {
position: absolute;
top: 50%;
left: 30px;
z-index: 10;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
font-size: 14px;
font-weight: 400;
color: #262734;
}
@media screen and (min-width: 576px) {
.search-form__label {
left: 75px;
}
}
@media screen and (min-width: 768px) {
.search-form__label.form-label--focused {
-webkit-transform: translateY(-52px) scale(0.85);
transform: translateY(-52px) scale(0.85);
color: #fff;
background: transparent;
}
}
@media screen and (min-width: 1600px) {
.search-form__label.form-label--focused {
-webkit-transform: translateY(-62px) scale(0.85);
transform: translateY(-62px) scale(0.85);
}
}
.search-form__input {
width: 100%;
height: 60px;
font-size: 16px;
background: #fff;
cursor: pointer;
-webkit-transition: -webkit-box-shadow 250ms ease;
transition: -webkit-box-shadow 250ms ease;
transition: box-shadow 250ms ease;
transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
padding-left: 30px;
border: 2px solid #bbb;
border-radius: 50px;
}
@media screen and (min-width: 992px) {
.search-form__input {
padding-left: 75px;
}
}
@media screen and (min-width: 1200px) {
.search-form__input {
height: 75px;
}
}
.search-form__input:focus {
outline: none;
border: 3px solid #777;
}
.search-form__input-wrapper:before {
content: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M508.5%20481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395%20312%20416%20262.5%20416%20208%20416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c54.5%200%20104-21%20141.1-55.2V371c0%203.2%201.3%206.2%203.5%208.5l129%20129c4.7%204.7%2012.3%204.7%2017%200l9.9-9.9c4.7-4.7%204.7-12.3%200-17zM208%20384c-97.3%200-176-78.7-176-176S110.7%2032%20208%2032s176%2078.7%20176%20176-78.7%20176-176%20176z%22%2F%3E%3C%2Fsvg%3E); position: absolute;
left: 2rem;
top: 55%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
@media screen and (max-width: 575.98px) {
.search-form__input-wrapper:before {
display: none;
}
}
.btn-search {
border: 0;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
text-transform: initial;
padding: 0.65rem 2rem; }
@media screen and (min-width: 1600px) {
.btn-search {
right: 13px;
padding: 0.9rem 2rem;
}
}
.btn-keyboard {
display: none; }
.search-form__below {
font-size: 0.9rem !important;
}
.search-form__below a {
font-weight: 400 !important;
color: #da3737;
}
.ss-viber {
padding: 0;
}
.ss-viber svg {
-webkit-transform: scale(0.63) translateY(2px);
transform: scale(0.63) translateY(2px);
}
.ss {
width: 52px;
height: 52px;
margin: 0 0.3em 0.25rem;
border-radius: 50%;
color: #2e2e2e;
}
.ss:hover { }
.ss__facebook:hover svg {
fill: #1877f2;
}
.ss__linkedin:hover svg {
fill: #007bb5;
}
.ss__twitter:hover svg {
fill: #1da1f2;
}
.ss svg {
fill: #2e2e2e;
width: 25px;
height: 25px;
-webkit-transition: fill 250ms;
transition: fill 250ms;
} .c-tehnologije { }
.c-tehnologije__imgs div {
width: calc(19.5% - 4px);
margin: 2px;
border: 1px dashed #ddd;
}
.c-tehnologije__imgs img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
opacity: .5;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
cursor: pointer;
}
.c-tehnologije__imgs img:hover {
opacity: 1;
}
.c-tehnologije__imgs img.hardopacity {
opacity: .2;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.c-tehnologije__imgs img.active {
opacity: 1;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.c-tehnologije__content {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
padding-bottom: 75px;
}
@media screen and (max-width: 767.98px) {
.c-tehnologije__content {
margin-left: -1rem;
}
}
@media screen and (min-width: 992px) {
.c-tehnologije__content {
position: absolute;
left: 0;
}
}
.c-tehnologije__content:after {
position: absolute;
top: 0;
right: 1px;
height: 100%;
width: 100%;
content: '';
-webkit-transform: translateX(100%);
transform: translateX(100%);
background: #2b3b4b;
z-index: 1;
}
.c-tehnologije .owl-nav {
position: absolute;
bottom: 20px;
left: 40px;
}
@media screen and (max-width: 767.98px) {
.c-tehnologije .owl-nav {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}  @media screen and (min-width: 992px) {
.testimonials {
margin-left: 17%;
}
}
.testimonials__osoba {
position: absolute;
border-radius: 50%; }
.testimonials__osoba.active {
outline: 2px solid #da3737;
-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.testimonials__osoba--1 {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
max-width: 100px !important;
top: 12rem;
left: -6rem;
}
.testimonials__osoba--2 {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
top: 360px;
left: 380px;
max-width: 100px !important;
}
@media screen and (min-width: 992px) {
.owl-testimonials {
margin-left: 4rem;
margin-top: -1rem;
}
}
.owl-testimonials .owl-nav {
margin-left: -1rem;
}
.owl-testimonials p {
font-style: italic;
}
.toc {
z-index: 3;
margin-top: -3rem;
margin-bottom: 2rem; }
@media screen and (min-width: 992px) {
.toc {
margin-top: 0;
margin-bottom: 4rem;
}
}
@media screen and (min-width: 1600px) {
.toc {
margin-top: -3rem;
}
}
.toc__ul {
list-style-type: circle;
}
@media screen and (max-width: 575.98px) {
.toc__ul {
padding-left: 2rem !important;
}
}
.toc__ul > li:before { }
.toc__ul ul {
padding-left: 1.5rem;
margin-top: 0.5rem;
margin-bottom: 0;
}
@media screen and (min-width: 992px) {
.toc__ul ul {
padding-left: 2.5rem;
}
}
.toc__ul li {
margin-bottom: .25rem !important;
}
.toc__ul a {
text-decoration: none;
color: #c32a2a;
display: block; font-weight: 400;
line-height: 1.4;
}
.toc__ul a:hover {
text-decoration: underline;
} @media screen and (min-width: 768px) and (max-width: 1599.98px) {
.toc-sidebar .toc {
padding-left: 1.5rem !important;
}
}
.toc-sidebar .toc__ul { }
.toc-sidebar ul ul {
padding-left: 0;
}
.rjecnik__arrow {
min-width: 30px;
}
.rjecnik__arrow:before {
content: '->';
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 0;
border: 0;
width: 25px;
color: #da3737;
}
.rjecnik-input-wrapper input {
min-height: 50px;
max-width: 100%;
font-size: .9rem;
}
.rjecnik-input-wrapper::before {
position: absolute;
left: 1rem;
pointer-events: none;
opacity: 0.7;
top: 50%;
-webkit-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
line-height: 1;
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%20512%20512%22%20aria-hidden%3D%22true%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M508.5%20481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395%20312%20416%20262.5%20416%20208%20416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c54.5%200%20104-21%20141.1-55.2V371c0%203.2%201.3%206.2%203.5%208.5l129%20129c4.7%204.7%2012.3%204.7%2017%200l9.9-9.9c4.7-4.7%204.7-12.3%200-17zM208%20384c-97.3%200-176-78.7-176-176S110.7%2032%20208%2032s176%2078.7%20176%20176-78.7%20176-176%20176z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 767.98px) {
.rjecnik-input-wrapper::before {
-webkit-transform: scale(0.8);
transform: scale(0.8);
left: 1rem;
top: 18px;
}
}
.post-count {
text-align: right;
margin-bottom: 1rem;
font-size: 90%;
}
.section-postlists {
min-height: 360px;
}
.owl-postlist {
min-height: 300px;
}
@media screen and (max-width: 767.98px) {
.owl-postlist {
margin-left: -1.5rem;
}
}
@media screen and (min-width: 992px) {
.owl-postlist .owl-stage-outer {
position: absolute;
left: 0;
overflow-x: hidden;
padding-left: 2px;
border-radius: none;
}
}
.owl-postlist .owl-nav {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -25px;
}
@media screen and (min-width: 992px) {
.owl-postlist .owl-nav {
bottom: 5%;
left: -45%;
}
}
.footer-postlist .owl-nav {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
.footer-postlist .owl-nav {
top: -7rem;
bottom: initial;
left: initial;
right: 0;
-webkit-transform: initial;
transform: initial;
}
}
.footer-postlist .item > div {
width: 100%;
}
@media screen and (min-width: 768px) {
.c-faze {
min-height: 500px;
}
}
.c-faze .owl-nav {
position: absolute;
bottom: -75px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
.c-faze .owl-nav {
top: 480px;
left: -235px;
}
}
@media screen and (min-width: 1600px) {
.c-faze .owl-nav {
top: 430px;
left: -35%;
}
}
.faq {    }
.faq .arrow-curled {
position: absolute;
top: 75px;
left: -90px;
height: 140px;
}
.loop:hover .loop__img {
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
.loop:hover .loop__additional {
color: #da3737;
}
.loop__meta svg {
fill: #6e717b;
}
.loop__date svg {
position: relative;
top: -1px;
margin-right: 2px;
}
.loop__svg {
position: relative;
top: -2px;
margin-right: 3px;
}
.loop__img {
-webkit-transition: -webkit-transform 450ms;
transition: -webkit-transform 450ms;
transition: transform 450ms;
transition: transform 450ms, -webkit-transform 450ms;
}
.loop__content {
color: #262734;
}
.loop__title {
-webkit-transition: color 250ms;
transition: color 250ms;
}
.loop__additional {
-webkit-transition: color 250ms;
transition: color 250ms;
}
.loop__link {
text-transform: uppercase;
font: 500 0.9rem "EB Garamond", sans-serif;
}
.loop__link:after {
left: -6px;
}
.loop1 { }
.loop1:hover .loop__content {
-webkit-box-shadow: 0 1rem 3rem rgba(38, 39, 52, 0.175);
box-shadow: 0 1rem 3rem rgba(38, 39, 52, 0.175);
}
.loop1 .loop__in { }
@media screen and (min-width: 1200px) {
.loop1 .loop__in {
min-height: 425px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
@media screen and (min-width: 992px) and (max-width: 1599.98px) {
.loop1 .loop__imgwrapper {
max-width: 570px;
}
}
@media screen and (min-width: 1200px) {
.loop1 .loop__imgwrapper {
position: absolute;
top: 2rem;
max-width: 45%;
z-index: 5;
}
}
.loop1 .loop__content {
-webkit-transition: -webkit-box-shadow 250ms;
transition: -webkit-box-shadow 250ms;
transition: box-shadow 250ms;
transition: box-shadow 250ms, -webkit-box-shadow 250ms; }
@media screen and (min-width: 1200px) {
.loop1--right .loop__in {
margin-left: 20%;
}
}
@media screen and (min-width: 1200px) {
.loop1--right .loop__imgwrapper {
left: 5%;
}
}
@media screen and (min-width: 1200px) {
.loop1--right .loop__content {
padding-left: 43%;
padding-right: 7%;
}
}
@media screen and (min-width: 1200px) {
.loop1--left .loop__in {
margin-right: 15%;
}
}
@media screen and (min-width: 1200px) {
.loop1--left .loop__imgwrapper {
left: initial;
right: 5%;
}
}
@media screen and (min-width: 1200px) {
.loop1--left .loop__content {
padding-right: 46%;
padding-left: 7%;
}
}
.loop2 {
-webkit-transition: -webkit-box-shadow 250ms;
transition: -webkit-box-shadow 250ms;
transition: box-shadow 250ms;
transition: box-shadow 250ms, -webkit-box-shadow 250ms;
}
@media screen and (min-width: 768px) {
.loop2 {
margin-left: -1px;
margin-top: -1px;
}
}
.loop2:hover {
-webkit-box-shadow: 0 1rem 3rem rgba(38, 39, 52, 0.175);
box-shadow: 0 1rem 3rem rgba(38, 39, 52, 0.175);
}
.loop2:hover .loop__title {
color: #da3737;
} .loop2 .loop__meta {
font-size: 0.75rem;
}
.loop2 .loop__title {
font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
.loop2 .loop__title {
font-size: 22px;
}
}
.loop3 {
border: 1px solid #ddd;
}
.loop3:hover .loop__title {
color: #da3737;
}
.loop3 .loop__title {
font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
.loop3 .loop__title {
font-size: 22px;
}
}
.c-intro { }
@media screen and (min-width: 992px) {
.c-intro {
padding-bottom: 150px;
}
}
.c-intro__em:after {
position: absolute;
bottom: 6px;
height: 2px;
background: #fff;
content: '';
left: 8px;
right: 2px;
}
.c-intro__p {
max-width: 600px;
line-height: 1.8;
margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
.c-intro__img {
position: absolute;
z-index: 2;
top: -5rem;
left: 0;
max-width: 400px;
}
}
.c-intro__featured {
width: 500px;
height: 763px;
position: absolute;
top: -125px;
left: 50px;
z-index: 10;
}
.introarrow svg {
position: absolute;
left: -100px;
top: 210px;
}
@media screen and (min-width: 1600px) {
.introarrow svg {
left: 20px;
}
} @media screen and (min-width: 992px) {
.izrada-web-stranica-section-15 ul {
padding: 0;
-webkit-column-count: 2;
column-count: 2;
margin-bottom: 0;
}
}
.izrada-web-trgovina-section-3, .izrada-web-trgovina-section-6 {
margin-bottom: 0rem !important;
}
.izrada-web-trgovina-section-14 ul {
margin-bottom: 0.5rem;
-webkit-column-count: 1;
column-count: 1;
}
.optimizacija-za-trazilice-section-12 ul {
margin-bottom: 0;
}
.sadrzajni-marketing-section-1 ul {
-webkit-column-count: 1;
column-count: 1;
}
.projekt__fullwidth-image img {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}
.related { }
@media screen and (min-width: 992px) {
.related .section__featured-img {
top: 3rem;
}
}
.related__introline {
margin-top: -2rem;
}
code {
border-radius: 2px; background-color: #f2f2f2;
color: #262734;
padding: 2px 10px;
}
body pre.prettyprint {
background-color: #f2f2f2;
color: #262734;
border-radius: 2px;
border: 1px solid #ededed; padding: 1rem 2rem;
}
body pre.prettyprint span {
color: #262734;
} .content--post p a img {
margin-top: 1rem;
margin-left: -0.75rem;
min-width: calc(100% + 1.5rem);
}
@media screen and (min-width: 992px) {
.content--post p a img {
margin-left: -159px !important;
min-width: calc(100% + 318px) !important;
margin-top: 75px !important;
margin-bottom: 75px !important;
}
}
.fig {
margin-bottom: 0;
margin-top: 2rem;
margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
.fig {
margin-top: 3rem;
margin-bottom: 3rem;
}
}
.fig img {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.wp-content-web-dizajn-acf img {
width: auto;
margin: auto;
border: 0;
max-width: 100%;
height: auto;
display: block;
}
.heading-wrap:hover .heading-link {
opacity: 0.9;
}
.heading-wrap--h2 .heading-link {
top: 2.5rem !important;
}
.heading-wrap--h3 .heading-link {
top: 0 !important;
}
.heading-wrap--h4 .heading-link {
top: -.25rem !important;
}
.heading-wrap--h5 .heading-link {
top: -0.5rem !important;
}
.heading-wrap--h6 .heading-link {
top: -0.65rem !important;
}
.heading-link {
position: absolute !important;
text-decoration: none;
opacity: 0.3;
left: -2.5rem;
}
@media screen and (min-width: 992px) {
.heading-link {
padding: 7px 2.5rem 7px 7px;
}
}
.heading-link:before {
content: none !important;
}
#wpadminbar {
bottom: 0;
top: initial !important;
}
html[lang='hr'] {
margin-top: 0 !important;
}