@charset "UTF-8";
/* Change some root colors and settings of the document */
:root {
  background-color: #00ace4;
  border-color: #00ace4;
  --info: #2374cd;
  --link-color: #2374cd;
}

html {
  font-size: 18px;
}
@media (max-width: 1660px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Titillium Web", sans-serif;
  color: #151515;
}

::-moz-selection {
  background: #0d3264;
  color: #fff;
}

::selection {
  background: #0d3264;
  color: #fff;
}

::-moz-selection {
  background: #0d3264;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d3264;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #0d3264;
}

h1,
.h1,
h1.headline {
  font-size: 2.6rem;
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 782px) {
  h1,
  .h1,
  h1.headline {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  h1,
  .h1,
  h1.headline {
    font-size: 1.7rem;
  }
}

.page-header {
  margin-bottom: 2rem;
}
.page-header h1 {
  text-align: center;
}

h2,
.h2 {
  color: #0d3264;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 782px) {
  h2,
  .h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  h2,
  .h2 {
    font-size: 1.6rem;
  }
}

h3,
.h3 {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  h3,
  .h3 {
    font-size: 1.2rem;
  }
}

h4,
.h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  h4,
  .h4 {
    font-size: 1.1rem;
  }
}

.big {
  font-size: 3rem !important;
}
@media (max-width: 782px) {
  .big {
    font-size: 2rem !important;
  }
}

p {
  line-height: 1.4;
  font-size: 1.1rem;
}

.p-big {
  font-size: 1.3rem;
}

b,
strong {
  font-weight: 700;
}

a,
a:not([class]) {
  color: #0d3264;
  transition: color 0.3s ease;
}
a:hover,
a a:not(.btn):hover,
a:not([class]):hover,
a:not([class]) a:not(.btn):hover {
  color: #051d3b;
  text-decoration: underline;
}
a:focus,
a:not([class]):focus {
  outline: none;
}
a:focus-visible,
a:not([class]):focus-visible {
  outline: 2px solid #00ace4 !important;
  outline-offset: -2px !important;
}

button.btn,
.btn,
.btn-primary,
button.jlmf-link,
body .rsform-submit-button#Submit {
  border-radius: 0px;
  background: #0d3264;
  color: #fff;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  padding: 12px 65px 12px 30px;
  border: none;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMzIyLjcgMTI4LjQgMTAwLjMgMTA1YzYgNS44IDkgMTMuNyA5IDIyLjRzLTMgMTYuNS05IDIyLjRMMzIyLjcgMzgzLjZjLTExLjkgMTIuNS0zMS4zIDEyLjUtNDMuMiAwLTExLjktMTIuNS0xMS45LTMyLjcgMC00NS4ybDQ4LjItNTAuNGgtMjE3Yy0xNyAwLTMwLjctMTQuMy0zMC43LTMyczEzLjctMzIgMzAuNi0zMmgyMTdsLTQ4LjItNTAuNGMtMTEuOS0xMi41LTExLjktMzIuNyAwLTQ1LjIgMTItMTIuNSAzMS4zLTEyLjUgNDMuMyAweiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-position: center right 20px;
  background-size: 26px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  button.btn,
  .btn,
  .btn-primary,
  button.jlmf-link,
  body .rsform-submit-button#Submit {
    font-size: 17px;
  }
}
@media (max-width: 782px) {
  button.btn,
  .btn,
  .btn-primary,
  button.jlmf-link,
  body .rsform-submit-button#Submit {
    font-size: 15px;
  }
}
button.btn.btn-white,
.btn.btn-white,
.btn-primary.btn-white,
button.jlmf-link.btn-white,
body .rsform-submit-button#Submit.btn-white {
  background-color: #fff;
  color: #0d3264;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMzIyLjcgMTI4LjQgMTAwLjMgMTA1YzYgNS44IDkgMTMuNyA5IDIyLjRzLTMgMTYuNS05IDIyLjRMMzIyLjcgMzgzLjZjLTExLjkgMTIuNS0zMS4zIDEyLjUtNDMuMiAwLTExLjktMTIuNS0xMS45LTMyLjcgMC00NS4ybDQ4LjItNTAuNGgtMjE3Yy0xNyAwLTMwLjctMTQuMy0zMC43LTMyczEzLjctMzIgMzAuNi0zMmgyMTdsLTQ4LjItNTAuNGMtMTEuOS0xMi41LTExLjktMzIuNyAwLTQ1LjIgMTItMTIuNSAzMS4zLTEyLjUgNDMuMyAweiIgZmlsbD0iIzBkMzI2NCIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}
button.btn.btn-white:hover,
.btn.btn-white:hover,
.btn-primary.btn-white:hover,
button.jlmf-link.btn-white:hover,
body .rsform-submit-button#Submit.btn-white:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMzIyLjcgMTI4LjQgMTAwLjMgMTA1YzYgNS44IDkgMTMuNyA5IDIyLjRzLTMgMTYuNS05IDIyLjRMMzIyLjcgMzgzLjZjLTExLjkgMTIuNS0zMS4zIDEyLjUtNDMuMiAwLTExLjktMTIuNS0xMS45LTMyLjcgMC00NS4ybDQ4LjItNTAuNGgtMjE3Yy0xNyAwLTMwLjctMTQuMy0zMC43LTMyczEzLjctMzIgMzAuNi0zMmgyMTdsLTQ4LjItNTAuNGMtMTEuOS0xMi41LTExLjktMzIuNyAwLTQ1LjIgMTItMTIuNSAzMS4zLTEyLjUgNDMuMyAweiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  color: #fff;
  background-color: #00ace4;
}
button.btn:hover, button.btn:active, button.btn:focus,
.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
button.jlmf-link:hover,
button.jlmf-link:active,
button.jlmf-link:focus,
body .rsform-submit-button#Submit:hover,
body .rsform-submit-button#Submit:active,
body .rsform-submit-button#Submit:focus {
  background-color: #00ace4;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
button.btn:focus,
.btn:focus,
.btn-primary:focus,
button.jlmf-link:focus,
body .rsform-submit-button#Submit:focus {
  outline: 2px solid #00ace4;
  outline-offset: -2px;
  background-color: #00ace4;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
button.btn .icon-chevron-right,
button.btn .icon-chevron-left,
.btn .icon-chevron-right,
.btn .icon-chevron-left,
.btn-primary .icon-chevron-right,
.btn-primary .icon-chevron-left,
button.jlmf-link .icon-chevron-right,
button.jlmf-link .icon-chevron-left,
body .rsform-submit-button#Submit .icon-chevron-right,
body .rsform-submit-button#Submit .icon-chevron-left {
  display: none;
}

.btn.previous {
  padding: 12px 30px 12px 65px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMTg5LjMgMTI4LjQgODkgMjMzLjRjLTYgNS44LTkgMTMuNy05IDIyLjRzMyAxNi41IDkgMjIuNGwxMDAuMyAxMDUuNGMxMS45IDEyLjUgMzEuMyAxMi41IDQzLjIgMCAxMS45LTEyLjUgMTEuOS0zMi43IDAtNDUuMkwxODQuNCAyODhoMjE3YzE2LjkgMCAzMC42LTE0LjMgMzAuNi0zMnMtMTMuNy0zMi0zMC42LTMyaC0yMTdsNDguMi01MC40YzExLjktMTIuNSAxMS45LTMyLjcgMC00NS4yLTEyLTEyLjUtMzEuMy0xMi41LTQzLjMgMHoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  background-position: center left 20px;
}

button.jlmf-link {
  margin-top: 5px;
}

button:focus-visible {
  outline: 2px solid #00ace4 !important;
  outline-offset: -2px !important;
}

.btn-small {
  font-size: 14px;
  padding: 7px 15px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .btn-small {
    font-size: 13px;
    padding: 7px 10px;
  }
}
@media (max-width: 1400px) {
  .btn-small {
    font-size: 12px;
  }
}

.btn-small-xs {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 300;
}

.btn-arrow-left {
  display: inline-flex;
}
.btn-arrow-left::before {
  background-image: url(../img/arrow_white_left.svg);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
  margin-right: 7px;
}

@media (max-width: 782px) {
  .hidden-tablet2 {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

.visible-tablet2 {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 782px) {
  .visible-tablet2 {
    display: inline-block;
    visibility: visible;
    pointer-events: all;
  }
}

.form-select,
.custom-select {
  border-radius: 0;
  padding: 7px 15px;
}
.form-select:focus, .form-select:focus-within,
.custom-select:focus,
.custom-select:focus-within {
  border-color: #0d3264;
  box-shadow: none;
  outline: 1px solid #0d3264;
}

ul.styl1 {
  margin: 1rem 0;
  padding: 0;
}
ul.styl1 li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
ul.styl1 li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43MDcgOC43MDctNyA3YTEgMSAwIDAgMS0xLjQxNCAwbC0zLTNhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDEwIDE0LjU4Nmw2LjI5My02LjI5M2ExIDEgMCAwIDEgMS40MTQgMS40MTRaIiBmaWxsPSIjMGQzMjY0IiBjbGFzcz0iZmlsbC0yMzIzMjMiPjwvcGF0aD48L3N2Zz4=");
  height: 18px;
  width: 18px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

ul.styl2 {
  margin: 1rem 0;
  padding: 0;
}
ul.styl2 li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
ul.styl2 li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43MDcgOC43MDctNyA3YTEgMSAwIDAgMS0xLjQxNCAwbC0zLTNhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDEwIDE0LjU4Nmw2LjI5My02LjI5M2ExIDEgMCAwIDEgMS40MTQgMS40MTRaIiBmaWxsPSIjMDBhY2U0IiBjbGFzcz0iZmlsbC0yMzIzMjMiPjwvcGF0aD48L3N2Zz4=");
  height: 18px;
  width: 18px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.search-results .result-title {
  font-size: 1.1rem;
}
.search-results .result-created {
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.search-results .result-text {
  font-size: 0.9rem;
}
.search-results .result-category {
  font-weight: 700;
}

::-moz-placeholder {
  color: #151515;
  opacity: 1;
}

::placeholder {
  color: #151515;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #151515;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #00ace4;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}

body.wrapper-fluid header > .grid-child {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
@media (max-width: 1200px) {
  body.wrapper-fluid header > .grid-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 500px) {
  body.wrapper-fluid header > .grid-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-banner {
  background: #051d3b;
  height: 100vh;
  width: 100%;
}
@media (max-width: 782px) {
  .container-banner {
    height: 70vh;
  }
}
@media (max-width: 500px) {
  .container-banner {
    height: 50vh;
  }
}
.container-banner > div {
  height: 100%;
}
.container-banner .dj-image {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container-banner .djslider-default {
  transition: none;
}
.container-banner .djslider-default .slide-desc {
  max-width: 40%;
  bottom: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5% !important;
}
@media (max-width: 782px) {
  .container-banner .djslider-default .slide-desc {
    max-width: 90%;
  }
}
.container-banner .djslider-default .slide-desc .slide-desc-in {
  margin-top: 8rem;
}
.container-banner .djslider-default .slide-desc .slide-desc-bg-default {
  background: transparent !important;
}
.container-banner .djslider-default .slide-desc h1,
.container-banner .djslider-default .slide-desc h2,
.container-banner .djslider-default .slide-desc h3,
.container-banner .djslider-default .slide-desc p {
  color: #fff;
}
.container-banner .djslider-default .slide-desc h1,
.container-banner .djslider-default .slide-desc h2 {
  font-size: 3.3rem;
}
@media (max-height: 500px) {
  .container-banner .djslider-default .slide-desc h1,
  .container-banner .djslider-default .slide-desc h2 {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  .container-banner .djslider-default .slide-desc h1,
  .container-banner .djslider-default .slide-desc h2 {
    font-size: 2rem;
  }
}
.container-banner .djslider-default .slide-desc .btn {
  margin-top: 2rem;
}
@media (max-width: 782px) {
  .container-banner .djslider-default .slide-desc .btn {
    margin-top: 10px;
  }
}
.container-banner .slide-desc-text-default {
  padding: 0;
}
.container-banner .djslider-default ul.djslider-in,
.container-banner .djslider-default,
.container-banner .djslider-loader {
  height: 100% !important;
}
.container-banner .djslider-default ul.djslider-in > li {
  height: 100% !important;
}

.djslider .navigation-container {
  top: auto !important;
  bottom: 20% !important;
  right: 5% !important;
  left: auto !important;
  position: absolute !important;
  margin: 0 !important;
  z-index: 10;
  width: 130px;
}
@media (max-width: 1400px) {
  .djslider .navigation-container {
    width: 100px;
  }
}
@media (max-width: 782px) {
  .djslider .navigation-container {
    bottom: 4rem !important;
  }
}
.djslider .navigation-container button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: none;
  background: #fff;
  transition: all 0.3s;
}
.djslider .navigation-container button svg {
  fill: #0d3264;
  width: 1.3rem;
  transition: all 0.3s;
}
.djslider .navigation-container button:hover {
  background: #00ace4;
}
.djslider .navigation-container button:hover svg {
  fill: #fff;
}
.djslider .navigation-container button.next-button svg {
  transform: rotate(180deg);
}

.container-topbar {
  display: flex;
  align-items: center;
}
.container-topbar ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.container-topbar ul li {
  margin-left: 1rem;
}
.container-topbar ul li:first-child {
  margin-left: 0;
}
.container-topbar ul li a {
  background: #fff;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: all 0.3s;
}
.container-topbar ul li a img {
  width: 1.15rem;
  filter: brightness(0) saturate(100%) invert(13%) sepia(64%) saturate(2240%) hue-rotate(201deg) brightness(95%) contrast(94%);
}
.container-topbar ul li a:hover {
  background: #00ace4;
}
.container-topbar ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(669%) hue-rotate(215deg) brightness(115%) contrast(103%);
}
.container-topbar .phone-icon {
  display: block;
  min-width: 180px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZGF0YS1uYW1lPSJMYXllciA0MSI+PHBhdGggZD0iTTIzIDMxSDlhMyAzIDAgMCAxLTMtM1Y0YTMgMyAwIDAgMSAzLTNoMTRhMyAzIDAgMCAxIDMgM3YyNGEzIDMgMCAwIDEtMyAzWk05IDNhMSAxIDAgMCAwLTEgMXYyNGExIDEgMCAwIDAgMSAxaDE0YTEgMSAwIDAgMCAxLTFWNGExIDEgMCAwIDAtMS0xWiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMTAxODIwIj48L3BhdGg+PHBhdGggZD0iTTI1IDdIN2ExIDEgMCAwIDEgMC0yaDE4YTEgMSAwIDAgMSAwIDJaTTI1IDI1SDdhMSAxIDAgMCAxIDAtMmgxOGExIDEgMCAwIDEgMCAyWk0xNSAyNmgydjJoLTJ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0xMDE4MjAiPjwvcGF0aD48L2c+PC9zdmc+");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 43px;
  padding-left: 53px;
}
@media (max-width: 1400px) {
  .container-topbar .phone-icon {
    background-size: 36px;
    padding-left: 45px;
    min-width: 160px;
  }
}
@media (max-width: 782px) {
  .container-topbar .phone-icon {
    background-size: 30px;
    padding-left: 35px;
  }
}
.container-topbar .phone-icon p {
  margin: 0;
  line-height: 1.3;
}
.container-topbar .phone-icon p a {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .container-topbar .phone-icon p a {
    font-size: 16px;
  }
}
@media (max-width: 782px) {
  .container-topbar .phone-icon p a {
    font-size: 14px;
  }
}
.container-topbar .phone-icon p a:hover {
  color: #00ace4;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav ul {
  margin: 0 auto;
}
.quick-access-nav ul li {
  position: absolute;
  width: 100%;
  margin-top: 0rem;
}
.quick-access-nav ul li a {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #00ace4;
  outline: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.quick-access-nav ul li a:focus, .quick-access-nav ul li a:focus-within {
  position: absolute;
  top: auto;
  position: static;
  top: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  outline: 3px solid #00ace4;
  outline-offset: 0px;
}
.quick-access-nav ul li:focus, .quick-access-nav ul li:focus-within {
  top: 1000px;
}

.navbar .navbar-toggler {
  position: fixed;
  right: 1rem;
  top: 60px;
  height: 38px;
  z-index: 100;
  border: none;
  background: #0d3264;
  border-radius: 0;
  border: none;
  color: #fff;
  outline: none;
}
@media (max-width: 500px) {
  .navbar .navbar-toggler {
    top: 52px;
  }
}

header.container-header {
  background: transparent;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  transition: 0.3s;
}
header.container-header > .grid-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  max-width: 90%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  header.container-header > .grid-child {
    max-width: 95%;
  }
}
@media (max-width: 782px) {
  header.container-header > .grid-child {
    padding: 1.1rem 0;
    max-width: 90%;
  }
}
header.container-header > .grid-child .container-nav {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  header.container-header > .grid-child .container-nav {
    flex-direction: row-reverse;
    margin-top: 0;
  }
}
header.container-header .search-open-button {
  border: none;
  background: transparent;
  width: 2rem;
  height: 2rem;
}
header.container-header .search-open-button svg {
  width: 1.8rem;
  height: auto;
}
header.container-header .button-mm-toggler {
  background: #0d3264;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  border: 0;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  display: none;
}
@media (max-width: 1100px) {
  header.container-header .button-mm-toggler {
    display: block;
  }
}
@media (max-width: 500px) {
  header.container-header .button-mm-toggler {
    width: 32px;
    height: 32px;
  }
}
header.container-header .button-mm-toggler .hb {
  width: 35px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 500px) {
  header.container-header .button-mm-toggler .hb {
    width: 28px;
  }
}
header.container-header .navbar-brand {
  margin-inline-end: 0;
  margin-right: 2rem;
}
@media (max-width: 782px) {
  header.container-header .navbar-brand {
    margin-right: 10px;
  }
}
header.container-header .navbar-brand a {
  display: flex;
  align-items: center;
  min-width: 230px;
}
@media (max-width: 1600px) {
  header.container-header .navbar-brand a {
    min-width: 180px;
  }
}
@media (max-width: 1400px) {
  header.container-header .navbar-brand a {
    min-width: 150px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a {
    min-width: 100px;
  }
}
header.container-header .navbar-brand a img {
  width: auto;
  height: 74px;
}
@media (max-width: 1600px) {
  header.container-header .navbar-brand a img {
    height: 60px;
  }
}
@media (max-width: 1400px) {
  header.container-header .navbar-brand a img {
    height: 50px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a img {
    height: 38px;
  }
}
@media (max-width: 500px) {
  header.container-header .navbar-brand a img {
    height: 30px;
  }
}
header.container-header .navbar-brand a .site-description {
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
@media (max-width: 1600px) {
  header.container-header .navbar-brand a .site-description {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  header.container-header .navbar-brand a .site-description {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a .site-description {
    font-size: 13px;
    font-weight: 500;
    margin-left: 0.6rem;
  }
}
@media (max-width: 500px) {
  header.container-header .navbar-brand a .site-description {
    margin-left: 5px;
    font-size: 10px;
  }
}
header.container-header .navbar-brand a .site-description span {
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 1600px) {
  header.container-header .navbar-brand a .site-description span {
    font-size: 24px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a .site-description span {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  header.container-header .navbar-brand a .site-description span {
    font-size: 16px;
  }
}
header.container-header .navbar-brand a .site-description h1 {
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
header.container-header .navbar-brand a .site-description h1::before {
  display: none;
}
@media (max-width: 1600px) {
  header.container-header .navbar-brand a .site-description h1 {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  header.container-header .navbar-brand a .site-description h1 {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a .site-description h1 {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  header.container-header .navbar-brand a .site-description h1 {
    font-size: 10px;
  }
}
header.container-header .navbar-brand a .site-description h1 span {
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 1600px) {
  header.container-header .navbar-brand a .site-description h1 span {
    font-size: 24px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a .site-description h1 span {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  header.container-header .navbar-brand a .site-description h1 span {
    font-size: 16px;
  }
}
header.container-header .navbar-brand a:hover .site-description {
  color: #0d3264;
}
header.container-header .navbar-brand a:hover .site-description h1 {
  color: #0d3264;
}
@media (max-width: 1200px) {
  header.container-header .dj-megamenu-offcanvas {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1200px) and (max-width: 782px) {
  header.container-header .dj-megamenu-offcanvas {
    right: 1rem;
  }
}
@media (max-width: 1200px) {
  header.container-header .dj-megamenu-offcanvas > a {
    background: #0d3264;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 3.6rem;
  }
}
@media (max-width: 1200px) {
  header.container-header .container-topbar {
    margin-right: 6rem;
  }
}
@media (max-width: 782px) {
  header.container-header .container-topbar #mod-custom111 {
    display: none;
  }
}
header.container-header .container-search {
  margin: 0;
}
@media (max-width: 1100px) {
  header.container-header .container-search {
    margin-top: 0 !important;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 782px) {
  header.container-header .container-search {
    margin-top: 0 !important;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
header.container-header .container-search_div {
  height: 44px;
  margin-right: 1rem;
  position: absolute;
  right: 29.5rem;
}
@media (max-width: 1400px) {
  header.container-header .container-search_div {
    right: 25rem;
  }
}
@media (max-width: 1200px) {
  header.container-header .container-search_div {
    right: 31rem;
  }
}
@media (max-width: 782px) {
  header.container-header .container-search_div {
    right: 80px;
  }
}
header.container-header .container-search_div .search-open-button {
  position: absolute;
  right: 0;
  top: 4px;
}
header.container-header .container-search_div .search-open-button .magic-icon-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 500px) {
  header.container-header .container-search_div .search-open-button .magic-icon-search {
    width: 24px;
    height: 24px;
  }
}
header.container-header .container-search_div .search-open-button .magic-icon-search:hover {
  opacity: 1;
}
header.container-header .container-search_div .search-open-button .magic-icon-search .text {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  color: #151515;
}
header.container-header .container-search_div .search-open-button .magic-icon-search::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 31%;
  background: #fff;
  position: absolute;
  left: 75%;
  top: 75%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s;
}
header.container-header .container-search_div .search-open-button .magic-icon-search::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 62%;
  height: 62%;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 44%;
  left: 44%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s;
}
header.container-header .container-search_div .search-open-button .magic-icon-search.close::before {
  height: 80%;
  left: 50%;
  top: 50%;
}
header.container-header .container-search_div .search-open-button .magic-icon-search.close::after {
  border-width: 1px;
  border-radius: 0;
  background: #fff;
  width: 0;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s, background 0s 0.3s;
}
header.container-header .container-search {
  position: relative;
  max-width: 0;
  transition: max-width 0.3s;
  margin-right: 46px;
  overflow: hidden;
}
header.container-header .container-search input {
  padding-left: 10px;
}
header.container-header .container-search button {
  position: absolute;
  right: 0;
  padding: 0;
  height: 44px;
  width: 44px;
}
header.container-header .container-search button svg {
  width: 22px;
  height: 22px;
}
header.container-header .container-search button .txt {
  text-indent: -9999px;
}
header.container-header .container-search.open {
  max-width: 300px;
}
header.container-header .container-search.open input {
  padding-left: 10px;
}
header.container-header .search label,
header.container-header .mod-finder label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  color: #151515;
}
header.container-header .search .form-inline,
header.container-header .mod-finder .form-inline {
  display: flex;
  align-items: center;
}
header.container-header .search input,
header.container-header .mod-finder input {
  border-radius: 0;
  margin-right: 0;
  height: 44px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 10px;
  font-size: 14px;
  min-width: 300px;
  color: #151515;
  padding: 0;
  border: 0;
  transition: all 0.3s;
}
@media (max-width: 500px) {
  header.container-header .search input,
  header.container-header .mod-finder input {
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 360px) {
  header.container-header .search input,
  header.container-header .mod-finder input {
    max-width: 180px;
    min-width: 180px;
  }
}
header.container-header .search input:focus,
header.container-header .mod-finder input:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: 2px solid #0d3264;
}
header.container-header .search .btn,
header.container-header .mod-finder .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0;
  margin-left: -3px;
  background-image: none;
  z-index: 10;
  text-indent: -999999px;
  text-align: center;
  justify-content: center;
  border: none;
  outline: none;
}
header.container-header .search .btn _span,
header.container-header .mod-finder .btn _span {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
header.container-header .search .btn span,
header.container-header .mod-finder .btn span {
  text-indent: 1px;
}
header.container-header .grid-full {
  border-top: 1px solid #e8e8e8;
}
header.container-header .grid-full > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  header.container-header .grid-full > div {
    padding: 0;
  }
}
header.container-header .grid-full > div nav {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  header.container-header .grid-full > div nav > _div {
    max-width: 100% !important;
    width: 100%;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    z-index: 20;
  }
}
header.container-header .header-icon {
  margin-left: 1rem;
  min-width: 210px;
}
@media (max-width: 991px) {
  header.container-header .header-icon {
    margin-right: 4rem;
    min-width: auto;
  }
}
@media (max-width: 782px) {
  header.container-header .header-icon {
    margin-left: 0;
  }
}
header.container-header .header-icon ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.container-header .header-icon ul li {
  border-left: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
  padding-right: 0;
  padding-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 500px) {
  header.container-header .header-icon ul li {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
}
header.container-header .header-icon ul li img {
  max-height: 27px;
  width: auto;
}
@media (max-width: 782px) {
  header.container-header .header-icon ul li img {
    max-height: 20px;
  }
}
@media (max-width: 500px) {
  header.container-header .header-icon ul li img {
    max-height: 14px;
  }
}
header.container-header .header-icon ul li img.epoap-logo {
  max-height: 18px;
}
@media (max-width: 500px) {
  header.container-header .header-icon ul li img.epoap-logo {
    max-height: 11px;
  }
}
header.container-header .header-icon ul li:last-child {
  margin-right: 0;
}
header.container-header .mod-menu,
header.container-header .dj-megamenu-override {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex: auto;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  list-style: none;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  header.container-header .mod-menu,
  header.container-header .dj-megamenu-override {
    flex-direction: column;
  }
}
@media (max-width: 782px) {
  header.container-header .mod-menu,
  header.container-header .dj-megamenu-override {
    margin-left: 0;
  }
}
header.container-header .mod-menu li,
header.container-header .dj-megamenu-override li {
  margin: 0 1rem;
  padding: 0 !important;
  position: relative;
}
header.container-header .mod-menu li::after,
header.container-header .dj-megamenu-override li::after {
  display: none;
}
@media (max-width: 991px) {
  header.container-header .mod-menu li,
  header.container-header .dj-megamenu-override li {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
    position: relative;
  }
}
@media (max-width: 782px) {
  header.container-header .mod-menu li,
  header.container-header .dj-megamenu-override li {
    margin: 0;
  }
}
@media (max-width: 500px) {
  header.container-header .mod-menu li,
  header.container-header .dj-megamenu-override li {
    margin: 0;
  }
}
header.container-header .mod-menu li button,
header.container-header .dj-megamenu-override li button {
  margin-left: -1.4rem;
  width: 20px;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li button,
  header.container-header .dj-megamenu-override li button {
    position: absolute !important;
    right: 10px;
    top: 1rem !important;
    height: auto !important;
  }
}
header.container-header .mod-menu li button::after,
header.container-header .dj-megamenu-override li button::after {
  content: "";
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPjwvc3ZnPg==") !important;
  margin-inline-start: 0 !important;
}
@media (max-width: 1200px) {
  header.container-header .mod-menu li button::after,
  header.container-header .dj-megamenu-override li button::after {
    width: 18px !important;
    height: 16px !important;
    background-size: 13px;
  }
}
header.container-header .mod-menu li button::before,
header.container-header .dj-megamenu-override li button::before {
  display: none;
}
header.container-header .mod-menu li button:focus-visible,
header.container-header .dj-megamenu-override li button:focus-visible {
  outline: 2px solid #00ace4 !important;
  outline-offset: -2px !important;
}
header.container-header .mod-menu li a,
header.container-header .dj-megamenu-override li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 1400px) {
  header.container-header .mod-menu li a,
  header.container-header .dj-megamenu-override li a {
    font-size: 17px;
  }
}
header.container-header .mod-menu li a::after,
header.container-header .dj-megamenu-override li a::after {
  content: "";
  opacity: 1;
  background: 0 0;
  height: 2px;
  margin: auto;
  transition: all 0.2s, background-color 0.2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #00ace4;
}
header.container-header .mod-menu li a:hover,
header.container-header .dj-megamenu-override li a:hover {
  color: #fff;
}
header.container-header .mod-menu li a:hover::after,
header.container-header .dj-megamenu-override li a:hover::after {
  left: 0;
  right: 2px;
}
header.container-header .mod-menu li a:focus-visible,
header.container-header .dj-megamenu-override li a:focus-visible {
  color: #fff;
}
header.container-header .mod-menu li a img,
header.container-header .dj-megamenu-override li a img {
  max-height: 45px;
  width: auto;
}
@media (max-width: 782px) {
  header.container-header .mod-menu li a img,
  header.container-header .dj-megamenu-override li a img {
    max-height: 30px;
  }
}
@media (max-width: 500px) {
  header.container-header .mod-menu li a img,
  header.container-header .dj-megamenu-override li a img {
    max-height: 25px;
  }
}
header.container-header .mod-menu li a .image-title,
header.container-header .dj-megamenu-override li a .image-title {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
header.container-header .mod-menu li ._dj-drop,
header.container-header .dj-megamenu-override li ._dj-drop {
  display: flex;
  align-items: center;
}
header.container-header .mod-menu li .arrow,
header.container-header .dj-megamenu-override li .arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQyIDI0IDI1LjU5bDkuMTctOS4xN0wzNiAxOS4yNWwtMTIgMTItMTItMTJ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNMC0uNzVoNDh2NDhIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-left: 5px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  right: -22px;
  top: 16px;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.active, header.container-header .mod-menu li.hover,
  header.container-header .dj-megamenu-override li.active,
  header.container-header .dj-megamenu-override li.hover {
    color: #051d3b;
  }
}
header.container-header .mod-menu li.active > a, header.container-header .mod-menu li.hover > a,
header.container-header .dj-megamenu-override li.active > a,
header.container-header .dj-megamenu-override li.hover > a {
  color: #fff;
  text-decoration: none !important;
}
header.container-header .mod-menu li.active > a::after, header.container-header .mod-menu li.hover > a::after,
header.container-header .dj-megamenu-override li.active > a::after,
header.container-header .dj-megamenu-override li.hover > a::after {
  left: 0;
  right: 2px;
}
header.container-header .mod-menu li.parent,
header.container-header .dj-megamenu-override li.parent {
  margin-right: 2rem;
}
header.container-header .mod-menu li .dj-subwrap,
header.container-header .dj-megamenu-override li .dj-subwrap {
  position: absolute;
  top: 70px;
  background: #0d3264;
  left: -2rem;
  width: 700px;
  padding: 1rem;
}
header.container-header .mod-menu li .dj-subwrap::after,
header.container-header .dj-megamenu-override li .dj-subwrap::after {
  content: "";
  left: 3rem;
  width: 50px;
  height: 50px;
  background: #0d3264;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
}
header.container-header .mod-menu li .dj-subwrap div,
header.container-header .dj-megamenu-override li .dj-subwrap div {
  width: 100% !important;
  z-index: 1;
  position: relative;
}
header.container-header .mod-menu li .dj-subwrap ul,
header.container-header .dj-megamenu-override li .dj-subwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
header.container-header .mod-menu li .dj-subwrap ul li,
header.container-header .dj-megamenu-override li .dj-subwrap ul li {
  padding: 0;
  margin: 5px 1rem;
}
header.container-header .mod-menu li .dj-subwrap ul li a,
header.container-header .dj-megamenu-override li .dj-subwrap ul li a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding: 0;
}
header.container-header .mod-menu li .dj-subwrap ul li a::after,
header.container-header .dj-megamenu-override li .dj-subwrap ul li a::after {
  display: none;
}
header.container-header .mod-menu li .dj-subwrap ul li a:hover, header.container-header .mod-menu li .dj-subwrap ul li a.active, header.container-header .mod-menu li .dj-subwrap ul li a:focus,
header.container-header .dj-megamenu-override li .dj-subwrap ul li a:hover,
header.container-header .dj-megamenu-override li .dj-subwrap ul li a.active,
header.container-header .dj-megamenu-override li .dj-subwrap ul li a:focus {
  color: #00ace4;
}
@media (min-width: 1100px) {
  header.container-header .mod-menu li.deeper:hover,
  header.container-header .dj-megamenu-override li.deeper:hover {
    background: #00ace4;
  }
}
@media (min-width: 1100px) {
  header.container-header .mod-menu li.deeper:hover > ul,
  header.container-header .dj-megamenu-override li.deeper:hover > ul {
    display: inline-block;
  }
}
header.container-header .mod-menu li.deeper > a,
header.container-header .dj-megamenu-override li.deeper > a {
  padding-right: 1.4rem;
}
@media (max-width: 1200px) {
  header.container-header .mod-menu li.deeper > a,
  header.container-header .dj-megamenu-override li.deeper > a {
    padding-right: 1.5rem;
  }
}
@media (max-width: 1050px) {
  header.container-header .mod-menu li.deeper > a,
  header.container-header .dj-megamenu-override li.deeper > a {
    padding-right: 1.8rem;
  }
}
header.container-header .mod-menu li.deeper ul,
header.container-header .dj-megamenu-override li.deeper ul {
  padding: 10px;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper ul,
  header.container-header .dj-megamenu-override li.deeper ul {
    border-top: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
  header.container-header .mod-menu li.deeper ul li:last-child,
  header.container-header .dj-megamenu-override li.deeper ul li:last-child {
    border: none;
  }
  header.container-header .mod-menu li.deeper ul li a,
  header.container-header .dj-megamenu-override li.deeper ul li a {
    padding-left: 1rem;
  }
}
header.container-header .mod-menu li.deeper ul li,
header.container-header .dj-megamenu-override li.deeper ul li {
  margin: 5px 0;
}
header.container-header .mod-menu li.deeper ul li a,
header.container-header .dj-megamenu-override li.deeper ul li a {
  font-size: 15px;
  padding: 2px 10px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper ul li a,
  header.container-header .dj-megamenu-override li.deeper ul li a {
    padding-left: 2rem;
  }
}
header.container-header .mod-menu li.deeper ul li a:hover,
header.container-header .dj-megamenu-override li.deeper ul li a:hover {
  background: transparent;
  text-decoration: none;
}
header.container-header .mod-menu li.deeper ul li a:focus-visible,
header.container-header .dj-megamenu-override li.deeper ul li a:focus-visible {
  background: transparent;
}
header.container-header .mod-menu li.deeper ul li.active a,
header.container-header .dj-megamenu-override li.deeper ul li.active a {
  background: transparent;
  text-decoration: none;
}
header.container-header.fixed {
  background: #051d3b;
}
header.container-header.fixed > .grid-child {
  border-bottom-color: transparent;
  padding: 13px 0;
}

.grid-child {
  max-width: 1290px;
}
@media (max-width: 1400px) {
  .grid-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.main-content {
  padding-top: 10.5rem;
  align-items: flex-start;
  background: #fbfbfb;
  background: linear-gradient(190deg, rgb(251, 251, 251) 0%, rgb(230, 246, 252) 100%);
}
@media (max-width: 1600px) {
  .main-content {
    padding-top: 10rem;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding-top: 7.5rem;
  }
}
@media (max-width: 782px) {
  .main-content {
    padding-top: 7rem;
  }
}
@media (max-width: 500px) {
  .main-content {
    padding-top: 6.9rem;
  }
}

.itemid-101 .main-content {
  padding-top: 0;
}

body:not(.itemid-101) header.container-header {
  background: #051d3b;
}
body:not(.itemid-101) header.container-header > .grid-child {
  border-bottom: 0;
}
body:not(.itemid-101) .main-content > .about-us {
  padding-top: 3rem;
  margin-top: 3rem;
  background: #fff;
}
body:not(.itemid-101) main {
  padding-bottom: 3rem;
}

main {
  margin-bottom: 3rem;
}
main > div {
  z-index: 1;
  position: relative;
}

.awesomplete {
  font-size: 15px;
}

.card {
  background: transparent;
  border: none;
  color: #0d3264;
  margin: 5rem 0;
}
@media (max-width: 782px) {
  .card {
    margin: 2rem 0;
  }
}
.card > .card-header {
  margin-bottom: 3rem;
}
@media (max-width: 782px) {
  .card > .card-header {
    margin-bottom: 2rem;
  }
}

.component-section {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
}
@media (max-width: 782px) {
  .component-section .search input {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  .component-section .search .input-group-append {
    width: 100%;
  }
}
.component-section .search .btn-secondary {
  height: 100%;
}
@media (max-width: 782px) {
  .component-section .search .btn-secondary {
    width: 100%;
  }
}
.component-section .search .btn-secondary span {
  display: none;
}

.card-header {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 2rem;
}

.card-body {
  padding: 0;
}

.container-banner {
  margin-bottom: 0;
}
.container-banner p {
  margin: 0;
}

.container-top-a {
  background: #fbfbfb;
  background: linear-gradient(190deg, rgb(251, 251, 251) 0%, rgb(230, 246, 252) 100%);
  width: 100%;
  max-width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

#p1 {
  background-image: url(../img/sygnet.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: 0;
  width: 820px;
  height: 890px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 782px) {
  #p1 {
    width: 50%;
    aspect-ratio: 1/1;
    background-size: contain;
  }
}

.mod-articles-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.3rem;
}
@media (max-width: 1100px) {
  .mod-articles-items {
    grid-template-columns: auto auto;
    grid-gap: 2rem;
  }
}
@media (max-width: 500px) {
  .mod-articles-items {
    grid-template-columns: auto;
    grid-gap: 1rem;
  }
}
.mod-articles-items li {
  padding: 0;
  width: 100%;
}
@media (max-width: 782px) {
  .mod-articles-items li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.mod-articles-items li a {
  background: #fff;
  border-radius: 1.7rem;
  overflow: hidden;
  padding-bottom: 1.3rem;
  display: block;
}
.mod-articles-items li a figure {
  width: 100%;
  aspect-ratio: 4/2.4;
  overflow: hidden;
}
.mod-articles-items li a figure img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.mod-articles-items li a .mod-articles-date {
  padding: 0 2rem;
  font-size: 14px;
  margin-top: 25px;
}
.mod-articles-items li a .mod-articles-title {
  font-size: 18px;
  padding: 0 3rem;
  min-height: 45px;
  margin-bottom: 5px;
}
.mod-articles-items li a:hover {
  text-decoration: none;
}
.mod-articles-items li a:hover img {
  transform: scale(1.1);
}
.mod-articles-items.products li a {
  border: 1px solid #e6ebf0;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .mod-articles-items.products li a {
    padding-bottom: 0;
  }
}
.mod-articles-items.products li a figure {
  aspect-ratio: 1;
  max-width: 100%;
  text-align: center;
  padding: 1rem;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .mod-articles-items.products li a figure {
    aspect-ratio: auto;
  }
}
.mod-articles-items.products li a figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-width: 70%;
  max-height: 75%;
}
@media (max-width: 1400px) {
  .mod-articles-items.products li a figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mod-articles-items.products li a .mod-articles-title {
  font-size: 1.3rem;
  padding: 0 2rem;
  min-height: 45px;
  margin-bottom: 5px;
}
.mod-articles-items.products li a:hover {
  border: 1px solid #0d3264;
}
.mod-articles-items.products .slider-1-col {
  border-radius: 2rem;
  overflow: hidden;
}
.mod-articles-items.products .slider-1-col a {
  text-align: left;
  border: none !important;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 782px) {
  .mod-articles-items.products .slider-1-col a {
    padding: 2rem;
  }
}
.mod-articles-items.products .slider-1-col a .mod-articles-title {
  padding: 0;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.mod-articles-items.products .slider-1-col a p {
  font-size: 1.1rem;
}
.mod-articles-items.products .slider-1-col a figure {
  overflow: visible;
}
.mod-articles-items.products .slider-1-col a figure img {
  width: 100%;
  max-width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.news .mod-articles-items {
  flex-wrap: wrap;
}
.news .mod-articles-items li a .mod-articles-title {
  padding: 0 2rem;
}

.splide__list.mod-articles-items {
  gap: 0;
}
.splide__list.mod-articles-items img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.products-col-1 .splide__arrows {
  position: absolute;
  bottom: 2rem;
  right: 0rem;
  left: auto;
  width: 7rem;
}
@media (max-width: 782px) {
  .products-col-1 .splide__arrows {
    bottom: 3rem;
  }
}
.products-col-1 .splide__arrows .splide__arrow {
  width: 2.2rem;
  height: 2.2rem;
  background-size: 1rem;
}
.products-col-1 .splide__track {
  border-radius: 2rem;
  overflow: hidden;
}
.products-col-1 li a figure {
  padding: 0 !important;
}

.display-flex {
  margin-bottom: 0;
}
.display-flex .card-body {
  margin: 0;
}
.display-flex .custom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .display-flex .custom {
    flex-wrap: wrap;
  }
  .display-flex .custom h2 {
    margin-bottom: 1rem;
  }
}

.container-top-b {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.container-top-b .grid-child {
  flex-direction: column;
}
.container-top-b .slider-produktow {
  margin-top: 3rem;
}
.container-top-b .slider-produktow .card-body {
  margin-right: -445px;
  position: relative;
}
@media (max-width: 1400px) {
  .container-top-b .slider-produktow .card-body {
    margin-right: 0px;
  }
}
.container-top-b .slider-produktow .card-body::after {
  content: "";
  background: #fbfbfb;
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgb(255, 255, 255) 78%);
  top: 0;
  bottom: 0;
  right: 0;
  width: 24%;
  position: absolute;
}
@media (max-width: 1400px) {
  .container-top-b .slider-produktow .card-body::after {
    display: none;
  }
}
@media (max-width: 1400px) {
  .container-top-b .slider-produktow .splide__arrow--prev {
    left: -1rem;
  }
}
.container-top-b .slider-produktow .splide__arrow--next {
  right: 15%;
}
@media (max-width: 1600px) {
  .container-top-b .slider-produktow .splide__arrow--next {
    right: 20%;
  }
}
@media (max-width: 1400px) {
  .container-top-b .slider-produktow .splide__arrow--next {
    right: -1rem;
  }
}

.container-bottom-a {
  background: #0d3264;
  display: flex;
  justify-content: center;
}
.container-bottom-a .grid-child {
  align-items: center;
}
@media (max-width: 782px) {
  .container-bottom-a .grid-child {
    flex-wrap: wrap;
  }
}
.container-bottom-a .grid-child > div {
  width: 50%;
}
@media (max-width: 782px) {
  .container-bottom-a .grid-child > div {
    width: 100%;
  }
}
.container-bottom-a .grid-child > div .btn {
  margin-top: 3rem;
}
.container-bottom-a .grid-child .text-white {
  padding-right: 2rem;
}

.producent {
  text-transform: uppercase;
  color: #00ace4;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 782px) {
  .producent {
    font-size: 17px;
  }
}

.text-white {
  color: #fff;
}

.container-bottom-b {
  justify-content: center;
  display: flex;
}
.container-bottom-b .grid-child {
  flex-direction: column;
}
.container-bottom-b .slider-produktow {
  margin-top: 2rem;
}

.com-content-category-blog__navigation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.blog h1 {
  text-align: center;
}
.blog .masonry-3,
.blog .masonry-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.3rem;
}
@media (max-width: 1100px) {
  .blog .masonry-3,
  .blog .masonry-4 {
    grid-template-columns: auto auto;
    grid-gap: 2rem;
  }
}
@media (max-width: 500px) {
  .blog .masonry-3,
  .blog .masonry-4 {
    grid-template-columns: auto;
    grid-gap: 1rem;
  }
}
.blog .masonry-3 .blog-item,
.blog .masonry-4 .blog-item {
  margin-bottom: 0;
}
.blog .blog-item {
  border-radius: 1.7rem;
  background: #fff;
  margin-bottom: 0;
}
.blog .blog-item a {
  text-decoration: none;
}
.blog .blog-item a figure.item-image {
  width: 100%;
  aspect-ratio: 4/2.4;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0rem;
}
.blog .blog-item a figure.item-image img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
.blog .blog-item a h2 {
  font-size: 18px;
  padding: 0 2rem;
  min-height: 45px;
  margin-bottom: 5px;
}
.blog .blog-item a .page-header {
  margin-bottom: 1.2rem;
}
.blog .blog-item a .mod-articles-date {
  padding: 0 2rem;
  font-size: 14px;
  margin-top: 25px;
}
.blog .blog-item a:hover img {
  transform: scale(1.1);
}
.blog .sub-category-h {
  margin-top: 3rem;
}
.blog > .com-content-category-blog__children {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.3rem;
  margin-top: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 1100px) {
  .blog > .com-content-category-blog__children {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width: 500px) {
  .blog > .com-content-category-blog__children {
    grid-template-columns: auto;
    grid-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
.blog > .com-content-category-blog__children .item-title {
  text-align: center;
  margin-bottom: 0;
  height: 100%;
  font-size: 1.3rem;
  padding: 0 2rem;
  min-height: 45px;
  margin-bottom: 5px;
}
.blog > .com-content-category-blog__children .item-title a {
  border-radius: 1.7rem;
  background: #fff;
  color: #0d3264;
  padding: 2rem 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  flex-direction: column;
  border: 1px solid #e6ebf0;
  border-radius: 1.7rem;
  height: 100%;
}
.blog > .com-content-category-blog__children .item-title a img {
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}
.blog > .com-content-category-blog__children .item-title a:hover, .blog > .com-content-category-blog__children .item-title a:focus {
  border: 1px solid #0d3264;
}
.blog > .com-content-category-blog__children .item-title a:hover img, .blog > .com-content-category-blog__children .item-title a:focus img {
  transform: scale(1.1);
}

.blog .blog-item .product {
  border: 1px solid #e6ebf0;
  border-radius: 1.7rem;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}
.blog .blog-item .product figure.item-image {
  aspect-ratio: 1;
  max-width: 100%;
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 300px;
}
.blog .blog-item .product figure.item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-width: 70%;
  max-height: 75%;
}
.blog .blog-item .product .page-header {
  margin-bottom: 2rem;
}
.blog .blog-item .product .page-header h2 {
  font-size: 1.3rem;
  padding: 0 2rem;
  min-height: 45px;
  margin-bottom: 5px;
}
.blog .blog-item .product:hover {
  border-color: #0d3264;
}

.row-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row-c > div {
  width: 45%;
}
@media (max-width: 782px) {
  .row-c > div {
    width: 100%;
  }
}
.row-c .col-5 {
  width: 5%;
}
.row-c .col-10 {
  width: 10%;
}
.row-c .col-15 {
  width: 15%;
}
.row-c .col-20 {
  width: 20%;
}
.row-c .col-25 {
  width: 25%;
}
.row-c .col-30 {
  width: 30%;
}
.row-c .col-35 {
  width: 35%;
}
.row-c .col-40 {
  width: 40%;
}
.row-c .col-45 {
  width: 45%;
}
@media (max-width: 782px) {
  .row-c .col-45 {
    width: 100%;
  }
}
.row-c .col-50 {
  width: 50%;
}
@media (max-width: 782px) {
  .row-c .col-50 {
    width: 100%;
  }
}
.row-c .col-55 {
  width: 55%;
}
.row-c .col-60 {
  width: 60%;
}
.row-c .col-65 {
  width: 65%;
}
.row-c .col-70 {
  width: 70%;
}
.row-c .col-75 {
  width: 75%;
}
.row-c .col-80 {
  width: 80%;
}
.row-c .col-85 {
  width: 85%;
}
.row-c .col-90 {
  width: 90%;
}
.row-c .col-95 {
  width: 95%;
}
.row-c .col-100 {
  width: 100%;
}

@supports (overflow: clip) {
  body:not(.home) .site-main {
    overflow: clip;
  }
  @media (max-width: 782px) {
    body:not(.home) .site-main {
      overflow: unset;
    }
  }
  .pos-sticky {
    position: sticky;
    top: 8rem;
  }
}
.download-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.download-list a {
  background: #0d3264;
  padding: 5px;
  border-radius: 3px;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.download-list a:hover {
  background: #00ace4;
  color: #fff;
  text-decoration: none;
}

.products h1 {
  margin-bottom: 3rem;
}
.products .tf-slideshow-thumbs-wrapper .swiper-slide {
  width: 100px !important;
}
.products .row-c {
  border-bottom: 1px solid rgba(13, 50, 100, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.products .tf-slideshow-wrapper {
  border: 1px solid rgba(13, 50, 100, 0.1);
  padding: 2rem;
  background: #fff;
}
.products .col-bg {
  background: #0d3264;
  color: #fff;
  padding: 2rem;
}
@media (max-width: 782px) {
  .products .col-bg {
    margin-top: 1rem;
  }
}
.products .col-bg h2,
.products .col-bg h3,
.products .col-bg p {
  color: #fff;
}
.products .col-bg .small {
  color: #00ace4;
}
.products .col-bg .download-list {
  align-items: flex-start;
}
.products .col-bg .download-list a {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #0d3264;
}
.products .col-bg .download-list a:hover {
  background: #00ace4;
  color: #fff;
}

p.small {
  font-size: 13px;
  color: #555;
}

.com-content-article__body .nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 500px;
}

.com-content-article__body .nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide-next {
  opacity: 0;
  transition: all 0.3s;
}
.com-content-article__body .nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide-prev {
  opacity: 0;
  transition: all 0.3s;
}
.com-content-article__body .nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide {
  transition: all 0.3s;
}

.com-content-article__body .row .col-xs-12 {
  margin-bottom: 1.6rem;
}
.com-content-article__body .row .col-xs-12 h3 {
  font-size: 1.2rem;
}

.row:has(.col-xs-12) {
  margin-top: 2rem;
}

.row-opis {
  margin: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: rgba(13, 50, 100, 0.05);
  padding: 2rem;
  border: none !important;
  width: auto;
  display: flex;
}
.row-opis .row-opis {
  background: transparent;
  padding: 0;
  margin: 0;
}
.row-opis .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 1100px) {
  .row-opis .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 782px) {
  .row-opis .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-opis .row > div {
  margin-bottom: 2rem;
  width: 100% !important;
}
.row-opis .row h2,
.row-opis .row h3 {
  font-size: 1.4rem;
}
.row-opis .row p {
  font-size: 1rem;
}
.row-opis .col .card {
  margin: 0;
}
.row-opis .col img {
  margin-bottom: 10px;
}

.col-filmy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 782px) {
  .col-filmy {
    grid-template-columns: repeat(1, 1fr);
  }
}
.col-filmy .tf-video {
  width: 100% !important;
  height: auto !important;
}

._nrf-widget.tf-slideshow-wrapper .swiper-button-next,
._nrf-widget.tf-slideshow-wrapper .swiper-button-prev {
  background: #0d3264;
  border-radius: 50%;
  height: 2.8rem !important;
  width: 2.8rem;
  transform: translateY(50%);
  bottom: auto;
}

.table-container {
  overflow-x: auto;
  background: #fff;
  margin-bottom: 2rem;
}
.table-container table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .table-container table {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  .table-container table {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .table-container table {
    font-size: 12px;
  }
}
.table-container th,
.table-container td {
  border: 1px solid rgba(13, 50, 100, 0.4);
  padding: 0.5rem;
  text-align: left;
}
.table-container td:first-child {
  font-weight: 600;
}
.table-container tr {
  transition: all 0.3s;
}
.table-container tr:hover {
  background-color: rgba(0, 172, 228, 0.15);
}
.table-container th {
  background-color: rgba(0, 172, 228, 0.1);
}

.email {
  font-size: 1.5rem;
  text-decoration: none;
}
.email a {
  text-decoration: none;
}

.com-finder h1 {
  text-align: center;
}
.com-finder .result__title-text {
  font-weight: 600;
}
.com-finder a:hover {
  color: #00ace4;
}
.com-finder .form-inline {
  text-align: center;
}
.com-finder .form-inline label {
  margin-bottom: 1rem;
}
.com-finder .input-group {
  justify-content: center;
}

blockquote {
  background-color: rgba(0, 172, 228, 0.1);
  padding: 2rem;
}
blockquote h2:last-child,
blockquote h3:last-child,
blockquote h4:last-child,
blockquote h5:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.info,
.eb-dialog {
  height: 12vh;
  position: fixed;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  left: 0;
  bottom: 0;
  box-shadow: 10px 10px 67px -8px rgba(10, 55, 107, 0.35) !important;
  overflow: hidden;
  z-index: 10;
}
.info p,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6,
.eb-dialog p,
.eb-dialog h2,
.eb-dialog h3,
.eb-dialog h4,
.eb-dialog h5,
.eb-dialog h6 {
  margin: 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .info p,
  .info h2,
  .info h3,
  .info h4,
  .info h5,
  .info h6,
  .eb-dialog p,
  .eb-dialog h2,
  .eb-dialog h3,
  .eb-dialog h4,
  .eb-dialog h5,
  .eb-dialog h6 {
    font-size: 1.2rem;
    margin: 1rem;
  }
}

.sigplus-gallery ul {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
@media (max-width: 782px) {
  .sigplus-gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sigplus-gallery ul li {
  width: auto;
}
.sigplus-gallery ul li a {
  background: #0d3264;
}
.sigplus-gallery ul li a img {
  transition: all 0.3s;
}
.sigplus-gallery ul li a:hover img {
  opacity: 0.7;
}

.products .sigplus-gallery ul {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 782px) {
  .products .sigplus-gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products .sigplus-gallery ul li a {
  height: 100%;
}
.products .sigplus-gallery ul li a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products video {
  max-width: 100%;
  height: auto;
}

.about-us {
  margin-top: 0;
}
.about-us video {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.about-us .card-header {
  margin-bottom: 1rem;
}
.about-us .grid-child {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .about-us .grid-child {
    flex-wrap: wrap-reverse;
  }
}
.about-us .grid-child > div {
  width: 50%;
}
@media (max-width: 782px) {
  .about-us .grid-child > div {
    width: 100%;
  }
}
.about-us .grid-child .about-us-2 {
  width: 44%;
}
@media (max-width: 782px) {
  .about-us .grid-child .about-us-2 {
    width: 100%;
  }
}

.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 782px) {
  .columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

footer.footer {
  background: #0d3264;
  padding: 5rem 0 2rem 0;
  margin-top: 0;
}
@media (max-width: 782px) {
  footer.footer {
    padding: 3rem 0 2rem 0;
  }
}
@media (max-width: 1100px) {
  footer.footer {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  footer.footer .container-topbar {
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  footer.footer .container-topbar {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  footer.footer .container-topbar ul {
    margin: 2rem 0 0 0;
    padding: 0;
  }
}
footer.footer .grid-child {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1400px) {
  footer.footer .grid-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
footer.footer .grid-child:nth-child(2) {
  align-items: flex-start;
}
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer .card > .card-header {
  color: #fff;
}
footer.footer h4 {
  font-size: 1.6rem;
}
footer.footer a {
  color: #fff;
}
footer.footer .mod-menu li a {
  color: #fff;
}
footer.footer .mod-menu li a:hover {
  color: #00ace4;
  text-decoration: none;
}
footer.footer .mod-menu li.current a {
  color: #00ace4;
  text-decoration: none;
}
footer.footer .card {
  margin: 0;
}
footer.footer .card > .card-header {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 782px) {
  footer.footer .card > .card-header {
    margin-bottom: 1rem;
  }
}
footer.footer .footer2 {
  width: auto;
}
footer.footer .footer2 li:nth-child(even) {
  width: auto;
}
footer.footer .footer2 li:nth-child(odd) {
  width: 300px;
}
@media (max-width: 1100px) {
  footer.footer .footer2 li:nth-child(odd) {
    width: auto;
  }
}
@media (max-width: 1100px) {
  footer.footer .footer2 {
    margin-top: 1rem;
    width: 100%;
  }
}

.back-to-top-link {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.back-to-top-link:hover, .back-to-top-link:focus {
  background: #00ace4;
}
.back-to-top-link:active {
  background: #fff;
}

.copy {
  text-align: center;
  padding: 1rem;
  padding-bottom: 9rem;
}
.copy p:last-of-type {
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 782px) {
  .pagination .btn {
    font-size: 12px;
    background-size: 15px;
    padding: 10px 30px;
  }
}
@media (max-width: 782px) {
  .pagination .btn.btn.previous {
    padding: 10px 20px 10px 40px;
  }
}
@media (max-width: 782px) {
  .pagination .btn.btn.next {
    padding: 10px 40px 10px 20px;
  }
}

.map {
  text-align: center;
  overflow: hidden;
  padding: 4rem 0 0 0;
}
.map h2 {
  margin-bottom: 2rem;
}
.map iframe {
  width: 100% !important;
}

.mod-breadcrumbs__wrapper {
  margin: 2rem 0;
}
@media (max-width: 782px) {
  .mod-breadcrumbs__wrapper {
    display: none;
  }
}

.breadcrumb {
  text-align: center;
  background: transparent;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  color: #555;
}
@media (max-width: 1400px) {
  .breadcrumb {
    font-size: 19px;
  }
}
.breadcrumb a {
  color: #444;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #0d3264;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  opacity: 0.2;
  font-weight: 100;
  height: 30px;
  width: 1px;
  background: #555;
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 10px;
}

ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQyIDI0IDI1LjU5bDkuMTctOS4xN0wzNiAxOS4yNWwtMTIgMTItMTItMTJ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNMC0uNzVoNDh2NDhIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=");
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 14px !important;
}
ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler::before {
  display: none;
}

.dj-offcanvas-dark .dj-offcanvas-top,
.dj-offcanvas-dark {
  background: #051d3b !important;
}

.dj-offcanvas-dark .dj-offcanvas-logo img {
  max-width: 50% !important;
  margin-bottom: 2rem;
}

ul.dj-mobile-dark li.dj-mobileitem > a {
  background: #0d3264 !important;
  border-top: 1px solid rgba(0, 172, 228, 0.15) !important;
  font-size: 16px !important;
}

ul.dj-mobile-dark ul li.dj-mobileitem > a {
  color: #fff !important;
}

ul.dj-mobile-dark li.dj-mobileitem:hover > a,
ul.dj-mobile-dark li.dj-mobileitem.active > a {
  background: #00ace4 !important;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #0d3264;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2.8rem;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  z-index: 1;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0yOCAxNEg4LjhsNC42Mi00LjYyYy4zOTQtLjM5NC41OC0uODY0LjU4LTEuMzggMC0uOTg0LS44MTMtMi0yLTItLjUzMSAwLS45OTQuMTkzLTEuMzguNThsLTcuOTU4IDcuOTU4QzIuMzM0IDE0Ljg2NiAyIDE1LjI3MSAyIDE2cy4yNzkgMS4wOC42NDYgMS40NDdsNy45NzQgNy45NzNjLjM4Ni4zODcuODQ5LjU4IDEuMzguNTggMS4xODggMCAyLTEuMDE2IDItMiAwLS41MTYtLjE4Ni0uOTg2LS41OC0xLjM4TDguOCAxOEgyOGEyIDIgMCAwIDAgMC00eiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}
.splide__arrow:hover {
  background-color: #00ace4;
  opacity: 1;
}

.splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
  transform: translateY(-50%) rotate(180deg);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.col-contact {
  padding-left: 10%;
}
@media (max-width: 1100px) {
  .col-contact {
    padding-left: 0;
    margin-top: 2rem;
  }
}

body .formResponsive input[type=email],
body .formResponsive input[type=number],
body .formResponsive input[type=password],
body .formResponsive input[type=tel],
body .formResponsive input[type=text],
body .formResponsive input[type=url],
body .formResponsive input[type=email],
body .formResponsive input[type=number],
body .formResponsive input[type=password],
body .formResponsive input[type=tel],
body .formResponsive input[type=text],
body .formResponsive input[type=url],
body .formResponsive textarea {
  font-size: 1rem;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #0d3264;
  padding: 15px 14px;
}
@media (max-width: 1100px) {
  body .formResponsive input[type=email],
  body .formResponsive input[type=number],
  body .formResponsive input[type=password],
  body .formResponsive input[type=tel],
  body .formResponsive input[type=text],
  body .formResponsive input[type=url],
  body .formResponsive input[type=email],
  body .formResponsive input[type=number],
  body .formResponsive input[type=password],
  body .formResponsive input[type=tel],
  body .formResponsive input[type=text],
  body .formResponsive input[type=url],
  body .formResponsive textarea {
    box-sizing: border-box;
  }
}
body .formResponsive input[type=email]:focus,
body .formResponsive input[type=number]:focus,
body .formResponsive input[type=password]:focus,
body .formResponsive input[type=tel]:focus,
body .formResponsive input[type=text]:focus,
body .formResponsive input[type=url]:focus,
body .formResponsive input[type=email]:focus,
body .formResponsive input[type=number]:focus,
body .formResponsive input[type=password]:focus,
body .formResponsive input[type=tel]:focus,
body .formResponsive input[type=text]:focus,
body .formResponsive input[type=url]:focus,
body .formResponsive textarea:focus {
  border-color: #00ace4;
}
body #userForm label {
  font-size: 12px;
}

#Zgoda0-lbl {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
#Zgoda0-lbl input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0 !important;
  background: #bdbdbd;
  outline: none;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
}
#Zgoda0-lbl input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 2px;
  font-weight: bold;
}

.djslider-loader-default {
  background: url(../img/spinner.gif) center center no-repeat !important;
  background-size: 90px !important;
}

.color-box {
  border: 2px solid #999;
  padding: 3rem;
}
@media (max-width: 1100px) {
  .color-box {
    padding: 1rem;
    border: 1px solid #999;
  }
}

.colorsets-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .colorsets-wrapper {
    flex-wrap: wrap;
  }
}
.colorsets-wrapper .colorset-buttons {
  width: 35%;
}
@media (max-width: 782px) {
  .colorsets-wrapper .colorset-buttons {
    width: 100%;
  }
}
.colorsets-wrapper .colorset-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
}
@media (max-width: 782px) {
  .colorsets-wrapper .colorset-button {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.colorsets-wrapper .colorset-button:focus, .colorsets-wrapper .colorset-button:hover, .colorsets-wrapper .colorset-button:active, .colorsets-wrapper .colorset-button:focus-within, .colorsets-wrapper .colorset-button:focus-visible {
  outline: 3px solid #00ace4;
  outline-offset: 3px;
}
.colorsets-wrapper .colorset-color-name {
  width: 100%;
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 782px) {
  .colorsets-wrapper .colorset-color-name {
    font-size: 14px;
  }
}
.colorsets-wrapper .colorset-image-viewer {
  float: right;
  width: 60%;
}
@media (max-width: 782px) {
  .colorsets-wrapper .colorset-image-viewer {
    width: 100%;
  }
}
.colorsets-wrapper .colorset-image-viewer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item-171 {
  order: 99999;
}

body .tf-gallery-wrapper .gallery-items .item .glightbox-desc {
  display: block !important;
}

.com-content-category.category-list h1 {
  text-align: center;
}
.com-content-category.category-list .list-title {
  padding: 10px;
  background: #fff;
}
.com-content-category.category-list .list-title a {
  color: #000;
}
.com-content-category.category-list .list-title a:hover {
  color: #00ace4;
}
.com-content-category.category-list table {
  background: #fff;
}
.com-content-category.category-list .table-striped > tbody > tr:nth-of-type(odd) > *,
.com-content-category.category-list .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  background: #fff;
  --table-bg-type: #fff;
}
.com-content-category.category-list .table-hover > tbody > tr:hover > * {
  background: #fff;
  --table-bg-type: #fff;
}

.container-banner {
  position: relative;
}

#mod-custom145 {
  position: absolute;
  height: auto;
  right: 5vw;
  top: 190px;
  z-index: 1;
}
@media (max-width: 782px) {
  #mod-custom145 {
    top: 95px;
  }
}
#mod-custom145 ul {
  margin: 0;
  padding: 0;
}
#mod-custom145 ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
#mod-custom145 a {
  transition: all 0.3s;
  min-width: 320px;
  background: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  color: #0d3264;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
@media (max-width: 782px) {
  #mod-custom145 a {
    text-indent: -99999px;
    width: auto;
    min-width: auto;
    width: 35px;
    min-width: auto;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#mod-custom145 a img {
  max-height: 20px;
  display: inline-block;
  transition: all 0.3s;
  width: auto;
  margin: 0;
  margin-left: 15px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(14%) saturate(7491%) hue-rotate(195deg) brightness(93%) contrast(97%);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 782px) {
  #mod-custom145 a img {
    margin: 0;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    right: 0;
    max-height: 14px;
  }
}
#mod-custom145 a:hover {
  background: #00ace4;
  color: #fff;
}
#mod-custom145 a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(54%) saturate(125%) hue-rotate(199deg) brightness(115%) contrast(100%);
}

.com-content-category-blog__child {
  width: 100%;
}
.com-content-category-blog__child a {
  border: 1px solid #e6ebf0;
  border-radius: 1.7rem;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  background: #fff;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
}
.com-content-category-blog__child a img {
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.com-content-category-blog__child a h2 {
  text-decoration: none;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.com-content-category-blog__child a:hover {
  border-color: #0d3264;
  text-decoration: none;
}
.com-content-category-blog__child a:hover img {
  transform: scale(1.1);
}

.wf_file {
  background: #051d3b;
  padding: 4px 12px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.wf_file:hover {
  background: #00ace4;
  text-decoration: none;
  color: #fff;
}

.cennik {
  display: block !important;
  width: 100%;
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}
.cennik > div {
  width: 100%;
}
.cennik > div ul {
  list-style: none;
  margin: 0 2rem;
  padding: 0;
  margin-bottom: 3rem;
}
.cennik > div ul li a {
  text-decoration: none;
  border-bottom: 1px solid #bdbdbd;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
}
.cennik > div ul li a:hover {
  color: #00ace4;
}
.cennik .page-header {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 10px;
  justify-content: center;
  align-content: center;
  padding-top: 2rem;
  padding-bottom: 0;
}
.cennik .blog-item > a {
  pointer-events: none;
  border: none !important;
}

.item-191 {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.item-191 a {
  background: #0d3264;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
}
.item-191 a:hover {
  background: #00ace4;
  color: #fff;
}

.container-bottom-b-logo {
  background: #fff;
  padding: 0rem 0;
}

.slider-logo .splide__arrow--prev {
  left: -5em;
}
@media (max-width: 1550px) {
  .slider-logo .splide__arrow--prev {
    left: -2rem;
  }
}
.slider-logo .splide__arrow--next {
  right: -5em;
}
@media (max-width: 1550px) {
  .slider-logo .splide__arrow--next {
    right: -2rem;
  }
}
@media (max-width: 1550px) {
  .slider-logo .splide__track {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 782px) {
  .slider-logo .splide__track {
    padding-bottom: 4rem !important;
  }
}
.slider-logo .splide__list {
  align-items: center;
}
.slider-logo .splide__list li {
  text-align: center;
}
.slider-logo .splide__list li img {
  max-height: 4rem;
  width: auto;
  max-width: 79%;
}
@media (max-width: 1550px) {
  .slider-logo .splide__list li img {
    max-width: 200px;
  }
}
.slider-logo .splide__pagination {
  bottom: 0;
}
.slider-logo .splide__pagination .splide__pagination__page.is-active {
  background: #00ace4;
}/*# sourceMappingURL=custom.css.map */