@charset "UTF-8";
/*
Theme Name: Theme
Author: UDX.pl
Author URI: https://www.udx.pl
Description: Main theme
Version: 1.0
Text Domain: theme
*/
@import url("../fonts/stylesheet.css");
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "N27", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  background-color: #F5EADF;
  overflow-x: hidden;
  --wp--preset--font-size--small: 14px;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible {
  outline: 5px solid rgba(0, 157, 255, 0.5058823529);
}

.link {
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
.link .link-arrows {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19px;
  margin-left: 6px;
  gap: 2px;
  -webkit-transition: gap 0.15s ease-in-out;
  transition: gap 0.15s ease-in-out;
}
.link .link-arrows > div {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.642 9.162"><path fill="none" stroke="%23EE7402" stroke-width="1.5" d="m.53.531 3.038 3.038.81.81.2.2L.527 8.63" data-name="Path 13"/></svg>');
  background-repeat: no-repeat;
  width: 5px;
  height: 10px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.link .link-arrows.link-arrows-left {
  margin-left: 0;
  margin-right: 6px;
}
.link .link-arrows.link-arrows-left > div {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.link.link-alt .link-arrows {
  border: 1px solid #EE7402;
  background-color: #EE7402;
  margin-left: 0;
  margin-right: 6px;
  border-radius: 15px;
  padding: 5px 7px;
  width: 35px;
}
.link.link-alt .link-arrows > div {
  color: #000;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.642 9.162"><path fill="none" stroke="%23000" stroke-width="1.5" d="m.53.531 3.038 3.038.81.81.2.2L.527 8.63" data-name="Path 13"/></svg>');
}
.link.link-alt:hover {
  color: #EE7402;
  text-decoration: none;
}
.link.link-alt:hover .link-arrows > div {
  color: #EE7402 !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.642 9.162"><path fill="none" stroke="%23EE7402" stroke-width="1.5" d="m.53.531 3.038 3.038.81.81.2.2L.527 8.63" data-name="Path 13"/></svg>');
}
.link:hover {
  text-decoration: none;
}
.link:hover .link-arrows {
  gap: 0px;
  background-color: transparent;
}

.container {
  padding: 0 35px;
  max-width: 1710px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 35px;
  }
}

.container-small {
  padding: 0 35px;
  max-width: 1362px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-small {
    padding: 0 35px;
  }
}

.container-tiny {
  padding: 0 35px;
  max-width: 1159px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-tiny {
    padding: 0 35px;
  }
}

.container-medium {
  padding: 0 35px;
  max-width: 1608px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-medium {
    padding: 0 35px;
  }
}

img {
  width: 100%;
}

@-webkit-keyframes static-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%);
  }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0);
  }
}

@keyframes static-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%);
  }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.content-area {
  position: relative;
  z-index: 3;
}

html body .modula.modula-gallery-initialized .modula-item:hover img, html body .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded:hover img.pic {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.has-pink-background-color {
  background: #FB3E87;
}

.has-pink-color {
  color: #FB3E87;
}

.has-blue-background-color {
  background: #3EB2FB;
}

.has-blue-color {
  color: #3EB2FB;
}

.has-orange-background-color {
  background: #FB8E3E;
}

.has-orange-color {
  color: #FB8E3E;
}

.has-green-background-color {
  background: #6EC34F;
}

.has-green-color {
  color: #6EC34F;
}

.has-purple-background-color {
  background: #A856C6;
}

.has-purple-color {
  color: #A856C6;
}

.has-dark-blue-background-color {
  background: #013969;
}

.has-dark-blue-color {
  color: #013969;
}

.has-red-background-color {
  background: #FB3E3E;
}

.has-red-color {
  color: #FB3E3E;
}

.has-red-white-color {
  background: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}

ol {
  padding: 0 0 0 28px;
  margin: 0;
}
ol li::marker {
  color: #FB3E87;
  font-size: 24px;
  font-weight: bold;
}

ul {
  padding: 0 0 0 18px;
  margin: 0;
}
ul.is-style-spacing li {
  margin-bottom: 25px;
}
ul.is-style-spacing li:last-child {
  margin-bottom: 0;
}

.wp-block-video {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
.wpcf7-submit {
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 8px 22px;
  background: #EE7402;
  border-radius: 22px;
}

.site-main > .wp-block-group {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.site-main > .wp-block-group.alignfull {
  max-width: 100%;
}
.site-main > .wp-block-group.alignfull .wp-block-group {
  margin: 0 auto;
}

/*.site-main .wp-block-group__inner-container {
    margin-left: -20px;
    margin-right: -20px;
}*/
.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .wp-block-column:first-child {
    padding-left: 0;
  }
  .wp-block-column:last-child {
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .wp-block-column {
    max-width: unset;
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1199.98px) {
  .wp-block-column {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.is-not-stacked-on-mobile .wp-block-column {
  margin-bottom: 0 !important;
}

.site-main .is-style-fullwidth {
  max-width: 100% !important;
}
.site-main .is-style-fullwidth .wp-block-group {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .site-main .wp-block-group {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-main .wp-block-group {
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-column {
    margin-bottom: 20px !important;
  }
  .wp-block-column:last-child {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .site-main .wp-block-group {
    max-width: 960px;
  }
  .site-main .wp-block-group.is-style-container-810 {
    max-width: 810px;
  }
}
@media (min-width: 1240px) {
  .site-main .wp-block-group {
    max-width: 1200px;
  }
  .site-main .wp-block-group.is-style-container-1120 {
    max-width: 1160px;
  }
  .site-main .wp-block-group .is-style-columns-530 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-main .wp-block-group .is-style-columns-530 > .wp-block-column {
    max-width: 530px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .site-main .wp-block-group {
    max-width: 1360px;
  }
}
header {
  background-size: cover;
  background-position: center bottom;
  position: relative;
  background-image: url(../images/background.jpg);
  overflow: hidden;
}
header #background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header:after {
  height: 10vh;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D1D1D), to(transparent));
  background: linear-gradient(180deg, #1D1D1D 0%, transparent 100%);
  z-index: 0;
  opacity: 0.8;
}
header .startpage {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (min-width: 992px) {
  header .startpage {
    display: block;
  }
}
header .startpage:hover .team {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
header .startpage:hover .black-overlay {
  opacity: 0.7;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header .startpage:hover .orange-overlay {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
header .startpage:hover .back {
  -webkit-filter: drop-shadow(0 3px 25px rgba(238, 116, 2, 0.7));
          filter: drop-shadow(0 3px 25px rgba(238, 116, 2, 0.7));
}
header .startpage .front, header .startpage .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 6vh;
  max-width: 45vw;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
header .startpage .front {
  z-index: 3;
}
header .startpage .team {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-bottom: 5vh;
  max-width: 55vw;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  max-height: 95vh;
}
header .startpage .team img {
  max-height: 95vh;
  width: auto;
  margin: 0 auto;
  display: block;
}
header .startpage .back {
  z-index: 1;
}
header .startpage .orange-overlay {
  position: absolute;
  inset: -100px;
  background-color: #EE7402;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .startpage .black-overlay {
  position: absolute;
  inset: -100px;
  background-color: #D0AF91;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .page {
  height: 597px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
}
header .page > div {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  max-width: 844px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 35px;
}
header .page > div .description {
  font-size: 15px;
}
@media (min-width: 768px) {
  header .page > div .description {
    font-size: 20px;
  }
}
header .page > div .description-large {
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 768px) {
  header .page > div .description-large {
    font-size: 32px;
  }
}
header .menu {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 59px;
  padding-top: 47px;
  z-index: 10;
  display: none;
}
@media (min-width: 992px) {
  header .menu {
    display: block;
  }
}
header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .menu ul li {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
header .menu ul li a {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
header .menu ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .menu ul li.current_page_item:before {
  content: "•";
  margin-right: 10px;
}
header .menu ul li.current_page_item a {
  opacity: 1;
}
header .social {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 59px;
  margin-bottom: 40px;
  gap: 18px;
  display: none;
  z-index: 2;
}
@media (min-width: 992px) {
  header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .social a {
  display: block;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
header .social a svg {
  height: 24px;
  width: auto;
}
header .social a:hover {
  opacity: 0.75;
}
header .hamburger, header .hamburger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 13px;
  border: 1px solid rgba(235, 233, 231, 0.25);
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 992px) {
  header .hamburger, header .hamburger-close {
    display: none;
  }
}
header .hamburger > div, header .hamburger-close > div {
  width: 100%;
}
header .hamburger > div > div, header .hamburger-close > div > div {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
header .hamburger > div > div:first-of-type, header .hamburger-close > div > div:first-of-type {
  margin-bottom: 6px;
}
header .hamburger.hamburger-close, header .hamburger-close.hamburger-close {
  background-color: #292929;
  border-color: #292929;
}
header .hamburger.hamburger-close > div > div, header .hamburger-close.hamburger-close > div > div {
  background-color: #DDBFA4;
  margin-bottom: 0;
}
header .hamburger.hamburger-close > div > div:first-of-type, header .hamburger-close.hamburger-close > div > div:first-of-type {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
header .hamburger.hamburger-close > div > div:last-of-type, header .hamburger-close.hamburger-close > div > div:last-of-type {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
header .mobile-menu {
  position: fixed;
  inset: 0;
  background-color: rgba(26, 26, 26, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
header .mobile-menu > div {
  margin-left: auto;
  width: 100%;
  height: 100%;
  max-width: 70%;
  position: relative;
  background-color: #DDBFA4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .mobile-menu > div .menu-mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: section;
}
header .mobile-menu > div .menu-mobile ul li {
  padding: 18px 15px;
  font-size: 32px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  position: relative;
}
header .mobile-menu > div .menu-mobile ul li:after {
  counter-increment: section;
  content: "0" counters(section, ".") " ";
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 27px 15px;
}
header .scroll-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(41, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  gap: 85px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
  border-bottom: 1px solid rgba(112, 112, 112, 0.8);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  header .scroll-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .scroll-menu.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header .scroll-menu > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 46px 62px;
}
header .scroll-menu > div:last-of-type {
  text-align: right;
}
header .scroll-menu > div:last-of-type ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .scroll-menu .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0;
}
header .scroll-menu .logo svg {
  height: 70px;
}
header .scroll-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
}
header .scroll-menu ul li {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
header .scroll-menu ul li a {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
header .scroll-menu ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .scroll-menu ul li.current_page_item:before {
  content: "•";
  margin-right: 10px;
}
header .scroll-menu ul li.current_page_item a {
  opacity: 1;
}

.page-title {
  margin-top: -47px;
  z-index: 3;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  font-weight: 500;
}
.page-title > div {
  background-color: #EE7402;
  text-shadow: -1px -1px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, -1px 1px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff;
  color: #FAD5B3;
  padding: 7px 0;
  font-size: 54px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .page-title > div {
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
            clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 7px 120px;
  }
}

body.mobile-menu-visible {
  overflow: hidden;
}
body.mobile-menu-visible header .mobile-menu {
  opacity: 1;
  visibility: visible;
}
body.mobile-menu-visible header .mobile-menu > div {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.home header {
  overflow: visible;
}

body:not(.home) header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(91, 62, 39, 0.7);
  z-index: 2;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
footer .container {
  z-index: 3;
}
footer:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 75vw;
  height: 75vw;
  background: radial-gradient(circle, rgb(238, 116, 2) 0%, rgba(238, 116, 2, 0) 65%);
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0.8;
  margin: 0 auto;
  z-index: 1;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
footer:hover:before {
  -webkit-transform: translateY(50%) scale(1.5);
      -ms-transform: translateY(50%) scale(1.5);
          transform: translateY(50%) scale(1.5);
}
footer .footer-background {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  opacity: 0.9;
  visibility: visible;
  z-index: 2;
  background-color: #000000;
  background-image: url("../images/noise-new.gif");
  background-size: 290px;
  background-repeat: repeat;
  opacity: 0.08;
}
footer .footer-contact {
  padding-top: 56px;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-contact {
    padding-top: 141px;
  }
}
footer .footer-contact h1 {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 992px) {
  footer .footer-contact h1 {
    font-size: 40px;
  }
}
footer .footer-contact h1 span {
  color: #DDBFA4;
  font-weight: 300;
}
footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
  border-bottom: 1px solid rgba(235, 233, 231, 0.2);
  padding: 60px 0;
}
@media (min-width: 992px) {
  footer .logo {
    padding: 0;
    padding-bottom: 50px;
    padding-top: 141px;
  }
}
footer .logo svg {
  max-width: 421px;
}
footer .logo ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 63px;
}
@media (min-width: 992px) {
  footer .logo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .logo ul > li {
  text-transform: uppercase;
  font-size: 16px;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  gap: 40px;
  font-size: 16px;
  color: #EBE9E7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  footer .footer > div:last-of-type {
    text-align: right;
  }
}
footer .footer .social {
  gap: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  footer .footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer .social a {
  display: block;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
footer .footer .social a svg {
  height: 24px;
  width: auto;
}
footer .footer .social a:hover {
  opacity: 0.75;
}

label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

input[type=text], input[type=email], input[type=tel], input[type=url] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus {
  outline: none;
  border-color: #EE7402;
}

.wpcf7-form-control-wrap {
  margin-bottom: 35px;
  display: block;
}

select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  padding: 10px 0;
}
select:focus {
  outline: none;
  border-color: #EE7402;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

input::-moz-placeholder {
  opacity: 1;
  color: #000;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

input::placeholder {
  opacity: 1;
  color: #000;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

textarea {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
textarea:focus {
  outline: none;
  border-color: #EE7402;
}

.form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-column > div {
  width: 48%;
}

.wpcf7 p {
  font-size: 0.778em;
  margin: 0;
}
.wpcf7 .wpcf7-submit {
  border: none;
  text-transform: uppercase;
  padding: 13px 50px;
}
.wpcf7 .wpcf7-spinner {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/*
  0. General
  1. Heading
  2. Spacers
  3. Responsive
  4. Buttons
  5. Images
  6. Highlights
  7. Columns
  8. Classic menu
*/
.is-style-sticky {
  position: sticky;
  top: 0;
  z-index: 99;
  padding-right: 0;
}
@media (min-width: 768px) {
  .is-style-sticky {
    padding-right: 20px;
  }
}

.is-style-no-margins {
  margin: 0;
}

.is-style-no-paddings {
  padding: 0 !important;
}

.is-style-h35 {
  height: 19px !important;
}
@media (min-width: 1200px) {
  .is-style-h35 {
    height: 25px !important;
  }
}

.is-style-h60 {
  height: 50px !important;
}
@media (min-width: 1200px) {
  .is-style-h60 {
    height: 60px !important;
  }
}

.is-style-h80 {
  height: 50px !important;
}
@media (min-width: 768px) {
  .is-style-h80 {
    height: 60px !important;
  }
}
@media (min-width: 1200px) {
  .is-style-h80 {
    height: 80px !important;
  }
}

.is-style-h135 {
  height: 50px !important;
}
@media (min-width: 768px) {
  .is-style-h135 {
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .is-style-h135 {
    height: 135px !important;
  }
}

.is-style-h235 {
  height: 50px !important;
}
@media (min-width: 768px) {
  .is-style-h235 {
    height: 130px !important;
  }
}
@media (min-width: 1200px) {
  .is-style-h235 {
    height: 235px !important;
  }
}

.is-style-heading-40 {
  font-size: 1.857em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .is-style-heading-40 {
    font-size: 2.286em;
  }
}
@media (min-width: 1200px) {
  .is-style-heading-40 {
    font-size: 2.222em;
  }
}

.is-style-heading-24 {
  font-size: 1.286em;
  line-height: 1.46;
}
@media (min-width: 768px) {
  .is-style-heading-24 {
    font-size: 1.429em;
  }
}
@media (min-width: 1200px) {
  .is-style-heading-24 {
    font-size: 1.333em;
  }
}

.is-style-mobile-hide {
  display: none;
}

@media (min-width: 992px) {
  .is-style-mobile-hide {
    display: block;
  }
  .is-style-desktop-hide {
    display: none;
  }
}
.is-style-flex-mobile-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .is-style-flex-mobile-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wp-block-image {
  margin: 0 !important;
}

.wp-block-media-text.is-style-social img {
  max-width: 55px;
  height: auto;
}

.is-style-highlights {
  background-color: #3EB2FB;
  overflow-x: hidden;
  position: relative;
  -webkit-box-shadow: inset 6px 12px 30px 0px rgba(1, 57, 105, 0.3);
          box-shadow: inset 6px 12px 30px 0px rgba(1, 57, 105, 0.3);
}
.is-style-highlights:before, .is-style-highlights:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 15%;
}
.is-style-highlights:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(62, 178, 251)), to(rgba(62, 178, 251, 0)));
  background: linear-gradient(90deg, rgb(62, 178, 251) 0%, rgba(62, 178, 251, 0) 100%);
  left: 0;
}
.is-style-highlights:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(62, 178, 251, 0)), to(rgb(62, 178, 251)));
  background: linear-gradient(90deg, rgba(62, 178, 251, 0) 0%, rgb(62, 178, 251) 100%);
  right: 0;
}

.block-editor-block-list__layout.is-style-highlights:before, .block-editor-block-list__layout.is-style-highlights:after {
  display: none;
}

.wp-block-navigation__container {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.wp-block-navigation__container .wp-block-navigation-item a {
  font-weight: bold;
}

.is-style-activites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-style-activites .wp-block-column {
  border: 3px solid #013969;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .is-style-activites {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .is-style-activites .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 40px) !important;
        flex-basis: calc(50% - 40px) !important;
  }
}
@media (min-width: 1200px) {
  .is-style-activites {
    grid-column-gap: 79.5px;
  }
  .is-style-activites .wp-block-column {
    -ms-flex-preferred-size: calc(33.333% - 53px) !important;
        flex-basis: calc(33.333% - 53px) !important;
  }
}

.is-style-plan {
  gap: 0;
}
.is-style-plan .wp-block-column:first-child {
  -ms-flex-preferred-size: 100px !important;
      flex-basis: 100px !important;
}
.is-style-plan .wp-block-column:last-child {
  -ms-flex-preferred-size: calc(100% - 100px) !important;
      flex-basis: calc(100% - 100px) !important;
}

.is-style-package {
  border: 3px solid #3EB2FB;
  padding: 25px !important;
}
.is-style-package .wp-block-columns {
  gap: 10px;
}

.wp-block-media-text.is-style-icon-small {
  grid-template-columns: 25px auto !important;
}
.wp-block-media-text.is-style-icon-small img {
  max-width: 18px;
  height: auto;
}
.wp-block-media-text.is-style-icon-small .wp-block-media-text__media {
  line-height: 17px;
}
.wp-block-media-text.is-style-icon-small .wp-block-media-text__content {
  padding: 0 1%;
  line-height: 34px;
}

.is-style-pricing > .wp-block-column,
.is-style-pricing-masonry > .wp-block-column {
  padding: 35px;
}
.is-style-pricing .wp-block-columns .wp-block-column:first-child,
.is-style-pricing-masonry .wp-block-columns .wp-block-column:first-child {
  -ms-flex-preferred-size: calc(100% - 100px) !important;
      flex-basis: calc(100% - 100px) !important;
}

.is-style-pricing-masonry {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.is-style-pricing-masonry > .wp-block-column {
  -ms-flex-preferred-size: 48% !important;
      flex-basis: 48% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.is-style-pricing-blue {
  border: 3px solid #3EB2FB;
}

.is-style-pricing-orange {
  border: 3px solid #FB8E3E;
}

.is-style-pricing-pink {
  border: 3px solid #FB3E87;
}

.is-style-pricing-green {
  border: 3px solid #6EC34F;
}

.is-style-pricing-purple {
  border: 3px solid #A856C6;
}

.is-style-pricing-red {
  border: 3px solid #FB3E3E;
}

.wp-classic-menu-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: scroll;
}
.wp-classic-menu-block ul li {
  padding: 0 !important;
  margin-right: 20px;
}
.wp-classic-menu-block ul li a {
  color: #fff;
  font-weight: bold;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .wp-classic-menu-block ul {
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp-block-cover p {
  margin: 0;
}

.d-none {
  display: none;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
.modula.modula-gallery {
  padding: 0 35px;
  max-width: 1710px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: -200px;
}
@media (min-width: 768px) {
  .modula.modula-gallery {
    padding: 0 35px;
  }
}
.modula.modula-gallery .tile-inner.modula-item-link {
  border: 1px solid rgba(208, 175, 145, 0.5);
}
.modula.modula-gallery:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  padding-left: 0;
  width: 100%;
  content: "Mediateka";
  color: #4C392A;
  text-shadow: -1px -1px 0px #D0AF91, 0px -1px 0px #D0AF91, 1px -1px 0px #D0AF91, -1px 0px 0px #D0AF91, 1px 0px 0px #D0AF91, -1px 1px 0px #D0AF91, 0px 1px 0px #D0AF91, 1px 1px 0px #D0AF91;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 992px) {
  .modula.modula-gallery:before {
    font-size: 147px;
    padding-left: 150px;
    width: auto;
    -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

.blog-page {
  margin-top: -400px;
  z-index: 0;
  position: relative;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(238, 116, 2, 0.2)));
  background: linear-gradient(180deg, transparent 0%, rgba(238, 116, 2, 0.2) 100%);
}
@media (min-width: 992px) {
  .blog-page {
    margin-top: -300px;
    padding-bottom: 90px;
  }
}
.blog-page .post-thumbnail {
  position: relative;
  aspect-ratio: 398/260;
  background-color: #4C392A;
}
.blog-page .post-thumbnail img {
  width: 100%;
  height: 100%;
  border: 1px solid #D0AF91;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page .post-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#D0AF91), to(transparent));
  background: linear-gradient(0deg, #D0AF91 0%, transparent 100%);
  opacity: 0.9;
}
.blog-page .post-thumbnail .post-thumbnail-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
.blog-page .blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-page .blog-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
    text-align: left;
    gap: 70px;
  }
}
.blog-page .blog-header h1 {
  color: #4C392A;
  text-shadow: -1px -1px 0px #D0AF91, 0px -1px 0px #D0AF91, 1px -1px 0px #D0AF91, -1px 0px 0px #D0AF91, 1px 0px 0px #D0AF91, -1px 1px 0px #D0AF91, 0px 1px 0px #D0AF91, 1px 1px 0px #D0AF91;
  font-size: 89px;
  text-transform: uppercase;
  line-height: 1.3;
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 992px) {
  .blog-page .blog-header h1 {
    font-size: 147px;
  }
}
.blog-page .blog-header h3 {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  color: #D0AF91;
}
@media (min-width: 992px) {
  .blog-page .blog-header h3 {
    font-size: 37px;
  }
}
.blog-page .blog-header .post-date {
  font-size: 12px;
  opacity: 0.6;
  color: #fff;
  margin-bottom: 14px;
}
.blog-page .blog-header p {
  font-size: 15px;
}
@media (min-width: 992px) {
  .blog-page .blog-header p {
    font-size: 20px;
  }
}
.blog-page .blog-header > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-page.blog-page-single {
  margin-top: -250px;
  background: none;
}
@media (min-width: 992px) {
  .blog-page.blog-page-single {
    margin-top: -300px;
  }
}
.blog-page.blog-page-single .blog-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .blog-page.blog-page-single .blog-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog-page .blog-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 154px;
  margin-top: 90px;
}
.blog-page .blog-post-content > div:last-of-type {
  -webkit-box-flex: 398px;
      -ms-flex: 398px;
          flex: 398px;
  display: none;
}
@media (min-width: 992px) {
  .blog-page .blog-post-content > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog-page .blog-content .posts {
  display: grid;
  grid-template-columns: 1;
  gap: 30px;
}
@media (min-width: 992px) {
  .blog-page .blog-content .posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 85px;
  }
}
.blog-page .blog-content .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .blog-page .blog-content .post {
    gap: 25px;
  }
}
.blog-page .blog-content .post h3 {
  color: #D0AF91;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog-page .blog-content .post h3 {
    font-size: 24px;
  }
}
.blog-page .blog-content .post p {
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .blog-page .blog-content .post p {
    font-size: 15px;
  }
}
.blog-page .blog-content .post .link {
  font-size: 15px;
  display: none;
}
@media (min-width: 992px) {
  .blog-page .blog-content .post .link {
    display: block;
  }
}
.blog-page .pagination-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 32px;
}
.blog-page .pagination-wrapper.pagination-wrapper-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .blog-page .pagination-wrapper {
    margin-top: 90px;
    padding-top: 32px;
  }
}
.blog-page .pagination-wrapper .pagination {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 11px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-page .pagination-wrapper .pagination > * {
  display: block;
  border: 1px solid #000;
  padding: 6px 15px;
  opacity: 0.25;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.blog-page .pagination-wrapper .pagination > *.current {
  pointer-events: none;
  opacity: 1;
}
.blog-page .pagination-wrapper .pagination > *.next {
  border-color: #EE7402;
  color: #EE7402;
  opacity: 1;
}
.blog-page .pagination-wrapper .pagination > *.next:hover {
  border-color: #EE7402;
  background-color: #EE7402;
  color: #fff;
}
.blog-page .pagination-wrapper .pagination > *:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.blog-page .see-more {
  font-size: 21px;
  font-style: italic;
  color: #D0AF91;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */