/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

:root {
  --sokol-blue: #1769aa;
  --sokol-deep: #102f55;
  --sokol-orange: #ef6c00;
  --sokol-ink: #172033;
  --sokol-muted: #5b6677;
  --sokol-line: #dce4ec;
  --sokol-surface: #f4f7fa;
}
body {
  color: var(--sokol-ink);
  background: #fff;
}
a {
  color: var(--sokol-blue);
}
.sokol-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--sokol-line);
  box-shadow: 0 4px 18px rgba(16, 47, 85, 0.08);
}
.sokol-site-header .g-container {
  display: flex;
  align-items: center;
}
.g-offcanvas-toggle {
  color: var(--sokol-blue);
}
.sokol-logo img {
  max-height: 64px;
  width: auto;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: var(--sokol-ink);
  font-weight: 600;
  border-radius: 0.45rem;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
  background: var(--sokol-blue);
}
.sokol-showcase {
  padding: 0;
}
.sokol-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(7, 32, 61, 0.94) 0%, rgba(16, 47, 85, 0.76) 58%, rgba(16, 47, 85, 0.28) 100%), url('../images/hero.jpg?6a8082e9') center / cover no-repeat;
}
.sokol-hero__inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5.5rem 0;
}
.sokol-hero__eyebrow {
  margin: 0 0 1rem;
  color: #9fd1ff;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sokol-hero h1 {
  max-width: 860px;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4.7rem);
  line-height: 1.05;
}
.sokol-hero p:not(.sokol-hero__eyebrow) {
  max-width: 720px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
}
.button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0.3rem 0.5rem 0.3rem 0;
  padding: 0.75rem 1.15rem;
  color: #fff;
  background: var(--sokol-orange);
  border: 2px solid var(--sokol-orange);
  border-radius: 0.5rem;
  font-weight: 700;
  text-decoration: none;
}
.button:hover, .btn:hover {
  color: #fff;
  filter: brightness(0.92);
}
.button--outline {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.sokol-inner-hero {
  min-height: 190px;
  background: linear-gradient(90deg, rgba(7, 32, 61, 0.91), rgba(16, 47, 85, 0.48)), url('../images/hero.jpg?6a8082e9') center 44% / cover no-repeat;
}
.sokol-main {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
.sokol-main h1, .sokol-main h2, .sokol-main h3 {
  color: var(--sokol-deep);
  line-height: 1.2;
}
.sokol-main img {
  max-width: 100%;
  height: auto;
}
.sokol-main table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
.sokol-main th, .sokol-main td {
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--sokol-line);
}
.sokol-card-grid, .sokol-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.sokol-card, .sokol-contact__grid > a {
  overflow: hidden;
  color: var(--sokol-ink);
  background: #fff;
  border: 1px solid var(--sokol-line);
  border-radius: 0.8rem;
  box-shadow: 0 10px 30px rgba(16, 47, 85, 0.09);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sokol-card:hover, .sokol-contact__grid > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(16, 47, 85, 0.16);
}
.sokol-card img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.sokol-card span, .sokol-contact__grid > a {
  display: block;
  padding: 1rem;
  font-weight: 700;
}
.sokol-contact__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}
.sokol-contact__grid span {
  display: block;
  margin-top: 0.3rem;
  color: var(--sokol-blue);
  font-weight: 500;
}
.sokol-contact__note {
  padding: 1rem 1.2rem;
  background: var(--sokol-surface);
  border-left: 4px solid var(--sokol-blue);
}
.sokol-people-callout {
  display: grid;
  grid-template-columns: minmax(240px, 42%) 1fr;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0;
  padding: 1.5rem;
  background: var(--sokol-surface);
  border-radius: 1rem;
}
.sokol-people-callout img {
  width: 100%;
  border-radius: 0.7rem;
}
.sokol-footer a, .sokol-footer h3 {
  color: #fff;
}
.sokol-footer a:hover {
  color: #9fd1ff;
}
.sokol-footer .g-container {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
}
.sokol-footer .g-content {
  padding-inline: 0.75rem;
}
@media (max-width: 900px) {
  .g-offcanvas-toggle {
    top: 1.15rem;
    right: 1rem;
    left: auto;
    z-index: 1000;
    color: var(--sokol-blue);
    background: #fff;
    border: 1px solid var(--sokol-line);
    border-radius: 0.45rem;
    box-shadow: 0 4px 14px rgba(16, 47, 85, 0.14);
  }
  .sokol-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sokol-hero {
    min-height: 480px;
  }
}
@media (max-width: 600px) {
  .sokol-card-grid, .sokol-contact__grid, .sokol-people-callout {
    grid-template-columns: 1fr;
  }
  .sokol-hero__inner {
    padding: 4rem 0;
  }
  .sokol-inner-hero {
    min-height: 125px;
  }
}
/* Modernised public-site components. */
.sokol-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: var(--sokol-ink) !important;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container {
  color: #fff !important;
  background: var(--sokol-blue) !important;
  transform: translateY(-1px);
}
#g-header .g-main-nav .g-toplevel > li:hover .g-menu-item-title, #g-header .g-main-nav .g-toplevel > li.active .g-menu-item-title, #g-header .g-main-nav .g-toplevel > li.g-selected .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li:hover .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-selected .g-menu-item-title {
  color: #fff !important;
}
.sokol-slider {
  --sokol-slide-progress: 20%;
  position: relative;
  width: min(100%, 1500px);
  min-height: clamp(360px, 52vw, 680px);
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background: #0b294a;
  box-shadow: 0 28px 70px rgba(10, 39, 72, 0.22);
  isolation: isolate;
}
.sokol-slider__track {
  position: absolute;
  inset: 0;
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 0.72, 0.18, 1);
  will-change: transform;
}
.sokol-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.sokol-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(4, 20, 39, 0.38), transparent);
}
.sokol-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 6s ease;
}
.sokol-slide.is-active img {
  transform: scale(1);
}
.sokol-slide__caption {
  position: absolute;
  z-index: 2;
  left: clamp(1rem, 4vw, 3.5rem);
  bottom: clamp(1.2rem, 4vw, 3rem);
  display: grid;
  gap: 0.3rem;
  width: min(620px, calc(100% - 11rem));
  padding: 1rem 1.15rem;
  color: #fff;
  background: rgba(7, 32, 61, 0.72);
  border-left: 4px solid var(--sokol-orange);
  border-radius: 0.3rem 0.8rem 0.8rem 0.3rem;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}
.sokol-slide__caption strong {
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  line-height: 1.15;
}
.sokol-slide__caption span {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.86rem, 1.3vw, 1rem);
  line-height: 1.4;
}
.sokol-inner-slider-module .g-content {
  margin: 0;
  padding: 0;
}
.sokol-inner-slider {
  width: min(1180px, calc(100% - 2rem));
  min-height: clamp(230px, 28vw, 350px);
  margin: 2rem auto;
  border-radius: 1rem;
}
.sokol-inner-slider .sokol-slide__caption {
  bottom: 1.35rem;
  width: min(540px, calc(100% - 10rem));
  padding: 0.8rem 1rem;
}
.sokol-inner-slider .sokol-slide__caption strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.sokol-inner-slider .sokol-slider__dots {
  bottom: 1.25rem;
}
.sokol-slider__button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #fff;
  background: rgba(8, 31, 56, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  place-items: center;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.sokol-slider__button:hover, .sokol-slider__button:focus-visible {
  background: var(--sokol-blue);
  transform: translateY(-50%) scale(1.06);
}
.sokol-slider__button--prev {
  left: clamp(1rem, 3vw, 2.5rem);
}
.sokol-slider__button--next {
  right: clamp(1rem, 3vw, 2.5rem);
}
.sokol-slider__dots {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: 1.6rem;
  display: flex;
  gap: 0.55rem;
}
.sokol-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 50%;
  transition: width 0.25s ease, background-color 0.25s ease;
  cursor: pointer;
}
.sokol-slider__dot.is-active {
  width: 32px;
  background: #fff;
  border-radius: 99px;
}
.sokol-slider__progress {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.22);
}
.sokol-slider__progress::after {
  content: "";
  display: block;
  width: var(--sokol-slide-progress);
  height: 100%;
  background: var(--sokol-orange);
  transition: width 0.5s ease;
}
.sokol-main .article-info {
  display: none;
}
.sokol-main > .g-container {
  width: min(1240px, calc(100% - 2rem));
}
.sokol-news .g-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
}
.sokol-news .g-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--sokol-line), transparent);
}
.sokol-news .g-content-array > .g-grid, .titleprod .g-content-array > .g-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0 0 1.25rem;
}
.sokol-news .g-block, .titleprod .g-block {
  width: auto;
  min-width: 0;
}
.sokol-news .g-content, .titleprod .g-content {
  height: 100%;
  margin: 0;
  padding: 0;
}
.sokol-news .g-array-item, .titleprod .g-array-item {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--sokol-line);
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(16, 47, 85, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.sokol-news .g-array-item:hover, .titleprod .g-array-item:hover {
  border-color: rgba(23, 105, 170, 0.42);
  box-shadow: 0 20px 46px rgba(16, 47, 85, 0.16);
  transform: translateY(-4px);
}
.sokol-news .g-array-item-image, .titleprod .g-array-item-image {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f9fc, #eef3f8);
}
.sokol-news .g-array-item-image img, .titleprod .g-array-item-image img {
  width: 100%;
  height: 150px;
  padding: 0.35rem;
  object-fit: contain;
  transition: transform 0.45s ease;
}
.sokol-news .g-array-item:hover img, .titleprod .g-array-item:hover img {
  transform: scale(1.035);
}
.sokol-news .g-array-item-title, .sokol-news .g-array-item-details, .sokol-news .g-array-item-text, .sokol-news .g-array-item-read-more, .titleprod .g-array-item-title, .titleprod .g-array-item-text {
  margin-right: 1rem;
  margin-left: 1rem;
}
.sokol-news .g-array-item-title, .titleprod .g-array-item-title {
  margin-top: 1rem;
}
.sokol-news .g-array-item-title h3, .titleprod .g-array-item-title h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}
.sokol-news .g-array-item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  margin-top: 0.7rem;
  color: var(--sokol-muted);
  font-size: 0.82rem;
}
.sokol-news .g-array-item-category, .sokol-news .g-array-item-hits {
  display: none;
}
.sokol-news .g-array-item-text {
  display: -webkit-box;
  margin-top: 0.8rem;
  overflow: hidden;
  color: var(--sokol-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sokol-news .g-array-item-read-more {
  margin-top: auto;
  padding: 0.7rem 0 1rem;
}
.sokol-news .g-array-item-read-more .button {
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  color: var(--sokol-blue);
  background: transparent;
  border: 1px solid rgba(23, 105, 170, 0.3);
  font-size: 0.86rem;
}
.sokol-leaders {
  min-height: 0;
  margin: 0 0 2.5rem;
  border-radius: 1.2rem;
  aspect-ratio: 2.8235294118;
}
.sokol-leaders .sokol-slide {
  display: block;
  background: #1769aa;
}
.sokol-leaders .sokol-slide::after {
  display: none;
}
.sokol-leaders .sokol-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sokol-leader__details {
  position: absolute;
  z-index: 2;
  inset: 0 5% 0 48%;
  display: flex;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  flex-direction: column;
  justify-content: center;
}
.sokol-leader__details .sokol-kicker {
  color: #9fd1ff;
}
.sokol-leader__details h2 {
  margin: 0.25rem 0 0.8rem;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}
.sokol-leader__details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.7;
}
.sokol-leader__details a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
}
.sokol-kicker {
  margin: 0 0 0.5rem;
  color: var(--sokol-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sokol-map-module {
  margin-bottom: 2rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sokol-line);
  border-radius: 1rem;
  box-shadow: 0 16px 42px rgba(16, 47, 85, 0.11);
}
.sokol-map-module iframe {
  display: block;
  width: 100%;
  min-height: 430px;
  border: 0;
}
.sokol-contact-form {
  margin: 2rem 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(145deg, #fff, #f4f8fc);
  border: 1px solid var(--sokol-line);
  border-radius: 1.2rem;
  box-shadow: 0 18px 48px rgba(16, 47, 85, 0.11);
}
.sokol-contact-form__intro {
  max-width: 720px;
  margin-bottom: 1.6rem;
}
.sokol-contact-form__intro h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 3.5vw, 2.7rem);
}
.sokol-contact-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}
.sokol-form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.4rem;
}
.sokol-form-field--wide {
  grid-column: 1 / -1;
}
.sokol-form-field label {
  color: var(--sokol-deep);
  font-size: 0.9rem;
  font-weight: 750;
}
.sokol-form-field input, .sokol-form-field textarea {
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  color: var(--sokol-ink);
  background: #fff;
  border: 1px solid #cbd7e3;
  border-radius: 0.65rem;
  box-shadow: inset 0 1px 2px rgba(16, 47, 85, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.sokol-form-field input:focus, .sokol-form-field textarea:focus {
  border-color: var(--sokol-blue);
  box-shadow: 0 0 0 4px rgba(23, 105, 170, 0.12);
  outline: 0;
}
.sokol-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--sokol-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.sokol-form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.14rem;
  flex: 0 0 auto;
  accent-color: var(--sokol-blue);
}
.sokol-form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--sokol-muted);
  font-size: 0.85rem;
}
.sokol-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.sokol-form-message {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 0.7rem;
}
.sokol-form-message--success {
  color: #175c36;
  background: #e9f8ef;
  border: 1px solid #a9dfbe;
}
.sokol-form-message--error {
  color: #8a2832;
  background: #fff0f1;
  border: 1px solid #efb8bd;
}
.sokol-video {
  position: relative;
  margin: 0 0 2rem;
  overflow: hidden;
  background: #071d34;
  border-radius: 1rem;
  box-shadow: 0 20px 52px rgba(16, 47, 85, 0.2);
  aspect-ratio: 1.7777777778;
}
.sokol-video iframe, .sokol-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sokol-about-content {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: #24384d;
  font-size: 1.03rem;
  line-height: 1.78;
}
.sokol-about-content > h1, .sokol-about-content > h3 {
  color: #10375f;
  line-height: 1.2;
}
.sokol-about-content > h1 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.sokol-about-content > h3 {
  margin: 2.7rem 0 1.2rem;
  padding-left: 1rem;
  border-left: 4px solid #f17822;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}
.sokol-about-content p {
  margin: 0 0 1.25rem;
}
.sokol-about-content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 1.8rem auto;
  border-radius: 1rem;
  box-shadow: 0 18px 46px rgba(16, 47, 85, 0.14);
}
.sokol-main .item-page > p > img, .sokol-main .com-content-article__body > p > img {
  margin: 1rem auto;
  border-radius: 0.8rem;
  box-shadow: 0 14px 36px rgba(16, 47, 85, 0.12);
}
.tablevak {
  background: #fff;
  border-radius: 0.8rem;
}
.tablevak tr {
  transition: background-color 0.2s ease;
}
.tablevak tr:not(.trnone):hover {
  background: #f3f8fc;
}
.tablevak td {
  vertical-align: top;
}
.sokol-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease var(--sokol-reveal-delay, 0ms), transform 0.55s ease var(--sokol-reveal-delay, 0ms);
}
.sokol-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .sokol-news .g-content-array > .g-grid, .titleprod .g-content-array > .g-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .sokol-slider {
    min-height: 390px;
  }
  .sokol-slider__button {
    width: 44px;
    height: 44px;
  }
  .sokol-slider__button--prev {
    left: 0.7rem;
  }
  .sokol-slider__button--next {
    right: 0.7rem;
  }
  .sokol-slider__dots {
    right: 1rem;
    bottom: 1rem;
  }
  .sokol-slide__caption, .sokol-inner-slider .sokol-slide__caption {
    right: 1rem;
    bottom: 3rem;
    left: 1rem;
    width: auto;
    padding: 0.75rem 0.85rem;
  }
  .sokol-inner-slider {
    width: calc(100% - 1.25rem);
    min-height: 260px;
    margin: 0.8rem auto;
  }
  .sokol-inner-slider .sokol-slider__button {
    width: 38px;
    height: 38px;
  }
  .sokol-news .g-content-array > .g-grid, .titleprod .g-content-array > .g-grid, .sokol-contact-form__fields {
    grid-template-columns: 1fr;
  }
  .sokol-leaders {
    min-height: 610px;
    aspect-ratio: auto;
  }
  .sokol-leaders .sokol-slide {
    display: grid;
    grid-template-rows: 56% 44%;
  }
  .sokol-leaders .sokol-slide img {
    position: relative;
    inset: auto;
    height: 100%;
    grid-row: 1;
    object-fit: cover;
    object-position: 15% center;
  }
  .sokol-leader__details {
    position: relative;
    inset: auto;
    padding: 1.5rem 1.25rem 3.6rem;
    grid-row: 2;
    background: linear-gradient(135deg, #0c2b4f, #1769aa);
  }
  .sokol-leader__details h2 {
    font-size: 1.45rem;
  }
  .sokol-leader__details p {
    font-size: 0.9rem;
  }
  .sokol-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .sokol-form-field--wide {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .sokol-reveal {
    opacity: 1;
    transform: none;
  }
}
/*# sourceMappingURL=custom_14.css.map */