@import url("https://use.typekit.net/dvn5uow.css");
@font-face {
  font-family: 'Roboto';
  src: url("../../minax-shk/assets/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../../minax-shk/assets/fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: url("../../minax-gedis/assets/fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("../../minax-gedis/assets/fonts/Poppins/Poppins-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  src: url("../../minax-gedis/assets/fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("../../minax-gedis/assets/fonts/Poppins/Poppins-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  src: url("../../minax-gedis/assets/fonts/Poppins/Poppins-Black.woff2") format("woff2"), url("../../minax-gedis/assets/fonts/Poppins/Poppins-Black.woff") format("woff"); }

.wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1920px;
  margin: 0 auto; }

.wp-site-blocks > * {
  margin-block-start: 0;
  margin-block-end: 0; }

body.page-template-blank .wp-site-blocks {
  max-width: unset; }

.entry-content {
  overflow-x: hidden; }

/* Typography */
.font-komet {
  font-family: "komet", sans-serif;
  font-weight: 800;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "komet", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2 !important;
  text-wrap-style: balance;
  hyphens: auto; }
  @media only screen and (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
      hyphens: unset; } }

h1,
.h1 {
  font-size: 40px !important; }
  @media only screen and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 80px !important; } }

h2,
.h2 {
  font-size: 30px !important; }
  @media only screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 70px !important; } }

h3,
.h3 {
  font-size: 24px !important; }
  @media only screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 26px !important; } }

h4,
.h4 {
  font-size: 20px !important; }
  @media only screen and (min-width: 768px) {
    h4,
    .h4 {
      font-size: 20px !important; } }

p,
.p,
.wp-block-post-content p + ul li {
  font-size: 18px !important; }
  @media only screen and (min-width: 768px) {
    p,
    .p,
    .wp-block-post-content p + ul li {
      font-size: 18px !important; } }

.wp-block-post-content a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--primary); }

/* Text Colors */
.minax-text-standard {
  color: var(--wp--preset--color--text); }

.minax-text-primary {
  color: var(--wp--preset--color--primary); }

.minax-text-secondary {
  color: var(--wp--preset--color--secondary); }

/* Display none */
.minax-d-none {
  display: none; }
  @media only screen and (max-width: 768px) {
    .minax-d-none-mobile {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .minax-d-none-tablet {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .minax-d-none-desktop {
      display: none; } }

/* Container and Blocks */
.wp-block-group > .minax-block {
  margin-bottom: 2em; }
  @media only screen and (min-width: 768px) {
    .wp-block-group > .minax-block {
      margin-bottom: 4em; } }

.minax-block .container {
  max-width: var(--wp--style--global--wide-size); }

body.page-template-blank .minax-block .container {
  max-width: unset; }

body {
  color: var(--wp--preset--color--text) !important; }

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

.wp-block-group > .wp-block-group {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  @media only screen and (min-width: 768px) {
    .wp-block-group > .wp-block-group {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.container-small {
  max-width: Min(84vw, 800px) !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* Img Src */
.isc-source-text a {
  text-decoration: none; }

.minax-block {
  position: relative; }
  .minax-block .isc-source-text {
    position: absolute;
    font-size: 0.9em;
    background-color: #333333;
    color: white;
    opacity: 0.7;
    padding: 2px 0.35em !important;
    text-shadow: none;
    display: flex;
    right: 5px;
    z-index: 9999;
    width: auto;
    border-radius: 5px !important;
    height: fit-content;
    width: fit-content !important;
    left: unset !important;
    top: 5px !important; }
    .minax-block .isc-source-text a {
      text-decoration: none; }
    .minax-block .isc-source-text .source {
      display: none;
      margin-left: 3px; }
    .minax-block .isc-source-text:hover .source {
      display: inline; }

/* Footer */
footer {
  padding-bottom: var(--wp--preset--spacing--40);
  background-color: var(--wp--preset--color--background); }
  @media screen and (min-width: 768px) {
    footer {
      padding-bottom: 100px; } }

/* Scroll to Top */
.scroll-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 2px solid transparent; }
  .scroll-to-top.primary {
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary); }
    .scroll-to-top.primary:hover {
      background-color: var(--wp--preset--color--secondary);
      border-color: var(--wp--preset--color--secondary); }
  .scroll-to-top.secondary {
    background-color: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--secondary); }
    .scroll-to-top.secondary:hover {
      background-color: var(--wp--preset--color--primary);
      border-color: var(--wp--preset--color--primary); }
  .scroll-to-top svg {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .scroll-to-top {
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      padding: 5px; } }
  @media (min-width: 1920px) {
    .scroll-to-top {
      right: calc((100vw - 1920px) / 2 + 30px); } }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

a:focus, a:active,
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: 2px solid;
  outline-offset: 2px; }

/* Custom Classes */
.wp-site-blocks .box-shadow {
  box-shadow: 0px 3px 6px #00000029; }

.wp-site-blocks .bg-gradient {
  background: var(--wp--preset--gradient--primary-gradient); }

.wp-site-blocks .bg-orange,
.wp-site-blocks .bg-primary {
  background-color: var(--wp--preset--color--primary) !important; }

.wp-site-blocks .bg-purple,
.wp-site-blocks .bg-secondary {
  background-color: var(--wp--preset--color--secondary) !important; }

.wp-site-blocks .bg-text {
  background-color: var(--wp--preset--color--text); }

.wp-site-blocks .bg-green,
.wp-site-blocks .bg-background {
  background-color: var(--wp--preset--color--background); }

.wp-site-blocks .bg-gray,
.wp-site-blocks .bg-background-light {
  background-color: var(--wp--preset--color--background-light); }

.minax-btn {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  padding-left: 45px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  font-size: 24px;
  font-family: "komet", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  hyphens: auto;
  cursor: pointer; }
  .minax-btn .wp-block-button__link {
    width: fit-content; }
  @media (min-width: 768px) {
    .minax-btn {
      padding-left: 90px;
      height: 75px;
      font-size: 26px; } }
  .minax-btn:hover {
    color: var(--wp--preset--color--text); }
    .minax-btn:hover:before {
      background-image: url("../../minax-shk/assets/img/chevron-right-dark.svg"); }
  .minax-btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary);
    background-image: url("../../minax-shk/assets/img/chevron-right.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center; }
    @media (min-width: 768px) {
      .minax-btn:before {
        width: 75px;
        height: 75px;
        background-size: 30px; } }
  .minax-btn.white {
    color: #fff; }
    .minax-btn.white:hover {
      color: var(--wp--preset--color--text); }

/* ACF Forms */
.af-form .af-fields {
  display: flex;
  flex-wrap: wrap; }

.af-form .af-submit {
  margin-left: auto;
  width: 100%; }

.af-form .af-field {
  border-top-width: 0 !important; }
  .af-form .af-field:not(.col-12) {
    width: 100%; }
    @media (min-width: 768px) {
      .af-form .af-field:not(.col-12) {
        width: 100%; } }
  .af-form .af-field label {
    font-family: "komet", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2;
    hyphens: auto;
    color: #fff; }
  .af-form .af-field p.af-field-instructions {
    font-size: 0.875em !important;
    font-weight: 400; }
  .af-form .af-field input,
  .af-form .af-field select,
  .af-form .af-field textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--wp--preset--color--background-light);
    color: #fff;
    border-radius: 0;
    font-family: "komet", sans-serif; }

.af-form .af-submit-button {
  text-decoration: none;
  padding-left: 45px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  font-size: 24px;
  font-family: "komet", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  hyphens: auto;
  background: transparent;
  box-shadow: unset;
  border: none;
  color: #fff;
  margin-left: auto; }
  @media (min-width: 768px) {
    .af-form .af-submit-button {
      padding-left: 90px;
      height: 75px;
      font-size: 26px; } }
  .af-form .af-submit-button:hover {
    color: #fff; }
    .af-form .af-submit-button:hover:before {
      background-image: url("../../minax-shk/assets/img/chevron-right-dark.svg"); }
  .af-form .af-submit-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSItNS41IDAgMjYgMjYiIHZlcnNpb249IjEuMSIgZmlsbD0iIzAwMDAwMCI+PHNjcmlwdCB4bWxucz0iIi8+Cgo8ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoKPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cgo8ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDx0aXRsZT5jaGV2cm9uLXJpZ2h0PC90aXRsZT4gPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaCBCZXRhLjwvZGVzYz4gPGRlZnM+IDwvZGVmcz4gPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+IDxnIGlkPSJJY29uLVNldC1GaWxsZWQiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NzQuMDAwMDAwLCAtMTE5Ni4wMDAwMDApIiBmaWxsPSIjZmZmIj4gPHBhdGggZD0iTTQ4OC40MDQsMTIwNy4zNiBMNDc3LjYzNywxMTk3LjYgQzQ3Ni44MDYsMTE5Ni43NiA0NzUuNDU5LDExOTYuNzYgNDc0LjYyOSwxMTk3LjYgQzQ3My43OTgsMTE5OC40MyA0NzMuNzk4LDExOTkuNzcgNDc0LjYyOSwxMjAwLjYgTDQ4My44ODUsMTIwOSBMNDc0LjYyOSwxMjE3LjQgQzQ3My43OTgsMTIxOC4yMyA0NzMuNzk4LDEyMTkuNTcgNDc0LjYyOSwxMjIwLjQgQzQ3NS40NTksMTIyMS4yNCA0NzYuODA2LDEyMjEuMjQgNDc3LjYzNywxMjIwLjQgTDQ4OC40MDQsMTIxMC42NCBDNDg4Ljg1NCwxMjEwLjE5IDQ4OS4wNTIsMTIwOS41OSA0ODkuMDE1LDEyMDkgQzQ4OS4wNTIsMTIwOC40MSA0ODguODU0LDEyMDcuODEgNDg4LjQwNCwxMjA3LjM2IiBpZD0iY2hldnJvbi1yaWdodCIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgc3R5bGU9IiYjMTA7ICAgIGZpbGw6ICM0YTg0OGM7JiMxMDsiPiA8L3BhdGg+IDwvZz4gPC9nPiA8L2c+Cgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center; }
    @media (min-width: 768px) {
      .af-form .af-submit-button:before {
        width: 75px;
        height: 75px;
        background-size: 30px; } }

.af-form .af-success {
  color: #fff;
  font-weight: bold; }

.af-form .acf-notice p {
  font-size: 13px !important; }

.accept-data-privacy-with-button .data-privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .accept-data-privacy-with-button .data-privacy input[type="checkbox"] {
    width: 20px; }
  .accept-data-privacy-with-button .data-privacy label {
    width: calc(100% - 30px);
    hyphens: auto; }
    .accept-data-privacy-with-button .data-privacy label p {
      margin-bottom: 0; }

.accept-data-privacy-with-button .button {
  margin-top: 1em;
  text-align: center; }
  .accept-data-privacy-with-button .button .btn {
    border-radius: 0;
    margin-bottom: 10px; }
    .accept-data-privacy-with-button .button .btn:focus, .accept-data-privacy-with-button .button .btn:active {
      color: #fff; }
  .accept-data-privacy-with-button .button .btn.disabled {
    background-color: #666;
    border-bottom: 5px solid #666;
    pointer-events: initial;
    text-decoration: none; }
    .accept-data-privacy-with-button .button .btn.disabled:hover {
      background-color: var(--wp--preset--color--primary);
      box-shadow: unset; }
    .accept-data-privacy-with-button .button .btn.disabled:focus, .accept-data-privacy-with-button .button .btn.disabled:active {
      color: #fff;
      text-decoration: none; }
  .accept-data-privacy-with-button .button .error-message {
    display: none;
    color: #ba0d0d;
    font-style: italic; }

/**
Pagination
 */
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .navigation.pagination .nav-links span {
    font-family: 'komet';
    font-weight: 800;
    color: var(--wp--preset--color--secondary);
    padding: 0.8em;
    border: 0.2em solid var(--wp--preset--color--secondary);
    background-color: transparent;
    text-decoration: none;
    margin: 0 0.25em; }
  .navigation.pagination .nav-links a {
    font-family: 'komet';
    font-weight: 800;
    color: #fff;
    padding: 0.8em;
    border: 0.2em solid var(--wp--preset--color--secondary);
    background-color: var(--wp--preset--color--secondary);
    text-decoration: none;
    margin: 0 0.25em; }
    .navigation.pagination .nav-links a:hover {
      background-color: var(--wp--preset--color--primary); }

/* iframe */
iframe {
  max-width: 100%; }

/* Loader */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--wp--preset--color--secondary);
  border-bottom-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: minax-rotation 1s linear infinite; }

/**
Animtation
 */
@keyframes minax-slide-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-15px); } }

@keyframes minax-slide-right {
  100% {
    transform: translateX(7.5px); } }

@keyframes minax-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0px 3px 6px #00000029; }
  70% {
    transform: scale(1);
    box-shadow: unset; }
  100% {
    transform: scale(0.95);
    box-shadow: 0px 3px 6px #00000029; } }

@keyframes minax-pulse-bg-icon {
  0% {
    background-size: 45px; }
  70% {
    background-size: 50px; }
  100% {
    background-size: 45px; } }

@keyframes minax-scale-up {
  0% {
    scale: 1; }
  100% {
    scale: 1.03; } }

@keyframes minax-rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#shk-navbar .custom-logo-link {
  display: flex;
  align-items: center;
  max-width: 35%; }
  @media (min-width: 1200px) {
    #shk-navbar .custom-logo-link {
      max-width: 170px; } }

#shk-navbar .custom-logo {
  width: 100%;
  object-fit: contain; }

#shk-navbar .secondary-logo {
  max-width: 35%;
  margin-left: 20px;
  order: 0; }
  @media (min-width: 1200px) {
    #shk-navbar .secondary-logo {
      order: 1;
      max-width: 170px;
      margin-left: 0; } }

#shk-navbar .secondary-logo-link {
  display: flex;
  max-width: 35%;
  margin-left: 20px;
  order: 0; }
  @media (min-width: 1200px) {
    #shk-navbar .secondary-logo-link {
      max-width: 170px;
      order: 1;
      margin-left: 0; } }

#shk-navbar:has(.secondary-logo) .custom-log-link {
  max-width: 35%; }
  @media (min-width: 1200px) {
    #shk-navbar:has(.secondary-logo) .custom-log-link {
      max-width: 170px; } }

#shk-navbar:has(.secondary-logo) #shk-menu .navbar-nav {
  margin-right: auto; }

#shk-navbar:has(.secondary-logo-link) .secondary-logo {
  max-width: 170px;
  width: 100%;
  object-fit: contain;
  margin-left: 20px; }
  @media (min-width: 1200px) {
    #shk-navbar:has(.secondary-logo-link) .secondary-logo {
      margin-left: 0; } }

#shk-navbar p {
  display: none; }

#shk-navbar .navbar-toggler {
  border: none;
  position: relative; }
  #shk-navbar .navbar-toggler .navbar-toggler-icon {
    content: var(--bs-navbar-toggler-icon-bg);
    background: var(--wp--preset--color--primary);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    position: relative;
    padding: 5px; }
  #shk-navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    content: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMTAuOTMgNS43MTktNS43MmMuMTQ2LS4xNDYuMzM5LS4yMTkuNTMxLS4yMTkuNDA0IDAgLjc1LjMyNC43NS43NDkgMCAuMTkzLS4wNzMuMzg1LS4yMTkuNTMybC01LjcyIDUuNzE5IDUuNzE5IDUuNzE5Yy4xNDcuMTQ3LjIyLjMzOS4yMi41MzEgMCAuNDI3LS4zNDkuNzUtLjc1Ljc1LS4xOTIgMC0uMzg1LS4wNzMtLjUzMS0uMjE5bC01LjcxOS01LjcxOS01LjcxOSA1LjcxOWMtLjE0Ni4xNDYtLjMzOS4yMTktLjUzMS4yMTktLjQwMSAwLS43NS0uMzIzLS43NS0uNzUgMC0uMTkyLjA3My0uMzg0LjIyLS41MzFsNS43MTktNS43MTktNS43Mi01LjcxOWMtLjE0Ni0uMTQ3LS4yMTktLjMzOS0uMjE5LS41MzIgMC0uNDI1LjM0Ni0uNzQ5Ljc1LS43NDkuMTkyIDAgLjM4NS4wNzMuNTMxLjIxOXoiLz48L3N2Zz4="); }
  #shk-navbar .navbar-toggler br {
    display: none; }
  #shk-navbar .navbar-toggler:focus {
    outline: 0;
    border: none;
    box-shadow: unset; }

#shk-navbar #shk-menu .navbar-nav {
  --bs-nav-link-padding-x: 0.5rem; }
  @media (min-width: 1200px) {
    #shk-navbar #shk-menu .navbar-nav {
      --bs-navbar-nav-link-padding-x: 1rem; } }
  #shk-navbar #shk-menu .navbar-nav .dropdown-menu {
    --bs-dropdown-font-size: var(--wp--preset--font-size--normal);
    --bs-dropdown-color: $text;
    --bs-dropdown-box-shadow: unset;
    --bs-dropdown-link-color: $text;
    --bs-dropdown-link-hover-color: $primary;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: $primary;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-spacer: 0rem;
    --bs-dropdown-item-padding-x: 0.5rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-padding-x: 1rem;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-min-width: 12.5rem;
    border: none;
    background-color: var(--wp--preset--color--background); }
    @media (min-width: 1200px) {
      #shk-navbar #shk-menu .navbar-nav .dropdown-menu {
        --bs-dropdown-item-padding-x: 0;
        left: 50%;
        transform: translateX(-50%); } }
    #shk-navbar #shk-menu .navbar-nav .dropdown-menu .menu-item {
      font-family: 'Roboto';
      font-weight: 400; }
      #shk-navbar #shk-menu .navbar-nav .dropdown-menu .menu-item .dropdown-item {
        color: var(--wp--preset--color--text);
        text-transform: none; }
        #shk-navbar #shk-menu .navbar-nav .dropdown-menu .menu-item .dropdown-item.active {
          color: var(--wp--preset--color--primary);
          font-weight: 800; }
          #shk-navbar #shk-menu .navbar-nav .dropdown-menu .menu-item .dropdown-item.active:hover {
            color: var(--wp--preset--color--primary); }
        #shk-navbar #shk-menu .navbar-nav .dropdown-menu .menu-item .dropdown-item:hover {
          color: var(--wp--preset--color--primary); }
      #shk-navbar #shk-menu .navbar-nav .dropdown-menu .menu-item.dropdown {
        position: relative;
        padding: 0;
        display: block; }
    #shk-navbar #shk-menu .navbar-nav .dropdown-menu.sub-menu {
      top: 0;
      left: 100%;
      transform: none;
      background-color: var(--wp--preset--color--background-light); }
  #shk-navbar #shk-menu .navbar-nav .menu-item {
    font-family: 'komet';
    font-weight: 800; }
    #shk-navbar #shk-menu .navbar-nav .menu-item .nav-link {
      color: var(--wp--preset--color--text);
      text-transform: none;
      font-size: clamp(16px, 1.62vw, 18px); }
      #shk-navbar #shk-menu .navbar-nav .menu-item .nav-link.active {
        color: var(--wp--preset--color--text);
        font-weight: 800; }
        #shk-navbar #shk-menu .navbar-nav .menu-item .nav-link.active.dropdown-toggle {
          color: var(--wp--preset--color--primary); }
        #shk-navbar #shk-menu .navbar-nav .menu-item .nav-link.active:hover {
          color: var(--wp--preset--color--primary); }
      #shk-navbar #shk-menu .navbar-nav .menu-item .nav-link:hover {
        color: var(--wp--preset--color--primary); }
    #shk-navbar #shk-menu .navbar-nav .menu-item .dropdown-toggle::after {
      border-top: 0.5em solid;
      border-right: 0.5em solid transparent;
      border-left: 0.5em solid transparent;
      position: absolute;
      right: 1rem;
      top: 1em; }
      @media (min-width: 1200px) {
        #shk-navbar #shk-menu .navbar-nav .menu-item .dropdown-toggle::after {
          position: relative;
          top: 0.25em;
          right: unset;
          margin-left: 0.5em; } }
    #shk-navbar #shk-menu .navbar-nav .menu-item .dropdown-toggle.dropdown-item::after {
      position: relative;
      top: 4px;
      right: -4px; }
      @media (min-width: 1200px) {
        #shk-navbar #shk-menu .navbar-nav .menu-item .dropdown-toggle.dropdown-item::after {
          position: absolute;
          right: 1rem;
          top: 1em;
          transform: rotate(-90deg); } }
    @media (min-width: 1200px) {
      #shk-navbar #shk-menu .navbar-nav .menu-item .dropdown-toggle.dropdown-item[aria-expanded="true"]::after {
        transform: rotate(-90deg); } }
    #shk-navbar #shk-menu .navbar-nav .menu-item .dropdown-toggle[aria-expanded="true"]::after {
      transform: rotate(180deg); }

.minax-slider-basic {
  --swiper-navigation-size: 30px;
  /* Navigation */ }
  @media only screen and (min-width: 768px) {
    .minax-slider-basic .row.slides.quote {
      padding: 25px 100px; } }
  @media only screen and (min-width: 768px) {
    .minax-slider-basic .row.slides.quote:has(.image-full-width) {
      padding: 0px; } }
  .minax-slider-basic .row.slides > .col-12 {
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1); }
    @media only screen and (min-width: 768px) {
      .minax-slider-basic .row.slides > .col-12 {
        padding-left: 0;
        padding-right: 0; } }
  .minax-slider-basic .swiper-wrapper.align-items-center {
    padding-bottom: 20px; }
  .minax-slider-basic .swiper {
    /* Pagination */ }
    .minax-slider-basic .swiper .swiper-slide {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .minax-slider-basic .swiper .swiper-slide {
          padding-bottom: 50px; } }
      .minax-slider-basic .swiper .swiper-slide .row {
        width: 100%; }
        .minax-slider-basic .swiper .swiper-slide .row:is(a) {
          text-decoration: none; }
          .minax-slider-basic .swiper .swiper-slide .row:is(a):hover {
            text-decoration: underline;
            color: inherit; }
        @media only screen and (min-width: 768px) {
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row {
            padding: 0px 50px; } }
        @media only screen and (min-width: 768px) {
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row:has(.image-full-width) {
            padding: 0px; } }
        @media only screen and (min-width: 768px) {
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row:has(.description-wrapper img) {
            padding: 0px; } }
        .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row:has(.description-wrapper img) .description-wrapper {
          text-align: center;
          color: var(--wp--preset--color--text); }
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row:has(.description-wrapper img) .description-wrapper p {
            text-align: center; }
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row:has(.description-wrapper img) .description-wrapper img {
            max-width: 100%;
            margin: 1em auto; }
        .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row .image-wrapper.image-rounded {
          background-color: transparent; }
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row .image-wrapper.image-rounded img {
            object-fit: contain;
            border-radius: 0;
            width: 80px;
            height: 80px; }
            @media only screen and (min-width: 768px) {
              .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row .image-wrapper.image-rounded img {
                width: 130px;
                height: 130px; } }
          .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row .image-wrapper.image-rounded.image-full-width {
            background-color: var(--wp--preset--color--background-light);
            width: 90%;
            height: auto;
            aspect-ratio: 1 / 1;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row .image-wrapper.image-rounded.image-full-width {
                width: 90%;
                height: auto;
                aspect-ratio: 1 / 1;
                border-radius: 50%; } }
            .minax-slider-basic .swiper .swiper-slide .row.quote-inner-row .image-wrapper.image-rounded.image-full-width img {
              width: 80%; }
        .minax-slider-basic .swiper .swiper-slide .row .image-wrapper {
          margin: auto;
          text-align: center; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded {
            background-color: var(--wp--preset--color--background-light);
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            border-radius: 65px;
            width: 130px;
            height: 130px; }
            @media only screen and (min-width: 768px) {
              .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded {
                border-radius: 115px;
                width: 210px;
                height: 210px; } }
            .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded img {
              object-fit: contain;
              object-position: center;
              width: 80px;
              height: auto; }
              @media only screen and (min-width: 768px) {
                .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded img {
                  width: 130px; } }
            .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded.image-full-width {
              width: 90%;
              height: auto;
              aspect-ratio: 1 / 1;
              border-radius: 50%; }
              @media only screen and (min-width: 768px) {
                .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded.image-full-width {
                  width: 90%;
                  height: auto;
                  aspect-ratio: 1 / 1;
                  border-radius: 50%; } }
              .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-rounded.image-full-width img {
                width: 80%;
                margin: auto; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-full-width img {
            width: 100%; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-crop img {
            object-fit: cover;
            object-position: center; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-crop.ratio-4-3 img {
            aspect-ratio: 4 / 3; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-crop.ratio-16-9 img {
            aspect-ratio: 16 / 9; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper.image-crop.ratio-1-1 img {
            aspect-ratio: 1 / 1; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper span.isc-source-text {
            display: none !important; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper div.isc-source-text {
            right: 21px; }
          .minax-slider-basic .swiper .swiper-slide .row .image-wrapper img {
            max-width: 100%;
            object-fit: contain;
            margin: auto;
            height: auto; }
            .minax-slider-basic .swiper .swiper-slide .row .image-wrapper img.filter-black {
              filter: brightness(0) invert(0); }
            .minax-slider-basic .swiper .swiper-slide .row .image-wrapper img.filter-white {
              filter: brightness(0) invert(1); }
        .minax-slider-basic .swiper .swiper-slide .row .description-wrapper {
          margin-top: 1em;
          hyphens: auto;
          color: var(--wp--preset--color--text); }
          .minax-slider-basic .swiper .swiper-slide .row .description-wrapper:not(.col-md-8) {
            text-align: center; }
          .minax-slider-basic .swiper .swiper-slide .row .description-wrapper a:has(img) {
            display: block;
            margin: 2rem auto;
            text-align: center; }
        .minax-slider-basic .swiper .swiper-slide .row.logo-inner-row .description-wrapper {
          width: 100%; }
          .minax-slider-basic .swiper .swiper-slide .row.logo-inner-row .description-wrapper * {
            text-align: center; }
    .minax-slider-basic .swiper .swiper-pagination-bullet {
      --swiper-pagination-bullet-inactive-color: #fff;
      --swiper-pagination-bullet-inactive-opacity: 0.8;
      --swiper-pagination-bullet-size: 16px;
      --swiper-pagination-bullet-width: 16px;
      --swiper-pagination-bullet-height: 16px;
      border: 1px solid var(--wp--preset--color--secondary); }
    .minax-slider-basic .swiper .swiper-pagination-bullet-active {
      background-color: var(--wp--preset--color--secondary); }
    .minax-slider-basic .swiper.custom-label-pagination .swiper-pagination-bullets {
      bottom: 20px; }
    .minax-slider-basic .swiper.custom-label-pagination .swiper-pagination-bullet {
      --swiper-pagination-bullet-size: 0px;
      --swiper-pagination-bullet-width: 0px;
      --swiper-pagination-bullet-height: 0px;
      --swiper-pagination-bullet-inactive-opacity: 1;
      border-radius: 0;
      border: none;
      width: auto;
      height: auto;
      padding: 8px 14px;
      background-color: #fff;
      opacity: 1;
      margin: 0 6px;
      text-transform: uppercase;
      font-size: 14px; }
      @media only screen and (min-width: 768px) {
        .minax-slider-basic .swiper.custom-label-pagination .swiper-pagination-bullet {
          font-size: 20px; } }
      .minax-slider-basic .swiper.custom-label-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-weight: bold; }
    .minax-slider-basic .swiper.custom-label-pagination .swiper-slide {
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .minax-slider-basic .swiper.custom-label-pagination .swiper-slide {
          padding-bottom: 0; } }
    .minax-slider-basic .swiper.disabled-pagination .swiper-slide {
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .minax-slider-basic .swiper.disabled-pagination .swiper-slide {
          padding-bottom: 0; } }
    .minax-slider-basic .swiper.controls-inner .swiper-slide .row .image-wrapper {
      padding: 0; }
  .minax-slider-basic .swiper-button-custom {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999; }
    @media only screen and (min-width: 768px) {
      .minax-slider-basic .swiper-button-custom {
        width: 40px;
        height: 40px;
        background-size: 30px;
        top: calc(50% - 25px); } }
    .minax-slider-basic .swiper-button-custom svg {
      width: 100%;
      height: auto; }
      .minax-slider-basic .swiper-button-custom svg g {
        fill: var(--wp--preset--color--secondary); }
    .minax-slider-basic .swiper-button-custom.swiper-button-prev-custom {
      left: -10px; }
      @media only screen and (min-width: 768px) {
        .minax-slider-basic .swiper-button-custom.swiper-button-prev-custom {
          left: -30px; } }
      .minax-slider-basic .swiper-button-custom.swiper-button-prev-custom.controls-inner {
        left: 15px; }
        @media only screen and (min-width: 768px) {
          .minax-slider-basic .swiper-button-custom.swiper-button-prev-custom.controls-inner {
            left: 40px; } }
    .minax-slider-basic .swiper-button-custom.swiper-button-next-custom {
      right: -10px; }
      @media only screen and (min-width: 768px) {
        .minax-slider-basic .swiper-button-custom.swiper-button-next-custom {
          right: -30px; } }
      .minax-slider-basic .swiper-button-custom.swiper-button-next-custom.controls-inner {
        right: 15px; }
        @media only screen and (min-width: 768px) {
          .minax-slider-basic .swiper-button-custom.swiper-button-next-custom.controls-inner {
            right: 40px; } }
    .minax-slider-basic .swiper-button-custom.swiper-button-disabled {
      opacity: 0.6;
      pointer-events: none; }

.minax-slider-basic.stele4k .swiper.custom-label-pagination .swiper-pagination-bullets {
  bottom: 40px; }

.minax-slider-basic.stele4k .swiper.custom-label-pagination .swiper-pagination-bullet {
  padding: 14px 20px;
  margin: 0 8px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .minax-slider-basic.stele4k .swiper.custom-label-pagination .swiper-pagination-bullet {
      font-size: 26px; } }
  .minax-slider-basic.stele4k .swiper.custom-label-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-weight: bold; }

.minax-slider-basic.font-poppins {
  font-family: 'Poppins'; }
  .minax-slider-basic.font-poppins .swiper.custom-label-pagination .swiper-pagination-bullet {
    font-weight: bold; }
    .minax-slider-basic.font-poppins .swiper.custom-label-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      font-weight: 900; }

.minax-slider-basic.nav-rounded .swiper-button-custom {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 50%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .minax-slider-basic.nav-rounded .swiper-button-custom {
      width: 50px;
      height: 50px; } }
  .minax-slider-basic.nav-rounded .swiper-button-custom svg {
    width: 60%; }

.minax-slider-basic.labels-top .swiper.custom-label-pagination .swiper-pagination-bullets {
  bottom: unset;
  top: 40px; }

.minax-slider-basic.labels-top.stele4k .swiper.custom-label-pagination .swiper-pagination-bullets {
  bottom: unset;
  top: 40px; }

/*# sourceMappingURL=globals.min.css.map */
