@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  -webkit-tap-highlight-color: initial; 
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
    .glossary-detail .container {
        max-width: 1620px;
        padding: 0px;
    }
}

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.mobile-jobs-section {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 7px 0 10px;
}

.menu-item.sub-open + .mobile-jobs-section {
    margin-top: 0;
}

.mobile-jobs-wrapper {
    padding: 0 5px;
}

.mobile-jobs-title {
    color: black;
    font-family: Montserrat;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    line-height: 1.5555555556;
}

.mobile-jobs-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 32px;
}

.mobile-jobs-list li.menu-item.flex {
    display: flex;
    align-items: center;
    padding: 0;
}

.mobile-jobs-list li.menu-item.flex .anchor-arrow {
    margin-right: 10px;
    flex-shrink: 0;
}

.mobile-jobs-list li.menu-item.flex a {
  color: #000;
  padding: 8px 5px !important; 
  font-family: Montserrat;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important; /* 253.333% */
}

.mobile-jobs-all-link a {
  color: #C50044 !important;
  font-family: Montserrat;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 25px; /* 166.667% */
  padding: 0 !important;
  padding-right: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

header.site .newnav .row .main-nav .newnav-drops .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.5rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.cookie-consent-panel .modal-dialog .banner-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  border-top-right-radius: 25px;
}

.cookie-consent-panel .modal-dialog > * {
    pointer-events: auto;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* COLORS */
/* FONTS */
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Regular.woff2") format("woff2"),
    url("../webfonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Light.woff2") format("woff2"),
    url("../webfonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-LightItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../webfonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../webfonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Medium.woff2") format("woff2"),
    url("../webfonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Black.woff2") format("woff2"),
    url("../webfonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-BlackItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Bold.woff2") format("woff2"),
    url("../webfonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-ExtraLightItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-BoldItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Italic.woff2") format("woff2"),
    url("../webfonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../webfonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-MediumItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Thin.woff2") format("woff2"),
    url("../webfonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-ThinItalic.woff2") format("woff2"),
    url("../webfonts/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*=============================================
                SETTINGS
=============================================*/
html {
  scroll-behavior: smooth;
}

.page-template-page-zasady-ochrany .cookie-consent,
.page-template-default .cookie-consent {
  display: none;
}

.row {
  width: 100%;
  max-width: 1620px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.row-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
  outline-color: transparent;
}
*:hover {
  outline: none !important;
}
*:focus {
  outline: none !important;
}

a {
  color: #c50044;
}
a:hover {
  color: #c50044;
  text-decoration: none;
}

ul li,
ol li {
  margin-top: 0;
  color: #141414;
}

a,
button,
input {
  outline: none !important;
  outline-color: transparent;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  outline-color: transparent;
}

.checkmark {
  width: 19px;
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.checkmark .c {
  fill: #a01441 !important;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.woff") format("woff"),
    url("../webfonts/fa-brands-400.ttf") format("truetype"),
    url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
section h1,
section .h1 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section h1,
  section .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1590px) {
  section h1,
  section .h1 {
    font-size: 40px;
  }
}
section h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section h2 {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section h2 {
    font-size: 30px;
  }
}
section h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section h3 {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section h3 {
    font-size: 22px;
  }
}
section h4 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section h4 {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section h4 {
    font-size: 20px;
  }
}
section ul li,
section ol li {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1590px) {
  section ul li,
  section ol li {
    font-size: 16px;
  }
}
section p {
  color: #141414;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1590px) {
  section p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
section h4 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
}
@media (min-width: 1590px) {
  section h4 {
    font-size: 20px;
  }
}

.small-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .small-title {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1640px) {
  .small-title {
    font-size: 22px;
  }
}
.small-title p {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .small-title p {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1640px) {
  .small-title p {
    font-size: 22px;
  }
}

.sl-wrapper .sl-navigation button.sl-next {
  transform: rotate(180deg);
}

/*=============================================
                  HEADER
=============================================*/
header.site {
  position: sticky;
  top: 0;
  z-index: 1001;
  width: 100%;
}
header.site .newnav {
  height: 60px;
  z-index: 1000;
  background-color: #ffffff;
  padding: 0 5%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
}
header.site .newnav .jobnum {
  display: none;
}
header.site .newnav nav {
  float: right;
}
header.site .newnav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.site .newnav nav ul li {
  float: right;
  position: relative;
}
header.site .newnav nav ul li a {
  display: block;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
header.site .newnav nav ul li a.active {
  font-weight: bold;
  text-decoration: none;
}
header.site .newnav nav ul li a:visited {
  display: block;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
header.site .newnav nav ul li a:not(:only-child):after,
header.site .newnav nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
header.site .newnav nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  header.site .newnav .nav {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  header.site .newnav .nav-mobile {
    display: none;
  }
  header.site .newnav .nav-list {
    display: none !important;
  }
  header.site .newnav nav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  header.site .newnav .nav-list {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 60px;
    left: 0;
    text-align: center;
    background: #ffffff;
    padding: 15px 5%;
    height: 600px;
    overflow-y: scroll;
  }
  header.site .newnav .nav-list .wpml-ls-statics-shortcode_actions ul {
    padding: 0;
  }
  header.site .newnav .nav-list .wpml-ls-statics-shortcode_actions ul li {
    border-bottom: none;
  }
  header.site .newnav .nav-list .wpml-ls-statics-shortcode_actions ul li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    max-width: unset;
    font-size: 13px;
  }
  header.site
    .newnav
    .nav-list
    .wpml-ls-statics-shortcode_actions
    ul
    li
    a
    span {
    line-height: 1;
  }
  header.site
    .newnav
    .nav-list
    .wpml-ls-statics-shortcode_actions
    ul
    li
    a:hover {
    background-color: #f0f0f0;
  }
  header.site .newnav .nav-list .newnav-drops {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  header.site .newnav .nav-list .newnav-drops .dropdowns {
    display: flex;
  }
  header.site .newnav .nav-list .newnav-drops .dropdown-menu {
    min-width: unset;
    border-radius: 0;
  }
  header.site .newnav .nav-list .newnav-drops .dropdown-menu .dropdown-item {
    font-size: 13px;
    line-height: 1.5;
  }
  header.site
    .newnav
    .nav-list
    .newnav-drops
    .dropdown-menu
    .dropdown-item:hover {
    background-color: #f0f0f0;
  }
  header.site .newnav .nav-list .newnav-drops .dropdown {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 30px;
    height: 100%;
    position: relative;
  }
  header.site .newnav .nav-list .newnav-drops .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
    height: 100%;
    padding: 0 15px;
  }
  header.site .newnav .nav-list .newnav-drops .dropdown .dropdown-toggle {
    color: #000 !important;
  }
  header.site .newnav .nav-list .newnav-drops .dropdown .dropdown-toggle:after {
    position: absolute;
    right: -5px;
  }
  header.site .newnav .nav-list .newnav-drops .search-icon img {
    width: 30px;
    cursor: pointer;
  }
  header.site .newnav .nav-list .socials {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
  }
  header.site .newnav .nav-list .socials img {
    margin-right: 45px;
    height: 20px;
  }
  header.site .newnav .nav-list .contact {
    display: flex;
    padding: 15px 0;
  }
  header.site .newnav .nav-list .contact a {
    color: #c50044;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000000;
  }
  header.site .newnav .nav-list .contact a:last-child {
    border-right: none;
  }
  header.site .newnav .nav-list ul {
    padding: 20px 0;
  }
  header.site .newnav .nav-list ul li {
    display: block !important;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #eeeeee;
  }
  header.site .newnav .nav-list ul li.menu-item-has-children:after {
    content: url(../img/msg_nav_arrow.svg);
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.2s ease-in-out;
  }
  header.site .newnav .nav-list ul li.sub-open:after {
    transform: rotate(180deg);
  }
  header.site .newnav .nav-list ul li:last-child {
    border-bottom: none;
  }
  header.site .newnav .nav-list ul li:last-child a {
    border-bottom: none;
  }
  header.site .newnav .nav-list ul li a {
    color: #000000;
    display: inline-block;
    padding: 20px 0;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    width: 100%;
    max-width: 50%;
  }
  header.site .newnav .nav-list ul li a .jobNumber {
    background: #c43852;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: -25px;
    margin-left: 60px;
  }
  header.site .newnav nav {
    width: 100%;
    padding: 0;
  }
  header.site .newnav nav ul li {
    text-align: center;
    float: none;
    margin: 10px auto;
  }
  header.site .newnav nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
  }
  header.site .newnav nav ul li ul li a {
    padding-left: 30px;
  }
  header.site .newnav .nav-dropdown {
    position: static;
  }
}
header.site .newnav .row {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
}
header.site .newnav .row .main-nav {
  justify-content: flex-end;
  display: flex;
  height: 100%;
  width: 95px;
  position: relative;
}
@media (min-width: 1200px) {
  header.site .newnav .row .main-nav {
    width: 100%;
  }
}
@media (min-width: 1401px) {
  header.site .newnav .row .main-nav {
    justify-content: center;
  }
}
header.site .newnav .row .main-nav .logowrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
}
header.site .newnav .row .main-nav .logowrap .logo-link .logo {
  width: 75px;
  max-height: 30px;
}
@media (min-width: 360px) {
  header.site .newnav .row .main-nav .logowrap .logo-link .logo {
    width: 95px;
  }
}
header.site .newnav .row .main-nav .main-menu {
  margin: 0;
  display: none;
  list-style: none;
  height: 100%;
  justify-content: center;
}

@media (min-width: 1201px) {
  header.site .newnav .row .main-nav .main-menu {
    display: flex;
  }
}
header.site .newnav .row .main-nav .main-menu .sub-menu {
  display: none;
}
header.site .newnav .row .main-nav .main-menu #menu-item-81 {
  width: 112px;
}
header.site .newnav .row .main-nav .main-menu li {
  height: 100%;
  /* transition: all 0.2s ease-in-out; */
  /* border-top-left-radius: 12px;
  border-top-right-radius: 12px; */
}

header.site .newnav .row .main-nav .main-menu > li:hover {
    background: white;
}
header.site .newnav .row .main-nav .main-menu > li:hover > a {
    color: #9B1741;
}

body.home header.site.transparent .newnav .row .main-nav .main-menu > li > a {
  color: #fff;
}

header.site.transparent .newnav:hover,
header.site .newnav:has(.nav-mobile-menu.show) {
  background: #fff;
}

header.site .logowrap #logo-dark,
header.site .logowrap #logo-white {
  display: none;
}

header.site:not(.transparent) .logowrap #logo-dark {
  display: block;
}

header.site.transparent .logowrap #logo-white {
  display: block;
}

header.site.transparent:hover .logowrap #logo-dark,
header.site.transparent:has(.nav-mobile-menu.show) .logowrap #logo-dark {
  display: block;
}

header.site.transparent:hover .logowrap #logo-white,
header.site.transparent:has(.nav-mobile-menu.show) .logowrap #logo-white {
  display: none;
}

body.home header.site .newnav:hover .row .main-nav .main-menu li a {
  /* color: #c50044; */
  color: #000;
}

body.home
  header.site
  .newnav:hover
  .row
  .main-nav
  .newnav-drops
  .dropdown
  .dropdown-toggle {
  color: #c50044;
}
body.home
  header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown:hover
  .dropdown-toggle {
  color: #fff;
}
body.home
  header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .show
  .dropdown-toggle {
  color: #fff !important;
}
body.home header.site .newnav .row .main-nav .main-menu > li:hover > a {
    color: #9B1741;
}

header.site .newnav .row .main-nav .main-menu li a {
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
  /* transition: all 0.2s ease-in-out; */
  text-transform: uppercase;
}

header.site .newnav .row .main-nav .main-menu .sub-menu li a,
header.site .newnav .row .main-nav .main-menu .sub-menu li span.sub-header-title {
    padding: 0 10px;
}

header.site .newnav .row .main-nav .main-menu li.menu-item-10131 > a {
  position: relative;
}
header.site .newnav .row .main-nav .main-menu li.menu-item-10134 > a {
  position: relative;
}
header.site .newnav .row .main-nav .main-menu li.menu-item-16725 > a {
  position: relative;
}

header.site .newnav .row .main-nav .main-menu li a .jobNumber {
  background: #c43852;
  position: absolute;
  right: 15px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  width: 23px;
  height: 23px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
  line-height: 22px;
  /* transition: all 0.2s ease-in-out; */
}
header.site .newnav .row .main-nav .newnav-drops {
  display: none;
  align-items: center;
  height: 100%;
  right: 0;
  padding-left: 1rem;
}
@media (min-width: 1201px) {
  header.site .newnav .row .main-nav .newnav-drops {
    display: flex;
  }
}
@media (min-width: 1401px) {
  header.site .newnav .row .main-nav .newnav-drops {
    position: absolute;
  }
}
header.site .newnav .row .main-nav .newnav-drops .dropdown-menu {
  min-width: unset;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 0;
  right: 0;
  overflow: hidden;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .wpml-ls-legacy-list-vertical {
  display: block;
}
header.site .newnav .row .main-nav .newnav-drops .dropdown-menu li:hover {
  background-color: #a01441;
}
header.site .newnav .row .main-nav .newnav-drops .dropdown-menu li:hover a {
  color: #ffffff;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .wpml-ls-legacy-list-horizontal {
  margin: 0;
  padding: 0;
  border: none;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .wpml-ls-legacy-list-horizontal
  ul {
  list-style: none !important;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item {
  width: 100%;
}
header.site .newnav .row .main-nav .newnav-drops .dropdown-menu .dropdown-item,
header.site .newnav .row .main-nav .newnav-drops .dropdown-menu .wpml-ls-link {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .dropdown-item:hover,
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .wpml-ls-link:hover {
  color: #c50044;
  font-weight: 600;
  background: transparent;
  /* color: #ffffff; */
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .dropdown-item
  img,
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown-menu
  .wpml-ls-link
  img {
  display: none;
}
header.site .newnav .row .main-nav .newnav-drops .dropdown {
  display: flex;
  align-items: center;
  height: 100%;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown:first-child
  .dropdown-toggle {
  padding: 0 36px 0 26px;
}
header.site
  .newnav.menu-de_DE
  .row
  .main-nav
  .newnav-drops
  .dropdown:first-child
  .dropdown-toggle {
  padding: 0 25px 0 15px;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown:nth-child(2)
  .dropdown-toggle {
  padding: 0 36px 0 26px;
}
header.site .newnav .row .main-nav .newnav-drops .dropdown .dropdown-toggle {
  display: flex;
  color: #000;
  word-spacing: 5px;
  align-items: center;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  height: 100%;
  padding: 0 15px;
  font-size: 13px;
}

body.home
  header.site.transparent
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown
  .dropdown-toggle {
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
body.home
  header.site.transparent
  .newnav:hover
  .row
  .main-nav
  .newnav-drops
  .dropdown
  .dropdown-toggle {
  color: #000;
}
body.home
  header.site.transparent
  .newnav:hover
  .row
  .main-nav
  .newnav-drops
  .dropdown:hover
  .dropdown-toggle {
  color: #fff;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown
  .dropdown-toggle:after {
  position: absolute;
  right: 15px;
}
header.site
  .newnav.menu-de_DE
  .row
  .main-nav
  .newnav-drops
  .dropdown:first-child
  .dropdown-toggle:after {
  position: absolute;
  right: 13px;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown
  .dropdown-toggle:hover {
  background: #a01441;
  color: #ffffff;
}
header.site
  .newnav
  .row
  .main-nav
  .newnav-drops
  .dropdown
  .dropdown-toggle[aria-expanded="true"] {
  background: #a01441;
  color: #fff;
}
header.site .newnav .row .main-nav .newnav-drops .search-icon img {
  width: 30px;
  cursor: pointer;
}

.main-menu,
.main-menu > li {
  position: static !important;
}

.main-menu > li > ul.sub-menu {
    z-index: -1;
    display: none !important;
    position: fixed !important;
    top: 60px !important;
    align-items: start;
    left: 50%;
    transform: translateX(-50%);
    width: min(1620px, calc(100vw - 40px)) !important; /* Responsive width */
    max-width: 100vw;
    padding: 4rem;
    margin: 0 !important;
    background-color: white;
    backdrop-filter: blur(2px);
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 120px;
    list-style: none;
    box-shadow: 0 10px 1px -6px rgba(0, 0, 0, 0.13);
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
    overflow-x: auto; /* Allow scrolling if needed */
}



.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li > ul.sub-menu > li.menu-item {
  margin-left: 0px;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li.menu-item-has-children .sub-menu:has(.sub-menu) .menu-item-wrapper a {
  font-size:  1.125rem !important;
  font-weight: 400 !important;  
  line-height: 1.5555555556;
  color: rgba(0,0,0,.7);
}

.recent-job-menu-item img {
  margin-right: 20px;
}

.recent-job-menu-item a {
  line-height: 1.5 !important;
  padding: 5px 10px !important;
}

@media screen and (max-width: 1600px) {
  .main-menu > li > ul.sub-menu {
    gap: 30px;
  }
}
.main-menu > li:hover > ul.sub-menu {
  display: flex !important;
}

.main-menu > li > ul.sub-menu > li {
  margin: 0;
  padding: 0;
}

.admin-bar .main-menu > li > ul.sub-menu {
  top: 92px !important;
}

.main-menu > li > ul.sub-menu > li > a {
  color: #3b3b3b !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  transition: font-weight 0.1s ease !important;
  background-color: transparent !important;
}


.main-menu > li > ul.sub-menu > li:hover,
.main-menu > li > ul.sub-menu > li:hover > a {
  background-color: transparent !important;
}

.main-menu > li > ul.sub-menu > li:hover > a {
  /* font-weight: 700 !important; */
}

.main-menu > li > ul.sub-menu .sub-menu-level-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.site .newnav .row .main-nav .main-menu > li > ul.sub-menu > li > a {
  margin-bottom: 1rem;
}

a > .icon-all-terms {
    transition: transform 0.3s ease;
}

a:hover > .icon-all-terms {
    transform: translateX(5px);
}

.icon-all-terms {
    margin-left: 16px;
}


header.site
  .newnav
  .row
  .main-nav
  .main-menu
  > li
  > ul.sub-menu
  > li
  > .sub-header-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
    padding-right: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
}

header.site
  .newnav
  .row
  .main-nav
  .main-menu
  > li
  > ul.sub-menu
  .sub-menu-level-1
  > li.menu-item
  > a {
  color: #3b3b3b;
  font-weight: 500;
  text-transform: initial;
  line-height: 2;
}

header.site
  .newnav
  .row
  .main-nav
  .main-menu
  > li
  > ul.sub-menu
  .sub-menu-level-1
  li.job-highlight-all
  a {
  text-transform: uppercase;
  color: #9b1741;
  font-weight: 600;
  margin-top: 1rem;
}
.split-columns-2 > .sub-menu-level-1 {
  column-count: 2;
  column-gap: 0rem;
  /* padding-top: 10px !important; */
  /* width: auto !important; */
}

.split-columns-2 > .sub-menu-level-1 > li {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  /* padding-bottom: 10px; */
}

/* Additional styling */
.sub-header-title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.dropdown-mobile {
  position: relative;
}
.lang-toggle {
  background: transparent;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 0px;
  cursor: pointer;
  color: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lang-toggle > img {
  height: 12px;
  padding: 0px 15px;
  transition: 0.2s ease-in-out;
}
.lang-toggle .globe-icon {
  margin-right: 8px;
}
.lang-toggle .lang-code {
  font-weight: bold;
}
/* .lang-toggle::after {
    content: url(../svg/submenu-arrow.svg);
    position: absolute;
    padding: 10px;
    right: 6px;
    top: 0;
    height: 12px;
    z-index: 12;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
} */
.dropdown-menu-mobile {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  z-index: 10;
}
.dropdowns.dropdown-mobile.open img {
  transform: rotate(180deg);
}
.dropdowns.open .dropdown-menu-mobile {
  display: flex;
}
.dropdown-item-mobile {
  padding: 10px 0px;
  display: block;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #eee;
}
header.site .newnav {
  height: 60px;
  z-index: 1000;
  padding: 0 5%;
  /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
}
header.site.transparent .newnav {
  background-color: transparent;
  box-shadow: none;
}

.float-filter {
  padding: 10px 5%;
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 1000;
  background: #f0f0f0;
  transform: translateY(-200%);
  transition: transform 0.2s ease-in-out;
}
.float-filter.show {
  transform: translateY(0);
}
.float-filter .btn-new {
  width: 100%;
}
@media (min-width: 1200px) {
  .float-filter {
    display: none;
  }
}

#careerfilter {
  display: none;
  align-items: center;
  height: 50px;
  position: sticky;
  background-color: #f0f0f0;
  top: 60px;
  z-index: 999;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
}
@media (min-width: 1201px) {
  #careerfilter {
    display: flex;
  }
}
@media (min-width: 1300px) {
  #careerfilter.blog-filter {
    display: flex;
  }
}
#careerfilter.blognav {
  justify-content: flex-start;
}
#careerfilter .filter-career {
  justify-content: center;
  display: flex;
  list-style: none;
  margin: 0;
  height: 100%;
  width: 100%;
}
#careerfilter .filter-career li {
  display: flex;
  align-items: center;
  height: 100%;
}
#careerfilter .filter-career li:hover {
  background-color: #a01441;
}
#careerfilter .filter-career li:hover a {
  color: #ffffff;
}
#careerfilter .filter-career li.current-menu-item {
  background-color: #ffffff;
}
#careerfilter .filter-career li.current-menu-item:hover a {
  color: #231f20;
}
#careerfilter .filter-career li a {
  color: rgb(35, 31, 32);
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
#careerfilter .filter-career li a.active {
  font-weight: bold;
}

.page-template-page-pracovne-ponuky .nav-mobile .btn-small {
  display: none;
}

/*=============================================
                Blog tip
=============================================*/
.tip {
  display: inline-block;
  width: 100%;
}
.tip .tip-wrap {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  padding: 50px 40px 40px 40px;
  border-radius: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .tip .tip-wrap {
    padding: 40px;
  }
}
.tip .tip-wrap .tip-wrap-title {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  .tip .tip-wrap .tip-wrap-title {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  .tip .tip-wrap .tip-wrap-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .tip .tip-wrap .tip-wrap-title {
    padding-right: 40px;
  }
}
.tip .tip-wrap p {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tip .tip-wrap p {
    text-align: justify;
  }
}
.tip .tip-wrap svg {
  position: absolute;
  right: 50%;
  margin-right: -25px;
  top: -20px;
  max-height: 50px;
}
@media (min-width: 768px) {
  .tip .tip-wrap svg {
    right: 40px;
    max-height: 60px;
    margin-right: 0;
  }
}
.tip .tip-wrap img {
    position: absolute;
    right: 50%;
    margin-right: -25px;
    top: -20px;
    max-height: 50px;
}
@media (min-width: 768px) {
    .tip .tip-wrap img {
        right: 40px;
        max-height: 60px;
        margin-right: 0;
    }
}
.tip.left {
  float: left;
  max-width: 100%;
}
.tip.left .tip-wrap {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .tip.left .tip-wrap {
    margin: 15px 60px 20px 0;
  }
}
@media (min-width: 768px) {
  .tip.left {
    max-width: 50%;
  }
}
.tip.left .protip {
  display: none;
}
.tip.right {
  float: right;
  max-width: 100%;
}
.tip.right .tip-wrap {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .tip.right .tip-wrap {
    margin: 15px 0 20px 60px;
  }
}
@media (min-width: 768px) {
  .tip.right {
    max-width: 50%;
  }
}
.tip.right .tip-wrap {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
.tip.center {
  max-width: 100%;
}
.tip.center .tip-wrap {
  margin: 20px 0;
}
.tip.center .tip-wrap h3 {
  margin: 0 0 20px !important;
}
.tip.center .tip-wrap p {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .tip.center .tip-wrap {
    margin: 15px 0 45px;
  }
}

/*=============================================
                Blog quote
=============================================*/
.blog-quote {
  background-color: #f6f6f6;
  border-radius: 50px;
  margin: 30px 0;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .blog-quote {
    padding: 0;
    margin: 60px 0;
  }
}
.blog-quote--wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-quote--wrapper {
    flex-direction: row;
  }
}
.blog-quote--wrapper .blog-quote--image {
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 210px;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--image {
    margin: 0;
    width: 250px;
    height: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.blog-quote--wrapper .blog-quote--content {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--content {
    padding: 60px 0 40px;
  }
}
.blog-quote--wrapper .blog-quote--content p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 25px 0;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--content p {
    font-size: 18px;
    padding: 0 70px;
    text-align: justify;
    margin-bottom: 30px;
  }
}
.blog-quote--wrapper .blog-quote--content svg {
  width: 40px;
  height: 26px;
  fill: #a01441;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--content svg {
    width: 84px;
    height: 60px;
  }
}
.blog-quote--wrapper .blog-quote--content svg.topquote {
  transform: rotate(180deg);
}
.blog-quote--wrapper .blog-quote--content .top {
  position: absolute;
  margin-bottom: 30px;
  top: -10px;
  right: 20px;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--content .top {
    top: -20px;
    right: 70px;
  }
}
.blog-quote--wrapper .blog-quote--content .quote-name {
  display: none;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--content .quote-name {
    display: flex;
    justify-content: flex-start;
    padding-left: 70px;
  }
}
.blog-quote--wrapper .blog-quote--content .quote-name.mob {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-quote--wrapper .blog-quote--content .quote-name.mob {
    display: none;
  }
}
.blog-quote--wrapper .blog-quote--content .quote-name span {
  display: flex;
  align-items: center;
}
.blog-quote--wrapper .blog-quote--content .quote-name span .dot {
  width: 10px;
  height: 10px;
  background: #a01441;
  margin-right: 12px;
}

/*=============================================
                Info bar
=============================================*/
.bonus-bar {
  display: none;
  height: 60px;
  background: #1c42be;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding-left: 50px;
  overflow: hidden;
}
.bonus-bar.top {
  bottom: unset;
  top: 60px;
  text-align: center;
  padding-left: 0;
}
.bonus-bar svg path {
  fill: #1c42be;
}
.bonus-bar.info-bar-pp .row .info-bar-arr-mob {
  display: none;
}
@media (min-width: 1200px) {
  .bonus-bar.info-bar-pp .row .info-bar-arr-mob {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bonus-bar {
    height: 50px;
    position: sticky;
    top: 60px;
    bottom: unset;
  }
}
.bonus-bar .row {
  position: relative;
  z-index: 10;
}
.bonus-bar .row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bonus-bar .row a .info-bar-arr-mob {
  display: none;
}
@media (min-width: 1200px) {
  .bonus-bar .row a .info-bar-arr-mob {
    display: block;
    max-width: 30px;
  }
}
.bonus-bar .row a .info-bar-icon {
  height: 30px;
}
.bonus-bar .row a .info-bar-icon {
  display: none;
}
@media (min-width: 1200px) {
  .bonus-bar .row a .info-bar-icon {
    display: block;
  }
}
.bonus-bar .row a p {
  color: #ffffff;
  font-weight: 600;
  margin: 0 15px 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
.bonus-bar .row a p.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .bonus-bar .row a p.desktop {
    display: block;
  }
}
.bonus-bar .row a p.mobile {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .bonus-bar .row a p.mobile {
    display: none;
  }
}
.bonus-bar .info-bar-dots {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
@media (min-width: 1200px) {
  .bonus-bar .info-bar-dots.mob {
    display: none;
  }
}
.bonus-bar .info-bar-dots.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .bonus-bar .info-bar-dots.desktop {
    display: block;
  }
}
.bonus-bar .close-info {
  z-index: 11;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .bonus-bar .close-info {
    right: 20px;
    left: unset;
  }
}

/*=============================================
                Blog post slider
=============================================*/
.slider-widget {
  padding: 10px 40px 40px;
  background-color: #f0f0f0;
  border-radius: 25px;
}
.slider-widget h2 {
  text-align: center !important;
}
.slider-widget .blog-slider--item {
  display: flex;
  min-height: 100%;
  padding: 60px 10px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .slider-widget .blog-slider--item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .slider-widget .blog-slider--item {
    width: 33.3333%;
  }
}
@media (min-width: 1280px) {
  .slider-widget .blog-slider--item {
    width: 50%;
  }
}
@media (min-width: 1640px) {
  .slider-widget .blog-slider--item {
    width: 33.3333%;
  }
}
.slider-widget .blog-slider--item__header {
  background: transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.slider-widget .blog-slider--item__header .job-icon-wrap {
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}
.slider-widget .blog-slider--item__header .job-icon-wrap .job-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.slider-widget .blog-slider--item__title {
  text-align: center !important;
  margin-bottom: 10px !important;
  font-size: 18px;
  font-weight: bold;
  min-height: 47px;
}
.slider-widget .blog-slider--item__jobdivision {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  color: #c50044;
  font-size: 12px;
  text-align: center !important;
}
.slider-widget .blog-slider--item__body .home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.slider-widget .blog-slider--item__body .home img {
  width: 20px !important;
  margin-right: 20px;
}
.slider-widget .blog-slider--item__body .skills-title {
  margin-bottom: 15px !important;
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  text-transform: uppercase;
  text-align: center !important;
}
.slider-widget .blog-slider--item__body .skills-list {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  min-height: 42px;
  text-align: center !important;
}
.slider-widget .blog-slider--item .bonus-mobile {
  position: absolute;
  width: 130px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  border-radius: 25px 0 25px 0;
  background-color: #1c42be;
}
.slider-widget .blog-slider--item .bonus-mobile span {
  position: relative;
  z-index: 10;
  color: #ffffff;
  display: block;
  line-height: 20px;
}
.slider-widget .blog-slider--item .bonus-mobile span.title {
  font-size: 11px;
  font-weight: 500;
}
.slider-widget .blog-slider--item .bonus-mobile span.number {
  font-size: 14px;
  font-weight: 600;
}
.slider-widget .blog-slider--link {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  border: none;
  padding: 80px 35px 65px;
  position: relative;
  background-color: #ffffff;
}
.slider-widget .blog-slider .flickity-prev-next-button {
  background: #a01441;
  width: 50px;
  height: 50px;
}
.slider-widget .blog-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.slider-widget .blog-slider .flickity-prev-next-button:hover {
  background: #a01441;
}
.slider-widget .blog-slider .flickity-prev-next-button svg path {
  fill: #ffffff;
}
.slider-widget .blog-slider .flickity-prev-next-button.previous {
  left: -20px;
}
.slider-widget .blog-slider .flickity-prev-next-button.previous svg {
  left: 30%;
}
.slider-widget .blog-slider .flickity-prev-next-button.next {
  right: -20px;
}
.slider-widget .blog-slider .flickity-prev-next-button.next svg {
  left: 10%;
}

/*=============================================
              Blog job banner
=============================================*/
.job-banner {
  margin-bottom: 30px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .job-banner {
    margin-top: 80px;
  }
}
.job-banner--wrap {
  border-radius: 80px 0 80px 0;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px 80px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .job-banner--wrap {
    min-height: 155px;
    overflow: visible;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .job-banner--wrap {
    overflow: visible;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1640px) {
  .job-banner--wrap {
    min-height: 155px;
    overflow: visible;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.job-banner--wrap .banner-dotsbtm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: auto !important;
}
.job-banner--wrap .banner-dotstop {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: auto !important;
}
.job-banner--wrap.development-it {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
.job-banner--wrap.development-it .btn-new {
  color: #009bc1 !important;
}
@media (min-width: 1640px) {
  .job-banner--wrap.development-it .job-banner--content .icon .development-it {
    display: block;
  }
}
.job-banner--wrap.projektovy-management {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
.job-banner--wrap.projektovy-management .btn-new {
  color: #e76e3d !important;
}
@media (min-width: 1640px) {
  .job-banner--wrap.projektovy-management
    .job-banner--content
    .icon
    .projektovy-management {
    display: block;
  }
}
.job-banner--wrap.organizacia-spolocnosti {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
.job-banner--wrap.organizacia-spolocnosti .btn-new {
  color: #e76e3d !important;
}
@media (min-width: 1640px) {
  .job-banner--wrap.organizacia-spolocnosti
    .job-banner--content
    .icon
    .organizacia-spolocnosti {
    display: block;
  }
}
.job-banner--wrap.matematika-a-migracia {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
.job-banner--wrap.matematika-a-migracia .btn-new {
  color: #e9cf4c !important;
}
@media (min-width: 1640px) {
  .job-banner--wrap.matematika-a-migracia
    .job-banner--content
    .icon
    .matematika-a-migracia {
    display: block;
  }
}
.job-banner--wrap.it-administracia {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
.job-banner--wrap.it-administracia .btn-new {
  color: #7d7d7d !important;
}
@media (min-width: 1640px) {
  .job-banner--wrap.it-administracia
    .job-banner--content
    .icon
    .it-administracia {
    display: block;
  }
}
.job-banner--wrap.consulting-testovanie {
  background: linear-gradient(90deg, #a01441, #c43852);
}
.job-banner--wrap.consulting-testovanie .btn-new {
  color: #c50044 !important;
}
@media (min-width: 1640px) {
  .job-banner--wrap.consulting-testovanie
    .job-banner--content
    .icon
    .consulting-testovanie {
    display: block;
  }
}
.job-banner--content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .job-banner--content {
    width: 55%;
  }
}
@media (min-width: 1280px) {
  .job-banner--content {
    width: 70%;
  }
}
@media (min-width: 1640px) {
  .job-banner--content {
    width: 55%;
  }
}
.job-banner--content__smalltitle {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px !important;
  text-align: left !important;
}
@media (min-width: 1024px) {
  .job-banner--content__smalltitle {
    font-size: 16px;
  }
}
.job-banner--content__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px !important;
  text-align: left !important;
}
@media (min-width: 1024px) {
  .job-banner--content__title {
    font-size: 22px;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .job-banner--content__title {
    margin-bottom: 15px !important;
    padding-bottom: 40px;
  }
}
@media (min-width: 1640px) {
  .job-banner--content__title {
    margin-bottom: 0 !important;
  }
}
.job-banner--button {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .job-banner--button {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .job-banner--button {
    justify-content: flex-start;
  }
}
@media (min-width: 1640px) {
  .job-banner--button {
    justify-content: flex-end;
  }
}
.job-banner--photo {
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .job-banner--photo {
    right: 20%;
  }
}
@media (min-width: 1280px) {
  .job-banner--photo {
    right: -10px;
  }
}
@media (min-width: 1640px) {
  .job-banner--photo {
    right: 20%;
  }
}
.job-banner--photo img {
  max-height: 225px;
}
.job-banner .bonus-mobile {
  position: absolute;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  left: 0;
  border-radius: 0 25px 0 0;
  background-color: #ffffff;
  z-index: 11;
  padding-left: 30px;
}
.job-banner .bonus-mobile span {
  position: relative;
  z-index: 10;
  color: #c50044;
  display: block;
  line-height: 18px;
}
.job-banner .bonus-mobile span.title {
  font-size: 16px;
  font-weight: 700;
}

/*=============================================
                Blog sidebar banner
=============================================*/
.blog-sidebar--banner {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.blog-sidebar--banner .wrap {
  background-color: #f0f0f0;
  border-radius: 25px;
  padding: 40px 20px;
  position: relative;
  max-width: 540px;
}
@media (min-width: 540px) {
  .blog-sidebar--banner .wrap {
    padding: 80px 40px;
    max-width: 100%;
  }
}
.blog-sidebar--banner .wrap .btn-new {
  position: relative;
  z-index: 11;
}
.blog-sidebar--banner__title {
  font-size: 24px;
  color: #c50044;
  max-width: 50%;
  text-align: left !important;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px !important;
}
@media (min-width: 540px) {
  .blog-sidebar--banner__title {
    font-size: 24px;
  }
}
@media (min-width: 1640px) {
  .blog-sidebar--banner__title {
    font-size: 30px;
  }
}
.blog-sidebar--banner__photo {
  position: absolute;
  right: 0;
  max-width: 45%;
  bottom: 0;
  z-index: 10;
  width: auto !important;
  border-radius: 0 0 25px 0 !important;
}

/*=============================================
                PP btm stripe
=============================================*/
.btm-stripe {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px 25px 0 0;
  height: 65px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 5%;
  z-index: 3000;
  transform: translateY(170%);
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 360px) {
  .btm-stripe {
    gap: 15px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .btm-stripe {
    display: none;
  }
}
.btm-stripe.show {
  transform: translateY(0);
}
.btm-stripe .btn-new {
  margin-bottom: 5px;
  font-size: 12px;
  margin-left: 45px;
}
@media (min-width: 360px) {
  .btm-stripe .btn-new {
    margin-bottom: 15px;
    font-size: 14px;
    margin-left: 0;
  }
}
.btm-stripe .share {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btm-stripe .btn-new {
  padding: 0 10px;
  flex-shrink: 0;
}

/*=============================================
                Sticker hide
=============================================*/
.page-template-page-pracovne-ponuky footer.site .bonus-sticker,
.single-pracovne-ponuky footer.site .bonus-sticker,
.page-template-page-homepage footer.site .bonus-sticker,
.page-template-page-blog footer.site .bonus-sticker,
.single-post footer.site .bonus-sticker,
.category footer.site .bonus-sticker {
  display: none;
}

.page-template-page-kontakt header.site .info-bar.info-bar-general,
.page-template-page-blog header.site .info-bar.info-bar-general,
.single-post header.site .info-bar.info-bar-general,
.category header.site .info-bar.info-bar-general,
.page-template-page-benefity header.site .info-bar.info-bar-general {
  display: flex;
}

section.privacy-policy {
  padding: 50px 5%;
  background-color: #f0f0f0;
}
section.privacy-policy .row {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1280px) {
  section.privacy-policy .row {
    gap: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  section.privacy-policy .row .privacy-policy--nav {
    width: 432px;
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  section.privacy-policy .row .privacy-policy--nav .btn-new,
  section.privacy-policy .row .privacy-policy--nav .navbar-title,
  section.privacy-policy .row .privacy-policy--nav .close {
    display: none;
  }
}
section.privacy-policy .row .privacy-policy--nav .navbar-title {
  margin-bottom: 30px;
  font-weight: 700;
}
section.privacy-policy .row .privacy-policy--nav .close {
  padding: 16px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  opacity: 1;
}
section.privacy-policy .row .privacy-policy--nav .close img {
  width: 14px;
  height: 14px;
}
@media (max-width: 1279px) {
  section.privacy-policy .row .privacy-policy--nav .navbar {
    transform: translateX(-120%);
    position: fixed;
    padding: 30px 16px;
    flex-direction: column;
    height: 100vh;
  }
  section.privacy-policy .row .privacy-policy--nav .navbar.active {
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 1002;
    overflow-y: scroll;
    transition: all 0.15s ease-in-out;
    transform: translateX(0);
  }
}
@media (min-width: 1280px) {
  section.privacy-policy .row .privacy-policy--nav .navbar {
    height: auto;
    display: flex;
    padding: 40px;
    border-radius: 24px;
    background-color: #ffffff;
  }
}
section.privacy-policy .row .privacy-policy--nav .navbar .collapse {
  margin: 0;
}
section.privacy-policy .row .privacy-policy--nav .navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 6px;
}
section.privacy-policy
  .row
  .privacy-policy--nav
  .navbar-nav
  .nav-item
  .nav-link {
  color: #141414;
  font-weight: 600;
  padding: 15px 15px 15px 35px;
  border-radius: 10px;
  position: relative;
}
section.privacy-policy
  .row
  .privacy-policy--nav
  .navbar-nav
  .nav-item
  .nav-link:hover {
  background-color: #f0f0f0;
}
section.privacy-policy
  .row
  .privacy-policy--nav
  .navbar-nav
  .nav-item
  .nav-link.active {
  background-color: #f0f0f0;
}
section.privacy-policy
  .row
  .privacy-policy--nav
  .navbar-nav
  .nav-item
  .nav-link.active:before {
  content: " ";
  position: absolute;
  background-color: #a01441;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 14px;
  transform: translateY(-50%);
  top: 50%;
}
section.privacy-policy
  .row
  .privacy-policy--nav
  .navbar-nav
  .nav-item
  .nav-link
  .number {
  color: #c50044;
}
section.privacy-policy .row .privacy-policy--content {
  width: 100%;
}
section.privacy-policy .row .privacy-policy--content #accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.privacy-policy .row .privacy-policy--content #accordion .card {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  border: none;
  background-color: transparent;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body {
  background: #ffffff;
  border-radius: 0 0 24px 24px;
  padding: 15px;
}
@media (min-width: 768px) {
  section.privacy-policy
    .row
    .privacy-policy--content
    #accordion
    .card
    .card-body {
    padding: 30px;
  }
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  a {
  font-weight: bold;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  ul,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  ol {
  margin-left: 0;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  td,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  th {
  border: 1px solid #000;
  padding: 10px;
  font-size: 12px;
}

section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h1,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h2,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h3,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h4,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h5,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h6,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  a {
  color: #c50044;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  ul,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  ol {
  margin-bottom: 0;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  ul
  li,
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  ol
  li {
  padding-bottom: 20px;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  p {
  margin-bottom: 20px;
  text-align: left;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  p:last-child {
  margin-bottom: 0;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-body
  h2 {
  margin: 60px 0 30px;
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 1024px) {
  section.privacy-policy
    .row
    .privacy-policy--content
    #accordion
    .card
    .card-body
    h2 {
    font-size: 32px;
  }
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button {
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  background: linear-gradient(90deg, #a01441, #c43852);
  border-radius: 24px 24px 0 0;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  gap: 10px;
  font-size: 20px;
  padding: 16px;
}
@media (min-width: 769px) {
  section.privacy-policy
    .row
    .privacy-policy--content
    #accordion
    .card
    .card-header
    button {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  section.privacy-policy
    .row
    .privacy-policy--content
    #accordion
    .card
    .card-header
    button {
    font-size: 30px;
  }
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button
  .title {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.privacy-policy
    .row
    .privacy-policy--content
    #accordion
    .card
    .card-header
    button
    .title {
    flex-direction: row;
  }
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button.collapsed {
  background: #ffffff;
  border-radius: 24px;
  color: #141414;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button.collapsed
  .number {
  color: #c50044;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button.collapsed
  .arrow {
  background: transparent;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button.collapsed
  .arrow
  i {
  transform: rotate(0);
  color: #c50044;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button:focus {
  outline: none;
  box-shadow: none;
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button
  .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  background: transparent;
  color: #c50044;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  section.privacy-policy
    .row
    .privacy-policy--content
    #accordion
    .card
    .card-header
    button
    .arrow {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }
}
section.privacy-policy
  .row
  .privacy-policy--content
  #accordion
  .card
  .card-header
  button
  .arrow
  i {
  color: #ffffff;
  transform: rotate(-180deg);
  transition: all 0.15s ease-in-out;
}
section.product-header {
  padding: 50px 5%;
}

section.product-header p:has(+ p) {
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.product-header {
    padding: 60px 5%;
  }
}
@media (min-width: 1441px) {
  section.product-header {
    padding: 60px 5%;
  }
}
section.product-header .row {
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  section.product-header .row .left {
    width: 50%;
  }
}
section.product-header .row .left .small-title p {
  color: #c50044;
}
section.product-header .row .left .thumb {
  display: flex;
  justify-content: center;
}
section.product-header .row .left .thumb .mobile {
  margin-bottom: 30px;
  max-width: 300px;
}
@media (min-width: 1024px) {
  section.product-header .row .left .thumb .mobile {
    display: none;
  }
}
section.product-header .row .left .text {
  padding-bottom: 1rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
section.product-header .row .left .text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 1590px) {
  section.product-header .row .left .text p {
    margin-bottom: 20px;
}
}
@media (min-width: 1024px) {
  section.product-header .row .left .text {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
section.product-header .row .left .product-navigation {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  section.product-header .row .left .product-navigation {
    padding-bottom: 50px;
  }
}
section.product-header .row .left .product-navigation a {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  color: #1c42be;
}
section.product-header .row .left .product-navigation a span {
  display: flex;
  align-items: center;
}
section.product-header .row .left .product-navigation a .blogbutton {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: none;
  transition: 0.1s ease-in-out;
  position: relative;
  background-color: #a01441;
}
section.product-header .row .left .product-navigation a .blogbutton svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: #ffffff;
}
section.product-header .row .left .product-content--row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  section.product-header .row .left .product-content--row {
    flex-wrap: nowrap;
    gap: 50px;
  }
}
section.product-header
  .row
  .left
  .product-content--row
  .product-content--sidebar
  .contact-widget {
  border-radius: 20px;
  background-color: #f0f0f0;
  padding: 30px;
}
section.product-header
  .row
  .left
  .product-content--row
  .product-content--sidebar
  .contact-widget
  h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111;
}
@media (min-width: 1590px) {
  section.product-header
    .row
    .left
    .product-content--row
    .product-content--sidebar
    .contact-widget
    h3 {
    font-size: 22px;
  }
}
section.product-header
  .row
  .left
  .product-content--row
  .product-content--main__part.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  section.product-header
    .row
    .left
    .product-content--row
    .product-content--main__part.features {
    grid-template-columns: 1fr 1fr;
  }
}
section.product-header
  .row
  .left
  .product-content--row
  .product-content--main__part.features
  .feature {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

section.product-header
    .row
    .left
    .product-content--row
    .product-content--main__part.features {
    margin-bottom: 1.5em;
}

@media (min-width: 1024px) {
  section.product-header
    .row
    .left
    .product-content--row
    .product-content--main__part.features
    .feature {
    gap: 50px;
  }
}
section.product-header
  .row
  .left
  .product-content--row
  .product-content--main__part.features
  .feature
  img {
  max-width: 80px;
}
section.product-header
  .row
  .left
  .product-content--row
  .product-content--main__part.features
  .feature
  p {
  margin-bottom: 0;
}
section.product-header .row .right {
  display: none;
}
@media (min-width: 1024px) {
  section.product-header .row .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .product-contact-wrap {
    max-width: 400px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  section.product-header .row .right {
    align-items: end;
  }
  .product-contact-wrap {
    max-width: 300px;
  }
}

.product-contact-wrap {
  padding: 28px;
  background-color: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  transition: transform 0.2s ease-in;
  display: flex;
  flex-direction: column;
}
.product-contact-wrap.responsive {
  justify-content: center;
  margin: 2rem auto auto;
}
@media (min-width: 1024px) {
  .product-contact-wrap.responsive {
    display: none;
  }
}
.product-contact-wrap p {
  line-height: 1.6;
  margin: 0;
}
.product-contact-wrap .btn-new {
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: start;
  margin-right: auto;
}
.product-contact-wrap .btn-new span {
  line-height: 1.3;
}
.product-contact-wrap .btn-new svg {
  position: relative;
  top: -2px;
}
section.product-header .row .right img {
  max-width: 300px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  section.product-header .row .right img {
    margin-top: 0;
  }
}
section.video-banner {
  height: 70vh;
  max-height: 770px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/slider-msg-life-mobile.webp);
}
@media (min-width: 768px) {
  section.video-banner {
    max-height: unset;
    background-image: url(../img/desktop-video-msg-life.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
    position: relative;
    justify-content: flex-start;
    align-items: center;
  }
}
section.video-banner video {
  display: none;
}
@media (min-width: 768px) {
  section.video-banner video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
section.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
section.video-banner .home-content {
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 3;
  padding: 0 5%;
}
section.video-banner .home-content--wrap {
  text-align: center;
  padding: 60px 0;
}
@media (min-width: 768px) {
  section.video-banner .home-content--wrap {
    width: 50%;
    text-align: left;
  }
}
section.video-banner .home-content--wrap .btn-new {
  display: none;
}
@media (min-width: 768px) {
  section.video-banner .home-content--wrap .btn-new {
    display: inline-block;
  }
}
section.video-banner .home-content--wrap .content {
  display: none;
}
@media (min-width: 768px) {
  section.video-banner .home-content--wrap .content {
    display: block;
  }
}
section.video-banner .home-content--wrap h1,
section.video-banner .home-content--wrap .small-title,
section.video-banner .home-content--wrap .content {
  color: #ffffff;
}
section#home-filter {
  background-image: linear-gradient(90deg, #c43852, #a01441);
  position: relative;
  z-index: 100;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 25px;
  margin-top: -80px;
  padding: 40px 35px 80px;
}
section#home-filter.career {
  margin-top: 0;
}
section#home-filter.locked {
  margin-top: -95px;
}
section#home-filter.notfound {
  margin-bottom: -95px;
}
@media (min-width: 1024px) {
  section#home-filter {
    margin-top: -76px;
    padding: 40px calc(5% - 15px);
  }
}
@media (min-width: 1441px) {
  section#home-filter {
    border-radius: 50px;
    margin-top: -85px;
    padding: 60px calc(5% - 15px);
    max-width: 1780px;
  }
}
@media (min-width: 1850px) {
  section#home-filter {
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
section#home-filter .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
section#home-filter .row .titles {
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  section#home-filter .row .titles {
    width: auto;
  }
}
section#home-filter .row .titles .para-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section#home-filter .row .titles .para-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1590px) {
  section#home-filter .row .titles .para-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  section#home-filter .row .titles {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  section#home-filter .row {
    flex-wrap: nowrap;
  }
}
section#home-filter .row .filters-wrap {
  width: 100%;
  position: relative;
}
section#home-filter .row .filters-wrap .filter-count {
  opacity: 0;
}
section#home-filter .row .filters-wrap .chosen {
  position: absolute;
  right: 0;
  color: #fff;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  section#home-filter .row .filters-wrap .chosen {
    text-align: right;
  }
}
section#home-filter .row .filters-wrap .filter-alert {
  display: none;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  section#home-filter .row .filters-wrap .filter-alert {
    text-align: right;
  }
}
section#home-filter .row .filters-wrap .filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  section#home-filter .row .filters-wrap .filters {
    justify-content: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  section#home-filter .row .filters-wrap .filters .dropdown {
    width: 275px;
  }
}
@media (min-width: 1441px) {
  section#home-filter .row .filters-wrap .filters .dropdown {
    width: 330px;
  }
}
section#home-filter .row .filters-wrap .filters .dropdown .active-filter {
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  color: #000 !important;
  cursor: pointer;
  text-align: left;
  justify-content: flex-start !important;
  width: 100%;
}
@media (min-width: 1200px) {
  section#home-filter .row .filters-wrap .filters .dropdown .active-filter {
    width: 275px;
  }
}
@media (min-width: 1441px) {
  section#home-filter .row .filters-wrap .filters .dropdown .active-filter {
    padding: 0 90px 0 40px;
    width: 330px;
  }
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .active-filter
  .filter-count {
  opacity: 0;
}
section#home-filter .row .filters-wrap .filters .dropdown .active-filter:after {
  position: absolute;
  display: block;
  content: " ";
  width: 10px;
  height: 10px;
  background-image: url(../svg/red-close-semi.svg);
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1441px) {
  section#home-filter
    .row
    .filters-wrap
    .filters
    .dropdown
    .active-filter:after {
    right: 40px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
section#home-filter .row .filters-wrap .filters .dropdown .dropdown-toggle {
  color: #000 !important;
  font-weight: 400;
  border: none;
  padding: 0 80px 0 20px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  cursor: pointer;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-toggle:before {
  position: absolute;
  display: block;
  content: " ";
  width: 12px;
  height: 7px;
  background-image: url(../svg/arw-red.svg);
  background-size: 12px 7px;
  background-position: center center;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1441px) {
  section#home-filter
    .row
    .filters-wrap
    .filters
    .dropdown
    .dropdown-toggle:before {
    width: 16px;
    height: 9px;
    right: 40px;
    background-size: 16px 9px;
  }
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-toggle:hover {
  background: #ffffff !important;
}
@media (min-width: 1441px) {
  section#home-filter .row .filters-wrap .filters .dropdown .dropdown-toggle {
    padding: 0 140px 0 40px;
  }
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-toggle:after {
  display: none;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown.show
  .dropdown-toggle.bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown.show
  .dropdown-toggle.top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown.show
  .dropdown-toggle
  img {
  transform: rotate(180deg);
}
section#home-filter .row .filters-wrap .filters .dropdown .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section#home-filter .row .filters-wrap .filters .dropdown .dropdown-menu {
  right: 0;
  z-index: 11;
  border: none;
  margin-top: 0;
  padding: 15px 10px;
  background: #f0f0f0;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-menu.show.bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-menu.show.top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section#home-filter .row .filters-wrap .filters .dropdown .dropdown-menu li {
  padding: 0 10px;
  border-radius: 10px;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-menu
  li:hover {
  background: #ffffff;
}
@media (min-width: 1441px) {
  section#home-filter .row .filters-wrap .filters .dropdown .dropdown-menu li {
    padding: 0 30px;
  }
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .dropdown
  .dropdown-menu
  button {
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  text-align: left;
}
@media (min-width: 1441px) {
  section#home-filter
    .row
    .filters-wrap
    .filters
    .dropdown
    .dropdown-menu
    button {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
section#home-filter .row .filters-wrap .filters .filter {
  margin-bottom: 20px;
}
section#home-filter
  .row
  .filters-wrap
  .filters
  .filter.filter2
  .dropdown-menu
  .filter-button:nth-child(2) {
  border: 2px solid brown;
}
@media (min-width: 1200px) {
  section#home-filter .row .filters-wrap .filters .filter {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
section#home-filter .row .titles {
  color: #ffffff;
  flex-shrink: 0;
}
section#home-filter .row .titles .small-title {
  color: #ffffff;
  line-height: 1;
}
section#home-filter .row .titles h2 {
  color: #ffffff;
}
section.specialists {
  padding: 50px 5%;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.specialists {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.specialists {
    padding: 80px 5%;
  }
}
section.specialists .desktop {
  display: none;
}
@media (min-width: 1024px) {
  section.specialists .desktop {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  section.specialists .mobile {
    display: none;
  }
}
section.specialists .map-europe {
  position: absolute;
  right: 0;
  bottom: 70px;
  height: 300px;
  z-index: 9;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  section.specialists .map-europe {
    top: 70px;
    bottom: unset;
    height: 450px;
  }
}
@media (min-width: 1441px) {
  section.specialists .map-europe {
    height: 500px;
  }
}
section.specialists .row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.specialists .row {
    flex-direction: row;
  }
}
section.specialists .row .left {
  width: 100%;
}
@media (min-width: 1024px) {
  section.specialists .row .left {
    width: 50%;
    padding-right: 16%;
  }
}
section.specialists .row .left .small-title {
  color: #c50044;
  text-align: center;
}
@media (min-width: 1024px) {
  section.specialists .row .left .small-title {
    text-align: left;
  }
}
section.specialists .row .left h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  section.specialists .row .left h2 {
    text-align: left;
  }
}
section.specialists .row .left p {
  margin-bottom: 30px;
}
section.specialists .row .left p a {
  color: #c50044;
  font-weight: bold;
}
section.specialists .row .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  section.specialists .row .right {
    width: 50%;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
section.specialists .row .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  width: 50%;
}
@media (min-width: 1024px) {
  section.specialists .row .right .item {
    padding-bottom: 0;
    width: auto;
  }
}
section.specialists .row .right .item .number {
  font-size: 70px;
  line-height: 1;
  color: #c50044;
  font-weight: 900;
  background: linear-gradient(90deg, #c43852, #a01441);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.specialists .row .right .item .content {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
section.clients {
  background-color: #f0f0f0;
  padding: 50px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.clients {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.clients {
    padding: 80px 5%;
  }
}
section.clients .row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  flex-direction: column;
}
section.clients .row .desktop {
  display: none;
}
@media (min-width: 1024px) {
  section.clients .row .desktop {
    display: inline-flex;
  }
}
section.clients .row .mobile {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  section.clients .row .mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  section.clients .row {
    flex-direction: row;
  }
}
section.clients .row .left {
  width: 100%;
  order: 2;
}
@media (min-width: 1024px) {
  section.clients .row .left {
    width: 63%;
    padding-right: 5%;
    order: 1;
  }
}
section.clients .row .left .clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  section.clients .row .left .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.clients .row .left .clients-grid .card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border: none;
  background: transparent;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
section.clients .row .left .clients-grid .card:nth-child(7) {
  display: none;
}
section.clients .row .left .clients-grid .card:nth-child(8) {
  display: none;
}
section.clients .row .left .clients-grid .card:nth-child(9) {
  display: none;
}
@media (min-width: 768px) {
  section.clients .row .left .clients-grid .card:nth-child(7) {
    display: flex;
  }
  section.clients .row .left .clients-grid .card:nth-child(8) {
    display: flex;
  }
  section.clients .row .left .clients-grid .card:nth-child(9) {
    display: flex;
  }
}
section.clients .row .left .clients-grid .card .client-logo {
  max-height: 50px;
  max-width: 125px;
}
@media (min-width: 768px) {
  section.clients .row .left .clients-grid .card .client-logo {
    max-height: 60px;
    max-width: 160px;
  }
}
@media (min-width: 1440px) {
  section.clients .row .left .clients-grid .card .client-logo {
    max-height: 60px;
    max-width: 200px;
  }
}
section.clients .row .right {
  width: 100%;
  order: 1;
}
@media (min-width: 1024px) {
  section.clients .row .right {
    width: 37%;
    order: 2;
  }
}
section.clients .row .right .small-title {
  color: #c50044;
  text-align: center;
}
@media (min-width: 1024px) {
  section.clients .row .right .small-title {
    text-align: left;
  }
}
section.clients .row .right h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  section.clients .row .right h2 {
    text-align: left;
  }
}
section.clients .row .right p {
  margin-bottom: 30px;
}
section.clients .row .right p a {
  color: #c50044;
  font-weight: bold;
}
section.life-in {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.life-in {
    padding: 70px 0;
  }
}
@media (min-width: 1441px) {
  section.life-in {
    padding: 80px 0;
  }
}
section.life-in .btn-new {
  margin-top: 50px;
}
section.life-in .row {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 5%;
}
@media (min-width: 1024px) {
  section.life-in .row {
    margin-bottom: -110px;
    text-align: left;
  }
}
@media (min-width: 1800px) {
  section.life-in .row {
    padding: 0 15px;
  }
}
section.life-in .row .small-title {
  color: #c50044;
}
section.life-in .widerow {
  gap: 20px;
  flex-wrap: nowrap;
  display: none;
}
@media (min-width: 1024px) {
  section.life-in .widerow {
    display: flex;
  }
}
section.life-in .widerow .part1 {
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
section.life-in .widerow .part1 .square-small {
  display: none;
}
@media (min-width: 1640px) {
  section.life-in .widerow .part1 .square-small {
    display: block;
  }
}
section.life-in .widerow .part1 .square-medium {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1921px) {
  section.life-in .widerow .part1 .square-medium {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
section.life-in .widerow .part1 .square-medium .inner {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-1.jpg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1921px) {
  section.life-in .widerow .part1 .square-medium .inner {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
section.life-in .widerow .part2 {
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
section.life-in .widerow .part2 .square-medium {
  display: none;
}
@media (min-width: 1640px) {
  section.life-in .widerow .part2 .square-medium {
    display: block;
  }
}
section.life-in .widerow .part2 .square-medium .inner {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-2.jpg);
}
section.life-in .widerow .part3 {
  width: 27.5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.life-in .widerow .part3 .top {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: flex-end;
}
section.life-in .widerow .part3 .top .square-medium .inner {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-4.jpg);
}
section.life-in .widerow .part3 .bottom {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
section.life-in .widerow .part3 .bottom .square-medium .inner {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-3.jpg);
  background-position: top center;
}
section.life-in .widerow .part3 .bottom .left {
  width: 100%;
}
section.life-in .widerow .part3 .bottom .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.life-in .widerow .part4 {
  width: 49.5%;
}
section.life-in .widerow .part4 .square-large {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 1921px) {
  section.life-in .widerow .part4 .square-large {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
section.life-in .widerow .part4 .square-large .inner {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-5.jpg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 1921px) {
  section.life-in .widerow .part4 .square-large .inner {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
section.life-in .widerow .square {
  border-radius: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1441px) {
  section.life-in .widerow .square {
    border-radius: 25px;
  }
}
section.life-in .widerow .square .inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1441px) {
  section.life-in .widerow .square .inner {
    border-radius: 25px;
  }
}
section.life-in .widerow .square .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
section.life-in .widerow .square .inner:hover {
  transform: scale(1.05);
}
section.life-in .widerow .square-small {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  section.life-in .widerow .square-small {
    height: 67px;
    width: 67px;
  }
}
@media (min-width: 1640px) {
  section.life-in .widerow .square-small {
    height: 150px;
    width: 150px;
  }
}
section.life-in .widerow .square-small.red {
  background: linear-gradient(90deg, #c43852, #a01441);
}
section.life-in .widerow .square-small.white {
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.life-in .widerow .square-small.grey {
  background: #f0f0f0;
}
@media (min-width: 1024px) {
  section.life-in .widerow .square-medium {
    height: 155px;
  }
}
@media (min-width: 1640px) {
  section.life-in .widerow .square-medium {
    height: 320px;
  }
}
section.life-in .widerow .square-wide {
  background: pink;
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  section.life-in .widerow .square-wide {
    height: 155px;
  }
}
@media (min-width: 1024px) {
  section.life-in .widerow .square-large {
    height: 330px;
  }
}
@media (min-width: 1640px) {
  section.life-in .widerow .square-large {
    height: 660px;
  }
}
section.life-in .mobilerow {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.life-in .mobilerow {
    display: none;
  }
}
section.life-in .mobilerow .part1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}
section.life-in .mobilerow .part1 .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
section.life-in .mobilerow .part1 .left .top {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
section.life-in .mobilerow .part1 .left .top .square {
  width: calc(50% - 10px);
}
section.life-in .mobilerow .part1 .left .bottom {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
section.life-in .mobilerow .part1 .left .bottom .square {
  width: 50%;
}
section.life-in .mobilerow .part1 .left .bottom .square.bg {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-1-mobil-V3.jpg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section.life-in .mobilerow .part1 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.life-in .mobilerow .part1 .right .top {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
section.life-in .mobilerow .part1 .right .top .left .square.bg {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-2-mobil.jpg);
}
section.life-in .mobilerow .part1 .right .top .right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
section.life-in .mobilerow .part1 .right .top .right .small {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.life-in .mobilerow .part1 .right .bottom .square.bg {
  background-image: url(../img/aktualne-dianie-v-spolocnosti-3-V2.jpg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.life-in .mobilerow .part2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
section.life-in .mobilerow .part2 .square.bg {
  width: 80%;
  background-image: url(../img/aktualne-dianie-v-spolocnosti-5-mobil.jpg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section.life-in .mobilerow .part2 .square.red {
  width: 20%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.life-in .mobilerow .square {
  border-radius: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.life-in .mobilerow .square.red {
  background: linear-gradient(90deg, #c43852, #a01441);
}
section.life-in .mobilerow .square.grey {
  background: #f0f0f0;
}
section.life-in .mobilerow .square.white {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.life-in .mobilerow .square.small {
  height: 85px;
}
section.life-in .mobilerow .square.medium {
  height: 190px;
}
section.clanky {
  padding: 50px 5%;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
section.clanky .row {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.clanky {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.clanky {
    padding: 80px 5%;
  }
}
section.clanky .small-title {
  color: #c50044;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.clanky.similar {
    padding-bottom: 20px;
  }
}
@media (min-width: 1441px) {
  section.clanky.similar {
    padding-bottom: 30px;
  }
}
section.clanky.similar .articles {
  justify-content: center;
}
section.clanky.similar .articles .article {
  padding: 0 15px;
}
section.clanky .articles {
  padding: 0 0 50px;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.clanky .articles {
    padding: 0 15px 50px;
  }
}
section.clanky .articles .flickity-viewport {
  width: 100%;
  position: static;
}
@media (min-width: 1024px) {
  section.clanky .articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1441px) {
  section.clanky .articles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.clanky .articles .article {
  transition: none;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  section.clanky .articles .article {
    padding: 0;
    width: auto;
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
section.clanky .articles .article:hover {
  transform: translateY(-6px);
}
section.clanky .articles .article:hover .article--header {
  transform: translateY(-6px);
}
section.clanky .articles .article:hover .article--content {
  transform: translateY(-6px);
}
section.clanky .articles .article:hover .blogbutton {
  background-color: #a01441;
}
section.clanky .articles .article:hover .blogbutton svg {
  fill: #ffffff;
}
@media (min-width: 1024px) {
  section.clanky .articles .article:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1441px) {
  section.clanky .articles .article:nth-child(4) {
    display: block;
  }
}
section.clanky .article {
  width: 100%;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 1024px) {
  section.clanky .article {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  section.clanky .article {
    padding: 0;
  }
}
section.clanky .article a:hover {
  text-decoration: none;
}
section.clanky .article:hover .blogbutton {
  background-color: #a01441;
}
section.clanky .article:hover .blogbutton svg {
  fill: #ffffff;
}
section.clanky .article .article--link {
  display: block;
  height: 100%;
  width: 100%;
}
section.clanky .article .article--inner {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
    background: white;
    height: 100%;
}

section.clanky .article .article--inner .article--header {
  display: flex;
  height: 260px;
  padding: 15px 15px;
  background-size: cover;
  background-position: top right;
  flex-wrap: wrap-reverse;
  align-content: flex-start;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.clanky .article .article--inner .article--header {
    height: 260px;
  }
}
@media (min-width: 1441px) {
  section.clanky .article .article--inner .article--header {
    height: 300px;
  }
}
section.clanky .article .article--inner .article--content {
  position: relative;
  flex-direction: column;
  display: flex;
  padding: 20px 25px;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #ffffff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (min-width: 961px) {
  section.clanky .article .article--inner .article--content {
    padding: 20px 35px;
  }
}
section.clanky .article .article--inner .article--content p {
  margin-bottom: 20px;
  min-height: 120px;
}
section.clanky .article .article--inner .article--content em {
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  section.clanky .article .article--inner .article--content h3 {
    height: 92px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1590px) {
  section.clanky .article .article--inner .article--content h3 {
    height: 112px;
  }
}
section.clanky .article .article--inner .article--content h3:hover {
  color: #000000;
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  .article--meta
  a,
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  .article--meta
  span {
  display: block;
  color: #141414;
  font-size: 12px;
}

section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  .article--meta
  a {
  color: #c50044 !important;
}

@media screen and (min-width: 1440px) {
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--content
    .article--meta
    a,
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--content
    .article--meta
    span {
    font-size: 16px;
  }
}
section.blog-listing .listing-wrap .article .article--inner .tags a {
  background: #f0f0f0;
  border-radius: 10px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: black;
  font-weight: 400;
}
section.blog-listing .listing-wrap .article .article--inner .tags a:hover {
  color: #fff;
  background-color: #a01441 !important;
}

@media (min-width: 1024px) {
  section.blog-listing .listing-wrap .article .article--inner .tags {
    margin-left: 15px;
  }
}
section.blog-listing .listing-wrap .article .article--inner .tags-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
section.about-us {
  padding: 50px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.about-us {
    padding: 60px 0 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.about-us {
    padding: 60px 0 80px 5%;
  }
}
@media (min-width: 1620px) {
  section.about-us {
    padding: 60px 5% 60px;
  }
}
section.about-us .row-benefits {
  display: none;
}
@media (min-width: 1200px) {
  section.about-us .row-benefits {
    display: flex;
    min-height: 362px;
  }
}
section.about-us .small-title {
  color: #c50044;
}
section.about-us .row {
  position: relative;
}
section.about-us .row .mobile {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  section.about-us .row .mobile {
    display: none;
  }
}
section.about-us .row .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45%;
  z-index: 100;
}
section.about-us .row .nav .nav-link.active {
  background: transparent;
  color: #ffffff;
}
section.about-us .row .nav .nav-link.active .nav-link-wrap {
  background-image: linear-gradient(90deg, #c43852, #a01441);
  transform: translateX(45px);
}
section.about-us .row .nav .nav-link.active .nav-link-wrap .left p {
  color: #ffffff;
  background: linear-gradient(90deg, white, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.about-us .row .nav .nav-link.active .nav-link-wrap p {
  color: #ffffff;
}
section.about-us .row .nav .nav-link .nav-link-wrap {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 15px 30px;
  width: 250px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1441px) {
  section.about-us .row .nav .nav-link .nav-link-wrap {
    width: 310px;
  }
}
section.about-us .row .nav .nav-link .nav-link-wrap .left {
  margin-right: 15px;
}
section.about-us .row .nav .nav-link .nav-link-wrap .left p {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  background: linear-gradient(90deg, #c43852, #a01441);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1620px) {
  section.about-us .row .nav .nav-link .nav-link-wrap .left p {
    font-size: 70px;
  }
}
section.about-us .row .nav .nav-link .nav-link-wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.about-us .row .nav .nav-link .nav-link-wrap .right p {
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 1620px) {
  section.about-us .row .nav .nav-link .nav-link-wrap .right p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
section.about-us .row .tab-content {
  position: relative;
  z-index: 10;
  min-height: 422px;
  display: flex;
  align-items: center;
}
section.about-us .row .tab-content .tab-pane-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
section.about-us .row .tab-content .tab-pane-wrapper .left {
  width: 48%;
  padding-right: 16%;
}
section.about-us .row .tab-content .tab-pane-wrapper .right {
  width: 57%;
}
section.about-us .row .tab-content .tab-pane-wrapper .right img {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1620px) {
  section.about-us .row .tab-content .tab-pane-wrapper .right img {
    border-radius: 50px;
  }
}
section.history {
  position: relative;
  overflow: visible;
  padding: 0 5% 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.history {
    padding: 0 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.history {
    padding: 0 0 80px;
  }
}
section.history .historia-oval {
  position: absolute;
  height: 158px;
  width: 158px;
  top: -79px;
  right: -79px;
  display: none;
}
@media screen and (min-width: 1440px) {
  section.history .historia-oval {
    display: block;
  }
}
section.history .timeline .timeline-carousel-up {
  max-height: 245px;
}
@media (min-width: 1280px) {
  section.history .timeline .timeline-carousel-up {
    display: none;
  }
}
section.history .timeline .timeline-carousel-up .flickity-viewport {
  min-height: 260px;
  padding: 10px 0;
}
section.history .timeline .timeline-carousel-up .flickity-button {
  z-index: 1000;
}
section.history .timeline .timeline-carousel-up .timeline-carousel-up-cell {
  width: 100%;
}
section.history .timeline .timeline-carousel-up .timeline-carousel-up-cell img {
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.history .timeline #timeline-carousel {
  display: none;
}
@media (min-width: 1280px) {
  section.history .timeline #timeline-carousel {
    display: block;
  }
}
section.history .timeline #timeline-carousel .flickity-slider {
  text-align: center;
}
@media (min-width: 1280px) {
  section.history .timeline #timeline-carousel .flickity-slider {
    transform: translateX(0) !important;
  }
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-top: 2px;
}
@media (min-width: 1279px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell {
    width: 14.28%;
    padding-top: 160px;
  }
}
@media (min-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell {
    padding-top: 210px;
  }
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  p {
  margin-bottom: 0;
  font-size: 10px;
}
@media (min-width: 1280px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    p {
    font-size: 14px;
  }
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell:first-child
  .line {
  width: 50%;
  right: 0;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell:last-child
  .line {
  width: 50%;
  left: 0;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  .line {
  position: absolute;
  bottom: 43px;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
}
@media (min-width: 1280px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    .line {
    bottom: 46px;
  }
}
@media (min-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    .line {
    bottom: 49px;
  }
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  .history-text {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  .history-content {
  opacity: 0.3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -97px;
  transition: 0.3s ease-in-out;
  padding-bottom: 30px;
  display: none;
}
@media (min-width: 961px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    .history-content {
    display: flex;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    .history-content {
    margin-left: -70px;
  }
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  .history-content
  img {
  border-radius: 50%;
  filter: grayscale(100%);
  max-width: 194px;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel
    .flickity-slider
    .timeline-carousel-cell
    .history-content
    img {
    max-width: 140px;
  }
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-left: 0;
  margin-bottom: 1rem;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  ul
  .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell.is-selected
  .history-content {
  opacity: 1;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell.is-selected
  .history-content
  img {
  filter: grayscale(0);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell.is-selected
  p {
  color: #231f20;
  font-weight: bold;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell.is-selected
  .history-text {
  color: #231f20;
  font-weight: bold;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell.is-selected
  ul
  .dot {
  background: #a01441;
}
section.history
  .timeline
  #timeline-carousel
  .flickity-slider
  .timeline-carousel-cell
  .year {
  margin: 0;
}
@media (min-width: 1280px) {
  section.history .timeline #timeline-carousel-down {
    display: none;
  }
}
section.history .timeline #timeline-carousel-down .flickity-slider {
  text-align: center;
}
@media (min-width: 1280px) {
  section.history .timeline #timeline-carousel-down .flickity-slider {
    transform: translateX(0) !important;
  }
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-top: 2px;
}
@media (min-width: 1279px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell {
    width: 14.28%;
    padding-top: 160px;
  }
}
@media (min-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell {
    padding-top: 210px;
  }
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  p {
  margin-bottom: 0;
  font-size: 10px;
}
@media (min-width: 1280px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell
    p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell
    p {
    font-size: 14px;
  }
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell:first-child
  .line {
  width: 50%;
  right: 0;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell:last-child
  .line {
  width: 50%;
  left: 0;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  .line {
  position: absolute;
  bottom: 43px;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
}
@media (min-width: 1280px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell
    .line {
    bottom: 50px;
  }
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  .history-text {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  .history-content {
  opacity: 0.3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -97px;
  transition: 0.3s ease-in-out;
  padding-bottom: 30px;
  display: none;
}
@media (min-width: 961px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell
    .history-content {
    display: flex;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell
    .history-content {
    margin-left: -70px;
  }
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  .history-content
  img {
  border-radius: 50%;
  filter: grayscale(100%);
  max-width: 194px;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.history
    .timeline
    #timeline-carousel-down
    .flickity-slider
    .timeline-carousel-cell
    .history-content
    img {
    max-width: 140px;
  }
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-left: 0;
  margin-bottom: 1rem;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  ul
  .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell.is-selected
  .history-content {
  opacity: 1;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell.is-selected
  .history-content
  img {
  filter: grayscale(0);
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell.is-selected
  p {
  color: #231f20;
  font-weight: bold;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell.is-selected
  ul
  .dot {
  background: #a01441;
}
section.history
  .timeline
  #timeline-carousel-down
  .flickity-slider
  .timeline-carousel-cell
  .year {
  margin: 0;
}
.gray {
  background-color: #f0f0f0;
}
section.our-team {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
section.our-team .small-title {
  color: #c50044;
}
section.our-team .row {
  position: relative;
  z-index: 10;
}
section.our-team.grey {
  background-color: #f0f0f0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.our-team {
    padding: 70px 0;
  }
}
@media (min-width: 1441px) {
  section.our-team {
    padding: 80px 0;
  }
}
section.our-team .btn-new {
  margin-top: 50px;
}
section.our-team .team-column {
  padding: 0;
}
section.our-team p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
section.our-team.v2 .our-team-wrapper .flickity-viewport {
  min-height: 480px;
}
section.our-team.v2 .our-team-wrapper .team-member {
  height: 425px;
}
section.our-team.v2 .our-team-wrapper .team-member.is-selected {
  height: 475px;
}
section.our-team.v2
  .our-team-wrapper
  .team-member.is-selected
  .team-member-caption
  .left
  .topquote {
  position: absolute;
  width: 73px;
  fill: #a01441;
  top: -34px;
  left: 20px;
  display: block;
}
@media (min-width: 1440px) {
  section.our-team.v2
    .our-team-wrapper
    .team-member.is-selected
    .team-member-caption
    .left
    .topquote {
    left: 50px;
  }
}
@media (min-width: 1024px) {
  section.our-team.v2 .our-team-wrapper .team-member {
    width: 10%;
    height: 380px;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 1500px) {
  section.our-team.v2 .our-team-wrapper .team-member {
    height: 496px;
  }
}
section.our-team.v2
  .our-team-wrapper
  .team-member.active
  .team-member-caption
  .left
  .topquote {
  position: absolute;
  width: 73px;
  fill: #a01441;
  top: -34px;
  left: 20px;
  display: block;
}
@media (min-width: 1440px) {
  section.our-team.v2
    .our-team-wrapper
    .team-member.active
    .team-member-caption
    .left
    .topquote {
    left: 50px;
  }
}
section.our-team.v2 .our-team-wrapper .team-member .team-member-caption {
  position: relative;
  display: flex;
  flex-direction: column;
}
section.our-team.v2 .our-team-wrapper .team-member .team-member-caption .quote {
  margin-bottom: 25px;
  font-size: 14px;
}
section.our-team.v2
  .our-team-wrapper
  .team-member
  .team-member-caption
  .quote
  p {
  margin-bottom: 0;
}
@media (min-width: 1640px) {
  section.our-team.v2
    .our-team-wrapper
    .team-member
    .team-member-caption
    .quote {
    font-size: 16px;
  }
}
section.our-team.v2 .our-team-wrapper .team-member .team-member-caption .left {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
}
section.our-team.v2
  .our-team-wrapper
  .team-member
  .team-member-caption
  .left
  .topquote {
  position: absolute;
  width: 73px;
  fill: #a01441;
  top: -78px;
  left: 20px;
  display: none;
}
@media (min-width: 1440px) {
  section.our-team.v2
    .our-team-wrapper
    .team-member
    .team-member-caption
    .left
    .topquote {
    left: 50px;
  }
}
section.our-team.v2
  .our-team-wrapper
  .team-member
  .team-member-caption
  .left
  .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
section.our-team.v2
  .our-team-wrapper
  .team-member
  .team-member-caption
  .left
  .content
  .job {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
  word-break: break-word;
}
section.our-team.v2
  .our-team-wrapper
  .team-member
  .team-member-caption
  .left
  .content
  .name {
  line-height: 1;
  margin-bottom: 20px;
}
section.our-team .our-team-wrapper {
  margin-bottom: 50px;
}
section.our-team .our-team-wrapper .flickity-viewport {
  min-height: 395px;
  transition: height 0.2s;
}
section.our-team .our-team-wrapper .flickity-viewport .flickity-slider {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  section.our-team .our-team-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
section.our-team .our-team-wrapper .team-member {
  width: 70%;
  height: 325px;
  padding: 0 7px;
  cursor: pointer;
  transition: height 0.2s ease-out;
}
section.our-team .our-team-wrapper .team-member.is-selected {
  height: 375px;
}
section.our-team .our-team-wrapper .team-member.is-selected .team-member-wrap {
  filter: grayscale(0);
}
section.our-team
  .our-team-wrapper
  .team-member.is-selected
  .team-member-wrap
  .team-member-caption {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  section.our-team .our-team-wrapper .team-member {
    width: 10%;
    height: 380px;
    padding: 0 10px;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 1500px) {
  section.our-team .our-team-wrapper .team-member {
    height: 496px;
  }
}
section.our-team .our-team-wrapper .team-member .team-member-wrap {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 25px;
  background-size: cover !important;
  filter: grayscale(100%);
  background-position: center !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  section.our-team .our-team-wrapper .team-member .team-member-wrap {
    background-position: 60% !important;
  }
}
@media (min-width: 1280px) {
  section.our-team .our-team-wrapper .team-member .team-member-wrap {
    background-position: 62% !important;
  }
}
@media (min-width: 1500px) {
  section.our-team .our-team-wrapper .team-member .team-member-wrap {
    background-position: 61% !important;
  }
}
section.our-team
  .our-team-wrapper
  .team-member
  .team-member-wrap
  .team-member-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transform: translateY(120%);
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption {
    padding: 30px 50px;
  }
}
section.our-team
  .our-team-wrapper
  .team-member
  .team-member-wrap
  .team-member-caption
  .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
section.our-team
  .our-team-wrapper
  .team-member
  .team-member-wrap
  .team-member-caption
  .left
  .job {
  font-size: 12px;
  color: #c50044;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 1024px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption
    .left
    .job {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption
    .left
    .job {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
section.our-team
  .our-team-wrapper
  .team-member
  .team-member-wrap
  .team-member-caption
  .left
  .name {
  font-size: 18px;
  font-weight: bold;
  color: #212529;
  line-height: 1;
}
@media (min-width: 1024px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption
    .left
    .name {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption
    .left
    .name {
    font-size: 24px;
  }
}
section.our-team
  .our-team-wrapper
  .team-member
  .team-member-wrap
  .team-member-caption
  .button {
  background-color: #a01441;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: none;
  flex-shrink: 0;
  background-position: center center;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media (min-width: 1440px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption
    .button {
    height: 50px;
    width: 50px;
  }
}
section.our-team
  .our-team-wrapper
  .team-member
  .team-member-wrap
  .team-member-caption
  .button::before {
  content: "";
  display: block;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  width: 11px;
  height: 11px;
  right: 8px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1440px) {
  section.our-team
    .our-team-wrapper
    .team-member
    .team-member-wrap
    .team-member-caption
    .button::before {
    right: 16px;
  }
}
@media (min-width: 1024px) {
  section.our-team .our-team-wrapper .team-member.active {
    width: 40%;
  }
  section.our-team .our-team-wrapper .team-member.active .team-member-wrap {
    filter: grayscale(0);
  }
  section.our-team
    .our-team-wrapper
    .team-member.active
    .team-member-wrap
    .team-member-caption {
    transform: translateY(0);
  }
}
@media (min-width: 950px) {
  section.uspechy .val-down {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
  }
}
section.uspechy {
  padding: 70px 5%;
}

section.uspechy .row.val-down {
  justify-content: center;
  align-items: center;
}

section.uspechy .gallery-wrapper {
  min-width: 60%;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
}

section.uspechy .gallery-wrapper img {
  height: 140px;
  border-radius: 12px;
}
section.uspechy .gallery-wrapper img:first-of-type {
  height: 110px;
}
section.newval.up {
  padding: 50px 5% 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.newval.up {
    padding: 70px 0 30px 5%;
  }
}
@media (min-width: 1441px) {
  section.newval.up {
    padding: 80px 0 30px 5%;
  }
}
@media (min-width: 1620px) {
  section.newval.up {
    padding: 80px 0 30px 5%;
  }
}
section.newval.down {
  padding: 30px 5%;
  background: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.newval.down {
    padding: 70px 5% 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.newval.down {
    padding: 80px 5% 80px 5%;
  }
}
@media (min-width: 1620px) {
  section.newval.down {
    padding: 80px 5%;
  }
}
section.newval .mobimg {
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  section.newval .mobimg {
    display: none;
  }
}
section.newval img {
  min-width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  section.newval img {
    min-width: 100%;
    margin-bottom: 0;
  }
}
section.newval .small-title {
  color: #c50044;
  margin-bottom: 10px !important;
}
section.newval .val-up {
  flex-direction: column;
}
section.newval .val-up .val-up-part {
  width: 100%;
}
@media (min-width: 1200px) {
  section.newval .val-up .val-up-part.wide {
    width: 90%;
    display: flex;
    align-items: center;
  }
  section.newval .val-up .val-up-part.wide img {
    border-radius: 50px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) and (min-width: 1620px) {
  section.newval .val-up .val-up-part.wide img {
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  section.newval .val-up .val-up-part .left p {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  section.newval .val-up .val-up-part {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.newval .val-up {
    flex-direction: row;
  }
}
section.newval .val-up .hidemob {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  section.newval .val-up .hidemob {
    display: none;
  }
}
section.newval .val-up .deshow {
  display: none;
}
@media (min-width: 1200px) {
  section.newval .val-up .deshow {
    display: block;
  }
}
section.newval .val-down {
  flex-direction: column;
}
@media (min-width: 1200px) {
  section.newval .val-down {
    flex-direction: row;
  }
}
section.newval .val-down .deshow {
  display: none;
}
@media (min-width: 1200px) {
  section.newval .val-down .deshow {
    display: block;
  }
}
section.newval .val-down .val-down-part {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  section.newval .val-down .val-down-part.wide {
    width: 55%;
    display: flex;
    align-items: center;
  }
}
section.newval .val-down .val-down-part .right p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  section.newval .val-down .val-down-part {
    width: 45%;
  }
  section.newval .val-down .val-down-part img {
    border-radius: 50px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) and (min-width: 1620px) {
  section.newval .val-down .val-down-part img {
    border-radius: 50px;
  }
}
section.newval .left {
  margin: auto;
  text-align: center;
}
section.newval .left p:last-child {
  margin-bottom: 0;
}
section.newval .grid {
  text-align: center;
}
@media (min-width: 1200px) {
  section.newval .left {
    text-align: left;
    padding-right: 65px;
    margin-bottom: 20px;
  }
    section.newval .right-padding {
        padding-right: 65px;
    }
  section.newval .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    text-align: left;
  }
  section.newval .grid p {
    margin-bottom: 1rem;
  }
}
section.newval .right {
  margin: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  section.newval .right {
    text-align: left;
    padding-left: 65px;
  }
}
section.newval .values-right,
section.newval .values-left {
  background-size: cover !important;
}
section.newval .values-right {
  background: url(../img/nasa-misia.jpg) no-repeat;
}
section.newval .values-left {
  margin-bottom: 30px;
  background: url(../img/ciele.jpg) no-repeat;
}
section.about-benefits {
  position: relative;
  overflow: hidden;
  padding: 50px 5%;
}
section.about-benefits .row {
  position: relative;
  z-index: 10;
}
section.about-benefits .text-center {
  width: 100%;
}
section.about-benefits .mobhide {
  display: none;
}
@media (min-width: 768px) {
  section.about-benefits .mobhide {
    display: inline-flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.about-benefits {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.about-benefits {
    padding: 80px 5%;
  }
}
section.about-benefits .btn-new {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  section.about-benefits .btn-new {
    margin-top: 50px;
  }
}
section.about-benefits .small-title {
  color: #c50044;
}
section.about-benefits .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
section.about-benefits .row.mobile {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
section.about-benefits .row.mobile .accordion {
  width: 100%;
}
section.about-benefits .row.mobile .accordion .card {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
section.about-benefits .row.mobile .accordion .card .show .card-body {
  border-radius: 0 0 25px 25px;
}
section.about-benefits .row.mobile .accordion .card .card-body {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px;
}
section.about-benefits .row.mobile .accordion .card .small-title {
  text-align: center;
}
section.about-benefits .row.mobile .accordion .card p {
  margin-bottom: 0;
}
section.about-benefits .row.mobile .accordion .card {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
section.about-benefits .row.mobile .accordion .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
}
section.about-benefits .row.mobile .accordion .card .card-header .btn-link {
  padding: 0 30px;
  text-align: center;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  border-radius: 25px 25px 0 0;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link
  .left {
  display: flex;
  gap: 15px;
  align-items: center;
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link
  .left
  svg
  path {
  fill: #ffffff;
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link
  .arw {
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link
  svg
  path {
  fill: #ffffff;
}
section.about-benefits .row.mobile .accordion .card .card-header .btn-link h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link.collapsed {
  border-radius: 25px;
  background: #ffffff;
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link.collapsed
  h2 {
  color: #141414;
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link.collapsed
  svg
  path {
  fill: #a01441;
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link.collapsed
  .arw {
  transform: rotate(0);
}
section.about-benefits
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-link.collapsed
  .arw
  svg
  path {
  fill: #a01441;
}
@media screen and (min-width: 1200px) {
  section.about-benefits .row.mobile {
    display: none;
  }
}
section.about-benefits .row.desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  section.about-benefits .row.desktop {
    gap: 50px;
    display: flex;
  }
  section.about-benefits .row.desktop .about-benefits--right {
    width: 640px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.about-benefits .row.desktop .about-benefits--right .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
  }
  section.about-benefits .row.desktop .about-benefits--right .nav .nav-link {
    height: 143px;
    width: 143px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 10px;
    gap: 20px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  section.about-benefits
    .row.desktop
    .about-benefits--right
    .nav
    .nav-link
    svg
    path {
    fill: #a01441;
    transition: all 0.2s ease-in-out;
  }
  section.about-benefits
    .row.desktop
    .about-benefits--right
    .nav
    .nav-link.active {
    background-image: linear-gradient(90deg, #c43852, #a01441);
    color: #ffffff;
  }
  section.about-benefits
    .row.desktop
    .about-benefits--right
    .nav
    .nav-link.active
    svg
    path {
    fill: #ffffff;
  }
  section.about-benefits
    .row.desktop
    .about-benefits--right
    .benefit-wrapper
    .part
    p {
    margin-bottom: 30px;
  }
  section.about-benefits
    .row.desktop
    .about-benefits--right
    .benefit-wrapper
    .part
    p:last-child {
    margin-bottom: 0;
  }
}
section.projekty {
  padding: 50px 5%;
}
@media (min-width: 1024px) {
  section.projekty {
    padding: 60px 5%;
  }
}
section.projekty.grey {
  background-color: #f0f0f0;
}
section.projekty.grey .projekt .card {
  background-color: #f0f0f0;
}
section.projekty.grey .projekt .card a {
  background-color: #ffffff;
}
section.projekty .row {
  justify-content: center;
  height: auto !important;
}
section.projekty .row.projekty-row {
  gap: 20px;
}

section.projekty .row.projekty-row .projekt {
    height: auto;
}

@media (min-width: 1024px) {
  section.projekty .row.projekty-row {
    gap: 0;
  }
}
section.projekty .row.projects-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  section.projekty .row.projects-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  section.projekty .row.projects-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  section.projekty .row.projects-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  section.projekty .row.projects-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
section.projekty .projekt {
  float: left;
  position: relative !important;
  width: 100%;
  height: 100%;
  top: auto !important;
  left: auto !important;
}
section.projekty .projekt .card {
  border: none;
  width: 100%;
  padding-top: 4px;
  height: 100%;
  background: transparent;
}
section.projekty .projekt .card .header {
  padding: 30px 18px 18px 18px;
  width: 100%;
}
section.projekty .projekt .card .content {
  padding: 0px 18px 18px 18px;
  width: 100%;
}
section.projekty .projekt .card .footer {
  position: relative;
  border-radius: 0px 0px 25px 25px;
  display: flex;
  justify-content: center;
  margin-top: auto;
  width: 100%;
}
section.projekty .projekt .card .footer .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 180px;
  border: 9px solid #fff;
  z-index: 1;
  margin-bottom: 24px;
  background-color: #fff;
}
section.projekty .projekt .card .footer .red {
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 74px;
  background-color: #a01441;
  border-radius: 0px 0px 25px 25px;
}
section.projekty .projekt .card .produktimg-wrap {
  height: 160px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
section.projekty .projekt .card a {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-radius: 25px;
}
section.projekty .projekt .card a:hover {
  transform: translateY(-10px);
}
section.projekty .projekt .card a:hover h4 {
  color: #c50044;
}
section.projekty .projekt .card a .project-title {
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.projekty .projekt .card a .project-title {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section.projekty .projekt .card a .project-title {
    font-size: 20px;
  }
}
section.projekty .projekt .card a p {
  margin-bottom: 0;
  text-align: left;
}
section.zakaznici {
  background-color: #f0f0f0;
  padding: 50px 0 10px;
}
section.zakaznici.partneri h2 {
  margin-bottom: 50px;
}
section.zakaznici.partneri .projekt .card {
  border-radius: 0;
  background-color: #f0f0f0;
}
section.zakaznici.partneri .projekt .card .crd {
  border-radius: 25px;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  min-height: unset !important;
  background-color: #ffffff;
}
section.zakaznici.partneri .projekt .card .crd .partner-title {
  display: none;
}
@media (min-width: 768px) {
  section.zakaznici.partneri .projekt .card .crd {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.zakaznici {
    padding: 40px 0 30px;
  }
}
@media (min-width: 1441px) {
  section.zakaznici {
    padding: 50px 0 40px;
  }
}
section.zakaznici.projekt-zakaznik {
  padding: 0 0 80px;
}
section.zakaznici .projekt {
  padding: 0 10px;
}
section.zakaznici .projekt .card {
  margin-bottom: 20px;
  border: none;
  width: 100%;
  padding-top: 4px;
}
section.zakaznici .projekt .card .crd {
  width: 100%;
  padding: 20px 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.zakaznici .projekt .card .crd {
    min-height: 250px;
  }
}
@media screen and (min-width: 1441px) {
  section.zakaznici .projekt .card .crd {
    min-height: 365px;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1441px) {
  section.zakaznici .projekt .card .crd {
    padding: 40px 20px;
  }
}
section.zakaznici .projekt .card .crd:hover {
  transform: translateY(-10px);
}
section.zakaznici .projekt .card .crd:hover h4 {
  color: #c50044;
}
section.zakaznici .projekt .card .crd .customer-imgwrap {
  min-height: 125px;
  display: flex;
  align-items: center;
}
section.zakaznici .projekt .card .crd img {
  max-width: 105px;
  max-height: 80px;
}
@media screen and (min-width: 768px) {
  section.zakaznici .projekt .card .crd img {
    max-width: 150px;
    max-height: 100px;
  }
}
section.zakaznici .projekt .card .crd h4 {
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #222222;
  display: none;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  section.zakaznici .projekt .card .crd h4 {
    display: block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.zakaznici .projekt .card .crd h4 {
    font-size: 18px;
  }
}
section.zakaznici .projekt .card .crd p {
  margin-bottom: 0;
}
section.position-header {
  padding: 50px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.position-header {
    padding: 60px 0 0;
  }
}
@media (min-width: 1441px) {
  section.position-header {
    padding: 60px 0 0;
  }
}
section.position-header.gdpr-header p {
  text-align: center;
}
section.position-header.search {
  padding: 50px 5% 0;
}
section.position-header.search h1 {
  max-width: 780px;
  margin: 0 auto 50px;
}
section.position-header.search p {
  text-align: center;
}
section.position-header.search img {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  section.position-header.search img {
    margin: 0 auto 50px;
  }
}
section.position-header.search img.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.position-header.search img.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  section.position-header.search img.mobile {
    display: none;
  }
}
section.position-header.search .search-form {
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.position-header.search .search-form {
    flex-direction: row;
  }
}
section.position-header.search .search-form label {
  position: relative;
}
section.position-header.search .search-form label .clear-search {
  position: absolute;
  display: block;
  content: " ";
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../svg/close-search.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
section.position-header.search .search-form .search-submit {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none;
}
section.position-header.search .search-form .search-submit:hover {
  background: #f0f0f0;
  color: #c50044 !important;
  border: none;
}
section.position-header.search .nav-categories ul {
  margin: 0;
}
section.position-header.locked {
  background: #f0f0f0;
  padding: 50px 0 95px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.position-header.locked {
    padding: 60px 0 95px;
  }
}
@media (min-width: 1441px) {
  section.position-header.locked {
    padding: 60px 0 95px;
  }
}
section.position-header .small-title {
  color: #c50044;
}
section.position-header .avatar-header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.position-header .avatar-header {
    flex-direction: row;
  }
}
section.position-header .avatar-header .avatar-header-text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.position-header .avatar-header .avatar-header-text {
    padding-right: 30px;
    text-align: left;
  }
}
section.position-header .avatar-header .avatar-header-text p {
  margin-bottom: 30px;
}
section.position-header .avatar-header .avatar-header-img {
  flex-shrink: 0;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  section.position-header .avatar-header .avatar-header-img {
    margin-top: 0;
  }
}
section.position-header .avatar-header .avatar-header-img img {
  height: 200px;
}
section.position-header .socials-sharing {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  section.position-header .socials-sharing {
    display: none;
  }
}
section.position-header .socials-sharing a {
  display: block;
  margin-right: 20px;
}
section.position-header .socials-sharing a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.position-header h1,
section.position-header .h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.position-header h1,
  section.position-header .h1 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  section.position-header .pj-tit {
    justify-content: flex-start;
  }
}
section.position-header svg {
  width: 34px;
  height: 42px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  section.position-header svg {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
section.position-header .aa-SearchButton svg {
    width: 20px;
    height: 20px;
    margin: 0px;
}
@media screen and (min-width: 1024px) {
    section.position-header .aa-SearchButton svg {
        margin-bottom: 0;
    }
}
section.position-header .basic-content a {
  color: #c50044;
}
section.position-header .col-sm-12 a {
  color: #c50044;
}
section.position-header .position-head {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  section.position-header .position-head {
    flex-direction: row;
  }
}
section.position-header p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.position-header p {
    text-align: left;
  }
}
section.position-header .devel {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.position-header .devel {
    flex-direction: row;
  }
}
section.position-header .devel img {
  max-width: 100px;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  section.position-header .devel img {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
section.position-header .devel h1 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.position-header .devel h1 {
    text-align: left;
  }
}
section.position-header .projekt-image {
  max-width: 100px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  section.position-header .projekt-image {
    margin-bottom: 0;
  }
}
section.position-header .projekt-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
section.position-header .projekt-title h1 {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.position-header .projekt-title h1 {
    text-align: left;
  }
}
section.position-header .projekt-title p {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  section.position-header .projekt-title p {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  section.position-header .projekt-title {
    padding-left: 40px;
  }
}
section.new-benefits {
  padding: 0 5% 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.new-benefits {
    padding: 0 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.new-benefits {
    padding: 0 5% 80px;
  }
}
section.new-benefits .benefits-up {
  flex-wrap: nowrap;
  display: none;
}
@media (min-width: 1201px) {
  section.new-benefits .benefits-up {
    display: flex;
  }
}
section.new-benefits .benefits-up .benefits-navigation {
  width: 20%;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: flex-start;
}
section.new-benefits .benefits-up .benefits-navigation .nav-tabs {
  display: flex;
  flex-direction: column;
  margin-left: -50px;
  border: none;
  align-items: flex-start;
  gap: 20px;
  padding-left: 50px;
}
section.new-benefits .benefits-up .benefits-navigation .nav-tabs .nav-item {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  background-color: #ffffff;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .more-benefits {
  width: 0;
  overflow: hidden;
  transition: width 0.15s ease-in-out;
  flex-wrap: nowrap;
  display: flex;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .more-benefits
  .arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .more-benefits
  .arrow
  img {
  width: 12px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .more-benefits
  .number {
  font-size: 20px;
  font-weight: 900;
  display: block;
  margin-bottom: 0;
  color: #535353;
}
@media (min-width: 1441px) {
  section.new-benefits
    .benefits-up
    .benefits-navigation
    .nav-tabs
    .nav-item
    .more-benefits
    .number {
    font-size: 30px;
  }
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .more-benefits
  .text {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  color: #c50044;
  line-height: 1;
}
@media (min-width: 1441px) {
  section.new-benefits
    .benefits-up
    .benefits-navigation
    .nav-tabs
    .nav-item
    .more-benefits
    .text {
    font-size: 12px;
  }
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .more-benefits.show {
  width: 135px;
  padding-left: 20px;
  padding-right: 20px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 270px;
  height: 60px;
  align-items: center;
  border: none;
  transition: margin-left 0.15s ease-in-out;
}
@media (min-width: 1720px) {
  section.new-benefits
    .benefits-up
    .benefits-navigation
    .nav-tabs
    .nav-item
    .nav-link {
    width: 370px;
  }
}
@media (min-width: 1441px) {
  section.new-benefits
    .benefits-up
    .benefits-navigation
    .nav-tabs
    .nav-item
    .nav-link {
    height: 80px;
  }
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link
  span {
  font-weight: bold;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link
  .white-icon {
  display: none;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link.active {
  background-image: linear-gradient(90deg, #a01441, #c43852);
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link.active
  .text
  .black-title {
  color: #ffffff;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link.active
  .gradient-icon {
  display: none;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link.active
  .white-icon {
  display: block;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link
  .iconwrap
  img {
  width: 40px;
  max-height: 30px;
  margin-right: 30px;
}
@media (min-width: 1441px) {
  section.new-benefits
    .benefits-up
    .benefits-navigation
    .nav-tabs
    .nav-item
    .nav-link
    .iconwrap
    img {
    max-height: 50px;
  }
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link
  .text {
  display: flex;
  flex-direction: column;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item
  .nav-link
  .text
  .black-title {
  color: #000;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(1) {
  margin-left: -90px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(1)
  .nav-link.active {
  margin-left: -135px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(2) {
  margin-left: -45px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(2)
  .nav-link.active {
  margin-left: -135px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(3)
  .nav-link.active {
  margin-left: -135px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(4)
  .nav-link.active {
  margin-left: -135px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(5) {
  margin-left: -45px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(5)
  .nav-link.active {
  margin-left: -135px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(6) {
  margin-left: -90px;
}
section.new-benefits
  .benefits-up
  .benefits-navigation
  .nav-tabs
  .nav-item:nth-child(6)
  .nav-link.active {
  margin-left: -135px;
}
section.new-benefits .benefits-up .benefits-content {
  width: 80%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
section.new-benefits .benefits-up .benefits-content .tab-content {
  width: 100%;
  padding-right: 50px;
}
section.new-benefits .benefits-up .benefits-content .tab-content .small-title {
  color: #c50044;
}
section.new-benefits .benefits-up .benefits-content .tab-content h3 {
  font-size: 30px;
  font-weight: bold;
}
section.new-benefits .benefits-up .benefits-content .tab-content .btn-new {
  margin-top: 30px;
}
section.new-benefits
  .benefits-up
  .benefits-content
  .tab-content
  .tab-pane.active {
  display: flex;
}
section.new-benefits
  .benefits-up
  .benefits-content
  .tab-content
  .tab-pane
  .image-wrap {
  display: flex;
  align-items: center;
}
section.new-benefits
  .benefits-up
  .benefits-content
  .tab-content
  .tab-pane
  .content-list {
  width: 60%;
}
@media (min-width: 1441px) {
  section.new-benefits
    .benefits-up
    .benefits-content
    .tab-content
    .tab-pane
    .content-list {
    width: 40%;
  }
}
section.new-benefits
  .benefits-up
  .benefits-content
  .tab-content
  .tab-pane
  .content-list
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 269px;
  overflow: hidden;
}
@media (min-width: 1441px) {
  section.new-benefits
    .benefits-up
    .benefits-content
    .tab-content
    .tab-pane
    .content-list
    ul {
    height: 379px;
  }
}
section.new-benefits
  .benefits-up
  .benefits-content
  .tab-content
  .tab-pane
  .content-list
  ul
  li {
  padding-left: 40px;
  padding-bottom: 20px;
  position: relative;
}
section.new-benefits
  .benefits-up
  .benefits-content
  .tab-content
  .tab-pane
  .content-list
  ul
  li
  .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.ben-slider .new-benefits-slider {
  width: 100%;
}
@media (min-width: 1201px) {
  section.ben-slider .new-benefits-slider {
    display: none;
  }
}
section.ben-slider .new-benefits-slider .item {
  width: 70%;
  margin: 0 10px 15px;
}
@media (min-width: 768px) {
  section.ben-slider .new-benefits-slider .item {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  section.ben-slider .new-benefits-slider .item {
    width: 30%;
  }
}
section.ben-slider
  .new-benefits-slider
  .item:nth-child(1)
  .item-wrap
  .main-image {
  background-image: url(../img/benefity-financne-vyhody-msg-mobil.webp);
}
section.ben-slider
  .new-benefits-slider
  .item:nth-child(2)
  .item-wrap
  .main-image {
  background-image: url(../img/benefity-flexibilita-a-volno-msg-mobil.webp);
}
section.ben-slider
  .new-benefits-slider
  .item:nth-child(3)
  .item-wrap
  .main-image {
  background-image: url(../img/benefity-rovnovaha-a-stabilita-msg-mobil.webp);
}
section.ben-slider
  .new-benefits-slider
  .item:nth-child(4)
  .item-wrap
  .main-image {
  background-image: url(../img/benefity-vzdelavanie-a-rozvoj-msg-mobil.webp);
}
section.ben-slider
  .new-benefits-slider
  .item:nth-child(5)
  .item-wrap
  .main-image {
  background-image: url(../img/benefity-firemna-kultura-msg-mobil.webp);
}
section.ben-slider
  .new-benefits-slider
  .item:nth-child(6)
  .item-wrap
  .main-image {
  background-image: url(../img/benefity-zdravie-a-wellbeing-msg-mobil.webp);
}
section.ben-slider .new-benefits-slider .item .item-wrap {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
section.ben-slider .new-benefits-slider .item .item-wrap .item-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  background-color: #ffffff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 75px;
  padding: 0 20px;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .item-header
  .iconwrap
  img {
  width: 40px;
  margin-right: 15px;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .item-header
  .iconwrap
  .white-icon {
  display: none;
}
section.ben-slider .new-benefits-slider .item .item-wrap .item-header h3 {
  margin-bottom: 0;
}
section.ben-slider .new-benefits-slider .item .item-wrap .main-image {
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.ben-slider .new-benefits-slider .item .item-wrap .main-content {
  padding: 20px 15px 0;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  height: 292px;
  overflow: hidden;
}
section.ben-slider .new-benefits-slider .item .item-wrap .main-content ul {
  list-style: none;
  margin: 0;
}
section.ben-slider .new-benefits-slider .item .item-wrap .main-content ul li {
  padding-left: 40px;
  padding-bottom: 20px;
  position: relative;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .main-content
  ul
  li
  .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.ben-slider .new-benefits-slider .item .item-wrap .other-benefits {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 15px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: space-between;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .other-benefits
  .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .other-benefits
  .content
  p {
  margin-bottom: 0;
  line-height: 1;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .other-benefits
  .content
  .number {
  font-size: 30px;
  font-weight: 900;
  color: #535353;
  margin-right: 15px;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .other-benefits
  .content
  .text {
  margin-bottom: 5px;
  color: #c50044;
  text-transform: uppercase;
  font-weight: bold;
}
section.ben-slider
  .new-benefits-slider
  .item
  .item-wrap
  .other-benefits
  .arrow
  img {
  width: 17px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
section.ben-slider
  .new-benefits-slider
  .item.is-selected
  .item-wrap
  .item-header {
  background-image: linear-gradient(90deg, #a01441, #c43852);
}
section.ben-slider
  .new-benefits-slider
  .item.is-selected
  .item-wrap
  .item-header
  h3 {
  color: #ffffff;
}
section.ben-slider
  .new-benefits-slider
  .item.is-selected
  .item-wrap
  .item-header
  .iconwrap
  .white-icon {
  display: block;
}
section.ben-slider
  .new-benefits-slider
  .item.is-selected
  .item-wrap
  .item-header
  .iconwrap
  .gradient-icon {
  display: none;
}
section.benefits-tabs {
  background: #f0f0f0;
  padding: 50px 5%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.benefits-tabs {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.benefits-tabs {
    padding: 80px 5%;
  }
}
section.benefits-tabs.migracia .mobaccord .accordion .card .card-body .c {
  fill: #9ec54a !important;
}
section.benefits-tabs.migracia
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  background: #9ec54a;
}
section.benefits-tabs.migracia
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #9ec54a;
}
section.benefits-tabs.migracia .benefits-down .tab-content .tab-pane .wrap .c {
  fill: #9ec54a !important;
}
section.benefits-tabs.migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0 {
  fill: #9ec54a;
}
section.benefits-tabs.migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active {
  background: #9ec54a;
}
section.benefits-tabs.migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0 {
  fill: #9ec54a;
}
section.benefits-tabs.migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background: #9ec54a;
}
section.benefits-tabs.matematika-a-migracia
  .mobaccord
  .accordion
  .card
  .card-body
  .c,
section.benefits-tabs.matematics-and-migration
  .mobaccord
  .accordion
  .card
  .card-body
  .c {
  fill: #e9cf4c !important;
}
section.benefits-tabs.matematika-a-migracia
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.matematics-and-migration
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  background: #e9cf4c;
}
section.benefits-tabs.matematika-a-migracia
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.matematics-and-migration
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #e9cf4c;
}
section.benefits-tabs.matematika-a-migracia
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.matematics-and-migration
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c {
  fill: #e9cf4c !important;
}
section.benefits-tabs.matematika-a-migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.matematics-and-migration
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0 {
  fill: #e9cf4c;
}
section.benefits-tabs.matematika-a-migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.matematics-and-migration
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active {
  background: #e9cf4c;
}
section.benefits-tabs.matematika-a-migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.matematics-and-migration
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0 {
  fill: #e9cf4c;
}
section.benefits-tabs.matematika-a-migracia
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.matematics-and-migration
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background: #e9cf4c;
}
section.benefits-tabs.organizacia-spolocnosti
  .mobaccord
  .accordion
  .card
  .card-body
  .c,
section.benefits-tabs.organisation .mobaccord .accordion .card .card-body .c,
section.benefits-tabs.organization .mobaccord .accordion .card .card-body .c {
  fill: #e76e3d !important;
}
section.benefits-tabs.organizacia-spolocnosti
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.organisation
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.organization
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  background: #e76e3d;
}
section.benefits-tabs.organizacia-spolocnosti
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.organisation
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.organization
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #e76e3d;
}
section.benefits-tabs.organizacia-spolocnosti
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.organisation
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.organization
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c {
  fill: #e76e3d !important;
}
section.benefits-tabs.organizacia-spolocnosti
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.organisation
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.organization
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0 {
  fill: #e76e3d;
}
section.benefits-tabs.organizacia-spolocnosti
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.organisation
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.organization
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active {
  background: #e76e3d;
}
section.benefits-tabs.organizacia-spolocnosti
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.organisation
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.organization
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0 {
  fill: #e76e3d;
}
section.benefits-tabs.organizacia-spolocnosti
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.organisation
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.organization
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background: #e76e3d;
}
section.benefits-tabs.development-it .mobaccord .accordion .card .card-body .c {
  fill: #009bc1 !important;
}
section.benefits-tabs.development-it
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  background: #009bc1;
}
section.benefits-tabs.development-it
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #009bc1;
}
section.benefits-tabs.development-it
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c {
  fill: #009bc1 !important;
}
section.benefits-tabs.development-it
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0 {
  fill: #009bc1;
}
section.benefits-tabs.development-it
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active {
  background: #009bc1;
}
section.benefits-tabs.development-it
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0 {
  fill: #009bc1;
}
section.benefits-tabs.development-it
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background: #009bc1;
}
section.benefits-tabs.projektovy-management
  .mobaccord
  .accordion
  .card
  .card-body
  .c,
section.benefits-tabs.project-management
  .mobaccord
  .accordion
  .card
  .card-body
  .c,
section.benefits-tabs.projektleitung .mobaccord .accordion .card .card-body .c {
  fill: #e76e3d !important;
}
section.benefits-tabs.projektovy-management
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.project-management
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.projektleitung
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  background: #e76e3d;
}
section.benefits-tabs.projektovy-management
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.project-management
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.projektleitung
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #e76e3d;
}
section.benefits-tabs.projektovy-management
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.project-management
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.projektleitung
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c {
  fill: #e76e3d !important;
}
section.benefits-tabs.projektovy-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.project-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.projektleitung
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0 {
  fill: #e76e3d;
}
section.benefits-tabs.projektovy-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.project-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.projektleitung
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active {
  background: #e76e3d;
}
section.benefits-tabs.projektovy-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.project-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.projektleitung
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0 {
  fill: #e76e3d;
}
section.benefits-tabs.projektovy-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.project-management
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.projektleitung
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background: #e76e3d;
}
section.benefits-tabs.consulting-testovanie
  .mobaccord
  .accordion
  .card
  .card-body
  .c,
section.benefits-tabs.consulting-testing
  .mobaccord
  .accordion
  .card
  .card-body
  .c,
section.benefits-tabs.beratung-testing
  .mobaccord
  .accordion
  .card
  .card-body
  .c {
  fill: #a01441 !important;
}
section.benefits-tabs.consulting-testovanie
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.consulting-testing
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header,
section.benefits-tabs.beratung-testing
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  background: #a01441;
}
section.benefits-tabs.consulting-testovanie
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.consulting-testing
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0,
section.benefits-tabs.beratung-testing
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #a01441;
}
section.benefits-tabs.consulting-testovanie
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.consulting-testing
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c,
section.benefits-tabs.beratung-testing
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .c {
  fill: #a01441 !important;
}
section.benefits-tabs.consulting-testovanie
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.consulting-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0,
section.benefits-tabs.beratung-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .st0 {
  fill: #a01441;
}
section.benefits-tabs.consulting-testovanie
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.consulting-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.benefits-tabs.beratung-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active {
  background: #a01441;
}
section.benefits-tabs.consulting-testovanie
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.consulting-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0,
section.benefits-tabs.beratung-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .st0 {
  fill: #a01441;
}
section.benefits-tabs.consulting-testovanie
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.consulting-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active,
section.benefits-tabs.beratung-testing
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background: #a01441;
}
section.benefits-tabs.offer-tabs {
  padding: 50px 5%;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  section.benefits-tabs.offer-tabs {
    padding: 0 5% 70px;
    margin-top: 120px;
  }
}
@media (min-width: 1441px) {
  section.benefits-tabs.offer-tabs {
    padding: 0 5% 80px;
    margin-top: 120px;
  }
}
section.benefits-tabs.offer-tabs .benefits-down .tab-content {
  width: 60%;
  box-shadow: none;
  background: transparent;
  padding: 0 40px 0;
}
section.benefits-tabs.offer-tabs .benefits-down .tab-content .tab-pane .wrap {
  display: flex;
  flex-wrap: nowrap;
}
section.benefits-tabs.offer-tabs
  .benefits-down
  .tab-content
  .tab-pane
  .wrap
  .left
  ul {
  grid-template-columns: 1fr;
}
section.benefits-tabs.offer-tabs .benefits-down .btm .right {
  padding-top: 57px;
}
section.benefits-tabs.offer-tabs .benefits-down .nav-tabs {
  transform: translateY(-77px);
}
section.benefits-tabs.offer-tabs .benefits-down .nav-tabs .nav-item .nav-link,
section.benefits-tabs.offer-tabs .benefits-down .nav-tabs .nav-item .nav-href {
  width: 200px;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  text-align: center;
}
section.benefits-tabs .small-title {
  color: #c50044;
}
section.benefits-tabs .mobaccord {
  width: 100%;
}
@media (min-width: 1201px) {
  section.benefits-tabs .mobaccord {
    display: none;
  }
}
section.benefits-tabs .mobaccord .btn-new {
  margin-top: 30px;
}
section.benefits-tabs .mobaccord .small-title {
  color: #c50044;
}
section.benefits-tabs .mobaccord ul {
  margin: 0;
  list-style: none;
}
@media (min-width: 961px) {
  section.benefits-tabs .mobaccord ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
section.benefits-tabs .mobaccord ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
section.benefits-tabs .mobaccord ul li .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.benefits-tabs .mobaccord .accordion {
  width: 100%;
}
section.benefits-tabs .mobaccord .accordion .card {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 25px;
}
section.benefits-tabs .mobaccord .accordion .card:last-child {
  margin-bottom: 0;
}
section.benefits-tabs .mobaccord .accordion .card .card-header {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 0;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, #a01441, #c43852);
  height: 65px;
  padding: 20px;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 1441px) {
  section.benefits-tabs
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header {
    margin-bottom: 20px;
  }
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h3 {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  section.benefits-tabs
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header
    h3 {
    font-size: 18px;
  }
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .title {
  display: flex;
  align-items: center;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon {
  margin-right: 15px;
  flex-shrink: 0;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon
  svg {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (min-width: 1441px) {
  section.benefits-tabs
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header
    .icon
    svg {
    width: 22px;
    height: 22px;
  }
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .icon {
  width: 18px;
  height: 18px;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .icon
  .gradient-icon {
  display: none;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  svg {
  transition: transform 0.15s ease-in-out;
  margin-left: 22px;
  flex-shrink: 0;
  width: 16px;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  svg
  .st0 {
  fill: #ffffff;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .arrow
  svg {
  transform: rotate(180deg);
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  h3 {
  color: #ffffff;
  font-size: 16px;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed {
  background: #ffffff;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .st0 {
  fill: #a01441;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .icon
  .gradient-icon {
  display: block;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .icon
  .white-icon {
  display: none;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  h3 {
  color: #000;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .arrow
  svg {
  transform: rotate(0);
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h3 {
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon {
  display: flex;
  align-items: center;
}
section.benefits-tabs
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon
  svg {
  margin-left: 0;
}
section.benefits-tabs .mobaccord .accordion .card .card-body p {
  margin-bottom: 20px;
}
section.benefits-tabs .mobaccord .accordion .card .card-body p:last-child {
  margin-bottom: 0;
}
section.benefits-tabs .benefits-down {
  display: none;
  flex-direction: column;
}
@media (min-width: 1201px) {
  section.benefits-tabs .benefits-down {
    display: flex;
  }
}
section.benefits-tabs .benefits-down .nav-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  border: none;
  transform: translateY(30px);
  margin-left: 0;
}
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-link,
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-href {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
  width: 130px;
  height: 130px;
  color: #000;
  background: #ffffff;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 1401px) {
  section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-link,
  section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-href {
    width: 145px;
    height: 155px;
  }
}
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-link img,
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-href img {
  width: 30px;
}
@media (min-width: 1401px) {
  section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-link img,
  section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-href img {
    width: 50px;
  }
}
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .iconwrap
  svg,
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .iconwrap
  svg {
  width: 50px;
  height: 50px;
}
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .iconwrap
  .white-icon,
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .iconwrap
  .white-icon {
  display: none;
}
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-link .text,
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-href .text {
  line-height: 1.2;
  word-break: break-word;
}
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-link.active,
section.benefits-tabs .benefits-down .nav-tabs .nav-item .nav-href.active {
  background-image: linear-gradient(90deg, #a01441, #c43852);
  color: #ffffff;
  transform: translateY(30px);
}
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active
  .iconwrap
  .gradient-icon,
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active
  .iconwrap
  .gradient-icon {
  display: none;
}
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active
  .iconwrap
  .white-icon,
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active
  .iconwrap
  .white-icon {
  display: block;
}
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active
  .iconwrap
  .st0,
section.benefits-tabs
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active
  .iconwrap
  .st0 {
  fill: #ffffff !important;
  stroke: transparent;
}
section.benefits-tabs .benefits-down .tab-content {
  padding: 110px 40px 40px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.benefits-tabs .benefits-down .tab-content p {
  margin-bottom: 20px;
}
section.benefits-tabs .benefits-down .tab-content p:last-child {
  margin-bottom: 0;
}
section.benefits-tabs .benefits-down .tab-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
section.benefits-tabs .benefits-down .tab-content ul li {
  padding-left: 40px;
  padding-bottom: 20px;
  position: relative;
}
section.benefits-tabs .benefits-down .tab-content ul li .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.benefits-tabs .benefits-down .btm {
  display: flex;
}
section.benefits-tabs .benefits-down .btm .right {
  width: 40%;
  padding-top: 175px;
}
section.benefits-tabs .benefits-down .btm .right.development-it .blue {
  display: block;
}
section.benefits-tabs .benefits-down .btm .right.projektovy-management .purple,
section.benefits-tabs .benefits-down .btm .right.project-management .purple,
section.benefits-tabs .benefits-down .btm .right.projektleitung .purple {
  display: block;
}
section.benefits-tabs
  .benefits-down
  .btm
  .right.organizacia-spolocnosti
  .orange,
section.benefits-tabs .benefits-down .btm .right.organisation .orange,
section.benefits-tabs .benefits-down .btm .right.organization .orange {
  display: block;
}
section.benefits-tabs .benefits-down .btm .right.matematika-a-migracia .yellow,
section.benefits-tabs
  .benefits-down
  .btm
  .right.matematics-and-migration
  .yellow {
  display: block;
}
section.benefits-tabs .benefits-down .btm .right.migracia .green {
  display: block;
}
section.benefits-tabs .benefits-down .btm .right.consulting-testovanie .red,
section.benefits-tabs .benefits-down .btm .right.beratung-testing .red {
  display: block;
}
section.preference {
  padding: 50px 5%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.preference {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.preference {
    padding: 80px 5%;
  }
}
section.preference .row {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  section.preference .row {
    flex-wrap: nowrap;
  }
}
section.preference .row .small-title {
  color: #c50044;
}
section.preference .row .left {
  text-align: center;
}
@media (min-width: 768px) {
  section.preference .row .left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  section.preference .row .left {
    width: 50%;
    padding-right: 50px;
  }
}
section.preference .row .left .quotes {
  display: none;
}
@media (min-width: 768px) {
  section.preference .row .left .quotes {
    display: block;
  }
}
section.preference .row .left .quotes .quote {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
section.preference .row .left .quotes .quote .imagewrap {
  flex-shrink: 0;
  max-width: 132px;
  position: relative;
}
section.preference .row .left .quotes .quote .imagewrap .gradient-quote {
  position: absolute;
  right: 0;
  top: -25px;
  width: 43px;
  height: 61px;
}
section.preference .row .left .quotes .quote .imagewrap .person-img {
  border-radius: 10px;
}
section.preference .row .left .quotes .quote .content {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.preference .row .left .quotes .quote .content p {
  margin-bottom: 10px;
}
section.preference .row .left .quotes .quote .content .author {
  font-weight: bold;
}
section.preference .row .left .quotes-tab {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.preference .row .left .quotes-tab {
    display: none;
  }
}
section.preference .row .left .quotes-tab .nav-tabs {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: none;
  justify-content: space-between;
  z-index: 10;
}
section.preference .row .left .quotes-tab .nav-tabs .nav-link {
  padding: 0;
  border: none;
  margin: 0;
  transition: all 0.15s ease-in-out;
}
section.preference .row .left .quotes-tab .nav-tabs .nav-link.active {
  transform: translateX(40px);
}
section.preference
  .row
  .left
  .quotes-tab
  .nav-tabs
  .nav-link.active
  .person-img {
  filter: grayscale(0);
  transform: scale(1.3);
}
section.preference .row .left .quotes-tab .nav-tabs .nav-link .person-img {
  width: 121px;
  border-radius: 10px;
  filter: grayscale(1);
  transition: all 0.15s ease-in-out;
}
section.preference .row .left .quotes-tab .tab-content {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 50px 15px 15px 40px;
  position: relative;
}
section.preference .row .left .quotes-tab .tab-content .gradient-quote {
  width: 85px;
  position: absolute;
  right: 0;
  top: -20px;
}
section.preference .row .left .quotes-tab .tab-content p {
  margin-bottom: 20px;
}
section.preference .row .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  section.preference .row .right {
    width: 50%;
  }
}
section.preference .row .right .video-wrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
section.preference .row .right .video-wrap .video-btn {
  position: relative;
  height: 100%;
}
section.preference .row .right .video-wrap img {
  margin: 0;
}
section.preference .row .right .video-wrap:hover .view {
  opacity: 1;
}
section.preference .row .right .video-wrap .view {
  border-radius: 25px;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
section.preference .row .right .video-wrap .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  margin-top: -22px;
  z-index: 100;
}
section.benefity-banner {
  padding: 60px 15px;
  background-image: linear-gradient(90deg, #c43852, #a01441);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  section.benefity-banner {
    padding: 60px 65px;
  }
}
@media (min-width: 1640px) {
  section.benefity-banner {
    padding: 80px 0;
  }
}
section.benefity-banner .row {
  border-radius: 25px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  section.benefity-banner .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
}
section.benefity-banner .row .left {
  text-align: center;
}
@media (min-width: 1024px) {
  section.benefity-banner .row .left {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
  }
}
section.benefity-banner .row .left img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.benefity-banner .row .left img {
    margin-bottom: 0;
    margin-right: 45px;
  }
}
section.benefity-banner .row .left h2 {
  color: #ffffff;
}
@media (min-width: 1024px) {
  section.benefity-banner .row .left h2 {
    margin-bottom: 0;
  }
}
section.benefity-banner .row .right {
  display: flex;
  justify-content: center;
  width: 100%;
}
section.benefity-banner .row .right .btn-new {
  background: #ffffff;
  color: #c50044 !important;
}
@media (min-width: 1024px) {
  section.benefity-banner .row .right {
    width: auto;
  }
}
section.career-jobs {
  padding: 50px 5%;
}
@media screen and (min-width: 1024px) {
  section.career-jobs {
    padding: 60px 5px 60px 0;
  }
}
@media (min-width: 1900px) {
  section.career-jobs {
    padding: 60px 5px 80px 0;
  }
}
section.career-jobs.non-active {
  padding: 50px 5%;
}
@media screen and (min-width: 1024px) {
  section.career-jobs.non-active {
    padding: 60px 5%;
  }
}
section.career-jobs h1 {
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  section.career-jobs h1 {
    margin-bottom: 1rem;
  }
}
section.career-jobs h2.subtitle {
  font-weight: 300;
}
section.career-jobs .nav-categories ul {
  justify-content: start;
  padding-left: 0;
}
section.career-jobs .nav-categories ul li a {
  margin-left: 0;
  margin-right: 10px;
}
section.career-jobs .nav-categories.desktop {
  display: none;
}
@media (min-width: 1200px) {
  section.career-jobs .nav-categories.desktop {
    display: flex;
  }
}
#newfilter {
  width: 100%;
}

section.career-jobs .job-num-items.mobile {
  padding: 0 10px;
}

section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper.closed-jobs .card {
  filter: grayscale(1);
  opacity: 0.8;
  transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper.closed-jobs
  .card:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 1900px) {
  section.career-jobs.non-active {
    padding: 60px 5% 80px 5%;
  }
}
section.career-jobs .container {
  padding-left: 0;
  padding-right: 0;
}
section.career-jobs .to-filter {
  text-align: center;
}
section.career-jobs .to-filter .more {
  display: none;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #009bc1;
}
section.career-jobs .to-filter .more:hover {
  background-color: #009bc1;
  color: #ffffff !important;
}
@media (min-width: 1200px) {
  section.career-jobs .to-filter .more {
    margin-bottom: 0;
    background-color: #a01441;
  }
  section.career-jobs .to-filter .more:hover {
    background: #f0f0f0;
    color: #c50044 !important;
  }
}
@media (min-width: 1200px) {
  section.career-jobs .to-filter .back {
    display: none;
  }
}
section.career-jobs .button-wrap {
  text-align: center;
  padding: 0 10px;
}
section.career-jobs .mobile-filter {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  section.career-jobs .mobile-filter {
    width: auto;
  }
}
@media (min-width: 1200px) {
  section.career-jobs .mobile-filter {
    display: none;
  }
}
section.career-jobs .filter-jobs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs {
    position: relative;
    flex-wrap: nowrap;
  }
}
section.career-jobs .filter-jobs .mainfilter {
  transform: translateX(-100%);
  top: 0;
  left: 0;
  z-index: 1002;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  background: #f0f0f0;
}
section.career-jobs .filter-jobs .mainfilter.active {
  transform: translateX(0);
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter {
    transform: translateX(0);
    height: auto;
    overflow: unset;
    z-index: 998;
    margin-right: 30px;
    width: 370px;
    position: relative;
    min-height: unset;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  section.career-jobs .filter-jobs .mainfilter {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 1640px) {
  section.career-jobs .filter-jobs .mainfilter {
    width: 420px;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap {
  background: #f0f0f0;
  text-align: left;
  position: relative;
}
section.career-jobs .filter-jobs .mainfilter-wrap .filter-content-wrap {
  padding: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 360px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .filter-content-wrap {
    padding: 30px;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap .filter-content-wrap h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #111111;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .filter-content-wrap h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1590px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .filter-content-wrap h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .filter-content-wrap {
    padding: 60px 40px;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap .arw-filter {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 100;
  padding: 15px;
}
@media (min-width: 350px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .arw-filter {
    top: 15px;
    right: 15px;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap .arw-filter img {
  width: 16px;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .arw-filter {
    display: none;
  }
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap {
    min-height: unset;
    height: auto;
    width: 370px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media (min-width: 1640px) {
  section.career-jobs .filter-jobs .mainfilter-wrap {
    width: 420px;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap .filter {
  position: relative;
  cursor: pointer;
}
section.career-jobs .filter-jobs .mainfilter-wrap .filter.filter1,
section.career-jobs .filter-jobs .mainfilter-wrap .filter.filter2 {
  margin-top: 30px;
}
section.career-jobs .filter-jobs .mainfilter-wrap .filter .filter-arrow {
  width: 15px;
  transition: all 0.2s ease;
  position: absolute;
  top: calc(100% - 28px);
  right: 0;
  pointer-events: none;
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .filter .filter-arrow {
    top: calc(100% - 32px);
  }
}

.show-more-categories,
.hide-more-categories {
  padding: 0 15px 0 30px;
}
@media (min-width: 360px) {
  .show-more-categories,
  .hide-more-categories {
    padding: 0 30px;
  }
}
.show-more-categories button,
.hide-more-categories button {
  padding: 0;
  /* font-size: 14px; */
}

@media (max-width: 768px) {
  .separator {
    font-size: 0;
    line-height: 0;
  }
  .separator::after {
    content: "\A";
    white-space: pre;
    font-size: 1rem;
    line-height: normal;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap .filter.show .filter-arrow {
  transform: rotate(0deg);
}
section.career-jobs .filter-jobs .mainfilter-wrap .button-wrap {
  position: sticky;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 30px;
  background: #f0f0f0;
  text-align: center;
}
section.career-jobs .filter-jobs .mainfilter-wrap .button-wrap .btn-new {
  width: 100%;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .button-wrap {
    display: none;
  }
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap .first-filter {
    margin-bottom: 20px;
  }
}
section.career-jobs
  .filter-jobs
  .mainfilter-wrap
  .mainfilter-wrap--list__title {
  font-size: 16px;
  color: #c50044;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.career-jobs .filter-jobs .mainfilter-wrap--list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
section.career-jobs .filter-jobs .mainfilter-wrap--list .hide-filter {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #c50044;
  background: transparent;
  line-height: 40px;
}
section.career-jobs .filter-jobs .mainfilter-wrap--list .hide-filter:hover {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap--list {
    margin-bottom: 0;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap--list li .count-wrap {
  display: inline-block;
  margin-left: 5px;
  color: #c50044;
}
section.career-jobs .filter-jobs .mainfilter-wrap--list li a {
  text-align: left;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 0 15px 0 30px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  display: block;
  color: black;
  white-space: nowrap;
}
@media (min-width: 360px) {
  section.career-jobs .filter-jobs .mainfilter-wrap--list li a,
  section.career-jobs .filter-jobs .mainfilter-wrap--list li .hide-filter {
    /* padding: 0 35px; */
  }
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .mainfilter-wrap--list li a {
    font-weight: 600;
    height: 50px;
    line-height: 50px;
  }
  section.career-jobs .filter-jobs .mainfilter-wrap--list li .hide-filter {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1660px) {
  section.career-jobs .filter-jobs .mainfilter-wrap--list li a,
  section.career-jobs .filter-jobs .mainfilter-wrap--list li .hide-filter {
    font-size: 16px;
  }
}
section.career-jobs .filter-jobs .mainfilter-wrap--list li a.is-checked {
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.career-jobs .filter-jobs .mainfilter-wrap--list li a.is-checked:before {
  position: absolute;
  content: " ";
  background: #a01441;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 12px;
  top: 50%;
  margin-top: -5px;
}
section.career-jobs .filter-jobs .mainfilter-wrap--list li a.is-checked:hover {
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.career-jobs .filter-jobs .mainfilter-wrap--list li a:hover {
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.career-jobs .filter-jobs .job-num-items {
  margin-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
}
section.career-jobs .filter-jobs .job-num-items.desktop {
  display: none;
}
section.career-jobs .filter-jobs .job-num-items.mobile {
  width: 100%;
}
section.career-jobs .filter-jobs .job-num-items.mobile .sum-tag {
  display: none;
}
section.career-jobs .filter-jobs .job-num-items.mobile .all-tags {
  width: 100%;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .job-num-items {
    justify-content: flex-start;
  }
  section.career-jobs .filter-jobs .job-num-items.desktop {
    display: flex;
  }
  section.career-jobs .filter-jobs .job-num-items.mobile {
    display: none;
  }
}
section.career-jobs .filter-jobs .job-num-items .tag {
  background: #f0f0f0;
  line-height: 40px;
  height: 40px;
  display: inline-flex;
  gap: 5px;
  border-radius: 10px;
  padding: 0 40px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .job-num-items .tag {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
section.career-jobs .filter-jobs .job-num-items .tag.remove-all {
  background: #dcdcdc;
  color: #4a4a4a;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 0 60px 0 40px;
}
section.career-jobs .filter-jobs .job-num-items .tag.remove-all a {
  color: black;
}
section.career-jobs .filter-jobs .job-num-items .tag.remove-all:hover {
  background: #a01441;
  color: #ffffff;
}
section.career-jobs .filter-jobs .job-num-items .tag.remove-all:hover a {
  color: white;
}
section.career-jobs .filter-jobs .job-num-items .tag.remove-all:hover:after {
  background-image: url("../svg/close-white.svg");
}
section.career-jobs .filter-jobs .job-num-items .tag.remove-all:after {
  content: " ";
  position: absolute;
  background-image: url("../svg/close-grey.svg");
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
section.career-jobs .filter-jobs .job-num-items .tag.red-tag {
  background: #f0f0f0;
  color: #000;
  position: relative;
  padding: 0 60px 0 40px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  section.career-jobs .filter-jobs .job-num-items .tag.remove-all,
  section.career-jobs .filter-jobs .job-num-items .tag.red-tag {
    padding: 0 40px 0 1rem;
  }
}
section.career-jobs .filter-jobs .job-num-items .tag.red-tag a {
  color: black;
}
section.career-jobs .filter-jobs .job-num-items .tag.red-tag:hover {
  background: #dcdcdc;
}
section.career-jobs .filter-jobs .job-num-items .tag.red-tag:after {
  content: " ";
  position: absolute;
  background-image: url("../svg/close-red.svg");
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
section.career-jobs .filter-jobs .job-num-items .items {
  font-weight: bold;
  color: #c50044;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .job-num-items {
    padding: 0;
    text-align: left;
  }
}
section.career-jobs .filter-jobs .jobs {
  width: 100%;
}
section.career-jobs .filter-jobs .jobs .jobs-grid {
  padding: 10px 10px 20px;
  overflow-x: hidden !important;
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid {
    padding: 0 10px 20px;
  }
}
section.career-jobs .filter-jobs .jobs .jobs-grid .not-found {
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
  flex-direction: column;
  display: block;
  background: #f0f0f0;
  border-radius: 25px;
  margin-bottom: 30px;
}
section.career-jobs .filter-jobs .jobs .jobs-grid .not-found h3 {
  font-weight: 500;
}
section.career-jobs .filter-jobs .jobs .jobs-grid .not-found p {
  margin-bottom: 0;
}
section.career-jobs .filter-jobs .jobs .jobs-grid .not-found .red {
  color: #c50044;
}
section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto !important;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  transition: height 0.3s ease;
  grid-auto-rows: 1fr;
}
@media (min-width: 768px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1460px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1900px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 2300px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card {
  padding: 25px 16px 55px;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  border: none;
  float: left;
  position: relative !important;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card {
    padding: 35px 35px 85px;
  }
}
section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card .card-header {
  background: transparent;
  display: flex;
  border: none;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 360px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .card-header {
    flex-direction: row;
  }
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-header
  .left {
  display: flex;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-header
  .left
  .job-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-position: center center !important;
  margin-bottom: 16px;
}
@media (min-width: 360px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .card-header
    .left
    .job-icon {
    margin-bottom: 0;
  }
}
@media (min-width: 360px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .card-header
    .right {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .card-header
    .right {
    min-height: 117px;
  }
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-header
  .right
  .job-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: bold;
  word-break: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 15 3 2;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-header
  .right
  .job-division {
  color: #c50044;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card .card-body {
  padding: 15px 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card .card-body {
    padding: 0;
    padding-top: 0.5rem;
  }
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-body
  .home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-body
  .home
  img {
  width: 20px;
  margin-right: 20px;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-body
  .skills-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 1024px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .card-body
    .skills-title {
    display: block;
  }
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .card-body
  .skills-list {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  min-height: 42px;
  display: none;
}
@media (min-width: 1024px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .card-body
    .skills-list {
    display: block;
  }
}
section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card .bonus-mobile {
  position: absolute;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0 0 25px 25px;
  background-color: #1c42be;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .bonus-mobile
  span {
  position: relative;
  z-index: 10;
  color: #ffffff;
  display: block;
  line-height: 20px;
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .bonus-mobile
  span.title {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .bonus-mobile
    span.title {
    font-size: 14px;
  }
}
section.career-jobs
  .filter-jobs
  .jobs
  .jobs-grid--wrapper
  .card
  .bonus-mobile
  span.number {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section.career-jobs
    .filter-jobs
    .jobs
    .jobs-grid--wrapper
    .card
    .bonus-mobile
    span.number {
    font-size: 14px;
  }
}
section.career-jobs .filter-jobs .jobs .jobs-grid--wrapper .card:hover {
  box-shadow: none;
  background: #f0f0f0;
}
section.career-jobs #filters {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section.career-jobs #filters .filter-mobile {
    display: none;
  }
}
section.career-jobs #filters .filter-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  section.career-jobs #filters .filter-desktop {
    display: inline-block;
  }
}
section.career-jobs.pos-project {
  padding-top: 0;
}
section.career-jobs.pos-project .left {
  align-items: center;
}
@media (min-width: 1140px) {
  section.career-jobs.pos-project .left {
    align-items: center;
  }
}
section.career-jobs.pos-project .left p {
  text-align: center;
}
@media (min-width: 1140px) {
  section.career-jobs.pos-project .left p {
    text-align: left;
  }
}
section.career-jobs.pos-project .left .position {
  align-items: center;
}
@media (min-width: 1140px) {
  section.career-jobs.pos-project .left .position {
    align-items: flex-start;
  }
}
section.career-jobs.mobon {
  display: block;
  padding-top: 0;
}
section.career-jobs.mobon .job-offers {
  margin-bottom: 50px;
  width: 100%;
}
section.career-jobs.mobon .job-offers .job-offer {
  margin-bottom: 20px;
  background: #f0f0f0;
  border-radius: 25px;
  position: relative;
}
section.career-jobs.mobon .job-offers .job-offer:last-child {
  margin-bottom: 0;
}
section.career-jobs.mobon .job-offers .job-offer .job-desc {
  padding: 20px 77px 20px 30px;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
section.career-jobs.mobon .job-offers .job-offer .job-ico {
  width: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  display: none;
}
@media (min-width: 768px) {
  section.career-jobs.mobon .job-offers .job-offer .job-ico {
    display: block;
  }
}
section.career-jobs.mobon .job-offers .job-offer .job-ico img {
  border-radius: 50%;
  max-width: 100px;
}
section.career-jobs.mobon .job-offers .job-offer a {
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 100%;
}
section.career-jobs.mobon .job-offers .job-offer a:hover {
  text-decoration: none;
}
section.career-jobs.mobon .job-offers .job-offer .job-offer-title-big {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 5px 0 !important;
}
section.career-jobs.mobon .job-offers .job-offer .job-offer-title-small {
  font-size: 16px;
  margin-bottom: 0 !important;
  font-weight: 300;
  line-height: 1.3;
  margin-left: 0;
}
section.career-jobs.mobon .job-offers .job-offer .place {
  color: #6d6e71;
}
section.career-jobs.mobon .job-offers .job-offer .blogbutton {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: none;
  transition: 0.1s ease-in-out;
}
section.career-jobs.mobon .job-offers .job-offer .blogbutton svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
section.career-jobs.mobon .job-offers .job-offer .blogbutton {
  background-color: #a01441;
}
section.career-jobs.mobon .job-offers .job-offer .blogbutton svg {
  fill: #ffffff;
}
@media (min-width: 1280px) {
  section.career-jobs.mobon {
    display: none;
  }
}
section.career-jobs .filters {
  margin-bottom: 50px;
}
section.career-jobs .filtersmob {
  margin-bottom: 30px;
}
section.career-jobs #accordion {
  width: 100%;
  height: auto !important;
}
section.career-jobs #accordion .card {
  width: 100%;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative !important;
  top: 0 !important;
  border-radius: 0;
}
section.career-jobs #accordion .card.star .mobtitle {
  background: #a01441;
  color: #ffffff;
}
section.career-jobs #accordion .card.star .bottom {
  background-color: #a01441;
  background-color: #a01441;
}
section.career-jobs #accordion .card.star .bottom .btn-mob {
  background-color: #ffffff;
  color: #c50044 !important;
}
section.career-jobs #accordion .card.star .bottom .btn-mob:before {
  border-right: 3px solid #a01441;
  border-bottom: 3px solid #a01441;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card.star .bottom .btn-mob {
    background-color: #ffffff;
  }
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card.star .bottom {
    background-color: #ffffff;
  }
  section.career-jobs #accordion .card.star .bottom .btn {
    border-right: 3px solid white;
    border-bottom: 3px solid white;
  }
}
section.career-jobs #accordion .card.star .bottom .btn:after {
  display: none;
}
section.career-jobs #accordion .card.star .bottom .btn:hover {
  background-color: white;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card.star .bottom .btn:hover {
    background-color: #f0f0f0;
  }
}
section.career-jobs #accordion .card.position {
  background-color: #f0f0f0;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card.position {
    background-color: #ffffff;
  }
}
section.career-jobs #accordion .card.position .btn:hover {
  background-color: white;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card.position .btn:hover {
    background-color: #f0f0f0;
  }
}
section.career-jobs #accordion .card.talent-card {
  box-shadow: none;
}
section.career-jobs #accordion .card .bottom {
  display: flex;
  justify-content: center;
}
section.career-jobs #accordion .card a {
  height: 100%;
  cursor: pointer;
}
section.career-jobs #accordion .card .btn-mob {
  margin: 25px auto;
  border: none;
  max-height: 50px;
  padding: 10px 30px;
}
section.career-jobs #accordion .card .btn-mob:before {
  display: none;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .btn-mob {
    display: none;
  }
}
section.career-jobs #accordion .card .card-header {
  margin-bottom: -1px;
  min-height: 110px;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: #ffffff;
  transition: 0.2s ease-in-out;
  background-color: #a01441;
  flex-direction: column;
  border-bottom: none;
}
section.career-jobs #accordion .card .card-header .card-link {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.career-jobs #accordion .card .card-header .occuitem-wrap {
  background: #f6f6f6;
  font-size: 12px;
  color: #9a9a9a;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: initial;
  margin-bottom: 15px;
  margin-top: -15px;
  padding: 5px 15px;
  border-radius: 3px;
  cursor: pointer;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .occuitem-wrap {
    display: none;
  }
}
section.career-jobs #accordion .card .card-header .occuitem-wrap img {
  width: 11px;
  margin-right: 10px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header {
    margin-bottom: 0px;
  }
}
@media (max-width: 1140px) {
  section.career-jobs #accordion .card .card-header {
    padding: 50px 15px;
  }
}
@media (min-width: 400px) {
  section.career-jobs #accordion .card .card-header .right .info {
    min-width: 280px;
  }
}
section.career-jobs #accordion .card .card-header .right .info .contract {
  display: flex;
  align-items: center;
}
section.career-jobs
  #accordion
  .card
  .card-header
  .right
  .info
  .contract
  .occuitem-wrap {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header {
    flex-direction: row;
  }
}
section.career-jobs #accordion .card .card-header.talent {
  background-color: #412c65;
}
section.career-jobs #accordion .card .card-header.talent:hover {
  background-color: #412c65;
}
section.career-jobs #accordion .card .card-header.talent .left svg .st0,
section.career-jobs #accordion .card .card-header.talent .left svg .st1,
section.career-jobs #accordion .card .card-header.talent .left svg .st2 {
  fill: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.talent
  .left
  .position
  .job--title,
section.career-jobs
  #accordion
  .card
  .card-header.talent
  .left
  .position
  .job--description {
  color: white;
}
@media (min-width: 400px) {
  section.career-jobs #accordion .card .card-header.talent .right .info {
    min-width: 280px;
  }
}
section.career-jobs #accordion .card .card-header.talent .right .info .fas {
  color: white;
  margin-right: 10px;
}
section.career-jobs #accordion .card .card-header.talent .right .info p {
  color: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.talent
  .right
  .arrow
  svg
  .arr {
  stroke: white;
}
section.career-jobs #accordion .card .card-header.collapsed {
  background-color: #ffffff;
}
section.career-jobs #accordion .card .card-header.collapsed.star {
  background-color: #a01441;
}
section.career-jobs #accordion .card .card-header.collapsed.star:hover {
  background-color: #a01441;
}
section.career-jobs #accordion .card .card-header.collapsed.star .left svg .st0,
section.career-jobs #accordion .card .card-header.collapsed.star .left svg .st1,
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .left
  svg
  .st2 {
  fill: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .left
  .position
  .job--title,
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .left
  .position
  .job--description {
  color: white;
}
@media (min-width: 400px) {
  section.career-jobs
    #accordion
    .card
    .card-header.collapsed.star
    .right
    .info {
    min-width: 280px;
  }
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .right
  .info
  .fas {
  color: white;
  margin-right: 10px;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .right
  .info
  .town
  a {
  color: #ffffff;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .right
  .info
  svg
  path {
  color: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .right
  .info
  p {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .right
  .info
  p
  i {
  margin-bottom: 5px;
}
@media (min-width: 1140px) {
  section.career-jobs
    #accordion
    .card
    .card-header.collapsed.star
    .right
    .info
    p {
    flex-direction: row;
    align-items: flex-start;
  }
  section.career-jobs
    #accordion
    .card
    .card-header.collapsed.star
    .right
    .info
    p
    i {
    margin-bottom: 0;
  }
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.star
  .right
  .arrow
  svg
  .arr {
  stroke: white;
}
section.career-jobs #accordion .card .card-header.collapsed.talent {
  background-color: #412c65;
}
section.career-jobs #accordion .card .card-header.collapsed.talent:hover {
  background-color: #412c65;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .left
  svg
  .st0,
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .left
  svg
  .st1,
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .left
  svg
  .st2 {
  fill: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .left
  .position
  .job--title,
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .left
  .position
  .job--description {
  color: white;
}
@media (min-width: 400px) {
  section.career-jobs
    #accordion
    .card
    .card-header.collapsed.talent
    .right
    .info {
    min-width: 280px;
  }
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .right
  .info
  .fas {
  color: white;
  margin-right: 10px;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .right
  .info
  svg
  path {
  color: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .right
  .info
  p {
  color: white;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed.talent
  .right
  .arrow
  svg
  .arr {
  stroke: white;
}
section.career-jobs #accordion .card .card-header.collapsed.position {
  background-color: #f0f0f0;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header.collapsed.position:hover {
    background-color: #ffffff;
  }
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header.collapsed:hover {
    background-color: #f0f0f0;
  }
}
section.career-jobs #accordion .card .card-header.collapsed .left svg .st0,
section.career-jobs #accordion .card .card-header.collapsed .left svg .st1,
section.career-jobs #accordion .card .card-header.collapsed .left svg .st2 {
  fill: #a01441;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .left
  .position
  .job--title,
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .left
  .position
  .job--description {
  color: #111111;
}
@media (min-width: 400px) {
  section.career-jobs #accordion .card .card-header.collapsed .right .info {
    min-width: 280px;
  }
}
section.career-jobs #accordion .card .card-header.collapsed .right .info .fas {
  color: #c50044;
  margin-right: 10px;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .right
  .info
  .town
  a {
  color: #231f20;
  font-weight: 500;
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .right
  .info
  .town
  a:nth-child(3):before {
  content: "| ";
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .right
  .info
  .town
  a:nth-child(2):before {
  content: "| ";
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .right
  .info
  svg
  path {
  fill: #a01441;
}
section.career-jobs #accordion .card .card-header.collapsed .right .info .dot {
  background-color: #a01441;
}
section.career-jobs #accordion .card .card-header.collapsed .right .info p {
  color: #141414;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.career-jobs #accordion .card .card-header.collapsed .right .info p i {
  margin-bottom: 5px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header.collapsed .right .info p {
    align-items: flex-start;
    flex-direction: row;
  }
  section.career-jobs #accordion .card .card-header.collapsed .right .info p i {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.career-jobs #accordion .card .card-header.collapsed .right .info p {
    font-size: 14px;
  }
}
@media (min-width: 1590px) {
  section.career-jobs #accordion .card .card-header.collapsed .right .info p {
    font-size: 16px;
  }
}
section.career-jobs #accordion .card .card-header.collapsed .right .arrow svg {
  transform: rotate(-90deg);
}
section.career-jobs
  #accordion
  .card
  .card-header.collapsed
  .right
  .arrow
  svg
  .arr {
  stroke: #231f20;
}
section.career-jobs #accordion .card .card-header .left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left {
    width: 70%;
  }
}
section.career-jobs #accordion .card .card-header .left .star {
  display: none;
  width: 30px;
  position: absolute;
  top: 14px;
  left: -30px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left .star {
    display: block;
  }
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left {
    flex-direction: row;
    padding-right: 30px;
  }
}
section.career-jobs #accordion .card .card-header .left .projekt-img {
  max-width: 80px;
  margin: 0 auto 30px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left .projekt-img {
    margin: 0 50px;
  }
}
section.career-jobs #accordion .card .card-header .left img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  margin: 30px auto;
  align-self: center;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left img {
    margin: 0 50px;
    align-self: flex-start;
    max-width: 80px;
    max-height: 80px;
  }
}
section.career-jobs #accordion .card .card-header .left svg {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
  margin: 20px auto 30px;
  align-self: center;
  display: none;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left svg {
    margin: 0 50px;
    align-self: flex-start;
    max-width: 80px;
    max-height: 80px;
    display: block;
  }
}
section.career-jobs #accordion .card .card-header .left svg .st0,
section.career-jobs #accordion .card .card-header .left svg .st1,
section.career-jobs #accordion .card .card-header .left svg .st2 {
  fill: #ffffff;
}
section.career-jobs #accordion .card .card-header .left .position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .left .position {
    text-align: left;
    padding-right: 100px;
  }
}
section.career-jobs #accordion .card .card-header .left .position .job--title {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 1140px) {
  section.career-jobs
    #accordion
    .card
    .card-header
    .left
    .position
    .job--title {
    margin-bottom: 15px;
  }
}
section.career-jobs
  #accordion
  .card
  .card-header
  .left
  .position
  .job--description {
  color: white;
  margin-bottom: 0;
}
@media (min-width: 1140px) {
  section.career-jobs
    #accordion
    .card
    .card-header
    .left
    .position
    .job--description {
    margin: 0;
  }
}
section.career-jobs #accordion .card .card-header .right {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .right {
    display: flex;
    width: 30%;
  }
}
@media (max-width: 420px) {
  section.career-jobs #accordion .card .card-header .right {
    align-self: flex-start;
  }
}
@media (min-width: 400px) {
  section.career-jobs #accordion .card .card-header .right .info {
    min-width: 280px;
  }
}
section.career-jobs #accordion .card .card-header .right .info .fas {
  color: white;
  margin-right: 10px;
}
section.career-jobs #accordion .card .card-header .right .info .fa-globe {
  font-size: 14px;
  margin-top: 5px;
}
section.career-jobs #accordion .card .card-header .right .info svg {
  margin-right: 10px;
}
section.career-jobs #accordion .card .card-header .right .info svg path {
  fill: #ffffff;
}
section.career-jobs #accordion .card .card-header .right .info .town {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
}
section.career-jobs #accordion .card .card-header .right .info .town i {
  margin-bottom: 5px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .right .info .town {
    flex-direction: row;
  }
  section.career-jobs #accordion .card .card-header .right .info .town i {
    margin-bottom: 0;
  }
}
@media (min-width: 1590px) {
  section.career-jobs #accordion .card .card-header .right .info .town {
    margin-bottom: 15px;
  }
}
section.career-jobs #accordion .card .card-header .right .info .town a {
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.career-jobs #accordion .card .card-header .right .info .town a {
    font-size: 14px;
  }
}
@media (min-width: 1590px) {
  section.career-jobs #accordion .card .card-header .right .info .town a {
    font-size: 16px;
  }
}
section.career-jobs
  #accordion
  .card
  .card-header
  .right
  .info
  .town
  a:nth-child(3):before {
  content: "| ";
}
section.career-jobs
  #accordion
  .card
  .card-header
  .right
  .info
  .town
  a:nth-child(2):before {
  content: "| ";
}
section.career-jobs #accordion .card .card-header .right .info p {
  display: inline-block;
  margin: 0;
  color: #ffffff;
}
section.career-jobs #accordion .card .card-header .right .arrow {
  display: none;
  align-items: center;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .card-header .right .arrow {
    display: flex;
  }
}
section.career-jobs #accordion .card .card-header .right .arrow svg {
  width: 16px;
  height: 10px;
  margin: 0 30px 0 50px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
section.career-jobs #accordion .card .card-header .right .arrow svg .arr {
  stroke: #ffffff;
}
section.career-jobs #accordion .card .mobtitle {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 1140px) {
  section.career-jobs #accordion .card .mobtitle {
    display: none;
  }
}
section.career-jobs #accordion .card .card-body {
  padding: 50px 5%;
}
@media (min-width: 1600px) {
  section.career-jobs #accordion .card .card-body {
    padding: 50px 200px 50px;
  }
}
section.career-jobs #accordion .card .card-body.talent .options .dot {
  background-color: #412c65;
}
section.career-jobs #accordion .card .card-body h3 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}
section.career-jobs #accordion .card .card-body .card-body--description {
  margin-bottom: 50px;
  text-align: justify;
}
section.career-jobs #accordion .card .card-body .options {
  margin-bottom: 50px;
  margin-left: 0;
  list-style: none;
  padding: 0;
}
section.career-jobs #accordion .card .card-body .options li {
  padding: 0px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.career-jobs #accordion .card .card-body .options .dot {
  width: 10px;
  height: 10px;
  background-color: #a01441;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
section.career-jobs #accordion .card .card-body .options p {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  color: #231f20;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.career-jobs #accordion .card .card-body .options p {
    font-size: 14px;
  }
}
section.career-jobs #accordion .card .card-body .buttons .btn {
  margin: 0 20px;
}
section.ji-proces {
  padding: 50px 5%;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.ji-proces {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.ji-proces {
    padding: 80px 5%;
  }
}
section.ji-proces .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 10;
  position: relative;
}
section.ji-proces .row .proces-left {
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left {
    padding-right: 30px;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  section.ji-proces .row .proces-left {
    padding-right: 90px;
    width: 45%;
  }
}
section.ji-proces .row .proces-left .top {
  text-align: center;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .top {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .proces-slider {
    display: none;
  }
}
section.ji-proces .row .proces-left .proces-slider .flickity-viewport {
  min-height: 140px;
  overflow: visible;
}
section.ji-proces .row .proces-left .proces-slider .fade:not(.show) {
  opacity: 1;
}
section.ji-proces .row .proces-left .proces-slider .proces-slider--slide {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transition: background 0.2s ease-in-out;
  width: 100%;
  margin: 0 10px;
  border-radius: 25px;
  height: 120px;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide
  .wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 25px;
  border-radius: 25px;
  max-width: 300px;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide
  .wrapper
  .left
  p {
  font-size: 70px;
  line-height: 1;
  color: #c50044;
  padding-right: 30px;
  margin-bottom: 0;
  font-weight: 900;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide
  .wrapper
  .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide
  .wrapper
  .right
  p {
  color: #000;
  text-transform: uppercase;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide
  .wrapper
  .right
  .step {
  margin-bottom: 12px;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide
  .wrapper
  .right
  .content {
  font-weight: bold;
  margin-bottom: 5px;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide.is-selected {
  background-image: linear-gradient(90deg, #c43852, #a01441);
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide.is-selected
  .wrapper
  .left
  p {
  color: #ffffff;
}
section.ji-proces
  .row
  .proces-left
  .proces-slider
  .proces-slider--slide.is-selected
  .wrapper
  .right
  p {
  color: #fff;
}
section.ji-proces .row .proces-left .tab-content .tab-pane {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .tab-content .tab-pane {
    padding: 0 30px 0 0;
  }
}
section.ji-proces .row .proces-left .tab-content .tab-pane .imgwrap {
  text-align: center;
}
section.ji-proces .row .proces-left .tab-content .tab-pane .imgwrap img {
  border-radius: 25px;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .tab-content .tab-pane .imgwrap {
    display: none;
  }
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .tab-content .tab-pane {
    margin-top: 0;
  }
}
section.ji-proces .row .proces-left .tab-content .tab-pane p {
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .tab-content .tab-pane p {
    margin-bottom: 0;
    border-left: none;
    text-align: left;
  }
}
section.ji-proces .row .proces-left .tab-content .tab-pane h3 {
  color: #c50044;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  display: none;
  font-weight: 600;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-left .tab-content .tab-pane h3 {
    display: block;
  }
}
section.ji-proces .row .proces-left .tab-content .tab-pane h3 span {
  font-weight: 900;
  font-size: 55px;
  padding-right: 10px;
}
section.ji-proces .row .proces-right {
  display: none;
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-right {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  section.ji-proces .row .proces-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1440px) {
  section.ji-proces .row .proces-right {
    width: 55%;
  }
}
section.ji-proces .row .proces-right .nav-pills {
  display: flex;
  flex-direction: column;
  margin: 0;
}
section.ji-proces .row .proces-right .nav-pills #pills-1-tab .nav-link-header {
  background-image: url(../img/daj-nam-o-sebe-vediet.webp);
}
section.ji-proces .row .proces-right .nav-pills #pills-4-tab .nav-link-header {
  background-image: url(../img/pracovny-pohovor.webp);
}
section.ji-proces .row .proces-right .nav-pills #pills-5-tab .nav-link-header {
  background-image: url(../img/spatna-vazba.webp);
}
section.ji-proces .row .proces-right .nav-pills .nav-item {
  margin-bottom: 20px;
}
section.ji-proces .row .proces-right .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item.big
  .nav-link
  .nav-link-header {
  height: 158px;
}
section.ji-proces .row .proces-right .nav-pills .nav-item .nav-link {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 0;
  background: #ffffff;
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-content {
  padding: 25px 20px;
  display: flex;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  min-height: 131px;
}
@media (min-width: 1830px) {
  section.ji-proces
    .row
    .proces-right
    .nav-pills
    .nav-item
    .nav-link
    .nav-link-content {
    min-height: unset;
  }
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-content
  .left {
  display: flex;
  align-items: flex-end;
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-content
  .left
  span {
  background: linear-gradient(90deg, #c43852, #a01441);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  section.ji-proces
    .row
    .proces-right
    .nav-pills
    .nav-item
    .nav-link
    .nav-link-content
    .left
    span {
    font-size: 70px;
  }
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-content
  .right {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-content
  .right
  .step {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
section.ji-proces
  .row
  .proces-right
  .nav-pills
  .nav-item
  .nav-link
  .nav-link-content
  .right
  .step-content {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
section.partners {
  padding: 50px 5%;
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
}
section.partners .small-title {
  color: #c50044;
}
section.partners .row {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  section.partners {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.partners {
    padding: 80px 5%;
  }
}
section.partners .row {
  flex-wrap: wrap;
  min-height: 217px;
  align-items: center;
}
@media (min-width: 1024px) {
  section.partners .row {
    flex-wrap: nowrap;
  }
}
section.partners .row .left {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  section.partners .row .left {
    width: 45%;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  section.partners .row .left p {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  section.partners .row .left {
    text-align: left;
  }
}
section.partners .row .left h3 {
  color: #c50044;
  text-transform: uppercase;
}
section.partners .row .right {
  width: 100%;
}
@media (min-width: 1024px) {
  section.partners .row .right {
    width: 55%;
  }
}
section.partners .row .right .partners-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  section.partners .row .right .partners-wrap {
    flex-direction: row;
    justify-content: center;
  }
}
section.partners .row .right .partners-wrap .partner-card {
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  border-radius: 25px;
  max-height: 157px;
}
section.partners .row .right .partners-wrap .partner-card:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
section.partners .row .right .partners-wrap .partner-card:hover img {
  filter: grayscale(0);
}
section.partners .row .right .partners-wrap img {
  max-width: 175px;
  max-height: 75px;
  filter: grayscale(100%);
  transition: all 0.1s ease-in-out;
}
@media (min-width: 1024px) {
  section.partners .row .right .partners-wrap img {
    margin-bottom: 0;
  }
}
section.contact-form {
  padding: 50px 5%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.contact-form {
    padding: 60px 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.contact-form {
    padding: 60px 5% 80px;
  }
}
section.contact-form .container {
  padding: 0;
}
section.contact-form .form-wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  section.contact-form .form-wrap {
    flex-wrap: nowrap;
    gap: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 1250px) and (min-width: 1441px) {
  section.contact-form .form-wrap {
    gap: 80px;
  }
}
section.contact-form .form-wrap .left {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1250px) {
  section.contact-form .form-wrap .left {
    width: 50%;
    margin-bottom: 0;
  }
}
section.contact-form .form-wrap .right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1250px) {
  section.contact-form .form-wrap .right {
    width: 50%;
    flex-wrap: nowrap;
  }
}
section.contact-form .form-wrap .right .mobimage {
  margin-bottom: 50px;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  section.contact-form .form-wrap .right .mobimage {
    display: none;
  }
}
section.contact-form .form-wrap .right .image {
  width: 100%;
  border-radius: 25px;
  background-image: url(../img/kontakt-msg-life-slovakia-bratislava.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  margin-bottom: 50px;
  display: none;
}
@media screen and (min-width: 768px) {
  section.contact-form .form-wrap .right .image {
    width: 50%;
    height: auto;
    margin-bottom: 0;
    display: block;
  }
}
section.contact-form .form-wrap .right .content {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.contact-form .form-wrap .right .content {
    width: 50%;
    padding-left: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  section.contact-form .form-wrap .right .content {
    padding-left: 80px;
  }
}
section.contact-form .form-wrap .right .content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
section.contact-form .form-wrap .right .content h3 {
  font-weight: 500;
  color: #141414;
  font-size: 18px;
}
section.contact-form .form-wrap .right .content .smaller-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
section.contact-form .form-wrap .right .content .part {
  margin-bottom: 30px;
}
section.contact-form .form-wrap .right .content .part:last-child {
  margin-bottom: 0;
}
section.contact-form .form-wrap .right .content .part a {
  display: block;
  font-size: 14px;
}
@media (min-width: 1590px) {
  section.contact-form .form-wrap .right .content .part a {
    font-size: 16px;
  }
}
section.contact-form .form-wrap .right .content .part p {
  margin-bottom: 0;
  font-weight: 500;
}
section.contact-form .form-wrap .right .content .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  section.contact-form .form-wrap .right .content .socials {
    justify-content: flex-start;
  }
}
section.contact-form .form-wrap .right .content .socials a {
  display: block;
}
section.contact-form .form-wrap .right .content .socials a:hover .st0 {
  fill: #a01441;
}
section.contact-form .form-wrap .right .content .socials a:hover .st1 {
  fill: #ffffff;
}
section.contact-form .form-wrap .right .content .socials a svg {
  width: 30px;
  height: 30px;
  transition: all 0.1s ease-in-out;
}
section.contact-form .form-wrap .right .content .socials a svg .st0 {
  fill: #f0f0f0;
}
section.work-banner {
  max-width: 1780px;
  background-image: linear-gradient(90deg, #c43852, #a01441);
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 40px calc(5% - 15px);
  margin-bottom: -95px;
  z-index: 100;
}
@media screen and (min-width: 1441px) {
  section.work-banner {
    border-radius: 50px;
    padding: 60px calc(5% - 15px);
  }
}
@media (min-width: 1850px) {
  section.work-banner {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
  }
}
section.work-banner .banner-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
  opacity: 0.25;
}
@media (min-width: 1024px) {
  section.work-banner .banner-dots {
    display: block;
  }
}
section.work-banner .banner-dots-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  opacity: 0.25;
}
@media (min-width: 1024px) {
  section.work-banner .banner-dots-mobile {
    display: none;
  }
}
section.work-banner h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1250px) {
  section.work-banner h2 {
    margin-bottom: 0;
  }
}
section.work-banner .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1250px) {
  section.work-banner .row {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
section.work-banner .row .small-title,
section.work-banner .row h2 {
  color: #ffffff;
}
section.work-banner .row .left {
  text-align: center;
}
@media screen and (min-width: 1250px) {
  section.work-banner .row .left {
    text-align: left;
  }
}
section.work-banner .row .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1250px) {
  section.work-banner .row .right {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
section.work-banner .row .right .btn-new {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1250px) {
  section.work-banner .row .right .btn-new {
    margin-left: 20px;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  section.work-banner .row .right .btn-new {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1250px) {
  section.work-banner .row .right .btn-new {
    margin-bottom: 0;
  }
}
section.contact-hr {
  position: relative;
  z-index: 11;
  padding: 0 5%;
}
section.contact-hr .wrap {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -105px;
}
section.contact-hr .wrap .contact-hr--card {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (min-width: 400px) {
  section.contact-hr .wrap .contact-hr--card {
    width: auto;
  }
}
section.contact-hr .wrap .contact-hr--card__photo {
  min-width: 160px;
  position: relative;
  z-index: 10;
}
section.contact-hr .wrap .contact-hr--card__photo img {
  position: absolute;
  left: 10px;
  bottom: 0;
  max-height: 210px;
}
section.contact-hr .wrap .contact-hr--card__content {
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  section.contact-hr .wrap .contact-hr--card__content {
    padding: 20px 60px 20px 0;
  }
}
section.contact-hr .wrap .contact-hr--card__wrap {
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(90deg, #a01441, #c43852);
  border-radius: 50px 0;
  position: relative;
  width: 100%;
  min-height: 211px;
}
@media (min-width: 400px) {
  section.contact-hr .wrap .contact-hr--card__wrap {
    width: auto;
  }
}
section.contact-hr .wrap .contact-hr--card__name {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
section.contact-hr .wrap .contact-hr--card__job {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
section.contact-hr .wrap .contact-hr--card__icon {
  margin-top: 10px;
}
section.contact-hr .wrap .contact-hr--card a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  section.contact-hr .wrap .contact-hr--card a {
    font-size: 16px;
  }
}
section.country-map {
  background-color: #f0f0f0;
  position: relative;
  padding: 50px 5%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.country-map {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.country-map {
    padding: 80px 5%;
  }
}
section.country-map .container {
  margin-top: 95px;
}
section.country-map .container .text-center {
  flex-direction: column;
}
section.country-map .container .text-center .small-title {
  color: #c50044;
}
@media (min-width: 1201px) {
  section.country-map .mobile {
    display: none;
  }
}
section.country-map .mobile .accordion {
  width: 100%;
}
section.country-map .mobile .accordion .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
}
section.country-map .mobile .accordion .card .collapse {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.country-map .mobile .accordion .card .card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 0;
  text-align: right;
  position: relative;
  min-height: 460px;
}
section.country-map .mobile .accordion .card .card-body .contact-map {
  max-height: 350px;
  padding-left: 20px;
}
@media (min-width: 700px) {
  section.country-map .mobile .accordion .card .card-body .contact-map {
    position: absolute;
    right: 0;
    top: 40px;
    max-width: 50%;
  }
}
section.country-map .mobile .accordion .card .card-body .card {
  padding: 0 40px;
  text-align: left;
}
section.country-map .mobile .accordion .card .card-body .card .top {
  font-weight: 700;
  margin-bottom: 15px;
}
section.country-map .mobile .accordion .card .card-body .card .top strong {
  font-weight: 700;
}
section.country-map .mobile .accordion .card .card-body .card:last-child {
  margin-bottom: 0;
}
section.country-map
  .mobile
  .accordion
  .card
  .card-body
  .card:last-child
  .adress-list {
  margin-bottom: 0;
}
section.country-map .mobile .accordion .card .card-body .card ul {
  list-style: none;
  margin-left: 0;
}
section.country-map .mobile .accordion .card .card-body .card ul a {
  font-weight: bold;
}
section.country-map .mobile .accordion .card .card-header {
  padding: 0;
  border: none;
}
section.country-map .mobile .accordion .card .card-header .btn-new {
  width: 100%;
  background-image: linear-gradient(90deg, #c43852, #a01441);
  color: #ffffff !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
section.country-map .mobile .accordion .card .card-header .btn-new svg {
  display: block;
  width: 16px;
  height: 10px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
section.country-map .mobile .accordion .card .card-header .btn-new svg .arr {
  stroke: #ffffff;
}
section.country-map .mobile .accordion .card .card-header .btn-new.collapsed {
  background-image: linear-gradient(0, #ffffff, #ffffff);
  color: #000 !important;
}
section.country-map
  .mobile
  .accordion
  .card
  .card-header
  .btn-new.collapsed
  svg {
  transform: rotate(0);
}
section.country-map
  .mobile
  .accordion
  .card
  .card-header
  .btn-new.collapsed
  svg
  .arr {
  stroke: #a01441;
}
section.country-map .desktop {
  display: none;
}
@media (min-width: 1201px) {
  section.country-map .desktop {
    display: flex;
    flex-direction: column;
  }
}
section.country-map .desktop .main-pills {
  margin-left: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
section.country-map .desktop .main-pills .nav-link {
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #000;
  transition: all 0.2s ease-in-out;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
section.country-map .desktop .main-pills .nav-link.active {
  background-color: #a01441;
  color: #ffffff;
}
section.country-map .desktop .map-content .tab-countries.active {
  display: flex;
}
section.country-map .desktop .map-content .tab-countries.active .text-content {
  width: 50%;
  display: flex;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities {
  width: 40%;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs {
  display: flex;
  flex-direction: column;
  margin: 0;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs
  .nav-link {
  color: #000;
  transition: padding-left 0.1s;
  position: relative;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs
  .nav-link:before {
  opacity: 0;
  transition: opacity 0.1s;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs
  .nav-link:hover {
  padding-left: 25px;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs
  .nav-link:hover:before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #a01441;
  border-radius: 50%;
  transform: translateY(-50%);
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs
  .nav-link.active {
  background-color: transparent;
  color: #000;
  padding-left: 25px;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities
  .tabs
  .nav-link.active:before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #a01441;
  border-radius: 50%;
  transform: translateY(-50%);
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities-content {
  width: 60%;
  max-height: 540px;
  margin-right: 10px;
  overflow-y: auto;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities-content
  .card {
  border: none;
  background: transparent;
  margin-bottom: 30px;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities-content
  .card
  h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .text-content
  .cities-content
  .card
  ul {
  list-style: none;
  margin: 0;
}
section.country-map .desktop .map-content .tab-countries.active .map {
  height: 550px;
  display: block;
  width: 37%;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s;
  margin-left: 50px;
}
section.country-map .desktop .map-content .tab-countries.active .map img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
  transform-origin: center;
  transition: transform 1s ease-in-out, opacity 0.1s;
  opacity: 0.8;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.country-pins {
  opacity: 0;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.germany {
  transform: translate(-32%, -73%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.netherlands {
  transform: translate(-8%, -67%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.austria {
  transform: translate(-55%, -102%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.portugal {
  transform: translate(87%, -159%) scale(3) !important;
}
section.country-map .desktop .map-content .tab-countries.active .map img.spain {
  transform: translate(57%, -160%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.slovakia {
  transform: translate(-85%, -97%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.slovenia {
  transform: translate(-61%, -120%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.switzerland {
  transform: translate(-21%, -115%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.newyork {
  transform: translate(-169%, -16%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.florida {
  transform: translate(-132%, -156%) scale(3) !important;
}
section.country-map
  .desktop
  .map-content
  .tab-countries.active
  .map
  img.colorado {
  transform: translate(2%, -38%) scale(3) !important;
}
section.branches {
  background-color: #f0f0f0;
  position: relative;
  padding: 50px 5%;
  overflow: hidden;
}
section.branches .dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
section.branches .dots.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.branches .dots.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  section.branches .dots.mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.branches {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.branches {
    padding: 80px 5%;
  }
}
section.branches .desktop {
  display: none;
}
@media (min-width: 1201px) {
  section.branches .desktop {
    display: flex;
  }
}
section.branches .small-title {
  color: #c50044;
}
section.branches .container {
  z-index: 10;
  position: relative;
  margin-top: 95px;
}
section.branches .row {
  display: flex;
  flex-direction: column;
}
section.branches .row.mobile {
  z-index: 10;
  position: relative;
}
section.branches .row.mobile .accordion .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
}
section.branches .row.mobile .accordion .card .collapse {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.branches .row.mobile .accordion .card .card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 0;
  text-align: right;
  position: relative;
  min-height: 460px;
}
section.branches .row.mobile .accordion .card .card-body .contact-map {
  max-height: 350px;
  padding-left: 20px;
}
@media (min-width: 700px) {
  section.branches .row.mobile .accordion .card .card-body .contact-map {
    position: absolute;
    right: 0;
    top: 40px;
    max-width: 50%;
  }
}
section.branches .row.mobile .accordion .card .card-body .card {
  padding: 0 40px;
  text-align: left;
}
section.branches .row.mobile .accordion .card .card-body .card .top {
  font-weight: 700;
  margin-bottom: 15px;
}
section.branches .row.mobile .accordion .card .card-body .card .top strong {
  font-weight: 700;
}
section.branches .row.mobile .accordion .card .card-body .card:last-child {
  margin-bottom: 0;
}
section.branches
  .row.mobile
  .accordion
  .card
  .card-body
  .card:last-child
  .adress-list {
  margin-bottom: 0;
}
section.branches .row.mobile .accordion .card .card-body .card ul {
  list-style: none;
  margin-left: 0;
}
section.branches .row.mobile .accordion .card .card-body .card ul a {
  font-weight: bold;
}
section.branches .row.mobile .accordion .card .card-header {
  padding: 0;
  border: none;
}
section.branches .row.mobile .accordion .card .card-header .btn-new {
  width: 100%;
  background-image: linear-gradient(90deg, #c43852, #a01441);
  color: #ffffff !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
section.branches .row.mobile .accordion .card .card-header .btn-new svg {
  display: block;
  width: 16px;
  height: 10px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
section.branches .row.mobile .accordion .card .card-header .btn-new svg .arr {
  stroke: #ffffff;
}
section.branches .row.mobile .accordion .card .card-header .btn-new.collapsed {
  background-image: linear-gradient(0, #ffffff, #ffffff);
  color: #000 !important;
}
section.branches
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-new.collapsed
  svg {
  transform: rotate(0);
}
section.branches
  .row.mobile
  .accordion
  .card
  .card-header
  .btn-new.collapsed
  svg
  .arr {
  stroke: #a01441;
}
@media (min-width: 1201px) {
  section.branches .row.mobile {
    display: none;
  }
}
section.branches .row.desktop {
  display: none;
}
@media (min-width: 1201px) {
  section.branches .row.desktop {
    display: flex;
  }
}
section.branches .row .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 10px 0 40px;
  gap: 20px;
  margin: 0;
  z-index: 10;
  position: relative;
}
section.branches .row .tabs .nav-item {
  width: 100%;
  text-align: center;
}
section.branches .row .tabs .nav-item .nav-link {
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #000;
  transition: all 0.2s ease-in-out;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
section.branches .row .tabs .nav-item .nav-link:hover {
  background-color: #a01441;
  color: #ffffff;
}
section.branches .row .tabs .nav-item .nav-link.active {
  background-color: #a01441;
  color: #ffffff;
}
section.branches .row .tab-content {
  width: 100%;
}
section.branches .row .tab-content .tab-pane {
  min-height: 530px;
}
@media screen and (min-width: 1441px) {
  section.branches .row .tab-content .tab-pane {
    min-height: 640px;
  }
}
section.branches .row .tab-content .tab-pane .left {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  z-index: 10;
  position: relative;
}
section.branches .row .tab-content .tab-pane .left .card {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 25px;
  width: 100%;
  background-color: #ffffff;
}
section.branches .row .tab-content .tab-pane .left .card .adress-list {
  margin-bottom: 0;
}
section.branches .row .tab-content .tab-pane .left .card .adress-list a {
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  section.branches .row .tab-content .tab-pane .left .card {
    padding: 40px 60px;
  }
}
section.branches .row .tab-content .tab-pane .left .card .card-inner h3 {
  font-size: 16px;
}
section.branches .row .tab-content .tab-pane .left .card .card-inner .top {
  margin-bottom: 15px;
  font-weight: 700;
}
section.branches
  .row
  .tab-content
  .tab-pane
  .left
  .card
  .card-inner
  .top
  strong {
  font-weight: 700;
}
section.branches
  .row
  .tab-content
  .tab-pane
  .left
  .card
  .card-inner
  .adress-list {
  margin-left: 0;
  list-style: none;
}
section.branches
  .row
  .tab-content
  .tab-pane
  .left
  .card
  .card-inner
  .adress-list
  a {
  font-weight: bold;
}
section.branches
  .row
  .tab-content
  .tab-pane
  .left
  .card
  .card-inner
  .adress-list
  li {
  margin-bottom: 5px;
}
section.branches .row .tab-content .tab-pane .right {
  width: 50%;
}
section.branches .row .tab-content .tab-pane .right .contact-map {
  max-height: 640px;
  position: absolute;
  right: 0;
  max-width: 48%;
  bottom: 80px;
}
section.blog-listing {
  display: flex;
  flex-direction: column;
  padding: 0 5% 50px;
}
@media (min-width: 1024px) {
  section.blog-listing {
    padding: 0 5% 60px;
  }
}
@media (min-width: 1640px) {
  section.blog-listing {
    padding: 0 5% 80px;
  }
}
section.blog-listing .listing-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 961px) {
  section.blog-listing .listing-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  section.blog-listing .listing-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.blog-listing .listing-wrap .article {
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex;
}
section.blog-listing .listing-wrap .article a:hover {
  text-decoration: none;
}
section.blog-listing .listing-wrap .article .blogbutton {
  bottom: 20px;
  right: 20px;
  top: unset;
  background: #a01441;
  width: 40px;
  height: 40px;
}
@media (min-width: 961px) {
  section.blog-listing .listing-wrap .article .blogbutton {
    right: 30px;
  }
}
section.blog-listing .listing-wrap .article .blogbutton svg {
  fill: #ffffff;
}
section.blog-listing .listing-wrap .article .article--inner {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.blog-listing .listing-wrap .article .article--inner .article--header {
  display: flex;
  height: 260px;
  padding: 15px 15px;
  background-size: cover;
  background-position: top right;
  flex-wrap: wrap-reverse;
  align-content: flex-start;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  }
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.blog-listing .listing-wrap .article .article--inner .article--header {
    height: 250px;
  }
}
@media (min-width: 1441px) {
  section.blog-listing .listing-wrap .article .article--inner .article--header {
    height: 350px;
  }
}
@media (min-width: 991px) {
  section.blog-listing .listing-wrap .article .article--inner .article--header {
    padding: 25px 35px;
  }
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--header
  .article-tag {
  padding: 10px 17px;
  background-color: white;
  font-weight: normal;
  font-size: 12px;
  margin-right: 10px;
  color: #212529;
  margin-bottom: 5px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1440px) {
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--header
    .article-tag {
    margin-right: 20px;
  }
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--header
  .article-tag
  a {
  color: #212529;
}

.article .article--tags,
.article-wrap .article--tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.article .article--tags .article-tag,
.article-wrap .article--tags .article-tag  {
    background: #f0f0f0;
    border-radius: 10px;
    height: 30px;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
}

.article .article--tags .article-tag:hover,
.article-wrap .article--tags .article-tag:hover {
  background-color: #A01441;
  color: #ffffff;
}
.article .article--tags .article-tag:hover a,
.article-wrap .article--tags .article-tag:hover a {
  color: #ffffff;
}

section.blog-listing .listing-wrap .article .article--inner .article--content {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  min-height: 212px;
  padding: 20px 0 20px 25px;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #ffffff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--content {
    min-height: 178px;
  }
}
@media screen and (min-width: 961px) {
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--content {
    padding: 20px 0 20px 35px;
  }
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  p {
  margin-bottom: 20px;
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  .blogbutton {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: none;
  transition: 0.1s ease-in-out;
}
@media screen and (min-width: 1024px) {
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--content
    .blogbutton {
    right: 35px;
  }
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  .blogbutton
  svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  h3:hover {
  color: #000000;
}
section.blog-listing
  .listing-wrap
  .article
  .article--inner
  .article--content
  span {
  display: block;
  color: #141414;
  font-size: 12px;
}
@media screen and (min-width: 1440px) {
  section.blog-listing
    .listing-wrap
    .article
    .article--inner
    .article--content
    span {
    font-size: 16px;
  }
}
section.blog-listing .listing-wrap .article--content {
  flex-grow: 1;
  padding: 20px;
}
@media (min-width: 961px) {
  section.blog-listing .listing-wrap .article--content {
    padding: 30px;
  }
}
section.blog-listing .listing-wrap .article--meta {
  margin-bottom: 30px;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}
section.blog-listing .listing-wrap .article--meta span {
  position: relative;
}
/* section.blog-listing .listing-wrap .article--meta span:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #a01441;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
section.blog-listing .listing-wrap .article--header {
  min-height: 260px;
  background-position: top right;
}
@media (min-width: 961px) {
  section.blog-listing .listing-wrap .article--header {
    min-height: 310px;
  }
}
section.blog-listing .listing-wrap .article--title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
  padding-right: 70px;
}
section.blog-listing .listing-wrap .article--categories a {
  padding: 0 20px;
  color: #000;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
section.blog-listing .listing-wrap .article--categories a:hover {
  background: #a01441;
  color: #ffffff;
}
section.blog-listing .pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.blog-listing .pagination.desktop {
  display: none;
}
@media (min-width: 961px) {
  section.blog-listing .pagination.desktop {
    display: flex;
  }
}
@media (min-width: 961px) {
  section.blog-listing .pagination.mobile {
    display: none;
  }
}
section.blog-listing .pagination.mobile .page-nav-container .page-numbers.next,
section.blog-listing .pagination.mobile .page-nav-container .page-numbers.prev {
  width: auto;
}
section.blog-listing
  .pagination.mobile
  .page-nav-container
  .page-numbers.next:hover,
section.blog-listing
  .pagination.mobile
  .page-nav-container
  .page-numbers.prev:hover {
  background: transparent;
  color: #c50044;
}
section.blog-listing
  .pagination.mobile
  .page-nav-container
  .page-numbers.next:hover:hover
  svg
  .st0,
section.blog-listing
  .pagination.mobile
  .page-nav-container
  .page-numbers.prev:hover:hover
  svg
  .st0 {
  fill: #a01441;
}
section.blog-listing
  .pagination.mobile
  .page-nav-container
  .page-numbers.next
  span,
section.blog-listing
  .pagination.mobile
  .page-nav-container
  .page-numbers.prev
  span {
  margin: 0 10px;
}
section.blog-listing .pagination .page-nav-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 961px) {
  section.blog-listing .pagination .page-nav-container {
    width: auto;
    justify-content: center;
  }
}
section.blog-listing .pagination .page-nav-container .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  color: #c50044;
  display: none;
}
section.blog-listing .pagination .page-nav-container .page-numbers.next {
  display: flex;
}
section.blog-listing .pagination .page-nav-container .page-numbers.prev {
  display: flex;
}
@media (min-width: 961px) {
  section.blog-listing .pagination .page-nav-container .page-numbers {
    display: flex;
  }
}
section.blog-listing .pagination .page-nav-container .page-numbers svg {
  height: 20px;
  width: 12px;
}
section.blog-listing .pagination .page-nav-container .page-numbers.current {
  background: #a01441;
  color: #ffffff;
}
section.blog-listing .pagination .page-nav-container .page-numbers:hover {
  background: #a01441;
  color: #ffffff;
}
section.blog-listing
  .pagination
  .page-nav-container
  .page-numbers:hover
  svg
  .st0 {
  fill: #ffffff;
}
section.blog-post {
  padding: 25px 5% 0;
}
@media (min-width: 1024px) {
  section.blog-post {
    padding: 25px 5% 0;
  }
}
@media (min-width: 1640px) {
  section.blog-post {
    padding: 25px 5% 0;
  }
}
section.blog-post h1 {
  width: 100%;
}
section.blog-post.sidebar-in .blog-title {
  display: flex;
  flex-wrap: nowrap;
}
section.blog-post.sidebar-in .blog-title h1 {
  text-align: left;
}
@media (min-width: 1280px) {
  section.blog-post.sidebar-in .blog-title h1 {
    text-align: left;
  }
}
section.blog-post.sidebar-in .blog-title .socials-top {
  width: 500px;
  margin-left: 50px;
  flex-shrink: 0;
  justify-content: flex-end;
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post.sidebar-in .blog-title .socials-top {
    display: flex;
  }
}
section.blog-post.sidebar-in .blog-title .socials-top .st-inline-share-buttons {
  z-index: 10 !important;
}
section.blog-post.sidebar-in
  .blog-title
  .socials-top
  .st-inline-share-buttons
  .st-btn {
  margin-right: 0 !important;
  margin-left: 8px;
}
section.blog-post.sidebar-in
  .blog-title
  .socials-top
  .st-inline-share-buttons
  [data-network="messenger"],
section.blog-post.sidebar-in
  .blog-title
  .socials-top
  .st-inline-share-buttons
  [data-network="email"],
section.blog-post.sidebar-in
  .blog-title
  .socials-top
  .st-inline-share-buttons
  [data-network="print"] {
  display: none !important;
}
section.blog-post.sidebar-in .clanok {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  section.blog-post.sidebar-in .clanok {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
section.blog-post.sidebar-in .clanok .content {
  width: 100%;
}
section.blog-post .clanok .content [id] {
  scroll-margin-top: 40px;
}
@media (min-width: 1201px) {
  section.blog-post .clanok .content [id] {
    scroll-margin-top: 90px;
  }
}
@media (min-width: 1280px) {
  section.blog-post.sidebar-in .clanok .content {
    width: 66.7777%;
    padding-right: 50px;
  }
}
@media (min-width: 1640px) {
  section.blog-post.sidebar-in .clanok .content {
    padding-right: 100px;
  }
}
section.blog-post.sidebar-in .clanok .blog-sidebar {
  display: flex;
  justify-content: flex-start;
}
section.blog-post.sidebar-in .clanok .blog-sidebar--offers {
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post.sidebar-in .clanok .blog-sidebar--offers {
    display: block;
  }
}
section.blog-post.sidebar-in .clanok .blog-sidebar--articles {
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post.sidebar-in .clanok .blog-sidebar--articles {
    display: block;
  }
}
section.blog-post .blog-content {
  width: 100%;
}
section.blog-post .blog-content .clanok {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
@media (min-width: 1280px) {
  section.blog-post .blog-content .clanok {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
section.blog-post .blog-content .clanok ul,
section.blog-post .blog-content .clanok ol {
  margin-left: 0;
}
section.blog-post .blog-content .clanok .blog-sidebar {
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
}
section.blog-post .blog-content .clanok .blog-sidebar h2 {
  font-weight: normal;
  margin-top: 0;
}
@media (min-width: 1280px) {
  section.blog-post .blog-content .clanok .blog-sidebar {
    margin-top: 0;
    width: 33.3333%;
    /* position: sticky;
    top: 150px; 
    height: 100%; */
  }
  section.blog-post
    .blog-content
    .clanok
    .blog-sidebar
    .blog-sidebar--offers-wrapper {
    position: sticky;
    top: 150px;
  }
}

.offers-title-blog {
  font-weight: 400;
  margin: 0 0 30px !important;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1590px) {
    .offers-title-blog {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1590px) {
  .offers-title-blog {
    font-size: 22px;
  }
}

.offers-title-search {
  font-weight: 700;
  margin: 0 0 30px !important;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1590px) {
    .offers-title-search {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1590px) {
  .offers-title-search {
    font-size: 22px;
  }
}

.offers-title-tag {
  font-weight: 700;
  margin: 0 0 30px !important;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1590px) {
    .offers-title-tag {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1590px) {
  .offers-title-tag {
    font-size: 22px;
  }
}

section.blog-post .blog-content .clanok .blog-sidebar .offers-title {
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post .blog-content .clanok .blog-sidebar .offers-title {
    display: block;
  }
}
section.blog-post .blog-content .clanok .blog-sidebar .new-title {
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post .blog-content .clanok .blog-sidebar .new-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
  }
}
section.blog-post .blog-content .clanok .blog-sidebar .new-title h2 {
  max-width: 40%;
  margin-bottom: 0;
}
section.blog-post .blog-content .clanok .blog-sidebar .new-title img {
  max-width: 150px;
  border-radius: 0;
  max-height: 85px;
}
section.blog-post .blog-content .clanok .blog-sidebar--articles h3 {
  margin-top: 0;
}
section.blog-post .blog-content .clanok .blog-sidebar--articles .article {
  margin-bottom: 30px;
  padding: 0;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--header {
  height: 250px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content {
  display: flex;
  flex-direction: column;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content__meta {
  display: flex;
  justify-content: flex-start;
  padding: 30px 30px 0;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content__meta
  span {
  padding-left: 20px;
  position: relative;
  margin-right: 30px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content__meta
  span:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #a01441;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content__title {
  position: relative;
  padding: 25px 60px 30px 30px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content__title
  h4 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--articles
  .article
  .article-link--content__title
  svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
}
section.blog-post .blog-content .clanok .blog-sidebar--newoffers {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post .blog-content .clanok .blog-sidebar--newoffers {
    display: grid;
  }
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  position: relative;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link:hover
  .circle {
  display: flex;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link__image {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link__image
  .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link__image
  .circle
  img {
  width: 12px;
  height: 21px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link__content {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--newoffers
  .sidebar-offer--link__content
  h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
section.blog-post .blog-content .clanok .blog-sidebar--offers {
  text-align: center;
  border-radius: 25px;
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post .blog-content .clanok .blog-sidebar--offers {
    display: block;
  }
}
section.blog-post .blog-content .clanok .blog-sidebar--offers h3 {
  margin-top: 0;
}
section.blog-post .blog-content .clanok .blog-sidebar--offers .btn-new {
  margin-top: 10px;
}
section.blog-post .blog-content .clanok .blog-sidebar--offers .sidebar-offer {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer:hover:nth-child(1n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer:hover:nth-child(2n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer:hover:nth-child(3n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer:hover:nth-child(4n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer:hover
  .sidebar-offer--link
  h4 {
  color: #ffffff;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer:hover
  .sidebar-offer--link
  svg
  .b {
  fill: #ffffff;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  height: 120px;
  color: #000;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link:hover {
  color: #ffffff;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link:hover
  .home
  span {
  color: #ffffff;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link:hover
  .home
  svg
  .st0 {
  fill: #ffffff;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link
  .arw {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 21px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__image {
  width: 110px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-shrink: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__title {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  text-align: left;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .bonus-mobile {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 0 25px 0;
  background-color: #1c42be;
  flex-shrink: 0;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .bonus-mobile
  span {
  position: relative;
  z-index: 10;
  color: #ffffff;
  display: block;
  line-height: 18px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .bonus-mobile
  span.title {
  font-size: 10px;
  font-weight: 500;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .bonus-mobile
  span.number {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1600px) {
  section.blog-post
    .blog-content
    .clanok
    .blog-sidebar--offers
    .sidebar-offer--link__content
    .bonus-mobile
    span.number {
    font-size: 14px;
  }
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .home
  span {
  transition: color 0.1s ease-in-out;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 1440px) {
  section.blog-post
    .blog-content
    .clanok
    .blog-sidebar--offers
    .sidebar-offer--link__content
    .home
    span {
    font-size: 14px;
  }
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  .home
  svg {
  width: 20px;
  margin-right: 20px;
}
section.blog-post
  .blog-content
  .clanok
  .blog-sidebar--offers
  .sidebar-offer--link__content
  h4 {
  font-size: 16px;
  width: 100%;
  margin-top: 0;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: center;
}
section.blog-post .blog-content .clanok .alignleft {
  margin: 0;
}
section.blog-post .blog-content .clanok .share-bottom .socials-wrap {
  display: flex;
}
section.blog-post .blog-content .clanok .share-bottom .socials-wrap img {
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin-right: 15px;
}
.clip-board-wrap {
  position: relative;
}
.clip-board-success {
  position: absolute;
  background: green;
  color: white;
  padding: 1rem;
  z-index: 10;
  border-radius: 1rem;
  text-wrap: nowrap;
  right: 50%;
  transform: translateX(50%);
  top: calc(100% + 0.5rem);
  pointer-events: none;
  opacity: 0;
  transition: all linear 0.3s;
}
.clip-board-success.active {
  opacity: 1;
}
section.blog-post .blog-content .clanok .wp-caption-text {
  font-size: 14px;
  color: #141414;
  margin-bottom: 50px;
}
section.blog-post .blog-content .clanok p {
  margin-bottom: 20px;
}
section.blog-post .blog-content .clanok .content > p:first-of-type {
  /* font-weight: bold; */
  font-size: 15px;
}
section.blog-post .blog-content .clanok strong {
  font-weight: bold;
}
section.blog-post .blog-content .clanok a {
  color: #c50044;
  font-weight: bold;
}
section.blog-post .blog-content .clanok ul li,
section.blog-post .blog-content .clanok ol li {
  font-size: 14px;
}
@media (min-width: 1590px) {
  section.blog-post .blog-content .clanok ul li,
  section.blog-post .blog-content .clanok ol li {
    font-size: 16px;
  }
}
section.blog-post .blog-content .clanok h2,
section.blog-post .blog-content .clanok h3,
section.blog-post .blog-content .clanok h4,
section.blog-post .blog-content .clanok h5,
section.blog-post .blog-content .clanok h6 {
  text-align: left;
}
@media (min-width: 1024px) {
  section.blog-post .blog-content .clanok h2,
  section.blog-post .blog-content .clanok h3,
  section.blog-post .blog-content .clanok h4,
  section.blog-post .blog-content .clanok h5,
  section.blog-post .blog-content .clanok h6 {
    text-align: left;
  }
}
section.blog-post .blog-content .clanok h2 {
  margin: 40px 0 30px;
  font-weight: 700;
}
section.blog-post .blog-content .clanok h3 {
  margin: 40px 0 20px;
}
section.blog-post .blog-content .clanok h4 {
  margin: 40px 0 20px;
}
section.blog-post .blog-content .clanok h4 {
  margin-bottom: 30px;
}
section.blog-post .blog-content .clanok p {
  text-align: left;
}
@media (min-width: 1024px) {
  section.blog-post .blog-content .clanok p {
    text-align: justify;
  }
}
.blog-quote p:empty {
    display: none;
}
.blog-quote .quote-perex {
    text-align: left;
}

section.blog-post
  .sharethis-inline-share-buttons
  [data-network="linkedin"]:after {
  content: url(../svg/in-ico.svg);
}
section.blog-post
  .sharethis-inline-share-buttons
  [data-network="facebook"]:after {
  content: url(../svg/fb-ico.svg);
}
section.blog-post
  .sharethis-inline-share-buttons
  [data-network="twitter"]:after {
  content: url(../svg/twitt-ico.svg);
}
section.blog-post
  .sharethis-inline-share-buttons
  [data-network="sharethis"]:after {
  content: url(../svg/share-ico.svg);
}
section.blog-post
  .sharethis-inline-share-buttons
  [data-network="messenger"]:after {
  content: url(../svg/msg-ico.svg);
}
section.blog-post .sharethis-inline-share-buttons [data-network="email"]:after {
  content: url(../svg/mail-ico.svg);
}
section.blog-post .sharethis-inline-share-buttons [data-network="print"]:after {
  content: url(../svg/copy-ico.svg);
}
section.blog-post .sharethis-inline-share-buttons .st-btn {
  width: 40px !important;
  height: 40px !important;
  background-color: unset !important;
  padding: 0 !important;
  display: inline-block !important;
}
section.blog-post .sharethis-inline-share-buttons .st-btn:after {
  display: block;
  width: 40px;
  height: 40px;
}
section.blog-post .sharethis-inline-share-buttons .st-btn:hover {
  top: 0 !important;
  opacity: 1 !important;
}
section.blog-post .sharethis-inline-share-buttons .st-btn img {
  display: none !important;
}
section.blog-post .clanok-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 5px;
}

section.blog-post .row.clanok-meta.below {
  gap: 10px;
}
@media (min-width: 1024px) {
  section.blog-post .clanok-meta {
    justify-content: start;
  }
}
section.blog-post .clanok-meta .left {
  display: flex;
  justify-content: flex-start;
  width: auto;
  border-radius: 10px;
  align-items: center;
  flex-wrap: wrap;
}
section.blog-post .clanok-meta .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  section.blog-post .clanok-meta .left {
    width: auto;
    gap: 0;
    height: 40px;
  }
}
section.blog-post .clanok-meta .category a {
  height: 30px;
  line-height: 30px;
  color: #c50044;
  font-weight: 400;
  display: inline-block;
}

section.blog-post .clanok-meta .left .sub-meta {
  border-radius: 10px;
  height: 40px;
  gap: 10px;
  display: flex;
  align-items: center;
}

section.blog-post .clanok-meta .right .tags a {
  background: #f0f0f0;
  border-radius: 10px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: black;
  font-weight: 400;
}
section.blog-post .clanok-meta .right .tags a:hover {
  color: #fff;
  background-color: #a01441 !important;
}

@media (min-width: 1024px) {
  section.blog-post .clanok-meta .right .tags {
    margin-left: 15px;
  }
}
section.blog-post .clanok-meta .left .date {
  color: #000;
  border-radius: 10px;
  font-weight: normal;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}
@media (min-width: 360px) {
  section.blog-post .clanok-meta .left .date {
    font-size: 15px;
  }
}
section.blog-post .clanok-meta .left .time {
  color: #000;
  border-radius: 10px;
  font-weight: normal;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-right: 25px;
  font-size: 13px;
}
@media (min-width: 360px) {
  section.blog-post .clanok-meta .left .time {
    font-size: 15px;
  }
}
section.blog-post .clanok-meta .right .socials {
  display: none;
}
@media (min-width: 1280px) {
  section.blog-post .clanok-meta .right .socials {
    display: block;
  }
}
section.blog-post .clanok-meta .right .socials .socials-wrap {
  display: flex;
}
section.blog-post .clanok-meta .right .socials .socials-wrap svg {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
section.blog-post .clanok-meta .right .socials .socials-wrap svg .st0 {
  fill: #f0f0f0;
}
section.blog-post .clanok-meta .right .socials .socials-wrap svg:hover .in {
  fill: #ffffff;
}
section.blog-post .clanok-meta .right .socials .socials-wrap svg:hover .st0 {
  fill: #a01441;
}
section.blog-post .clanok-row .blog-content .clanok-meta .dotwrap {
  height: 88px;
  display: flex;
  align-items: center;
}
section.blog-post .clanok-row .blog-content .clanok-meta .dotwrap .time,
section.blog-post .clanok-row .blog-content .clanok-meta .dotwrap .date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
section.blog-post .clanok-row .blog-content .clanok-meta .dotwrap .date {
  margin-right: 15px;
}
section.blog-post .clanok-row .blog-content .clanok-meta .dotwrap .dot {
  height: 10px;
  width: 10px;
  background-color: #a01441;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
section.blog-post .clanok-row .blog-content img {
  max-width: 100%;
  border-radius: 25px;
}
section.blog-post .clanok-row .blog-content .article {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  section.blog-post .clanok-row .blog-content .article {
    padding: 0 20px;
  }
}
section.blog-post .clanok-row .blog-content .article .article--header {
  background-size: cover;
  height: 260px;
  background-position: top center;
}
@media (min-width: 768px) {
  section.blog-post .clanok-row .blog-content .article .article--header {
    height: 300px;
  }
}
section.blog-post .clanok-row .blog-content .article .article--content {
  padding: 15px;
}
@media (min-width: 1024px) {
  section.blog-post .clanok-row .blog-content .article .article--content {
    padding: 20px 35px;
    min-height: 150px;
  }
}
@media (min-width: 1620px) {
  section.blog-post .clanok-row .blog-content .article .article--content {
    padding: 20px 35px;
    min-height: 207px;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article
  .article--content
  .article--title {
  color: #111111;
  padding-right: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article
    .article--content
    .article--title {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article
    .article--content
    .article--title {
    font-size: 20px;
    min-height: 125px;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--header {
  background-position: top right;
  height: 260px;
}
@media (min-width: 1024px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--header {
    height: 300px;
  }
}
@media (min-width: 768px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--header.mob {
    display: none;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--header.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--header.desktop {
    display: flex;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content {
  padding: 15px;
}
@media (min-width: 1024px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content {
    padding: 20px 35px;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .btn-new {
  display: none;
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .article--excerpt {
  display: none;
}
@media (min-width: 1024px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content
    .article--excerpt {
    display: block;
  }
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content
    .btn-new {
    display: block;
  }
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content
    .blogbutton {
    display: none;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .article--title {
  margin-bottom: 30px;
  padding-right: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content
    .article--title {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content
    .article--title {
    font-size: 24px;
    min-height: 55px;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .article--excerpt {
  margin-bottom: 30px;
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .content-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .content-end
  .time-date {
  width: 100%;
}
@media (min-width: 1024px) {
  section.blog-post
    .clanok-row
    .blog-content
    .article.article-wide
    .article--content
    .content-end
    .time-date {
    width: auto;
  }
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .content-end
  .time {
  margin-right: 30px;
}
section.blog-post
  .clanok-row
  .blog-content
  .article.article-wide
  .article--content
  .content-end
  .btn {
  margin: 0;
}
section.more-articles {
  display: flex;
  flex-direction: column;
  padding: 0 0 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.more-articles {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.more-articles {
    padding: 80px 5%;
  }
}

section.more-articles .more-articles-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.more-articles .more-articles-title {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section.more-articles .more-articles-title {
    font-size: 30px;
  }
}

.single-glossary section.more-articles .more-articles-title {
  font-size: 28px;
  margin-bottom: 38px;
  color: #333;
}

.single-glossary section.related-terms-section .related-articles-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
    .single-glossary section.related-terms-section .related-articles-title {
        margin-bottom: 24px;
  }
}

section.more-articles .articles-slider {
  width: 100%;
  height: auto !important;
}
section.more-articles .articles-slider .article-wrap {
  display: flex;
  min-height: 100%;
  padding: 10px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  section.more-articles .articles-slider .article-wrap {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  section.more-articles .articles-slider .article-wrap {
    width: 33.3333%;
  }
}

@media (min-width: 1200px) {
    section.glossary-detail section.more-articles .articles-slider .article-wrap {
        width: 50%;
    }
}

@media (min-width: 1600px) {
    section.glossary-detail section.more-articles .articles-slider .article-wrap {
        width: 33.3333%;
    }
}

@media (min-width: 1600px) {
  section.more-articles .articles-slider .article-wrap {
    width: 25%;
  }
}
section.more-articles .articles-slider .article-wrap--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
 
.glossary-detail section.more-articles .articles-slider .article-wrap--inner {
    background: white;
}

section.more-articles .articles-slider .article-wrap--content {
  flex-grow: 1;
}
section.more-articles .articles-slider .article-wrap--meta {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  padding: 20px 20px 0 20px;
}

section.more-articles .articles-slider .article-wrap--date {
    justify-content: center;
}

@media (min-width: 961px) {
  section.more-articles .articles-slider .article-wrap--meta {
    padding: 30px 30px 0 30px;
  }
}
section.more-articles .articles-slider .article-wrap--header {
  min-height: 246px;
  background-position: top right;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-size: cover;
}
section.more-articles .articles-slider .article-wrap .title-link {
  position: relative;
  display: block;
}
section.more-articles .articles-slider .article-wrap .title-link .arw {
  width: 12px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.more-articles .articles-slider .article-wrap--title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
  padding: 0 60px 0 20px;
}

.glossary-content-detail section.more-articles .articles-slider .article-wrap--title {
  padding: 0 20px 0 20px;
}

@media (min-width: 961px) {
  section.more-articles .articles-slider .article-wrap--title {
    padding: 0 60px 0 30px;
  }
}

.articles-slider .article--tags {
    padding: 0 20px 20px 20px;
}
@media (min-width: 961px) {
   .articles-slider .article--tags {
        padding: 0 30px 30px 30px;
    }
}
@media (min-width: 961px) {
  .glossary-content-detail section.more-articles .articles-slider .article-wrap--title {
    padding: 0 30px 0 30px;
  }
}
section.more-articles .articles-slider .article-wrap--categories a {
  padding: 0 20px;
  color: #000;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
section.more-articles .articles-slider .article-wrap--categories a:hover {
  background: #a01441;
  color: #ffffff;
}
section.more-articles .articles-slider .flickity-button {
  background: transparent;
  color: #ffffff;
}
section.more-articles .articles-slider .flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  background: #a01441;
  width: 50px;
  height: 50px;
}

.glossary-detail .more-articles .articles-slider .flickity-prev-next-button {
    color: #c50044;
    background: white;
    border: 1.5px solid #A01441;
} 
.glossary-detail .more-articles .articles-slider .flickity-prev-next-button:hover {
    color: white;
    background: #a01441;
    border: 1.5px solid #A01441;
}

section.more-articles .articles-slider .flickity-prev-next-button.next {
  right: 5px;
}
@media (min-width: 768px) {
  section.more-articles .articles-slider .flickity-prev-next-button.next {
    right: -15px;
  }
}
@media (min-width: 1200px) {
  section.more-articles .articles-slider .flickity-prev-next-button.next {
    right: -20px;
  }
}
section.more-articles .articles-slider .flickity-prev-next-button.next svg {
  left: 10%;
}
section.more-articles .articles-slider .flickity-prev-next-button.previous {
  left: 5px;
}
@media (min-width: 768px) {
  section.more-articles .articles-slider .flickity-prev-next-button.previous {
    left: -15px;
  }
}
@media (min-width: 1200px) {
  section.more-articles .articles-slider .flickity-prev-next-button.previous {
    left: -20px;
  }
}
section.more-articles .articles-slider .flickity-prev-next-button.previous svg {
  left: 30%;
}
section#kariera {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
section#kariera.sidebar2 {
  padding: 40px 0 50px;
}
@media (min-width: 1280px) {
  section#kariera.sidebar2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section#kariera.sidebar2 {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section#kariera.sidebar2 {
    padding: 80px 5%;
  }
}
section#kariera.grey {
  background-color: #f0f0f0;
}
section#kariera.nonactive {
  padding-bottom: 0;
}
section#kariera.nonactive .small-title {
  color: #c50044;
}
section#kariera.nonactive .btn {
  margin-top: 50px;
}
@media (min-width: 1280px) {
  section#kariera.search {
    display: none;
  }
}
section#kariera.v2 .jobs-carousel .flickity-prev-next-button {
  top: 60%;
}
@media (max-width: 768px) {
  section#kariera.v2
    .jobs-carousel.development-it
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap {
    background: linear-gradient(
      90deg,
      rgb(3, 156, 193) 0%,
      rgb(83, 181, 206) 100%
    );
  }
}
section#kariera.v2
  .jobs-carousel.development-it
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
@media (max-width: 768px) {
  section#kariera.v2
    .jobs-carousel.consulting-testovanie
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.consulting-testing
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.beratung-testing
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap {
    background: linear-gradient(90deg, #a01441, #c43852);
  }
}
section#kariera.v2
  .jobs-carousel.consulting-testovanie
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.consulting-testing
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.beratung-testing
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap {
  background: linear-gradient(90deg, #a01441, #c43852);
}
@media (max-width: 768px) {
  section#kariera.v2
    .jobs-carousel.matematika-a-migracia
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.matematics-and-migration
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap {
    background: linear-gradient(
      90deg,
      rgb(217, 194, 80) 0%,
      rgb(233, 207, 76) 100%
    );
  }
}
section#kariera.v2
  .jobs-carousel.matematika-a-migracia
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.matematics-and-migration
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
@media (max-width: 768px) {
  section#kariera.v2
    .jobs-carousel.organizacia-spolocnosti
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.organisation
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.organization
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap {
    background: linear-gradient(
      90deg,
      rgb(158, 197, 74) 0%,
      rgb(177, 220, 85) 100%
    );
  }
}
section#kariera.v2
  .jobs-carousel.organizacia-spolocnosti
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.organisation
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.organization
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
@media (max-width: 768px) {
  section#kariera.v2
    .jobs-carousel.projektovy-management
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.project-management
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.projektleitung
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap {
    background: linear-gradient(
      90deg,
      rgb(231, 67, 55) 0%,
      rgb(231, 110, 61) 100%
    );
  }
}
section#kariera.v2
  .jobs-carousel.projektovy-management
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.project-management
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.projektleitung
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
@media (max-width: 768px) {
  section#kariera.v2
    .jobs-carousel.it-administracia
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap,
  section#kariera.v2
    .jobs-carousel.it-administration
    .card-wrap.is-selected
    .card
    .card-header
    .job-icon-wrap {
    background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
  }
}
section#kariera.v2
  .jobs-carousel.it-administracia
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap,
section#kariera.v2
  .jobs-carousel.it-administration
  .card-wrap
  .card:hover
  .card-header
  .job-icon-wrap {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
section#kariera.v2 .jobs-carousel .card-wrap {
  padding: 60px 10px 10px !important;
}
section#kariera.v2 .jobs-carousel .card-wrap .card {
  padding: 80px 35px 65px !important;
}
section#kariera.v2 .jobs-carousel .card-wrap .card .card-header {
  flex-direction: column;
  text-align: center;
}
section#kariera.v2 .jobs-carousel .card-wrap .card .card-header .job-icon-wrap {
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}
section#kariera.v2
  .jobs-carousel
  .card-wrap
  .card
  .card-header
  .job-icon-wrap
  .job-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
section#kariera.v2 .jobs-carousel .card-wrap .card .card-header .job-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  min-height: 47px;
}
section#kariera.v2 .jobs-carousel .card-wrap .card .card-header .job-division {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #c50044;
  font-size: 12px;
}
section#kariera.v2 .jobs-carousel .card-wrap .card .card-body .home {
  justify-content: center !important;
}
section#kariera.v2 .jobs-carousel .card-wrap .card .card-body p {
  text-align: center;
}
section#kariera.more .small-title {
  color: #c50044;
}
section#kariera.more .btn-new {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section#kariera {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section#kariera {
    padding: 80px 5%;
  }
}
section#kariera.notfound {
  padding: 145px 5% 50px;
  background: #f0f0f0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section#kariera.notfound {
    padding: 165px 5% 70px;
  }
}
@media (min-width: 1441px) {
  section#kariera.notfound {
    padding: 175px 5% 80px;
  }
}
section#kariera.notfound .jobsrow .jobs-carousel .card-wrap .card:hover {
  background: #ffffff;
}
section#kariera .text-center {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section#kariera .text-center {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section#kariera .text-center {
    font-size: 30px;
  }
}
section#kariera .showmob {
  margin-top: 50px;
}
@media screen and (min-width: 1110px) {
  section#kariera .showmob {
    display: none;
  }
}
section#kariera #filters .active-filter {
  background-color: #f0f0f0;
}
section#kariera #filters .hidemob {
  display: none;
}
@media screen and (min-width: 1110px) {
  section#kariera #filters .hidemob {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section#kariera #filters .filter-mobile {
    display: none;
  }
}
section#kariera #filters .filter-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  section#kariera #filters .filter-desktop {
    display: inline-block;
  }
}
section#kariera.nogrey {
  background-color: #ffffff;
}
section#kariera p {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  section#kariera p {
    margin-bottom: 40px;
  }
}
section#kariera .jobsrow {
  display: block;
}
section#kariera .jobsrow .jobs-carousel {
  height: auto !important;
  display: flex;
  justify-content: center;
}
section#kariera .jobsrow .jobs-carousel.flickity-enabled {
  display: block;
}
section#kariera .jobsrow .jobs-carousel .card-wrap {
  width: 100%;
  padding: 10px 30px;
  display: flex;
  min-height: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap {
    width: 33.3333%;
    padding: 10px;
  }
}
@media (min-width: 1600px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap {
    width: 25%;
  }
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card {
  padding: 35px 25px 65px;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  border: none;
}
@media (min-width: 1900px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap .card {
    padding: 35px 35px 65px;
  }
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-body {
  padding: 15px 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-body {
    padding: 0;
  }
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-body .home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-body .home img {
  width: 20px;
  margin-right: 20px;
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .card-body
  .skills-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 360px) {
  section#kariera
    .jobsrow
    .jobs-carousel
    .card-wrap
    .card
    .card-body
    .skills-title {
    display: block;
  }
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .card-body
  .skills-list {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  min-height: 42px;
  display: none;
}
@media (min-width: 360px) {
  section#kariera
    .jobsrow
    .jobs-carousel
    .card-wrap
    .card
    .card-body
    .skills-list {
    display: block;
  }
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .bonus-mobile {
  position: absolute;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0 0 25px 25px;
  background-color: #1c42be;
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .bonus-mobile span {
  position: relative;
  z-index: 10;
  color: #ffffff;
  display: block;
  line-height: 20px;
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .bonus-mobile
  span.title {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  section#kariera
    .jobsrow
    .jobs-carousel
    .card-wrap
    .card
    .bonus-mobile
    span.title {
    font-size: 14px;
  }
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .bonus-mobile
  span.number {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section#kariera
    .jobsrow
    .jobs-carousel
    .card-wrap
    .card
    .bonus-mobile
    span.number {
    font-size: 14px;
  }
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-header {
  background: transparent;
  display: flex;
  border: none;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 360px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-header {
    flex-direction: row;
  }
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-header .left {
  display: flex;
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .card-header
  .left
  .job-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-position: center center !important;
  margin-bottom: 16px;
}
@media (min-width: 360px) {
  section#kariera
    .jobsrow
    .jobs-carousel
    .card-wrap
    .card
    .card-header
    .left
    .job-icon {
    margin-bottom: 0;
  }
}
@media (min-width: 360px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-header .right {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  section#kariera .jobsrow .jobs-carousel .card-wrap .card .card-header .right {
    min-height: 117px;
  }
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .card-header
  .right
  .job-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}
section#kariera
  .jobsrow
  .jobs-carousel
  .card-wrap
  .card
  .card-header
  .right
  .job-division {
  color: #c50044;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
section#kariera .jobsrow .jobs-carousel .card-wrap .card:hover {
  background: #f7f7f7;
}
section#kariera .jobsrow .flickity-button {
  background: transparent;
  color: #ffffff;
}
section#kariera .jobsrow .flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  background: #a01441;
  width: 50px;
  height: 50px;
}
section#kariera .jobsrow .flickity-prev-next-button.next {
  right: 5px;
}
@media (min-width: 1200px) {
  section#kariera .jobsrow .flickity-prev-next-button.next {
    right: -20px;
  }
}
section#kariera .jobsrow .flickity-prev-next-button.next svg {
  left: 10%;
}
section#kariera .jobsrow .flickity-prev-next-button.previous {
  left: 5px;
}
@media (min-width: 1200px) {
  section#kariera .jobsrow .flickity-prev-next-button.previous {
    left: -20px;
  }
}
section#kariera .jobsrow .flickity-prev-next-button.previous svg {
  left: 30%;
}
section#kariera .jobsrow .flickity-page-dots {
  display: none;
  position: relative;
  bottom: unset;
  margin-top: 50px;
}
@media (min-width: 960px) {
  section#kariera .jobsrow .flickity-page-dots {
    display: block;
  }
}
section#kariera .jobsrow .flickity-page-dots .dot {
  position: relative;
  margin: 0 10px;
}
section#kariera .jobsrow .flickity-page-dots .dot.is-selected {
  background: #a01441;
}
section#kariera .jobsrow .fadeOut {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
section#kariera .jobsrow .greyOut {
  filter: grayscale(1);
  transition: filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
section#kariera .jobsrow .carousel-cell {
  width: 100%;
  top: 0 !important;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  section#kariera .jobsrow .carousel-cell {
    padding: 0 10px;
  }
}
@media (min-width: 960px) {
  section#kariera .jobsrow .carousel-cell {
    width: 33.3333%;
  }
}
@media (min-width: 1441px) {
  section#kariera .jobsrow .carousel-cell {
    width: 25%;
  }
}
section#kariera .jobsrow .carousel-cell .position {
  width: 100%;
  max-width: 480px;
  padding: 0 0 10px;
}
section#kariera .jobsrow .carousel-cell .position:hover .btn:before {
  right: 15px;
}
section#kariera .jobsrow .carousel-cell .position .position-inner {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 25px;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--header {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section#kariera
    .jobsrow
    .carousel-cell
    .position
    .position-inner
    .position--header {
    height: 210px;
  }
}
@media (min-width: 1441px) {
  section#kariera
    .jobsrow
    .carousel-cell
    .position
    .position-inner
    .position--header {
    height: 300px;
  }
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content {
  align-items: flex-start;
  padding: 20px 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #ffffff;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .occupation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .occupation
  .occuitem {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .occupation
  .occuitem
  .occuitem-wrap {
  margin: 0 15px;
  background: #f6f6f6;
  font-size: 15px;
  color: #9a9a9a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: initial;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .occupation
  .occuitem
  .occuitem-wrap.differ {
  background: transparent;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .occupation
  .occuitem
  .occuitem-wrap
  img {
  height: 15px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  section#kariera
    .jobsrow
    .carousel-cell
    .position
    .position-inner
    .position--content {
    padding: 30px 30px 0;
  }
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .mesto {
  color: #c50044;
  text-align: center;
  font-size: 15px;
  margin: 0 15px 15px;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .mesto
  i {
  margin-right: 10px;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  .stripe {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--content
  h3 {
  text-align: left;
  transition: 0.1s ease-in-out;
  height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  section#kariera
    .jobsrow
    .carousel-cell
    .position
    .position-inner
    .position--content
    h3 {
    height: 57px;
  }
}
@media (min-width: 1590px) {
  section#kariera
    .jobsrow
    .carousel-cell
    .position
    .position-inner
    .position--content
    h3 {
    font-size: 22px;
  }
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--cta {
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--cta
  p {
  color: #c50044;
  font-weight: 600;
  text-align: left;
  font-size: 12px;
  width: 100%;
  padding: 0 30px;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--cta
  .btn {
  background: transparent;
  color: #c50044 !important;
  font-size: 15px;
  margin: 15px auto;
}
section#kariera
  .jobsrow
  .carousel-cell
  .position
  .position-inner
  .position--cta
  .btn:before {
  border-color: #a01441;
  transition: all 0.2s ease-in-out;
}
section#kariera .btn.greyhover:hover {
  background-color: #f0f0f0;
}
section#kariera .btn:hover {
  background-color: #ffffff;
}
section.about-position {
  padding: 0 5% 50px;
}
@media (min-width: 1024px) {
  section.about-position {
    padding: 0 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.about-position {
    padding: 0 5% 80px;
  }
}
section.about-position.v2 .about-grid .nav-pills {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
section.about-position .mobaccord {
  width: 100%;
}
@media (min-width: 1201px) {
  section.about-position .mobaccord {
    display: none;
  }
}
section.about-position .mobaccord .btn-new {
  margin-top: 30px;
}
section.about-position .mobaccord .small-title {
  color: #c50044;
}
section.about-position .mobaccord ul {
  margin: 0;
  list-style: none;
}
@media (min-width: 961px) {
  section.about-position .mobaccord ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
section.about-position .mobaccord ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
section.about-position .mobaccord ul li .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.about-position .mobaccord .accordion {
  width: 100%;
}
section.about-position .mobaccord .accordion .card {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 25px;
}
section.about-position .mobaccord .accordion .card:last-child {
  margin-bottom: 0;
}
section.about-position .mobaccord .accordion .card:nth-child(1) .image {
  background: url(../img/consulting-a-testovanie-popis-pozicie-mobil.webp);
}
section.about-position .mobaccord .accordion .card:nth-child(2) .image {
  background: url(../img/development-it-popis-pozicie-mobil.webp);
}
section.about-position .mobaccord .accordion .card:nth-child(3) .image {
  background: url(../img/matematika-a-poistovnictvo-popis-pozicie-mobil.webp);
}
section.about-position .mobaccord .accordion .card:nth-child(4) .image {
  background: url(../img/organizacia-spolocnosti-popis-pozicie-mobil.webp);
}
section.about-position .mobaccord .accordion .card:nth-child(5) .image {
  background: url(../img/projektovy-management-150x150.webp);
}
section.about-position .mobaccord .accordion .card:nth-child(6) .image {
  background: url(../img/it-sprava-a-administracia-popis-pozicie-mobil.jpg);
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-body
  .about-content-list
  a:hover {
  color: #9ec54a;
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-body
  .about-content-list
  a:hover
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-body
  .about-content-list
  a:hover
  .b {
  fill: #9ec54a;
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-body
  .about-content-list
  a
  .b {
  fill: #9ec54a;
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-body
  .about-content-list
  a
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-header
  .collapse-header {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.about-position
  .mobaccord
  .accordion
  .card.green
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #9ec54a;
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-body
  .about-content-list
  a:hover {
  color: #e9cf4c;
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-body
  .about-content-list
  a:hover
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-body
  .about-content-list
  a:hover
  .b {
  fill: #e9cf4c;
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-body
  .about-content-list
  a
  .b {
  fill: #e9cf4c;
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-body
  .about-content-list
  a
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-header
  .collapse-header {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.about-position
  .mobaccord
  .accordion
  .card.yellow
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #e9cf4c;
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-body
  .about-content-list
  a:hover {
  color: #009bc1;
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-body
  .about-content-list
  a:hover
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-body
  .about-content-list
  a:hover
  .b {
  fill: #009bc1;
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-body
  .about-content-list
  a
  .b {
  fill: #009bc1;
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-body
  .about-content-list
  a
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-header
  .collapse-header {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
section.about-position
  .mobaccord
  .accordion
  .card.blue
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #009bc1;
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-body
  .about-content-list
  a:hover {
  color: #e76e3d;
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-body
  .about-content-list
  a:hover
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-body
  .about-content-list
  a:hover
  .b {
  fill: #e76e3d;
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-body
  .about-content-list
  a
  .b {
  fill: #e76e3d;
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-body
  .about-content-list
  a
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-header
  .collapse-header {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.about-position
  .mobaccord
  .accordion
  .card.orange
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #e76e3d;
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-body
  .about-content-list
  a:hover {
  color: #7d7d7d;
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-body
  .about-content-list
  a:hover
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-body
  .about-content-list
  a:hover
  .b {
  fill: #7d7d7d;
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-body
  .about-content-list
  a
  .b {
  fill: #7d7d7d;
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-body
  .about-content-list
  a
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-header
  .collapse-header {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
section.about-position
  .mobaccord
  .accordion
  .card.purple
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #7d7d7d;
}
section.about-position .mobaccord .accordion .card .card-header {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 0;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, #a01441, #c43852);
  height: 65px;
  padding: 0 20px 0 0;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 1441px) {
  section.about-position
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header {
    margin-bottom: 20px;
  }
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .image {
  width: 76px;
  height: 100%;
  margin-right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .title {
  display: flex;
  flex-direction: column;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .title
  .small-title {
  font-size: 14px;
  margin-bottom: 5px;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon {
  margin-right: 15px;
  flex-shrink: 0;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon
  img {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (min-width: 1441px) {
  section.about-position
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header
    .icon
    img {
    width: 22px;
    height: 22px;
  }
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .icon
  .gradient-icon {
  display: none;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  svg {
  width: 16px;
  transform: rotate(180deg);
  transition: transform 0.15s ease-in-out;
  margin-left: 22px;
  flex-shrink: 0;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  svg
  .st0 {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  h3 {
  color: #ffffff;
  font-size: 16px;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .small-title {
  color: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed {
  background: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .icon
  .gradient-icon {
  display: block;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .icon
  .white-icon {
  display: none;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  h3 {
  color: #000;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .small-title {
  color: #c50044;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg {
  transform: rotate(0);
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #a01441;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h3 {
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon {
  display: flex;
  align-items: center;
}
section.about-position .mobaccord .accordion .card .card-body {
  background: #f0f0f0;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list {
  display: flex;
  flex-direction: column;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
  transition: color 0.15s ease-in-out;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a:last-child {
  margin-bottom: 0;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a
  svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-left: 30px;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a
  svg
  .b {
  fill: #a01441;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a
  svg
  .arw {
  fill: #ffffff;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a:hover {
  color: #c50044;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a:hover
  svg
  .b {
  fill: #a01441;
  transition: all 0.15s ease-in-out;
}
section.about-position
  .mobaccord
  .accordion
  .card
  .card-body
  .about-content-list
  a:hover
  svg
  .arw {
  fill: #ffffff !important;
  transition: all 0.15s ease-in-out;
}
section.about-position .about-grid {
  width: 100%;
  display: none;
}
@media (min-width: 1201px) {
  section.about-position .about-grid {
    display: block;
  }
}
section.about-position .about-grid .nav-pills {
  width: 100%;
  margin: 0;
  display: block;
}
@media (min-width: 1400px) {
  section.about-position .about-grid .nav-pills {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
section.about-position .about-grid .nav-pills .flickity-button {
  background: transparent;
  color: #ffffff;
}
section.about-position .about-grid .nav-pills .flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  background: #a01441;
  width: 50px;
  height: 50px;
}
section.about-position .about-grid .nav-pills .flickity-prev-next-button.next {
  right: 5px;
}
@media (min-width: 1200px) {
  section.about-position
    .about-grid
    .nav-pills
    .flickity-prev-next-button.next {
    right: -20px;
  }
}
section.about-position
  .about-grid
  .nav-pills
  .flickity-prev-next-button.next
  svg {
  left: 10%;
}
section.about-position
  .about-grid
  .nav-pills
  .flickity-prev-next-button.previous {
  left: 5px;
}
@media (min-width: 1200px) {
  section.about-position
    .about-grid
    .nav-pills
    .flickity-prev-next-button.previous {
    left: -20px;
  }
}
section.about-position
  .about-grid
  .nav-pills
  .flickity-prev-next-button.previous
  svg {
  left: 30%;
}
section.about-position .about-grid .nav-pills .nav-item {
  width: 33.3333%;
  padding: 10px 10px 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.green
  .nav-link.is-selected
  .nav-link
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.green
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .arw {
  fill: #9ec54a;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.green
  .nav-link
  .about-content
  ul
  li
  a:hover {
  color: #9ec54a;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.green
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .b {
  fill: #9ec54a;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.green
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .arw {
  fill: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.green
  .nav-link:hover
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
@media (min-width: 1400px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item.green
    .nav-link.active
    .about-header {
    background: linear-gradient(
      90deg,
      rgb(158, 197, 74) 0%,
      rgb(177, 220, 85) 100%
    );
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.blue.is-selected
  .nav-link
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.blue
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .arw {
  fill: #009bc1;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.blue
  .nav-link
  .about-content
  ul
  li
  a:hover {
  color: #009bc1;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.blue
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .b {
  fill: #009bc1;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.blue
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .arw {
  fill: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.blue
  .nav-link:hover
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
@media (min-width: 1400px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item.blue
    .nav-link.active
    .about-header {
    background: linear-gradient(
      90deg,
      rgb(3, 156, 193) 0%,
      rgb(83, 181, 206) 100%
    );
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.yellow.is-selected
  .nav-link
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.yellow
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .arw {
  fill: #e9cf4c;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.yellow
  .nav-link
  .about-content
  ul
  li
  a:hover {
  color: #e9cf4c;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.yellow
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .b {
  fill: #e9cf4c;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.yellow
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .arw {
  fill: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.yellow
  .nav-link:hover
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
@media (min-width: 1400px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item.yellow
    .nav-link.active
    .about-header {
    background: linear-gradient(
      90deg,
      rgb(217, 194, 80) 0%,
      rgb(233, 207, 76) 100%
    );
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.orange.is-selected
  .nav-link
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.orange
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .arw {
  fill: #e76e3d;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.orange
  .nav-link
  .about-content
  ul
  li
  a:hover {
  color: #e76e3d;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.orange
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .b {
  fill: #e76e3d;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.orange
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .arw {
  fill: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.orange
  .nav-link:hover
  .about-header {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
@media (min-width: 1400px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item.orange
    .nav-link.active
    .about-header {
    background: linear-gradient(
      90deg,
      rgb(231, 67, 55) 0%,
      rgb(231, 110, 61) 100%
    );
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.purple.is-selected
  .nav-link
  .about-header {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.purple
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .arw {
  fill: #e76e3d;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.purple
  .nav-link
  .about-content
  ul
  li
  a:hover {
  color: #e76e3d;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.purple
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .b {
  fill: #e76e3d;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.purple
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .arw {
  fill: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.purple
  .nav-link:hover
  .about-header {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
@media (min-width: 1400px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item.purple
    .nav-link.active
    .about-header {
    background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.is-selected
  .nav-link
  .about-header {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.is-selected
  .nav-link
  .about-header
  .small-title {
  color: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.is-selected
  .nav-link
  .about-header
  h3 {
  color: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item.is-selected
  .nav-link
  .about-content
  .about-content-bg {
  transform: translateY(-105%);
}
@media (min-width: 1400px) {
  section.about-position .about-grid .nav-pills .nav-item {
    width: 100%;
    padding: 0;
  }
}
section.about-position .about-grid .nav-pills .nav-item .nav-link {
  background: #ffffff;
  padding: 0;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link:hover
  .about-header {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link:hover
  .about-header
  .small-title {
  color: #ffffff;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link:hover
  .about-header
  h3 {
  color: #ffffff;
}
@media (min-width: 1400px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link.active
    .about-header {
    background: linear-gradient(90deg, #a01441, #c43852);
  }
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link.active
    .about-header
    .small-title {
    color: #ffffff;
  }
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link.active
    .about-header
    h3 {
    color: #ffffff;
  }
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link.active
    .about-content
    .about-content-bg {
    transform: translateY(-105%);
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-header {
  padding: 25px 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1441px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link
    .about-header {
    padding: 35px 30px;
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-header
  .small-title {
  font-size: 14px;
  color: #4a4a4a;
  transition: all 0.15s ease-in-out;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-header
  h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1201px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link
    .about-header
    h3 {
    min-height: 47px;
  }
}
@media (min-width: 1600px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link
    .about-header
    h3 {
    font-size: 24px;
    min-height: 63px;
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content {
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  padding: 25px 10px 25px 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-grow: 1;
  min-height: 300px;
}
@media (min-width: 1441px) {
  section.about-position
    .about-grid
    .nav-pills
    .nav-item
    .nav-link
    .about-content {
    padding: 35px 20px 35px 30px;
  }
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li:last-child
  a {
  margin-bottom: 0;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
  transition: color 0.15s ease-in-out;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a
  svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-left: 20px;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .arw {
  fill: #a01441;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a
  svg
  .b {
  fill: transparent;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a:hover {
  color: #c50044;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .b {
  fill: #a01441;
  transition: all 0.15s ease-in-out;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  ul
  li
  a:hover
  svg
  .arw {
  fill: #ffffff !important;
  transition: all 0.15s ease-in-out;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item
  .nav-link
  .about-content
  .about-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item:nth-child(1)
  .nav-link
  .about-content-bg {
  background: url(../img/consulting-a-testovanie-popis-pozicie.webp);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item:nth-child(2)
  .nav-link
  .about-content-bg {
  background: url(../img/development-it-popis-pozicie.webp);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item:nth-child(3)
  .nav-link
  .about-content-bg {
  background: url(../img/matematika-a-poistovnictvo--popis-pozicie.webp);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item:nth-child(4)
  .nav-link
  .about-content-bg {
  background: url(../img/organizacia-spolocnosti-popis-pozicie.webp);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item:nth-child(5)
  .nav-link
  .about-content-bg {
  background: url(../img/projektovy-management.webp);
}
section.about-position
  .about-grid
  .nav-pills
  .nav-item:nth-child(6)
  .nav-link
  .about-content-bg {
  background: url(../img/it-sprava-a-administracia-popis-pozicie.webp);
}
section.gallery-rozcestnik {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.gallery-rozcestnik {
    padding: 60px 0 70px;
  }
}
@media (min-width: 1440px) {
  section.gallery-rozcestnik {
    padding: 60px 0 100px;
  }
}
section.gallery-rozcestnik p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
section.gallery-rozcestnik .widerow {
  max-width: 1850px;
}
@media (min-width: 1024px) {
  section.gallery-rozcestnik .smallrow {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1700px) {
  section.gallery-rozcestnik .smallrow {
    padding-left: 0;
    padding-right: 0;
  }
}
section.gallery-rozcestnik .about {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.gallery-rozcestnik .about {
    margin-top: 50px;
  }
}
@media (min-width: 1441px) {
  section.gallery-rozcestnik .about {
    margin-top: 80px;
  }
}
section.gallery-rozcestnik .about p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
section.gallery-rozcestnik.kariera-gallery {
  padding: 0 0 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.gallery-rozcestnik.kariera-gallery {
    padding: 0 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.gallery-rozcestnik.kariera-gallery {
    padding: 0 5% 80px;
  }
}
section.gallery-rozcestnik.kariera-gallery .grid {
  margin-bottom: 20px;
}
section.gallery-rozcestnik .grid {
  display: none;
}
section.gallery-rozcestnik .grid .grid-item {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.gallery-rozcestnik .grid .grid-item.grid1 {
  height: 200px;
}
@media (min-width: 1024px) {
  section.gallery-rozcestnik .grid .grid-item.grid1 {
    width: 90%;
  }
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid1 {
    height: 320px;
  }
}
section.gallery-rozcestnik .grid .grid-item.grid2 {
  height: 170px;
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid2 {
    height: 280px;
  }
}
section.gallery-rozcestnik .grid .grid-item.grid3 {
  height: 375px;
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid3 {
    height: 576px;
  }
}
section.gallery-rozcestnik .grid .grid-item.grid4 {
  height: 225px;
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid4 {
    height: 360px;
  }
}
section.gallery-rozcestnik .grid .grid-item.grid5 {
  height: 135px;
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid5 {
    height: 230px;
  }
}
section.gallery-rozcestnik .grid .grid-item.grid6 {
  height: 160px;
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid6 {
    height: 265px;
  }
}
section.gallery-rozcestnik .grid .grid-item.grid7 {
  height: 205px;
}
@media (min-width: 1024px) {
  section.gallery-rozcestnik .grid .grid-item.grid7 {
    width: 90%;
  }
}
@media (min-width: 1500px) {
  section.gallery-rozcestnik .grid .grid-item.grid7 {
    height: 330px;
  }
}
section.gallery-rozcestnik .grid .grid-item:hover .caption {
  background: #a01441;
  color: #ffffff;
}
section.gallery-rozcestnik .grid .grid-item:hover .grid-item-wrap {
  transform: scale(1.05);
}
section.gallery-rozcestnik .grid .grid-item .caption {
  position: absolute;
  padding: 8px;
  font-size: 16px;
  color: #212529;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
section.gallery-rozcestnik .grid .grid-item .grid-item-wrap {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 29px;
  border-bottom-right-radius: 29px;
}
@media (min-width: 1024px) {
  section.gallery-rozcestnik .grid {
    display: flex;
    gap: 20px;
  }
}
section.gallery-rozcestnik .grid .div {
  display: flex;
  flex-direction: column;
}
section.gallery-rozcestnik .grid .div.div1 {
  width: 24.6%;
  margin-top: 30px;
  align-items: flex-end;
}
section.gallery-rozcestnik .grid .div.div2 {
  width: 17.28%;
}
section.gallery-rozcestnik .grid .div.div3 {
  width: 21.11%;
  margin-top: 60px;
}
section.gallery-rozcestnik .grid .div.div4 {
  width: 33.76%;
  display: flex;
  align-items: flex-start;
}
section.gallery-rozcestnik .mobile-part {
  width: 100%;
}
@media (min-width: 1024px) {
  section.gallery-rozcestnik .mobile-part {
    display: none;
  }
}
section.gallery-rozcestnik .mobile-part .negrid {
  width: 100%;
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item {
  display: block;
  width: 50%;
  margin-bottom: 10px;
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item .grid-item-wrap {
  margin: 0 5px;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border-radius: 29px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item
  .grid-item-wrap
  .slide--caption {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  align-items: center;
  background-color: #f0f0f0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #f0f0f0;
  word-break: break-word;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item
  .grid-item-wrap
  .slide--caption
  .text {
  color: #141414;
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(1) {
  height: 200px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(1)
  .grid-item-wrap {
  background: url(../img/akcie-rozcestnik-mobil.webp);
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(2) {
  height: 250px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(2)
  .grid-item-wrap {
  background: url(../img/benefity-fotogaleria-msg-life.webp);
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(3) {
  height: 250px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(3)
  .grid-item-wrap {
  background: url(../img/nas-tim-rozcestnik-mobil.webp);
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(4) {
  height: 250px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(4)
  .grid-item-wrap {
  background: url(../img/nase-priestory-rozcestnik-mobil.webp);
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(5) {
  height: 250px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(5)
  .grid-item-wrap {
  background: url(../img/timovky-fotogaleria-msg-life.webp);
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(6) {
  height: 200px;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(6)
  .grid-item-wrap {
  background: url(../img/vecierky-rozcestnik-mobil.webp);
}
section.gallery-rozcestnik .mobile-part .negrid .grid-item:nth-child(7) {
  height: 225px;
  width: 100%;
}
section.gallery-rozcestnik
  .mobile-part
  .negrid
  .grid-item:nth-child(7)
  .grid-item-wrap {
  background: url(../img/nase-talenty-fotogaleria-msg-life.webp);
}
section.galeria {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.galeria {
    padding: 60px 0 55px;
  }
}
@media (min-width: 1441px) {
  section.galeria {
    padding: 60px 0 80px;
  }
}
section.galeria p {
  margin: 0 auto 37px;
}
section.galeria .gallery {
  margin-bottom: 40px;
  display: grid;
  flex-wrap: wrap;
  grid-gap: 10px !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (min-width: 1024px) {
  section.galeria .gallery {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 20px !important;
  }
}
@media (min-width: 1440px) {
  section.galeria .gallery {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
section.galeria .gallery .gallery-item {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
section.galeria .gallery .gallery-item .gallery-icon .lightbox {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
section.galeria .gallery .gallery-item .gallery-icon .lightbox:hover:after {
  opacity: 0.5;
}
section.galeria .gallery .gallery-item .gallery-icon .lightbox:after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  right: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
section.galeria .gallery .gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 25px;
}
@media (min-width: 768px) {
  section.galeria .gallery .gallery-item .gallery-icon img {
    height: 250px;
  }
}
section.galeria .gallery-thumbs {
  padding: 50px 15px;
  background-color: #f0f0f0;
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.galeria .gallery-thumbs {
    padding: 70px 0;
  }
}
@media (min-width: 1025px) {
  section.galeria .gallery-thumbs {
    display: block;
  }
}
@media (min-width: 1441px) {
  section.galeria .gallery-thumbs {
    padding: 80px 0;
  }
}
section.galeria .gallery-thumbs--slider {
  width: 100%;
}
section.galeria .gallery-thumbs--slider .flickity-page-dots {
  position: relative;
  margin-top: 50px;
  bottom: unset;
}
section.galeria .gallery-thumbs--slider .flickity-slider {
  width: 100%;
}
section.galeria .gallery-thumbs--slider .flickity-slider .slide {
  width: 100%;
}
section.galeria .gallery-thumbs--content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
section.galeria .gallery-thumbs--content .thumb-wrap {
  position: relative;
}
section.galeria .gallery-thumbs--content .thumb-wrap img {
  border-radius: 25px;
}
section.galeria .gallery-thumbs--content .thumb-wrap:after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  right: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
section.galeria .gallery-thumbs--content .thumb-wrap:hover:after {
  opacity: 0.5;
}
section.galeria .gallery-thumbs--header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
section.galeria .gallery-thumbs--header .right {
  display: flex;
  align-items: flex-end;
}
section.galeria .gallery-thumbs--header .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
section.galeria .gallery-thumbs--header .left .msg-dots {
  margin-right: 20px;
}
section.galeria .gallery-thumbs--header .left h2 {
  margin-bottom: 0;
  line-height: 1;
}
section.galeria .gallery-dropdown {
  margin-bottom: 30px;
}
@media (min-width: 1170px) {
  section.galeria .gallery-dropdown {
    display: none;
  }
}
section.galeria .gallery-dropdown .dropdown-menu {
  border-radius: 25px;
  width: 100%;
  background: #f0f0f0;
  border: none;
}
section.galeria
  .gallery-dropdown
  .dropdown-menu
  .menu-item.current-menu-item
  a:before {
  background: #a01441;
}
section.galeria .gallery-dropdown .dropdown-menu .menu-item a {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  padding: 15px 30px 15px 60px;
  background: #f0f0f0;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
  border-radius: 25px;
}
section.galeria .gallery-dropdown .dropdown-menu .menu-item a:before {
  content: " ";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  border: 3px solid #a01441;
  border-radius: 50%;
}
section.galeria .gallery-dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  padding: 15px 30px 15px 60px;
  background: #f0f0f0;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
section.galeria .gallery-dropdown .dropdown-toggle:after {
  display: none;
}
section.galeria .gallery-dropdown .dropdown-toggle .arrow {
  width: 15px;
  display: inline-block;
  margin-left: 10px;
  pointer-events: none;
}
section.galeria .gallery-dropdown .dropdown-toggle:before {
  content: " ";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  border: 3px solid #a01441;
  border-radius: 50%;
  background: #a01441;
}
section.galeria .gallery-menu {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  margin-bottom: 27px;
}
@media (min-width: 1170px) {
  section.galeria .gallery-menu {
    display: flex;
  }
}
section.galeria .gallery-menu .menu-item {
  text-align: center;
  background: #f0f0f0;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin: 0 auto 10px;
}
section.galeria .gallery-menu .menu-item.current_page_item {
  background-color: #a01441;
}
section.galeria .gallery-menu .menu-item.current_page_item a {
  color: #ffffff;
}
section.galeria .gallery-menu .menu-item:hover {
  background-color: #a01441;
}
section.galeria .gallery-menu .menu-item:hover a {
  color: #ffffff;
}
section.galeria .gallery-menu .menu-item a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  transition: all 0.2s ease-in-out;
  padding: 15px 40px;
}
@media (min-width: 1441px) {
  section.galeria .gallery-menu .menu-item a {
    padding: 15px 60px;
    font-size: 18px;
  }
}
section.video-header {
  padding: 50px 5% 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.video-header {
    padding: 50px 5% 0;
  }
}
@media (min-width: 1441px) {
  section.video-header {
    padding: 50px 5% 0;
  }
}
section.video-header h1 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.video-header h1 {
    text-align: left;
  }
}
section.video-header .desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  section.video-header .desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  section.video-header .mobile {
    display: none;
  }
}
section.video-header.development-it .blue {
  display: block;
}
section.video-header.projektovy-management .purple,
section.video-header.project-management .purple,
section.video-header.projektleitung .purple {
  display: block;
}
section.video-header.organizacia-spolocnosti .orange,
section.video-header.organisation .orange,
section.video-header.organization .orange {
  display: block;
}
section.video-header.matematika-a-migracia .yellow,
section.video-header.matematics-and-migration .yellow {
  display: block;
}
section.video-header.migracia .green {
  display: block;
}
section.video-header.consulting-testovanie .red,
section.video-header.consulting-testing .red,
section.video-header.beratung-testing .red {
  display: block;
}
section.video-header .heroimg {
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  section.video-header .heroimg {
    margin: 0 auto;
  }
}
section.video-header .desktop-hide {
  margin: 50px auto 0;
}
@media (min-width: 1024px) {
  section.video-header .desktop-hide {
    display: none !important;
  }
}
section.video-header .desktop-hide .heroimg {
  margin-bottom: 0;
}
section.video-header .row {
  display: flex;
  align-items: flex-start;
}
section.video-header .row > * {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  section.video-header .row .right {
    padding-left: 50px;
  }
}
section.video-header .content {
  height: 100%;
  transition: all 0.25s ease-in-out;
}
section.video-header .content p {
  margin-bottom: 20px;
}
section.video-header .content p:last-child {
  margin-bottom: 0;
}
section.video-header .content.hidden {
  height: 190px;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.video-header .content.hidden {
    height: 100%;
  }
}
section.video-header .see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-top: 10px;
}
section.video-header .see-more p {
  color: #c50044;
  margin-bottom: 5px;
  font-weight: bold;
}
section.video-header .see-more svg {
  width: 20px;
  height: 12px;
}
section.video-header .see-more svg .st0 {
  fill: #a01441;
}
@media screen and (min-width: 992px) {
  section.video-header .see-more {
    display: none;
  }
}
section.video-header .video-section {
  margin-top: 20px;
}
section.video-header .video-section .video-wrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
section.video-header .video-section .video-wrap .video-btn {
  position: relative;
  height: 100%;
  background-image: url(../img/nahlad-original.jpg);
  min-height: 300px;
  width: 100%;
  border-radius: 25px;
  display: block;
}
section.video-header .video-section .video-wrap img {
  margin: 0;
}
section.video-header .video-section .video-wrap:hover .view {
  opacity: 1;
}
section.video-header .video-section .video-wrap .view {
  border-radius: 25px;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
section.video-header .video-section .video-wrap .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  margin-top: -22px;
  z-index: 100;
}
section.offer-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 50px 0;
  flex-direction: column;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
}
@media (min-width: 1240px) {
  section.offer-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
    box-shadow: none;
    padding: 50px 5%;
  }
}
section.offer-header.closed {
  position: relative;
}
section.offer-header.closed .offer-header--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1240px) {
  section.offer-header.closed .offer-header--wrap {
    align-items: flex-start;
  }
}
section.offer-header.closed .offer-header--wrap .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1240px) {
  section.offer-header.closed .offer-header--wrap .title-wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.offer-header.closed .offer-header--wrap .title-wrap .lock {
  width: 20px;
  height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  section.offer-header.closed .offer-header--wrap .title-wrap .lock {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1440px) {
  section.offer-header.closed .offer-header--wrap .title-wrap .lock {
    margin-top: 10px;
  }
}
section.offer-header.closed .offer-header--wrap .title-wrap h1 {
  color: #c50044;
  margin-bottom: 0;
}
section.offer-header.closed .offer-header--wrap .small-title {
  color: #c50044;
}
section.offer-header.closed .offer-header--wrap p {
  color: #000;
  max-width: 600px;
}
section.offer-header.closed .offer-header--wrap .form-title {
  margin-bottom: 15px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  section.offer-header.closed .offer-header--wrap .form-title {
    margin-bottom: 0;
  }
}
section.offer-header.closed .offer-header--wrap .wpcf7 p {
  margin-bottom: 0;
}
section.offer-header.closed .offer-header--wrap .wpcf7 input[type="email"] {
  height: 60px;
  line-height: 60px;
  border: 3px solid #a01441;
  border-radius: 10px;
  padding: 0 30px;
  max-width: 360px;
  font-family: "Montserrat", sans-serif;
  margin-right: 15px;
  width: 100%;
}
section.offer-header.closed .offer-header--wrap .wpcf7 input[type="submit"] {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none;
  margin-top: 15px;
}
section.offer-header.closed
  .offer-header--wrap
  .wpcf7
  input[type="submit"]:hover {
  background: #ffffff;
  color: #c50044 !important;
  border: none;
}
section.offer-header .row {
  padding: 0 5%;
}
@media (min-width: 1240px) {
  section.offer-header .row {
    padding: 0;
  }
}
section.offer-header .mobile-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 560px) {
  section.offer-header .mobile-buttons {
    flex-direction: row;
    gap: 20px;
  }
}
section.offer-header .mobile-buttons a {
  width: 100%;
}
@media (min-width: 560px) {
  section.offer-header .mobile-buttons a {
    max-width: 320px;
  }
}
section.offer-header .mobile-buttons a:first-child {
  margin-bottom: 15px;
}
@media (min-width: 560px) {
  section.offer-header .mobile-buttons a:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1240px) {
  section.offer-header .mobile-buttons {
    display: none;
  }
}
section.offer-header .nav-tabs {
  margin-left: 0;
  width: 100%;
  border: none;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1240px) {
  section.offer-header .nav-tabs {
    display: none;
  }
}
section.offer-header .nav-tabs .card {
  background: none;
  border: none;
  min-height: 180px;
}
section.offer-header .nav-tabs .card-flip > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  min-height: 180px;
  width: 180px;
  height: 180px;
  margin: 0;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1640px) {
  section.offer-header .nav-tabs .card-flip > div {
    min-height: 200px;
  }
}
section.offer-header .nav-tabs .card-front {
  transform: rotateY(0deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 10px;
  background: #ffffff;
}
@media (min-width: 1640px) {
  section.offer-header .nav-tabs .card-front {
    padding: 30px 20px;
  }
}
section.offer-header .nav-tabs .card-front .text {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1640px) {
  section.offer-header .nav-tabs .card-front .text {
    font-size: 16px;
  }
}
section.offer-header .nav-tabs .card-front .iconwrap {
  text-align: center;
}
section.offer-header .nav-tabs .card-front .iconwrap svg {
  height: 48px;
  margin-bottom: 10px;
}
@media (min-width: 1640px) {
  section.offer-header .nav-tabs .card-front .iconwrap svg {
    height: 58px;
  }
}
section.offer-header .nav-tabs .card-front .iconwrap svg path {
  fill: #a01441;
}
section.offer-header .nav-tabs .card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #a01441, #c43852);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (min-width: 1640px) {
  section.offer-header .nav-tabs .card-back {
    padding: 0 20px;
  }
}
section.offer-header .nav-tabs .card-back .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1640px) {
  section.offer-header .nav-tabs .card-back .text {
    font-size: 16px;
  }
}
section.offer-header .nav-tabs .card-flip {
  padding: 0 10px;
  width: 200px;
}
section.offer-header .nav-tabs .card-flip.flipped .card-front {
  transform: rotateY(-180deg);
}
section.offer-header .nav-tabs .card-flip.flipped .card-back {
  transform: rotateY(0deg);
}
section.offer-header .nav-tabs .nav-item {
  padding: 10px;
  width: 200px;
}
section.offer-header .nav-tabs .nav-item .nav-link {
  border-radius: 25px;
  background: #ffffff;
  min-height: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.offer-header .nav-tabs .nav-item .nav-link .text {
  font-weight: bold;
  color: #000;
}
section.offer-header .nav-tabs .nav-item .nav-link .iconwrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.offer-header .nav-tabs .nav-item .nav-link .iconwrap svg {
  height: 45px;
}
section.offer-header .nav-tabs .flickity-viewport {
  width: 100%;
}
section.offer-header .nav-tabs .flickity-viewport .flickity-slider {
  display: flex;
  align-items: center;
}
section.offer-header .dots-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 1240px) {
  section.offer-header .dots-mob {
    display: none;
  }
}
section.offer-header .dots-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9;
}
@media (min-width: 1240px) {
  section.offer-header .dots-desktop {
    display: block;
  }
}
section.offer-header.development-it {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
section.offer-header.development-it .nav-tabs .iconwrap svg .cls-1 {
  fill: #009bc1;
}
@media (min-width: 1240px) {
  section.offer-header.development-it .nav-tabs .iconwrap svg .cls-1 {
    fill: #a01441;
  }
}
section.offer-header.development-it .offer-header--wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
}
section.offer-header.development-it .offer-header--wrap .infobox p {
  color: #009bc1;
}
section.offer-header.development-it .offer-header--wrap .buttons .btn-new {
  background: #a01441;
  color: #ffffff !important;
}
section.offer-header.development-it
  .offer-header--wrap
  .buttons
  .btn-new:hover {
  color: #c50044 !important;
  background: #ffffff;
}
section.offer-header.development-it
  .offer-header--wrap
  .buttons
  .btn-border:hover {
  background: #ffffff;
  color: #009bc1;
}
section.offer-header.consulting-testovanie,
section.offer-header.consulting-testing,
section.offer-header.beratung-testing {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.offer-header.consulting-testovanie .nav-tabs .iconwrap svg .cls-1,
section.offer-header.consulting-testing .nav-tabs .iconwrap svg .cls-1,
section.offer-header.beratung-testing .nav-tabs .iconwrap svg .cls-1 {
  fill: #a01441;
}
@media (min-width: 1240px) {
  section.offer-header.consulting-testovanie .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.consulting-testing .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.beratung-testing .nav-tabs .iconwrap svg .cls-1 {
    fill: #a01441;
  }
}
section.offer-header.consulting-testovanie .offer-header--wrap .infobox,
section.offer-header.consulting-testing .offer-header--wrap .infobox,
section.offer-header.beratung-testing .offer-header--wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
}
section.offer-header.consulting-testovanie .offer-header--wrap .infobox p,
section.offer-header.consulting-testing .offer-header--wrap .infobox p,
section.offer-header.beratung-testing .offer-header--wrap .infobox p {
  color: #c50044;
}
section.offer-header.consulting-testovanie
  .offer-header--wrap
  .buttons
  .btn-new,
section.offer-header.consulting-testing .offer-header--wrap .buttons .btn-new,
section.offer-header.beratung-testing .offer-header--wrap .buttons .btn-new {
  background: #ffffff;
  color: #c50044 !important;
}
section.offer-header.consulting-testovanie
  .offer-header--wrap
  .buttons
  .btn-new:hover,
section.offer-header.consulting-testing
  .offer-header--wrap
  .buttons
  .btn-new:hover,
section.offer-header.beratung-testing
  .offer-header--wrap
  .buttons
  .btn-new:hover {
  color: #c50044 !important;
  background: #ffffff;
}
section.offer-header.consulting-testovanie
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.consulting-testing
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.beratung-testing
  .offer-header--wrap
  .buttons
  .btn-border:hover {
  background: #ffffff;
  color: #c50044;
}
section.offer-header.matematika-a-migracia,
section.offer-header.matematics-and-migration {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.offer-header.matematika-a-migracia .nav-tabs .iconwrap svg .cls-1,
section.offer-header.matematics-and-migration .nav-tabs .iconwrap svg .cls-1 {
  fill: #e9cf4c;
}
@media (min-width: 1240px) {
  section.offer-header.matematika-a-migracia .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.matematics-and-migration .nav-tabs .iconwrap svg .cls-1 {
    fill: #a01441;
  }
}
section.offer-header.matematika-a-migracia .offer-header--wrap .infobox,
section.offer-header.matematics-and-migration .offer-header--wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
}
section.offer-header.matematika-a-migracia .offer-header--wrap .infobox p,
section.offer-header.matematics-and-migration .offer-header--wrap .infobox p {
  color: #e9cf4c;
}
section.offer-header.matematika-a-migracia
  .offer-header--wrap
  .buttons
  .btn-new,
section.offer-header.matematics-and-migration
  .offer-header--wrap
  .buttons
  .btn-new {
  background: #ffffff;
  color: #e9cf4c !important;
}
section.offer-header.matematika-a-migracia
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.matematics-and-migration
  .offer-header--wrap
  .buttons
  .btn-border:hover {
  background: #ffffff;
  color: #e9cf4c;
}
section.offer-header.organizacia-spolocnosti,
section.offer-header.organisation,
section.offer-header.organization {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.offer-header.organizacia-spolocnosti .nav-tabs .iconwrap svg .cls-1,
section.offer-header.organisation .nav-tabs .iconwrap svg .cls-1,
section.offer-header.organization .nav-tabs .iconwrap svg .cls-1 {
  fill: #9ec54a;
}
@media (min-width: 1240px) {
  section.offer-header.organizacia-spolocnosti .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.organisation .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.organization .nav-tabs .iconwrap svg .cls-1 {
    fill: #a01441;
  }
}
section.offer-header.organizacia-spolocnosti .offer-header--wrap .infobox,
section.offer-header.organisation .offer-header--wrap .infobox,
section.offer-header.organization .offer-header--wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
}
section.offer-header.organizacia-spolocnosti .offer-header--wrap .infobox p,
section.offer-header.organisation .offer-header--wrap .infobox p,
section.offer-header.organization .offer-header--wrap .infobox p {
  color: #9ec54a;
}
section.offer-header.organizacia-spolocnosti
  .offer-header--wrap
  .buttons
  .btn-new,
section.offer-header.organisation .offer-header--wrap .buttons .btn-new,
section.offer-header.organization .offer-header--wrap .buttons .btn-new {
  background: #ffffff;
  color: #9ec54a !important;
}
section.offer-header.organizacia-spolocnosti
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.organisation
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.organization
  .offer-header--wrap
  .buttons
  .btn-border:hover {
  background: #ffffff;
  color: #9ec54a;
}
section.offer-header.projektovy-management,
section.offer-header.project-management,
section.offer-header.projektleitung {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.offer-header.projektovy-management .nav-tabs .iconwrap svg .cls-1,
section.offer-header.project-management .nav-tabs .iconwrap svg .cls-1,
section.offer-header.projektleitung .nav-tabs .iconwrap svg .cls-1 {
  fill: #e76e3d;
}
@media (min-width: 1240px) {
  section.offer-header.projektovy-management .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.project-management .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.projektleitung .nav-tabs .iconwrap svg .cls-1 {
    fill: #a01441;
  }
}
section.offer-header.projektovy-management .offer-header--wrap .infobox,
section.offer-header.project-management .offer-header--wrap .infobox,
section.offer-header.projektleitung .offer-header--wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
}
section.offer-header.projektovy-management .offer-header--wrap .infobox p,
section.offer-header.project-management .offer-header--wrap .infobox p,
section.offer-header.projektleitung .offer-header--wrap .infobox p {
  color: #e76e3d;
}
section.offer-header.projektovy-management
  .offer-header--wrap
  .buttons
  .btn-new,
section.offer-header.project-management .offer-header--wrap .buttons .btn-new,
section.offer-header.projektleitung .offer-header--wrap .buttons .btn-new {
  background: #ffffff;
  color: #e76e3d !important;
}
section.offer-header.projektovy-management
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.project-management
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.projektleitung
  .offer-header--wrap
  .buttons
  .btn-border:hover {
  background: #ffffff;
  color: #e76e3d;
}
section.offer-header.it-administracia,
section.offer-header.it-administration {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
section.offer-header.it-administracia .nav-tabs .iconwrap svg .cls-1,
section.offer-header.it-administration .nav-tabs .iconwrap svg .cls-1 {
  fill: #7d7d7d;
}
@media (min-width: 1240px) {
  section.offer-header.it-administracia .nav-tabs .iconwrap svg .cls-1,
  section.offer-header.it-administration .nav-tabs .iconwrap svg .cls-1 {
    fill: #a01441;
  }
}
section.offer-header.it-administracia .offer-header--wrap .infobox,
section.offer-header.it-administration .offer-header--wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
}
section.offer-header.it-administracia .offer-header--wrap .infobox p,
section.offer-header.it-administration .offer-header--wrap .infobox p {
  color: #7d7d7d;
}
section.offer-header.it-administracia .offer-header--wrap .buttons .btn-new,
section.offer-header.it-administration .offer-header--wrap .buttons .btn-new {
  background: #ffffff;
  color: #7d7d7d !important;
}
section.offer-header.it-administracia
  .offer-header--wrap
  .buttons
  .btn-border:hover,
section.offer-header.it-administration
  .offer-header--wrap
  .buttons
  .btn-border:hover {
  background: #ffffff;
  color: #7d7d7d;
}
section.offer-header .offer-header--wrap {
  position: relative;
  z-index: 12;
  width: 100%;
}
@media (min-width: 1240px) {
  section.offer-header .offer-header--wrap .nav-tabs {
    display: none;
  }
}
section.offer-header .offer-header--wrap .infobox-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1240px) {
  section.offer-header .offer-header--wrap .infobox-wrap {
    display: none;
  }
}
section.offer-header .offer-header--wrap .infobox-wrap img {
  max-height: 260px;
}
section.offer-header .offer-header--wrap .infobox-wrap .infobox {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
section.offer-header .offer-header--wrap .infobox-wrap .infobox .person {
  position: absolute;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
}
section.offer-header .offer-header--wrap .infobox-wrap .infobox p {
  margin: 0;
}
section.offer-header .offer-header--wrap .infobox-wrap .infobox p.info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
section.offer-header .offer-header--wrap .infobox-wrap .infobox p.info-content {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
section.offer-header .offer-header--wrap h1,
section.offer-header .offer-header--wrap p {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1240px) {
  section.offer-header .offer-header--wrap h1,
  section.offer-header .offer-header--wrap p {
    text-align: left;
  }
}
section.offer-header .offer-header--wrap h1 {
  margin-bottom: 30px;
}
@media (min-width: 1240px) {
  section.offer-header .offer-header--wrap h1 {
    margin-bottom: 50px;
  }
}
section.offer-header .offer-header--wrap p {
  margin-bottom: 30px;
}
section.offer-header .offer-header--wrap .offer-perex {
  display: none;
}
@media (min-width: 1240px) {
  section.offer-header .offer-header--wrap .offer-perex {
    display: block;
    max-width: 600px;
  }
}
section.offer-header .offer-header--wrap .buttons {
  display: none;
}
@media (min-width: 1240px) {
  section.offer-header .offer-header--wrap .buttons {
    display: block;
  }
}
section.offer-header .offer-header--wrap .buttons .btn-new {
  background: #ffffff;
  margin-right: 30px;
}
section.position-offer {
  z-index: 12;
  padding: 50px 5% 0;
}
@media screen and (min-width: 768px) {
  section.position-offer {
    padding: 50px 5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.position-offer {
    padding: 50px 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.position-offer {
    padding: 50px 5% 80px;
  }
}
section.position-offer.closed
  .newgrid
  .newgrid-left
  .notfound
  .titles
  .small-title {
  font-size: 16px;
}
section.position-offer.closed
  .newgrid
  .newgrid-left
  .notfound
  .titles
  .para-title {
  font-size: 20px !important;
}
section.position-offer.closed
  .newgrid
  .newgrid-left
  .notfound
  .filters-wrap
  .filters
  .dropdown {
  width: 230px !important;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox {
  background: linear-gradient(90deg, #a01441, #c43852) !important;
  height: auto;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .notfound
  .row {
  display: flex;
  flex-direction: column;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel {
  height: auto !important;
  display: flex;
  justify-content: center;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel.flickity-enabled {
  display: block;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .flickity-button {
  background: transparent;
  color: #ffffff;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  background: #a01441;
  width: 50px;
  height: 50px;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .flickity-prev-next-button.next {
  right: 5px;
}
@media (min-width: 1200px) {
  section.position-offer.closed
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .sticky-wrapper
    .sidebar-carousel
    .flickity-prev-next-button.next {
    right: -15px;
  }
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .flickity-prev-next-button.next
  svg {
  left: 10%;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .flickity-prev-next-button.previous {
  left: 5px;
}
@media (min-width: 1200px) {
  section.position-offer.closed
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .sticky-wrapper
    .sidebar-carousel
    .flickity-prev-next-button.previous {
    left: -15px;
  }
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .flickity-prev-next-button.previous
  svg {
  left: 30%;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap {
  padding: 60px 10px 10px !important;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card {
  padding: 80px 35px 35px !important;
  background: #f0f0f0;
  border: none;
  border-radius: 25px;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-header {
  flex-direction: column;
  text-align: center;
  background: transparent;
  border: none;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-header
  .job-icon-wrap {
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-header
  .job-icon-wrap
  .job-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-header
  .job-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  min-height: 47px;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-header
  .job-division {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #c50044;
  font-size: 12px;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-body {
  padding: 0;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-body
  .skills-title {
  margin-bottom: 15px;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-body
  .skills-list {
  margin-bottom: 0;
  font-weight: 600;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-body
  .home {
  display: flex;
  text-align: center;
  justify-content: center !important;
  align-items: center;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-body
  .home
  img {
  width: 20px;
  margin-right: 15px;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .sidebar-carousel
  .card-wrap
  .card
  .card-body
  p {
  text-align: center;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .sticky-wrapper
  .socials
  .socials-wrap
  svg
  path {
  fill: #a01441;
}
section.position-offer.closed
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.position-offer.v5
  .newgrid
  .newgrid-left.development-it
  .part-offer
  ul
  li
  .c {
  fill: #009bc1 !important;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.development-it
  .nav-tabs
  .nav-item:hover
  .nav-link {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.position-offer.v5
  .newgrid
  .newgrid-left.development-it
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text {
  color: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.development-it
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1 {
  fill: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.development-it
  .nav-tabs
  .nav-item
  svg
  .cls-1 {
  fill: #009bc1;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-left.development-it
    .nav-tabs
    .nav-item
    svg
    .cls-1 {
    fill: #a01441;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testovanie
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testing
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.beratung-testing
  .part-offer
  ul
  li
  .c {
  fill: #a01441 !important;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testovanie
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testing
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.beratung-testing
  .nav-tabs
  .nav-item:hover
  .nav-link {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testovanie
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testing
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.beratung-testing
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text {
  color: #c50044;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testovanie
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testing
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.beratung-testing
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1 {
  fill: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testovanie
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.consulting-testing
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.beratung-testing
  .nav-tabs
  .nav-item
  svg
  .cls-1 {
  fill: #a01441;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-left.consulting-testovanie
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.consulting-testing
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.beratung-testing
    .nav-tabs
    .nav-item
    svg
    .cls-1 {
    fill: #a01441;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-left.matematika-a-migracia
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.matematics-and-migration
  .part-offer
  ul
  li
  .c {
  fill: #e9cf4c !important;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.matematika-a-migracia
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.matematics-and-migration
  .nav-tabs
  .nav-item:hover
  .nav-link {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.position-offer.v5
  .newgrid
  .newgrid-left.matematika-a-migracia
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.matematics-and-migration
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text {
  color: #e9cf4c;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.matematika-a-migracia
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.matematics-and-migration
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1 {
  fill: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.matematika-a-migracia
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.matematics-and-migration
  .nav-tabs
  .nav-item
  svg
  .cls-1 {
  fill: #e9cf4c;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-left.matematika-a-migracia
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.matematics-and-migration
    .nav-tabs
    .nav-item
    svg
    .cls-1 {
    fill: #e9cf4c;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-left.projektovy-management
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.project-management
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.projektleitung
  .part-offer
  ul
  li
  .c {
  fill: #e76e3d !important;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.projektovy-management
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.project-management
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.projektleitung
  .nav-tabs
  .nav-item:hover
  .nav-link {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.position-offer.v5
  .newgrid
  .newgrid-left.projektovy-management
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.project-management
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.projektleitung
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text {
  color: #e76e3d;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.projektovy-management
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.project-management
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.projektleitung
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1 {
  fill: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.projektovy-management
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.project-management
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.projektleitung
  .nav-tabs
  .nav-item
  svg
  .cls-1 {
  fill: #e76e3d;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-left.projektovy-management
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.project-management
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.projektleitung
    .nav-tabs
    .nav-item
    svg
    .cls-1 {
    fill: #a01441;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-left.organizacia-spolocnosti
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.organisation
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.organization
  .part-offer
  ul
  li
  .c {
  fill: #9ec54a !important;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.organizacia-spolocnosti
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.organisation
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.organization
  .nav-tabs
  .nav-item:hover
  .nav-link {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.position-offer.v5
  .newgrid
  .newgrid-left.organizacia-spolocnosti
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.organisation
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.organization
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text {
  color: #9ec54a;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.organizacia-spolocnosti
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.organisation
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.organization
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1 {
  fill: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.organizacia-spolocnosti
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.organisation
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.organization
  .nav-tabs
  .nav-item
  svg
  .cls-1 {
  fill: #9ec54a;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-left.organizacia-spolocnosti
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.organisation
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.organization
    .nav-tabs
    .nav-item
    svg
    .cls-1 {
    fill: #a01441;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administracia
  .part-offer
  ul
  li
  .c,
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administration
  .part-offer
  ul
  li
  .c {
  fill: #7d7d7d !important;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administracia
  .nav-tabs
  .nav-item:hover
  .nav-link,
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administration
  .nav-tabs
  .nav-item:hover
  .nav-link {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administracia
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text,
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administration
  .nav-tabs
  .nav-item:hover
  .nav-link
  .text {
  color: #7d7d7d;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administracia
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administration
  .nav-tabs
  .nav-item:hover
  svg
  .cls-1 {
  fill: #ffffff;
}
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administracia
  .nav-tabs
  .nav-item
  svg
  .cls-1,
section.position-offer.v5
  .newgrid
  .newgrid-left.it-administration
  .nav-tabs
  .nav-item
  svg
  .cls-1 {
  fill: #7d7d7d;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-left.it-administracia
    .nav-tabs
    .nav-item
    svg
    .cls-1,
  section.position-offer.v5
    .newgrid
    .newgrid-left.it-administration
    .nav-tabs
    .nav-item
    svg
    .cls-1 {
    fill: #7d7d7d;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link {
  text-align: center;
}
section.position-offer.v5
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-pane.active {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section.position-offer.v5
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content
  ul {
  display: flex;
  flex-direction: column;
}
section.position-offer.v5
  .newgrid
  .newgrid-right.development-it
  .sticky-wrapper
  .socials
  svg
  path {
  fill: #009bc1;
}
section.position-offer.v5
  .newgrid
  .newgrid-right.consulting-testovanie
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.consulting-testing
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.beratung-testing
  .sticky-wrapper
  .socials
  svg
  path {
  fill: #009bc1;
}
section.position-offer.v5
  .newgrid
  .newgrid-right.organizacia-spolocnosti
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.organisation
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.organization
  .sticky-wrapper
  .socials
  svg
  path {
  fill: #9ec54a;
}
section.position-offer.v5
  .newgrid
  .newgrid-right.matematika-a-migracia
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.matematics-and-migration
  .sticky-wrapper
  .socials
  svg
  path {
  fill: #e9cf4c;
}
section.position-offer.v5
  .newgrid
  .newgrid-right.projektovy-management
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.project-management
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.projektleitung
  .sticky-wrapper
  .socials
  svg
  path {
  fill: #e76e3d;
}
section.position-offer.v5
  .newgrid
  .newgrid-right.it-administracia
  .sticky-wrapper
  .socials
  svg
  path,
section.position-offer.v5
  .newgrid
  .newgrid-right.it-administration
  .sticky-wrapper
  .socials
  svg
  path {
  fill: #7d7d7d;
}
section.position-offer.v5 .newgrid .newgrid-right .sticky-wrapper .socials {
  margin-bottom: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  flex-direction: column;
}
@media (min-width: 1240px) {
  section.position-offer.v5 .newgrid .newgrid-right .sticky-wrapper .socials {
    margin-bottom: 0;
    margin-top: 50px;
    flex-direction: row;
    background: #f0f0f0;
    height: 105px;
  }
}
@media (min-width: 1640px) {
  section.position-offer.v5 .newgrid .newgrid-right .sticky-wrapper .socials {
    padding: 0 60px;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .socials
  .socials-wrap {
  display: flex;
  gap: 15px;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-right
    .sticky-wrapper
    .socials
    .socials-wrap {
    gap: 0;
  }
}
section.position-offer.v5
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .socials
  .socials-wrap
  svg {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}
@media (min-width: 1240px) {
  section.position-offer.v5
    .newgrid
    .newgrid-right
    .sticky-wrapper
    .socials
    .socials-wrap
    svg {
    margin-left: 15px;
  }
}
section.position-offer.v5 .newgrid .newgrid-right .sticky-wrapper .socials p {
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  section.position-offer.v5 .newgrid .newgrid-right .sticky-wrapper .socials p {
    margin-bottom: 0;
  }
}
section.position-offer .job-des-tabs_content {
  display: flex;
  flex-direction: column;
}
section.position-offer .job-des-tabs_content .nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  section.position-offer .job-des-tabs_content .nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
section.position-offer .job-des-tabs_content .nav .nav-link {
  background-color: #ffffff;
  color: #000;
  text-align: left;
  position: relative;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding: 20px;
}
section.position-offer .job-des-tabs_content .nav .nav-link.active {
  background: linear-gradient(90deg, #a01441, #c43852);
  color: #ffffff;
}
section.position-offer .job-des-tabs_content .tab-content {
  text-align: center;
  width: 100%;
}
section.position-offer .job-des-tabs_content .tab-content .small-title {
  color: #c50044;
}
@media screen and (min-width: 1200px) {
  section.position-offer .job-des-tabs_content .tab-content .col-content {
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  section.position-offer .job-des-tabs_content .tab-content .tab-pane {
    display: block;
    border-radius: 10px;
    opacity: 1;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  section.position-offer .job-des-tabs_content .tab-content .tab-pane h2 {
    display: none;
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .col-content {
    padding: 30px 20px;
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header {
    width: 100%;
    display: block;
    background-color: #a01441;
    padding: 15px 20px;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1590px) {
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header
    .arrow {
    display: inline-block;
    float: right;
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header
    .arrow
    svg {
    width: 16px;
    height: 10px;
    transform: rotate(180deg);
    transition: 0.2s ease-in-out;
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header
    .arrow
    svg
    .arr {
    stroke: #ffffff;
  }
}
@media screen and (max-width: 1200px) {
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header.collapsed {
    background-color: #ffffff;
    color: #404040;
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header.collapsed
    svg {
    transform: rotate(0deg);
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-pane
    .card-header.collapsed
    svg
    .arr {
    stroke: #404040;
  }
}
@media screen and (min-width: 1200px) {
  section.position-offer .job-des-tabs_content .tab-content .card-header {
    display: none;
  }
  section.position-offer .job-des-tabs_content .tab-content .collapse {
    display: block;
  }
  section.position-offer
    .job-des-tabs_content
    .tab-content
    .tab-content
    > .tab-pane {
    display: none;
    opacity: 0;
  }
}
section.position-offer .job-des-tabs_content .tab-content p {
  margin-bottom: 30px;
}
section.position-offer .job-des-tabs_content .tab-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.position-offer .job-des-tabs_content .tab-content ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
section.position-offer .job-des-tabs_content .tab-content ul li .fas {
  position: absolute;
  left: 0;
  top: 5px;
}
section.position-offer .newgrid {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  section.position-offer .newgrid {
    text-align: unset;
  }
}
@media (min-width: 1240px) {
  section.position-offer .newgrid {
    flex-direction: row;
  }
}
section.position-offer .newgrid .mobaccord {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.position-offer .newgrid .mobaccord {
    display: none;
  }
}
section.position-offer .newgrid .mobaccord .btn-new {
  margin-top: 30px;
}
section.position-offer .newgrid .mobaccord .small-title {
  color: #c50044;
}
section.position-offer .newgrid .mobaccord .accordion {
  width: 100%;
}
section.position-offer .newgrid .mobaccord .accordion .card {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 25px;
}
section.position-offer .newgrid .mobaccord .accordion .card:last-child {
  margin-bottom: 0;
}
section.position-offer .newgrid .mobaccord .accordion .card .card-header {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 0;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, #a01441, #c43852);
  height: 65px;
  padding: 20px;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 1441px) {
  section.position-offer
    .newgrid
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header {
    margin-bottom: 20px;
  }
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h4 {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  section.position-offer
    .newgrid
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header
    h4 {
    font-size: 18px;
  }
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .title {
  display: flex;
  align-items: center;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon {
  margin-right: 15px;
  flex-shrink: 0;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon
  img {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (min-width: 1441px) {
  section.position-offer
    .newgrid
    .mobaccord
    .accordion
    .card
    .card-header
    .collapse-header
    .benefits-grid-item--header
    .icon
    img {
    width: 22px;
    height: 22px;
  }
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .icon
  .gradient-icon {
  display: none;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  svg {
  width: 16px;
  transform: rotate(180deg);
  transition: transform 0.15s ease-in-out;
  margin-left: 22px;
  flex-shrink: 0;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  svg
  .st0 {
  fill: #ffffff;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  h4,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  h2,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .title {
  color: #ffffff;
  font-size: 16px;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  h4
  p,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  h2
  p,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .title
  p {
  color: #ffffff;
  font-size: 16px;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed {
  background: #ffffff;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .icon
  .gradient-icon {
  display: block;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .icon
  .white-icon {
  display: none;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  h4,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  h2,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .title {
  color: #000;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  h4
  p,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  h2
  p,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  .title
  p {
  color: #000;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg {
  transform: rotate(0);
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header.collapsed
  svg
  .st0 {
  fill: #a01441;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h4,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h2,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .title {
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h4
  p,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  h2
  p,
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .title
  p {
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}
section.position-offer
  .newgrid
  .mobaccord
  .accordion
  .card
  .card-header
  .collapse-header
  .benefits-grid-item--header
  .icon {
  display: flex;
  align-items: center;
}
section.position-offer .newgrid .mobaccord .accordion .card .card-body p {
  margin-bottom: 0;
}
section.position-offer .newgrid .newgrid-left .newtitle {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-left .newtitle {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section.position-offer .newgrid .newgrid-left .newtitle {
    font-size: 30px;
  }
}
section.position-offer .newgrid .newgrid-left .content-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}
section.position-offer .newgrid .newgrid-left .content-title:first-child {
  margin-top: 0;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .content-title {
    text-align: unset;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-left .content-title {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section.position-offer .newgrid .newgrid-left .content-title {
    font-size: 30px;
  }
}
section.position-offer .newgrid .newgrid-left .rowpoints {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section.position-offer .newgrid .newgrid-left .rowpoints {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point {
  width: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point {
    min-height: 148px;
  }
}
@media screen and (min-width: 1024px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point {
    padding: 30px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point:first-child {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point:last-child {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (min-width: 768px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
  }
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:nth-child(2) {
    border-top-right-radius: 25px;
  }
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:nth-child(3) {
    border-bottom-left-radius: 25px;
  }
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (min-width: 768px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0;
  }
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:nth-child(2) {
    border-top-right-radius: 25px;
  }
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:nth-child(3) {
    border-bottom-left-radius: 25px;
  }
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .iconwrap {
  display: flex;
  justify-content: center;
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .iconwrap
  img,
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .iconwrap
  svg {
  max-height: 50px;
  width: 35px;
  margin-right: 20px;
  fill: #a01441;
}
@media screen and (min-width: 1590px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point
    .iconwrap
    img,
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point
    .iconwrap
    svg {
    justify-content: space-around;
    width: 50px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .iconwrap
  svg
  .st0 {
  fill: #a01441;
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  p {
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point
    .info {
    align-self: flex-start;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .info
  .place-label {
  margin-top: 10px;
  font-size: 16px;
  color: #2e2e2e;
  text-align: left;
  display: block;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point
    .info
    .place-label {
    font-size: 13px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .info
  .place-label.small {
  font-size: 13px;
  display: none;
}
@media screen and (min-width: 1280px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .rowpoints
    .position-points__point
    .info
    .place-label.small {
    display: block;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .rowpoints
  .position-points__point
  .info
  .place {
  font-size: 16px;
  line-height: 1.4;
  color: #2e2e2e;
  text-align: left;
  position: relative;
}
section.position-offer .newgrid .newgrid-left .more {
  margin-bottom: 50px;
  display: none;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .more {
    display: inline-block;
  }
}
section.position-offer .newgrid .newgrid-left .moremob {
  margin-top: 30px;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .moremob {
    display: none;
  }
}
section.position-offer .newgrid .newgrid-left .frame-wrap {
  background-color: #f0f0f0;
  border-radius: 50px;
  width: 100%;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  section.position-offer .newgrid .newgrid-left .frame-wrap {
    flex-wrap: nowrap;
  }
}
section.position-offer .newgrid .newgrid-left .frame-wrap .content-part,
section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part {
  width: 100%;
}
@media (min-width: 769px) {
  section.position-offer .newgrid .newgrid-left .frame-wrap .content-part,
  section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part {
    width: 50%;
  }
}
section.position-offer .newgrid .newgrid-left .frame-wrap .content-part {
  padding: 30px 30px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 769px) {
  section.position-offer .newgrid .newgrid-left .frame-wrap .content-part {
    text-align: left;
    align-items: flex-start;
    padding: 50px 90px 50px 50px;
  }
}
section.position-offer .newgrid .newgrid-left .frame-wrap .content-part p {
  text-align: center;
}
@media (min-width: 769px) {
  section.position-offer .newgrid .newgrid-left .frame-wrap .content-part p {
    text-align: left;
  }
}
section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: url(../img/nahlad-original.jpg);
  background-size: cover;
  position: relative;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  min-height: 200px;
}
@media (min-width: 769px) {
  section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    min-height: 260px;
  }
}
section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part:hover {
  opacity: 1;
}
section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part a {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
section.position-offer .newgrid .newgrid-left .frame-wrap .iframe-part a img {
  margin: 0;
  width: 70px;
  height: 70px;
}
section.position-offer .newgrid .newgrid-left .blog-quote {
  margin: 50px 0 0;
}
section.position-offer .newgrid .newgrid-left .blog-quote .quote-perex {
  text-align: center;
}
@media (min-width: 768px) {
  section.position-offer .newgrid .newgrid-left .blog-quote .quote-perex {
    text-align: left;
  }
}
section.position-offer .newgrid .newgrid-left .offer-image {
  width: 100%;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .mobile-hide {
    display: none;
  }
}
section.position-offer .newgrid .newgrid-left .why-us {
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 1280px) {
  section.position-offer .newgrid .newgrid-left .why-us {
    text-align: unset;
  }
}
section.position-offer .newgrid .newgrid-left .why-us .btn {
  margin-top: 30px;
}
section.position-offer .newgrid .newgrid-left .socials-sharing {
  background: transparent;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .socials-sharing {
    display: none;
  }
}
section.position-offer .newgrid .newgrid-left .socials-sharing a {
  margin: 0 10px;
}
section.position-offer .newgrid .newgrid-left .part-offer {
  padding-bottom: 50px;
}
@media (min-width: 1241px) {
  section.position-offer .newgrid .newgrid-left .part-offer {
    padding-bottom: 0;
  }
}
section.position-offer .newgrid .newgrid-left .part-offer .btn-new {
  margin-top: 30px;
}
section.position-offer .newgrid .newgrid-left .part-offer .benefits-down {
  display: none;
  flex-direction: column;
}
@media (min-width: 1201px) {
  section.position-offer .newgrid .newgrid-left .part-offer .benefits-down {
    display: flex;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  border: none;
  transform: translateY(30px);
  margin-left: 0;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item {
  width: 18%;
  padding-left: 0;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .checkmark {
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
  height: 130px;
  color: #000;
  background: #ffffff;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 1401px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .part-offer
    .benefits-down
    .nav-tabs
    .nav-item
    .nav-link,
  section.position-offer
    .newgrid
    .newgrid-left
    .part-offer
    .benefits-down
    .nav-tabs
    .nav-item
    .nav-href {
    height: 155px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  img,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  img {
  width: 30px;
}
@media (min-width: 1401px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .part-offer
    .benefits-down
    .nav-tabs
    .nav-item
    .nav-link
    img,
  section.position-offer
    .newgrid
    .newgrid-left
    .part-offer
    .benefits-down
    .nav-tabs
    .nav-item
    .nav-href
    img {
    width: 50px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .iconwrap
  svg,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .iconwrap
  svg {
  width: 50px;
  height: 50px;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .iconwrap
  .white-icon,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .iconwrap
  .white-icon {
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link
  .text,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href
  .text {
  line-height: 1.2;
  word-break: break-word;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active {
  background-image: linear-gradient(90deg, #a01441, #c43852);
  color: #ffffff;
  transform: translateY(30px);
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active
  .iconwrap
  .gradient-icon,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active
  .iconwrap
  .gradient-icon {
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active
  .iconwrap
  .white-icon,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active
  .iconwrap
  .white-icon {
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-link.active
  .iconwrap
  .st0,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .nav-tabs
  .nav-item
  .nav-href.active
  .iconwrap
  .st0 {
  fill: #ffffff !important;
  stroke: transparent;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content {
  padding: 110px 40px 40px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content
  p {
  margin-bottom: 20px;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content
  p:last-child {
  margin-bottom: 0;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content
  ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content
  ul
  li {
  padding-left: 40px;
  padding-bottom: 20px;
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .tab-content
  ul
  li
  .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.position-offer .newgrid .newgrid-left .part-offer .benefits-down .btm {
  display: flex;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right {
  width: 40%;
  padding-top: 175px;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.development-it
  .blue {
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.projektovy-management
  .purple,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.project-management
  .purple,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.projektleitung
  .purple {
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.organizacia-spolocnosti
  .orange,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.organisation
  .orange,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.organization
  .orange {
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.matematika-a-migracia
  .yellow,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.matematics-and-migration
  .yellow {
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.migracia
  .green {
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.consulting-testovanie
  .red,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.consulting-testing
  .red,
section.position-offer
  .newgrid
  .newgrid-left
  .part-offer
  .benefits-down
  .btm
  .right.beratung-testing
  .red {
  display: block;
}
section.position-offer .newgrid .newgrid-left .part-content {
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .part-content {
    text-align: unset;
    padding-bottom: 30px;
  }
}
section.position-offer .newgrid .newgrid-left .part-content .mobile-hide {
  margin: 20px auto 0;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .part-content .mobile-hide {
    display: none;
  }
}
section.position-offer .newgrid .newgrid-left h2 {
  text-align: center;
  margin-top: 30px;
}
section.position-offer .newgrid .newgrid-left h2:first-child {
  margin-top: 0;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left h2 {
    text-align: unset;
  }
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left {
    width: 66.6666%;
    padding-right: 50px;
  }
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left {
    width: 66.6666%;
    padding-right: 100px;
  }
}
section.position-offer .newgrid .newgrid-left p {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left p {
    text-align: left;
  }
}
section.position-offer .newgrid .newgrid-left img {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .video-section {
    display: none;
  }
}
section.position-offer .newgrid .newgrid-left .flip-cards {
  display: none;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-left .flip-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left .flip-cards {
    gap: 20px;
  }
}
section.position-offer .newgrid .newgrid-left .flip-cards .card {
  border: none;
}
section.position-offer .newgrid .newgrid-left .flip-cards .card-flip > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  min-height: 180px;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left .flip-cards .card-flip > div {
    min-height: 200px;
  }
}
section.position-offer .newgrid .newgrid-left .flip-cards .card-front {
  transform: rotateY(0deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 10px;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left .flip-cards .card-front {
    padding: 30px 20px;
  }
}
section.position-offer .newgrid .newgrid-left .flip-cards .card-front .text {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left .flip-cards .card-front .text {
    font-size: 16px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .flip-cards
  .card-front
  .iconwrap {
  text-align: center;
}
section.position-offer
  .newgrid
  .newgrid-left
  .flip-cards
  .card-front
  .iconwrap
  svg {
  height: 48px;
  margin-bottom: 10px;
}
@media (min-width: 1640px) {
  section.position-offer
    .newgrid
    .newgrid-left
    .flip-cards
    .card-front
    .iconwrap
    svg {
    height: 58px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .flip-cards
  .card-front
  .iconwrap
  svg
  path {
  fill: #a01441;
}
section.position-offer .newgrid .newgrid-left .flip-cards .card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #a01441, #c43852);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left .flip-cards .card-back {
    padding: 0 20px;
  }
}
section.position-offer .newgrid .newgrid-left .flip-cards .card-back .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-left .flip-cards .card-back .text {
    font-size: 16px;
  }
}
section.position-offer
  .newgrid
  .newgrid-left
  .flip-cards
  .card-flip:hover
  .card-front {
  transform: rotateY(-180deg);
}
section.position-offer
  .newgrid
  .newgrid-left
  .flip-cards
  .card-flip:hover
  .card-back {
  transform: rotateY(0deg);
}
section.position-offer .newgrid .newgrid-right {
  position: relative;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-right {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
section.position-offer .newgrid .newgrid-right .benefits-list .benefit {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  height: 65px;
  padding: 20px;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit:last-child {
  margin-bottom: 30px;
}
section.position-offer .newgrid .newgrid-right .benefits-list .benefit svg {
  width: 16px;
  transition: transform 0.15s ease-in-out;
  margin-left: 22px;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit
  .benefits-grid-item--header {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit
  .benefits-grid-item--header
  .icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit
  .benefits-grid-item--header
  .icon
  img {
  width: 18px;
  height: 18px;
  margin: 0;
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit
  .benefits-grid-item--header
  .title {
  display: flex;
  align-items: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit
  .benefits-grid-item--header
  .title
  h3 {
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
section.position-offer .newgrid .newgrid-right .benefits-list .benefit:hover {
  background: linear-gradient(90deg, #c43852, #a01441);
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit:hover
  .icon
  .gradient-icon {
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit:hover
  .title
  h3 {
  color: #ffffff;
}
section.position-offer
  .newgrid
  .newgrid-right
  .benefits-list
  .benefit:hover
  svg
  .st0 {
  fill: #ffffff;
}
section.position-offer .newgrid .newgrid-right .bonusaccordion {
  margin-bottom: 50px;
}
section.position-offer .newgrid .newgrid-right .bonusaccordion .card {
  border: none;
}
section.position-offer .newgrid .newgrid-right .bonusaccordion .card-body {
  padding: 50px 0;
  background: #f0f0f0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-p {
  margin-bottom: 35px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap {
  max-width: 400px;
  margin: 0 auto;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .nwl-mail {
  width: 100%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-form {
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-submit {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: #a01441;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/buttonarrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  input[type="email"] {
  border-radius: 50px;
  background-color: #ffffff;
  padding: 14px 20px;
  color: #000000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  input[type="email"]::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  input[type="email"]::placeholder {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  INPUT[type="checkbox"]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  INPUT[type="checkbox"] {
  background-color: #ddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  top: 0;
  display: block;
}
@media screen and (min-width: 760px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .bonusaccordion
    .card-body
    .bonus-wrap
    .wpcf7-list-item
    INPUT[type="checkbox"] {
    width: 17px;
    height: 16px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  INPUT[type="checkbox"]:checked {
  background-color: #a01441;
  background-size: contain;
  background: #a01441
    url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
    3px 3px no-repeat;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  input[type="checkbox"] {
  margin-right: 15px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  span {
  font-size: 12px;
  text-align: left;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonusaccordion
  .card-body
  .bonus-wrap
  .wpcf7-list-item
  span
  a {
  color: #000000;
  font-weight: bold;
}
section.position-offer .newgrid .newgrid-right .bonusaccordion .blogbutton {
  transform: rotate(-90deg);
}
section.position-offer .newgrid .newgrid-right .bonus-offer {
  position: relative;
  background: #a01441;
  color: #ffffff;
  border-radius: 50px;
  padding: 13px 35px;
  display: none;
  margin-bottom: 40px;
  cursor: pointer;
  border: none;
  transition: border-radius 0.2s ease-in-out;
  justify-content: space-between;
  align-items: center;
}
section.position-offer .newgrid .newgrid-right .bonus-offer h3 {
  margin-bottom: 0;
  color: #ffffff;
}
section.position-offer .newgrid .newgrid-right .bonus-offer.accor {
  margin-bottom: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonus-offer.accor
  .content
  .icon {
  margin-right: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonus-offer.accor.collapsed
  .blogbutton {
  transform: rotate(90deg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .bonus-offer.accor:not(.collapsed) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-right .bonus-offer {
    padding: 13px 35px;
  }
}
section.position-offer .newgrid .newgrid-right .bonus-offer span {
  font-weight: bold;
}
section.position-offer .newgrid .newgrid-right .bonus-offer .content {
  display: flex;
  align-items: center;
}
section.position-offer .newgrid .newgrid-right .bonus-offer .content .icon {
  width: 44px;
  height: 44px;
}
section.position-offer .newgrid .newgrid-right .bonus-offer .content .icon svg {
  fill: #ffffff;
}
section.position-offer .newgrid .newgrid-right .bonus-offer .blogbutton {
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
section.position-offer .newgrid .newgrid-right .bonus-offer .blogbutton svg {
  fill: #a01441;
}
section.position-offer .newgrid .newgrid-right .blogbutton {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: none;
  transition: 0.1s ease-in-out;
}
section.position-offer .newgrid .newgrid-right .blogbutton svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
section.position-offer .newgrid .newgrid-right .form-wrapper {
  margin-top: 0;
  background-color: #f0f0f0;
  padding: 30px 15px;
  border-radius: 25px;
}
@media (min-width: 1640px) {
  section.position-offer .newgrid .newgrid-right .form-wrapper {
    padding: 60px 15px;
  }
}
section.position-offer .newgrid .newgrid-right .form-wrapper.mobile {
  margin: 0 auto;
}
section.position-offer .newgrid .newgrid-right .form-wrapper.mobile .mesta,
section.position-offer .newgrid .newgrid-right .form-wrapper.mobile .filelabel,
section.position-offer .newgrid .newgrid-right .form-wrapper.mobile .your-text {
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="acceptance-900"],
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  .send-button {
  width: 100%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="acceptance-900"] {
  line-height: 1;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="acceptance-900"]
  .suhlas {
  width: 16px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="meno-priezvisko"],
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="your-email"] {
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="meno-priezvisko"]:after,
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  [data-name="your-email"]:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a01441;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper.mobile
  .send-button {
  text-align: center !important;
  margin-top: 30px;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-right .form-wrapper.mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .form-wrapper {
    padding: 30px 15px;
  }
}
section.position-offer .newgrid .newgrid-right .form-wrapper h2 {
  font-size: 28px;
  font-weight: normal;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .form-wrapper h2 {
    font-size: 24px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .meno-priezvisko:after,
section.position-offer .newgrid .newgrid-right .form-wrapper .your-email:after {
  background-color: #a01441;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .wpcf7-form-control-wrap {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .form-wrapper
    .wpcf7-form-control-wrap {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1240px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .form-wrapper
    .wpcf7-form-control-wrap {
    max-width: 400px;
    width: 100%;
    padding: 0;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .wpcf7-form-control-wrap.send-button {
  text-align: right;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .dynamicname
  input {
  font-weight: bold;
}
section.position-offer .newgrid .newgrid-right .form-wrapper .text-center {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .form-wrapper .text-center {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .form-wrapper .text-center {
    font-size: 22px;
  }
}
section.position-offer .newgrid .newgrid-right .form-wrapper p {
  position: relative;
}
section.position-offer .newgrid .newgrid-right .form-wrapper .meno-priezvisko,
section.position-offer .newgrid .newgrid-right .form-wrapper .your-email {
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .meno-priezvisko:after,
section.position-offer .newgrid .newgrid-right .form-wrapper .your-email:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .wpcf7-dynamictext {
  background-color: #ffffff;
}
section.position-offer .newgrid .newgrid-right .form-wrapper .submit-wrap {
  width: 100%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none !important;
  margin-top: 30px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit:hover {
  background: #f0f0f0;
  color: #c50044 !important;
  border: none !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.whitehover:hover {
  color: #c50044;
  background: #ffffff;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.grey {
  background: #f0f0f0;
  color: #c50044 !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.grey:hover {
  background: #a01441;
  color: #ffffff !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.white {
  background-color: #ffffff;
  color: #c50044 !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.white:hover {
  background: #f0f0f0;
}
@media (min-width: 1441px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .form-wrapper
    .submit-wrap
    .wpcf7-submit {
    font-size: 16px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .submit-wrap
  .wpcf7-submit:hover {
  background-color: #ffffff;
  border-color: transparent;
}
section.position-offer .newgrid .newgrid-right .form-wrapper .send-button {
  width: 50%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  .send-button
  button {
  margin-top: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"] {
  text-align: left;
  width: 50%;
  position: unset;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-list-item {
  margin: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-not-valid-tip {
  top: unset !important;
  bottom: 48px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"]
  a {
  color: #c50044;
  font-weight: bold;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-not-valid-tip {
  top: 28px;
  right: 0;
  left: 0;
  text-align: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-acceptance
  .wpcf7-list-item
  > label {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
@media (min-width: 1240px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .form-wrapper
    [data-name="acceptance-900"]
    .wpcf7-acceptance
    .wpcf7-list-item
    > label {
    align-items: flex-start;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-acceptance
  .wpcf7-list-item-label {
  font-size: 12px;
  color: #000;
}
section.position-offer .newgrid .newgrid-right .job-offers {
  text-align: left;
}
section.position-offer .newgrid .newgrid-right .job-offers .job-offer {
  margin-bottom: 20px;
  background: #f0f0f0;
  border-radius: 25px;
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer:hover
  .blogbutton {
  background-color: #ffffff;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer:hover
  .blogbutton
  svg {
  fill: #a01441;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer
  .job-desc {
  padding: 20px 77px 20px 30px;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
section.position-offer .newgrid .newgrid-right .job-offers .job-offer .job-ico {
  width: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  display: none;
}
@media (min-width: 768px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .job-offers
    .job-offer
    .job-ico {
    display: block;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer
  .job-ico
  img {
  border-radius: 50%;
  max-width: 100px;
}
section.position-offer .newgrid .newgrid-right .job-offers .job-offer a {
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 100%;
}
section.position-offer .newgrid .newgrid-right .job-offers .job-offer a:hover {
  text-decoration: none;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer
  .job-offer-title-big {
  font-size: 16px;
  margin-bottom: 5px !important;
  font-weight: 500;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer
  .job-offer-title-small {
  font-size: 16px;
  margin-bottom: 0 !important;
  font-weight: 300;
  line-height: 1.3;
}
section.position-offer .newgrid .newgrid-right .job-offers .job-offer .place {
  color: #6d6e71;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer
  .blogbutton {
  background-color: #a01441;
}
section.position-offer
  .newgrid
  .newgrid-right
  .job-offers
  .job-offer
  .blogbutton
  svg {
  fill: #ffffff;
}
section.position-offer .newgrid .newgrid-right .newgrid-right-wrapper {
  width: 100%;
  display: block;
  flex-grow: 1;
  margin-bottom: 0;
}
section.position-offer .newgrid .newgrid-right .newgrid-right-wrapper #wrapper {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  border-top: none;
  padding: 25px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  #lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  #lightbox
  p {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  #lightbox
  img {
  max-width: 940px;
  box-shadow: 0 0 25px #111;
  -webkit-box-shadow: 0 0 25px #111;
  -moz-box-shadow: 0 0 25px #111;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap {
  position: relative;
  display: none;
}
@media (min-width: 1240px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .infobox-wrap {
    display: block;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .person {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-height: 280px;
  height: auto;
  top: -280px;
}
@media (min-width: 1700px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .infobox-wrap
    .person {
    max-height: 379px;
    top: -379px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 25px;
  padding: 30px 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}
@media (min-width: 1640px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .infobox-wrap
    .infobox {
    height: 200px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.development-it {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.consulting-testovanie,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.consulting-testing,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.beratung-testing {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.matematika-a-migracia,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.matematics-and-migration {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.organizacia-spolocnosti,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.organisation,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.organization {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.projektovy-management,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.project-management,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.projektleitung {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.it-administracia,
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox.it-administration {
  background: linear-gradient(94.57deg, #7d7d7d 0%, #b9b9b9 100%);
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox
  p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox
  .skills {
  font-size: 14px;
}
@media (min-width: 1640px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .infobox-wrap
    .infobox
    .skills {
    font-size: 16px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox
  .info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox
  .info
  svg {
  height: 48px;
  margin-right: 20px;
}
@media (min-width: 1640px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .infobox-wrap
    .infobox
    .info
    svg {
    height: 50px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox
  .info
  svg
  path {
  fill: #ffffff;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-wrapper
  .infobox-wrap
  .infobox
  .info
  p {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 1640px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .newgrid-right-wrapper
    .infobox-wrap
    .infobox
    .info
    p {
    font-size: 22px;
  }
}
section.position-offer .newgrid .newgrid-right .newgrid-right-offers {
  text-align: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .newgrid-right-offers
  .blogbutton {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 35px;
}
section.position-offer .newgrid .newgrid-right .newgrid-right-offers .btn {
  margin: 20px auto 0;
}
section.position-offer .newgrid .newgrid-right .sticky-wrapper {
  position: sticky;
  top: 100px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons {
  margin-top: 35px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="linkedin"]:after {
  content: url(../svg/in-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="facebook"]:after {
  content: url(../svg/fb-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="twitter"]:after {
  content: url(../svg/twitt-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="sharethis"]:after {
  content: url(../svg/share-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="messenger"]:after {
  content: url(../svg/msg-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="email"]:after {
  content: url(../svg/mail-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="print"]:after {
  content: url(../svg/copy-ico.svg);
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  .st-btn {
  width: 40px !important;
  height: 40px !important;
  background-color: unset !important;
  padding: 0 !important;
  display: inline-block !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  .st-btn:after {
  display: block;
  width: 40px;
  height: 40px;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  .st-btn:hover {
  top: 0 !important;
  opacity: 1 !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  .st-btn
  img {
  display: none !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="messenger"],
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="email"],
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .sharethis-inline-share-buttons
  [data-network="print"] {
  display: none !important;
}
section.position-offer .newgrid .newgrid-right .sticky-wrapper .form-wrapper {
  background-color: #f0f0f0;
  padding: 60px 15px;
  border-radius: 25px;
  margin-top: 0;
  position: relative;
  display: none;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-right .sticky-wrapper .form-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .sticky-wrapper .form-wrapper {
    padding: 30px 15px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  h2 {
  font-size: 28px;
  font-weight: normal;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .sticky-wrapper
    .form-wrapper
    h2 {
    font-size: 24px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="meno-priezvisko"]:after,
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="your-email"]:after {
  background-color: #a01441;
}
section.position-offer .newgrid .newgrid-right .sticky-wrapper .form-wrapper p {
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .text-center {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .sticky-wrapper
    .form-wrapper
    .text-center {
    font-size: 18px;
  }
}
@media (min-width: 1590px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .sticky-wrapper
    .form-wrapper
    .text-center {
    font-size: 22px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .wpcf7-form-control-wrap.send-button {
  text-align: right;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .dynamicname
  input {
  font-weight: bold;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="meno-priezvisko"],
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="your-email"] {
  position: relative;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="meno-priezvisko"]:after,
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="your-email"]:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .wpcf7-dynamictext {
  background-color: #ffffff;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap {
  width: auto;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none !important;
  margin-top: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit:hover {
  background: #f0f0f0;
  color: #c50044 !important;
  border: none !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.whitehover:hover {
  color: #c50044;
  background: #ffffff;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.grey {
  background: #f0f0f0;
  color: #c50044 !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.grey:hover {
  background: #a01441;
  color: #ffffff !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.white {
  background-color: #ffffff;
  color: #c50044 !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit.white:hover {
  background: #f0f0f0;
}
@media (min-width: 1441px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .sticky-wrapper
    .form-wrapper
    .submit-wrap
    .wpcf7-submit {
    font-size: 16px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .submit-wrap
  .wpcf7-submit:hover {
  background-color: #ffffff;
  border-color: transparent;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .send-button {
  width: 46%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  .send-button
  button {
  margin-top: 0;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="acceptance-900"] {
  text-align: left;
  width: 50%;
  position: unset !important;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-not-valid-tip {
  top: unset !important;
  bottom: -16px;
  max-width: 52%;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="acceptance-900"]
  a {
  color: #c50044;
  font-weight: bold;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-not-valid-tip {
  top: 28px;
  right: 0;
  left: 0;
  text-align: center;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-acceptance
  .wpcf7-list-item
  > label {
  display: flex;
}
section.position-offer
  .newgrid
  .newgrid-right
  .sticky-wrapper
  .form-wrapper
  [data-name="acceptance-900"]
  .wpcf7-acceptance
  .wpcf7-list-item-label {
  font-size: 12px;
  color: #000;
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  .wpcf7-form-control-wrap
  INPUT[type="checkbox"] {
  margin-right: 15px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  top: 0;
  display: block;
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  INPUT[type="checkbox"]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  INPUT[type="checkbox"]:checked {
  background-size: contain;
  background: #a01441
    url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
    3px 3px no-repeat;
}
section.position-offer .newgrid .newgrid-right .wpcf7 .your-email .formaty,
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  .meno-priezvisko
  .formaty {
  display: none;
}
section.position-offer .newgrid .newgrid-right .wpcf7 br {
  display: none !important;
}
section.position-offer .newgrid .newgrid-right .wpcf7 .filelabel {
  position: relative;
  margin-bottom: 30px;
  width: 48%;
  max-width: 190px;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .wpcf7 .filelabel {
    margin-bottom: 20px;
  }
}
section.position-offer .newgrid .newgrid-right .wpcf7 .filelabel .formaty {
  position: absolute;
  top: -50px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
  color: white;
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  .filelabel:hover
  .formaty {
  display: block;
}
section.position-offer .newgrid .newgrid-right .wpcf7 .wpcf7-not-valid-tip {
  top: 50px;
}
section.position-offer .newgrid .newgrid-right .wpcf7 input[type="text"],
section.position-offer .newgrid .newgrid-right .wpcf7 input[type="email"] {
  width: 100%;
  margin-bottom: 30px;
  padding: 14px 20px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-right .wpcf7 input[type="text"],
  section.position-offer .newgrid .newgrid-right .wpcf7 input[type="email"] {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .newgrid .newgrid-right .wpcf7 input[type="text"],
  section.position-offer .newgrid .newgrid-right .wpcf7 input[type="email"] {
    margin-bottom: 20px;
  }
}
section.position-offer .newgrid .newgrid-right .wpcf7 p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  section.position-offer .newgrid .newgrid-right .wpcf7 p {
    max-width: 400px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  p
  [data-name="your-file1"],
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  p
  [data-name="your-file2"] {
  display: none;
}
section.position-offer .newgrid .newgrid-right .wpcf7 p .ajax-loader {
  display: none;
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  .wpcf7-form-control-wrap
  input {
  width: 100%;
}
@media (min-width: 1240px) {
  section.position-offer
    .newgrid
    .newgrid-right
    .wpcf7
    .wpcf7-form-control-wrap
    input {
    max-width: 400px;
    width: 100%;
  }
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  .wpcf7-form-control-wrap
  input::-moz-placeholder {
  font-weight: 400;
  color: #000;
}
section.position-offer
  .newgrid
  .newgrid-right
  .wpcf7
  .wpcf7-form-control-wrap
  input::placeholder {
  font-weight: 400;
  color: #000;
}
section.position-offer .newgrid .video-section {
  margin-bottom: 50px;
}
section.position-offer .newgrid .video-section .video-wrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
section.position-offer .newgrid .video-section .video-wrap .video-btn {
  position: relative;
  height: 100%;
  background-image: url(../img/nahlad-original.jpg);
  min-height: 300px;
  width: 100%;
  border-radius: 25px;
  display: block;
}
section.position-offer .newgrid .video-section .video-wrap img {
  margin: 0;
}
section.position-offer .newgrid .video-section .video-wrap:hover .view {
  opacity: 1;
}
section.position-offer .newgrid .video-section .video-wrap .view {
  border-radius: 25px;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
section.position-offer .newgrid .video-section .video-wrap .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  margin-top: -22px;
  z-index: 100;
}
section.position-offer .socials-sharing {
  margin-top: 50px;
  background-color: #f0f0f0;
  padding: 20px 15px;
  border-radius: 25px;
  align-items: center;
}
section.position-offer .socials-sharing .share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
section.position-offer .socials-sharing p {
  margin-bottom: 0;
}
section.position-offer .socials-sharing .social-links {
  display: flex;
  justify-content: center;
}
section.position-offer .socials-sharing .social-links img {
  margin-top: 0;
  margin-bottom: 0;
}
section.position-offer .socials-sharing .social-links a {
  display: block;
  margin-left: 20px;
}
section.position-offer .socials-sharing .social-links a .white {
  display: none;
}
section.position-offer .socials-sharing .social-links a:hover .gradient {
  display: none;
}
section.position-offer .socials-sharing .social-links a:hover .white {
  display: block;
}
section.position-offer .socials-sharing .social-links a svg,
section.position-offer .socials-sharing .social-links a img {
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.position-offer .socials-sharing .social-links a svg,
  section.position-offer .socials-sharing .social-links a img {
    width: 30px;
    height: 30px;
  }
}
section.position-offer .socials-sharing .social-links a svg .st0,
section.position-offer .socials-sharing .social-links a img .st0 {
  fill: #a01441;
}
section.position-offer .socials-sharing .social-links a svg .st1,
section.position-offer .socials-sharing .social-links a img .st1 {
  fill: #ffffff;
}
section.position-offer pr-5 {
  padding-right: 15px !important;
}
@media screen and (min-width: 1024px) {
  section.position-offer pr-5 {
    padding-right: 3rem;
  }
}
section.offer-benefits {
  background: #f0f0f0;
  padding: 50px 5%;
  display: none;
}
@media (min-width: 768px) {
  section.offer-benefits {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.offer-benefits {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.offer-benefits {
    padding: 80px 5%;
  }
}
section.offer-benefits .btn-new {
  margin-top: 30px;
}
section.offer-benefits .small-title {
  color: #c50044;
}
section.offer-benefits .title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.offer-benefits .title {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section.offer-benefits .title {
    font-size: 30px;
  }
}
section.offer-benefits .benefits-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  section.offer-benefits .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  section.offer-benefits .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  section.offer-benefits .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  section.offer-benefits .benefits-grid > div:nth-child(1) {
    grid-row: 1/1;
    grid-column: 1/2;
  }
  section.offer-benefits .benefits-grid > div:nth-child(2) {
    grid-row: 1/1;
    grid-column: 2/3;
  }
  section.offer-benefits .benefits-grid > div:nth-child(3) {
    grid-row: 1/3;
    grid-column: 3/4;
  }
  section.offer-benefits .benefits-grid > div:nth-child(4) {
    grid-row: 2/2;
    grid-column: 1/2;
  }
  section.offer-benefits .benefits-grid > div:nth-child(5) {
    grid-row: 2/2;
    grid-column: 2/3;
  }
  section.offer-benefits .benefits-grid > div:nth-child(6) {
    grid-row: 3/5;
    grid-column: 1/2;
  }
  section.offer-benefits .benefits-grid > div:nth-child(7) {
    grid-row: 3/3;
    grid-column: 2/3;
  }
  section.offer-benefits .benefits-grid > div:nth-child(8) {
    grid-row: 3/3;
    grid-column: 3/3;
  }
  section.offer-benefits .benefits-grid > div:nth-child(9) {
    grid-row: 4/4;
    grid-column: 2/3;
  }
  section.offer-benefits .benefits-grid > div:nth-child(10) {
    grid-row: 4/4;
    grid-column: 3/3;
  }
}
section.offer-benefits .benefits-grid .title {
  margin-bottom: 0;
}
section.offer-benefits .benefits-grid .part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
section.offer-benefits .benefits-grid-bg {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  display: none;
  transition: background 0.25s linear;
}
@media (min-width: 1200px) {
  section.offer-benefits .benefits-grid-bg {
    display: block;
  }
}
section.offer-benefits .benefits-grid-bg.benefits-grid-bg1 {
  background-image: url(../img/benefity-msg-life-atraktivny-plat.jpg);
}
section.offer-benefits .benefits-grid-bg.benefits-grid-bg2 {
  background-image: url(../img/benefity-msg-life-premie-bonusy.jpg);
}
section.offer-benefits .benefits-grid-item {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1441px) {
  section.offer-benefits .benefits-grid-item {
    padding: 20px 40px;
  }
}
section.offer-benefits .benefits-grid-item--header {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 1441px) {
  section.offer-benefits .benefits-grid-item--header {
    margin-bottom: 20px;
  }
}
section.offer-benefits .benefits-grid-item--header h4,
section.offer-benefits .benefits-grid-item--header h3,
section.offer-benefits .benefits-grid-item--header p,
section.offer-benefits .benefits-grid-item--header h2 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 1441px) {
  section.offer-benefits .benefits-grid-item--header h4,
  section.offer-benefits .benefits-grid-item--header h3,
  section.offer-benefits .benefits-grid-item--header p,
  section.offer-benefits .benefits-grid-item--header h2 {
    font-size: 18px;
  }
}
section.offer-benefits .benefits-grid-item--header .title {
  display: flex;
  align-items: center;
}
section.offer-benefits .benefits-grid-item--header .icon {
  margin-right: 15px;
  flex-shrink: 0;
}
section.offer-benefits .benefits-grid-item--header .icon svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1441px) {
  section.offer-benefits .benefits-grid-item--header .icon svg {
    width: 22px;
    height: 22px;
  }
}
section.offer-benefits .benefits-grid-item--header .icon .white-icon {
  display: none;
}
section.offer-benefits .benefits-grid-item--content p {
  margin-bottom: 0;
  font-weight: 500;
}
section.offer-benefits .benefits-grid-item.active {
  background: linear-gradient(90deg, #a01441, #c43852);
}
section.offer-benefits .benefits-grid-item.active p,
section.offer-benefits .benefits-grid-item.active h3,
section.offer-benefits .benefits-grid-item.active h2 {
  color: #ffffff;
}
section.offer-benefits
  .benefits-grid-item.active
  .benefits-grid-item--header
  .title
  h4,
section.offer-benefits
  .benefits-grid-item.active
  .benefits-grid-item--header
  .title
  h3,
section.offer-benefits
  .benefits-grid-item.active
  .benefits-grid-item--header
  .title
  h2 {
  color: #ffffff;
}
section.offer-benefits
  .benefits-grid-item.active
  .benefits-grid-item--header
  .icon
  svg
  .st0,
section.offer-benefits
  .benefits-grid-item.active
  .benefits-grid-item--header
  .icon
  svg
  .b,
section.offer-benefits
  .benefits-grid-item.active
  .benefits-grid-item--header
  .icon
  svg
  .c {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  section.offer-benefits .benefits-grid-item.active p,
  section.offer-benefits .benefits-grid-item.active h4,
  section.offer-benefits .benefits-grid-item.active h3,
  section.offer-benefits .benefits-grid-item.active h2 {
    color: #ffffff;
  }
  section.offer-benefits .benefits-grid-item.active:hover {
    color: #ffffff;
  }
}
section.job-about {
  padding: 50px 5%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.job-about {
    padding: 70px 5%;
  }
}
@media (min-width: 1441px) {
  section.job-about {
    padding: 80px 5%;
  }
}
section.job-about .job-about-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 30px;
}
section.job-about .job-about-row p {
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 1024px) {
  section.job-about .job-about-row {
    flex-direction: row;
    gap: 50px;
  }
}
section.job-about .job-about-row .seo-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  align-self: flex-start;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  section.job-about .job-about-row .seo-title {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  section.job-about .job-about-row .seo-title {
    font-size: 30px;
  }
}
section.job-about .job-about-row .video-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
section.job-about .job-about-row .video-wrap .videobtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  box-shadow: none;
}
section.job-about .job-about-row .part {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  section.job-about .job-about-row .part {
    width: 50%;
    text-align: left;
    align-items: flex-start;
  }
}
section.job-about .job-about-row .part img {
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.job-about .job-about-row .part .small-title {
  color: #c50044;
}
@media (min-width: 1024px) {
  section.job-about .job-about-row .part .small-title {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  section.job-about .job-about-row .part h2 {
    align-self: flex-start;
  }
}
section.job-about .job-about-row .part p:last-child {
  margin-bottom: 0;
}
section.notfound {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  section.notfound {
    padding: 80px 0;
  }
}
section.notfound .notfoundimg {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.notfound .notfoundimg.mobile {
    display: none;
  }
}
section.notfound .notfoundimg.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.notfound .notfoundimg.desktop {
    display: block;
  }
}
section.notfound .small-title {
  color: #c50044;
}
section.notfound p {
  margin-bottom: 0;
}
section.notfound .notfound-buttons .btn-new:first-child {
  margin-bottom: 30px;
}
@media (min-width: 638px) {
  section.notfound .notfound-buttons .btn-new:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 638px) {
  section.notfound .notfound-buttons .btn-new {
    margin: 0 10px;
  }
}
section.cookies,
section.sample-page {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.cookies,
  section.sample-page {
    padding: 60px 0;
  }
}
section.cookies h1,
section.cookies h2,
section.cookies h3,
section.cookies h4,
section.cookies h5,
section.cookies h6,
section.cookies a,
section.sample-page h1,
section.sample-page h2,
section.sample-page h3,
section.sample-page h4,
section.sample-page h5,
section.sample-page h6,
section.sample-page a {
  color: #c50044;
}
section.cookies ul,
section.cookies ol,
section.sample-page ul,
section.sample-page ol {
  margin-bottom: 0;
  margin-left: 0;
}
section.cookies ul li,
section.cookies ol li,
section.sample-page ul li,
section.sample-page ol li {
  padding-bottom: 20px;
}
section.cookies p,
section.sample-page p {
  margin-bottom: 20px;
  text-align: left;
}
section.cookies h2,
section.sample-page h2 {
  margin: 60px 0 30px;
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 1024px) {
  section.cookies h2,
  section.sample-page h2 {
    font-size: 32px;
  }
}
section.language-banner {
  background: #a01441;
  padding: 50px 0;
}
section.language-banner p {
  font-size: 28px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  section.language-banner p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  section.language-banner p {
    font-size: 32px;
  }
}
section.language-banner .lang {
  margin-bottom: 20px;
  max-width: 1370px;
  margin: 0 auto;
}
section.proces {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.proces {
    padding: 40px 0 70px;
  }
}
@media (min-width: 1441px) {
  section.proces {
    padding: 50px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  section.proces .proces-pop {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    flex-wrap: wrap;
  }
}
section.proces .proces-pop .proces-pop-item {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
section.proces .proces-pop .proces-pop-item p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.proces .proces-pop .proces-pop-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  section.proces .proces-pop .proces-pop-item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1200px) {
  section.proces .proces-pop .proces-pop-item {
    width: 16.6666%;
  }
}
@media screen and (min-width: 1200px) {
  section.proces
    .proces-pop
    .proces-pop-item:first-child
    .proces-pop-item--content {
    left: 0;
    margin-left: 0;
  }
}
section.proces
  .proces-pop
  .proces-pop-item:first-child
  .proces-pop-item--content
  p:after {
  left: 125px;
}
@media screen and (min-width: 1200px) {
  section.proces
    .proces-pop
    .proces-pop-item:last-child
    .proces-pop-item--content {
    left: unset;
    margin-left: unset;
    right: 0;
  }
}
section.proces
  .proces-pop
  .proces-pop-item:last-child
  .proces-pop-item--content
  p:after {
  right: 125px;
  left: unset;
  margin-left: unset;
}
section.proces .proces-pop .proces-pop-item:hover .proces-pop-item--content {
  display: block;
}
section.proces
  .proces-pop
  .proces-pop-item:hover
  .proces-pop-item--icon
  img
  .st0,
section.proces
  .proces-pop
  .proces-pop-item:hover
  .proces-pop-item--icon
  svg
  .st0 {
  fill: #a01441;
}
section.proces
  .proces-pop
  .proces-pop-item:hover
  .proces-pop-item--icon
  img
  .st1,
section.proces
  .proces-pop
  .proces-pop-item:hover
  .proces-pop-item--icon
  svg
  .st1 {
  fill: #ffffff;
}
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon {
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  section.proces .proces-pop .proces-pop-item .proces-pop-item--icon {
    margin-bottom: 0;
  }
}
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon img,
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon svg {
  width: 80px;
  height: 80px;
  transition: 0.2s ease-in-out;
}
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon img .st0,
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon svg .st0 {
  fill: #ffffff;
}
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon img .st1,
section.proces .proces-pop .proces-pop-item .proces-pop-item--icon svg .st1 {
  fill: #a01441;
}
section.proces .proces-pop .proces-pop-item .proces-pop-item--content {
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  section.proces .proces-pop .proces-pop-item .proces-pop-item--content {
    display: none;
    position: absolute;
    bottom: 130px;
    width: 650px;
    left: 50%;
    margin-left: -325px;
  }
}
@media screen and (min-width: 1200px) {
  section.proces .proces-pop .proces-pop-item .proces-pop-item--content p {
    background: #a01441;
    color: #ffffff;
    padding: 20px;
  }
  section.proces
    .proces-pop
    .proces-pop-item
    .proces-pop-item--content
    p:after {
    border: 10px solid transparent;
    border-top-color: #a01441;
    content: "";
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
  }
}
section.proces .flip-card {
  height: 200px;
  margin-bottom: 40px;
  perspective: 1000px;
}
section.proces .flip-card.contact-flip {
  height: 222px;
  padding-right: 30px;
  margin-bottom: 80px;
}
section.proces .flip-card.contact-flip .flip-card-front {
  align-items: start;
  padding: 0;
}
section.proces .flip-card.contact-flip .flip-card-front h3 {
  font-size: 24px;
}
section.proces .flip-card.contact-flip .flip-card-front p {
  margin-bottom: 0;
}
section.proces .flip-card.contact-flip .flip-card-back {
  align-items: start;
  padding: 0;
}
section.proces .flip-card.card-big {
  height: 300px;
}
section.proces .flip-card.card-big img {
  max-width: 70px;
}
section.proces .flip-card.flip-card1 .flip-card-front {
  background-image: url(../img/step1.jpg);
}
section.proces .flip-card.flip-card1 .flip-card-front.grey {
  background-image: none;
  background-color: #f0f0f0;
}
section.proces .flip-card.flip-card2 .flip-card-front {
  background-image: url(../img/step2.jpg);
}
section.proces .flip-card.flip-card2 .flip-card-front.grey {
  background-image: none;
  background-color: #f0f0f0;
}
section.proces .flip-card.flip-card3 .flip-card-front {
  background-image: url(../img/step3.jpg);
}
section.proces .flip-card.flip-card3 .flip-card-front.grey {
  background-image: none;
  background-color: #f0f0f0;
}
section.proces .flip-card.flip-card4 .flip-card-front {
  background-image: url(../img/step4.jpg);
}
section.proces .flip-card.flip-card4 .flip-card-front.grey {
  background-image: none;
  background-color: #f0f0f0;
}
section.proces .flip-card.flip-card5 .flip-card-front {
  background-image: url(../img/step5.jpg);
}
section.proces .flip-card.flip-card5 .flip-card-front.grey {
  background-image: none;
  background-color: #f0f0f0;
}
section.proces .flip-card.flip-card6 .flip-card-front {
  background-image: url(../img/step6.jpg);
}
section.proces .flip-card.flip-card6 .flip-card-front.grey {
  background-image: none;
  background-color: #f0f0f0;
}
section.proces .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}
section.proces .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
section.proces .flip-card-front,
section.proces .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 25px;
}
section.proces .flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
section.proces .flip-card-front img {
  margin-bottom: 30px;
}
section.proces .flip-card-front p {
  margin-bottom: 0;
}
section.proces .flip-card-back {
  background-color: #a01441;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateX(180deg);
  padding: 40px;
}
section.proces .flip-card-back p {
  text-align: justify;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
@media screen and (min-width: 1440px) {
  section.proces .flip-card-back p {
    font-size: 16px;
  }
}
section.proces.all-benefits {
  padding: 30px 0 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.proces.all-benefits {
    padding: 20px 0 30px;
  }
}
@media (min-width: 1441px) {
  section.proces.all-benefits {
    padding: 20px 0 40px;
  }
}
section.proces.all-benefits .flipcards .flip-card {
  height: 250px;
}
section.proces.all-benefits
  .flipcards
  .flip-card
  .flip-card-inner
  .flip-card-front {
  background-image: none;
  background-color: #f0f0f0;
  justify-content: flex-start;
}
section.proces.all-benefits
  .flipcards
  .flip-card
  .flip-card-inner
  .flip-card-front
  img {
  width: 55px;
  height: 55px;
}
section.proces.all-benefits
  .flipcards
  .flip-card
  .flip-card-inner
  .flip-card-back {
  background-size: cover;
  background-repeat: no-repeat;
}
section.proces.career-process {
  padding: 50px 0 10px;
}
section.proces.career-process .flipcards {
  display: none;
}
@media (min-width: 1200px) {
  section.proces.career-process .flipcards {
    display: flex;
  }
}
section.proces.career-process .flipcards .flip-card-inner .flip-card-front img {
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.proces.career-process {
    padding: 70px 0 30px;
  }
}
@media (min-width: 1441px) {
  section.proces.career-process {
    padding: 80px 0 40px;
  }
}
section.proces .flipcards {
  display: none;
}
@media (min-width: 1200px) {
  section.proces .flipcards {
    display: flex;
  }
}
section.proces
  .flipcards.flipcards-proces
  .flip-card-inner
  .flip-card-front
  img {
  width: 55px;
  height: 55px;
}
@media (min-width: 1200px) {
  section.proces .mobilecards {
    display: none;
  }
}
section.proces .mobilecards .mobcard img {
  max-width: 70px;
  margin-bottom: 30px;
}
section .section-button.center {
  display: flex;
  justify-content: center;
}
section .section-button a {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  section .section-button a {
    margin-bottom: 50px;
  }
}
section.search-results {
  padding: 0 5% 50px;
}
section.search-results .search-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  section.search-results .search-row {
    flex-direction: row;
  }
}
section.search-results .search-row .content {
  width: 100%;
}
@media (min-width: 1280px) {
  section.search-results .search-row .content {
    width: 66.6666%;
    padding-right: 50px;
  }
}
section.search-results .search-row .content .results-nums {
  height: 36px;
  margin-bottom: 30px;
}
section.search-results .search-row .content .results-nums span {
  color: #c50044;
  font-weight: bold;
}
section.search-results .search-row .content article {
  display: flex;
  border-radius: 25px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
@media (min-width: 700px) {
  section.search-results .search-row .content article {
    flex-direction: row;
  }
}
section.search-results .search-row .content article .article-image {
  width: 100%;
  height: 260px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  position: relative;
  border-radius: 25px 25px 0 0;
}
@media (min-width: 700px) {
  section.search-results .search-row .content article .article-image {
    width: 200px;
    min-height: 100%;
    height: auto;
    border-radius: 25px 0 0 25px;
  }
}
section.search-results .search-row .content article .article-image a {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.search-results .search-row .content article .article-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  position: relative;
}
@media (min-width: 700px) {
  section.search-results .search-row .content article .article-content {
    padding: 30px 100px 30px 30px;
    gap: 30px;
    width: 100%;
  }
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .top
  .article--meta {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .top
  .article--meta
  span {
  padding-left: 20px;
  position: relative;
  margin-right: 30px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .top
  .article--meta
  span:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #a01441;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 700px) {
  section.search-results .search-row .content article .article-content .top,
  section.search-results .search-row .content article .article-content .bottom {
    display: none;
  }
}
section.search-results .search-row .content article .article-content .bottom a {
  padding: 0 20px;
  color: #000;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .has-excerpt-area {
  display: none;
}
@media (min-width: 700px) {
  section.search-results
    .search-row
    .content
    article
    .article-content
    .has-excerpt-area {
    display: block;
  }
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .article-button-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 40px;
  height: 40px;
}
@media (min-width: 700px) {
  section.search-results
    .search-row
    .content
    article
    .article-content
    .article-button-wrap {
    bottom: 30px;
    right: 30px;
  }
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .article-button-wrap
  svg
  rect,
section.search-results
  .search-row
  .content
  article
  .article-content
  .article-button-wrap
  svg
  path {
  transition: all 0.15s ease-in-out;
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .article-button-wrap:hover
  svg
  rect {
  fill: #f0f0f0;
}
section.search-results
  .search-row
  .content
  article
  .article-content
  .article-button-wrap:hover
  svg
  path {
  fill: #a01441;
}
section.search-results .search-row .content article .article-content p {
  display: none;
}
@media (min-width: 700px) {
  section.search-results .search-row .content article .article-content p {
    display: block;
    margin: 0;
  }
}
section.search-results .search-row .content article .article-content h2 {
  line-height: 1;
}
@media (min-width: 700px) {
  section.search-results .search-row .content article .article-content h2 {
    margin: 0;
  }
}
section.search-results .search-row .content article .article-content h2 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
section.search-results .search-row .sidebar {
  width: 100%;
  display: none;
}
@media (min-width: 1280px) {
  section.search-results .search-row .sidebar {
    width: 33.3333%;
    display: block;
  }
}
section.search-results .search-row .sidebar .sidebar--offers {
  text-align: center;
  border-radius: 25px;
}
section.search-results .search-row .sidebar .sidebar--offers h3 {
  margin-top: 0;
}
section.search-results .search-row .sidebar .sidebar--offers .btn-new {
  margin-top: 30px;
}
section.search-results .search-row .sidebar .sidebar--offers .sidebar-offer {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:nth-child(4n) {
  margin-bottom: 0;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:hover:nth-child(1n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(3, 156, 193) 0%,
    rgb(83, 181, 206) 100%
  );
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:hover:nth-child(2n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(158, 197, 74) 0%,
    rgb(177, 220, 85) 100%
  );
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:hover:nth-child(3n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(231, 67, 55) 0%,
    rgb(231, 110, 61) 100%
  );
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:hover:nth-child(4n)
  .sidebar-offer--link {
  background: linear-gradient(
    90deg,
    rgb(217, 194, 80) 0%,
    rgb(233, 207, 76) 100%
  );
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:hover
  .sidebar-offer--link
  h4 {
  color: #ffffff;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer:hover
  .sidebar-offer--link
  svg
  .b {
  fill: #ffffff;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  height: 120px;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link:hover
  .home
  span {
  color: #ffffff;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link:hover
  .home
  svg
  .st0 {
  fill: #ffffff;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link
  .arw {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 21px;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link__image {
  width: 110px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-shrink: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link__content {
  padding: 0 50px 0 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link__content
  .home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link__content
  .home
  span {
  transition: color 0.1s ease-in-out;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 1440px) {
  section.search-results
    .search-row
    .sidebar
    .sidebar--offers
    .sidebar-offer--link__content
    .home
    span {
    font-size: 14px;
  }
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link__content
  .home
  svg {
  width: 20px;
  margin-right: 20px;
}
section.search-results
  .search-row
  .sidebar
  .sidebar--offers
  .sidebar-offer--link__content
  h4 {
  font-size: 16px;
  width: 100%;
  margin-top: 0;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: center;
}
section.articles {
  padding: 0 5% 50px;
}
section.articles .listing-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 961px) {
  section.articles .listing-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  section.articles .listing-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.articles .listing-wrap .article {
  display: flex;
}
section.articles .listing-wrap .article .blogbutton {
  bottom: 20px;
  right: 20px;
  top: unset;
  background: #a01441;
  width: 40px;
  height: 40px;
}
@media (min-width: 961px) {
  section.articles .listing-wrap .article .blogbutton {
    right: 30px;
  }
}
section.articles .listing-wrap .article .blogbutton svg {
  fill: #ffffff;
}
section.articles .listing-wrap .article--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.articles .listing-wrap .article--content {
  flex-grow: 1;
  padding: 20px;
}
@media (min-width: 961px) {
  section.articles .listing-wrap .article--content {
    padding: 30px;
  }
}
section.articles .listing-wrap .article--meta {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
section.articles .listing-wrap .article--meta span {
  padding-left: 20px;
  position: relative;
  margin-right: 30px;
}
section.articles .listing-wrap .article--meta span:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #a01441;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.articles .listing-wrap .article--header {
  min-height: 260px;
  background-position: top right;
}
@media (min-width: 961px) {
  section.articles .listing-wrap .article--header {
    min-height: 310px;
  }
}
section.articles .listing-wrap .article--title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
}
section.articles .listing-wrap .article--categories a {
  padding: 0 20px;
  color: #000;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
section.articles .listing-wrap .article--categories a:hover {
  background: #a01441;
  color: #ffffff;
}
section.position-offer .button-wrap,
section.section.jobs-exp .button-wrap,
section.section.create-soft .button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.position-offer .button-wrap .btn,
section.section.jobs-exp .button-wrap .btn,
section.section.create-soft .button-wrap .btn {
  margin: 20px 0 0;
}
section.position-offer .reshow,
section.section.jobs-exp .reshow,
section.section.create-soft .reshow {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  section.position-offer .reshow,
  section.section.jobs-exp .reshow,
  section.section.create-soft .reshow {
    display: none;
  }
}
section.position-offer .reswap,
section.section.jobs-exp .reswap,
section.section.create-soft .reswap {
  display: none;
}
@media screen and (min-width: 1024px) {
  section.position-offer .reswap,
  section.section.jobs-exp .reswap,
  section.section.create-soft .reswap {
    display: block;
  }
}
section.position-offer ul,
section.section.jobs-exp ul,
section.section.create-soft ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.position-offer ul li,
section.section.jobs-exp ul li,
section.section.create-soft ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  text-align: left;
}
section.position-offer ul li .fas,
section.section.jobs-exp ul li .fas,
section.section.create-soft ul li .fas {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c50044;
}
section.position-offer h2,
section.section.jobs-exp h2,
section.section.create-soft h2 {
  text-align: center;
}
section.position-offer img,
section.section.jobs-exp img,
section.section.create-soft img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  section.position-offer .right,
  section.section.jobs-exp .right,
  section.section.create-soft .right {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1024px) {
  section.position-offer .left,
  section.section.jobs-exp .left,
  section.section.create-soft .left {
    padding-right: 48px;
  }
}
section.position-offer .offers,
section.section.jobs-exp .offers,
section.section.create-soft .offers {
  list-style: none;
  padding: 0;
}
section.position-offer .offers__offer,
section.section.jobs-exp .offers__offer,
section.section.create-soft .offers__offer {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  text-align: justify;
}
section.job-header .row {
  position: relative;
  display: block;
}
section.job-header.closed .job-header--eclipsedesktop {
  max-height: 500px;
}
section.job-header.closed .job-header--info__top {
  background-image: none;
  padding: 50px 5%;
}
section.job-header.closed .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1240px) {
  section.job-header.closed .title-wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.job-header.closed .title-wrap .lock {
  width: 20px;
  height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  section.job-header.closed .title-wrap .lock {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1440px) {
  section.job-header.closed .title-wrap .lock {
    margin-top: 10px;
  }
}
section.job-header.closed .title-wrap h1 {
  color: #c50044;
  margin-bottom: 0;
}
section.job-header.closed .small-title {
  color: #c50044;
}
section.job-header.closed p {
  color: #000;
  max-width: 600px;
}
section.job-header.closed .form-title {
  margin-bottom: 15px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  section.job-header.closed .form-title {
    margin-bottom: 0;
  }
}
section.job-header.closed .wpcf7 p {
  margin-bottom: 0;
}
section.job-header.closed .wpcf7 input[type="email"] {
  height: 60px;
  line-height: 60px;
  border: 3px solid #a01441;
  border-radius: 10px;
  padding: 0 30px;
  max-width: 360px;
  font-family: "Montserrat", sans-serif;
  margin-right: 15px;
  width: 100%;
}
section.job-header.closed .wpcf7 input[type="submit"] {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none;
  margin-top: 15px;
}
section.job-header.closed .wpcf7 input[type="submit"]:hover {
  background: #ffffff;
  color: #c50044 !important;
  border: none;
}

.job-header--info__top {
  position: relative;
}
.job-header--info__top-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: visible;
}

.job-header--info__top-background svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  transform-origin: bottom center;
}

.desktop-svg,
.mobile-svg {
  height: 100%;
  width: 100%;
}

.desktop-svg img,
.mobile-svg img,
.desktop-svg svg,
.mobile-svg svg {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center bottom;
}

/* Mobile SVG */
.mobile-svg svg {
  display: block;
}

/* Desktop SVG hidden by default */
.desktop-svg {
  display: none;
}

@media (min-width: 1024px) {
  .mobile-svg {
    display: none;
  }
  .desktop-svg {
    display: block;
  }
}

section.job-content .row .job-content--main__part svg rect,
section.job-content .row .job-content--main__part svg rect {
  fill: var(--pracovna-ponuka-color);
}
section.job-content .row .job-content--main__benefits svg rect,
section.job-content .row .job-content--main__benefits svg rect {
  fill: var(--pracovna-ponuka-color);
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link {
  background: linear-gradient(
    90deg,
    var(--pracovna-ponuka-color) 0%,
    var(--pracovna-ponuka-color-secondary) 100%
  );
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header
  i,
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header
  i {
  color: var(--pracovna-ponuka-color);
}

/*
section.job-header.development-it .job-header--info__top, section.job-header.entwicklung-it .job-header--info__top {
  background-image: url(../svg/eclipse-mobile-blue.svg);
}
@media (min-width: 1024px) {
  section.job-header.development-it .job-header--info__top, section.job-header.entwicklung-it .job-header--info__top {
    background-image: url(../svg/eclipse-blue.svg);
  }
}
@media (min-width: 1024px) {
  section.job-header.development-it .job-header--eclipsedesktop.development-it, section.job-header.entwicklung-it .job-header--eclipsedesktop.development-it {
    display: block;
  }
}
section.job-header.consulting-testovanie .job-header--info__top, section.job-header.consulting-testing .job-header--info__top, section.job-header.beratung-testing .job-header--info__top {
  background-image: url(../svg/eclipse-mobile-red.svg);
}
@media (min-width: 1024px) {
  section.job-header.consulting-testovanie .job-header--info__top, section.job-header.consulting-testing .job-header--info__top, section.job-header.beratung-testing .job-header--info__top {
    background-image: url(../svg/eclipse-red.svg);
  }
}
@media (min-width: 1024px) {
  section.job-header.consulting-testovanie .job-header--eclipsedesktop.consulting-testovanie, section.job-header.consulting-testovanie .job-header--eclipsedesktop.consulting-testing, section.job-header.consulting-testovanie .job-header--eclipsedesktop.beratung-testing, section.job-header.consulting-testing .job-header--eclipsedesktop.consulting-testovanie, section.job-header.consulting-testing .job-header--eclipsedesktop.consulting-testing, section.job-header.consulting-testing .job-header--eclipsedesktop.beratung-testing, section.job-header.beratung-testing .job-header--eclipsedesktop.consulting-testovanie, section.job-header.beratung-testing .job-header--eclipsedesktop.consulting-testing, section.job-header.beratung-testing .job-header--eclipsedesktop.beratung-testing {
    display: block;
  }
}
section.job-header.it-administracia .job-header--info__top, section.job-header.it-administration .job-header--info__top {
  background-image: url(../svg/eclipse-mobile-purple.svg);
}
@media (min-width: 1024px) {
  section.job-header.it-administracia .job-header--info__top, section.job-header.it-administration .job-header--info__top {
    background-image: url(../svg/eclipse-purple.svg);
  }
}
@media (min-width: 1024px) {
  section.job-header.it-administracia .job-header--eclipsedesktop.it-administracia, section.job-header.it-administracia .job-header--eclipsedesktop.it-administration, section.job-header.it-administration .job-header--eclipsedesktop.it-administracia, section.job-header.it-administration .job-header--eclipsedesktop.it-administration {
    display: block;
  }
}
section.job-header.projektovy-management .job-header--info__top, section.job-header.project-management .job-header--info__top, section.job-header.projektleitung .job-header--info__top {
  background-image: url(../svg/eclipse-mobile-orange.svg);
}
@media (min-width: 1024px) {
  section.job-header.projektovy-management .job-header--info__top, section.job-header.project-management .job-header--info__top, section.job-header.projektleitung .job-header--info__top {
    background-image: url(../svg/eclipse-orange.svg);
  }
}
@media (min-width: 1024px) {
  section.job-header.projektovy-management .job-header--eclipsedesktop.projektovy-management, section.job-header.projektovy-management .job-header--eclipsedesktop.project-management, section.job-header.projektovy-management .job-header--eclipsedesktop.projektleitung, section.job-header.project-management .job-header--eclipsedesktop.projektovy-management, section.job-header.project-management .job-header--eclipsedesktop.project-management, section.job-header.project-management .job-header--eclipsedesktop.projektleitung, section.job-header.projektleitung .job-header--eclipsedesktop.projektovy-management, section.job-header.projektleitung .job-header--eclipsedesktop.project-management, section.job-header.projektleitung .job-header--eclipsedesktop.projektleitung {
    display: block;
  }
}
section.job-header.matematika-a-migracia .job-header--info__top, section.job-header.matematics-and-migration .job-header--info__top {
  background-image: url(../svg/eclipse-mobile-yellow.svg);
}
@media (min-width: 1024px) {
  section.job-header.matematika-a-migracia .job-header--info__top, section.job-header.matematics-and-migration .job-header--info__top {
    background-image: url(../svg/eclipse-yellow.svg);
  }
}
@media (min-width: 1024px) {
  section.job-header.matematika-a-migracia .job-header--eclipsedesktop.matematika-a-migracia, section.job-header.matematika-a-migracia .job-header--eclipsedesktop.matematics-and-migration, section.job-header.matematics-and-migration .job-header--eclipsedesktop.matematika-a-migracia, section.job-header.matematics-and-migration .job-header--eclipsedesktop.matematics-and-migration {
    display: block;
  }
}
section.job-header.organizacia-spolocnosti .job-header--info__top, section.job-header.organisation .job-header--info__top, section.job-header.organization .job-header--info__top {
  background-image: url(../svg/eclipse-mobile-green.svg);
}
@media (min-width: 1024px) {
  section.job-header.organizacia-spolocnosti .job-header--info__top,   section.job-header.organisation .job-header--info__top, section.job-header.organization .job-header--info__top {
    background-image: url(../svg/eclipse-green.svg);
  }
}
*/
@media (min-width: 1024px) {
  section.job-header.organizacia-spolocnosti
    .job-header--eclipsedesktop.organizacia-spolocnosti,
  section.job-header.organizacia-spolocnosti
    .job-header--eclipsedesktop.organization,
  section.job-header.organization
    .job-header--eclipsedesktop.organizacia-spolocnosti,
  section.job-header.organizacia-spolocnosti
    .job-header--eclipsedesktop.organizacia-spolocnosti,
  section.job-header.organizacia-spolocnosti
    .job-header--eclipsedesktop.organization,
  section.job-header.organization .job-header--eclipsedesktop.organisation,
  section.job-header.organization .job-header--eclipsedesktop.organization {
    display: block;
  }
}
section.job-header .eclipse-mobile {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  section.job-header .eclipse-mobile {
    display: none;
  }
}
section.job-header .job-header--info {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.job-header .job-header--info__top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 5% 0;
  position: relative;
  height: 300px;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__top {
    padding: 70px 5% 0;
  }
}
@media (min-width: 1441px) {
  section.job-header .job-header--info__top {
    padding: 80px 5% 0;
    height: 370px;
  }
}
section.job-header .job-header--info__btm {
  padding: 0 5% 50px;
  position: relative;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm {
    padding: 0 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.job-header .job-header--info__btm {
    padding: 0 5% 80px;
  }
}
section.job-header .job-header--info__btm .thumb {
  display: none;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm .thumb {
    display: flex;
    width: 250px;
    height: 250px;
    position: relative;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  section.job-header .job-header--info__btm .thumb {
    width: 510px;
  }
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm .thumb .thumb-text {
    bottom: -50px;
    left: 0;
    right: 0;
    border-radius: 25px;
    padding: 30px;
    background: linear-gradient(90deg, #a01441, #c43852);
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 11;
    text-align: center;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  section.job-header .job-header--info__btm .thumb .thumb-text {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    right: 50px;
    padding: 30px 70px 30px 30px;
    text-align: left;
  }
}
section.job-header .job-header--info__btm .thumb .thumb-text .bonus-text {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm .thumb .thumb-text .bonus-text {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  section.job-header .job-header--info__btm .thumb .thumb-text .bonus-text {
    font-size: 20px;
  }
}
section.job-header .job-header--info__btm .thumb .thumb-text p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 12px;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm .thumb .thumb-text p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm .thumb .thumb-circle {
    border: 10px solid #a01441;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    overflow: hidden;
    background-size: cover;
    background-position: -30px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  section.job-header .job-header--info__btm .thumb .thumb-circle {
    z-index: 11;
  }
}
section.job-header .job-header--info__btm .inforow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__btm .inforow {
    margin-top: -100px;
    margin-bottom: 0;
  }
}
section.job-header .job-header--info .mobile-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info .mobile-buttons {
    display: none;
  }
}
section.job-header .job-header--info .mobile-buttons .thumb {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
section.job-header .job-header--info .mobile-buttons .thumb .thumb-text {
  background: linear-gradient(90deg, #a01441, #c43852);
  padding: 0 60px 0 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  height: 50px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 360px) {
  section.job-header .job-header--info .mobile-buttons .thumb .thumb-text {
    right: 50px;
  }
}
section.job-header
  .job-header--info
  .mobile-buttons
  .thumb
  .thumb-text
  .bonus-text {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  section.job-header
    .job-header--info
    .mobile-buttons
    .thumb
    .thumb-text
    .bonus-text {
    font-size: 24px;
  }
}
section.job-header .job-header--info .mobile-buttons .thumb .thumb-text p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 8px;
}
@media (min-width: 360px) {
  section.job-header .job-header--info .mobile-buttons .thumb .thumb-text p {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  section.job-header .job-header--info .mobile-buttons .thumb .thumb-text p {
    font-size: 16px;
  }
}
section.job-header .job-header--info .mobile-buttons .thumb .thumb-circle {
  border-radius: 50%;
  border: 5px solid #a01441;
  z-index: 11;
  background-color: #ffffff;
  overflow: hidden;
  background-size: cover;
  background-position: -14px;
  width: 64px;
  height: 64px;
}
@media (min-width: 360px) {
  section.job-header .job-header--info .mobile-buttons .thumb .thumb-circle {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  section.job-header .job-header--info .mobile-buttons .thumb .thumb-circle {
    background-position: -30px;
    border: 10px solid #a01441;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
  }
}
section.job-header .job-header--info__buttons {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__buttons {
    flex-direction: row;
    gap: 30px;
  }
}
section.job-header .job-header--info__buttons .btn-new {
  align-items: center;
}
section.job-header .job-header--info__buttons .btn-new.grey {
  color: #141414 !important;
  background-color: #dcdcdc;
}
section.job-header .job-header--info__buttons .btn-new.grey svg path {
  transition: all 0.2s ease-in-out;
  fill: rgb(10, 102, 194);
}
section.job-header .job-header--info__buttons .btn-new.grey:hover {
  color: #ffffff !important;
}
section.job-header .job-header--info__buttons .btn-new.grey:hover svg path {
  fill: #ffffff;
}
section.job-header .job-header--info__buttons .btn-new svg {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
section.job-header .job-header--info__title {
  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__title {
    max-width: 70%;
    font-size: 40px;
    margin-bottom: 0;
  }
}
section.job-header .job-header--info__salary {
  color: #c50044;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__salary {
    font-size: 30px;
  }
}
section.job-header .job-header--info__salary span {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  color: #141414;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__salary span {
    font-size: 16px;
  }
}
section.job-header .job-header--info__salaryinfo {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__salaryinfo {
    font-size: 16px;
  }
}
section.job-header .job-header--info__sets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.job-header .job-header--info__sets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 70%;
  }
}
section.job-header .job-header--info__set {
  display: flex;
  align-items: center;
  width: 100%;
}
section.job-header .job-header--info__set img {
  max-width: 20px;
  margin-right: 15px;
}
section.job-header .job-header--info__set p {
  margin-bottom: 0;
}
section.job-content {
  padding: 50px 5% 50px;
  background-color: #f0f0f0;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.job-content {
    padding: 70px 5% 70px;
  }
}
@media (min-width: 1441px) {
  section.job-content {
    padding: 80px 5% 80px;
  }
}
/* section.job-content.development-it .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.entwicklung-it .row .job-content--main__lang #accordion .card .card-header .btn-link .header i {
  color: #009BC1;
}
section.job-content.development-it .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.entwicklung-it .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path {
  fill: #009BC1;
}
section.job-content.development-it .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.entwicklung-it .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect {
  fill: #009BC1;
}
section.job-content.development-it .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.entwicklung-it .row .job-content--main__faq #accordion .card .card-header .btn-link {
  background: linear-gradient(90deg, rgb(3, 156, 193) 0%, rgb(83, 181, 206) 100%);
}
section.job-content.development-it .row .job-content--main__benefits svg rect, section.job-content.entwicklung-it .row .job-content--main__benefits svg rect {
  fill: #009BC1;
}
section.job-content.development-it .row .job-content--main__part svg rect, section.job-content.entwicklung-it .row .job-content--main__part svg rect {
  fill: #009BC1;
}
section.job-content.development-it .row .job-content--main__part .content ul li:before, section.job-content.entwicklung-it .row .job-content--main__part .content ul li:before {
  background: #009BC1;
}
section.job-content.consulting-testovanie .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.consulting-testing .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.beratung-testing .row .job-content--main__lang #accordion .card .card-header .btn-link .header i {
  color: #c50044;
}
section.job-content.consulting-testovanie .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.consulting-testing .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.beratung-testing .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path {
  fill: #A01441;
}
section.job-content.consulting-testovanie .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.consulting-testing .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.beratung-testing .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect {
  fill: #A01441;
}
section.job-content.consulting-testovanie .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.consulting-testing .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.beratung-testing .row .job-content--main__faq #accordion .card .card-header .btn-link {
  background: linear-gradient(90deg, #A01441, #C43852);
}
section.job-content.consulting-testovanie .row .job-content--main__benefits svg rect, section.job-content.consulting-testing .row .job-content--main__benefits svg rect, section.job-content.beratung-testing .row .job-content--main__benefits svg rect {
  fill: #A01441;
}
section.job-content.consulting-testovanie .row .job-content--main__part svg rect, section.job-content.consulting-testing .row .job-content--main__part svg rect, section.job-content.beratung-testing .row .job-content--main__part svg rect {
  fill: #A01441;
}
section.job-content.consulting-testovanie .row .job-content--main__part .content ul li:before, section.job-content.consulting-testing .row .job-content--main__part .content ul li:before, section.job-content.beratung-testing .row .job-content--main__part .content ul li:before {
  background: #A01441;
}
section.job-content.it-administracia .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.it-administration .row .job-content--main__lang #accordion .card .card-header .btn-link .header i {
  color: #7D7D7D;
}
section.job-content.it-administracia .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.it-administration .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path {
  fill: #7D7D7D;
}
section.job-content.it-administracia .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.it-administration .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect {
  fill: #7D7D7D;
}
section.job-content.it-administracia .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.it-administration .row .job-content--main__faq #accordion .card .card-header .btn-link {
  background: linear-gradient(94.57deg, #7D7D7D 0%, #B9B9B9 100%);
}
section.job-content.it-administracia .row .job-content--main__benefits svg rect, section.job-content.it-administration .row .job-content--main__benefits svg rect {
  fill: #7D7D7D;
}
section.job-content.it-administracia .row .job-content--main__part svg rect, section.job-content.it-administration .row .job-content--main__part svg rect {
  fill: #7D7D7D;
}
section.job-content.it-administracia .row .job-content--main__part .content ul li:before, section.job-content.it-administration .row .job-content--main__part .content ul li:before {
  background: #7D7D7D;
}
section.job-content.projektovy-management .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.project-management .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.projektleitung .row .job-content--main__lang #accordion .card .card-header .btn-link .header i {
  color: #E76E3D;
}
section.job-content.projektovy-management .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.project-management .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.projektleitung .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path {
  fill: #E76E3D;
}
section.job-content.projektovy-management .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.project-management .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.projektleitung .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect {
  fill: #E76E3D;
}
section.job-content.projektovy-management .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.project-management .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.projektleitung .row .job-content--main__faq #accordion .card .card-header .btn-link {
  background: linear-gradient(90deg, rgb(231, 67, 55) 0%, rgb(231, 110, 61) 100%);
}
section.job-content.projektovy-management .row .job-content--main__benefits svg rect, section.job-content.project-management .row .job-content--main__benefits svg rect, section.job-content.projektleitung .row .job-content--main__benefits svg rect {
  fill: #E76E3D;
}
section.job-content.projektovy-management .row .job-content--main__part svg rect, section.job-content.project-management .row .job-content--main__part svg rect, section.job-content.projektleitung .row .job-content--main__part svg rect {
  fill: #E76E3D;
}
section.job-content.projektovy-management .row .job-content--main__part .content ul li:before, section.job-content.project-management .row .job-content--main__part .content ul li:before, section.job-content.projektleitung .row .job-content--main__part .content ul li:before {
  background: #E76E3D;
}
section.job-content.matematika-a-migracia .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.matematics-and-migration .row .job-content--main__lang #accordion .card .card-header .btn-link .header i {
  color: #E9CF4C;
}
section.job-content.matematika-a-migracia .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.matematics-and-migration .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path {
  fill: #E9CF4C;
}
section.job-content.matematika-a-migracia .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.matematics-and-migration .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect {
  fill: #E9CF4C;
}
section.job-content.matematika-a-migracia .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.matematics-and-migration .row .job-content--main__faq #accordion .card .card-header .btn-link {
  background: linear-gradient(90deg, rgb(217, 194, 80) 0%, rgb(233, 207, 76) 100%);
}
section.job-content.matematika-a-migracia .row .job-content--main__benefits svg rect, section.job-content.matematics-and-migration .row .job-content--main__benefits svg rect {
  fill: #E9CF4C;
}
section.job-content.matematika-a-migracia .row .job-content--main__part svg rect, section.job-content.matematics-and-migration .row .job-content--main__part svg rect {
  fill: #E9CF4C;
}
section.job-content.matematika-a-migracia .row .job-content--main__part .content ul li:before, section.job-content.matematics-and-migration .row .job-content--main__part .content ul li:before {
  background: #E9CF4C;
}
section.job-content.organizacia-spolocnosti .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.organisation .row .job-content--main__lang #accordion .card .card-header .btn-link .header i, section.job-content.organization .row .job-content--main__lang #accordion .card .card-header .btn-link .header i {
  color: #9EC54A;
}
section.job-content.organizacia-spolocnosti .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.organisation .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path, section.job-content.organization .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.one path {
  fill: #9EC54A;
}
section.job-content.organizacia-spolocnosti .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.organisation .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect, section.job-content.organization .row .job-content--main__lang #accordion .card .card-header .btn-link .header svg.two rect {
  fill: #9EC54A;
}
section.job-content.organizacia-spolocnosti .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.organisation .row .job-content--main__faq #accordion .card .card-header .btn-link, section.job-content.organization .row .job-content--main__faq #accordion .card .card-header .btn-link {
  background: linear-gradient(90deg, rgb(158, 197, 74) 0%, rgb(177, 220, 85) 100%);
}
section.job-content.organizacia-spolocnosti .row .job-content--main__benefits svg rect, section.job-content.organisation .row .job-content--main__benefits svg rect, section.job-content.organization .row .job-content--main__benefits svg rect {
  fill: #9EC54A;
}
section.job-content.organizacia-spolocnosti .row .job-content--main__part svg rect, section.job-content.organisation .row .job-content--main__part svg rect, section.job-content.organization .row .job-content--main__part svg rect {
  fill: #9EC54A;
}
section.job-content.organizacia-spolocnosti .row .job-content--main__part .content ul li:before, section.job-content.organisation .row .job-content--main__part .content ul li:before, section.job-content.organization .row .job-content--main__part .content ul li:before {
  background: #9EC54A;
} */
section.job-content.closed .overlay {
  position: absolute;
  top: -200px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: not-allowed;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.4) 4%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
section.job-content .row {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  section.job-content .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
section.job-content .row .job-content--main {
  width: 100%;
  order: 2;
  overflow: hidden;
}
@media (min-width: 1200px) {
  section.job-content .row .job-content--main {
    order: 1;
  }
}
section.job-content .row .job-content--main__part {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
}
section.job-content .row .job-content--main__part:last-child {
  margin-bottom: 0;
}
section.job-content .row .job-content--main__part .header {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
}
@media (min-width: 360px) {
  section.job-content .row .job-content--main__part .header {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__part .header {
    padding: 30px;
  }
}
section.job-content .row .job-content--main__part .header svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
section.job-content .row .job-content--main__part .header svg path {
  fill: #ffffff;
}
section.job-content .row .job-content--main__part .header h2 {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 360px) {
  section.job-content .row .job-content--main__part .header h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__part .header h2 {
    width: auto;
  }
}
section.job-content .row .job-content--main__part .content {
  padding: 15px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__part .content {
    padding: 30px;
  }
}
section.job-content .row .job-content--main__part .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.job-content .row .job-content--main__part .content ul li {
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}
section.job-content .row .job-content--main__part .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a01441;
}

section.job-content
  .row
  .job-content--main__part
  .content.main-content
  .subheader {
  margin-top: -20px;
  display: block;
}
section.job-content .row .job-content--main__part .content.main-content p {
  margin-bottom: 1rem;
}
section.job-content
  .row
  .job-content--main__part
  .content.main-content
  p:has(.subheader) {
  margin-bottom: 30px;
}

section.job-content .row .job-content--main__part .content.main-content ul,
section.job-content .row .job-content--main__part .content.main-content ol {
  margin-left: 20px;
  padding-left: 0;
}
section.job-content .row .job-content--main__part .content.main-content ol {
  margin-left: 35px;
}

section.job-content .row .job-content--main__part .content.main-content ol li {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 5px;
  position: relative;
}

section.job-content .row .job-content--main__part .content.main-content hr {
  margin: 2rem 0;
}

section.job-content
  .row
  .job-content--main__part
  .content.main-content
  p:has(.spacer) {
  height: 1rem;
  margin-bottom: 0;
}
section.job-content .row .job-content--main__part .content.main-content h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
section.job-content
  .row
  .job-content--main__part
  .content.main-content
  .btn-new {
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  section.job-content .row .job-content--main__part .content.main-content {
    padding-top: 30px;
  }
  section.job-content
    .row
    .job-content--main__part
    .content.main-content
    p:has(.subheader) {
    margin-bottom: 15px;
  }
  section.job-content .row .job-content--main__part .content.main-content ul li,
  section.job-content
    .row
    .job-content--main__part
    .content.main-content
    ol
    li {
    margin-bottom: 10px;
  }
  section.job-content .row .job-content--main__part .content.main-content h3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

section.job-content .row .job-content--main__faq {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__faq {
    padding: 30px;
  }
}
section.job-content .row .job-content--main__faq .small-title {
  color: #c50044;
}
section.job-content .row .job-content--main__faq #accordion .card {
  border: none;
  border-radius: 12px;
  background-color: #f0f0f0;
  margin-bottom: 16px;
}
section.job-content .row .job-content--main__faq #accordion .card:last-child {
  margin-bottom: 0;
}
section.job-content .row .job-content--main__faq #accordion .card .card-header {
  padding: 0;
  border: none;
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3 {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  font-weight: 700;
  color: #ffffff;
  border: none;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 15px;
  margin-bottom: 0;
}
@media (min-width: 360px) {
  section.job-content
    .row
    .job-content--main__faq
    #accordion
    .card
    .card-header
    .btn-link,
  section.job-content
    .row
    .job-content--main__faq
    #accordion
    .card
    .card-header
    h3 {
    padding: 15px;
  }
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link
  .arw-wrap,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3
  .arw-wrap {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  flex-shrink: 0;
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link
  .arw-wrap
  .arw,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3
  .arw-wrap
  .arw {
  width: 14px;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  section.job-content
    .row
    .job-content--main__faq
    #accordion
    .card
    .card-header
    .btn-link,
  section.job-content
    .row
    .job-content--main__faq
    #accordion
    .card
    .card-header
    h3 {
    font-size: 18px;
  }
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link.collapsed,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3.collapsed {
  background: #f0f0f0;
  color: #141414;
  border-radius: 12px;
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link.collapsed
  h3,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3.collapsed
  h3 {
  color: #000;
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link.collapsed
  .arw-wrap,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3.collapsed
  .arw-wrap {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: transparent;
  flex-shrink: 0;
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link.collapsed
  .arw-wrap
  .arw,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3.collapsed
  .arw-wrap
  .arw {
  width: 14px;
  transform: rotate(0);
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link:hover,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3:hover {
  text-decoration: none;
}
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  .btn-link:focus,
section.job-content
  .row
  .job-content--main__faq
  #accordion
  .card
  .card-header
  h3:focus {
  box-shadow: none;
  text-decoration: none;
}
section.job-content .row .job-content--main__faq #accordion .card .card-body {
  color: #141414;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__faq #accordion .card .card-body {
    font-size: 16px;
  }
}
section.job-content .row .job-content--main__benefits {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__benefits {
    padding: 30px;
  }
}
section.job-content .row .job-content--main__benefits .btn-new {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  section.job-content .row .job-content--main__benefits .btn-new {
    width: auto;
    padding: 0 40px;
  }
}
section.job-content .row .job-content--main__benefits .small-title {
  color: #c50044;
}
section.job-content .row .job-content--main__benefits .benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__benefits .benefits {
    grid-template-columns: 1fr 1fr;
  }
}
section.job-content .row .job-content--main__benefits .benefits .benefit {
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  gap: 15px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__benefits .benefits .benefit {
    padding: 30px;
  }
}
section.job-content
  .row
  .job-content--main__benefits
  .benefits
  .benefit
  svg:not(.placeholder) {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

section.job-content.development-it
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.entwicklung-it
  .row
  .job-content--main__benefits
  .benefit
  .icon {
  background-color: #009bc1;
}

section.job-content.consulting-testovanie
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.consulting-testing
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.beratung-testing
  .row
  .job-content--main__benefits
  .benefit
  .icon {
  background-color: #a01441;
}

section.job-content.it-administracia
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.it-administration
  .row
  .job-content--main__benefits
  .benefit
  .icon {
  background-color: #7d7d7d;
}

section.job-content.projektovy-management
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.project-management
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.projektleitung
  .row
  .job-content--main__benefits
  .benefit
  .icon {
  background-color: #e76e3d;
}

section.job-content.matematika-a-migracia
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.matematics-and-migration
  .row
  .job-content--main__benefits
  .benefit
  .icon {
  background-color: #e9cf4c;
}

section.job-content.organizacia-spolocnosti
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.organisation
  .row
  .job-content--main__benefits
  .benefit
  .icon,
section.job-content.organization
  .row
  .job-content--main__benefits
  .benefit
  .icon {
  background-color: #9ec54a;
}

section.job-content .row .job-content--main__benefits .benefits .benefit .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pracovna-ponuka-color);
}
section.job-content
  .row
  .job-content--main__benefits
  .benefits
  .benefit
  .icon
  img {
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

section.job-content .row .job-content--main__benefits .benefits .benefit p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
section.job-content .row .job-content--main__lang {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__lang {
    padding: 30px;
  }
}
section.job-content .row .job-content--main__lang #accordion .card {
  border: none;
  border-radius: 12px;
  background-color: #f0f0f0;
  margin-bottom: 16px;
}
section.job-content .row .job-content--main__lang #accordion .card:last-child {
  margin-bottom: 0;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header {
  padding: 0;
  border: none;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link {
  width: 100%;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  border: none;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .arw-wrap {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  flex-shrink: 0;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .arw-wrap
  .arw {
  width: 14px;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  section.job-content
    .row
    .job-content--main__lang
    #accordion
    .card
    .card-header
    .btn-link {
    padding: 30px;
  }
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header {
  display: flex;
  align-items: center;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header
  i {
  font-size: 40px;
  margin-right: 15px;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header
  h3 {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 1200px) {
  section.job-content
    .row
    .job-content--main__lang
    #accordion
    .card
    .card-header
    .btn-link
    .header
    h3 {
    font-size: 22px;
  }
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header
  svg,
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .header
  img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link
  .content
  p {
  margin-bottom: 0;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link.collapsed {
  background: #f0f0f0;
  color: #141414;
  border-radius: 12px;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link.collapsed
  .arw-wrap {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: transparent;
  flex-shrink: 0;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link.collapsed
  .arw-wrap
  .arw {
  width: 14px;
  transform: rotate(0);
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link:hover {
  text-decoration: none;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-header
  .btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}
section.job-content .row .job-content--main__lang #accordion .card .card-body {
  font-weight: 500;
  color: #141414;
}
section.job-content
  .row
  .job-content--main__lang
  #accordion
  .card
  .card-body
  p {
  margin-bottom: 0;
}
section.job-content .row .job-content--main__seo {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__seo {
    padding: 30px;
  }
}
section.job-content .row .job-content--main__seo .btn-new {
  width: 100%;
}
@media (min-width: 768px) {
  section.job-content .row .job-content--main__seo .btn-new {
    width: auto;
  }
}
section.job-content .row .job-content--main__seo .small-title {
  color: #c50044;
}
section.job-content .row .job-content--main__seo p {
  margin-bottom: 30px;
}
section.job-content .row .job-content--main__seo p:last-child {
  margin-bottom: 0;
}
section.job-content .row .job-content--main__seo .video-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
section.job-content .row .job-content--main__seo .video-wrap .videobtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  box-shadow: none;
}
section.job-content .row .job-content--main__seo .part {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
section.job-content .row .job-content--main__seo .part img {
  border-radius: 40px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.job-content .row .job-content--main__seo .part .small-title {
  color: #c50044;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__seo .part .small-title {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--main__seo .part h2 {
    align-self: flex-start;
  }
}
section.job-content .row .job-content--main__seo .part p:last-child {
  margin-bottom: 0;
}
section.job-content .row .job-content--sidebar {
  width: 100%;
  flex-shrink: 0;
  order: 1;
  justify-content: center;
}
@media (min-width: 1200px) {
  section.job-content .row .job-content--sidebar {
    order: 2;
    width: 430px;
  }
}
section.job-content .row .job-content--sidebar__form {
  position: sticky;
  top: 90px;
}
section.job-content .row .job-content--sidebar .socials {
  display: none;
}
@media (min-width: 1200px) {
  section.job-content .row .job-content--sidebar .socials {
    margin-bottom: 30px;
    border-radius: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    flex-direction: column;
    background: #ffffff;
    display: flex;
  }
}
@media (min-width: 1240px) {
  section.job-content .row .job-content--sidebar .socials {
    flex-direction: row;
  }
}
section.job-content .row .job-content--sidebar .socials .socials-wrap {
  display: flex;
  gap: 15px;
}
@media (min-width: 1240px) {
  section.job-content .row .job-content--sidebar .socials .socials-wrap {
    gap: 0;
  }
}
section.job-content .row .job-content--sidebar .socials .socials-wrap img {
  width: 42px;
  height: 42px;
}
@media (min-width: 1240px) {
  section.job-content .row .job-content--sidebar .socials .socials-wrap img {
    margin-left: 15px;
  }
}
section.job-content .row .job-content--sidebar .socials p {
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  section.job-content .row .job-content--sidebar .socials p {
    margin-bottom: 0;
  }
}
section.job-content .row .job-content--sidebar__hr {
  padding: 30px;
  border-radius: 25px;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
section.job-content .row .job-content--sidebar__hr .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.job-content .row .job-content--sidebar__hr .left h3 {
  margin-bottom: 0;
}
section.job-content .row .job-content--sidebar__hr .left .part {
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
}
section.job-content .row .job-content--sidebar__hr .left .part a {
  color: #141414;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 360px) {
  section.job-content .row .job-content--sidebar__hr .left .part a {
    font-size: 16px;
  }
}
section.job-content .row .job-content--sidebar__hr .left .part a:hover {
  color: #c50044;
}
section.job-content .row .job-content--sidebar__hr .right img {
  display: none;
}
@media (min-width: 768px) {
  section.job-content .row .job-content--sidebar__hr .right img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}
section.job-content .row .job-content--sidebar__employer {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  section.job-content .row .job-content--sidebar__employer {
    margin-bottom: 30px;
  }
}

.search-form {
  width: 100%;
}
.search-form .search-submit {
  display: none;
}
.search-form label {
  width: 100%;
  position: relative;
}
.search-form label .clear-search {
  position: absolute;
  display: block;
  content: " ";
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../svg/close-search.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.search-form label:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-size: contain;
  background: url(../svg/search-ico.svg) no-repeat 50% 50%;
  z-index: 100;
}
.search-form label .search-field {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f0f0f0;
  border-radius: 10px;
  color: #000;
  border: none;
  padding: 0 20px 0 55px;
  font-family: "Montserrat", sans-serif;
}
.search-form label .search-field::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.search-form label .search-field::placeholder {
  font-family: "Montserrat", sans-serif;
}
.search-form label .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.form {
  width: 100%;
  border-radius: 17px;
  padding: 15px;
  background: #f0f0f0;
  position: relative;
  overflow: visible;
}
@media (min-width: 360px) {
  .form {
    padding: 40px 20px;
  }
}
@media (min-width: 1440px) {
  .form {
    padding: 45px 35px;
  }
}
.form.form-sidebar {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .form.form-sidebar {
    /* margin-bottom: 0; */
  }
}
.form.form-job {
  background: #ffffff;
  margin-top: 30px;
}
.form.form-job .form-wrapper .select-selected:before {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 60px;
  height: 49px;
  border-radius: 0 10px 10px 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 97;
}
.form.form-job .form-wrapper [data-name="pracovne-ponuky"]:before {
  background-color: #f0f0f0;
}
.form.form-job .form-wrapper .rows input[name="dynamicname"],
.form.form-job .form-wrapper .rows input[name="dynamictaxonomy"],
.form.form-job .form-wrapper .rows input[type="email"],
.form.form-job .form-wrapper .rows input[type="text"] {
  background-color: #f0f0f0;
}
.form.form-job .form-wrapper .rows.checkbox .wpcf7-list-item:before {
  background-color: #f0f0f0;
}
.form.form-job .form-wrapper .rows.checkbox .wpcf7-list-item.active:before {
  background: #a01441
    url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
    3px 3px no-repeat;
}
.form.form-job .form-wrapper .rows.checkbox label input {
  background-color: #f0f0f0;
}
.form.form-job .form-wrapper .select-selected {
  background-color: #f0f0f0;
}
.form.form-job .form-wrapper .filelabel {
  background-color: #f0f0f0;
}
.form.form-job .form-wrapper label input[type="text"],
.form.form-job .form-wrapper label input[type="email"] {
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .form.contact .form-wrapper .rows.field {
    width: 50%;
    padding-right: 7px;
  }
  .form.contact .form-wrapper .rows.job {
    width: 50%;
    padding-left: 7px;
  }
  .form.contact .form-wrapper .rows.name {
    width: 50%;
    padding-right: 7px;
  }
  .form.contact .form-wrapper .rows.surname {
    width: 50%;
    padding-left: 7px;
  }
  .form.contact .form-wrapper .rows.email {
    width: 50%;
    padding-right: 7px;
  }
  .form.contact .form-wrapper .rows.file {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
  }
  .form.contact .form-wrapper .rows.phone {
    width: 25%;
    padding-left: 7px;
  }
  .form.contact .form-wrapper .rows.checkbox .form-tooltip {
    bottom: 33px;
  }
}
.form .form-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
.form .form-modal.active {
  display: flex;
}
.form .form-modal .form-modal--window {
  background-color: #ffffff;
  border-radius: 17px;
  padding: 35px 50px;
  position: relative;
  box-shadow: 0px 2px 3px rgba(16, 123, 171, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.form .form-modal .form-modal--window img {
  width: auto !important;
}
.form .form-modal .form-modal--window p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center !important;
}
.form .form-modal .form-modal--window p a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: color 0.2s ease-in-out;
  margin-top: 15px;
  color: #000;
  display: block;
}
@media (min-width: 768px) {
  .form .form-modal .form-modal--window p a {
    font-size: 24px;
  }
}
.form .form-modal .form-modal--window p a:hover {
  color: #009bc1;
}
.form .form-modal .form-modal--window .form-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.form .form-title {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
}
.form .wpcf7-response-output {
  border-color: red !important;
  text-align: center;
  font-size: 11px;
  color: red;
  padding: 10px !important;
  max-width: 545px;
  margin: 2em auto 1em !important;
  border-radius: 10px;
}
.form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.form .form-wrapper br {
  display: none;
}
@media (min-width: 1024px) {
  .form .form-wrapper br {
    display: block;
  }
}
.form .form-wrapper p {
  margin-bottom: 0 !important;
}
.form .form-wrapper [data-name="pracovne-ponuky"] svg,
.form .form-wrapper [data-name="zamerania"] svg {
  width: 17px;
  height: 9px;
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 97;
}
.form .form-wrapper select {
  display: none;
}
.form .form-wrapper .select-selected {
  padding: 14px 60px 14px 20px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  max-width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
}
.form .form-wrapper .select-selected .star {
  display: inline-block;
  color: red;
  margin-left: 5px;
}
.form .form-wrapper .select-selected:after {
  position: absolute;
  display: block;
  content: " ";
  width: 12px;
  height: 7px;
  background-image: url(../svg/arw-red.svg);
  background-size: 12px 7px;
  background-position: center center;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
}
@media (min-width: 1441px) {
  .form .form-wrapper .select-selected:after {
    width: 16px;
    height: 9px;
    right: 20px;
    background-size: 16px 9px;
  }
}
.form .form-wrapper .select-selected:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 60px;
  height: 49px;
  border-radius: 0 10px 10px 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 97;
}
.form .form-wrapper .select-items div,
.form .form-wrapper .select-selected {
  color: #000000;
  padding: 14px 60px 14px 20px;
  cursor: pointer;
  text-align: left;
}
.form .form-wrapper .select-items {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 14px;
  background-color: #ffffff;
  text-align: left;
  min-width: 100%;
  top: 60px !important;
  border: none;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}
.form .form-wrapper .select-items div {
  padding: 10px 20px !important;
}
.form .form-wrapper .select-hide {
  display: none;
}
.form .form-wrapper .select-items div:hover,
.form .form-wrapper .same-as-selected {
  background-color: #f0f0f0;
}
.form .form-wrapper input[type="file"] {
  display: none !important;
}
.form .form-wrapper .filelabel {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  height: 40px;
  line-height: 1;
  padding: 0 20px;
  font-size: 14px;
  -webkit-appearance: none;
  cursor: pointer;
  color: #000;
  text-align: left;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
@media (min-width: 360px) {
  .form .form-wrapper .filelabel {
    height: 50px;
  }
}
.form .form-wrapper .filelabel.uploaded {
  justify-content: space-between;
}
.form .form-wrapper .filelabel.uploaded svg {
  display: none;
}
.form .form-wrapper .filelabel .name {
  font-size: 13px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: -28px;
  line-height: 1;
  left: 0;
}
.form .form-wrapper .filelabel .name b {
  padding: 0;
  color: #404040;
}
.form .form-wrapper .filelabel svg {
  height: 20px;
  fill: #a01441;
  position: relative;
  z-index: 98;
}
.form .form-wrapper .filelabel .formaty {
  position: absolute;
  top: -90px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
  color: white;
  display: none;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1485px) {
  .form .form-wrapper .filelabel .formaty {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .form .form-wrapper .filelabel .formaty:hover .formaty {
    display: block;
  }
}
.form .form-wrapper .rows {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.form .form-wrapper .rows.surname .placeholder {
  left: 20px;
}
@media (min-width: 360px) {
  .form .form-wrapper .rows.surname .placeholder {
    left: 27px;
  }
}
.form .form-wrapper .rows .placeholder {
  position: absolute;
  left: 20px;
  top: 11px;
  z-index: 95;
}
@media (min-width: 360px) {
  .form .form-wrapper .rows .placeholder {
    top: 15px;
  }
}
.form .form-wrapper .rows .placeholder p {
  display: flex;
}
.form .form-wrapper .rows .placeholder p label {
  font-weight: 500;
  font-size: 14px;
  flex-shrink: 0;
}
.form .form-wrapper .rows .placeholder p .star {
  color: red;
  display: inline-block;
}
.form .form-wrapper .rows p {
  margin-bottom: 0;
}
.form .form-wrapper .rows.file {
  width: 100%;
}
@media (min-width: 360px) {
  .form .form-wrapper .rows.file {
    width: 50%;
    padding-right: 7px;
  }
}
.form .form-wrapper .rows.phone {
  width: 100%;
}
@media (min-width: 360px) {
  .form .form-wrapper .rows.phone {
    width: 50%;
    padding-left: 7px;
  }
}
.form .form-wrapper .rows.name {
  width: 100%;
}
@media (min-width: 360px) {
  .form .form-wrapper .rows.name {
    width: 50%;
    padding-right: 7px;
  }
}
.form .form-wrapper .rows.surname {
  width: 100%;
}
@media (min-width: 360px) {
  .form .form-wrapper .rows.surname {
    width: 50%;
    padding-left: 7px;
  }
}
.form .form-wrapper .rows span {
  width: 100%;
  display: block;
}
.form .form-wrapper .rows.checkbox {
  padding-top: 1px;
  margin-bottom: 15px;
}
.form .form-wrapper .rows.checkbox p {
  width: auto;
}
.form .form-wrapper .rows.checkbox .form-tooltip {
  display: none;
  background: linear-gradient(90deg, #a01441, #c43852);
  position: absolute;
  bottom: 50px;
  z-index: 100;
  padding: 16px 25px;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
}
.form .form-wrapper .rows.checkbox .form-tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a01441;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.form .form-wrapper .rows.checkbox .form-tooltip p {
  color: #ffffff;
  font-size: 10px;
}
.form .form-wrapper .rows.checkbox .form-tooltip p a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.form .form-wrapper .rows.checkbox .form-tooltip p:first-child {
  text-align: center;
  margin-bottom: 10px !important;
}
.form .form-wrapper .rows.checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: inline-block;
}
.form .form-wrapper .rows.checkbox label span {
  display: inline;
}
.form .form-wrapper .rows.checkbox label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 16px;
  background-color: #f0f0f0;
  border-radius: 3px;
}
.form .form-wrapper .rows.checkbox input {
  opacity: 0;
}
.form .form-wrapper .rows.checkbox .wpcf7-list-item-label {
  padding-top: 2px;
  position: relative;
  font-weight: 500;
  border-bottom: 1px dotted #000;
}
.form .form-wrapper .rows.checkbox .wpcf7-list-item-label a {
  font-weight: bold;
}
.form .form-wrapper .rows.checkbox .wpcf7-list-item-label span {
  font-weight: 700;
}
.form .form-wrapper .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.form .form-wrapper .wpcf7-list-item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form .form-wrapper .wpcf7-list-item.active:before {
  background: #a01441
    url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
    3px 3px no-repeat;
}
.form .form-wrapper .wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
.form .form-wrapper p {
  text-align: left;
  width: 100%;
}
.form .form-wrapper .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.form .form-wrapper .wpcf7-acceptance label span {
  text-align: left;
}
.form .form-wrapper .wpcf7-acceptance label span a {
  color: #c50044;
}
.form .form-wrapper .wpcf7-submit {
  display: inline-block;
  background: #a01441;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  transition: background 0.2s ease-in-out;
  font-size: 16px;
  width: auto;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 360px) {
  .form .form-wrapper .wpcf7-submit {
    height: 50px;
    line-height: 50px;
  }
}
.form .form-wrapper .wpcf7-submit svg {
  margin-left: 10px;
}
.form .form-wrapper input[name="dynamicname"],
.form .form-wrapper input[name="dynamictaxonomy"] {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: bold;
}
.form .form-wrapper input[name="dynamicname"]::-moz-placeholder,
.form .form-wrapper input[name="dynamictaxonomy"]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.form .form-wrapper input[name="dynamicname"]::placeholder,
.form .form-wrapper input[name="dynamictaxonomy"]::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.form .form-wrapper input[name="dynamicname"]:focus-visible,
.form .form-wrapper input[name="dynamictaxonomy"]:focus-visible {
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: #000;
  font-size: 14px;
}
.form .form-wrapper input[type="text"],
.form .form-wrapper input[type="email"] {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 360px) {
  .form .form-wrapper input[type="text"],
  .form .form-wrapper input[type="email"] {
    height: 50px;
    line-height: 50px;
  }
}
.form .form-wrapper input[type="text"]::-moz-placeholder,
.form .form-wrapper input[type="email"]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.form .form-wrapper input[type="text"]::placeholder,
.form .form-wrapper input[type="email"]::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.form .form-wrapper input[type="text"]:focus-visible,
.form .form-wrapper input[type="email"]:focus-visible {
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: #141414;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .form .form-wrapper input[type="text"]:focus-visible,
  .form .form-wrapper input[type="email"]:focus-visible {
    font-size: 16px;
  }
}
.form .form-wrapper label {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
.form .form-wrapper label b {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.form .form-wrapper label .wpcf7-select {
  background: url("../img/arw.svg");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-color: #fff;
  padding: 0 40px 0 20px;
}
.form .form-wrapper label .wpcf7-select:focus-visible {
  color: #c50044 !important;
}

/*=============================================
                  COOKIES
=============================================*/
.cookie-consent-banner {
  position: fixed;
  z-index: 2147483645;
  width: 100%;
  height: 600px;
  background-color: #ffffff;
  padding: 50px 5%;
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in-out;
  max-width: 90%;
  bottom: 20px;
  border-radius: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .cookie-consent-banner {
    border-radius: 25px;
    max-width: 900px;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }
}
.cookie-consent-banner.show {
  display: flex;
  opacity: 1;
}

.cookie-consent-banner .banner-close {
  position: absolute;
  top: 0;
  right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-right-radius: 25px;
}
.cookie-consent-banner__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cookie-consent-banner__wrap a {
  font-weight: bold;
}
.cookie-consent-banner__title {
  color: #c50044;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .cookie-consent-banner__title {
    font-size: 30px;
  }
}
.cookie-consent-banner__content {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}
.cookie-consent-banner__content p {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}
.cookie-consent-banner__content a {
  color: #141414;
  text-decoration: underline;
  font-weight: bold;
}
.cookie-consent-banner__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cookie-consent-banner__buttons .btn-new {
  width: 100%;
  max-width: 350px;
}
.cookie-consent-banner__buttons .btn-new.white {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000 !important;
}
.cookie-consent-panel {
  position: fixed;
  z-index: 2147483646;
}
.cookie-consent-panel.show {
  display: flex !important;
  flex-direction: column;
}
.cookie-consent-panel .modal-dialog {
  position: fixed;
  z-index: 2147483646;
  width: 100%;
  height: auto;
  max-width: 90%;
  background-color: #ffffff;
  left: 50%;
  border-radius: 25px;
  max-height: calc(100vh - 130px);
  min-height: unset;
  padding: 0 5% !important;
  transform: translateX(-50%) !important;
  bottom: 20px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cookie-consent-panel .modal-dialog {
    max-width: 900px;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%) !important;
  }
}
.cookie-consent-panel .modal-dialog .modal-content {
  position: unset;
  border: none;
  padding: 50px 0;
  max-height: calc(100vh - 130px);
}
.cookie-consent-panel .panel-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-right-radius: 25px;
  border: none;
  background: transparent;
}
.cookie-consent-panel__content {
  overflow-y: scroll;
}
.cookie-consent-panel__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cookie-consent-panel__content::-webkit-scrollbar-thumb {
  background: #f0f0f0;
  border-radius: 5px;
}
.cookie-consent-panel__content::-webkit-scrollbar-track {
  background: transparent;
}
.cookie-consent-panel__content a {
  font-weight: bold;
}
.cookie-consent-panel__content--title {
  color: #c50044;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .cookie-consent-panel__content--title {
    font-size: 30px;
  }
}
.cookie-consent-panel__content--text {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}
.cookie-consent-panel__content--text p {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}
.cookie-consent-panel__content--text a {
  color: #141414;
  text-decoration: underline;
  font-weight: bold;
}
.cookie-consent-panel__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cookie-consent-panel__logo img {
  width: 95px;
}
.cookie-consent-panel__buttons {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  gap: 15px;
}
.cookie-consent-panel__buttons .btn-new {
  width: 100%;
  max-width: 350px;
}
.cookie-consent-panel__buttons .btn-new.white {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000 !important;
}
.cookie-consent-panel__buttons .btn-new.white.decline-all {
  box-shadow: none;
  opacity: 0.5;
}
.cookie-consent-panel__settings .settings-accordion .card {
  border: none;
}
.cookie-consent-panel__settings .settings-accordion .card .card-header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: nowrap;
  background: transparent;
  border: none;
}
.cookie-consent-panel__settings .settings-accordion .card .card-header button {
  width: 100%;
  text-align: left;
  padding: 12px;
  background: transparent;
  border: none;
  color: #141414;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  button:hover {
  text-decoration: none;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  button:focus {
  box-shadow: none;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  button.collapsed
  .accor-arw {
  transform: rotate(0);
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  button
  .accor-arw {
  width: 10px;
  height: 13px;
  margin-right: 15px;
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
}
.cookie-consent-panel__settings .settings-accordion .card .card-header .switch {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch.active:before {
  display: none;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch.active:after {
  display: none;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch:before {
  content: "";
  background: url(../img/yes.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 49%;
  z-index: 1;
  transform: translateY(-50%);
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch:after {
  content: "";
  background: url(../img/no.svg);
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 49%;
  z-index: 1;
  transform: translateY(-50%);
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 26px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch
  label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  z-index: 2;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch
  input:checked
  + label {
  background: #25e712;
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch
  input:checked
  + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}
.cookie-consent-panel__settings
  .settings-accordion
  .card
  .card-header
  .switch
  span {
  font-size: 14px;
  color: #c50044;
  font-weight: 700;
}
.cookie-consent-panel__settings .settings-accordion .card .card-body {
  font-size: 14px;
}
.cookie-consent-badge {
  position: fixed;
  width: 50px;
  bottom: 5px;
  left: 5px;
  transform: translateX(-150%);
  transition: transform 0.5s ease-in-out;
  z-index: 40000;
}
.cookie-consent-badge.show {
  transform: translateX(0);
}
.cookie-consent-badge .flip-card {
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.cookie-consent-badge .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.35s ease-in-out;
  transform-style: preserve-3d;
  cursor: pointer;
}
.cookie-consent-badge .flip-card-inner.show {
  transform: rotateY(180deg);
}
.cookie-consent-badge .flip-card-front,
.cookie-consent-badge .flip-card-back {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #a01441;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-consent-badge .flip-card-back img {
  height: 35px;
}

.cookie-consent-badge .flip-card-front img {
  height: 50px;
  width: 50px;
}

.cookie-consent-badge .flip-card-back {
  transform: rotateY(180deg);
}
.cookie-consent-badge .flip-card-back img {
  height: 20px;
}

.modal {
  z-index: 2000000000;
}
@media (max-width: 961px) {
  .modal {
    padding: 50px 20px;
  }
}
@media (max-width: 360px) {
  .modal {
    padding: 10px 0;
  }
}
.modal#gdpr-modal .navbar {
  display: flex;
  padding: 40px;
  border-radius: 24px;
  background-color: #ffffff;
  max-height: 90vh;
  overflow-y: scroll;
}
.modal#gdpr-modal .navbar .collapse {
  margin: 0;
}
.modal#gdpr-modal .navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 6px;
}
.modal#gdpr-modal .navbar-nav .nav-item .nav-link {
  color: #141414;
  font-weight: 600;
  padding: 15px 15px 15px 35px;
  border-radius: 10px;
  position: relative;
}
.modal#gdpr-modal .navbar-nav .nav-item .nav-link:hover {
  background-color: #f0f0f0;
}
.modal#gdpr-modal .navbar-nav .nav-item .nav-link.active {
  background-color: #f0f0f0;
}
.modal#gdpr-modal .navbar-nav .nav-item .nav-link.active:before {
  content: " ";
  position: absolute;
  background-color: #a01441;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 14px;
  transform: translateY(-50%);
  top: 50%;
}
.modal#gdpr-modal .navbar-nav .nav-item .nav-link .number {
  color: #c50044;
}
.modal#offer-modal .modal-content {
  padding: 60px 20px 40px;
}
.modal#offer-modal .modal-content .small-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  text-align: center;
}
.modal#offer-modal .modal-content p {
  text-align: center;
}
.modal#offer-modal .modal-content .share-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal#offer-modal .modal-content .share-buttons .share-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 48px;
  padding: 0 15px;
  font-size: 12px;
}
.modal#offer-modal .modal-content .share-buttons .share-button .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal#offer-modal .modal-content .share-buttons .share-button svg {
  width: 20px;
}
.modal#search-modal .modal-content {
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 20px;
}
.modal#search-modal .modal-content p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 1441px) {
  .modal#search-modal .modal-content p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.modal#search-modal .modal-content .search-submit {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #fff !important;
  background: #a01441;
  font-weight: 700;
  text-align: center;
  border: none;
  margin-top: 15px;
}
@media (min-width: 1441px) {
  .modal#search-modal .modal-content .search-submit {
    line-height: 60px;
    font-size: 16px;
    height: 60px;
    margin-top: 30px;
  }
}
.modal#search-modal .modal-content .small-title {
  color: #c50044;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 20px;
}
@media (min-width: 1441px) {
  .modal#search-modal .modal-content .small-title {
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.modal .modal-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  text-align: left !important;
}
@media (min-width: 360px) {
  .modal .modal-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.modal .modal-content {
  border-radius: 25px;
  overflow: hidden;
}
.modal .close {
  position: absolute;
  color: #c50044;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  opacity: 1;
  width: 17px;
  height: 17px;
  display: flex;
  z-index: 100;
}
@media (min-width: 360px) {
  .modal .close {
    top: 30px;
    right: 30px;
  }
}
.modal .close svg {
  width: 17px;
  height: 17px;
}

#closed-cv-modal .modal-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-transform: uppercase;
  color: #c50044;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
#closed-cv-modal .modal-title img {
  width: 1.2rem;
  height: 1.2rem;
}
#closed-cv-modal .small-disclaimer {
  text-align: center;
  font-size: 0.95rem;
}

.dropmenu {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu .filter-career {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropmenu .arrow {
  width: 15px;
  display: inline-flex;
  margin-left: 10px;
  pointer-events: none;
}
.dropmenu .dropbtn {
  font-family: "Montserrat", sans-serif;
  background-color: #f0f0f0;
  color: #000000;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: none;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.dropmenu .dropbtn:focus {
  outline: none !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;
}
.dropdown-content.show {
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
  padding: 20px 0;
  display: block;
  z-index: 100;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

input[type="submit"].btn-new {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none !important;
}
input[type="submit"].btn-new:hover {
  background: #f0f0f0;
  color: #c50044 !important;
  border: none !important;
}
input[type="submit"].btn-new.whitehover:hover {
  color: #c50044;
  background: #ffffff;
}
input[type="submit"].btn-new.grey {
  background: #f0f0f0;
  color: #c50044 !important;
}
input[type="submit"].btn-new.grey:hover {
  background: #a01441;
  color: #ffffff !important;
}
input[type="submit"].btn-new.white {
  background-color: #ffffff;
  color: #c50044 !important;
}
input[type="submit"].btn-new.white:hover {
  background: #f0f0f0;
}
@media (min-width: 1441px) {
  input[type="submit"].btn-new {
    font-size: 16px;
  }
}

.btn-new {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
  color: #ffffff !important;
  background: #a01441;
  font-weight: bold;
  text-align: center;
  border: none !important;
}
@media (min-width: 360px) {
  .btn-new {
    padding: 0 40px;
  }
}
.btn-new:hover {
  background: #f0f0f0;
  color: #c50044 !important;
  border: none !important;
}
.btn-new.whitehover:hover {
  color: #c50044;
  background: #ffffff;
}
.btn-new.grey {
  background: #f0f0f0;
  color: #c50044 !important;
}
.btn-new.grey:hover {
  background: #a01441;
  color: #ffffff !important;
}
.btn-new.white {
  background-color: #ffffff;
  color: #c50044 !important;
}
.btn-new.white:hover {
  background: #f0f0f0;
}
@media (min-width: 1441px) {
  .btn-new {
    font-size: 16px;
  }
}

.btn-border {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px;
  border: 3px solid white;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease-in-out;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.btn-border.black {
  border: 3px solid #000;
  color: #000;
}
.btn-border.black:hover {
  color: #000;
}
@media (min-width: 1441px) {
  .btn-border {
    font-size: 16px;
  }
}
.btn-border:hover {
  color: #ffffff;
}

.nav-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.nav-categories #sortbox {
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 1px 2px rgba(124, 124, 124, 0.25);
  border: none;
  border-radius: 10px;
  padding: 0 50px 0 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/sort-arr.png);
  background-repeat: no-repeat;
  background-position-x: 85%;
  background-position-y: 50%;
  cursor: pointer;
  background-color: #ffffff;
}
.nav-categories .search-button {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(124, 124, 124, 0.25);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  background-color: #009bc1;
}
.nav-categories ul {
  display: none;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .nav-categories ul.filter-products {
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .nav-categories ul {
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }
}
.nav-categories ul li.current-menu-item a {
  background-color: #a01441;
  color: #ffffff;
}
.nav-categories ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 10px;
  background-color: #f0f0f0;
  color: #000;
  margin: 0 5px 10px;
  display: flex;
  transition: all 0.15s ease-in-out;
  font-weight: 600;
}

/* .nav-categories ul li:first-child a {
  background-color: #a01441;
  color: #ffffff;
} */
.nav-categories ul li a:hover {
  background-color: #a01441;
  color: #ffffff;
}

.nav-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-mobile .btn-small {
  height: 36px;
  width: auto;
  background: #a01441;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  flex-shrink: 0;
  margin-right: 25px;
  border-radius: 25px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 360px) {
  .nav-mobile .btn-small {
    margin-right: 45px;
    font-size: 14px;
  }
}
.nav-mobile .btn-small:hover {
  color: #ffffff;
}
.nav-mobile #nav-toggle {
  right: 5%;
  cursor: pointer;
  padding: 10px 20px 16px 0;
  z-index: 10001;
  position: relative;
}
.nav-mobile #nav-toggle span {
  border-radius: 1px;
  height: 4px;
  width: 21px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
.nav-mobile #nav-toggle span.grey {
  background-color: #231f20;
}
.nav-mobile #nav-toggle span.grey:before,
.nav-mobile #nav-toggle span.grey:after {
  background-color: #231f20;
}
.nav-mobile #nav-toggle span:before,
.nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 21px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
.nav-mobile #nav-toggle span:before {
  top: -8px;
}
.nav-mobile #nav-toggle span:after {
  bottom: -8px;
}
.nav-mobile #nav-toggle.active span {
  background-color: transparent;
}
.nav-mobile #nav-toggle.active span:before,
.nav-mobile #nav-toggle.active span:after {
  top: 0;
}
.nav-mobile #nav-toggle.active span:before {
  transform: rotate(45deg);
}
.nav-mobile #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.nav-mobile .search-button {
  display: none;
}

.nav-mobile-menu {
  position: fixed;
  margin-top: 60px;
  top: 0;
  right: 0;
  height: calc(100dvh - 60px);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.6s ease-in-out;
}
@media (min-width: 1201px) {
  .nav-mobile-menu {
    display: none;
  }
}
.nav-mobile-menu.show {
  transform: translateX(0);
}
@media (min-width: 1201px) {
  .nav-mobile-menu.show {
    display: none;
    opacity: 0;
  }
}
.nav-mobile-menu .nav-mobile-menu-wrap {
  padding: 45px 1.5625rem 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
  /* cursor: pointer; */
  z-index: 11;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .menu-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .menu-item-wrapper
  > a:has(.jobNumber) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .sub-menu:has(.sub-menu)
  .menu-item:last-child {
  padding-bottom: 0.5rem;
} */

.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu > 
  li.menu-item-has-children >
  .sub-menu {
    padding-bottom: .8125rem;
}

.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .menu-item-wrapper
  .submenu-toggle {
  padding: 5px 15px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .menu-item-wrapper
  .submenu-toggle
  img {
  height: 12px;
}

.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .menu-item-wrapper
  .submenu-toggle
  svg {
  height: 28px;
}

.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .menu-item-wrapper
  .submenu-toggle.active {
  transform: rotate(180deg);
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .sub-menu
  .sub-menu
  .menu-item:first-child
  a {
  /* padding-top: .3rem; */
}
/* .nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li.menu-item-has-children .sub-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 1rem;
} */
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .sub-menu:has(.sub-menu)
  .sub-header-title {
  margin-bottom: 0;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .sub-menu
  .sub-menu {
  /* padding-left: 1rem; */
  padding-bottom: 1.1875rem;
  padding-top: .375rem;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  li.menu-item-has-children
  .sub-menu
  .sub-menu
  a {
  text-transform: none;
}
body:has(.nav-mobile-menu.show) .cookie-consent-badge {
  display: none;
}
/* .nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li.menu-item-has-children:has(> .sub-menu:not(:empty))::after {
  content: url(../svg/submenu-arrow.svg);
  position: absolute;
  padding: 15px;
  right: 0;
  top: 0;
  z-index: 12;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li.sub-open:after {
  transform: rotate(180deg);
} */
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li a,
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li .sub-header-title {
  color: #141414;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  align-items: center;
  width: auto;
  font-weight: 700;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li .sub-header-title {
  color: rgba(0,0,0,.7);
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5555555556;
  padding: 0.625rem 0;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li > a {
  padding: 5px 0;
  color: rgba(0,0,0,.7);
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li > ul > li > ul > li > a {
  padding: 0px 15px 0px 0.5rem ;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.25;
  color: rgba(0,0,0,.7);
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li > ul > li > ul > li {
  padding: 0.4375rem 0;
  display: flex;
    align-items: center;
}

#menu-hlavne-menu-1.mobile-menu > .menu-item:nth-last-child(3) {
    border-bottom: none;
}

#menu-hlavne-menu-1.mobile-menu > .menu-item:nth-last-child(2) {
    border-bottom: none;
}

#menu-hlavne-menu-1.mobile-menu > .menu-item:last-child {
  border-top: 1px solid #ddd; 
  padding-top: 20px;
  padding-bottom: 10px;
}

#menu-hlavne-menu-1.mobile-menu > .menu-item:first-child {
    border-top: none;
}

.menu-item.flex {
  display: flex;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li > .menu-item-wrapper > a {
    padding: 0.8125rem 0;
    display: inline-block;
    align-items: center;
    width: auto;
    color: #C50044;
    font-family: Montserrat;
    font-size: 1.875rem !important; 
    font-weight: 400;
    letter-spacing: .01em;
    line-height: .9333333333;
    font-style: normal;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li.sub-open {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li > div.menu-item-wrapper > span.submenu-toggle svg path {
  stroke: #c50044;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu ul.sub-menu li.menu-item {
    margin-left: .9375rem;
}

ul.mobile-menu > li > img.anchor-arrow {
    display: none;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li a:hover,
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li .sub-header-title:hover {
  color: #c50044;
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li .sub-header-title {
  font-size: 15px;
  font-weight: 500;
  /* text-transform: uppercase; */
  cursor: pointer;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .mobile-menu
  > li
  > .menu-item-wrapper
  > a,
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li > a {
  /* text-transform: uppercase; */
  font-size: 16px;
  /* width: calc(100% - 44px); */
  /* checkpoint */
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li a .jobNumber {
  padding: 7px;
  margin-left: 15px;
  background: linear-gradient(90deg, #a01441, #c43852);
  color: #ffffff;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li .sub-menu {
  list-style: none;
  margin: 0;
  display: none;
  padding-left: 0px;
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li .sub-menu a {
  font-size: 15px;
  font-weight: 500;
  /* width: 100%; */
  /* text-transform: uppercase; */
}
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu li:last-child a {
  border-bottom: 0;
  
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > li:last-child a {
  color: #c50044;
  font-family: Montserrat;
  font-size: 1.875rem !important;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .9333333333;
  font-style: normal;
}

.nav-mobile-menu .nav-mobile-menu-wrap .job-offers {
  background: linear-gradient(90deg, #a01441, #c43852);
  height: 47px;
  display: flex;
  width: 100%;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}
.nav-mobile-menu .nav-mobile-menu-wrap .contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.nav-mobile-menu .nav-mobile-menu-wrap .contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #141414;
  font-size: 14px;
  font-weight: 700;
  gap: 15px;
  padding: 15px 15px 0;
}
.nav-mobile-menu .nav-mobile-menu-wrap .newnav-drops {
  margin-top: 30px;
}
.nav-mobile-menu .nav-mobile-menu-wrap .newnav-drops .dropdowns {
  display: flex;
  flex-direction: column;
}
.main-nav .newnav-drops .globe-icon,
.nav-mobile-menu .globe-icon {
  display: inline-block;
  margin-right: 4px;
  color: #c50044;
}
.nav-mobile-menu .lang-toggle-wrap {
  display: flex;
  align-items: center;
}

.mobile-menu .menu-item {
  position: relative;
}

.mobile-menu .current_page_item::before,
.mobile-menu .current-page-parent::before,
.mobile-menu .current-menu-ancestor::before {
  background: #c50044;
  content: "";
  height: 100%;
  left: calc(1.5625rem * -1);
  position: absolute;
  top: 0;
  width: .25rem;
}

.mobile-menu .sub-menu .sub-menu .current_page_item::before,
.mobile-menu .sub-menu .sub-menu .current-page-parent::before,
.mobile-menu .sub-menu .sub-menu .current-menu-ancestor::before {
  display: none;
}

/* Only on /praca page, remove the red bar from current menu items */
body.page-template-page-pracovne-ponuky .mobile-menu .current_page_item::before,
body.page-template-page-pracovne-ponuky .mobile-menu .current-page-parent::before,
body.page-template-page-pracovne-ponuky .mobile-menu .current-menu-ancestor::before,
body.page-template-page-pracovne-ponuky .mobile-menu .current_page_ancestor::before {
  display: none !important;
}

body.error404 .mobile-menu .current_page_item::before,
body.error404 .mobile-menu .current-page-parent::before,
body.error404 .mobile-menu .current-menu-ancestor::before,
body.error404 .mobile-menu .current_page_ancestor::before {
  display: none !important;
} 

body.page-template-page-pracovne-ponuky .mobile-menu .menu-item-10131.current-menu-ancestor::before,
body.page-template-page-pracovne-ponuky .mobile-menu .menu-item-10131.current_page_ancestor::before,
body.page-template-page-pracovne-ponuky .mobile-menu .menu-item-10131.current_page_item::before,
body.page-template-page-pracovne-ponuky .mobile-menu .menu-item-10131.current-page-parent::before {
  background: #c50044;
  content: "";
  height: 100%;
  left: calc(1.5625rem * -1);
  position: absolute;
  top: 0;
  width: .25rem;
  display: block !important;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu .sub-menu li.current-menu-item > div > a {
    color: #c50044 !important;
    text-decoration: underline !important;
}

/* When submenu is open (has sub-open class) */
.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > .sub-open > div.menu-item-wrapper > a {
    color: #8b153d !important;
}

.nav-mobile-menu .nav-mobile-menu-wrap .mobile-menu > .sub-open > div.menu-item-wrapper > span.submenu-toggle svg path {
    stroke: #8b153d !important;
}

.disclaimer-content {
  margin-top: 4rem;
}

.main-nav .newnav-drops .dropdown-toggle[aria-expanded="true"] .globe-icon {
  color: #fff;
}

.main-nav .newnav-drops .dropdown:hover .globe-icon {
  color: #fff;
}

.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .wpml-ls-legacy-list-horizontal {
  flex-shrink: 0;
  width: 100%;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .wpml-ls-legacy-list-horizontal
  ul {
  display: flex;
  justify-content: space-around;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a
  span {
  display: none;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .wpml-ls {
  margin: 0;
  padding: 0;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .wpml-ls
  ul {
  display: flex;
  flex-direction: column;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .wpml-ls
  ul
  a {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  padding: 0.25rem 1.5rem;
  display: inline-flex;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .dropdown-toggle {
  padding: 15px 25px 15px 15px;
  font-size: 10px;
  font-weight: 700;
  color: #141414;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .dropdown-toggle:after {
  display: none;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .dropdown-toggle
  img {
  margin-left: 10px;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .dropdown-menu {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, 35px) !important;
}
.nav-mobile-menu
  .nav-mobile-menu-wrap
  .newnav-drops
  .dropdowns
  .dropdown
  .dropdown-menu
  a {
  font-size: 10px;
  font-weight: 700;
}
.nav-mobile-menu .nav-mobile-menu-wrap .socials {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.nav-mobile-menu .nav-mobile-menu-wrap .socials a {
  display: block;
  padding: 15px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/*=============================================
                    FILTERS
=============================================*/
#filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
@media (max-width: 714px) {
  #filters {
    justify-content: center;
  }
  #filters .dropdown {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#filters .btn {
  margin: 0 20px;
}
#filters .dropdown {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  #filters .dropdown {
    width: 100%;
    padding: 0 15px;
  }
}
#filters .dropdown .active-filter {
  z-index: 10;
  right: 29px;
  top: 33px;
  background: #ffffff;
  width: 45px;
  height: 38px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: none;
  cursor: pointer;
  max-height: 42px;
}
#filters .dropdown .active-filter:after {
  display: block;
  content: "";
  background-image: url(../img/x.svg);
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  float: right;
}
@media (max-width: 714px) {
  #filters .dropdown.dropdown1 {
    margin-right: 0;
  }
}
#filters .dropdown.dropdown1.active .active-filter {
  display: flex;
}
#filters .dropdown.dropdown1 .dropdown-toggle {
  font-weight: 500;
  color: #000000;
}
#filters .dropdown.dropdown1 .dropdown-toggle:after {
  display: block;
  content: "";
  background-image: url(../img/arw.svg);
  background-size: 16px 10px;
  background-position: center right;
  height: 10px;
  width: 16px;
  float: right;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.1s ease-in-out;
}
#filters .dropdown.dropdown2.active .active-filter {
  display: flex;
}
#filters .dropdown.dropdown2 .dropdown-toggle {
  font-weight: 500;
  color: #000000;
}
#filters .dropdown.dropdown2 .dropdown-toggle:after {
  display: block;
  content: "";
  background-image: url(../img/arw.svg);
  background-size: 16px 10px;
  background-position: center right;
  height: 10px;
  width: 16px;
  float: right;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 714px) {
  #filters .dropdown.dropdown2 {
    margin-left: 0;
  }
}
#filters .dropdown.show .dropdown-toggle svg {
  transform: rotate(180deg);
}
#filters .dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}
#filters .dropdown .work-area {
  font-size: 12px;
  font-weight: bold;
  margin-left: 22px;
  color: #c50044;
  margin-bottom: 10px;
  display: block;
}
#filters .dropdown .dropdown-menu {
  width: 100%;
  top: 10px !important;
  border: none;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  max-width: 330px;
}
#filters .dropdown .dropdown-menu li {
  position: relative;
}
#filters .dropdown .dropdown-menu li .filter-button {
  text-align: left;
  font-size: 16px;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
  font-weight: 500;
  color: #000000;
}
#filters .dropdown .dropdown-menu li .filter-button:hover {
  background: #a01441;
  color: #ffffff;
}
#filters .dropdown .dropdown-menu li .filter-button:hover span {
  background-color: #ffffff;
  color: #c50044;
}
#filters .dropdown .dropdown-menu li .filter-button .filter-count {
  position: absolute;
  right: 20px;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #a01441;
  top: 11px;
}
#filters .dropdown-toggle {
  width: 100%;
  border: 2px solid #000000;
  padding: 16px 22px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  display: flex;
  max-height: 46px;
}
@media screen and (min-width: 768px) {
  #filters .dropdown-toggle {
    width: 330px;
  }
}
@media screen and (min-width: 1200px) {
  #filters .dropdown-toggle {
    max-height: 46px;
  }
}
@media screen and (min-width: 1590px) {
  #filters .dropdown-toggle {
    max-height: 49px;
  }
}
#filters .dropdown-toggle svg {
  transition: all 0.1s ease-in-out;
  width: 16px;
}
#filters .dropdown-toggle:after {
  display: none;
}
@media screen and (min-width: 768px) {
  #filters .filter-mobile {
    display: none;
  }
}
#filters .filter-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #filters .filter-desktop {
    display: inline-block;
  }
}

.filters {
  justify-content: center;
  display: none;
}
.filters .filter-btn {
  margin: 0 10px;
}
.filters .filter-btn.active {
  background-color: #a01441;
  border: 2px solid #a01441;
  color: #ffffff;
  padding: 10px 30px;
  background-position-x: 80%;
  background-repeat: no-repeat;
  background-position-y: 15px;
}
@media (min-width: 960px) {
  .filters {
    display: flex;
  }
}

.filtersmob {
  justify-content: center;
  display: flex;
}
.filtersmob .filter-btn {
  margin: 0 5px;
}
.filtersmob .filter-btn.active {
  background-color: #a01441;
  border: 1px solid #a01441;
  color: #ffffff;
  padding: 10px 30px 10px 30px;
  background-position-x: 80%;
  background-repeat: no-repeat;
  background-position-y: 15px;
}
@media (min-width: 960px) {
  .filtersmob {
    margin: 0 10px;
  }
}
@media (min-width: 960px) {
  .filtersmob {
    display: none;
  }
}

.filter-btn:active,
.filter-btn.is-checked {
  background-color: #a01441;
  border-color: #a01441;
}

.filter-btn.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0deg, 0%, 0%, 0.8);
}

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

button.filter-button {
  width: 100%;
  border: none;
  background: #ffffff;
}

button.filter-btn {
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 30px;
  color: #231f20;
  border: 2px solid #231f20;
  border-radius: 50px;
  transition: 0.1s ease-in-out;
  background-color: transparent;
  margin: 0 10px;
}
button.filter-btn:focus,
button.filter-btn:active {
  border-color: inherit;
}
button.filter-btn.filter-mobile {
  margin: 0 5px;
}
button.filter-btn.active {
  background-color: #a01441;
  color: #ffffff;
  border: 2px solid #a01441;
}
@media only screen and (min-width: 768px) {
  button.filter-btn:hover {
    color: #ffffff;
    background-color: #a01441;
    border: 2px solid #a01441;
    text-decoration: none;
  }
}

footer.site {
  padding: 50px 15px 110px;
  position: relative;
  border-top: 1px solid #f0f0f0;
  background-size: cover;
  background-position: bottom center;
}
@media (min-width: 1024px) {
  footer.site {
    padding: 80px 5%;
  }
}
footer.site .bonus-sticker {
  position: fixed;
  right: 0;
  bottom: 80px;
  display: block;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 961px) {
  footer.site .bonus-sticker {
    top: 30%;
    bottom: unset;
  }
}
footer.site .newkontakt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer.site .newkontakt {
    flex-direction: row;
  }
}
footer.site .newkontakt .left {
  text-align: center;
}
footer.site .newkontakt .left .btn-new {
  display: none;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .left {
    text-align: left;
    margin-right: -50px;
  }
  footer.site .newkontakt .left .btn-new {
    display: inline-block;
  }
}
footer.site .newkontakt .left .footer-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 400;
  text-align: center;
  display: none;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .left .footer-title {
    text-align: left;
    max-width: 460px;
    display: block;
  }
}
footer.site .newkontakt .left .logo-wrap img {
  width: 100px;
  margin-bottom: 20px;
}
footer.site .newkontakt .left .btn-new {
  margin-bottom: 50px;
}
footer.site .newkontakt .right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1640px) {
  footer.site .newkontakt .right {
    flex-direction: row;
    gap: 100px;
  }
}
footer.site .newkontakt .right .links.desktop {
  display: none;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right .links.desktop {
    display: flex;
  }
}
footer.site .newkontakt .right .links.mobile ul {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right .links.mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right .links ul {
    margin: 0;
  }
}
footer.site .newkontakt .right .links ul li a {
  font-weight: bold;
  font-size: 14px;
}
footer.site .newkontakt .socials {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}
footer.site .newkontakt .socials.desktop {
  display: none;
  gap: 12px;
}
footer.site .newkontakt .socials.desktop .st0 {
  fill: #f0f0f0 !important;
}
footer.site .newkontakt .socials.desktop a:hover .st0 {
  fill: #a01441 !important;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .socials.desktop {
    display: flex;
    flex-wrap: nowrap;
  }
}
footer.site .newkontakt .socials.mobile {
  margin-bottom: 40px;
  justify-content: center;
  gap: 13px;
}
footer.site .newkontakt .socials.mobile .st0 {
  fill: #f0f0f0 !important;
}
footer.site .newkontakt .socials.mobile a {
  text-align: center;
}
footer.site .newkontakt .socials.mobile a:hover .st0 {
  fill: #a01441 !important;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .socials.mobile {
    display: none;
  }
}
footer.site .newkontakt .socials a {
  display: block;
}
footer.site .newkontakt .socials a img {
  width: 30px;
  height: 30px;
}
footer.site .newkontakt .socials a .white-icon {
  display: none;
}
footer.site .newkontakt .socials a:hover .white-icon {
  display: block;
}
footer.site .newkontakt .socials a:hover .gradient-icon {
  display: none;
}
footer.site .newkontakt .socials a:hover .st0 {
  fill: #a01441;
}
footer.site .newkontakt .socials a:hover .st1 {
  fill: #ffffff;
}
footer.site .newkontakt .socials a:hover .st0 {
  fill: #a01441;
}
footer.site .newkontakt .socials a:hover .st1 {
  fill: #ffffff;
}
footer.site .newkontakt .socials a svg {
  width: 28px;
  height: 28px;
  transition: all 0.1s ease-in-out;
}
footer.site .newkontakt .socials a svg .st1 {
  fill: #000;
}
footer.site .newkontakt .right p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right p {
    text-align: left;
  }
}
footer.site .newkontakt .right ul {
  margin: 0 0 40px 0;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right ul {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
  }
}
footer.site .newkontakt .right ul li a {
  color: #000;
  transition: all 0.1s ease-in-out;
}
footer.site .newkontakt .right ul li a:hover {
  color: #c43852;
}
footer.site .newkontakt .right .part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  footer.site .newkontakt .right .part.part-left .links ul {
    margin: 0;
  }
}
footer.site .newkontakt .right .part.part-left .links ul li a {
  font-weight: bold;
  font-size: 14px;
}

.footer-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  gap: 20px;
  margin-top: 7px;
}

.footer-images img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.footer-images .row img {
  display: inline-block;
  width: 48% !important;
}

.footer-images .row {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.centered-content p {
  text-align: center !important;
}
/* EVENT CALENDAR */
:root {
  --tec-font-size-0: 11px !important;
  --tec-font-size-1: 14px !important;
  --tec-font-size-2: 14px !important;
  --tec-font-size-3: 16px !important; /* This is our base */
  --tec-font-size-4: 16px !important;
  --tec-font-size-5: 16px !important;
  --tec-font-size-6: 16px !important;
  --tec-font-size-7: 22px !important;
  --tec-font-size-8: 16px !important;
  --tec-font-size-9: 32px !important;
  --tec-font-size-10: 42px !important;
}

.tribe-events-c-small-cta__price {
  font-size: 12px !important;
}
.tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 16px !important;
  font-weight: normal !important;
}
.tribe-events-single .tribe-events-sub-nav {
  padding-inline-start: 0 !important;
}

.clanok iframe[src*="podbean.com"] {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  border: none !important;
  display: block;
  box-sizing: border-box;
}

.clanok iframe[src*="youtube.com"] {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.blog-content-detail .clanok .content .wp-caption {
  width: 100% !important;
}

#it-community-unsubscribe.modal .form {
  padding: 25px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  border-radius: 15px;
  color: #333;
  font-size: 16px;
  border: none;
  outline: none;
}

#it-community-unsubscribe.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 30px;
}

#it-community-unsubscribe.modal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 30px;
  padding-bottom: 30px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#it-community-unsubscribe.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#it-community-unsubscribe.modal .close:hover,
#it-community-unsubscribe.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#it-community-unsubscribe.modal .modal-heading {
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 95%;
  text-align: center;
}

#it-community-unsubscribe.modal p {
  width: 80%;
}

@media (max-width: 1024px) {
  #it-community-unsubscribe.modal .modal-content {
    width: 100% !important;
    text-align: left;
  }
  #it-community-unsubscribe.modal p {
    width: 95% !important;
  }

  #it-community-unsubscribe.modal .modal-heading {
    text-align: left !important;
  }
}

#it-community-unsubscribe.modal .modal-dialog {
  max-width: 100%;
}

#it-community-unsubscribe-error.modal .modal-heading {
  margin-top: 20px;
  width: auto;
}

#it-community-unsubscribe-confirm.modal .form {
  padding: 25px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  border-radius: 15px;
  color: #333;
  font-size: 16px;
  border: none;
  outline: none;
}

#it-community-unsubscribe-confirm.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 30px;
}

#it-community-unsubscribe-confirm.modal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 30px;
  padding-bottom: 30px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#it-community-unsubscribe-confirm.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#it-community-unsubscribe-confirm.modal .close:hover,
#it-community-unsubscribe-confirm.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#it-community-unsubscribe-confirm.modal .modal-heading {
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 95%;
  text-align: center;
}

#it-community-unsubscribe-confirm.modal p {
  width: 80%;
}

@media (max-width: 1024px) {
  #it-community-unsubscribe-confirm.modal .modal-content {
    width: 100% !important;
    text-align: left;
  }
  #it-community-unsubscribe-confirm.modal p {
    width: 95% !important;
  }

  #it-community-unsubscribe-confirm.modal .modal-heading {
    text-align: left !important;
  }
}

#it-community-unsubscribe-confirm.modal .modal-dialog {
  max-width: 100%;
}

#it-community-unsubscribe-success.modal .form {
  padding: 25px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  border-radius: 15px;
  color: #333;
  font-size: 16px;
  border: none;
  outline: none;
}

#it-community-unsubscribe-success.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 30px;
}

#it-community-unsubscribe-success.modal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 30px;
  padding-bottom: 30px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#it-community-unsubscribe-success.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#it-community-unsubscribe-success.modal .close:hover,
#it-community-unsubscribe-success.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#it-community-unsubscribe-success.modal .modal-heading {
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 95%;
  text-align: center;
}

#it-community-unsubscribe-success.modal p {
  width: 80%;
}

@media (max-width: 1024px) {
  #it-community-unsubscribe-success.modal .modal-content {
    width: 100% !important;
    text-align: left;
  }
  #it-community-unsubscribe-success.modal p {
    width: 95% !important;
  }

  #it-community-unsubscribe-success.modal .modal-heading {
    text-align: left !important;
  }
}

#it-community-unsubscribe-success.modal .modal-dialog {
  max-width: 100%;
}

#it-community-unsubscribe-error.modal .form {
  padding: 25px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  border-radius: 15px;
  color: #333;
  font-size: 16px;
  border: none;
  outline: none;
}

#it-community-unsubscribe-error.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 30px;
}

#it-community-unsubscribe-error.modal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 30px;
  padding-bottom: 30px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#it-community-unsubscribe-error.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#it-community-unsubscribe-error.modal .close:hover,
#it-community-unsubscribe-error.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#it-community-unsubscribe-error.modal .modal-heading {
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 95%;
  text-align: center;
}

#it-community-unsubscribe-error.modal p {
  width: 80%;
}

@media (max-width: 1024px) {
  #it-community-unsubscribe-error.modal .modal-content {
    width: 100% !important;
    text-align: left;
  }
  #it-community-unsubscribe-error.modal p {
    width: 95% !important;
  }

  #it-community-unsubscribe-error.modal .modal-heading {
    text-align: left !important;
  }
}

#it-community-unsubscribe-error.modal .modal-dialog {
  max-width: 100%;
}

.concise-table-overflow {
  max-width: 100%;
  overflow-x: auto;
}
.concise-table {
  table-layout: fixed;
  min-width: 1000px;
}
.concise-table td,
.concise-table th {
  border: 1px solid #000;
  padding: 10px;
  font-size: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.blog-post .content table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; 
}

/* Header riadok */
.blog-post .content table > thead {
  background: #a01441;
}

.blog-post .content table > thead th,
.blog-post .content table > thead td {
  color: #fff;
}

.blog-post .content table > thead th {
  text-align: center;
  font-weight: bold;
}

/* Štýly pre samotné bunky */
.blog-post .content table td,
.blog-post .content table th {
  border: 1px solid #9595ae;
  padding: 10px;
  vertical-align: top;
}

/* Typografia pre bunky aj všetko v nich */
.blog-post .content table td,
.blog-post .content table th,
.blog-post .content table td *,
.blog-post .content table th * {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 1200px) {
  .blog-post .content table td,
  .blog-post .content table th,
  .blog-post .content table td *,
  .blog-post .content table th * {
    font-size: 16px;
  }
}

.page-template-page-povolanie .clanok .content .wp-caption {
  width: 100% !important;
}

#toc-heading {
  font-size: 1.1rem;
}
.toc-container {
  background: #f0f0f0;
  background: #f0f0f0;
  padding: 1rem 40px;
  border-radius: 25px;
  margin-bottom: 1rem;
}
.toc-container .toc-list {
  padding-left: 1rem;
}
.toc-container .toc-list li::marker {
  color: #c50044;
}
.toc-container .toc-list li a {
  font-weight: 500 !important;
}
section.blog-post .blog-content .toc-container #toc-heading {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .toc-container {
    padding: 1rem 40px;
    margin: 15px 0 15px;
  }
}

.post-breadcrumbs {
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.post-breadcrumbs a {
  color: #a3a3a3;
}

.post-breadcrumb-separator {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  flex-shrink: 0;
  background-image: url(../svg/arw-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px;
  transform: rotate(270deg);
}

.faq-row {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 0px;
}
section.blog-post .blog-content .faq-row h2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .faq-row {
    padding: 30px 0;
  }
}

.faq-row .card-header .btn {
  user-select: inherit;
}

.faq-row .small-title {
  color: #c50044;
}
.faq-row #accordion .card {
  border: none;
  border-radius: 12px;
  background-color: #f0f0f0;
  margin-bottom: 16px;
}

section.blog-post .clanok .content .faq-row #accordion .card {
  overflow: hidden;
  background-color: white;
  border: solid 2px #f0f0f0;
}
section.blog-post .clanok .content .faq-row #accordion .card .card-header {
  border-radius: 0;
  background-color: white;
}
section.blog-post
  .clanok
  .content
  .faq-row
  #accordion
  .card
  .card-header
  .btn-link {
  cursor: default;
}

section.blog-post
.clanok-row
  .clanok
  .content
  .faq-row
  #accordion
  .card
  .card-header
  .btn-link {
  cursor: text;
}

section.blog-post .clanok .content .faq-row #accordion .card .card-header h3 {
  padding-top: 0;
  padding-bottom: 0;
}
section.blog-post
  .clanok
  .content
  .faq-row
  #accordion
  .card
  .card-header
  .btn-link,
section.blog-post .clanok .content .faq-row #accordion .card .card-header h3 {
  background: #f0f0f0;
  color: black;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

section.blog-post .clanok .content .faq-row #accordion .card .card-body {
  padding: 20px;
}
section.blog-post .clanok .content .faq-row #accordion .card .card-body p {
  padding: 0 20px;
}
section.blog-post
  .clanok
  .content
  .faq-row
  #accordion
  .card
  .card-body
  p:last-child {
  margin-bottom: 0;
}
.faq-row #accordion .card:last-child {
  margin-bottom: 0;
}
.faq-row #accordion .card .card-header {
  padding: 0;
  border: none;
}
.faq-row #accordion .card .card-header .btn-link,
.faq-row #accordion .card .card-header h3 {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  font-weight: 700;
  color: #ffffff;
  border: none;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 15px;
  margin: 0;
}

@media (min-width: 360px) {
  .faq-row #accordion .card .card-header .btn-link,
  .faq-row #accordion .card .card-header h3 {
    padding: 15px;
  }
}
.faq-row #accordion .card .card-header .btn-link {
  background: linear-gradient(90deg, #a01441, #c43852);
}
.faq-row #accordion .card .card-header .btn-link .arw-wrap,
.faq-row #accordion .card .card-header h3 .arw-wrap {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  flex-shrink: 0;
}
.faq-row #accordion .card .card-header .btn-link .arw-wrap .arw,
.faq-row #accordion .card .card-header h3 .arw-wrap .arw {
  width: 14px;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .faq-row #accordion .card .card-header .btn-link,
  .faq-row #accordion .card .card-header h3 {
    font-size: 18px;
  }
}
.faq-row #accordion .card .card-header .btn-link.collapsed,
.faq-row #accordion .card .card-header h3.collapsed {
  background: #f0f0f0;
  color: #141414;
  border-radius: 12px;
}
.faq-row #accordion .card .card-header .btn-link.collapsed h3,
.faq-row #accordion .card .card-header h3.collapsed h3 {
  color: #000;
}
.faq-row #accordion .card .card-header .btn-link.collapsed .arw-wrap,
.faq-row #accordion .card .card-header h3.collapsed .arw-wrap {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: transparent;
  flex-shrink: 0;
}
.faq-row #accordion .card .card-header .btn-link.collapsed .arw-wrap .arw,
.faq-row #accordion .card .card-header h3.collapsed .arw-wrap .arw {
  width: 14px;
  transform: rotate(0);
}
.faq-row #accordion .card .card-header .btn-link:hover,
.faq-row #accordion .card .card-header h3:hover {
  text-decoration: none;
}
.faq-row #accordion .card .card-header .btn-link:focus,
.faq-row #accordion .card .card-header h3:focus {
  box-shadow: none;
  text-decoration: none;
}
.faq-row #accordion .card .card-body {
  color: #141414;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .faq-row #accordion .card .card-body {
    font-size: 16px;
  }
}

.article-card {
  display: flex;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 25px;
  margin: 2rem auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  width: 100%;
}

.article-card-wrap-image {
  width: 100%;
  position: relative;
}

.article-card-wrap-image img {
  height: 100%;
  border-radius: 5px;
}

.article-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
  color: #000;
}

.article-reading-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  color: #000;
}

.article-wrap-content {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}
.article-wrap-title {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.3 !important;
  margin: 10px 0 !important;
  color: #c50044;
}
.article-wrap-date {
}
.article-wrap-date .article-date {
  color: #838383;
  font-size: 14px;
  font-weight: 500;
}
section.blog-post .blog-content .clanok .article-wrap-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.article-sharing-card > p {
  display: none;
}
section.blog-post .blog-content .clanok .article-wrap-title a:hover {
  color: #c50044;
}
@media screen and (min-width: 1200px) and (max-width: 1590px) {
  .article-wrap-title {
    font-size: 22px;
  }
}
@media (min-width: 1590px) {
  .article-wrap-title {
    font-size: 22px;
  }
}

.article-wrap-excerpt {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1590px) {
  .article-wrap-excerpt {
    font-size: 16px;
  }
}

.article-read-more {
  margin-top: 15px;
  color: #c50044;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.article-card-wrap:hover .article-read-more {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .article-card {
    padding: 20px;
  }

  .article-card-wrap {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
}

.send-cv-mobile {
  border-radius: 10px !important;
  /* margin-top: 10px; */
  border: 1px solid #a01441 !important;
}
.send-cv-mobile:hover {
  color: #a01441 !important;
  background-color: white;
}

.send-cv-desktop {
  margin-right: 7px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #a01441 !important;
}

.send-cv-desktop:hover {
  background-color: white;
  border: 1px solid #a01441 !important;
}


.blog-slider--link:empty,
.blog-slider--link:not(:has(*)):not(:has(text)) {
  display: none !important;
}

.jobs-collapsible {
  overflow: hidden;
  position: relative;
}

@media (max-width: 1124px) {
  .jobs-collapsible .card {
    display: none;
  }

  .jobs-collapsible .card.visible {
  display: block;
  }
}

@media (min-width: 1124px) {
  .show-more-jobs-btn {
    display: none !important;
  }
}
ul.advantages-list {
  list-style: none !important;
  padding-left: 20px !important;
}

ul.advantages-list li {
  position: relative;
  padding-left: 12px !important;
}

ul.advantages-list li:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.25rem;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 544 402' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;'%3E%3Cg transform='matrix(33.3333,0,0,33.3333,-121.388,-225)'%3E%3Cpath d='M4.892,13.269L9.166,17.543L18.709,8' style='fill:none;fill-rule:nonzero;stroke:%2328a745;stroke-width:2.5px;'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Disadvantages list - red cross */
ul.disadvantages-list {
  list-style: none !important;
  padding-left: 20px !important;
}

ul.disadvantages-list li {
  position: relative;
  padding-left: 12px !important;
}

ul.disadvantages-list li:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.4rem;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 350 350' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(33.3333,0,0,33.3333,-225.248,-225.245)'%3E%3Cpath d='M16.95,8.464C17.34,8.074 17.34,7.441 16.95,7.05C16.559,6.66 15.926,6.66 15.536,7.05L12,10.586L8.465,7.05C8.074,6.66 7.441,6.66 7.05,7.05C6.66,7.441 6.66,8.074 7.05,8.464L10.586,12L7.05,15.536C6.66,15.926 6.66,16.559 7.05,16.95C7.441,17.34 8.074,17.34 8.465,16.95L12,13.414L15.536,16.95C15.926,17.34 16.559,17.34 16.95,16.95C17.34,16.559 17.34,15.926 16.95,15.536L13.414,12L16.95,8.464Z' fill='%23dc3545'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* .menu-item-has-children .menu-item-has-children .jobNumber {
  display: none !important;
} */

/* desktop bump */
@media screen and (min-width: 600px) {
  html:has(body.admin-bar) {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 600px) {
  body.admin-bar header.site {
        top: 32px !important;
    }
}

/* Styles for direct children of .main-menu */
.main-menu > .menu-item > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.main-menu > .menu-item > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 4px;
    background-color: #9B1741;
    transition: width 0.3s ease-in-out;
}

.main-menu > .menu-item > a:hover::after {
    width: 100%;
}

.sub-menu .menu-item > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.sub-menu .menu-item > a > span {
    position: relative;
    display: inline-block;
}

.sub-menu .menu-item > a > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: width 0.3s ease-in-out;
}

/* .sub-menu .menu-item > a:hover > span::after {
    width: 100%;
} */

.sub-menu .menu-item > a:hover > span {
    color: #c50044;
}

/* Sub-menu: first 3 equal, last one wider - default for all */
.main-menu > .menu-item > .sub-menu {
    display: flex;
    gap: 120px;
}

@media screen and (max-width: 1600px) {
  .main-menu > .menu-item > .sub-menu {
      gap: 60px;
  }  
}

.main-menu > .menu-item > .sub-menu > .menu-item {
    flex: 1;
}

/* Split-columns-2 takes double width */
.main-menu > .menu-item > .sub-menu > .menu-item.split-menu-parent.split-columns-2 {
    flex: 2;
}

.main-menu > .menu-item > .sub-menu > .menu-item:last-child:has(> .sub-header-title.block-header-content) {
    border-left: 1px solid #e0e0e0;
    padding-left: 120px;
}

/* Sub-menu-level-1: 2 columns layout - only for split-columns-2 */
.split-menu-parent.split-columns-2 > .sub-menu-level-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 120px;
}

.split-menu-parent.split-columns-2 > .sub-menu-level-1 > .menu-item {
    flex: 0 0 calc(50% - 60px);
}

@media (max-width: 1600px) {
  .split-menu-parent.split-columns-2 > .sub-menu-level-1 > .menu-item {
      flex: 0 0 calc(50% - 30px);
  }

  .split-menu-parent.split-columns-2 > .sub-menu-level-1 {
    gap: 0px 60px;
  }

  .main-menu > .menu-item > .sub-menu > .menu-item:last-child:has(> .sub-header-title.block-header-content) {
    padding-left: 60px;
}
}

.main-menu > li > ul.sub-menu > li:not(:last-child) {
    flex: 1;
}

.main-menu > li > ul.sub-menu > li:last-child {
    flex: 1;
    margin-left: auto;
}

/* Max-width 200px per column on large screens */
@media (min-width: 1200px) {
    .main-menu > .menu-item > .sub-menu > .menu-item {
        width: 200px;
        max-width: 200px;
    }

    .main-menu > .menu-item > .sub-menu > .menu-item.split-menu-parent.split-columns-2 {
        width: 460px;
        max-width: 460px;
    }

    .main-menu > .menu-item > .sub-menu > .menu-item:last-child {
        width: auto;
        max-width: none;
      flex: 0 0 400px; 
    }

}

@media (min-width: 1600px) {
    
    .main-menu > .menu-item > .sub-menu > .menu-item.split-menu-parent.split-columns-2 {
        width: 520px;
        max-width: 520px;
    }

    .main-menu > .menu-item > .sub-menu > .menu-item:last-child {
      width: auto;
      max-width: none;
      flex: 0 0 530px; 
    }

}

/* .main-menu > li:nth-child(3) > ul.sub-menu {
    display: flex !important;
} */
