.container,
.cookie-notice-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
.cookie-notice-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.cookie-notice-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.cookie-notice-container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container,
.cookie-notice-container {
    max-width: 1160px;
  }
}
@media (min-width: 1420px) {
  .container,
.cookie-notice-container {
    max-width: 1380px;
  }
}
@media (min-width: 1830px) {
  .container--full,
.cookie-notice-container--full {
    max-width: 1830px;
  }
}

@font-face {
  font-family: "Myriad Pro";
  src: url("./../fonts/MyriadPro-Regular.woff2");
  src: url("./../fonts/MyriadPro-Regular.woff2") format("woff2"), url("./../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("./../fonts/NotoSans-Regular.woff2");
  src: url("./../fonts/NotoSans-Regular.woff2") format("woff2"), url("./../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("./../fonts/NotoSans-Italic.woff2");
  src: url("./../fonts/NotoSans-Italic.woff2") format("woff2"), url("./../fonts/NotoSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("./../fonts/JosefinSans.woff2");
  src: url("./../fonts/JosefinSans.woff2") format("woff2"), url("./../fonts/JosefinSans.ttf") format("truetype");
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("./../fonts/JosefinSans-Italic.woff2");
  src: url("./../fonts/JosefinSans-Italic.woff2") format("woff2"), url("./../fonts/JosefinSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("./../fonts/JosefinSans-Bold.woff2");
  src: url("./../fonts/JosefinSans-Bold.woff2") format("woff2"), url("./../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: block;
}
h1,
.is-style-h1 {
  font-weight: 500;
}
h2,
.is-style-h2,
.has-style-h2 h1 {
  font-weight: 700;
}
h3,
.is-style-h3 {
  font-weight: 500;
}
.is-style-uppercase {
  text-transform: uppercase;
}

.wp-block-list:is(ul) {
  list-style: disc;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem 0;
  margin-left: 21px;
  padding-left: 0;
}
.wp-block-list:is(ul) li a {
  text-decoration: underline;
}
.wp-block-list:is(ul) li > ul {
  list-style-type: circle;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.wp-block-list:is(ol) {
  list-style: decimal;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem 0;
  margin-left: 21px;
  padding-left: 0;
}
.wp-block-list:is(ol) li a {
  text-decoration: underline;
}
.wp-block-list:is(ol) li > ul {
  list-style-type: circle;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

ul:not([class]) {
  list-style: disc;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem 0;
  margin-left: 21px;
  padding-left: 0;
}
ul:not([class]) li a {
  text-decoration: underline;
}
ul:not([class]) li > ul {
  list-style-type: circle;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

ol:not([class]) {
  list-style: decimal;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem 0;
  margin-left: 21px;
  padding-left: 0;
}
ol:not([class]) li a {
  text-decoration: underline;
}
ol:not([class]) li > ul {
  list-style-type: circle;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

body .d-block {
  display: block;
}

body .d-none {
  display: none;
}

*,
:after,
:before {
  box-sizing: border-box;
}

* {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

::-webkit-scrollbar {
  width: 0.75rem;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #2c2a27;
}

html:not(.wp-toolbar) {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2c2a27;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body:not(.wp-admin) {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  cursor: url("/wp-content/themes/sd-theme/assets/src/svg/kursor.svg") 10 10, auto;
}
body:not(.wp-admin) a,
body:not(.wp-admin) button {
  cursor: url("/wp-content/themes/sd-theme/assets/src/svg/kursor.svg") 10 10, auto;
}
body:not(.wp-admin):not(.has-transparent-header) {
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  body:not(.wp-admin):not(.has-transparent-header) {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  body:not(.wp-admin):not(.has-transparent-header) {
    padding-top: clamp(
    7.25rem,
    calc(
      0.0634920635 * (
          var(--viewport-width, 100vw) - 75rem
        ) + 7.25rem
    ),
    9.75rem
  );
  }
}
body.admin-bar .header {
  top: 46px;
}
@media (max-width: 991.98px) {
  body.overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  body.admin-bar .header {
    top: 32px;
  }
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  border-radius: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea::-webkit-resizer {
  display: none;
}

ul {
  padding-left: 0;
  list-style: none;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

a,
button {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a,
button {
    transition: color 0.3s ease-in-out;
  }
  a:hover,
button:hover {
    color: #2c2a27;
  }
}

.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-response:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.page-logo {
  display: block;
  position: relative;
  z-index: 1;
}

#lottie {
  width: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.over_lottie {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#lottie_logo {
  width: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  width: 180px;
  height: 120px;
}
#lottie_logo svg {
  width: 180px;
  height: 120px;
}
@media (max-width: 768px) {
  #lottie_logo {
    width: 150px;
    height: 100px;
  }
  #lottie_logo svg {
    width: 150px;
    height: 100px;
  }
}

.over_lottie_logo {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: 120px;
  margin: 0 auto 0 0;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .over_lottie_logo {
    max-width: 150px;
    height: 100px;
  }
}

#o-mnie .wp-block-image {
  max-width: 360px;
  margin: 0 auto;
}

.content-section__content-more {
  display: none;
  margin-top: 1.5rem;
}
.content-section__content-more.active {
  display: block;
}
.content-section__content-more__btn {
  transition: 0.5s all;
}
.content-section__content-more__btn.active {
  transform: rotate(180deg);
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (hover: hover) {
  .wp-block-button__link {
    cursor: pointer;
  }
}
.wp-block-button__link:not(.audio-button--text) {
  border: none;
  background: url("/wp-content/themes/sd-theme/assets/src/svg/audio_bg.svg") no-repeat;
  background-size: contain;
  width: 157px;
  height: 49px;
  display: flex;
  padding: 0.5625rem 1rem 0.4375rem;
  margin: 0 auto;
}
.wp-block-button__link:not(.audio-button--text):hover {
  background-image: url("/wp-content/themes/sd-theme/assets/src/svg/audio_bg_hover.svg");
}
.wp-block-button__link:not(.audio-button--text):after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/sd-theme/assets/src/svg/read.svg") no-repeat;
  width: 17px;
  height: 21px;
  margin-left: 10px;
}
.wp-block-button.form__btn .wp-block-button__link:after {
  width: 21px;
  height: 17px;
  background: url("/wp-content/themes/sd-theme/assets/src/svg/form_btn_arrow.svg") no-repeat;
}

#cookie-notice:not(.cookie-notice-hidden) {
  font-family: "Josefin Sans", serif;
  background-color: #f7e3cf !important;
  border-top: 1px solid #2c2a27;
}
#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container {
  margin: 0 auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex !important;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  #cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container .cn-text-container {
  margin-bottom: 1rem;
}
#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container .cn-text-container {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: 400;
  padding: 0 0.625rem;
  color: #000;
}
@media (min-width: 992px) {
  #cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container .cn-text-container {
    padding: 0;
    margin: 0 1rem 0 0;
    text-align: left;
  }
}
@media (hover: hover) {
  #cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container .cn-text-container a:hover {
    color: #2c2a27;
    text-decoration: underline;
  }
}
#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container .cn-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  #cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container .cn-buttons-container {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin-right: 0.75rem;
  }
}
#cookie-notice:not(.cookie-notice-hidden) .cn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  border: 2px solid #2c2a27;
  background-color: #2c2a27 !important;
  color: #fff;
  padding: 0.625rem 1.25rem;
}
@media (hover: hover) {
  #cookie-notice:not(.cookie-notice-hidden) .cn-button {
    transition: background-color 300ms ease-in-out 0ms , border-color 300ms ease-in-out 0ms , color 300ms ease-in-out 0ms;
  }
  #cookie-notice:not(.cookie-notice-hidden) .cn-button:hover {
    background-color: transparent !important;
    color: #2c2a27;
  }
}
#cookie-notice:not(.cookie-notice-hidden) .cn-close-icon {
  transition: opacity 300ms ease-in-out 0ms;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  padding: 0;
  opacity: 0.7;
  top: 0.75rem;
  right: 0.375rem;
}
@media (min-width: 992px) {
  #cookie-notice:not(.cookie-notice-hidden) .cn-close-icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (hover: hover) {
  #cookie-notice:not(.cookie-notice-hidden) .cn-close-icon:hover {
    opacity: 1;
  }
}
#cookie-notice:not(.cookie-notice-hidden) .cn-close-icon:before, #cookie-notice:not(.cookie-notice-hidden) .cn-close-icon:after {
  background-color: #2c2a27;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0.625rem 0;
  will-change: background-color, padding;
  transition: background-color 300ms ease-in-out 0ms , padding 300ms ease-in-out 0ms;
}
@media (min-width: 992px) {
  .header {
    padding: clamp(
    1.25rem,
    calc(
      0.0158730159 * (
          var(--viewport-width, 100vw) - 75rem
        ) + 1.25rem
    ),
    1.875rem
  ) 0;
  }
}
.header__logo-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .header__logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .header__logo {
  align-items: flex-start;
  height: 46px;
}
.header .header__logo svg {
  width: 47px;
}
.header--transparent .header__logo > svg {
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  left: 125px;
  margin-left: 0px !important;
  max-width: none;
}
@media (max-width: 767px) {
  .header--transparent .header__logo > svg {
    left: 72px;
  }
}
.header--transparent.header--sticky .header__logo .over_lottie_logo {
  opacity: 0;
}
.header--transparent.header--sticky .header__logo > svg {
  opacity: 1;
  left: 125px;
}
@media (max-width: 767px) {
  .header--transparent.header--sticky .header__logo > svg {
    left: 72px;
  }
}
.header--transparent:not(.header--sticky) {
  cursor: url("/wp-content/themes/sd-theme/assets/src/svg/kursor_light.svg") 10 10, auto;
}
.header--transparent:not(.header--sticky) .header__logo {
  color: #f7e3cf;
}
@media (max-width: 768px) {
  .header--transparent:not(.header--sticky) .header__logo svg {
    position: static;
    max-width: 150px;
  }
}
.header--transparent:not(.header--sticky) .header__logo > svg {
  position: absolute;
}
@media (max-width: 991.98px) {
  .header--transparent:not(.header--sticky) .header-nav-btn svg path {
    stroke: #f7e3cf;
  }
}
.header--transparent:not(.header--sticky) a,
.header--transparent:not(.header--sticky) button {
  cursor: url("/wp-content/themes/sd-theme/assets/src/svg/kursor_light.svg") 10 10, auto;
}
.header--transparent:not(.header--sticky) .header-nav-btn {
  padding: 0;
  width: 40px;
}
@media (min-width: 992px) {
  .header--transparent:not(.header--sticky) .header__menu .menu-item {
    color: #f7e3cf;
  }
}
@media (hover: hover) {
  .header--transparent:not(.header--sticky) .header__menu .menu-item > *:first-child:hover {
    color: #f7e3cf;
  }
}
@media (min-width: 992px) {
  .header--transparent:not(.header--sticky) .header__menu .menu-item > *:first-child:before {
    height: 2px;
    background: #f7e3cf;
  }
}
@media (min-width: 992px) {
  .header--transparent:not(.header--sticky) .social-links__link svg {
    fill: #f7e3cf;
  }
}
@media (min-width: 992px) {
  .header--transparent:not(.header--sticky) .social-links__link svg *[stroke="#000"] {
    stroke: #f7e3cf;
  }
}
@media (hover: hover) and (min-width: 992px) {
  .header--transparent:not(.header--sticky) .social-links__link:hover svg {
    fill: #fff3cd;
  }
}
@media (hover: hover) and (min-width: 992px) {
  .header--transparent:not(.header--sticky) .social-links__link:hover svg *[stroke="#000"] {
    stroke: #fff3cd;
  }
}
@media (max-width: 991.98px) {
  .header.active .header__nav-wrapper {
    display: flex;
  }
}
.header--sticky {
  background-color: #f7e3cf;
}
@media (min-width: 992px) {
  .header--sticky {
    padding: clamp(
    0.3125rem,
    calc(
      0.0079365079 * (
          var(--viewport-width, 100vw) - 75rem
        ) + 0.3125rem
    ),
    0.625rem
  ) 0;
  }
}
.header--sticky .header__logo {
  align-items: flex-start;
}
.header--sticky .header__logo path,
.header--sticky .header__logo rect {
  fill: #2c2a27;
}
.header--sticky .header__logo svg {
  width: 47px;
}
.header__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .header__container {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .header__logo {
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header__logo {
    max-width: 140px;
    margin-left: -40px;
  }
  .header__logo svg {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    height: 36px !important;
  }
  .header__logo svg {
    position: static;
    max-width: 36px;
    height: 36px;
  }
}
@media (max-width: 991.98px) {
  .header__nav-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .header__nav-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__nav-container {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .header__nav-container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header__inner {
    pointer-events: all;
    background-color: #f7e3cf;
    position: relative;
    padding: 2rem 1.5rem;
    text-align: center;
    background: url("/wp-content/themes/sd-theme/assets/src/svg/bg_menu_mobile.svg") center center no-repeat;
    background-size: contain;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .header__nav {
    padding: 1.5rem 0;
  }
}
@media (max-width: 991.98px) {
  .header__nav + .social-links {
    margin-top: 0rem;
  }
}
.header__menu {
  display: flex;
  gap: 0.375rem 0;
}
@media (max-width: 991.98px) {
  .header__menu {
    flex-direction: column;
    gap: 0.125rem 0;
  }
}
@media (min-width: 992px) {
  .header__menu {
    flex-flow: row wrap;
    gap: 0.625rem clamp(
    0.625rem,
    calc(
      0.0476190476 * (
          var(--viewport-width, 100vw) - 75rem
        ) + 0.625rem
    ),
    2.5rem
  );
    padding-top: 0.375rem;
  }
}
.header .menu-item {
  font-size: 1.25rem;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header .menu-item {
    font-size: 0.9375rem;
  }
}
.header .menu-item > *:first-child {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-bottom: 0.25rem;
  position: relative;
  padding: 0 0.625rem;
}
@media (min-width: 992px) {
  .header .menu-item > *:first-child {
    padding-bottom: 0.375rem;
  }
}
.header .menu-item > *:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
  opacity: 0;
  background: url("/wp-content/themes/sd-theme/assets/src/svg/linia_menu.svg") center center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .header .menu-item > *:first-child:before {
    transition: opacity 300ms ease-in-out 0ms;
  }
}
@media (hover: hover) {
  .header .menu-item > *:first-child:hover:before {
    opacity: 1;
  }
}
.header .menu-item.current_page_item > *:first-child {
  font-weight: 700;
}
.header .menu-item.current_page_item > *:first-child:before {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .header__close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: block;
    top: 20px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .header__close {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header-nav-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    gap: 0.3125rem 0;
    width: 2.5rem;
    height: 2rem;
  }
  .header-nav-btn svg path {
    stroke: #2c2a27;
  }
}
@media (min-width: 992px) {
  .header-nav-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-nav-btn div {
    width: 100%;
    height: 1px;
    background-color: #2c2a27;
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */
