/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/global.scss ***!
  \**********************************************************************************************************************/
@charset "UTF-8";
h1 {
  font-size: 6rem;
  margin: 50px 0;
}
@media (max-width: 2300px) {
  h1 {
    font-size: 4.9rem;
    margin: 30px 0;
  }
}
@media (max-width: 1700px) {
  h1 {
    font-size: 3.2rem;
    margin: 20px 0;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: 3rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.7rem;
  }
}

.small-h1 {
  font-family: "Manrope", serif;
  margin: 1rem 0;
  font-size: 1rem;
  text-align: center;
}

.variant-h1 {
  font-size: 4rem;
  margin: 1rem 0 0;
}
@media (max-width: 2300px) {
  .variant-h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1700px) {
  .variant-h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .variant-h1 {
    font-size: 2rem;
  }
}

.min-margin {
  margin: 0.5rem 0;
}

.big-h1 {
  font-size: 9rem;
  margin: 100px 0;
}
@media (max-width: 2300px) {
  .big-h1 {
    font-size: 7rem;
    margin: 50px 0;
  }
}
@media (max-width: 1700px) {
  .big-h1 {
    font-size: 5rem;
    margin: 30px 0;
  }
}
@media (max-width: 1250px) {
  .big-h1 {
    font-size: 3.5rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .big-h1 {
    font-size: 3rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .big-h1 {
    font-size: 3rem;
  }
}

h2, .big-h2 {
  font-size: 6rem;
  margin: 50px 0;
}
@media (max-width: 2300px) {
  h2, .big-h2 {
    font-size: 4.9rem;
    margin: 30px 0;
  }
}
@media (max-width: 1700px) {
  h2, .big-h2 {
    font-size: 3.2rem;
    margin: 20px 0;
  }
}
@media (max-width: 1250px) {
  h2, .big-h2 {
    font-size: 3rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  h2, .big-h2 {
    font-size: 2.5rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  h2, .big-h2 {
    font-size: 2.5rem;
  }
}

.small-h2 {
  font-size: 4rem;
  margin: 30px 0;
}
@media (max-width: 2300px) {
  .small-h2 {
    font-size: 3rem;
    margin: 20px 0;
  }
}
@media (max-width: 1700px) {
  .small-h2 {
    font-size: 2.2rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .small-h2 {
    font-size: 2rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .small-h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 2.3rem;
  margin: 2rem 0;
}
@media (max-width: 2300px) {
  h3 {
    font-size: 1.9rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 1700px) {
  h3 {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.big-h3 {
  font-size: 4rem;
  margin: 30px 0;
  line-height: 110%;
}
@media (max-width: 2300px) {
  .big-h3 {
    font-size: 3rem;
    margin: 20px 0;
  }
}
@media (max-width: 1700px) {
  .big-h3 {
    font-size: 2.2rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .big-h3 {
    font-size: 2rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .big-h3 {
    font-size: 2rem;
  }
}

h4, h5 {
  font-size: 2rem;
  margin: 1.5rem 0;
}
@media (max-width: 2300px) {
  h4, h5 {
    font-size: 1.8rem;
    margin: 1.3rem 0;
  }
}
@media (max-width: 1700px) {
  h4, h5 {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  h4, h5 {
    font-size: 1.3rem;
  }
}

p {
  margin: 0 0 1rem;
  line-height: 150%;
}
@media (min-width: 3701px) {
  p {
    font-size: 1.2rem;
  }
}

.text-big {
  font-size: 2.25rem;
  margin: 2.5rem 0;
  line-height: 1.3;
}
@media (max-width: 2300px) {
  .text-big {
    font-size: 1.8rem;
    margin: 2rem 0;
    line-height: 1.2;
  }
}
@media (max-width: 1700px) {
  .text-big {
    font-size: 1.5rem;
    margin: 1.3rem 0;
  }
}
@media (max-width: 768px) {
  .text-big {
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .text-big {
    font-size: 1.2rem;
  }
}
.text-big a {
  color: #161412;
}
.text-big a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.text-small {
  font-size: 1rem;
  margin: 3rem 0;
}
@media (max-width: 2300px) {
  .text-small {
    margin: 2rem 0;
  }
}
@media (max-width: 1700px) {
  .text-small {
    margin: 1rem 0;
  }
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 500 !important;
}

li > ul, li > ol {
  margin-left: 0;
}

@keyframes highlight {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.highlight-blocks {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  display: flex;
  position: relative;
  padding: 2px 10px 0;
}

.highlight-blocks.is--small {
  transform: scale(0.85);
}

.highlight {
  background-color: #00B7BD;
  width: 0.2em;
  height: 0.875em;
  animation: 1.5s infinite highlight;
  box-shadow: 0px 0px 10px 1px #00B7BD, 0px 0px 1px 0px #00B7BD;
}

.highlight-blocks-big {
  display: inline-flex;
  flex-direction: column-reverse;
  grid-column-gap: 6px;
  justify-content: center;
  top: -80px;
  padding: 2px 4px;
}
@media (max-width: 1700px) {
  .highlight-blocks-big {
    top: -40px;
  }
}
@media (max-width: 768px) {
  .highlight-blocks-big {
    top: -25px;
    padding: 2px;
  }
}
.highlight-blocks-big .highlight {
  height: 9px;
  width: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px #fff, 0px 0px 1px 0px #fff;
  animation: 2.5s infinite highlight;
}
@media (max-width: 768px) {
  .highlight-blocks-big .highlight {
    height: 5px;
    width: 3px;
  }
}

.highlight:nth-child(1) {
  animation-delay: 0s;
}

.highlight:nth-child(2) {
  animation-delay: 0.1s;
}

.highlight:nth-child(3) {
  animation-delay: 0.2s;
}

.highlight:nth-child(4) {
  animation-delay: 0.3s;
}

.highlight:nth-child(5) {
  animation-delay: 0.4s;
}

.highlight:nth-child(6) {
  animation-delay: 0.5s;
}
@media (max-width: 1700px) {
  .highlight:nth-child(6) {
    display: none;
  }
}

.highlight:nth-child(7) {
  animation-delay: 0.6s;
}
@media (max-width: 1700px) {
  .highlight:nth-child(7) {
    display: none;
  }
}

.highlight:nth-child(8) {
  animation-delay: 0.7s;
}
@media (max-width: 1700px) {
  .highlight:nth-child(8) {
    display: none;
  }
}

.highlight:nth-child(9) {
  animation-delay: 0.8s;
}
@media (max-width: 1700px) {
  .highlight:nth-child(9) {
    display: none;
  }
}

.highlight:nth-child(10) {
  animation-delay: 0.9s;
}
@media (max-width: 1700px) {
  .highlight:nth-child(10) {
    display: none;
  }
}

.mask {
  display: inline-block;
  line-height: 1.2;
}
.mask span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  line-height: inherit;
}
.mask span span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.js-enabled .hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 2s ease, transform 1s ease;
}

.js-enabled .visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.5s;
  transition: opacity 2s ease, transform 1s ease;
}

@keyframes fadeEffect {
  0%, 70% {
    opacity: 0; /* Dłuższy czas niewidoczności */
  }
  75% {
    opacity: 0.5; /* Średnia przezroczystość */
  }
  85% {
    opacity: 1; /* Pełna widoczność */
  }
  100% {
    opacity: 0.5; /* Powrót do średniej widoczności */
  }
}
@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg {
  z-index: 0;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  top: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  animation: delay 5s ease 1s forwards;
}

.text-with-button .cell-col {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.text-with-button .cell {
  background-color: #00B7BD;
  box-shadow: 0px 0px 20px 1px #00B7BD, 0px 0px 0px 0px #00B7BD;
  width: 5px;
  margin: 1px 0;
  height: 25px;
  opacity: 0;
  animation: fadeEffect 3.5s ease-in-out infinite;
  animation-delay: 0.1s;
}

.cell-col:nth-child(1) .cell {
  animation-delay: calc(var(--i) * 0.1s);
}

.cell-col:nth-child(2) .cell {
  animation-delay: calc(var(--i) * 0.2s + 1.5s); /* Przesunięcie kolumny */
}

.cell-col:nth-child(3) .cell {
  animation-delay: calc(var(--i) * 0.2s + 2.5s);
}

.cell-col:nth-child(4) .cell {
  animation-delay: calc(var(--i) * 0.3s);
}

.cell-col:nth-child(5) .cell {
  animation-delay: calc(var(--i) * 0.2s + 0.5s);
}

.cell-col:nth-child(6) .cell {
  animation-delay: calc(var(--i) * 0.2s + 2s);
}

.cell-col:nth-child(7) .cell {
  animation-delay: calc(var(--i) * 0.2s + 1.5s);
}

.cell-col:nth-child(8) .cell {
  animation-delay: calc(var(--i) * 0.2s + 0.5s);
}

.cell-col.var-1 {
  left: 3vw;
  top: 20px;
}

.cell-col.var-2 {
  left: 30vw;
  top: 20px;
}
@media (max-width: 768px) {
  .cell-col.var-2 {
    display: none;
  }
}

.cell-col.var-3 {
  left: 61vw;
  top: 20px;
}
@media (max-width: 768px) {
  .cell-col.var-3 {
    display: none;
  }
}

.cell-col.var-4 {
  right: 3vw;
  top: 20px;
}

.cell-col.var-5 {
  left: 3vw;
  bottom: 20px;
}

.cell-col.var-6 {
  left: 30vw;
  bottom: 20px;
}
@media (max-width: 768px) {
  .cell-col.var-6 {
    display: none;
  }
}

.cell-col.var-7 {
  left: 61vw;
  bottom: 20px;
}
@media (max-width: 768px) {
  .cell-col.var-7 {
    display: none;
  }
}

.cell-col.var-8 {
  right: 3vw;
  bottom: 10px;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #161412;
  position: relative;
}

.post, .page {
  margin: 0;
}

main, aside, .container {
  max-width: 2300px;
  width: 92%;
  margin: 0 auto;
}

.service-contracts {
  display: none;
}

.fc-item-title {
  line-height: 1 !important;
}

.heading-with-text .big-h1, .video-baner .mask {
  opacity: 0;
}

.visible .big-h1, .visible .mask {
  opacity: 1;
}

@media (max-width: 768px) {
  .certyfikat-rekrutacja img {
    max-height: 250px;
    width: auto;
  }
}
.small-content {
  max-width: 1130px;
  width: 92%;
  margin: 0 auto;
}
.small-content h1 {
  font-size: 4rem;
  margin: 30px 0;
}
@media (max-width: 2300px) {
  .small-content h1 {
    font-size: 3rem;
    margin: 20px 0;
  }
}
@media (max-width: 1700px) {
  .small-content h1 {
    font-size: 2.2rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .small-content h1 {
    font-size: 2rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .small-content h1 {
    font-size: 1.5rem;
  }
}
.small-content h2 {
  font-size: 2.2rem;
  margin: 2rem 0;
}
@media (max-width: 2300px) {
  .small-content h2 {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 1700px) {
  .small-content h2 {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .small-content h2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.small-content-body .site-main {
  max-width: 1130px;
  width: 92%;
  margin: 0 auto;
}
.small-content-body .site-main h1 {
  font-size: 4rem;
  margin: 30px 0;
}
@media (max-width: 2300px) {
  .small-content-body .site-main h1 {
    font-size: 3rem;
    margin: 20px 0;
  }
}
@media (max-width: 1700px) {
  .small-content-body .site-main h1 {
    font-size: 2.2rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .small-content-body .site-main h1 {
    font-size: 2rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .small-content-body .site-main h1 {
    font-size: 1.5rem;
  }
}
.small-content-body .site-main h2 {
  font-size: 2.2rem;
  margin: 2rem 0;
}
@media (max-width: 2300px) {
  .small-content-body .site-main h2 {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 1700px) {
  .small-content-body .site-main h2 {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .small-content-body .site-main h2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

blockquote {
  margin: 2rem 0;
  border-left: 5px solid #00B7BD;
  border-radius: 5px;
  padding: 20px;
  font-size: 2rem;
}
@media (max-width: 2300px) {
  blockquote {
    font-size: 1.8rem;
  }
}
@media (max-width: 1700px) {
  blockquote {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  blockquote {
    font-size: 1.3rem;
    margin: 1rem 0;
  }
}

.content-width-slim {
  max-width: 1520px;
  margin: 0 auto;
}
.content-width-slim a:hover {
  text-decoration: none !important;
}

a {
  color: #00B7BD;
  text-decoration: none;
  transition: color 0.4s ease;
}
a:hover {
  color: #00B7BD;
  text-decoration: underline;
  opacity: 0.99;
}
a:visited {
  color: #00B7BD;
}

.search-field {
  margin-bottom: 1rem !important;
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 1px dotted #161412;
}

.global-button {
  display: inline-flex;
}

a.button, .button, .wpcf7-submit {
  display: inline-flex;
  align-items: center; /* Wyrównuje elementy pionowo */
  gap: 0.5rem; /* Odstęp między tekstem a ikoną */
  background-color: transparent;
  color: #161412 !important;
  position: relative;
  overflow: hidden;
  border: 2px solid #161412;
  padding: 9px 24px 8px;
  border-radius: 30px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 2300px) {
  a.button, .button, .wpcf7-submit {
    padding: 7px 20px 6px;
  }
}
@media (max-width: 1250px) {
  a.button, .button, .wpcf7-submit {
    padding: 5px 16px 4px;
  }
}
a.button::after, .button::after, .wpcf7-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00B7BD;
  transition: left 0.4s ease;
  z-index: -1;
}
a.button::before, .button::before, .wpcf7-submit::before {
  height: 0 !important;
}
a.button:hover, .button:hover, .wpcf7-submit:hover {
  color: #fff !important;
  border: 2px solid #00B7BD;
  text-decoration: none;
}
a.button:hover::after, .button:hover::after, .wpcf7-submit:hover::after {
  left: 0;
}
a.button:hover svg, .button:hover svg, .wpcf7-submit:hover svg {
  fill: #fff;
}
a.button span, .button span, .wpcf7-submit span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  a.button span, .button span, .wpcf7-submit span {
    vertical-align: baseline;
  }
}
a.button span svg, .button span svg, .wpcf7-submit span svg {
  transition: fill 0.3s ease;
}
@media (max-width: 2300px) {
  a.button span svg, .button span svg, .wpcf7-submit span svg {
    width: 12px;
    height: 12px;
  }
}
a.button-primary, .button-primary, .wpcf7-submit-primary {
  background-color: #00B7BD;
  color: #fff !important;
  border-color: #00B7BD;
}
a.button-primary svg, .button-primary svg, .wpcf7-submit-primary svg {
  fill: #fff !important;
}
a.button-primary:hover, .button-primary:hover, .wpcf7-submit-primary:hover {
  color: #161412 !important;
  background-color: #161412 !important;
  text-decoration: none !important;
  border: 2px solid #fff !important;
}
a.button-primary:hover svg, .button-primary:hover svg, .wpcf7-submit-primary:hover svg {
  fill: #161412 !important;
}
a.button-primary::after, .button-primary::after, .wpcf7-submit-primary::after {
  background-color: #fff !important;
}
a.button-primary-dark, .button-primary-dark, .wpcf7-submit-primary-dark {
  background-color: #00B7BD;
  color: #fff !important;
  border-color: #00B7BD;
}
a.button-primary-dark svg, .button-primary-dark svg, .wpcf7-submit-primary-dark svg {
  fill: #fff !important;
}
a.button-primary-dark:hover, .button-primary-dark:hover, .wpcf7-submit-primary-dark:hover {
  color: #fff !important;
  background-color: transparent !important;
  text-decoration: none !important;
  border: 2px solid #161412 !important;
}
a.button-primary-dark:hover svg, .button-primary-dark:hover svg, .wpcf7-submit-primary-dark:hover svg {
  fill: #fff !important;
}
a.button-primary-dark::after, .button-primary-dark::after, .wpcf7-submit-primary-dark::after {
  background-color: #161412 !important;
}
a.button-dark, .button-dark, .wpcf7-submit-dark {
  background-color: #161412;
  color: #fff !important;
  border-color: #161412;
}
a.button-dark svg, .button-dark svg, .wpcf7-submit-dark svg {
  fill: #fff !important;
}
a.button-dark:hover, .button-dark:hover, .wpcf7-submit-dark:hover {
  color: #fff !important;
  background-color: #161412 !important;
  text-decoration: none !important;
  border: 2px solid #00B7BD !important;
}
a.button-dark:hover svg, .button-dark:hover svg, .wpcf7-submit-dark:hover svg {
  fill: #fff !important;
}
a.button-dark::after, .button-dark::after, .wpcf7-submit-dark::after {
  background-color: #00B7BD !important;
}

@media (max-width: 600px) {
  html[lang=pl-PL] a.button, .button {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}

.heading-link-color {
  color: #00B7BD;
}
.heading-link-color:hover {
  color: #00B7BD;
}

.with-highlight {
  display: flex;
  align-items: center;
}

.otgs-development-site-front-end {
  display: none;
}

select {
  border: none;
  border-bottom: 1px solid #161412;
  padding: 5px;
}
select:focus {
  outline: none;
}

.configurate-spacer .wp-block-spacer {
  height: 9rem;
}
@media (max-width: 2300px) {
  .configurate-spacer .wp-block-spacer {
    height: 7rem;
  }
}
@media (max-width: 1700px) {
  .configurate-spacer .wp-block-spacer {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .configurate-spacer .wp-block-spacer {
    height: 3rem;
  }
}
@media (max-width: 600px) {
  .configurate-spacer .wp-block-spacer {
    height: 2rem;
  }
}

form {
  width: 50%;
  max-width: 1150px;
}
@media (max-width: 1700px) {
  form {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  form {
    width: 90%;
  }
}
@media (max-width: 600px) {
  form {
    width: 100%;
  }
}
form .choose-checkbox {
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
form .wpcf7-list-item {
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 600px) {
  form .wpcf7-list-item {
    margin-bottom: 1rem;
  }
}
form .wpcf7-list-item-label {
  margin-left: 0.5rem;
}
form .contact-flex p {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  form .contact-flex p {
    flex-direction: column;
    gap: 0;
  }
}
form .contact-flex span {
  flex: 1;
}
form input[type=text], form input[type=email], form input[type=url], form input[type=password], form input[type=search], form input[type=number], form input[type=tel], form input[type=range], form input[type=date], form input[type=month], form input[type=week], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=color], form select {
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  form input[type=text], form input[type=email], form input[type=url], form input[type=password], form input[type=search], form input[type=number], form input[type=tel], form input[type=range], form input[type=date], form input[type=month], form input[type=week], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=color], form select {
    font-size: 1.2rem;
  }
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=number]:focus, form input[type=tel]:focus, form input[type=range]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=week]:focus, form input[type=time]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=color]:focus, form select:focus {
  outline: none;
  border-color: #161412;
}
form textarea {
  font-size: 1rem;
  border: none;
  background-color: #ECECEC;
  padding: 1rem;
  margin: 2rem 0 1.5rem 0;
}
form textarea:focus {
  outline: none;
  border: 1px solid #161412;
}
form ::placeholder {
  color: #161412;
}
form input[type=submit] {
  cursor: pointer;
}
form input[type=submit]:hover {
  background-color: #00B7BD;
}
form input[type=checkbox] {
  cursor: pointer;
}
form .contact-button, form input[type=submit] {
  text-align: right;
  margin-bottom: 2rem;
  position: relative;
}
form .wpcf7-spinner {
  position: absolute;
  right: 5px;
  bottom: 50px;
}
form .checkbox-accept span, form .wpcf7-acceptance span {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
form .recaptcha-info {
  font-size: 0.7rem;
}

.responsive-iframe-container, .responsive-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #161412;
}
@media (max-width: 600px) {
  .responsive-iframe-container, .responsive-iframe-wrapper {
    border-radius: 0;
  }
}
.responsive-iframe-container iframe, .responsive-iframe-container img, .responsive-iframe-container video, .responsive-iframe-wrapper iframe, .responsive-iframe-wrapper img, .responsive-iframe-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  object-fit: cover;
}
.responsive-iframe-container .only-teaser, .responsive-iframe-wrapper .only-teaser {
  cursor: default;
}
.responsive-iframe-container .yt-play-button, .responsive-iframe-wrapper .yt-play-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
}
.responsive-iframe-container .yt-play-button svg, .responsive-iframe-wrapper .yt-play-button svg {
  width: 64px;
  height: 64px;
}
.responsive-iframe-container .yt-play-button svg .circle, .responsive-iframe-wrapper .yt-play-button svg .circle {
  fill: #00B7BD;
}
.responsive-iframe-container .yt-play-button svg:hover .circle, .responsive-iframe-wrapper .yt-play-button svg:hover .circle {
  fill: #161412;
}
.responsive-iframe-container .yt-play-button svg:hover .arrow, .responsive-iframe-wrapper .yt-play-button svg:hover .arrow {
  stroke: #00B7BD;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .responsive-iframe-container .yt-play-button, .responsive-iframe-wrapper .yt-play-button {
    bottom: 10px;
    left: 10px;
  }
  .responsive-iframe-container .yt-play-button svg, .responsive-iframe-wrapper .yt-play-button svg {
    width: 50px;
    height: 50px;
  }
}
.responsive-iframe-container .dynamic, .responsive-iframe-wrapper .dynamic {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  bottom: auto;
  pointer-events: none;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.responsive-iframe-container .dynamic svg, .responsive-iframe-wrapper .dynamic svg {
  width: 150px;
  height: 150px;
}
@media (max-width: 2300px) {
  .responsive-iframe-container .dynamic svg, .responsive-iframe-wrapper .dynamic svg {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1700px) {
  .responsive-iframe-container .dynamic svg, .responsive-iframe-wrapper .dynamic svg {
    width: 100px;
    height: 100px;
  }
}

.panorama {
  padding-top: 40.9090909091%;
  border-radius: 0;
}
@media (max-width: 1100px) {
  .panorama {
    padding-top: 56.25%;
  }
}
.panorama iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vw;
  transform: translate(-50%, -57%);
}
@media (max-width: 1100px) {
  .panorama iframe {
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1100px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}
.history-back svg {
  fill: #161412;
}

.post-thumbnail {
  margin-top: 1rem;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.newsletter form {
  width: 100%;
}
.newsletter .checkbox-accept {
  margin-top: 3rem;
}
@media (max-width: 600px) {
  .newsletter .wp-block-spacer {
    height: 0 !important;
  }
}

.no-margin .text-with-image-column-two {
  margin: 0;
}

.contact-button a:hover {
  text-decoration: none !important;
}

.contact-details img {
  border-radius: 5px;
}

ol, ul {
  margin: 0;
}

.border-heading {
  border-top: 1px solid #676665;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

#CookiebotWidget-buttons button {
  background: #00B7BD !important;
  color: #fff !important;
  border-color: #00B7BD !important;
}

#CookiebotWidget svg {
  fill: #00B7BD !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-color: #00B7BD !important;
  color: #000 !important;
  background-color: #fff !important;
}

.grey-box {
  background: #ECECEC;
  border-radius: 5px;
  padding: 2rem;
}
@media (max-width: 768px) {
  .grey-box {
    padding: 1rem;
  }
}
.grey-box .heading-with-text {
  padding: 0;
}
.grey-box .box-with-icon-grid-two .box-with-icon-content {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .grey-box .box-with-icon-grid-two .box-with-icon-content {
    grid-template-columns: 1fr;
  }
}

.etc .etc-map iframe {
  filter: grayscale(100%) brightness(103%) contrast(100%);
}
@media (max-width: 600px) {
  .etc .etc-map iframe {
    height: 350px;
  }
}
.etc h1 span, .etc h2 span, .etc h3 span, .etc h4 span, .etc h5 span, .etc h6 span {
  color: #02AAD5 !important;
}
.etc .yt-play-button svg .circle {
  fill: #02AAD5 !important;
}
.etc .yt-play-button svg:hover .circle {
  fill: #161412 !important;
}
.etc .yt-play-button svg:hover .arrow {
  stroke: #02AAD5 !important;
  transition: all 0.3s ease;
}
.etc .button:hover {
  border: 2px solid #02AAD5 !important;
}
.etc .button::after {
  background-color: #02AAD5 !important;
}
.etc .text-with-full-image {
  padding-bottom: 0;
}
.etc .heading-with-text-wrapper-column {
  margin: 0 auto;
}
.etc .grey-box {
  padding: 1rem;
}
.etc .text-with-image-two-c .another-field img {
  padding: 0;
}
.etc .another-field {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .etc .another-field {
    padding-bottom: 1rem;
  }
  .etc .another-field p {
    flex-direction: row !important;
  }
}

.service h1 span, .service h2 span, .service h3 span, .service h4 span, .service h5 span, .service h6 span {
  color: #1E7E4A !important;
}
.service .yt-play-button svg .circle {
  fill: #1E7E4A !important;
}
.service .yt-play-button svg:hover .circle {
  fill: #161412 !important;
}
.service .yt-play-button svg:hover .arrow {
  stroke: #1E7E4A !important;
  transition: all 0.3s ease;
}
.service .button:hover {
  border: 2px solid #1E7E4A !important;
}
.service .button::after {
  background-color: #1E7E4A !important;
}

.content-small {
  max-width: 1940px;
  width: 90%;
  margin: auto;
}
@media (max-width: 1700px) {
  .content-small {
    width: 100%;
  }
}
.content-small .heading-with-text {
  padding-bottom: 0;
}
.content-small .box-with-icon-grid-four-normal .box-with-icon-content {
  gap: 35px;
  align-items: start;
}
@media (max-width: 1700px) {
  .content-small .box-with-icon-grid-four-normal .box-with-icon-content {
    gap: 20px;
  }
}
.content-small .box-with-icon-grid-four-normal .box-with-icon-content .big-h3 {
  font-size: 3rem;
}
@media (max-width: 2300px) {
  .content-small .box-with-icon-grid-four-normal .box-with-icon-content .big-h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1700px) {
  .content-small .box-with-icon-grid-four-normal .box-with-icon-content .big-h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .content-small .box-with-icon-grid-four-normal .box-with-icon-content .big-h3 {
    font-size: 1.8rem;
  }
}
.content-small .box-with-icon-grid-four-normal .box-with-icon-content .box-with-icon-item-content-no-icon.active {
  border-color: #161412;
}
@media (max-width: 600px) {
  .content-small .box-with-icon-grid-four-normal .box-with-icon-content .box-with-icon-item-content-no-icon {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .content-small .box-with-icon-grid-four-normal .box-with-icon-content .box-with-icon-item-content-no-icon .box-with-icon-text {
    padding-bottom: 0;
  }
}
.content-small .change-image-click img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.configurator {
  background-color: #161412;
  color: #fff;
}

.contact a, .contact-details a {
  color: #161412;
}
.contact a:hover, .contact-details a:hover {
  color: #00B7BD;
}

li {
  margin-bottom: 0.5rem;
}

#map {
  height: 1000px;
  width: 100%;
}
@media (max-width: 2300px) {
  #map {
    height: 800px;
  }
}
@media (max-width: 1700px) {
  #map {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  #map {
    height: 500px;
  }
}
@media (max-width: 600px) {
  #map {
    height: 400px;
  }
}

select {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}

.bio-page h1 {
  margin-bottom: 0;
}
.bio-page h3 {
  margin-top: 1rem;
}

.column-color .wp-block-column {
  padding-bottom: 3rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.column-color .wp-block-column:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  opacity: 0.99;
}
@media (max-width: 1100px) {
  .column-color .wp-block-column {
    padding-bottom: 1rem;
    margin: 1rem 0;
  }
}

.background-banner-text {
  padding: 12rem 2rem;
  border-radius: 5px;
}
@media (max-width: 2300px) {
  .background-banner-text {
    padding: 10rem 2rem;
  }
}
@media (max-width: 1700px) {
  .background-banner-text {
    padding: 8rem 2rem;
  }
}
@media (max-width: 768px) {
  .background-banner-text {
    padding: 5rem 1rem;
  }
}

.event-timeline h4 {
  font-size: 2.5rem;
  text-align: center;
  color: #00B7BD;
}
@media (max-width: 1100px) {
  .event-timeline h4 {
    font-size: 2rem;
  }
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content {
  padding: 2.5rem;
  border-radius: 5px;
  border: 2px solid #00B7BD;
  width: 354px;
  height: 366px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 1700px) {
  .event-timeline #BTimelineBlock-1 .timeline .timeline__content {
    width: 300px;
    height: 305px;
  }
}
@media (max-width: 1100px) {
  .event-timeline #BTimelineBlock-1 .timeline .timeline__content {
    width: 250px;
    height: 255px;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .event-timeline #BTimelineBlock-1 .timeline .timeline__content {
    width: 200px;
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .event-timeline #BTimelineBlock-1 .timeline .timeline__content {
    width: auto;
  }
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content::after, .event-timeline #BTimelineBlock-1 .timeline .timeline__content::before {
  display: none;
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover {
  background: #00B7BD;
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover .event-timeline-spacer, .event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover p, .event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover h4 {
  color: #fff;
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover .button {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover .button::after {
  background-color: transparent !important;
}
.event-timeline #BTimelineBlock-1 .timeline .timeline__content:hover .button svg {
  fill: #fff !important;
}
.event-timeline #BTimelineBlock-1 .timeline__item::after {
  background: #00B7BD;
}
.event-timeline #BTimelineBlock-1 .timeline-nav-button {
  border: none;
}
.event-timeline .timeline-nav-button:before {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
.event-timeline .timeline--horizontal .timeline__item {
  padding: 0 0 4rem;
}
.event-timeline .timeline--horizontal .timeline__item--bottom {
  padding: 0 0 4rem;
  transform: none !important;
}
.event-timeline .timeline--horizontal .timeline__item--bottom:after {
  top: 100%;
}
.event-timeline .timeline--horizontal .timeline__items {
  height: auto !important;
  padding: 0 0 5rem;
}

.event-timeline-spacer {
  margin: 3rem 0 2rem 0;
}
@media (max-width: 1700px) {
  .event-timeline-spacer {
    margin: 2rem 0 1rem 0;
  }
}

.wp-block-wp-maps-block .wpgmp_filter_wrappers {
  display: none;
}
.wp-block-wp-maps-block .wpgmp_pagination {
  display: none;
}
@media (max-width: 768px) {
  .wp-block-wp-maps-block .wpgmp_map {
    height: 400px !important;
  }
}
.wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box {
  border: 2px solid #00B7BD;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 350px !important;
  padding: 2rem !important;
}
@media (max-width: 600px) {
  .wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box {
    height: auto !important;
    padding: 1rem !important;
  }
}
.wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover {
  background: #00B7BD !important;
}
.wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover .fc-itemcontent-padding, .wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover .event-spacer, .wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover .fc-item-content, .wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover p, .wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover h4, .wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover a {
  color: #fff !important;
}
.wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover .button {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover .button::after {
  background-color: transparent !important;
}
.wp-block-wp-maps-block .wpgmp_listing_container .fc-item-box:hover .button svg {
  fill: #fff !important;
}
.wp-block-wp-maps-block .fc-item-content {
  text-align: center !important;
  margin: 2rem 0 !important;
  color: #161412 !important;
  font-size: 1rem !important;
}
.wp-block-wp-maps-block .place_title, .wp-block-wp-maps-block .fc-item-title {
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 2.5rem !important;
  text-align: center !important;
  color: #00B7BD !important;
  display: block !important;
  margin: 2rem 0 0 !important;
  text-transform: none !important;
  font-weight: 500 !important;
}
@media (max-width: 1100px) {
  .wp-block-wp-maps-block .place_title, .wp-block-wp-maps-block .fc-item-title {
    font-size: 2rem !important;
  }
}
.wp-block-wp-maps-block .event-spacer {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin: 2rem 0 3rem 0;
}
@media (max-width: 1700px) {
  .wp-block-wp-maps-block .event-spacer {
    margin: 1rem 0 2rem 0;
  }
}
.wp-block-wp-maps-block .fc-item-content {
  margin: 2rem 0 !important;
  color: #161412 !important;
}
.wp-block-wp-maps-block .wpgmp_infowindow, .wp-block-wp-maps-block .post_body {
  border: 2px solid #161412 !important;
}

.software .tile-item-single {
  display: block !important;
}
.software .tile-item-single h3 {
  font-family: "Barlow Condensed", sans-serif !important;
}
.software .tile-item-single p {
  color: #161412 !important;
  min-height: 90px;
}
@media (max-width: 2300px) {
  .software .tile-item-single p {
    min-height: 110px;
  }
}
.software .box-with-icon-icon img {
  width: 33px !important;
}
@media (max-width: 600px) {
  .software .box-with-icon-item {
    padding-bottom: 1rem !important;
  }
}
.software .card-box-slider-section .box-wrap-content {
  min-height: 420px !important;
}
@media (max-width: 600px) {
  .software .card-box-slider-section .box-wrap-content {
    min-height: 595px !important;
  }
}
@media (max-width: 1100px) {
  .software .logos-box .wp-block-columns {
    margin: 0 !important;
    justify-content: center !important;
  }
}
.software .logos-box .wp-block-column {
  border-radius: 5px;
}
@media (max-width: 1100px) {
  .software .logos-box .wp-block-column {
    max-width: 350px !important;
    margin: 0 0 1rem 0 !important;
  }
}
.software .logos-box .wp-block-column img {
  margin: 3rem 0;
  max-height: 185px;
  object-fit: contain;
}
@media (max-width: 1700px) {
  .software .logos-box .wp-block-column img {
    max-height: 150px;
    margin: 2rem 0;
  }
}
@media (max-width: 1100px) {
  .software .logos-box .wp-block-column img {
    max-height: 120px;
    margin: 1rem 0;
    padding: 1rem;
  }
}
.software .two-boxes .two-boxes-first {
  border: 1px solid #161412;
  border-radius: 5px;
  padding: 2rem;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .software .two-boxes .two-boxes-first {
    padding: 1rem;
  }
}
.software .two-boxes .two-boxes-first:hover {
  border-color: #00B7BD;
  background: #00B7BD;
  color: #fff;
}
.software .two-boxes .two-boxes-first:hover a {
  color: #fff !important;
  border-color: #fff !important;
}
.software .two-boxes .two-boxes-first:hover h2, .software .two-boxes .two-boxes-first:hover p {
  color: #fff !important;
}
.software .two-boxes .two-boxes-first:hover svg {
  fill: #fff !important;
}

.custom-options a::before {
  display: none;
}

.ppw-pwd-submit-btn {
  margin-top: 1rem;
}

.title-with-border {
  display: none;
}

.single form {
  width: 75%;
  margin: 2rem auto;
}
@media (max-width: 1250px) {
  .single form {
    width: 100%;
  }
}
.single form .wpcf7-submit {
  margin-top: 1rem;
}

.logo-ue {
  position: absolute;
  top: 150px;
  right: 20px;
  z-index: 10;
}
.logo-ue img {
  width: 130px;
}
@media (max-width: 2300px) {
  .logo-ue {
    top: 120px;
    right: 10px;
  }
  .logo-ue img {
    width: 100px;
  }
}
@media (max-width: 1100px) {
  .logo-ue {
    top: 90px;
  }
  .logo-ue img {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .logo-ue {
    top: 55px;
    right: 5px;
  }
  .logo-ue img {
    width: 60px;
  }
}

.portal-container form {
  max-width: 900px;
  width: 100%;
}
.portal-container form input[type=text], .portal-container form input[type=email], .portal-container form input[type=url], .portal-container form input[type=password], .portal-container form input[type=search], .portal-container form input[type=number], .portal-container form input[type=tel], .portal-container form input[type=range], .portal-container form input[type=date], .portal-container form input[type=month], .portal-container form input[type=week], .portal-container form input[type=time], .portal-container form input[type=datetime], .portal-container form input[type=datetime-local], .portal-container form input[type=color], .portal-container form select {
  padding: 20px 0;
}

.portal-message {
  margin: 10px 0 15px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 500;
}

.portal-success {
  background: #e6f9ec;
  border: 1px solid #29a345;
  color: #145c2e;
}

.portal-error {
  background: #fdeaea;
  border: 1px solid #e53935;
  color: #a12222;
}

#UseyourDrive .wpcp-thumb-view .files-container, #UseyourDrive .wpcp-thumb-view .folders-container {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)) !important;
}
@media (max-width: 1700px) {
  #UseyourDrive .wpcp-thumb-view .files-container, #UseyourDrive .wpcp-thumb-view .folders-container {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
}

#UseyourDrive .nav-header {
  min-height: 50px !important;
}

#UseyourDrive .folder .entry-info-name, #UseyourDrive .folder .entry-info-name a {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}

.uyd-hidepopout {
  visibility: hidden;
}

#UseyourDrive .entry-info, .UseyourDrive .entry-info {
  height: 60px !important;
}

#UseyourDrive .entry.hasfocus:not(.no-entries), #UseyourDrive .entry.is-selected, #UseyourDrive .entry.isdragged, #UseyourDrive .entry.popupopen, #UseyourDrive .entry:focus, #UseyourDrive .entry:not(.no-entries):hover, #UseyourDrive .image-container .entry-text, #UseyourDrive .image-folder, #UseyourDrive .image-folder .folder-text, #UseyourDrive [data-layout=grid] .has-fileinfo-on-hover .entry.file .entry-info {
  border-radius: 5px;
}
#UseyourDrive .entry.hasfocus:not(.no-entries):hover, #UseyourDrive .entry.is-selected:hover, #UseyourDrive .entry.isdragged:hover, #UseyourDrive .entry.popupopen:hover, #UseyourDrive .entry:focus:hover, #UseyourDrive .entry:not(.no-entries):hover:hover, #UseyourDrive .image-container .entry-text:hover, #UseyourDrive .image-folder:hover, #UseyourDrive .image-folder .folder-text:hover, #UseyourDrive [data-layout=grid] .has-fileinfo-on-hover .entry.file .entry-info:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
  background-color: #00B7BD !important;
}
#UseyourDrive .entry.hasfocus:not(.no-entries):hover .entry-info-name a, #UseyourDrive .entry.hasfocus:not(.no-entries):hover .entry-info-size, #UseyourDrive .entry.is-selected:hover .entry-info-name a, #UseyourDrive .entry.is-selected:hover .entry-info-size, #UseyourDrive .entry.isdragged:hover .entry-info-name a, #UseyourDrive .entry.isdragged:hover .entry-info-size, #UseyourDrive .entry.popupopen:hover .entry-info-name a, #UseyourDrive .entry.popupopen:hover .entry-info-size, #UseyourDrive .entry:focus:hover .entry-info-name a, #UseyourDrive .entry:focus:hover .entry-info-size, #UseyourDrive .entry:not(.no-entries):hover:hover .entry-info-name a, #UseyourDrive .entry:not(.no-entries):hover:hover .entry-info-size, #UseyourDrive .image-container .entry-text:hover .entry-info-name a, #UseyourDrive .image-container .entry-text:hover .entry-info-size, #UseyourDrive .image-folder:hover .entry-info-name a, #UseyourDrive .image-folder:hover .entry-info-size, #UseyourDrive .image-folder .folder-text:hover .entry-info-name a, #UseyourDrive .image-folder .folder-text:hover .entry-info-size, #UseyourDrive [data-layout=grid] .has-fileinfo-on-hover .entry.file .entry-info:hover .entry-info-name a, #UseyourDrive [data-layout=grid] .has-fileinfo-on-hover .entry.file .entry-info:hover .entry-info-size {
  color: #fff !important;
}

.wpcp-container-content .loader-spinner circle {
  stroke: #00B7BD !important;
}

.ilightbox-overlay.UseyourDrive .ilightbox-toolbar a[href*="wpcloudplugins.com"],
.ilightbox-overlay.UseyourDrive .ilightbox-logo,
.ilightbox-overlay.UseyourDrive .uyd-powered-by {
  display: none !important;
}

#UseyourDrive .files .entry {
  margin: 10px !important;
  border: 1px solid #e0e0e0 !important;
}
#UseyourDrive .files .entry .entry_block:has(.entry_thumbnail) .entry-info {
  background-color: #00B7BD !important;
  color: #fff !important;
}
#UseyourDrive .files .entry .entry_block:has(.entry_thumbnail) .entry-info a, #UseyourDrive .files .entry .entry_block:has(.entry_thumbnail) .entry-info i {
  color: #fff !important;
}

#UseyourDrive .wpcp-info-thumbnail img, .UseyourDrive .wpcp-info-thumbnail img {
  background: #fff !important;
}

/* .UseyourDrive img[src*="application/vnd.google-apps.folder"] {
  display: none !important;
} 
.UseyourDrive .uyd-entry.uyd-folder .uyd-thumb {
  background-image: url('/wp-content/themes/twoj-motyw/assets/img/folder-custom.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px 48px;
  background-color: transparent;
}  

#UseyourDrive ol.wpcp-breadcrumb>li a, #UseyourDrive .entry-info-button i, .UseyourDrive .entry-info-button i {
    &:hover {
       color: $main-link-hover-color !important;
    }
}
#UseyourDrive ol.wpcp-breadcrumb>li {
    &:hover {
        color: $main-link-hover-color !important;
    }
}
#UseyourDrive .tippy-content li>a, .UseyourDrive .tippy-content li>a {
    &:hover {
      background-color: $main-link-hover-color !important;
    }
}
#UseyourDrive .entry.hasfocus:not(.no-entries), #UseyourDrive .entry.is-selected, #UseyourDrive .entry.isdragged, #UseyourDrive .entry.popupopen, #UseyourDrive .entry:focus, #UseyourDrive .entry:not(.no-entries):hover, #UseyourDrive .image-container .entry-text, #UseyourDrive .image-folder, #UseyourDrive .image-folder .folder-text, #UseyourDrive [data-layout=grid] .has-fileinfo-on-hover .entry.file .entry-info {
   background-color: $main-link-hover-color !important;    
}
.wpcp-lightbox.ilightbox-holder .ilightbox-header.ilightbox-header-accent {
    background-color: $main-link-color !important;
}
    */
.ilightbox-header::after {
  content: "";
  position: absolute;
  top: 65px;
  right: 5px;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  background-image: url("https://ekoenergetyka.com/wp-content/uploads/2024/11/sygnet-bez-tla-black--1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
  z-index: 9999;
}

#UseyourDrive .button.secondary, #UseyourDrive .button.secondary:focus, #UseyourDrive .button.secondary:hover, .UseyourDrive .button.secondary, .UseyourDrive .button.secondary:focus, .UseyourDrive .button.secondary:hover {
  background: #00B7BD !important;
  color: #fff !important;
}

.isMobile .ilightbox-toolbar {
  bottom: 20px !important;
  top: auto !important;
  padding-top: 10px !important;
}

#UseyourDrive {
  scrollbar-width: thin;
  scrollbar-color: rgb(242.25, 242.25, 242.25) transparent !important;
}

/* .ilightbox-holder {
    z-index: 99999999999999999999999999999999999999999999999999999999 !important;
}  */
.ilightbox-toolbar {
  top: 0 !important;
  border-radius: 5px;
}

.documents-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 768px) {
  .documents-form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; /* kolor tła */
  -webkit-text-fill-color: #000000; /* kolor tekstu */
  transition: background-color 5000s ease-in-out 0s; /* zapobiega migotaniu */
}

.hamburger-menu {
  display: none !important;
}

#UseyourDrive .nav-header {
  border-bottom: none !important;
}

.intro-portal {
  text-align: center;
}
.intro-portal span {
  color: #00B7BD;
}

.logout-button {
  margin-top: 50px;
}
@media (max-width: 2300px) {
  .logout-button {
    margin-top: 30px;
  }
}
@media (max-width: 1700px) {
  .logout-button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .logout-button {
    margin-top: 15px;
  }
}

#UseyourDrive .entry_thumbnail {
  min-height: 480px;
}
@media (max-width: 2300px) {
  #UseyourDrive .entry_thumbnail {
    min-height: 450px;
  }
}
@media (max-width: 1700px) {
  #UseyourDrive .entry_thumbnail {
    min-height: 400px;
  }
}
@media (max-width: 1250px) {
  #UseyourDrive .entry_thumbnail {
    min-height: 360px;
  }
}
#UseyourDrive .entry_thumbnail img {
  margin-left: auto !important;
  transform: none !important;
  display: flex !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: top !important;
}

.portal-logged .tabs {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .portal-logged .tabs {
    margin: 2rem 0;
    justify-content: start;
    flex-wrap: unset;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.portal-logged .tab-button {
  background: #fff;
  border: 2px solid #161412;
  padding: 10px 25px;
  margin: 0 20px 0 0;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 50px;
}
@media (max-width: 1100px) {
  .portal-logged .tab-button {
    margin: 0 10px 0 0;
  }
}
.portal-logged .tab-button.active {
  background: #00B7BD;
  color: #fff;
  border: 2px solid #00B7BD;
  transition: all 0.3s ease;
}
.portal-logged .tab-content {
  position: relative;
}
.portal-logged .tab-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.portal-logged .tab-panel.active {
  display: block;
  opacity: 1;
}

.wpcp-lightbox.ilightbox-holder .ilightbox-header.ilightbox-header-accent {
  background-color: #00B7BD !important;
}

.single article {
  max-width: 1130px;
  margin: 60px auto;
}
@media (max-width: 2300px) {
  .single article {
    max-width: 1000px;
    margin: 40px auto;
  }
}
@media (max-width: 1700px) {
  .single article {
    max-width: 800px;
    margin: 30px auto;
  }
}
.single article .post-thumbnail {
  aspect-ratio: 1.7/1;
  overflow: hidden;
}
.single article .post-thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*  @include responsive ('full-hd') {
       max-height: 550px;
   }
   @include responsive ('laptop') {
       max-height: 450px;
   } */
}
.single article .entry-header {
  max-width: 80%;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 2300px) {
  .single article .entry-header {
    margin: 40px auto;
  }
}
@media (max-width: 1700px) {
  .single article .entry-header {
    margin: 30px auto;
    max-width: 100%;
  }
}
.single article .entry-title {
  font-size: 5rem;
  margin: 30px 0;
}
@media (max-width: 2300px) {
  .single article .entry-title {
    font-size: 4rem;
    margin: 20px 0;
  }
}
@media (max-width: 1700px) {
  .single article .entry-title {
    font-size: 3rem;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .single article .entry-title {
    font-size: 2.5rem;
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .single article .entry-title {
    font-size: 2rem;
  }
}
.single article .entry-content {
  padding-top: 20px;
}
.single article h2 {
  font-size: 3.5rem !important;
  margin: 3rem 0;
}
@media (max-width: 2300px) {
  .single article h2 {
    font-size: 3rem !important;
    margin: 2rem 0;
  }
}
@media (max-width: 1700px) {
  .single article h2 {
    font-size: 2rem !important;
    margin: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .single article h2 {
    font-size: 1.5rem !important;
    line-height: 1.2;
  }
}
.single article h2 strong {
  font-weight: 500 !important;
}
.single article h3 strong, .single article h4 strong, .single article h5 strong {
  font-weight: 500 !important;
}
.single article ul {
  margin-bottom: 1rem;
}
.single article img {
  margin-bottom: 1rem;
}
.single .nav-links {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .single .nav-links {
    margin-top: 3rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .single .nav-links .nav-next {
    text-align: left;
  }
}
.single .news-back {
  margin-top: 3rem;
  text-align: center;
}

.blog .all-posts, .archive .all-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  margin: 0;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .blog .all-posts, .archive .all-posts {
    grid-template-columns: 1fr;
  }
}
.blog .all-posts .posts-grid a, .archive .all-posts .posts-grid a {
  color: #161412;
}
.blog .all-posts .posts-grid a:hover, .archive .all-posts .posts-grid a:hover {
  text-decoration: none;
}
.blog .all-posts .posts-grid .post-image, .archive .all-posts .posts-grid .post-image {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1.7/1;
}
.blog .all-posts .posts-grid img, .archive .all-posts .posts-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
}
.blog .all-posts .posts-grid img:hover, .archive .all-posts .posts-grid img:hover {
  transform: scale(1.1);
}
.blog .all-posts .posts-grid .entry-header, .archive .all-posts .posts-grid .entry-header {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .blog .all-posts .posts-grid .entry-header, .archive .all-posts .posts-grid .entry-header {
    margin-bottom: 2rem;
    min-height: auto;
  }
}
.blog .all-posts .posts-grid .post-excerpt, .archive .all-posts .posts-grid .post-excerpt {
  margin: 2rem 0;
}
.blog .custom-pagination-wrap, .archive .custom-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .blog .custom-pagination-wrap, .archive .custom-pagination-wrap {
    font-size: 1.5rem;
  }
  .blog .custom-pagination-wrap svg, .archive .custom-pagination-wrap svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 600px) {
  .blog .custom-pagination-wrap, .archive .custom-pagination-wrap {
    font-size: 1.2rem;
  }
}
.blog .custom-pagination-wrap a:visited, .archive .custom-pagination-wrap a:visited {
  color: #161412;
}
.blog .custom-pagination-wrap .page-numbers, .archive .custom-pagination-wrap .page-numbers {
  width: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog .custom-pagination-wrap .page-numbers, .archive .custom-pagination-wrap .page-numbers {
    width: 24px;
  }
}
.blog .custom-pagination-wrap .current, .archive .custom-pagination-wrap .current {
  color: #00B7BD;
  text-decoration: underline;
}
.blog .custom-pagination-wrap svg, .archive .custom-pagination-wrap svg {
  vertical-align: middle;
}
.blog .post-after-content, .archive .post-after-content {
  margin: 2rem 0;
}

.site-header {
  width: 100%;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid lightgray;
  z-index: 999;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
  background-color: #fff;
}
@media (max-width: 2300px) {
  .site-header {
    padding: 30px 0;
  }
}
@media (max-width: 1700px) {
  .site-header {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  .site-header {
    padding: 15px 0;
  }
}
.site-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 100000;
  background-color: #fff;
}
.site-header.fixed.active {
  transform: translateY(0);
  opacity: 1;
}
.site-header .site-top {
  max-width: 2300px;
  width: 92%;
  margin: 0 auto;
}
.site-header p {
  font-weight: 400;
}
.site-header .custom-logo {
  position: relative;
  z-index: 9999999999;
  max-width: 260px;
  vertical-align: middle;
}
@media (max-width: 2300px) {
  .site-header .custom-logo {
    max-width: 200px;
  }
}
@media (max-width: 1700px) {
  .site-header .custom-logo {
    max-width: 170px;
  }
}
@media (max-width: 1250px) {
  .site-header .custom-logo {
    max-width: 160px;
  }
}
@media (max-width: 600px) {
  .site-header .custom-logo {
    max-width: 130px;
  }
}
.site-header .site-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .site-header .site-top {
    flex-wrap: wrap;
  }
}
.site-header .site-top a {
  color: #161412;
  font-size: 1.2rem;
}
@media (max-width: 2300px) {
  .site-header .site-top a {
    font-size: 1rem;
  }
}
.site-header .site-top a:hover {
  color: #00B7BD;
  opacity: 1;
}
.site-header .site-top a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.site-header .site-top a::before {
  background-color: #00B7BD;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.55s cubic-bezier(0.2, 0, 0.41, 1);
  width: 100%;
}
.site-header .site-top .site-branding a::before {
  bottom: -1px;
}
.site-header .site-top .main-navigation {
  display: flex;
  width: auto;
  z-index: 1;
}
@media (max-width: 1100px) {
  .site-header .site-top .main-navigation {
    display: none;
  }
}
.site-header .site-top .main-navigation ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 60px;
  margin: 0;
  padding: 0;
}
@media (max-width: 2300px) {
  .site-header .site-top .main-navigation ul {
    gap: 50px;
  }
}
@media (max-width: 1700px) {
  .site-header .site-top .main-navigation ul {
    gap: 25px;
  }
}
@media (max-width: 1250px) {
  .site-header .site-top .main-navigation ul {
    gap: 10px;
  }
}
.site-header .site-top .main-navigation ul li {
  padding: 10px;
}
.site-header .site-top .main-navigation ul .current_page_item a {
  color: #00B7BD;
}
.site-header .site-top .main-navigation ul a {
  text-decoration: none;
}
.site-header .site-top .main-navigation li {
  padding: 5px;
}
.site-header .site-top .main-navigation .current_page_item a {
  color: #00B7BD;
}
.site-header .site-top .main-navigation a {
  text-decoration: none;
}
.site-header .site-top .main-navigation .sub-menu {
  margin-top: 1px;
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 2300px) {
  .site-header .site-top .main-navigation .sub-menu {
    padding: 30px 0;
  }
}
@media (max-width: 1700px) {
  .site-header .site-top .main-navigation .sub-menu {
    padding: 25px 0;
  }
}
.site-header .site-top .main-navigation .sub-menu li {
  padding: 10px;
}
.site-header .site-top .main-navigation .sub-menu a {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.site-header .site-top .main-navigation .sub-menu svg {
  vertical-align: bottom;
  margin-right: 1rem;
}
* .site-header .site-top .main-navigation .sub-menu::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid lightgray;
  background-color: #fff;
}
.site-header .site-top .right-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1250px) {
  .site-header .site-top .right-header {
    gap: 5px;
  }
}
@media (max-width: 1100px) {
  .site-header .site-top .right-header {
    display: none;
  }
}
.site-header .list-item-hamburger {
  display: none;
}
@media (max-width: 1100px) {
  .site-header .list-item-hamburger {
    display: block;
  }
}
.site-header .hamburger-menu {
  width: 25px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
.site-header .hamburger-menu .hamburger-menu-button {
  position: relative;
  width: 25px;
  height: 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.site-header .hamburger-menu .hamburger-menu-button::before, .site-header .hamburger-menu .hamburger-menu-button::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background-color: #161412;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.site-header .hamburger-menu .hamburger-menu-button::before {
  top: -3px;
}
.site-header .hamburger-menu .hamburger-menu-button::after {
  top: 5px;
}
.site-header .hamburger-menu.open .hamburger-menu-button::before {
  top: 0;
  transform: rotate(45deg);
}
.site-header .hamburger-menu.open .hamburger-menu-button::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-wrapper {
  visibility: hidden;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 400px;
  top: 75px;
  right: -100vw;
  z-index: 10;
  transition: 0.5s ease-in-out;
  display: none;
}
@media (max-width: 1100px) {
  .menu-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-wrapper {
    top: 65px;
  }
}
@media (max-width: 600px) {
  .menu-wrapper {
    top: 55px;
  }
}
.menu-wrapper.active {
  right: 0;
  visibility: visible;
  z-index: 999;
  overflow-y: auto;
}
.menu-wrapper .site-top-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 80px auto 0;
  max-width: 92%;
  min-height: 600px;
  height: 100%;
}
@media (max-width: 600px) {
  .menu-wrapper .site-top-mobile {
    margin: 60px auto 0;
  }
}
.menu-wrapper .site-top-mobile .menu-item-has-children svg {
  vertical-align: sub;
  margin-right: 1rem;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile {
  width: 100%;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile .menu-item.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile .menu-item.menu-item-has-children > a .arrow {
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  margin-left: 10px;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile .menu-item.menu-item-has-children.open > a {
  margin-bottom: 10px;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile .menu-item.menu-item-has-children.open > a .arrow {
  transform: rotate(180deg);
  fill: #00B7BD;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile .menu-item.menu-item-has-children.open > .sub-menu {
  height: auto;
  padding-left: 20px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
.menu-wrapper .site-top-mobile .main-navigation-mobile .menu-item.menu-item-has-children > .sub-menu {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.menu-wrapper .site-top-mobile ul {
  margin: 0;
  padding: 0;
}
.menu-wrapper .site-top-mobile li {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
.menu-wrapper .site-top-mobile a {
  color: #161412;
  font-size: 1.2rem;
}
.menu-wrapper .site-top-mobile a:hover {
  color: #00B7BD;
  opacity: 1;
  text-decoration: none;
}

.language-switcher {
  padding: 0 0 0 0;
  /* @include responsive ('full-hd') {
      padding: 0 0 0 25px;
  }
  @include responsive ('laptop') {
      padding: 0 0 0 20px;
  }
  @include responsive ('laptop-small') {
      padding: 0 0 0 10px;
  }
  @include responsive ('notebook') {
      padding: 0;
  } */
}

.custom-select-original {
  display: none;
}

.custom-select-wrapper {
  position: relative;
  cursor: pointer;
}

.custom-select-display {
  color: #161412;
  padding: 9px;
  position: relative;
  border-bottom: 2px solid #161412;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
@media (max-width: 2300px) {
  .custom-select-display {
    padding: 7px;
    font-size: 1rem;
  }
}
@media (max-width: 1250px) {
  .custom-select-display {
    padding: 5px;
  }
  .custom-select-display span {
    max-width: 60px;
    font-size: 0.7rem;
  }
}
@media (max-width: 1100px) {
  .custom-select-display span {
    max-width: none;
    font-size: 1rem;
  }
}

.custom-select-display svg {
  transition: transform 0.3s ease;
}

.custom-select-wrapper.active .custom-select-display svg {
  transform: rotate(180deg);
}

.custom-options {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #161412;
  overflow: hidden;
  z-index: 999;
  display: none;
  overflow: hidden;
}
@media (max-width: 2300px) {
  .custom-options {
    top: 45px;
  }
}

.menu-button {
  cursor: pointer;
}
.menu-button:hover {
  color: #00B7BD;
}

.custom-options a {
  padding: 10px;
  color: #161412;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
}

.custom-options a:hover {
  color: #00B7BD;
  text-decoration: none;
}

.custom-select-wrapper.active .custom-options {
  display: block;
}

.mobile-header-bottom {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 50px 0;
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-header-bottom .contact-button {
  padding-bottom: 50px;
}
.mobile-header-bottom .language-switcher {
  width: 100%;
  margin-bottom: 30px;
}
.mobile-header-bottom .language-switcher .custom-select-display {
  justify-content: space-between;
}
.mobile-header-bottom .language-switcher .custom-options {
  top: -105px;
}
.mobile-header-bottom .language-switcher a {
  font-size: 1rem;
  text-align: left;
}
.mobile-header-bottom .language-switcher a:hover {
  border: none;
}

.contact-button span {
  margin-left: 5px;
}
.contact-button a:hover span {
  fill: #00B7BD;
}

.sub-menu svg {
  fill: none;
}
.sub-menu a:hover svg path {
  stroke: #00B7BD !important;
  fill: none !important;
}

.site-footer {
  position: relative;
  background-color: #161412;
  color: #d9d9d9;
  padding: 65px 0 160px;
  margin-top: 65px;
  /*  --scroll-progress: 0;
   border-radius: calc(200vw * (1 - var(--scroll-progress)))
                 calc(200vw * (1 - var(--scroll-progress))) 
                 0 0;
   transition: border-radius 0.1s ease; */
}
@media (max-width: 2300px) {
  .site-footer {
    padding: 50px 0 110px;
  }
}
@media (max-width: 1700px) {
  .site-footer {
    padding: 40px 0 80px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer .footer-logo {
  margin-bottom: 70px;
}
@media (max-width: 2300px) {
  .site-footer .footer-logo {
    margin-bottom: 50px;
  }
}
@media (max-width: 1700px) {
  .site-footer .footer-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 1250px) {
  .site-footer .footer-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-logo {
    margin-bottom: 15px;
  }
}
.site-footer .footer-logo img {
  max-width: 260px;
  vertical-align: middle;
}
@media (max-width: 2300px) {
  .site-footer .footer-logo img {
    max-width: 200px;
  }
}
@media (max-width: 1700px) {
  .site-footer .footer-logo img {
    max-width: 170px;
  }
}
@media (max-width: 1250px) {
  .site-footer .footer-logo img {
    max-width: 160px;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-logo img {
    max-width: 130px;
  }
}
.site-footer .grid-column-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 150px;
}
@media (max-width: 2300px) {
  .site-footer .grid-column-footer {
    gap: 100px;
  }
}
@media (max-width: 1700px) {
  .site-footer .grid-column-footer {
    gap: 75px;
  }
}
@media (max-width: 1250px) {
  .site-footer .grid-column-footer {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .site-footer .grid-column-footer {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .site-footer .grid-column-footer {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.site-footer .grid-footer-item h3 {
  font-family: "Manrope", sans-serif;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .site-footer .grid-footer-item h3 {
    white-space: normal;
  }
}
.site-footer .grid-footer-item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .grid-footer-item ul li {
  margin-bottom: 2px;
}
@media (max-width: 1100px) {
  .site-footer .grid-footer-item ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .site-footer .grid-footer-item ul li {
    margin-bottom: 10px;
  }
}
.site-footer .grid-footer-item a {
  text-decoration: none;
  color: #d9d9d9;
}
.site-footer .grid-footer-item a:hover {
  color: #00B7BD;
  text-decoration: underline;
}
.site-footer .footer-text-four {
  margin-bottom: 30px;
}
.site-footer .footer-text_one p {
  line-height: 1.6;
}
.site-footer .social-icons {
  margin-top: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 65px;
}
@media (max-width: 2300px) {
  .site-footer .social-icons {
    margin-top: 100px;
    gap: 45px;
  }
}
@media (max-width: 1700px) {
  .site-footer .social-icons {
    margin-top: 80px;
    gap: 35px;
  }
}
@media (max-width: 1250px) {
  .site-footer .social-icons {
    margin-top: 60px;
    gap: 30px;
    justify-content: flex-start;
  }
}
.site-footer .social-icons a:hover {
  color: none;
}
.site-footer .social-icons img:hover {
  filter: brightness(0) saturate(100%) invert(63%) sepia(41%) saturate(6084%) hue-rotate(145deg) brightness(96%) contrast(102%);
}
