@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Onest";
  src: url("../assets/fonts/Onest-Light.woff2") format("woff2"), url("../assets/fonts/Onest-Light.woff") format("woff"), url("../assets/fonts/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../assets/fonts/Onest-SemiBold.woff2") format("woff2"), url("../assets/fonts/Onest-SemiBold.woff") format("woff"), url("../assets/fonts/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../assets/fonts/Onest-Bold.woff2") format("woff2"), url("../assets/fonts/Onest-Bold.woff") format("woff"), url("../assets/fonts/Onest-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.otgs-development-site-front-end {
  display: none !important;
}

@font-face {
  font-family: "Onest";
  src: url("../assets/fonts/Onest-Light.woff2") format("woff2"), url("../assets/fonts/Onest-Light.woff") format("woff"), url("../assets/fonts/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../assets/fonts/Onest-SemiBold.woff2") format("woff2"), url("../assets/fonts/Onest-SemiBold.woff") format("woff"), url("../assets/fonts/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../assets/fonts/Onest-Bold.woff2") format("woff2"), url("../assets/fonts/Onest-Bold.woff") format("woff"), url("../assets/fonts/Onest-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  color: #302b27;
  font-family: "Onest";
  font-size: 16px;
  background-color: #f7f0e4;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 1rem;
  }
}

img {
  height: auto;
  max-width: 100%;
}

a,
button,
svg,
a span,
textarea,
input,
label {
  transition: 350ms ease;
}

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

::selection {
  color: #302b27;
  background-color: #e7ef3c;
}

.no-transition {
  transition: none !important;
}

:root {
  --header-spacing: 2rem;
}

.site-header {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 1.75rem;
  position: fixed;
  top: 3.375rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 350ms ease;
  border-radius: 5rem;
  z-index: 9999;
  background-color: rgba(88, 85, 82, 0.6);
  border: 1px solid rgba(193, 177, 161, 0.8);
}
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5rem;
  backdrop-filter: blur(0.25rem);
  z-index: 9999;
}
.site-header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10000;
  justify-content: space-between;
}
.site-header__nav {
  margin-right: auto;
  transition: 350ms ease;
}
.site-header__nav ul {
  display: flex;
}
.site-header__nav ul li {
  margin-right: 2.75rem;
}
.site-header__nav ul li:last-of-type {
  margin-right: 0;
}
.site-header__nav ul li a {
  font-size: 1.125rem;
  color: #ffffff;
}
.site-header__nav ul li a:hover {
  color: #e7ef3c;
}
.site-header__right {
  display: flex;
  align-items: center;
  transition: 350ms ease;
  margin-left: auto;
}
.site-header__left {
  display: flex;
  align-items: center;
}
.site-header__logo {
  margin-right: 4rem;
  transition: 350ms ease;
  max-width: 6.625rem;
}
@media (max-width: 1199px) {
  .site-header__logo {
    max-width: 5.5rem;
  }
}
.site-header .wpml-box {
  transition: 350ms ease;
  /* Isključujemo podrazumevani hover prikaz */
  /* Klasa koju ćemo dodati klikom */
}
.site-header .wpml-box .wpml-ls-legacy-dropdown {
  width: auto;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .site-header .wpml-box .wpml-ls-legacy-dropdown {
    margin-bottom: 1.5rem;
  }
}
.site-header .wpml-box .wpml-ls-legacy-dropdown a {
  padding: 0;
  padding-right: 1.25rem;
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.site-header .wpml-box .wpml-ls-legacy-dropdown a::after {
  right: 0;
  top: 0;
  content: "\e001";
  font-family: "font-icons";
  border: 0;
  color: #ffffff;
  transition: 350ms ease;
  transform: rotate(0);
}
.site-header .wpml-box .wpml-ls-sub-menu {
  background-color: rgba(88, 85, 82, 0.8);
  border: 1px solid rgba(193, 177, 161, 0.8);
  border-radius: 1.5rem;
  padding: 1.25rem 1rem;
  min-width: 10rem;
  max-width: 10rem;
  backdrop-filter: blur(1rem);
  margin-top: 1.25rem;
  opacity: 0;
  visibility: hidden;
}
.site-header .wpml-box .wpml-ls-sub-menu a::after {
  display: none;
}
@media (max-width: 1199px) {
  .site-header .wpml-box .wpml-ls-sub-menu a {
    font-weight: 600;
  }
}
.site-header .wpml-box .wpml-ls-sub-menu.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .site-header .wpml-box .wpml-ls-sub-menu {
    margin-top: 1rem;
  }
}
.site-header .wpml-box .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: hidden !important;
  opacity: 0 !important;
}
.site-header .wpml-box .wpml-ls-current-language.is-active > a::after {
  transform: rotate(180deg);
}
.site-header .wpml-box .wpml-ls-current-language.is-active .wpml-ls-sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}
.site-header.is-sticky {
  max-width: 55.625rem;
  margin: 0 auto;
  transition: 350ms ease;
  top: 1rem;
}
@media (max-width: 1199px) {
  .site-header.is-sticky {
    top: 0.75rem;
    --header-spacing: 0.75rem;
    max-width: calc(100% - 2rem);
  }
}
.site-header.is-sticky .site-header__nav li a {
  font-size: 0.875rem;
}
.site-header.is-sticky .site-header__nav li {
  margin-right: 2rem;
}
.site-header .hamburger {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  grid-gap: 0.25rem;
  transition: 350ms ease;
  flex-direction: column;
  background-color: transparent;
  border-radius: 50%;
}
.site-header .hamburger span {
  width: 1.125rem;
  height: 2px;
  border-radius: 1.5rem;
  transition: 350ms ease;
  background-color: #ffffff;
  position: relative;
  top: 0;
}
@media (max-width: 1199px) {
  .site-header .hamburger {
    display: flex;
  }
}
.site-header .container {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .site-header {
    padding: 1rem 1.5rem;
    padding-right: 0.75rem;
    top: 1rem;
    top: calc(env(safe-area-inset-top, 0px) + var(--header-spacing));
    max-width: calc(100% - 2rem);
  }
  .site-header .site-header__right {
    position: absolute;
    right: -110%;
    top: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(48, 43, 39, 0.6);
    backdrop-filter: blur(0.5rem);
    transition: 350ms ease;
    border-radius: 2.5rem;
    padding: 1.5rem;
    max-width: 16.5rem;
    border: 1px solid rgba(193, 177, 161, 0.8);
  }
  .site-header .site-header__right .site-header__nav {
    width: 100%;
    margin-bottom: 3.75rem;
  }
  .site-header .site-header__right .site-header__nav ul {
    flex-direction: column;
  }
  .site-header .site-header__right .site-header__nav ul li {
    margin-bottom: 1.25rem;
  }
  .site-header .site-header__right .site-header__nav ul li a {
    font-size: 1.25rem;
  }
  .site-header .site-header__right.open {
    right: -0.75rem;
  }
  .site-header .container {
    padding: 0;
  }
  .site-header .btn-main {
    min-width: 11.25rem;
    max-width: 11.25rem;
  }
}

.site-header__open .hamburger {
  background-color: #e7ef3c;
  margin-right: 0.75rem;
}
.site-header__open .hamburger span {
  background-color: #302b27;
}
.site-header__open .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
.site-header__open .hamburger span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.site-header__open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 6px;
  top: auto;
}

.site-footer {
  height: 24.75rem;
  position: relative;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (max-width: 1199px) {
  .site-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
  }
}
.site-footer-video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
  z-index: 5;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.site-footer-video video {
  position: absolute;
  object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (max-width: 1199px) {
  .site-footer-video {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .site-footer-video video {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.site-footer .container {
  position: relative;
  z-index: 50;
  padding: 3.125rem 0 2rem;
}
@media (max-width: 1199px) {
  .site-footer .container {
    padding: 2.5rem 1rem;
  }
}
.site-footer__inner h4,
.site-footer__inner p,
.site-footer__inner li a {
  color: #dad6d6;
}
.site-footer__inner h4 {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
}
.site-footer__inner ul li {
  margin-bottom: 1.25rem;
}
.site-footer__inner ul li:last-of-type {
  margin-bottom: 0;
}
.site-footer__inner ul li a:hover {
  color: #e7ef3c;
}
.site-footer__bottom {
  background-color: #f7f0e4;
  border-radius: 5rem;
  padding: 1.25rem;
  text-align: center;
  margin-top: 4.25rem;
}
@media (max-width: 991px) {
  .site-footer__bottom {
    padding: 1rem;
  }
}
.site-footer__bottom p {
  color: #302b27;
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .site-footer__bottom p {
    font-size: 0.75rem;
  }
}
.site-footer__bottom p a {
  font-weight: 600;
  position: relative;
  text-decoration: underline;
}
.site-footer__bottom p a:hover {
  color: #000000;
}
.site-footer__top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer__top {
    flex-direction: column;
  }
}
.site-footer__top .back-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e7ef3c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #302b27;
  transform: rotate(180deg);
  transition: 350ms ease;
  cursor: pointer;
  border: 1px solid #e7ef3c;
}
.site-footer__top .back-to-top span {
  transition: 350ms ease;
}
.site-footer__top .back-to-top:hover {
  color: #e7ef3c;
  background-color: #302b27;
}
.site-footer__top-left p {
  max-width: 12.5rem;
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 1199px) {
  .site-footer__top-left p {
    margin: 1rem 0 2.75rem;
  }
}
.site-footer__top-right {
  display: flex;
  align-items: flex-start;
  grid-gap: 8rem;
  padding-top: 1.5rem;
  padding-right: 12rem;
}
@media (max-width: 1199px) {
  .site-footer__top-right {
    padding-right: 8rem;
    grid-gap: 6rem;
  }
}
@media (max-width: 991px) {
  .site-footer__top-right {
    padding-right: 4rem;
    grid-gap: 3rem;
  }
}
@media (max-width: 767px) {
  .site-footer__top-right {
    padding-right: 0;
  }
}

.error-block {
  min-height: 100dvh;
  background-color: #302b27;
}
.error-block .error-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.error-block .container {
  height: 100%;
}
.error-block .numbers {
  font-size: 21.875rem;
  background: linear-gradient(45deg, rgb(251, 248, 242) 0%, rgba(251, 248, 242, 0.13) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1440px) {
  .error-block .numbers {
    font-size: 18rem;
  }
}
@media (max-width: 1366px) {
  .error-block .numbers {
    font-size: 16rem;
  }
}
@media (max-width: 1199px) {
  .error-block .numbers {
    font-size: 14rem;
  }
}
@media (max-width: 991px) {
  .error-block .numbers {
    font-size: 12rem;
  }
}
.error-block .error-block-text {
  color: #fbf8f2;
  text-align: center;
  max-width: 36rem;
  margin: -8rem auto 0;
  background-color: rgba(48, 43, 39, 0.7);
  border-radius: 2.5rem;
  position: relative;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(251, 248, 242, 0.8);
}
@media (max-width: 991px) {
  .error-block .error-block-text {
    padding: 1.5rem 1rem;
    margin-top: -7rem;
  }
}
.error-block .error-block-text::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(0.25rem);
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.error-block .error-block-text .btn-main {
  margin: 0 auto;
  position: relative;
  z-index: 100;
  border: 1px solid #e7ef3c;
}
.error-block .error-block-text .error-title,
.error-block .error-block-text p {
  z-index: 100;
  position: relative;
}
.error-block .error-block-text .error-title {
  font-size: 2.25rem;
  margin-top: 0;
}
@media (max-width: 991px) {
  .error-block .error-block-text .error-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .error-block .error-block-text .error-title {
    font-size: 1.75rem;
  }
}
.error-block .error-block-text p {
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .error-block .error-block-text p {
    font-size: 1rem;
  }
}

.error404 {
  background-color: #302b27;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-linkedin:before, .icon-linkedin-icon:before, .icon-link:before, .icon-instagram:before, .icon-instagram-icon:before, .icon-fb:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-down:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

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

.icon-arrow-left:before {
  content: "\e002";
}

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

.icon-calendar:before {
  content: "\e004";
}

.icon-clock:before {
  content: "\e005";
}

.icon-fb:before {
  content: "\e006";
}

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

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

.icon-link:before {
  content: "\e009";
}

.icon-linkedin-icon:before {
  content: "\e00a";
}

.icon-linkedin:before {
  content: "\e00b";
}

.icon-pin:before {
  content: "\e00c";
}

.icon-play:before {
  content: "\e00d";
}

.icon-twitter:before {
  content: "\e00e";
}

.icon-zoom:before {
  content: "\e00f";
}

.btn-main {
  text-align: center;
  border-radius: 5rem;
  background-color: #e7ef3c;
  color: #302b27;
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.btn-main:hover {
  background-color: #302b27;
  color: #e7ef3c;
}

.page-title {
  color: #ffffff;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  font-weight: 600;
  margin: 0 0 2.25rem;
}
@media (max-width: 1439px) {
  .page-title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 1280px) {
  .page-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 991px) {
  .page-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.section-title {
  color: #302b27;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 600;
  margin: 0 0 1.75rem;
}
.section-title.ocher {
  color: #f7f0e4;
}
@media (max-width: 1439px) {
  .section-title {
    font-size: 2.75rem;
  }
}
@media (max-width: 1280px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.hero {
  padding: 2rem;
  background-color: #302b27;
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero {
    padding: 0 0 2rem;
  }
}
.hero-video-box {
  position: absolute;
  max-height: calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 1.75rem;
}
@media (max-width: 767px) {
  .hero-video-box {
    max-width: 100%;
    max-height: calc(100% - 2rem);
    top: 0;
    transform: translate(-50%, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.hero-video-box video {
  border-radius: 1.75rem;
  position: absolute;
  object-fit: cover;
  inset: 0;
  object-position: center center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-video-box video {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.hero-video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#302b27 0%, #504842 100%);
  opacity: 0.5;
  border-radius: 1.75rem;
}
@media (max-width: 767px) {
  .hero-video-box::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.hero-text-box {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .hero-text-box {
    max-width: calc(100% - 2rem);
    justify-content: center;
  }
}
.hero .page-title {
  margin-top: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero .page-title {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
.hero .btn-main {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 1rem 3.5rem;
}
.hero p {
  text-align: center;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  z-index: 5;
  margin: 0 0 2.5rem;
}
@media (max-width: 767px) {
  .hero p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.hero .line {
  position: relative;
  margin: 0.5rem auto 0.25rem;
  width: 1px;
  height: 15.625rem;
  background-color: #e7ef3c;
  position: relative;
  z-index: 5;
}
@media (max-width: 1660px) {
  .hero .line {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .hero .line {
    display: none;
  }
}
.hero .material-symbols-outlined {
  margin: 0 auto;
  color: #e7ef3c;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7ef3c;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero .material-symbols-outlined {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero .shape-box {
  position: absolute;
  z-index: 2;
  background-color: #302b27;
  width: 12.5rem;
  height: 4rem;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media (max-width: 767px) {
  .hero .shape-box {
    width: 4rem;
    height: 4.5rem;
  }
}
.hero .shape-box::before, .hero .shape-box::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: radial-gradient(circle 24px at top left, rgba(0, 0, 0, 0) 98%, #302b27);
}
@media (max-width: 767px) {
  .hero .shape-box::before, .hero .shape-box::after {
    height: 33px;
  }
}
.hero .shape-box::before {
  bottom: 0;
  left: -1.5rem;
}
.hero .shape-box::after {
  bottom: 0;
  right: -1.5rem;
  background: radial-gradient(circle 24px at top right, rgba(0, 0, 0, 0) 98%, #302b27);
}

.title-content {
  background-color: #fbf8f2;
  padding: 12.5rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .title-content {
    padding: 15.5rem 1rem 3.125rem;
    overflow: hidden;
  }
}
.title-content img {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  max-width: 55%;
  width: 100%;
}
@media (max-width: 767px) {
  .title-content img {
    top: -25%;
    left: 0;
    transform: translateY(0);
    max-height: max-content;
    height: 800px;
    min-height: 800px;
    object-fit: cover;
    object-position: top center;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
  }
}
.title-content-inner {
  display: flex;
  align-items: flex-start;
  padding: 2.375rem 3.5rem;
  background-color: rgba(247, 240, 228, 0.8);
  border-radius: 2rem;
  z-index: 10;
  position: relative;
  border: 1px solid rgba(232, 224, 209, 0.8);
  backdrop-filter: blur(12px);
}
@media (max-width: 767px) {
  .title-content-inner {
    flex-direction: column;
    padding: 3rem 2rem 2.5rem;
    background-color: #f7f0e4;
  }
  .title-content-inner .section-title {
    margin: 0 0 2.75rem;
  }
}
.title-content-inner__left {
  max-width: 24.5%;
  width: 100%;
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .title-content-inner__left {
    max-width: 100%;
    padding-top: 0;
  }
}
.title-content-inner__right {
  max-width: 75.5%;
  width: 100%;
  border-left: 1px solid #302b27;
  padding: 1.25rem 0;
  padding-left: 3.5rem;
}
.title-content-inner__right p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}
.title-content-inner__right p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .title-content-inner__right {
    max-width: 100%;
    border-left: 0;
    border-top: 1px solid #302b27;
    padding: 2.5rem 0 0;
  }
  .title-content-inner__right p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .title-content-inner__right.open .expand .material-symbols-outlined {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .title-content .entry-content {
    height: 372px;
    overflow: hidden;
    transition: 350ms ease;
  }
  .title-content .entry-content.open {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .title-content .entry-content {
    height: 387px !important;
  }
  .title-content .entry-content.open {
    height: auto !important;
  }
}
.title-content .expand {
  display: none;
}
@media (max-width: 991px) {
  .title-content .expand {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 4rem;
    background-color: #e7ef3c;
    color: #302b27;
    margin-top: 1rem;
  }
}
.title-content .expand .material-symbols-outlined {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #302b27;
  color: #e7ef3c;
  transition: 350ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.title-content .container {
  padding: 0;
}
@media (max-width: 1199px) {
  .title-content .container {
    padding: 0 1rem;
  }
}

.contact-block {
  background-color: #fbf8f2;
  padding: 6.875rem 0;
}
@media (max-width: 767px) {
  .contact-block {
    padding: 3.75rem 0;
  }
}
.contact-block-inner {
  display: flex;
  grid-gap: 1.25rem;
}
@media (max-width: 767px) {
  .contact-block-inner {
    flex-direction: column;
  }
}
.contact-block-inner__left {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-block-inner__left {
    max-width: 100%;
  }
}
.contact-block-inner__left .social {
  background-color: #f7f0e4;
  border-radius: 2rem;
  padding: 3.75rem 2.75rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-block-inner__left .social {
    padding: 1.5rem;
  }
}
.contact-block-inner__left .social h3 {
  margin: 0 0 2rem;
  font-size: 2.25rem;
  font-weight: 600;
}
.contact-block-inner__left .social a {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  width: fit-content;
}
.contact-block-inner__left .social a:last-of-type {
  margin-bottom: 0;
}
.contact-block-inner__left .social a span {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 1.25rem;
}
.contact-block-inner__left .social a span svg {
  border-radius: 50%;
  transition: 350ms ease;
}
.contact-block-inner__left .social a span svg path,
.contact-block-inner__left .social a span svg rect {
  transition: 350ms ease;
}
.contact-block-inner__left .social a:hover span svg rect {
  fill: #302b27;
}
.contact-block-inner__left .social a:hover span svg path {
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .contact-block-inner__left .social a {
    font-size: 0.875rem;
  }
  .contact-block-inner__left .social a span {
    margin-right: 0.875rem;
  }
}
.contact-block-inner__left p {
  font-size: 1.125rem;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .contact-block-inner__left p {
    margin: 0 0 2.5rem;
  }
}
.contact-block-inner__left img {
  margin-top: 1.25rem;
  margin-left: auto;
  display: block;
}
.contact-block-inner__right {
  max-width: 49%;
  width: 100%;
  margin-top: 14rem;
  padding: 2.625rem 2rem;
  border-radius: 2rem;
  position: relative;
  background: linear-gradient(135deg, #C6DBF4 0%, #ECF3FB 100%);
}
@media (max-width: 767px) {
  .contact-block-inner__right {
    max-width: 100%;
    margin-top: 0;
    padding: 2rem;
    border-radius: 2.75rem;
  }
}
.contact-block-inner__right .shape-box {
  position: absolute;
  height: 5.15rem;
  bottom: 0;
  right: 0;
  width: 41%;
  background-color: #fbf8f2;
  border-top-left-radius: 2.5rem;
}
.contact-block-inner__right .shape-box::before, .contact-block-inner__right .shape-box::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: radial-gradient(circle 24px at top left, rgba(0, 0, 0, 0) 98%, #fbf8f2);
}
.contact-block-inner__right .shape-box::before {
  bottom: 0;
  left: -24px;
}
.contact-block-inner__right .shape-box::after {
  top: -24px;
  right: 0;
}
@media (max-width: 1199px) {
  .contact-block-inner__right .shape-box {
    width: 15rem;
  }
}
.contact-block input,
.contact-block textarea {
  padding: 1.25rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 1rem;
  border: 1px solid #302b27;
  background-color: transparent;
  margin-bottom: 1.125rem;
}
.contact-block input:focus,
.contact-block textarea:focus {
  outline: none;
  border-color: #000000;
  background-color: rgba(199, 220, 245, 0.8);
}
.contact-block textarea {
  height: 10rem;
  resize: none;
}
.contact-block input.wpcf7-submit {
  text-align: center;
  color: #302b27;
  margin-bottom: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
.contact-block input.wpcf7-submit:focus {
  background-color: transparent;
}
.contact-block .wpcf7-spinner {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.contact-block .form-box {
  position: relative;
}
.contact-block .form-box .wpcf7-form-control-wrap {
  position: relative;
  display: contents;
  height: 100%;
}
.contact-block .form-box .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  font-size: 0.75rem;
}
.contact-block .form-box.submit {
  position: inherit;
}
.contact-block .form-box.textarea {
  margin: 0 0 8rem;
}
.contact-block .submit-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e7ef3c;
  border-color: #e7ef3c;
  border-radius: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  grid-gap: 1rem;
  transition: 350ms ease;
}
.contact-block .submit-wrapper .icon-arrow-right {
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #302b27;
  color: #e7ef3c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 350ms ease;
}
.contact-block .submit-wrapper:hover {
  background-color: #302b27;
  border-color: #302b27;
}
.contact-block .submit-wrapper:hover input.wpcf7-submit {
  color: #e7ef3c;
}
.contact-block .submit-wrapper:hover .icon-arrow-right {
  background-color: #e7ef3c;
  color: #302b27;
}
.contact-block .wpcf7-response-output {
  margin: 0 !important;
  text-align: left;
  font-size: 0.875rem;
  border-color: #A46463 !important;
  background-color: #E17876;
  color: #623332;
  padding: 1rem !important;
  border-radius: 2rem;
  bottom: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  max-width: calc(100% - 4rem);
}
@media (max-width: 767px) {
  .contact-block .wpcf7-response-output {
    padding: 0.75rem !important;
    font-size: 0.75rem;
    bottom: 6rem;
  }
}
.contact-block .container {
  padding: 0;
}
@media (max-width: 1199px) {
  .contact-block .container {
    padding: 0 1rem;
  }
}
.contact-block .wpcf7-form.sent .wpcf7-response-output {
  background-color: #A2D380;
  border-color: #87B166 !important;
  color: #395326;
}

.slider-card {
  background-color: #fbf8f2;
  overflow: hidden;
  padding: 5.5rem 0 8.375rem;
}
@media (max-width: 767px) {
  .slider-card {
    padding: 0 1rem 8.375rem;
    position: relative;
  }
}
.slider-card .slick-track {
  display: flex;
}
.slider-card .slick-slide {
  margin-right: 2rem;
  width: 26.25rem !important;
  height: 26.875rem;
  position: relative;
  border-radius: 2rem;
}
.slider-card .slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #c6dbf4;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 350ms ease;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .slider-card .slick-slide::after {
    display: none;
  }
}
.slider-card .slick-slide:hover::after {
  opacity: 0;
  visibility: hidden;
}
.slider-card .slick-slide:hover .slider-card-box__title {
  color: #ffffff;
}
.slider-card .slick-slide:hover .dot {
  border-color: #e7ef3c;
}
.slider-card .slick-slide:hover .dot::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .slider-card .slick-slide {
    padding: 0 1rem;
    margin: 0 1rem;
  }
}
.slider-card .slick-slide .slider-card-box__img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  border-radius: 2rem;
}
.slider-card .slick-slide .slider-card-box__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(48, 43, 39, 0.5);
  border-radius: 2rem;
}
.slider-card .slick-slide .slider-card-box__img img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.slider-card .slick-slide .slider-card-box__title {
  position: relative;
  padding: 2.25rem 2.15rem;
  color: #302b27;
  transition: 350ms ease;
}
.slider-card .slick-slide .slider-card-box__title h3 {
  font-size: 1.75rem;
  margin: 0 0 1.75rem;
  position: relative;
  z-index: 110;
}
@media (max-width: 767px) {
  .slider-card .slick-slide .slider-card-box__title h3 {
    margin: 0 0 1.75rem;
  }
}
.slider-card .slick-slide .slider-card-box__title p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  z-index: 80;
}
@media (max-width: 767px) {
  .slider-card .slick-slide .slider-card-box__title p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .slider-card .slick-slide .slider-card-box__title {
    padding: 2.25rem 1rem;
    color: #ffffff;
  }
}
.slider-card .slick-list {
  margin: 0 -1rem;
}
.slider-card .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (max-width: 1199px) {
  .slider-card .container {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .slider-card .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.slider-card .slick-arrows-wrapper {
  display: flex;
  align-items: center;
}
.slider-card .slick-arrows-wrapper span {
  width: 2.875rem;
  height: 2.875rem;
  border: 2px solid #302b27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  transition: 350ms ease;
  cursor: pointer;
  background-color: #fbf8f2;
  font-size: 2rem;
}
.slider-card .slick-arrows-wrapper span:hover {
  background-color: #302b27;
  color: #fbf8f2;
}
.slider-card .slick-arrows-wrapper span.left {
  transform: rotate(90deg);
}
.slider-card .slick-arrows-wrapper span.right {
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .slider-card .slick-arrows-wrapper {
    top: auto;
    bottom: 2rem;
    left: 0;
    right: auto;
    position: absolute;
  }
}
.slider-card .custom-dots {
  margin-top: 1rem;
}
.slider-card .custom-dots .slick-dots {
  display: flex;
  align-items: center;
  width: 500px;
}
.slider-card .custom-dots .slick-dots .custom-dot,
.slider-card .custom-dots .slick-dots li {
  position: relative;
  width: 100%;
}
.slider-card .custom-dots .slick-dots .custom-dot::after,
.slider-card .custom-dots .slick-dots li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e7ef3c;
  top: 0;
  left: 0;
  transition: 350ms ease;
}
.slider-card .custom-dots .slick-dots .custom-dot.active::after, .slider-card .custom-dots .slick-dots .custom-dot.slick-active::after,
.slider-card .custom-dots .slick-dots li.active::after,
.slider-card .custom-dots .slick-dots li.slick-active::after {
  height: 3px;
  top: -1px;
}
.slider-card .custom-dots .slick-dots .custom-dot button,
.slider-card .custom-dots .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .slider-card .custom-dots .slick-dots {
    top: auto;
    right: 0;
    left: 50%;
    bottom: 5.5rem;
    transform: translateX(-50%);
    max-width: calc(100% - 2rem);
    position: absolute;
  }
}
.slider-card .shape-box {
  position: absolute;
  z-index: 200;
  background-color: #fbf8f2;
  width: 4.75rem;
  height: 4.5rem;
  left: 0;
  bottom: 0;
  border-top-right-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider-card .shape-box::before, .slider-card .shape-box::after {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background: radial-gradient(circle 1.5rem at top right, rgba(0, 0, 0, 0) 98%, #fbf8f2);
}
.slider-card .shape-box::before {
  top: -1.5rem;
  left: 0;
}
.slider-card .shape-box::after {
  bottom: 0;
  right: -1.5rem;
  background: radial-gradient(circle 1.5rem at top right, rgba(0, 0, 0, 0) 98%, #fbf8f2);
}
.slider-card .shape-box .dot {
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #302b27;
  border-radius: 50%;
  background-color: #fbf8f2;
  position: relative;
  margin-left: 0.75rem;
  transition: 350ms ease;
}
.slider-card .shape-box .dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7ef3c;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  z-index: 5;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .slider-card .shape-box .dot {
    border-color: #e7ef3c;
  }
  .slider-card .shape-box .dot::after {
    opacity: 1;
    visibility: visible;
  }
}
.slider-card.full-left .slider-wrapper {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: 0;
}
.slider-card .slider-container-offset {
  /* Standardna max-width i padding tvog containera */
  --container-max-width: 1200px; /* prilagodi svom projektu */
  --container-padding: 8px; /* prilagodi svom projektu */
  /*
  * Leva ivica = centriranje containera:
  * (100vw - max-width) / 2 + padding
  * Ako je viewport uži od max-width, padding-left = container-padding
  */
  padding-left: max(var(--container-padding), (100vw - var(--container-max-width)) / 2 + var(--container-padding));
  /* Desna strana ide do kraja viewporta */
  padding-right: 0;
  overflow: hidden; /* sakriva desni overflow */
  width: 100%;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .slider-card .slider-container-offset {
    margin-top: 1.5rem;
  }
}
.slider-card .slider-wrapper {
  width: 100%;
}
.slider-card .section-title {
  margin: 0;
}

.card-block {
  padding: 6.5rem 0 6.25rem;
  background-color: #302b27;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible !important;
}
@media (max-width: 767px) {
  .card-block {
    padding: 3.75rem 0 3rem;
    overflow-x: clip;
  }
}
.card-block-inner__title p {
  max-width: 51%;
  color: #f7f0e4;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .card-block-inner__title p {
    max-width: 100%;
    font-size: 1rem;
  }
}
.card-block-inner__cards {
  margin-left: 5.125rem;
  padding-left: 6rem;
  padding-bottom: 27rem;
  border-left: 1px solid #e7ef3c;
  border-bottom: 1px solid #e7ef3c;
  border-bottom-left-radius: 2.5rem;
  padding-top: 3.75rem;
  overflow: visible !important;
}
.card-block-inner__cards.desktop {
  display: block;
}
@media (max-width: 767px) {
  .card-block-inner__cards.desktop {
    display: none;
  }
}
.card-block-inner__cards.mobile {
  display: none;
}
@media (max-width: 767px) {
  .card-block-inner__cards.mobile {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
    position: relative;
  }
  .card-block-inner__cards.mobile .card-block-inner__box-wrapper {
    /* sticky se postavlja JS-om, ali ovo treba biti tu */
    will-change: transform;
    position: sticky;
    transition: 350ms ease;
    transform-origin: top center;
  }
  .card-block-inner__cards.mobile .card-block-inner__box-right {
    width: 100%;
    height: 13.75rem;
  }
  .card-block-inner__cards.mobile .card-block-inner__box-right .card-box-right {
    border-radius: 1.5rem;
    position: relative;
    height: 13.75rem;
    width: 100%;
  }
  .card-block-inner__cards.mobile .card-block-inner__box-right .card-box-right img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .card-block-inner__cards.mobile .card-block-inner__box-left h3 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
  .card-block-inner__cards.mobile .card-block-inner__box {
    grid-gap: 2.5rem;
    padding: 1.875rem;
  }
  .card-block-inner__cards.mobile .card-block-inner__box::before {
    display: none;
  }
  .card-block-inner__cards.mobile .circle::before {
    display: none;
  }
}
.card-block-inner__cards .circle {
  position: relative;
}
.card-block-inner__cards .circle::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -6.65rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #e7ef3c;
}
@media (max-width: 767px) {
  .card-block-inner__cards .circle::before {
    left: -2.65rem;
    top: 0;
  }
}
@media (max-width: 767px) {
  .card-block-inner__cards {
    margin-left: 0;
    padding-left: 2rem;
    overflow: visible !important;
    padding-bottom: 22rem;
  }
}
.card-block .card-block-inner__box {
  padding: 2rem;
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  background-color: #f7f0e4;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.card-block .card-block-inner__box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background-color: #f7f0e4;
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (max-width: 767px) {
  .card-block .card-block-inner__box {
    flex-direction: column-reverse;
  }
}
.card-block .card-block-inner__box:last-of-type {
  margin-bottom: 5.375rem;
}
.card-block .card-block-inner__box-left {
  max-width: 31.25rem;
  width: 100%;
  z-index: 10;
  position: relative;
}
.card-block .card-block-inner__box-left h3 {
  margin: 0 0 2.25rem;
  color: #302b27;
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .card-block .card-block-inner__box-left h3 {
    font-size: 1.75rem;
  }
}
.card-block .card-block-inner__box-left p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #302b27;
  margin: 0;
}
@media (max-width: 767px) {
  .card-block .card-block-inner__box-left p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .card-block .card-block-inner__box-left {
    max-width: 100%;
  }
}
.card-block .card-block-inner__box-right {
  max-width: 26.625rem;
  width: 100%;
  aspect-ratio: 142/121;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .card-block .card-block-inner__box-right {
    max-width: 100%;
  }
}
.card-block .card-block-inner__box-right .card-box-right {
  aspect-ratio: 142/121;
  border-radius: 1.5rem;
}
.card-block .card-block-inner__box-right .card-box-right img {
  border-radius: 1.5rem;
}
.card-block .card-block-inner__box-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .card-block .card-block-inner__box-wrapper {
    position: sticky;
    background-color: #f7f0e4;
    border-radius: 2rem;
    min-height: 610px;
  }
}
.card-block-inner {
  position: relative;
}
.card-block-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100dvw;
  height: 1px;
  background-color: #e7ef3c;
}
@media (max-width: 767px) {
  .card-block-inner::after {
    display: none;
  }
}
.card-block .container {
  padding: 0;
}
@media (max-width: 1199px) {
  .card-block .container {
    padding: 0 1rem;
  }
}

.page-template-fe-privacy {
  background-color: #fbf8f2;
}

.basic-content {
  padding: 15.625rem 0 6.25rem;
}
@media (max-width: 767px) {
  .basic-content {
    padding: 8rem 0 2.5rem;
  }
}
.basic-content .page-title {
  color: #302b27;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #302b27;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .basic-content .page-title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.basic-content .entry-content p {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.basic-content .entry-content p a {
  text-decoration: underline;
}
.basic-content .entry-content p a:hover {
  color: #000000;
}
.basic-content .entry-content h2 {
  font-size: 1.75rem;
  margin: 2.875rem 0 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .basic-content .entry-content h2 {
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
  }
}
.basic-content .entry-content ul {
  padding-left: 1.125rem;
  margin-bottom: 0.875rem;
}
.basic-content .entry-content ul li {
  list-style-type: disc;
}