/* Change some root colors and settings of the document */
:root {
  background-color: #669bbc;
  border-color: #669bbc;
  --info: $color1;
}

html {
  font-size: 18px;
}
@media (max-width: 1660px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rvis8");
  src: url("../fonts/icomoon.eot?rvis8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rvis8") format("truetype"), url("../fonts/icomoon.woff?rvis8") format("woff"), url("../fonts/icomoon.svg?rvis8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-czas:before {
  content: "\e911";
  color: #e51a4b;
}

.icon-enter:before {
  content: "\e912";
  color: #e51a4b;
}

.icon-gwiazdka:before {
  content: "\e913";
  color: #e51a4b;
}

.icon-info1:before {
  content: "\e914";
  color: #e51a4b;
}

.icon-info2:before {
  content: "\e915";
  color: #e51a4b;
}

.icon-kalendarz:before {
  content: "\e916";
  color: #e51a4b;
}

.icon-kasa:before {
  content: "\e917";
  color: #e51a4b;
}

.icon-kasa2:before {
  content: "\e918";
  color: #e51a4b;
}

.icon-ksiezyc:before {
  content: "\e919";
  color: #e51a4b;
}

.icon-like:before {
  content: "\e91a";
  color: #e51a4b;
}

.icon-obiad:before {
  content: "\e91b";
  color: #e51a4b;
}

.icon-ok:before {
  content: "\e91c";
  color: #e51a4b;
}

.icon-portfel:before {
  content: "\e91d";
  color: #e51a4b;
}

.icon-swinia:before {
  content: "\e91e";
  color: #e51a4b;
}

.icon-swinia2:before {
  content: "\e91f";
  color: #e51a4b;
}

.icon-thumbs_up:before {
  content: "\e910";
}

.icon-dog:before {
  content: "\e90e";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-wallet:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e902";
}

.icon-check-circle:before {
  content: "\e903";
}

.icon-cross-small:before {
  content: "\e904";
}

.icon-down-arrow:before {
  content: "\e905";
}

.icon-down-arrow2:before {
  content: "\e906";
}

.icon-facebook-messenger:before {
  content: "\e907";
}

.icon-gift:before {
  content: "\e908";
}

.icon-google:before {
  content: "\e909";
}

.icon-heart-full:before {
  content: "\e90a";
}

.icon-heart:before {
  content: "\e90b";
}

.icon-menu-burger:before {
  content: "\e90c";
}

.icon-arrow-alt-right:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e901";
}

body {
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #20221a;
  background: #dddddd;
}

::-moz-selection {
  background: #669bbc;
  color: #fff;
}

::selection {
  background: #669bbc;
  color: #fff;
}

::-moz-selection {
  background: #669bbc;
  color: #fff;
}

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

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

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

::-webkit-scrollbar-thumb:hover {
  background: #669bbc;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.h1.line,
.h2.line,
.h3.line,
.h4.line,
.h5.line,
.h6.line,
h1.line,
h2.line,
h3.line,
h4.line,
h5.line,
h6.line {
  position: relative;
  margin-bottom: 4rem !important;
}
.h1.line::after,
.h2.line::after,
.h3.line::after,
.h4.line::after,
.h5.line::after,
.h6.line::after,
h1.line::after,
h2.line::after,
h3.line::after,
h4.line::after,
h5.line::after,
h6.line::after {
  content: "";
  background-image: url(../images/wzorek.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: -2.7rem;
  left: -1rem;
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(5168%) hue-rotate(344deg) brightness(104%) contrast(104%);
}
.h1.line-before,
.h2.line-before,
.h3.line-before,
.h4.line-before,
.h5.line-before,
.h6.line-before,
h1.line-before,
h2.line-before,
h3.line-before,
h4.line-before,
h5.line-before,
h6.line-before {
  margin-top: 5rem !important;
  margin-bottom: 2rem !important;
}
.h1.line-before::after,
.h2.line-before::after,
.h3.line-before::after,
.h4.line-before::after,
.h5.line-before::after,
.h6.line-before::after,
h1.line-before::after,
h2.line-before::after,
h3.line-before::after,
h4.line-before::after,
h5.line-before::after,
h6.line-before::after {
  bottom: auto;
  top: -2.7rem;
}
.h1.text-center::after,
.h2.text-center::after,
.h3.text-center::after,
.h4.text-center::after,
.h5.text-center::after,
.h6.text-center::after,
h1.text-center::after,
h2.text-center::after,
h3.text-center::after,
h4.text-center::after,
h5.text-center::after,
h6.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: 700;
}
h1 em,
h2 em,
h3 em {
  font-style: italic;
}

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

.page-header {
  margin-bottom: 2rem;
}

h2,
.h2 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 782px) {
  h2,
  .h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  h2,
  .h2 {
    font-size: 1.2rem;
  }
}
h2.h2-big,
.h2.h2-big {
  font-size: 2.7rem;
}

h3,
.h3 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
@media (max-width: 500px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 400;
}
@media (max-width: 500px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
h6 {
  font-family: "Afacad Flux", sans-serif;
}

.x-big {
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 1380px) {
  .x-big {
    font-size: 4rem;
  }
}
@media (max-width: 782px) {
  .x-big {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .x-big {
    font-size: 2rem;
  }
}
.x-big span {
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 1380px) {
  .x-big span {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  .x-big span {
    font-size: 1.6rem;
  }
}

.title-center {
  text-align: center;
}

.text-center {
  text-align: center;
  margin: auto;
}

p {
  line-height: 1.2;
  font-weight: 200;
  font-size: 1.15rem;
  margin-bottom: 1.4rem;
}
p.p-big {
  font-size: 1.32rem;
  line-height: 1.35;
}
p.p-big2 {
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 500px) {
  p.p-big2 {
    font-size: 1.2rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

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

.p-color-1 {
  color: #669bbc;
  font-weight: 400;
}
.p-color-1 a {
  font-weight: 400 !important;
  color: #669bbc !important;
}
.p-color-1 a:hover {
  color: #003049 !important;
}

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

.card-header {
  background: transparent;
  border: none;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

a,
a:not([class]) {
  font-weight: 700;
  text-decoration: underline;
  color: #20221a;
  transition: color 0.3s ease;
}
a:hover,
a a:not(.btn):hover,
a:not([class]):hover,
a:not([class]) a:not(.btn):hover {
  color: #669bbc;
}
a:focus,
a:not([class]):focus {
  outline: none;
}
a:focus-visible,
a:not([class]):focus-visible {
  outline: 2px solid #669bbc !important;
  outline-offset: -2px !important;
}

.a-big {
  font-size: 3rem;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  font-weight: 400;
}

.text-white {
  color: #fff;
}

ul.ul-style-1 {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.ul-style-1 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 1.12rem;
}
ul.ul-style-1 li::before {
  font-family: "icomoon" !important;
  content: "\e903";
  border-radius: 50%;
  font-size: 17px;
  color: #669bbc;
  display: flex;
  width: 19px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  font-weight: normal;
  top: 2px;
}

.margin-30 {
  margin-left: 1.5rem !important;
}
@media (max-width: 500px) {
  .margin-30 {
    margin-left: 0 !important;
  }
}

ul.info {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  margin-bottom: 0;
}
ul.info li {
  margin-left: 50px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  position: relative;
}
ul.info li span {
  position: absolute;
  left: -45px;
  top: 5px;
  color: #669bbc;
  font-size: 1.6rem;
}
ul.info li span::before {
  color: #669bbc;
}
ul.info li img {
  position: absolute;
  left: -45px;
  top: 5px;
  max-width: 40px;
}

ul.atuty {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
ul.atuty li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.2;
}
ul.atuty li::before {
  font-family: "icomoon" !important;
  content: "\e910";
  border-radius: 50%;
  font-size: 28px;
  color: #669bbc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  font-weight: normal;
  top: 2px;
  top: calc(50% - 21px);
}

.a-more {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
  font-weight: 300;
}

button.btn,
.btn,
body .btn-primary,
button.jlmf-link,
body .rsform-submit-button {
  border-radius: 0;
  background: #669bbc;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 8px 30px;
  border: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  button.btn,
  .btn,
  body .btn-primary,
  button.jlmf-link,
  body .rsform-submit-button {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  button.btn,
  .btn,
  body .btn-primary,
  button.jlmf-link,
  body .rsform-submit-button {
    font-size: 12px;
  }
}
button.btn.btn-white,
.btn.btn-white,
body .btn-primary.btn-white,
button.jlmf-link.btn-white,
body .rsform-submit-button.btn-white {
  background-color: #fff;
  color: #111;
}
button.btn:hover, button.btn:active, button.btn:focus,
.btn:hover,
.btn:active,
.btn:focus,
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus,
button.jlmf-link:hover,
button.jlmf-link:active,
button.jlmf-link:focus,
body .rsform-submit-button:hover,
body .rsform-submit-button:active,
body .rsform-submit-button:focus {
  background-color: #003049;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
button.btn:focus,
.btn:focus,
body .btn-primary:focus,
button.jlmf-link:focus,
body .rsform-submit-button:focus {
  background-color: #003049;
  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,
body .btn-primary .icon-chevron-right,
body .btn-primary .icon-chevron-left,
button.jlmf-link .icon-chevron-right,
button.jlmf-link .icon-chevron-left,
body .rsform-submit-button .icon-chevron-right,
body .rsform-submit-button .icon-chevron-left {
  display: none;
}
button.btn.btn2,
.btn.btn2,
body .btn-primary.btn2,
button.jlmf-link.btn2,
body .rsform-submit-button.btn2 {
  background: #e9eaeb;
  border: 1px solid #111;
  color: #669bbc;
}
button.btn.btn2:hover,
.btn.btn2:hover,
body .btn-primary.btn2:hover,
button.jlmf-link.btn2:hover,
body .rsform-submit-button.btn2:hover {
  background: #111;
  color: #fff;
}

.btn-big {
  letter-spacing: 2px;
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 200;
  padding: 11px 40px;
}
@media (max-width: 1380px) {
  .btn-big {
    font-size: 18px;
  }
}

.fancybox-button:hover,
.fancybox-toolbar button:hover {
  background: #003049;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #669bbc;
}

/* Btn 2  */
.btn-2 {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 0.8rem 2rem;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: transparent !important;
  z-index: 10;
  text-decoration: none;
  display: inline-block;
}
.btn-2 span {
  z-index: 4;
  text-decoration: none !important;
}
.btn-2:hover {
  border: 1px solid #669bbc;
  color: #fff;
}
.btn-2:hover span {
  color: #fff;
}
.btn-2.btn-big {
  padding: 1.2rem 3rem;
}
.btn-2.dark {
  background: #20221a !important;
  border-color: #20221a !important;
}
.btn-2.dark:hover {
  border: 1px solid #669bbc !important;
  color: #fff;
}
.btn-2.dark:hover span {
  color: #fff;
}

.btn-2::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #669bbc;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  bottom: -2px;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.btn-2::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #003049;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  bottom: -2px;
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.btn-2:hover::before,
.btn-2:hover::before {
  opacity: 1;
  width: 116%;
}

.btn-2:hover::after,
.btn-2:hover::after {
  opacity: 1;
  width: 120%;
}

.btn.previous {
  padding: 6px 20px 6px 55px;
  border: none;
  background-image: url("../img/arrow-white-left.svg");
  background-position: center left 15px;
}

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

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

.rotate180 {
  transform: rotate(180deg);
}

.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: 1380px) {
  .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;
}

.visible-xs {
  display: none;
}
@media (max-width: 500px) {
  .visible-xs {
    display: block;
  }
}

@media (max-width: 500px) {
  .hidden-xs {
    display: none;
  }
}

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

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

.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: #669bbc;
  box-shadow: none;
  outline: 1px solid #669bbc;
}

#login input:focus, input:focus-within {
  border-color: #669bbc;
  box-shadow: none;
  outline: 1px solid #669bbc;
}

.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: #20221a;
  opacity: 1;
}

::placeholder {
  color: #20221a;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #20221a;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #003049;
  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: 2rem;
    padding-right: 2rem;
  }
}

.grid-child {
  max-width: 1750px;
}
@media (max-width: 1800px) {
  .grid-child {
    width: auto;
  }
}

header.container-header {
  background: transparent;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  header.container-header {
    position: fixed !important;
  }
}
header.container-header .grid-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 12rem;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1700px) {
  header.container-header .grid-child {
    padding: 1rem 10rem;
  }
}
@media (max-width: 1600px) {
  header.container-header .grid-child {
    padding: 1rem 6rem;
  }
}
@media (max-width: 1200px) {
  header.container-header .grid-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1100px) {
  header.container-header .grid-child {
    padding: 1rem;
  }
}
header.container-header .grid-child .container-nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  header.container-header .grid-child .container-nav {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #003049;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    z-index: 5;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1100px) {
  header.container-header .grid-child .container-nav.open {
    transform: translateX(0);
    z-index: 1;
    overflow-y: scroll;
  }
}
header.container-header .header-btn-fixed {
  display: none;
}
header.container-header .header-btn-fixed .btn {
  margin: 0;
}
header.container-header .button-mm-toggler {
  background: #669bbc;
  border-radius: 0;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 65px;
  height: 65px;
  display: none;
  z-index: 10;
}
header.container-header .button-mm-toggler::before {
  content: "MENU";
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  text-align: center;
}
@media (max-width: 1100px) {
  header.container-header .button-mm-toggler {
    display: block;
  }
}
header.container-header .button-mm-toggler .bar {
  width: 35px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: 0.4s ease;
  margin-top: 7px;
}
header.container-header .button-mm-toggler.open::before {
  opacity: 0;
}
header.container-header .button-mm-toggler.open .bar {
  transform: rotatey(180deg) rotatex(360deg);
}
header.container-header .button-mm-toggler.open .bar:first-child {
  transform: rotate(-45deg);
  margin-top: 0px;
}
header.container-header .button-mm-toggler.open .bar:nth-child(2) {
  opacity: 0;
}
header.container-header .button-mm-toggler.open .bar:nth-child(3) {
  margin-top: -8px;
  transform: rotate(45deg);
}
header.container-header .navbar-brand {
  margin-inline-end: 0;
}
@media (max-width: 1100px) {
  header.container-header .navbar-brand {
    z-index: 10;
  }
}
header.container-header .navbar-brand a {
  display: flex;
  align-items: center;
  min-width: 160px;
  transition: all 0.3s ease;
}
@media (max-width: 1380px) {
  header.container-header .navbar-brand a {
    min-width: 160px;
  }
}
@media (max-width: 1100px) {
  header.container-header .navbar-brand a {
    min-width: 72px;
  }
}
header.container-header .navbar-brand a:hover {
  opacity: 0.8;
}
header.container-header .navbar-brand a img {
  width: auto;
  max-width: 12rem;
  transition: all 0.3s ease;
  max-height: 90px;
}
@media (max-width: 1380px) {
  header.container-header .navbar-brand a img {
    max-width: 10rem;
  }
}
@media (max-width: 1100px) {
  header.container-header .navbar-brand a img {
    height: 45px;
  }
}
@media (max-width: 782px) {
  header.container-header .navbar-brand a img {
    height: 70px;
  }
}
@media (max-width: 500px) {
  header.container-header .navbar-brand a img {
    height: 65px;
  }
}
header.container-header .navbar-brand a .logo-mobile {
  display: none;
}
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: #669bbc;
}
header.container-header .navbar-brand a:hover .site-description h1 {
  color: #669bbc;
}
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%;
}
header.container-header .mod-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 7rem;
  }
}
header.container-header .mod-menu li {
  margin: 0;
  padding: 0 !important;
  margin-right: 2.4rem;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li {
    margin: 0.4rem 0;
  }
}
header.container-header .mod-menu li::after {
  left: 0;
  display: none;
}
header.container-header .mod-menu li:last-child {
  margin-right: 0;
}
header.container-header .mod-menu li button {
  margin-left: -1.4rem;
  width: 20px;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li button {
    position: absolute !important;
    right: 1rem;
    top: 1rem !important;
    height: auto !important;
  }
}
header.container-header .mod-menu 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 {
    width: 18px !important;
    height: 16px !important;
    background-size: 13px;
  }
}
header.container-header .mod-menu li button::before {
  display: none;
}
header.container-header .mod-menu li button:focus-visible {
  outline: 2px solid #003049 !important;
  outline-offset: -2px !important;
}
header.container-header .mod-menu li a {
  color: #20221a;
  font-weight: 400;
  font-size: 18px;
  padding: 0.6rem 0;
  text-transform: uppercase;
}
@media (max-width: 1380px) {
  header.container-header .mod-menu li a {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  header.container-header .mod-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header.container-header .mod-menu li a {
    padding: 1rem 0.5rem;
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  header.container-header .mod-menu li a {
    font-size: 12px;
    padding: 1rem 0.4rem;
  }
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li a {
    font-size: 24px;
    font-weight: 200;
    text-transform: none;
    padding: 0;
  }
}
header.container-header .mod-menu li a:hover {
  color: #669bbc;
  background: transparent;
}
header.container-header .mod-menu li a:focus-visible {
  color: #669bbc;
  background: transparent;
}
header.container-header .mod-menu li a img {
  max-height: 45px;
  width: auto;
}
@media (max-width: 782px) {
  header.container-header .mod-menu li a img {
    max-height: 30px;
  }
}
@media (max-width: 500px) {
  header.container-header .mod-menu li a img {
    max-height: 25px;
  }
}
header.container-header .mod-menu li a .image-title {
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
header.container-header .mod-menu li a::after {
  height: 2px;
  content: "";
  background: #669bbc;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s;
}
header.container-header .mod-menu li a:hover::after {
  width: 100%;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.active {
    color: #669bbc;
    background: transparent;
  }
}
header.container-header .mod-menu li.active > a {
  color: #669bbc;
  background: transparent;
  text-decoration: none !important;
}
header.container-header .mod-menu li.active > a::after {
  width: 100%;
}
header.container-header .mod-menu li.active .btn {
  background: #669bbc;
  color: #fff !important;
}
header.container-header .mod-menu li .btn {
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  line-height: 1;
}
header.container-header .mod-menu li .btn:hover {
  background: #669bbc;
  color: #fff;
}
header.container-header .mod-menu li.deeper {
  position: relative;
}
header.container-header .mod-menu li.deeper > a::before {
  content: "\e905";
  position: absolute;
  right: 7px;
  bottom: 13px;
  color: #20221a;
  font-family: "icomoon";
  font-size: 12px;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper > a::before {
    right: 0px;
    bottom: 5px;
    color: #fff;
  }
}
@media (min-width: 1100px) {
  header.container-header .mod-menu li.deeper:hover > ul {
    display: inline-block;
  }
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper.active-ul > a::before {
    transform: rotate(180deg);
  }
}
@media (min-width: 1100px) {
  header.container-header .mod-menu li.deeper.active-ul > ul {
    display: inline-block;
  }
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper.active-ul > ul {
    display: inline-block;
  }
}
header.container-header .mod-menu li.deeper > a {
  padding-right: 1.4rem;
}
@media (max-width: 1200px) {
  header.container-header .mod-menu li.deeper > a {
    padding-right: 1.5rem;
  }
}
@media (max-width: 1050px) {
  header.container-header .mod-menu li.deeper > a {
    padding-right: 1.8rem;
  }
}
header.container-header .mod-menu li.deeper ul {
  margin-top: 4rem;
  background-color: #e9eaeb !important;
  padding: 1.5rem !important;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper ul {
    margin: 0;
    background: transparent !important;
    padding: 0 !important;
    width: 100%;
  }
}
header.container-header .mod-menu li.deeper ul::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100px;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #e9eaeb;
  z-index: -1;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper ul::after {
    display: none;
  }
}
header.container-header .mod-menu li.deeper ul::before {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
header.container-header .mod-menu li.deeper ul li {
  margin: 7px 0;
  position: relative;
}
header.container-header .mod-menu li.deeper ul li a {
  font-size: 18px;
  padding: 2px 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  transition: all 0.2s ease-in;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper ul li a {
    text-transform: none;
    color: #fff;
    font-weight: 200;
  }
}
header.container-header .mod-menu li.deeper ul li a::after {
  content: "\e90d";
  width: 20px;
  height: 20px;
  left: -10px;
  font-family: "icomoon";
  color: #669bbc;
  background: transparent;
  top: -4px;
  font-size: 22px;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media (max-width: 1100px) {
  header.container-header .mod-menu li.deeper ul li a {
    padding-left: 1rem;
  }
}
header.container-header .mod-menu li.deeper ul li a:hover {
  background: transparent;
  text-decoration: none;
  padding-left: 30px;
}
header.container-header .mod-menu li.deeper ul li a:hover::after {
  opacity: 1;
  left: 0;
}
header.container-header .mod-menu li.deeper ul li a:focus-visible {
  background: transparent;
}
header.container-header .mod-menu li.deeper ul li.active a {
  background: transparent;
  text-decoration: none;
  text-decoration: none;
  background: transparent;
  text-decoration: none;
  padding-left: 30px;
}
header.container-header .mod-menu li.deeper ul li.active a::after {
  opacity: 1;
  left: 0;
}
header.container-header .mod-menu li.deeper ul li.active .btn {
  background: #669bbc;
  color: #fff;
}
@media (min-width: 1100px) {
  header.container-header .mod-menu li.deeper ul li button {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1100px) {
  header.container-header .mod-menu li.deeper ul {
    right: 0px;
    top: 100%;
    position: absolute !important;
    width: 395px;
    z-index: 10;
    min-width: 14rem;
    left: 20px;
  }
}
header.container-header .top-contact {
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
  border-left: 1px solid #20221a;
  padding-left: 2rem;
  margin-left: 2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 1100px) {
  header.container-header .top-contact {
    border: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1100px) {
  header.container-header .top-contact .btn {
    margin-bottom: 1rem;
  }
}
header.container-header .top-contact p {
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
  color: #20221a;
  font-weight: 400;
}
@media (max-width: 1100px) {
  header.container-header .top-contact p {
    font-size: 2rem;
  }
}
header.container-header .top-contact p a {
  color: #20221a;
  font-weight: 400;
  text-decoration: none;
}
header.container-header .top-contact p a:hover {
  color: #669bbc;
}
header.container-header.fixed {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
  position: fixed !important;
  background: #003049;
}
header.container-header.fixed > .grid-child {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1100px) {
  header.container-header.fixed .header-btn-fixed {
    display: block;
    z-index: 10;
  }
}
@media (max-width: 1100px) {
  header.container-header.fixed .navbar-brand a {
    min-width: auto;
  }
}
header.container-header.fixed .navbar-brand a img {
  height: 4rem;
  filter: brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(10%) hue-rotate(25deg) brightness(105%) contrast(100%);
}
header.container-header.fixed .navbar-brand a img.logo-mobile {
  display: none;
  height: 3rem;
}
@media (max-width: 782px) {
  header.container-header.fixed .navbar-brand a img.logo-mobile {
    display: block;
  }
}
@media (max-width: 782px) {
  header.container-header.fixed .navbar-brand a .logo-desktop {
    display: none;
  }
}
header.container-header.fixed .navbar .navbar-toggler {
  top: 13px;
}
@media (max-width: 500px) {
  header.container-header.fixed .navbar .navbar-toggler {
    top: 5px;
  }
}
header.container-header.fixed .mod-menu > li:not(.active) > a {
  color: #fff;
}
header.container-header.fixed .mod-menu li.deeper > a::before {
  color: #fff;
}
header.container-header.fixed .top-contact {
  border-left: 1px solid #fff;
}
@media (max-width: 1100px) {
  header.container-header.fixed .top-contact {
    border: none;
  }
}
header.container-header.fixed .top-contact p,
header.container-header.fixed .top-contact p a {
  color: #fff;
}
header.container-header.fixed .button-mm-toggler {
  border-color: #fff;
}
header.container-header.fixed .button-mm-toggler::before {
  color: #fff;
}
header.container-header.fixed .button-mm-toggler .bar {
  background: #fff;
}

body.menu-open .button-mm-toggler {
  border-color: #fff;
}
body.menu-open .button-mm-toggler::before {
  color: #fff;
}
body.menu-open .button-mm-toggler .bar {
  background: #fff;
}
body.menu-open header.container-header .mod-menu li a {
  color: #fff;
}
body.menu-open header.container-header .top-contact p,
body.menu-open header.container-header .top-contact p a {
  color: #fff;
}
.container-banner {
  width: 100%;
  height: 80vh;
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  min-height: 777px;
  padding: 8rem 8rem 0 8rem;
}
@media (max-width: 1600px) {
  .container-banner {
    padding: 8rem 4rem 0 4rem;
  }
}
@media (max-width: 1200px) {
  .container-banner {
    padding: 8rem 2rem 0 2rem;
  }
}
@media (max-width: 782px) {
  .container-banner {
    margin-bottom: 0;
    min-height: auto;
    height: 75vh;
    padding: 7rem 0 0 0;
  }
}
.container-banner::after {
  left: 50%;
  bottom: 2rem;
  height: 30px;
  width: 30px;
  font-size: 2rem;
  position: absolute;
  display: block;
  transform: translateY(50%);
  animation: anim1 1s infinite alternate;
  content: "\e90d";
  transform: rotate(90deg);
  font-family: "icomoon" !important;
  color: #669bbc;
  margin-left: -15px;
}
@media (max-width: 782px) {
  .container-banner::after {
    height: 3rem;
  }
}
@media (max-width: 500px) {
  .container-banner::after {
    font-size: 1.5rem;
    margin-left: -20px;
    bottom: 1rem;
  }
}
@keyframes anim1 {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: -10px;
  }
}
.container-banner div {
  margin: 0;
  padding: 0;
}
.container-banner .mod-custom {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.container-banner .header_img {
  animation: shrink 25s infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.container-banner .header_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.container-banner p,
.container-banner h1,
.container-banner h2,
.container-banner h3 {
  margin: 0;
  color: #fff;
  line-height: 1;
}
.container-banner h1 {
  font-size: 5rem;
  color: #669bbc;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1380px) {
  .container-banner h1 {
    font-size: 4rem;
  }
}
@media (max-width: 782px) {
  .container-banner h1 {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .container-banner h1 {
    font-size: 2.5rem;
  }
}
.container-banner h1 span {
  color: #fff;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 1380px) {
  .container-banner h1 span {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .container-banner h1 span {
    font-size: 1.5rem;
  }
}
.container-banner .header_txt {
  text-align: center;
  z-index: 10;
  position: relative;
}
@media (max-width: 782px) {
  .container-banner .header_txt {
    margin-top: 3rem;
  }
}
@media (max-width: 782px) {
  .container-banner .btn-big {
    margin-top: 5rem;
  }
}
.container-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-banner video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.container-banner .bg-video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 63%, rgba(41, 40, 10, 0.5214460784) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#29280a",GradientType=1);
  display: block;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container-banner .baner-podstrona {
  position: relative;
  background: #000;
}
@media (max-width: 782px) {
  .container-banner .baner-podstrona {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container-banner .baner-podstrona::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 63%, rgba(0, 0, 0, 0.521) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#29280a",GradientType=1);
}
.container-banner .baner-podstrona .container {
  max-width: 1220px;
}
.container-banner .baner-podstrona .mod-custom {
  justify-content: flex-start;
}
.container-banner .baner-podstrona .header_txt {
  text-align: left;
}
.container-banner .baner-podstrona .header_img img {
  opacity: 0.4;
}
.container-banner .baner-podstrona .kalendarz {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  max-width: 795px;
}
@media (max-width: 1660px) {
  .container-banner .baner-podstrona.baner-center {
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container-banner .baner-podstrona.baner-center .mod-custom {
  justify-content: center;
}
.container-banner .baner-podstrona.baner-center .header_txt {
  text-align: center;
}
@media (max-width: 782px) {
  .container-banner .baner-center {
    justify-content: center;
  }
}

.container-banner-oferta {
  height: 75vh;
}
@media (max-width: 1600px) {
  .container-banner-oferta {
    height: 65vh;
  }
}
@media (max-width: 782px) {
  .container-banner-oferta {
    height: 50vh;
  }
}
@media (max-width: 1600px) {
  .container-banner-oferta .baner-podstrona {
    justify-content: flex-start;
    padding-left: 3rem;
  }
}
@media (max-width: 782px) {
  .container-banner-oferta .baner-podstrona {
    padding: 0 2rem;
  }
}
.container-banner-oferta .baner-podstrona::before {
  display: none;
}
.container-banner-oferta h1::after {
  display: none !important;
}

@media (max-width: 782px) {
  .container-banner-news {
    margin-bottom: 2rem;
  }
}
.container-banner-news .baner-podstrona {
  justify-content: center;
}
.container-banner-news h1 {
  text-align: center;
}
.container-banner-news figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.container-banner-news .article-info {
  text-align: center;
  color: #fff;
  margin: 0;
}
@media (max-width: 782px) {
  .container-banner-news .article-info {
    margin-top: 2rem;
  }
}
.container-banner-news .article-info * {
  color: #fff;
  font-weight: 200;
}
.container-banner-news .article-info dl {
  margin: 0;
}

.article-top-normal {
  background: #003049;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  margin: 8rem 8rem 3rem 8rem;
  padding: 21rem 8rem 3rem 8rem;
}
@media (max-width: 1600px) {
  .article-top-normal {
    margin: 8rem 4rem 0 4rem;
  }
}
@media (max-width: 1200px) {
  .article-top-normal {
    margin: 8rem 0 4rem 0;
  }
}
@media (max-width: 782px) {
  .article-top-normal {
    margin-bottom: 0;
    min-height: auto;
    padding: 8rem 0 2rem 0;
  }
}
.article-top-normal .page-header {
  z-index: 5;
  position: relative;
}
.article-top-normal * {
  color: #fff;
}
.article-top-normal .item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
.article-top-normal .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main {
  margin: 0 !important;
}

.kalendarz {
  position: absolute;
  z-index: 10;
  bottom: 6rem;
  transform: translateX(-50%);
  left: 50%;
  min-width: 795px;
}
@media (max-width: 782px) {
  .kalendarz {
    display: none;
  }
}
.kalendarz .custom {
  overflow: visible;
}
.kalendarz #korzysci-div {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  top: auto;
  max-height: 0;
  overflow: hidden;
  background-color: rgba(0, 48, 73, 0.8);
  padding: 1rem 2rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.kalendarz #korzysci-div ul {
  display: flex;
  flex-direction: row;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kalendarz #korzysci-div ul li {
  margin-right: 2rem;
  font-size: 15px;
  font-weight: 400;
}
.kalendarz #korzysci-div ul li span {
  margin-right: 7px;
}
.kalendarz #korzysci-div.active {
  max-height: 70px;
  opacity: 1;
}
.kalendarz .vouczer {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  margin-left: -25px;
}
.kalendarz .vouczer span {
  margin-right: 7px;
  font-size: 17px;
}
.kalendarz .vouczer:hover {
  color: #669bbc;
}
.kalendarz .korzysci {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding-right: 50px;
  position: relative;
  line-height: 1.2;
}
.kalendarz .korzysci span {
  text-transform: none;
}
.kalendarz .korzysci .icon-down-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.kalendarz .korzysci.active .icon-down-arrow {
  transform: rotate(180deg);
}
.kalendarz .korzysci:hover {
  color: #669bbc;
}
.kalendarz form {
  font-family: "Afacad Flux", sans-serif;
}
.kalendarz .custom {
  padding: 10px 30px;
  background: #003049;
}
.kalendarz #hotresArrivalWrap::before {
  font-family: "icomoon" !important;
  content: "\e906";
  border: none;
  height: 14px;
  right: 11px;
  top: 20px;
  transform: rotate(-90deg);
  vertical-align: top;
  width: 17px;
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}
.kalendarz .hotresRangeChooser {
  background: #003049;
  color: #fff;
  height: 48px;
  line-height: 48px;
  box-shadow: none;
  width: 60%;
}
.kalendarz .hotresRangeChooser:hover {
  background: #20221a;
  opacity: 1;
}
.kalendarz .hotresChooser {
  min-width: 488px;
  max-width: 515px;
}
.kalendarz .hotresChooser * {
  font-family: "Afacad Flux", sans-serif;
}
.kalendarz .hotresRangeChooser .hotresDate {
  height: 48px;
  line-height: 48px;
}
.kalendarz .hotresRangeChooser .hotresMonth {
  top: 10px;
  text-transform: uppercase;
}
.kalendarz .hotresRangeChooser .hotresDate {
  font-weight: 300;
  font-size: 48px;
  height: 48px;
  line-height: 48px;
}
.kalendarz .hotresRangeChooser .hotresYear {
  font-size: 12px;
  position: relative;
  top: 13px;
  opacity: 1;
  color: #669bbc;
}
.kalendarz .hotresAdultsChooser {
  display: none;
}
.kalendarz .hotresSubmit button {
  background: #669bbc;
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}
.kalendarz .hotresSubmit button:hover {
  background: #20221a;
}

.no-home-page footer {
  margin-top: 2rem;
  padding-top: 4rem;
}

.contact-rsform {
  margin-top: -15rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 782px) {
  .contact-rsform {
    margin-top: -7rem;
  }
}

.litepicker {
  font-family: "Afacad Flux", sans-serif;
}
.litepicker .button-previous-month,
.litepicker .button-next-month {
  cursor: pointer;
}
.litepicker .button-previous-month svg,
.litepicker .button-next-month svg {
  display: none;
}
.litepicker .button-previous-month::before,
.litepicker .button-next-month::before {
  font-family: "icomoon" !important;
  content: "\e905";
  color: #20221a;
  font-size: 1.6rem;
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
}
.litepicker .button-previous-month:hover::before,
.litepicker .button-next-month:hover::before {
  color: #669bbc !important;
}
.litepicker .button-next-month::before {
  transform: rotate(-90deg);
}
.litepicker .container__months .month-item-header {
  font-size: 1.2rem;
  font-weight: 500;
}

.litepicker .container__days .day-item.is-in-range,
.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  background: #669bbc !important;
  color: #fff !important;
}

.moduletable {
  margin: 2rem 0;
  scroll-margin-top: 7rem;
}
.moduletable > h3,
.moduletable h2 {
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 500px) {
  .moduletable > h3,
  .moduletable h2 {
    font-size: 1.7rem;
  }
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}
@media (max-width: 782px) {
  .margin-top-3 {
    margin-top: 1.5rem;
  }
}

.margin-top-4 {
  margin-top: 4rem;
}
@media (max-width: 782px) {
  .margin-top-4 {
    margin-top: 2rem;
  }
}

.margin-top-5 {
  margin-top: 5rem;
}
@media (max-width: 782px) {
  .margin-top-5 {
    margin-top: 2.5rem;
  }
}

.margin-top-6 {
  margin-top: 6rem;
}
@media (max-width: 782px) {
  .margin-top-6 {
    margin-top: 3rem;
  }
}

.margin-bottom-0 {
  margin-bottom: 0rem;
}

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

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}
@media (max-width: 782px) {
  .margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
}

.margin-bottom-4 {
  margin-bottom: 4rem;
}
@media (max-width: 782px) {
  .margin-bottom-4 {
    margin-bottom: 2rem;
  }
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}
@media (max-width: 782px) {
  .margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
}

.margin-bottom-6 {
  margin-bottom: 6rem;
}
@media (max-width: 782px) {
  .margin-bottom-6 {
    margin-bottom: 3rem;
  }
}

table {
  color: #000;
  font-weight: 200;
  font-size: 18px;
}
@media (max-width: 500px) {
  table {
    font-size: 14px;
  }
}
table tr {
  transition: all 0.3s ease;
}
table tr:hover {
  background-color: rgba(102, 155, 188, 0.1);
}

.style-2 {
  border: 1px solid #669bbc;
}
.style-2 tr {
  border-bottom: 1px solid #669bbc;
}
.style-2 td,
.style-2 th {
  padding: 0.5rem;
}
@media (max-width: 500px) {
  .style-2 td,
  .style-2 th {
    padding: 3px 0.4rem;
  }
}

table.cennik tr td {
  line-height: 1.1;
  padding: 7px 0;
}
table.cennik tr td:first-child {
  padding-left: 1rem;
}
table.cennik tr td:nth-child(2) {
  font-weight: 700;
  width: 90px;
  text-align: right;
}
table.cennik tr td:last-child {
  padding-right: 1rem;
}
@media (max-width: 782px) {
  table.cennik tr td:last-child {
    padding-right: 0;
  }
}

.grid-cennik .box h3 {
  margin-top: 3rem;
}
@media (max-width: 782px) {
  .grid-cennik .box h3 {
    margin-top: 2rem;
  }
}

.module-slider {
  position: relative;
  max-width: 1440px;
}
@media (max-width: 1660px) {
  .module-slider {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 782px) {
  .module-slider {
    display: none;
  }
}
.module-slider .splide__arrow {
  background: transparent;
  font-size: 3rem;
  color: #003049;
  border-radius: 0;
  height: auto;
  width: 2rem;
}
.module-slider .splide__arrow::before {
  content: "\e90d";
  font-family: "icomoon" !important;
  color: #003049;
}
.module-slider .splide__arrow:hover {
  color: #669bbc;
}
.module-slider .splide__arrow svg {
  display: none;
  background: transparent;
}
.module-slider .splide__arrow.splide__arrow--next {
  right: -2.4rem;
  transform: rotate(90deg);
}
.module-slider .splide__arrow.splide__arrow--next::before {
  position: absolute;
}
.module-slider .splide__arrow.splide__arrow--prev {
  left: -2.4rem;
}
.module-slider .splide__arrow.splide__arrow--prev::before {
  transform: rotate(180deg);
}
.module-slider .splide__arrow:hover {
  background: transparent;
}
.module-slider .splide__arrow:hover::before {
  color: #669bbc;
}
.module-slider .splide__track {
  padding: 2rem 0;
}
.module-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.module-slider ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
.module-slider ul li:hover {
  margin-top: -1rem;
}
.module-slider ul li img {
  max-height: 4rem;
  margin-bottom: 1rem;
}
.module-slider ul li p {
  color: #003049;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}
.module-slider svg,
.module-slider img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(5168%) hue-rotate(344deg) brightness(104%) contrast(104%);
}

.site-grid {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.parallax {
  padding: 18rem 0;
  max-width: 1750px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1800px) {
  .parallax {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (max-width: 1380px) {
  .parallax {
    padding: 14rem 0;
  }
}
@media (max-width: 1100px) {
  .parallax {
    margin: 0;
    padding: 10rem 0;
  }
}
@media (max-width: 782px) {
  .parallax {
    margin: 0;
    padding: 6rem 0;
  }
}
.parallax .x-big {
  display: flex;
  flex-direction: column;
}
.parallax * {
  color: #fff;
}

.row-atuty {
  position: relative;
  padding: 3rem 0 5rem 0;
  margin-bottom: 3rem;
}
@media (max-width: 782px) {
  .row-atuty {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.row-atuty .grid {
  padding-top: 3rem;
}
@media (max-width: 782px) {
  .row-atuty .grid {
    padding-top: 2rem;
  }
}
.row-atuty > div {
  z-index: 1;
}
.row-atuty::after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12rem;
  background: #e9eaeb;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
@media (max-width: 782px) {
  .row-atuty::after {
    display: none;
  }
}

.grid {
  display: flex;
  justify-content: space-between;
}
.grid-3 {
  position: relative;
}
@media (max-width: 782px) {
  .grid-3 {
    flex-wrap: wrap;
  }
}
.grid-3 .box {
  width: 25%;
}
@media (max-width: 782px) {
  .grid-3 .box {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.grid-3.v-line::after {
  left: 30%;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #669bbc;
}
@media (max-width: 782px) {
  .grid-3.v-line::after {
    display: none;
  }
}
.grid-3.v-line::before {
  right: 32%;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #669bbc;
}
@media (max-width: 782px) {
  .grid-3.v-line::before {
    display: none;
  }
}

.row-3 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem 0;
  flex-wrap: wrap;
}
.row-3 > div {
  width: 30%;
  display: flex;
  align-items: flex-start;
  border-right: 1px solid #d9d9d9;
  flex-direction: column;
  position: relative;
  padding-left: 3.3rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 782px) {
  .row-3 > div {
    width: 100%;
    margin: 1rem 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}
.row-3 > div span[class^=icon],
.row-3 > div span[class*=" icon"] {
  position: absolute;
  bottom: 12px;
  font-size: 1.8rem;
  left: 0;
  color: #669bbc;
}
@media (max-width: 782px) {
  .row-3 > div span[class^=icon],
  .row-3 > div span[class*=" icon"] {
    bottom: 1rem;
  }
}
.row-3 > div span[class^=icon]::before,
.row-3 > div span[class*=" icon"]::before {
  color: #669bbc;
}
.row-3 > div span.icon-obiad {
  font-size: 2.2rem;
  bottom: 7px;
}
@media (max-width: 782px) {
  .row-3 > div span.icon-obiad {
    bottom: 1rem;
  }
}
.row-3 > div p {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.row-3 > div p:last-of-type {
  margin-bottom: 0 !important;
  font-weight: 300;
}
.row-3 > div p:first-of-type {
  font-size: 17px;
}
.row-3 > div:last-of-type {
  border: none;
}

@supports (overflow: clip) {
  .row-oferta .right {
    position: sticky;
    top: 8rem;
  }
}
.row-oferta {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: auto;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-oferta .left {
  width: 60%;
}
@media (max-width: 1100px) {
  .row-oferta .left {
    width: 100%;
  }
}
.row-oferta .left img {
  margin: 2rem 0;
}
.row-oferta .uk-scope {
  margin: 2rem !important;
  margin-left: -10% !important;
  margin-right: -10% !important;
}
@media (max-width: 1600px) {
  .row-oferta .uk-scope {
    margin: 2rem 0 !important;
    padding: 0 !important;
  }
}
.row-oferta .uk-panel img {
  margin: 0;
}
.row-oferta .right {
  width: 38%;
  margin-top: -10rem;
  z-index: 5;
  margin-right: -8%;
}
@media (max-width: 1600px) {
  .row-oferta .right {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .row-oferta .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.row-oferta .right .box {
  padding: 3rem 4rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
@media (max-width: 782px) {
  .row-oferta .right .box {
    padding: 2rem;
  }
}
.row-oferta .right .box h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 782px) {
  .row-oferta .right .box h4 {
    font-size: 2rem;
  }
}
.row-oferta .right .box p {
  font-size: 1.35rem;
}
.row-oferta .right .box .btn {
  background: #fff;
  color: #669bbc;
  border: 1px solid #20221a;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 3.5rem;
}
@media (max-width: 782px) {
  .row-oferta .right .box .btn {
    margin: 1rem 0;
    font-size: 14px;
    padding: 10px;
  }
}
.row-oferta .right .box .btn:hover {
  background: #20221a;
  color: #fff;
}
.row-oferta .right .box .p-big {
  font-size: 2rem;
  font-weight: 700;
}
.row-oferta .right .box .price {
  font-size: 3rem;
}
@media (max-width: 782px) {
  .row-oferta .right .box .price {
    font-size: 2rem;
  }
}
.row-oferta .right .box-color1 {
  background: #669bbc;
  color: #fff;
}
.row-oferta .right .box-color2 {
  background: #003049;
  color: #fff;
}
.row-oferta .right .box-color2 .a-big {
  font-size: 2.5rem;
}
.row-oferta .right .box-color2 .text-uppercase {
  font-size: 1.1rem;
  margin-top: 10px;
}
.row-oferta .right .box-color3 {
  background: #e9eaeb;
  text-align: left;
  align-items: flex-start;
}
.row-oferta .right .box-color3 h4,
.row-oferta .right .box-color3 h5 {
  font-size: 1.7rem;
  color: #111;
  line-height: 1.1;
  font-weight: 700;
}

.slider-oferta {
  z-index: 1;
}
@media (max-width: 1850px) {
  .slider-oferta {
    margin-left: 4rem;
    margin: 4rem;
  }
}
@media (max-width: 782px) {
  .slider-oferta {
    margin: 2rem;
  }
}
.slider-oferta .item-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  aspect-ratio: 422/630;
}
.slider-oferta .item-box .item-url {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slider-oferta .item-box .item-url::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgb(22, 23, 27) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#16171b",GradientType=1);
  display: block;
  transition: all 0.3s ease;
  z-index: 2;
}
.slider-oferta .item-box .item-box-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1rem;
  top: 67%;
  z-index: 5;
  transition: all 0.3s ease;
}
.slider-oferta .item-box .item-box-content > * {
  z-index: 10;
}
.slider-oferta .item-box .newsflash-image {
  height: 100%;
  width: 100%;
}
.slider-oferta .item-box img {
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-oferta .item-box .fields-container {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.slider-oferta .item-box .fields-container > li {
  width: 100%;
}
.slider-oferta .item-box .fields-container .przycisk {
  margin-top: 4rem;
}
@media (max-width: 1380px) {
  .slider-oferta .item-box .fields-container .przycisk {
    margin-top: 3rem;
  }
}
.slider-oferta .item-box .fields-container .cena-oferty {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 200;
}
.slider-oferta .item-box .fields-container .cena-oferty strong {
  font-weight: 200;
  font-size: 1.6rem;
}
.slider-oferta .item-box .fields-container .desc-container {
  font-weight: 200;
}
.slider-oferta .item-box .fields-container .desc-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-oferta .item-box .fields-container .desc-container ul li {
  position: relative;
}
.slider-oferta .item-box .fields-container .desc-container ul li::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 13px;
  margin-right: 7px;
}
.slider-oferta .item-box .field-entry.opis,
.slider-oferta .item-box .field-entry.przycisk {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.slider-oferta .item-box .newsflash-title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1380px) {
  .slider-oferta .item-box .newsflash-title {
    font-size: 1.3rem;
  }
}
.slider-oferta .item-box:hover {
  background: #111;
}
.slider-oferta .item-box:hover img {
  transform: scale(1.1);
  opacity: 0.3;
}
.slider-oferta .item-box:hover .item-box-content {
  bottom: auto;
  top: 7em;
}
@media (max-width: 1600px) {
  .slider-oferta .item-box:hover .item-box-content {
    top: 3rem;
  }
}
@media (max-width: 1380px) {
  .slider-oferta .item-box:hover .item-box-content {
    top: 4rem;
  }
}
.slider-oferta .item-box:hover .field-entry.opis,
.slider-oferta .item-box:hover .field-entry.przycisk {
  display: inline-block;
  opacity: 1;
}
.slider-oferta .item-box:hover .field-entry.opis a,
.slider-oferta .item-box:hover .field-entry.przycisk a {
  color: #fff;
}
.slider-oferta .item-box:hover .field-entry.opis a:hover,
.slider-oferta .item-box:hover .field-entry.przycisk a:hover {
  text-decoration: none !important;
}

.oferta-lista {
  margin-top: -15rem;
}
@media (max-width: 782px) {
  .oferta-lista {
    margin-top: -10rem;
  }
}

@media (max-width: 1850px) {
  .oferta-4-col {
    margin: 0 2rem;
  }
}
@media (max-width: 1100px) {
  .oferta-4-col {
    margin: 0rem;
  }
}
.oferta-4-col ul.ul-oferta {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1380px) {
  .oferta-4-col ul.ul-oferta {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .oferta-4-col ul.ul-oferta {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 782px) {
  .oferta-4-col ul.ul-oferta {
    grid-template-columns: 1fr;
  }
}
.oferta-4-col ul.ul-oferta > li {
  width: 100%;
  background: #000;
}
.oferta-4-col ul.ul-oferta > li .newsflash-title {
  font-family: "Playfair Display", serif !important;
  line-height: 1.2;
}
.oferta-4-col ul.ul-oferta > li figure {
  margin: 0;
  padding: 0;
}

.align-items-end {
  align-items: flex-end;
  display: flex;
}

.full-width-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width-container .phocamaps-map {
  box-shadow: none !important;
}
.full-width-container .phocamaps {
  z-index: 1;
  position: relative;
}

.phocamaps-box-border-black .phocamaps-map {
  border: none !important;
}

.phocamaps {
  position: relative;
}
.phocamaps .leaflet-map-pane::before {
  background: #003049;
  mix-blend-mode: multiply;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 410;
  pointer-events: none;
  mix-blend-mode: lighten;
  opacity: 0.5;
}
.phocamaps .leaflet-tile-pane,
.phocamaps .leaflet-map-pane {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: #669bbc;
}
.phocamaps .leaflet-tile-container {
  height: 100%;
  width: 100%;
}
.phocamaps .leaflet-tile-container img {
  filter: grayscale(100%) sepia(20%) hue-rotate(0deg);
  filter: grayscale(70%) brightness(1.1) invert(100%) hue-rotate(180deg);
  opacity: 1 !important;
  filter: grayscale(80%);
  mix-blend-mode: lighten;
}
.phocamaps .awesome-marker-shadow {
  opacity: 0 !important;
}
.phocamaps .leaflet-popup {
  margin-left: 5px !important;
}
.phocamaps .leaflet-marker-pane {
  z-index: 500;
}
.phocamaps .leaflet-marker-pane i {
  display: none;
}
.phocamaps .leaflet-marker-pane .icon-img {
  background: transparent !important;
  width: 45px !important;
}
.phocamaps .leaflet-marker-pane .icon-img img {
  max-width: 45px !important;
  height: auto;
}

.footer {
  background: #003049;
  padding-top: 11rem;
  margin-top: -10rem;
}
.footer .full-width {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.footer .moduletable {
  text-align: center;
}
.footer .align-items-end {
  width: 100%;
  justify-content: center;
}
.footer .grid-child {
  padding: 0;
  align-items: stretch;
  text-align: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 782px) {
  .footer .grid-child {
    padding: 0 2rem;
  }
}
.footer h3,
.footer h4 {
  font-size: 2rem;
  font-weight: 400;
}
.footer .btn:hover {
  background: #fff;
  color: #111;
}
.footer p {
  color: #669bbc;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.4;
}
.footer p a {
  font-weight: 200;
  text-decoration: none;
  font-weight: 400;
}
.footer p .a-more {
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
}
.footer p .a-more:hover {
  opacity: 0.8;
}
.footer .mod-menu li a {
  color: #669bbc;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.4;
  transition: color 0.5s ease;
}
.footer .mod-menu li a:hover {
  padding-left: 2.3rem;
  text-decoration: none;
  opacity: 1;
}
.footer .mod-menu li a:hover::before {
  font-family: "icomoon" !important;
  content: "\e906";
  transform: rotate(-90deg);
  position: absolute;
  left: auto;
  margin-left: -2rem;
}
.footer .mod-menu li.current a,
.footer .mod-menu li .active a {
  padding-left: 2.3rem;
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.footer .mod-menu li.current a::before,
.footer .mod-menu li .active a::before {
  font-family: "icomoon" !important;
  content: "\e906";
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
}
.footer .icons svg,
.footer .icons img {
  max-width: 1rem;
}
.footer .icons a {
  transition: all 0.3s ease;
}
.footer .icons a:not(:hover) svg {
  z-index: 2;
}
.footer .icons a:not(:hover) svg path {
  fill: #fff;
}
.footer .icons a:not(:hover) img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(89deg) brightness(106%) contrast(101%);
}
.footer .icons a:hover {
  background: #fff;
  border: none;
}

.site-grid .uk-scope {
  max-width: 1440px;
  margin: 1rem auto;
}
@media (max-width: 1490px) {
  .site-grid .uk-scope {
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
  }
}
@media (max-width: 782px) {
  .site-grid .uk-scope {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-grid .uk-scope .uk-scope {
  padding: 0;
}
.site-grid .uk-scope ul.uk-subnav {
  margin: 2rem 10% 0 10%;
}
@media (max-width: 782px) {
  .site-grid .uk-scope ul.uk-subnav {
    display: flex;
    flex-direction: column;
  }
}
.site-grid .uk-scope ul.uk-subnav li {
  margin: 0 0.4rem;
}
@media (max-width: 782px) {
  .site-grid .uk-scope ul.uk-subnav li {
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
  }
}
.site-grid .uk-scope ul.uk-subnav li a {
  text-transform: none;
  font-size: 1.35rem;
  color: #20221a;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
}
.site-grid .uk-scope ul.uk-subnav li a::after {
  height: 3px;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 10%;
  right: 10%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  background: #669bbc;
  width: auto;
}
.site-grid .uk-scope ul.uk-subnav li a:hover {
  color: #003049;
}
.site-grid .uk-scope ul.uk-subnav li a:hover::after {
  transform: scaleX(1);
}
.site-grid .uk-scope ul.uk-subnav li.uk-active a {
  color: #003049;
}
.site-grid .uk-scope ul.uk-subnav li.uk-active a::after {
  transform: scaleX(1);
}
.site-grid .uk-scope .uk-tab {
  margin: 0;
  margin-bottom: 2rem;
}
.site-grid .uk-scope .uk-tab::before {
  display: none;
}
.site-grid .uk-scope .uk-tab li {
  margin: 10px;
  padding: 0;
}
.site-grid .uk-scope .uk-tab li a {
  background: #003049;
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  border: none;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .site-grid .uk-scope .uk-tab li a {
    padding: 10px 20px;
  }
}
.site-grid .uk-scope .uk-tab li a:hover {
  background: #669bbc;
  border: none;
}
.site-grid .uk-scope .uk-tab li.uk-active a {
  background: #669bbc;
  border: none;
}

.container-big .uk-scope {
  max-width: none;
}

.copy {
  margin: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 782px) {
  .copy {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
@media (max-width: 1380px) {
  .copy.container {
    margin: 2rem;
    padding: 0;
  }
}
.copy p {
  font-size: 1.1rem;
}
@media (max-width: 782px) {
  .copy p {
    text-align: center;
  }
}
@media (max-width: 782px) {
  .copy p span {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 782px) {
  .copy div {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
.copy .footer-by {
  margin-left: 5px;
}
.copy ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 782px) {
  .copy ul {
    margin-bottom: 2rem;
  }
}
.copy ul li {
  margin: 0 10px;
}
.copy ul li:last-child {
  margin-right: 0;
}
@media (max-width: 782px) {
  .copy ul li {
    margin-left: 0;
  }
}
.copy ul li a {
  transition: color 0.3s ease;
  border: 1px solid #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.copy ul li a:hover {
  background: #669bbc;
  border: 1px solid #669bbc;
}

.back-to-top-link {
  border-radius: 0%;
  background: #003049;
  border: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1;
}
@media (max-width: 782px) {
  .back-to-top-link {
    right: 10px;
    bottom: 10px;
  }
}
.back-to-top-link span {
  color: #fff;
  transform: rotate(180deg);
}
.back-to-top-link:focus {
  background: #003049;
}
.back-to-top-link:hover {
  background: #669bbc;
}

.container-medium {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container,
.item-page {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1490px) {
  .container,
  .item-page {
    margin-left: 2rem;
    margin-right: 2rem;
    width: auto;
  }
}
@media (max-width: 1100px) {
  .container,
  .item-page {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 782px) {
  .container,
  .item-page {
    margin-left: 0;
    margin-right: 0;
  }
}

.container-big {
  width: 100%;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1850px) {
  .container-big {
    max-width: 1550px;
  }
}

@media (max-width: 1100px) {
  .obiekt {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (max-width: 782px) {
  .obiekt {
    margin-top: 0;
  }
}
.obiekt .sigplus-gallery ul {
  display: grid !important;
  grid-template-columns: auto;
  grid-gap: 0;
}

@media (max-width: 782px) {
  .mobile-padding-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .row {
    flex-wrap: wrap;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 782px) {
  .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.max-widht-500 {
  max-width: 500px;
  margin: auto;
}

.padding-10 {
  padding: 4rem 10%;
}
@media (max-width: 782px) {
  .padding-10 {
    padding: 2rem 0;
  }
}
@media (max-width: 500px) {
  .padding-10 {
    margin-left: 0;
    margin-right: 0;
  }
}

.col-1 {
  width: 10%;
}
@media (max-width: 782px) {
  .col-1 {
    width: 100%;
  }
}

.col-20 {
  width: 20%;
}
@media (max-width: 782px) {
  .col-20 {
    width: 100%;
  }
}

.col-30 {
  width: 30%;
}
@media (max-width: 782px) {
  .col-30 {
    width: 100%;
  }
}

.col-35 {
  width: 35%;
}
@media (max-width: 782px) {
  .col-35 {
    width: 100%;
  }
}

.col-40 {
  width: 40%;
}
@media (max-width: 782px) {
  .col-40 {
    width: 100%;
  }
}

.col-45 {
  width: 45%;
}
@media (max-width: 782px) {
  .col-45 {
    width: 100%;
  }
}

.col-50 {
  width: 50%;
}
@media (max-width: 782px) {
  .col-50 {
    width: 100%;
  }
}

.col-55 {
  width: 55%;
}
@media (max-width: 782px) {
  .col-55 {
    width: 100%;
  }
}

.col-60 {
  width: 60%;
}
@media (max-width: 782px) {
  .col-60 {
    width: 100%;
  }
}

.col-65 {
  width: 65%;
}
@media (max-width: 782px) {
  .col-65 {
    width: 100%;
  }
}

.col-70 {
  width: 70%;
}
@media (max-width: 782px) {
  .col-70 {
    width: 100%;
  }
}

.col-75 {
  width: 75%;
}
@media (max-width: 782px) {
  .col-75 {
    width: 100%;
  }
}

.col-80 {
  width: 80%;
}
@media (max-width: 782px) {
  .col-80 {
    width: 100%;
  }
}

.col-90 {
  width: 90%;
}
@media (max-width: 782px) {
  .col-90 {
    width: 100%;
  }
}

.col-100 {
  width: 100%;
}

.padding-left-3 {
  padding-left: 3rem;
}
@media (max-width: 782px) {
  .padding-left-3 {
    padding-left: 2rem;
  }
}

.padding-right-20 {
  padding-right: 20%;
}
@media (max-width: 782px) {
  .padding-right-20 {
    padding-right: 2rem;
  }
}

.container-top-a,
.container-top-b,
.container-bottom-a,
.container-bottom-b {
  position: relative;
  display: flex;
  flex-direction: column;
}

.container-top-b {
  overflow: hidden;
}

.separator {
  padding: 3rem 0;
  position: relative;
}
.separator::after {
  content: "";
  background-image: url(../images/wzorek.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  position: absolute;
  display: block;
  transform: translateX(-50%) translateY(50%);
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(5168%) hue-rotate(344deg) brightness(104%) contrast(104%);
}

.container-atrakcje {
  background: #e9eaeb;
  padding: 1rem;
  max-width: 1060px;
}
@media (max-width: 782px) {
  .container-atrakcje {
    overflow: hidden;
  }
}
.container-atrakcje .padding-10 {
  padding: 2rem 10% 0.5rem 10%;
}

.row-atrakcje {
  justify-content: space-between;
}
@media (max-width: 782px) {
  .row-atrakcje {
    flex-wrap: wrap-reverse;
    overflow: hidden;
  }
}
@media (max-width: 782px) {
  .row-atrakcje > div {
    width: 100%;
  }
}
.row-atrakcje .right {
  padding: 1rem 4rem;
}
@media (max-width: 782px) {
  .row-atrakcje .right {
    padding: 2rem 1rem;
  }
}

.atrakcje-gallery {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 10px;
}
@media (max-width: 782px) {
  .atrakcje-gallery {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 1600px) {
  .atrakcje-gallery .sigplus-gallery {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 782px) {
  .atrakcje-gallery .sigplus-gallery {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.opinie-slider {
  margin: 4rem 2rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (max-width: 782px) {
  .opinie-slider {
    margin: 2rem 1rem;
    padding-bottom: 1rem;
  }
}
.opinie-slider::before {
  content: "";
  background-image: url(../images/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
@media (max-width: 1380px) {
  .opinie-slider::before {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 1200px) {
  .opinie-slider::before {
    width: 5rem;
    height: 5rem;
    top: -5rem;
  }
}
@media (max-width: 782px) {
  .opinie-slider::before {
    top: -1rem;
    width: 5rem;
    height: 3rem;
  }
}

.splide__pagination li {
  margin: 0 0.2rem !important;
}
.splide__pagination button {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 782px) {
  .splide__pagination button {
    width: 10px;
    height: 10px;
  }
}
.splide__pagination button.is-active {
  background: #669bbc;
}

.review {
  list-style: none;
  margin: 5rem 14%;
  padding: 0;
}
.review .splide__pagination {
  padding-top: 3rem !important;
}
@media (max-width: 782px) {
  .review {
    margin: 4rem 2rem;
  }
}
.review li {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
.review li * {
  z-index: 1;
  position: relative;
}
.review li h4 {
  font-size: 1.7rem;
  font-family: "Playfair Display", serif;
}
.review li .rating-heart {
  margin: 1rem 0;
  color: #669bbc;
  font-size: 1.7rem;
}
.review li .rating-heart span {
  fill: #669bbc;
}

.review_more {
  max-height: 0;
  transition: all 0.5s ease;
  text-align: left;
  color: #20221a;
  opacity: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-top: 2rem;
}
.review_more.active {
  max-height: 9999px;
  transition: all 0.2s ease;
  opacity: 1;
  overflow: visible;
}

.row-opis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9eaeb;
}
@media (max-width: 1600px) {
  .row-opis {
    align-items: stretch;
  }
}
@media (max-width: 1100px) {
  .row-opis {
    flex-wrap: wrap-reverse;
  }
}
.row-opis .slideplus-navigation {
  display: none;
}
.row-opis .sigplus-center,
.row-opis .sigplus-center > ul {
  line-height: 0;
}
.row-opis .left {
  min-width: 61%;
}
@media (max-width: 1600px) {
  .row-opis .left .sigplus-gallery {
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .row-opis .left .sigplus-gallery div {
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .row-opis .left .sigplus-gallery .sigplus-image {
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .row-opis .left .sigplus-gallery .sigplus-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.row-opis .right {
  padding: 4rem 7% 4rem 3rem;
}
.row-opis .slideplus-slot {
  margin: 0px !important;
}

.row-opis-no-bg {
  background: transparent;
}

.row-opis-2 {
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  .row-opis-2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.row-opis-2 .slideplus-navigation {
  display: none;
}
.row-opis-2 .sigplus-center,
.row-opis-2 .sigplus-center > ul {
  line-height: 0;
}
.row-opis-2 .left {
  min-width: 835px;
}
@media (max-width: 1380px) {
  .row-opis-2 .left {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 1100px) {
  .row-opis-2 .left {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1100px) {
  .row-opis-2 .left {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}
.row-opis-2 .left img {
  width: 100%;
}
.row-opis-2 .right {
  padding: 4rem 7% 4rem 0;
}
@media (max-width: 782px) {
  .row-opis-2 .right {
    padding: 0;
  }
}
.row-opis-2 .slideplus-slot {
  margin: 0px !important;
}

.row-opis-3 {
  padding: 3rem;
  align-items: stretch;
}
@media (max-width: 782px) {
  .row-opis-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 782px) {
  .row-opis-3 h2,
  .row-opis-3 h3 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 782px) {
  .row-opis-3 .left {
    margin-top: 2rem;
  }
}
.row-opis-3 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-opis-3 .right {
  padding: 3rem 0 3rem 4rem;
}
@media (max-width: 782px) {
  .row-opis-3 .right {
    padding: 0;
  }
}

.row-opis-4 {
  padding: 0;
  margin: 2rem 0;
}
@media (max-width: 1100px) {
  .row-opis-4 {
    padding: 2rem;
  }
}
@media (max-width: 782px) {
  .row-opis-4 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.row-opis-4 .left {
  min-width: 50%;
}
.row-opis-4 .right {
  padding-right: 10%;
}
.row-opis-4 .box {
  padding-left: 2rem;
  margin-top: 2rem;
}
.row-opis-4 h4 {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 782px) {
  .row-opis-4 h2 {
    padding: 0;
  }
}

.contact-module {
  background: #003049;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: -10rem;
  padding-top: 12rem;
  position: relative;
}
@media (max-width: 1380px) {
  .contact-module {
    padding-top: 7rem;
  }
}
.contact-module #r-toggle {
  transform: translateY(50%) translateX(-50%);
  left: 50%;
  margin-top: 3rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 782px) {
  .contact-module #r-toggle {
    width: 100%;
  }
}
.contact-module #r-toggle:focus {
  background: #669bbc;
}
.contact-module #r-toggle:hover {
  background: #20221a;
}
.contact-module .module-contact-info {
  max-height: 0;
  transition: all 0.5s ease;
  text-align: left;
  color: #20221a;
  opacity: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  width: 100vw;
  background: #e9eaeb;
  margin-left: -50vw;
  opacity: 0;
  transition: all 0.5s ease;
  left: 50%;
  margin-top: 5rem;
}
.contact-module .module-contact-info .container {
  padding: 3rem 12%;
}
.contact-module .module-contact-info .container .btn {
  float: right;
  margin-top: 2rem;
}
.contact-module .module-contact-info .container h4 {
  margin-bottom: 1.7rem;
  font-family: "Playfair Display", serif;
}
.contact-module .module-contact-info .container p {
  padding-left: 2.5rem;
  position: relative;
}
.contact-module .module-contact-info .container p span {
  color: #669bbc;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-module .module-contact-info .container p span.icon-cross-small {
  top: -2px;
  transform: none;
  font-size: 1.8rem;
}
.contact-module .module-contact-info * {
  z-index: 4;
  position: relative;
}
.contact-module .module-contact-info.active {
  max-height: 999px;
  transition: all 0.2s ease;
  opacity: 1;
  margin-top: 5rem;
  overflow: visible;
  padding-bottom: 6rem;
}
.contact-module .module-contact-info.active::after {
  opacity: 1;
  transition: all 0.5s ease;
}

.module-contact-info-box {
  margin: 2rem !important;
  margin-left: -10% !important;
  margin-right: -10% !important;
  text-align: left;
  color: #20221a;
  padding: 3rem 4rem;
  position: relative;
  background: #e9eaeb;
  float: left;
}
@media (max-width: 1600px) {
  .module-contact-info-box {
    margin: 2rem 0 !important;
  }
}
@media (max-width: 782px) {
  .module-contact-info-box {
    margin: 1rem 0 !important;
    padding: 2rem;
  }
}
.module-contact-info-box .btn {
  float: right;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.module-contact-info-box h4 {
  margin-bottom: 1.7rem;
  font-family: "Playfair Display", serif;
}
.module-contact-info-box p {
  padding-left: 2.5rem;
  position: relative;
}
.module-contact-info-box p span {
  color: #669bbc;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-contact-info-box p span.icon-cross-small {
  top: -2px;
  transform: none;
  font-size: 1.8rem;
}

.social-icon {
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  right: 1rem;
  z-index: 5;
  background: transparent;
  transition: all 0.5s ease;
}
@media (max-width: 1100px) {
  .social-icon {
    position: relative;
    right: auto;
    left: auto;
    bottom: 2rem;
  }
}
.social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
@media (max-width: 1100px) {
  .social-icon ul {
    flex-direction: row;
    display: flex;
  }
}
.social-icon ul li {
  margin: 1rem 0;
  padding: 0;
}
@media (max-width: 1100px) {
  .social-icon ul li {
    margin: 1rem 0.8rem 0 0;
  }
}
.social-icon ul li a:not(:hover) svg {
  z-index: 2;
}
.social-icon ul li a:not(:hover) svg path {
  fill: #fff;
}
.social-icon ul li a:not(:hover) img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(98%) contrast(107%);
}
.social-icon ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5rem;
  height: 5rem;
  outline: none;
  outline-offset: -1px;
  border-radius: 0%;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
  background: #003049;
}
@media (max-width: 1380px) {
  .social-icon ul li a {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
}
.social-icon ul li a svg,
.social-icon ul li a img {
  max-width: 1.5rem;
  z-index: 2;
}
.social-icon ul li a::before {
  background: #f0f0f0;
  position: absolute;
  content: "";
  border-radius: 0%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: scale(0);
  border: 1px solid #fff;
}
.social-icon ul li a:hover {
  border: none;
  color: #fff;
}
.social-icon ul li a:hover::before {
  transform: scale(1);
}
.social-icon ul li a:hover .icon-facebook {
  color: #1877f2;
}
.social-icon ul li a:hover .icon-instagram {
  color: #c13584;
}
.social-icon ul li a span {
  z-index: 5;
}
@media (min-width: 1100px) {
  .social-icon.fixed {
    right: 1rem;
  }
}
.social-icon.fixed ul li a svg,
.social-icon.fixed ul li a img {
  max-width: 0.8rem;
  z-index: 2;
}
@media (min-width: 1100px) {
  .social-icon.fixed ul li a {
    background: #003049;
    outline: none;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}

.bg-gray {
  background: #e9eaeb;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0;
  border: 1px solid #9f9f9f;
  border-radius: 0em;
  outline: none;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
input[type=checkbox]:checked::before {
  font-family: "icomoon" !important;
  content: "\e902";
  font-size: 20px;
  color: #414141;
}
@media (max-width: 1100px) {
  input[type=checkbox]:checked::before {
    font-size: 18px;
    top: -1px;
    position: absolute;
  }
}
@media (max-width: 782px) {
  input[type=checkbox]:checked::before {
    font-size: 14px;
    top: 2px;
    position: absolute;
  }
}

body.main-overflow-hidden main {
  overflow: hidden;
}

body.layout-blog .container-banner::after,
body.itemid-104 .container-banner::after {
  display: none;
}
body.layout-blog .container-banner h1::after,
body.itemid-104 .container-banner h1::after {
  content: "";
  left: 50%;
  bottom: -5rem;
  height: 5rem;
  width: 1px;
  background: #b18024;
  position: absolute;
  display: block;
  transform: translateY(50%);
  animation: anim1 3s infinite alternate;
  display: none;
}
@media (max-height: 850px) {
  body.layout-blog .container-banner h1::after,
  body.itemid-104 .container-banner h1::after {
    height: 3rem;
    bottom: -4rem;
  }
}
@media (max-height: 750px) {
  body.layout-blog .container-banner h1::after,
  body.itemid-104 .container-banner h1::after {
    height: 3rem;
    bottom: -3rem;
  }
}
@media (max-width: 782px) {
  body.layout-blog .container-banner h1::after,
  body.itemid-104 .container-banner h1::after {
    display: none;
  }
}
body.layout-blog.view-article .com-content-article__body,
body.itemid-104.view-article .com-content-article__body {
  max-width: 980px;
  margin: auto;
}
body.layout-blog.view-article .com-content-article__body > p,
body.layout-blog.view-article .com-content-article__body > h2,
body.layout-blog.view-article .com-content-article__body > h3,
body.layout-blog.view-article .com-content-article__body > h4,
body.layout-blog.view-article .com-content-article__body > ul,
body.layout-blog.view-article .com-content-article__body > ol,
body.layout-blog.view-article .com-content-article__body .article-padding,
body.itemid-104.view-article .com-content-article__body > p,
body.itemid-104.view-article .com-content-article__body > h2,
body.itemid-104.view-article .com-content-article__body > h3,
body.itemid-104.view-article .com-content-article__body > h4,
body.itemid-104.view-article .com-content-article__body > ul,
body.itemid-104.view-article .com-content-article__body > ol,
body.itemid-104.view-article .com-content-article__body .article-padding {
  padding-left: 6rem;
  padding-right: 6rem;
  margin: 3rem 0;
}
@media (max-width: 782px) {
  body.layout-blog.view-article .com-content-article__body > p,
  body.layout-blog.view-article .com-content-article__body > h2,
  body.layout-blog.view-article .com-content-article__body > h3,
  body.layout-blog.view-article .com-content-article__body > h4,
  body.layout-blog.view-article .com-content-article__body > ul,
  body.layout-blog.view-article .com-content-article__body > ol,
  body.layout-blog.view-article .com-content-article__body .article-padding,
  body.itemid-104.view-article .com-content-article__body > p,
  body.itemid-104.view-article .com-content-article__body > h2,
  body.itemid-104.view-article .com-content-article__body > h3,
  body.itemid-104.view-article .com-content-article__body > h4,
  body.itemid-104.view-article .com-content-article__body > ul,
  body.itemid-104.view-article .com-content-article__body > ol,
  body.itemid-104.view-article .com-content-article__body .article-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
body.layout-blog.view-article .com-content-article__body h2,
body.layout-blog.view-article .com-content-article__body h3,
body.layout-blog.view-article .com-content-article__body h4,
body.itemid-104.view-article .com-content-article__body h2,
body.itemid-104.view-article .com-content-article__body h3,
body.itemid-104.view-article .com-content-article__body h4 {
  margin-bottom: 1rem;
}

body.view-article .com-content-article__body p:last-of-type,
body.view-article .com-content-article p:last-of-type {
  margin-bottom: 1.4rem;
}
body.view-article .com-content-article__body h1,
body.view-article .com-content-article__body h2,
body.view-article .com-content-article__body h3,
body.view-article .com-content-article__body h4,
body.view-article .com-content-article h1,
body.view-article .com-content-article h2,
body.view-article .com-content-article h3,
body.view-article .com-content-article h4 {
  margin-bottom: 1rem;
}
body.view-article .com-content-article__body h1 + p,
body.view-article .com-content-article__body h2 + p,
body.view-article .com-content-article__body h3 + p,
body.view-article .com-content-article__body h4 + p,
body.view-article .com-content-article h1 + p,
body.view-article .com-content-article h2 + p,
body.view-article .com-content-article h3 + p,
body.view-article .com-content-article h4 + p {
  margin-top: 0 !important;
}
body.view-article .com-content-article__body .article-padding,
body.view-article .com-content-article .article-padding {
  max-width: 980px;
  padding-left: 6rem;
  padding-right: 6rem;
  margin: 3rem auto;
}
@media (max-width: 782px) {
  body.view-article .com-content-article__body .article-padding,
  body.view-article .com-content-article .article-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery-page {
  margin-top: -15rem;
}
@media (max-width: 782px) {
  .gallery-page {
    margin-top: 0;
  }
}

@media (max-width: 782px) {
  .com-content-article__body .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.com-content-article__body ul.icons {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  background: transparent;
  flex-direction: row;
  display: flex;
}
.com-content-article__body ul.icons li {
  margin: 0 10px;
  padding: 0;
}
.com-content-article__body ul.icons li:first-child {
  margin-left: 0;
}
.com-content-article__body ul.icons li a:not(:hover) svg,
.com-content-article__body ul.icons li a:not(:hover) img {
  z-index: 2;
}
.com-content-article__body ul.icons li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3rem;
  height: 3rem;
  outline: 1px solid #669bbc;
  outline-offset: -1px;
  border-radius: 0%;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
}
.com-content-article__body ul.icons li a svg,
.com-content-article__body ul.icons li a img {
  max-width: 1rem;
  z-index: 2;
}
.com-content-article__body ul.icons li a::before {
  background: #669bbc;
  position: absolute;
  content: "";
  border-radius: 0%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: scale(0);
  border: 1px solid #fff;
}
.com-content-article__body ul.icons li a:hover {
  border: none;
  color: #fff;
}
.com-content-article__body ul.icons li a:hover::before {
  transform: scale(1);
}
.com-content-article__body ul.icons li a:hover svg {
  fill: #fff;
}
.com-content-article__body ul.icons li a:hover svg path {
  fill: #fff;
}
.com-content-article__body ul.icons li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(98%) contrast(107%);
}
.com-content-article__body ul.icons li a:hover .icon-facebook {
  color: #1877f2;
}
.com-content-article__body ul.icons li a:hover .icon-instagram {
  color: #c13584;
}
.com-content-article__body ul.icons li a span {
  z-index: 5;
}

.com-content-category-blog {
  margin-top: -10rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 1100px) {
  .com-content-category-blog {
    margin-top: -5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.com-content-category-blog .blog-items[class^=masonry-],
.com-content-category-blog .blog-items[class*=" masonry-"] {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.com-content-category-blog .img-link {
  background: #003049;
  overflow: hidden;
  position: relative;
}
.com-content-category-blog .img-link::after {
  font-family: "icomoon";
  content: "\e905";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #003049;
  color: #fff;
  transform: rotate(-90deg) translateY(-50%);
  margin-top: -3rem;
  line-height: 3rem;
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.com-content-category-blog .img-link .item-image {
  aspect-ratio: 3/2;
  margin: 0;
}
.com-content-category-blog .img-link .item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.com-content-category-blog .img-link:hover img {
  opacity: 0.6;
  transform: scale(1.2);
}
.com-content-category-blog .img-link:hover::after {
  opacity: 1;
}
.com-content-category-blog .item-content {
  background: #fff;
  border: 2px solid #669bbc;
  padding: 1.5rem;
  text-align: center;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: -3rem;
  z-index: 5;
}
@media (max-width: 1100px) {
  .com-content-category-blog .item-content {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: -2rem;
  }
}
.com-content-category-blog .item-content .page-header h2 {
  font-size: 1.5rem;
}
.com-content-category-blog .item-content .page-header a {
  text-decoration: none;
  color: #20221a;
}
.com-content-category-blog .item-content .page-header a:hover {
  text-decoration: underline;
  color: #003049;
}
.com-content-category-blog .item-content .btn {
  margin-top: 2rem;
}

.com-content-article .moduletable {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.com-content-article .contact-module {
  margin-top: -10rem;
}
.com-content-article ul {
  overflow: visible;
}

.rsform {
  background: #e9eaeb;
  margin-top: 2rem;
}
@media (max-width: 782px) {
  .rsform {
    padding: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.rsform .formError {
  font-weight: 300;
  width: 100%;
  display: inline-block;
}
.rsform form {
  padding: 4rem 10%;
}
@media (max-width: 1100px) {
  .rsform form {
    padding: 2rem;
  }
}
.rsform form .formRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 782px) {
  .rsform form .formRow {
    flex-wrap: wrap;
  }
}
@media (max-width: 782px) {
  .rsform form .formRow > div {
    margin-top: 1rem;
  }
}
.rsform form .formRow .formSpan12 {
  width: 100%;
}
.rsform form .formRow .formSpan6 {
  width: 48%;
}
@media (max-width: 782px) {
  .rsform form .formRow .formSpan6 {
    width: 100%;
  }
}
.rsform form .rsform-type-checkboxgroup .formBody label {
  cursor: pointer;
  position: relative;
  padding-left: 2.3rem;
}
.rsform form .rsform-type-checkboxgroup .formBody label input {
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.rsform form .rsform-type-submitbutton label {
  margin: 0;
  display: none;
}
.rsform form .rsform-submit-button {
  width: 100%;
  text-transform: uppercase;
  padding: 13px;
  font-size: 1.1rem;
}
.rsform form label {
  font-size: 1.3rem;
  font-weight: 200;
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  .rsform form label {
    font-size: 1rem;
  }
}
.rsform form #Rodo-grouplbl {
  display: none;
}
.rsform form input.rsform-input-box,
.rsform form select,
.rsform form optgroup,
.rsform form textarea {
  border: 1px solid #9f9f9f;
  background: transparent;
  width: 100%;
  padding: 10px 1rem;
}
.rsform form input.rsform-input-box:focus,
.rsform form select:focus,
.rsform form optgroup:focus,
.rsform form textarea:focus {
  border-color: #669bbc;
  outline: none;
}

@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__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;
}

.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;
}

.slider-oferta .splide__arrow {
  align-items: center;
  background: rgba(102, 155, 188, 0.6);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5rem;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 782px) {
  .slider-oferta .splide__arrow {
    height: 3rem;
    width: 3rem;
  }
}
.slider-oferta .splide__arrow::before {
  content: "\e905";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 2rem;
}
.slider-oferta .splide__arrow:hover {
  background: rgba(0, 48, 73, 0.7);
}
.slider-oferta .splide__arrow svg {
  display: none;
}
.slider-oferta .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.slider-oferta .splide__arrow:disabled {
  opacity: 0.3;
}
.slider-oferta .splide__arrow:focus-visible {
  outline: 3px solid #669bbc;
  outline-offset: 3px;
}
.slider-oferta .splide__arrow--prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.slider-oferta .splide__arrow--prev:before {
  transform: rotate(90deg);
}
.slider-oferta .splide__arrow--next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.slider-oferta .splide__arrow--next:before {
  transform: rotate(-90deg);
}
.slider-oferta .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #669bbc;
  outline-offset: 3px;
}

.splide__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}
.splide__arrow svg {
  display: none;
}

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

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #669bbc;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.splide__arrow--next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.splide__arrow--next:before {
  transform: rotate(-90deg);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #669bbc;
  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;
}

.sigplus-gallery ul {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
}
@media (max-width: 1100px) {
  .sigplus-gallery ul {
    grid-template-columns: auto auto;
  }
}
.sigplus-gallery ul li {
  width: 100%;
  margin: 0 !important;
}
.sigplus-gallery ul li a {
  width: 100%;
  height: auto;
}
.sigplus-gallery ul li img {
  width: 100%;
  height: auto;
}
.sigplus-gallery .sigplus-image {
  background: #000;
  overflow: hidden;
}
.sigplus-gallery .sigplus-image img {
  transition: all 0.3s ease;
}
.sigplus-gallery .sigplus-image:hover img {
  transform: scale(1.1) rotate(5deg);
  opacity: 0.5;
}
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-next,
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-next,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous {
  top: auto;
  bottom: 3px;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous:hover,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-next:hover,
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-next:hover,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous:hover {
  background: #003049;
  color: #669bbc;
}
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous::after,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-next::after,
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-next::after,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous::after {
  content: "\e905";
  font-family: "icomoon" !important;
}
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-next,
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-next {
  left: calc(3.5rem + 5px);
}
@media (max-width: 782px) {
  .sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-next,
  .sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-next {
    left: calc(5.5rem + 2px);
    bottom: 1rem;
  }
}
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-next::after,
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-next::after {
  transform: rotate(-90deg);
}
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous {
  left: 3px;
}
@media (max-width: 782px) {
  .sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous,
  .sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous {
    left: 2rem;
    bottom: 1rem;
  }
}
.sigplus-gallery .slideplus-container[dir=ltr] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous::after,
.sigplus-gallery .slideplus-container[dir=rtl] > .slideplus-viewport.slideplus-horizontal > .slideplus-previous::after {
  transform: rotate(90deg);
}

body.error_site header {
  background: #003049;
}
body.error_site header .grid-child {
  display: flex;
  justify-content: center;
}
body.error_site .site-grid {
  padding-top: 8rem;
  max-width: 600px;
  margin: auto;
}/*# sourceMappingURL=custom.css.map */