@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: "Sora";
  src: url("../assets/fonts/Sora-Regular.woff2") format("woff2"), url("../assets/fonts/Sora-Regular.woff") format("woff"), url("../assets/fonts/Sora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Syne";
  src: url("../assets/fonts/Syne-Bold.woff2") format("woff2"), url("../assets/fonts/Syne-Bold.woff") format("woff"), url("../assets/fonts/Syne-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-SemiBold.woff2") format("woff2"), url("../assets/fonts/Sora-SemiBold.woff") format("woff"), url("../assets/fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Light.woff2") format("woff2"), url("../assets/fonts/Sora-Light.woff") format("woff"), url("../assets/fonts/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Regular.woff2") format("woff2"), url("../assets/fonts/Sora-Regular.woff") format("woff"), url("../assets/fonts/Sora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Syne";
  src: url("../assets/fonts/Syne-Bold.woff2") format("woff2"), url("../assets/fonts/Syne-Bold.woff") format("woff"), url("../assets/fonts/Syne-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-SemiBold.woff2") format("woff2"), url("../assets/fonts/Sora-SemiBold.woff") format("woff"), url("../assets/fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Light.woff2") format("woff2"), url("../assets/fonts/Sora-Light.woff") format("woff"), url("../assets/fonts/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*::selection {
  background-color: #7C00FF;
  color: #ffffff;
}

body {
  color: #000000;
  font-family: "Sora";
  font-size: 16px;
  line-height: 1.1;
  background-color: #eeeeee;
}
body.horizontal-scroll-activer, body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1570px;
  padding: 0 20px;
  margin: 0 auto;
}

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

a,
svg,
button,
input,
textarea {
  transition: 350ms ease;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

.site-header {
  transition: 350ms ease;
  position: fixed;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  max-width: calc(100% - 4rem);
  background-color: #0F1C15;
  border-radius: 1.25rem;
  padding: 0.85rem 2.5rem;
}
@media (max-width: 1024px) {
  .site-header {
    padding: 0.9rem 1.25rem;
  }
}
@media (max-width: 1024px) {
  .site-header {
    max-width: calc(100% - 2.5rem);
  }
}
.site-header.is-hidden {
  top: -100%;
}
.site-header-inner, .site-header-left, .site-header-right {
  display: flex;
  align-items: center;
}
.site-header-left {
  margin-right: auto;
}
@media (max-width: 1024px) {
  .site-header-left {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header-left .site-header__logo {
    max-width: 1.75rem;
  }
  .site-header-left .site-header__logo img {
    width: 100%;
  }
}
.site-header ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 2.25rem;
}
@media (max-width: 1024px) {
  .site-header ul {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    transition: 350ms ease;
  }
}
.site-header ul li {
  list-style-type: none;
  margin-right: 2.25rem;
}
@media (max-width: 1024px) {
  .site-header ul li {
    margin-bottom: 2.25rem;
  }
  .site-header ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .site-header ul li {
    margin-bottom: 1.5rem;
  }
}
.site-header ul li a {
  color: #ffffff;
  font-size: 1.25rem;
  position: relative;
}
.site-header ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.125em;
  bottom: -0.25rem;
  left: 0;
  background: #38E084;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.site-header ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (max-width: 1199px) {
  .site-header ul li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .site-header ul li a {
    font-size: 1.75rem;
    font-family: "Syne";
    opacity: 0.6;
    color: #0F1C15;
  }
}
.site-header ul li:last-of-type {
  margin-right: 0;
}
.site-header .dark-mode-box {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  transition: 350ms ease;
  cursor: pointer;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.site-header .dark-mode-box:hover {
  background-color: #ffffff;
}
.site-header .dark-mode-box:hover .mode-icon {
  color: #000000;
}
.site-header .dark-mode-box .mode-icon {
  color: #ffffff;
  transition: 350ms ease;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header .dark-mode-box .mode-icon.icon-sun {
  left: 200%;
}
.site-header .pll-dropdown {
  position: relative;
  margin-right: 2rem;
}
.site-header .pll-dropdown:hover .pll-dropdown__list {
  height: 5.75rem;
  opacity: 1;
  visibility: visible;
}
.site-header .pll-dropdown__current {
  display: flex;
  align-items: center;
  font-family: "Syne";
}
.site-header .pll-dropdown .icon-angle-down, .site-header .pll-dropdown__code {
  font-size: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Syne";
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .site-header .pll-dropdown .icon-angle-down, .site-header .pll-dropdown__code {
    color: #000000;
  }
}
.site-header .pll-dropdown .icon-angle-down {
  margin-left: 0.25rem;
}
.site-header .pll-dropdown__list {
  position: absolute;
  transition: 350ms ease;
  height: 0;
  display: flex;
  flex-direction: column;
  top: 100%;
  left: -1.25rem;
  margin: 0;
  padding: 1rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  background-color: #0F1C15;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media (max-width: 1024px) {
  .site-header .pll-dropdown__list {
    background-color: #eeeeee;
    position: relative;
  }
}
.site-header .pll-dropdown__list li {
  margin-right: 0;
  margin-bottom: 1rem;
}
.site-header .pll-dropdown__list li:last-of-type {
  margin-bottom: 0;
}
.site-header .pll-dropdown__list li a {
  display: flex;
  align-items: center;
  font-family: "Syne";
}
@media (max-width: 1024px) {
  .site-header .pll-dropdown__list li a {
    font-size: 1.25rem;
    color: #000000;
    opacity: 1;
  }
}
.site-header .pll-dropdown__list li a span {
  margin-left: 0.5rem;
}
.site-header .pll-dropdown__list li a::after {
  display: none;
}
@media (max-width: 1024px) {
  .site-header .language-swither-box {
    transition: 350ms ease;
    z-index: 100;
  }
}
.site-header-contact {
  display: none;
}
@media (max-width: 1024px) {
  .site-header-contact {
    display: flex;
    flex-direction: column;
    transition: 350ms ease;
    margin-top: 3rem;
  }
  .site-header-contact .contact-box a {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    color: #0F1C15;
  }
  .site-header-contact .contact-box a span {
    position: relative;
    top: 2px;
    margin-right: 0.25rem;
  }
}
@media (max-width: 1024px) {
  .site-header-right {
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .site-header-right .dark-mode-box {
    position: absolute;
    right: 4rem;
    top: 1rem;
  }
}
@media (max-width: 1024px) {
  .site-header-inner {
    flex-direction: column;
  }
}
.site-header .hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .site-header .hamburger {
    display: flex;
    flex-direction: column;
    width: 1.25rem;
    position: absolute;
    right: 1.5rem;
    top: 1.35rem;
    grid-gap: 0.35rem;
    z-index: 10;
  }
  .site-header .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: 350ms ease;
    position: relative;
  }
}
.site-header-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .site-header-mobile {
    padding-top: 5rem;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 350ms ease;
    width: 100%;
    height: 100dvh;
    z-index: 5;
  }
}
@media (max-width: 1024px) {
  .site-header .site-header-left ul,
  .site-header .site-header-right .language-swither-box {
    display: none;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: -200%;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  transition: 350ms ease;
  z-index: 100;
}
body::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: -200%;
  width: 100%;
  height: 174px;
  transition: 350ms ease;
  z-index: 200;
  background-image: url("../assets/images/footer-logo-big.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
body.site-header__open::after, body.site-header__open::before {
  left: 0;
  transition: 350ms ease;
}
body.site-header__open ul,
body.site-header__open .language-swither-box,
body.site-header__open .site-header-contact {
  left: 1.25rem;
}
body.site-header__open .hamburger span:first-of-type {
  transform: rotate(45deg);
  top: 7px;
}
body.site-header__open .hamburger span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
body.site-header__open .hamburger span:last-of-type {
  transform: rotate(-45deg);
  bottom: 9px;
}
body.site-header__open .site-header-mobile {
  left: 0;
}

.site-footer {
  background-color: #0F1C15;
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .site-footer {
    padding-top: 2rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
  .site-footer__logo {
    max-width: 2rem;
  }
}
.site-footer-top {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .site-footer-top {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.site-footer-top-left {
  max-width: 19.375rem;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .site-footer-top-left {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.site-footer-top-left p {
  margin: 1.875rem 0 1.25rem;
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .site-footer-top-left p {
    font-size: 0.875rem;
    margin: 1.25rem 0 1rem;
  }
}
@media (max-width: 1024px) {
  .site-footer-top-left .btn-main {
    padding: 0.75rem 1.25rem;
  }
}
.site-footer-top-middle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .site-footer-top-middle {
    max-width: 100%;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}
.site-footer-top-middle ul {
  padding: 0;
  margin: 0;
}
.site-footer-top-middle ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem;
}
.site-footer-top-right {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .site-footer-top-right {
    max-width: 100%;
  }
}
.site-footer-top-right .contact-box {
  margin-bottom: 1rem;
}
.site-footer-top-right .contact-box a {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.site-footer-top-middle ul {
  padding: 0;
  margin: 0;
}
.site-footer-top-middle ul li {
  margin-bottom: 2rem;
}
.site-footer-top-middle ul li:last-of-type {
  margin-bottom: 0;
}
.site-footer-top-middle ul li a {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .site-footer-top-middle ul li a {
    font-size: 1rem;
  }
}
.site-footer-top-middle ul li a:hover {
  color: #38E084;
}
.site-footer-top-right .contact-box {
  margin-bottom: 1.5rem;
}
.site-footer-top-right .contact-box span {
  margin-right: 0.75rem;
  position: relative;
  top: 0;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer-top-right .contact-box:last-of-type {
  margin-bottom: 0;
}
.site-footer-top-right .contact-box a {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 1439px) {
  .site-footer-top-right .contact-box a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1439px) {
  .site-footer-top-right .contact-box a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .site-footer-top-right .contact-box a {
    font-size: 1rem;
  }
}
.site-footer-top-right .contact-box a:hover {
  color: #38E084;
}
.site-footer-top-right .contact-box.phone span {
  top: 2px;
}
.site-footer-top-right .contact-box.email span {
  top: 3px;
}
.site-footer-top-right .contact-box.social span {
  top: 2px;
}
.site-footer h5 {
  font-size: 2.25rem;
  font-family: "Syne";
  margin: 0 0 2rem;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .site-footer h5 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1366px) {
  .site-footer h5 {
    font-size: 1.5rem;
  }
}
.site-footer-bottom-text {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 1024px) {
  .site-footer-bottom-text {
    flex-wrap: wrap;
    padding: 0 1.25rem;
  }
}
.site-footer-bottom-text p {
  font-weight: 300;
  font-size: 1.125rem;
}
@media (max-width: 1439px) {
  .site-footer-bottom-text p {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .site-footer-bottom-text p {
    font-size: 0.75rem;
  }
}
.site-footer-bottom-text .centered {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .site-footer-bottom-text .centered {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}
.site-footer-bottom-text .centered .time-colon {
  display: inline-block;
  animation: blink 1s steps(1, start) infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-footer-bottom-text a {
  text-decoration: underline;
}
.site-footer-bottom-text a:hover {
  color: #38E084;
}
@media (max-width: 1024px) {
  .site-footer-bottom-img {
    margin-top: 1rem;
  }
}
.site-footer-bottom-img img {
  height: 100%;
  display: block;
}

.error-block-inner {
  display: flex;
  align-items: center;
  height: 100vh;
  grid-gap: 100px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .error-block-inner {
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
  }
  .error-block-inner .left img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1024px) {
  .error-block-inner {
    flex-direction: column;
  }
}
.error-block-inner .right {
  display: flex;
  flex-direction: column;
  max-width: 68%;
  width: 100%;
}
@media (max-width: 1439px) {
  .error-block-inner .right {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .error-block-inner .right {
    text-align: center;
    max-width: 100%;
  }
}
.error-block-inner .right h1 {
  font-size: 420px;
  color: #38E084;
  margin-bottom: 60px;
  font-family: "Syne";
}
@media (max-width: 1439px) {
  .error-block-inner .right h1 {
    font-size: 370px;
  }
}
@media (max-width: 1366px) {
  .error-block-inner .right h1 {
    font-size: 300px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .error-block-inner .right h1 {
    font-size: 80px;
    margin-bottom: 0;
  }
}
.error-block-inner .right p.big {
  font-size: 40px;
  margin-bottom: 0;
  font-family: "Syne";
  letter-spacing: -1px;
}
@media (max-width: 1366px) {
  .error-block-inner .right p.big {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .error-block-inner .right p.big {
    font-size: 18px;
  }
}
.error-block-inner .right p.small {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1439px) {
  .error-block-inner .right p.small {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .error-block-inner .right p.small {
    font-size: 16px;
  }
}
.error-block-inner .right .button {
  width: fit-content;
}
@media (max-width: 1199px) {
  .error-block-inner .right .button {
    margin: 10px auto 0;
  }
}
.error-block-inner .left {
  width: 31.5rem;
  height: auto;
  max-width: 24%;
}
@media (max-width: 1199px) {
  .error-block-inner .left {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .error-block-inner .left {
    max-width: 55%;
  }
}

.error404 .site-footer {
  display: none;
}

@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-sun:before, .icon-play:before, .icon-pin:before, .icon-phone:before, .icon-moon:before, .icon-location:before, .icon-location-old:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-envelope:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-up:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-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-angle-down:before {
  content: "\e001";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sun:before {
  content: "\e012";
}

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

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

.section-title {
  position: relative;
  font-family: "Syne";
  font-size: 1.25rem;
  color: rgba(15, 28, 21, 0.6);
  margin: 0;
  max-width: 19.375rem;
  width: 100%;
}
.section-title::before, .section-title::after {
  content: "(";
}
.section-title::after {
  content: ")";
}
@media (max-width: 1439px) {
  .section-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .section-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 0.875rem;
  }
}

.page-title {
  font-size: 4rem;
  font-family: "Syne";
  letter-spacing: -1px;
  margin: 1rem 0 0;
  line-height: 100%;
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #7C00FF;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.dark-mode {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode::after {
  background-color: #000000;
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.dark-mode span,
.dark-mode .content-block .entry-content p,
.dark-mode .text-image-content-box span,
.dark-mode .cards .card-box-left p,
.dark-mode .cards .card-box-left .tags span,
.dark-mode .faq-body p,
.dark-mode body.site-header__open .site-header-contact a,
.dark-mode .site-header-contact a,
.dark-mode .contact-block-right-box a,
.dark-mode .pll-dropdown__code,
.dark-mode .pll-dropdown__list li a,
.dark-mode .pll-dropdown .icon-angle-down {
  color: #ffffff;
}
.dark-mode .pll-dropdown__list {
  background-color: #000000;
}
.dark-mode .pll-dropdown__list li a {
  opacity: 1;
}
.dark-mode .text-image-content-box h3 span {
  color: #7C00FF;
}
.dark-mode .button,
.dark-mode .button span,
.dark-mode .faq-block .icon-arrow-up {
  color: #0F1C15;
}
.dark-mode .cards .card-box-left .tags span {
  border-color: #ffffff;
}
.dark-mode .side-scroll-item .card,
.dark-mode .text-image-content-box,
.dark-mode .cards .card-box,
.dark-mode .slider-block-box,
.dark-mode .faq-item,
.dark-mode .faq-header,
.dark-mode .contact-block-team-box,
.dark-mode .contact-block-right-box,
.dark-mode .site-footer {
  background-color: #262626;
}
.dark-mode .site-header {
  background-color: #7C00FF;
}
.dark-mode .site-header ul li a {
  color: #ffffff;
}
.dark-mode .site-header ul li a::after {
  background-color: #ffffff;
}
.dark-mode .slider-block .container::before,
.dark-mode .section-title {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .dark-mode-box {
  background-color: #ffffff;
  border-color: #000000;
}
.dark-mode .dark-mode-box .mode-icon {
  color: #000000;
}
.dark-mode .dark-mode-box .mode-icon.icon-sun {
  left: 50%;
}
.dark-mode .dark-mode-box .mode-icon.icon-moon {
  left: -200%;
}
.dark-mode .slider-block-background svg path {
  stroke: #ffffff;
  opacity: 0.5;
}
.dark-mode .img-wrapper .cls-1,
.dark-mode .img-wrapper .cls-2 {
  stroke: #ffffff;
}
.dark-mode .error-block-inner .left .cls-1 {
  stroke: #ffffff;
  opacity: 0.6;
}

.btn-main {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2.5rem;
  font-size: 1.25rem;
  font-family: "Syne";
  letter-spacing: 0;
  color: #0F1C15;
  padding: 1rem 2rem;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 1024px) {
  .btn-main {
    font-size: 0.875rem;
  }
}

.button {
  align-items: center;
  background: 0 0;
  background-color: #ffffff;
  border: none;
  border-radius: 6.25rem;
  color: #0F1C15;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  gap: 0.363636em;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1.04545;
  overflow: hidden;
  padding: 0.9375rem 1.5rem;
  position: relative;
  text-decoration: none;
  word-break: break-word;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .button {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

@media (hover: hover) {
  .button.button--stroke:hover {
    color: #0F1C15;
    text-decoration: none;
  }
}
.button--stroke:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button--stroke:after {
  border: 0.125rem solid transparent;
  border-radius: 6.25rem;
  content: "";
  pointer-events: none;
  transition: 350ms ease;
}

.button--stroke:hover::after {
  border-color: transparent;
}

.button__label {
  position: relative;
  text-align: center;
  transition: color 50ms var(--ease-in-out-quart);
}

.button--stroke:hover .button__label {
  transition: color 0.15s var(--ease-in-out-quart);
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair:before {
  aspect-ratio: 1/1;
  background-color: #38E084;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 170%;
}

.text-image {
  margin: 0 0 10rem;
}
@media (max-width: 1024px) {
  .text-image {
    margin: 0 0 4.75rem;
  }
}
.text-image-inner {
  display: flex;
  grid-gap: 1.25rem;
}
@media (max-width: 1024px) {
  .text-image-inner {
    flex-direction: column;
    grid-gap: 0.75rem;
  }
}
.text-image-img {
  max-width: 37.5rem;
  width: 100%;
  position: relative;
  border-radius: 2.5rem;
}
@media (max-width: 1199px) {
  .text-image-img {
    max-width: 100%;
    aspect-ratio: 1.5/1;
  }
}
.text-image-img img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 1.25rem;
}
.text-image-content {
  max-width: calc(100% - 37.5rem);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
}
@media (max-width: 1199px) {
  .text-image-content {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .text-image-content {
    max-width: 100%;
    justify-content: space-between;
    grid-gap: 0.75rem;
  }
}
.text-image-content-box {
  max-width: calc(50% - 10px);
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 0 2.875rem;
  display: flex;
  flex-direction: column;
  grid-gap: 6rem;
}
@media (max-width: 1439px) {
  .text-image-content-box {
    padding: 0 2rem;
  }
}
@media (max-width: 1366px) {
  .text-image-content-box {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1024px) {
  .text-image-content-box {
    padding: 0 0.75rem;
    grid-gap: 1.5rem;
    max-width: calc(50% - 0.38rem);
  }
}
.text-image-content-box h3,
.text-image-content-box h3 span {
  color: #7C00FF;
  margin: 2.375rem 0 0;
  font-size: 6.5rem;
  font-family: "Syne";
  line-height: 100%;
}
@media (max-width: 1439px) {
  .text-image-content-box h3,
  .text-image-content-box h3 span {
    font-size: 5.5rem;
  }
}
@media (max-width: 1366px) {
  .text-image-content-box h3,
  .text-image-content-box h3 span {
    font-size: 4.5rem;
    margin: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .text-image-content-box h3,
  .text-image-content-box h3 span {
    font-size: 3.75rem;
    margin: 1.25rem 0 0;
  }
}
@media (max-width: 350px) {
  .text-image-content-box h3,
  .text-image-content-box h3 span {
    font-size: 3rem;
  }
}
.text-image-content-box span {
  font-size: 1.25rem;
  color: #0F1C15;
  margin-bottom: 2rem;
}
@media (max-width: 1439px) {
  .text-image-content-box span {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .text-image-content-box span {
    font-size: 1rem;
    line-height: 130%;
  }
}

.content-block {
  margin: 0 0 5rem;
}
@media (max-width: 1024px) {
  .content-block {
    margin: 0 0 2rem;
  }
}
.content-block-inner {
  display: flex;
}
@media (max-width: 1024px) {
  .content-block-inner {
    flex-direction: column;
    grid-gap: 0.75rem;
  }
}
.content-block .entry-content {
  transition: 350ms ease;
}
.content-block .entry-content p {
  font-size: 2rem;
  font-weight: 300;
  color: #0F1C15;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 1439px) {
  .content-block .entry-content p {
    font-size: 1.75rem;
  }
}
@media (max-width: 1366px) {
  .content-block .entry-content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .content-block .entry-content p {
    font-size: 1.25rem;
    text-align: justify;
    line-height: 150%;
  }
}

.hero {
  padding: 8.5rem 2rem 0;
  margin-bottom: 7rem;
}
@media (max-width: 1024px) {
  .hero {
    padding: 7rem 1.25rem 0;
    margin-bottom: 5rem;
  }
}
.hero-inner {
  position: relative;
  height: 44rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .hero-inner {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .hero-inner {
    height: 37.25rem;
    flex-direction: column;
  }
}
.hero-video-box {
  position: absolute;
  object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  z-index: 5;
}
.hero-video-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.25rem;
  z-index: 5;
}
.hero-video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-color: rgba(15, 28, 21, 0.2);
  z-index: 10;
}
.hero-title-box, .hero-content-box {
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.hero-title-box p, .hero-content-box p {
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0;
  text-align: right;
}
.hero-content-box {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3.75rem 5rem;
  width: fit-content;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1366px) {
  .hero-content-box {
    padding-left: 1rem;
    margin-left: auto;
    max-width: 50%;
  }
  .hero-content-box br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hero-content-box {
    padding: 3.25rem 2.75rem;
    padding-left: 0;
    background-image: none !important;
  }
}
@media (max-width: 1024px) {
  .hero-content-box {
    padding: 2.75rem 1.25rem 2.125rem;
    margin-left: auto;
  }
  .hero-content-box p {
    font-size: 1rem;
    margin: 0 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .hero-content-box {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .hero-content-box {
    max-width: 100%;
  }
}
.hero-title-box {
  padding: 3.5rem 5rem;
}
@media (max-width: 1199px) {
  .hero-title-box {
    padding: 3.25rem 2.75rem;
  }
}
@media (max-width: 1024px) {
  .hero-title-box {
    padding: 3.25rem 1.25rem;
  }
  .hero-title-box h1 {
    margin-right: 1rem;
    font-size: 2.35rem;
    margin-top: 0;
  }
  .hero-title-box img {
    max-width: 73%;
  }
}

.cards {
  margin: 0 0 10rem;
}
@media (max-width: 767px) {
  .cards {
    margin: 0 0 2.25rem;
  }
}
.cards-inner {
  display: flex;
}
@media (max-width: 1024px) {
  .cards-inner {
    flex-direction: column;
    grid-gap: 1rem;
  }
}
.cards .cards-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cards .card-box {
  background-color: #ffffff;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 8.25rem;
  grid-gap: 1rem;
}
.cards .card-box:nth-child(2) {
  top: 11.25rem;
}
.cards .card-box:nth-child(3) {
  top: 13.25rem;
}
.cards .card-box:nth-child(4) {
  top: 15.25rem;
}
@media (max-width: 1024px) {
  .cards .card-box {
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    border-radius: 1.25rem;
  }
}
.cards .card-box:last-of-type {
  margin-bottom: 0;
}
.cards .card-box-left {
  max-width: 37.5rem;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .cards .card-box-left {
    max-width: 100%;
  }
}
.cards .card-box-left h3 {
  font-size: 2.5rem;
  font-family: "Syne";
  margin: 0;
  padding-left: 4.375rem;
  letter-spacing: -1px;
}
@media (max-width: 1439px) {
  .cards .card-box-left h3 {
    font-size: 2.125rem;
  }
}
@media (max-width: 1366px) {
  .cards .card-box-left h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .cards .card-box-left h3 {
    font-size: 1.6rem;
    padding-left: 2.75rem;
  }
}
.cards .card-box-left .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 3rem;
}
.cards .card-box-left .img-wrapper svg {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .cards .card-box-left .img-wrapper {
    max-width: 2rem;
  }
}
.cards .card-box-left p {
  margin: 1.75rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #0F1C15;
  line-height: 150%;
}
@media (max-width: 1439px) {
  .cards .card-box-left p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .cards .card-box-left p {
    font-size: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 1024px) {
  .cards .card-box-left p {
    margin: 1.125rem 0;
  }
}
.cards .card-box-left .tags {
  display: flex;
  flex-wrap: wrap;
}
.cards .card-box-left .tags span {
  padding: 0.5rem 0.75rem 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 28, 21, 0.4);
  color: #0F1C15;
  font-weight: 300;
  margin-right: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
@media (max-width: 1439px) {
  .cards .card-box-left .tags span {
    padding: 0.5rem 0.5rem 0.75rem;
  }
}
@media (max-width: 1024px) {
  .cards .card-box-left .tags span {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.cards .card-box-right {
  max-width: 31.25rem;
  width: 100%;
  border-radius: 1.25rem;
  position: relative;
}
@media (max-width: 1024px) {
  .cards .card-box-right {
    height: 377px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cards .card-box-right {
    aspect-ratio: 2/1;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.cards .card-box-right img {
  border-radius: 1.25rem;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.cards .card-title-wrapper {
  width: 100%;
  max-width: 19.375rem;
  position: relative;
}
@media (max-width: 1439px) {
  .cards .card-title-wrapper {
    max-width: 16rem;
  }
}
@media (max-width: 1366px) {
  .cards .card-title-wrapper {
    max-width: 12rem;
  }
}
@media (max-width: 767px) {
  .cards .card-title-wrapper {
    position: sticky;
    top: 6.5rem;
  }
}
.cards .section-title {
  position: sticky;
  top: 8.25rem;
  transition: transform 0.35s ease;
  will-change: transform;
}
.cards .section-title.scroll {
  transform: translateY(-8.25rem);
}

.slider-block {
  overflow: hidden;
  margin: 0 0 10.25rem;
  margin-left: -2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .slider-block {
    margin: 0 0 4rem;
    margin-left: -1.25rem;
  }
}
.slider-block-wrapper {
  display: flex;
}
.slider-block-wrapper {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  overflow-x: auto;
  scroll-behavior: ipdooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  /* Proteže se preko cele širine ekrana */
  width: max-content;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: calc(50vw - 50%); /* centriranje sadržaja */
  padding-right: calc(50vw - 50%);
}
.slider-block .container {
  position: relative;
}
.slider-block .container .section-title {
  position: sticky;
  top: 7.5rem;
  left: 1.5rem;
}
.slider-block .container::before {
  content: "(špedicija)";
  font-family: "Syne";
  font-size: 1.25rem;
  color: rgba(15, 28, 21, 0.6);
  margin: 0;
  max-width: 19.375rem;
  width: 100%;
  position: sticky;
  left: 4px;
  top: 7.25rem;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1439px) {
  .slider-block .container::before {
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .slider-block .container::before {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .slider-block .container::before {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}
.slider-block .container.top .section-title {
  position: sticky;
}
.slider-block-box {
  background-color: #ffffff;
  border-radius: 1.25rem;
  margin-right: 2.5rem;
  padding: 2.5rem;
  flex: 0 0 755px; /* fiksna širina 755px, ne ipdanjuje se */
  width: 755px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .slider-block-box {
    flex: 0 0 calc(100vw - 3rem);
    padding: 1.5rem;
    border-radius: 2.25rem;
  }
}
.slider-block-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-block-box-top .img-wrapper {
  position: relative;
  width: 10rem;
  height: 8.125rem;
  border-radius: 0.625rem;
}
@media (max-width: 1024px) {
  .slider-block-box-top .img-wrapper {
    width: 7.75rem;
    height: 6rem;
  }
}
.slider-block-box-top .img-wrapper img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  border-radius: 0.625rem;
}
.slider-block-box-top h3 {
  font-size: 2.5rem;
  font-family: "Syne";
  margin: 0;
}
@media (max-width: 1024px) {
  .slider-block-box-top h3 {
    font-size: 1.5rem;
  }
}
.slider-block-box-bottom p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .slider-block-box-bottom p {
    font-size: 1rem;
  }
}
.slider-block-background {
  position: absolute;
  left: -30%;
  bottom: -60%;
  width: 100%;
}

#texto1 span,
.working span,
.changeopacity span {
  width: 100%;
  opacity: 0.2;
  position: relative;
}

.section {
  width: 100%;
  padding: 80px 0;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 472px;
}

.side-scroll-list {
  position: absolute;
  top: 0;
  left: 250px;
  display: flex;
}

.side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 754px;
  height: 472px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .side-scroll-item {
    width: 400px;
    border-radius: 1.25rem;
  }
}
.side-scroll-item .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .side-scroll-item .card {
    padding: 1.5rem;
    align-items: flex-start;
  }
}
.side-scroll-item .card-title {
  font-size: 2.5rem;
  font-family: "Syne";
  margin: 0;
  width: fit-content;
}
@media (max-width: 1024px) {
  .side-scroll-item .card-title {
    font-size: 1.5rem;
  }
}
.side-scroll-item .card-text {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .side-scroll-item .card-text {
    font-size: 1rem;
  }
}
.side-scroll-item .img-wrapper {
  max-width: 10rem;
  width: 100%;
  margin-left: auto;
  border-radius: 0.625rem;
}
@media (max-width: 1024px) {
  .side-scroll-item .img-wrapper {
    max-width: 7.75rem;
  }
}
.side-scroll-item .img-wrapper img {
  width: 100%;
  border-radius: 0.625rem;
}

.side-scroll-item + .side-scroll-item {
  margin-left: 55px;
}

.big-image {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .big-image {
    margin-bottom: 5rem;
  }
}
.big-image-inner {
  border-radius: 1.25rem;
  padding: 2.5rem 2.5rem 2.75rem;
  display: flex;
  height: 44rem;
  justify-content: space-between;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 350ms ease;
  flex-direction: column-reverse;
}
@media (max-width: 1199px) {
  .big-image-inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .big-image-inner {
    height: 39rem;
    padding: 1.25rem;
  }
}
.big-image-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.big-image-inner-left {
  margin-top: auto;
  max-width: 45rem;
  width: 100%;
  z-index: 5;
  position: relative;
}
.big-image-inner-left h3 {
  font-size: 2.5rem;
  font-family: "Syne";
  letter-spacing: -1px;
  color: #ffffff;
  margin: 0;
  line-height: 115%;
}
@media (max-width: 1439px) {
  .big-image-inner-left h3 {
    font-size: 2.125rem;
  }
}
@media (max-width: 1366px) {
  .big-image-inner-left h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .big-image-inner-left h3 {
    font-size: 1.5rem;
  }
  .big-image-inner-left h3 span {
    display: block;
  }
}
@media (max-width: 420px) {
  .big-image-inner-left h3 {
    font-size: 1.25rem;
  }
}
.big-image-inner-right {
  margin-bottom: auto;
  max-width: 37.5rem;
  width: 100%;
  text-align: right;
  z-index: 5;
  position: relative;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .big-image-inner-right {
    margin-left: auto;
  }
}
.big-image-inner-right p {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1439px) {
  .big-image-inner-right p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .big-image-inner-right p {
    font-size: 1rem;
  }
}

.faq-block {
  margin-bottom: 10.5rem;
}
@media (max-width: 1024px) {
  .faq-block {
    margin-bottom: 6rem;
  }
}
.faq-block-inner {
  display: flex;
}
@media (max-width: 1024px) {
  .faq-block-inner {
    flex-direction: column;
    grid-gap: 2.25rem;
  }
}
.faq-block-wrapper {
  width: 100%;
}
.faq-block .icon-arrow-up {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #38E084;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  transition: 350ms ease;
  transform: rotate(180deg);
  color: #0F1C15;
}
@media (max-width: 1024px) {
  .faq-block .icon-arrow-up {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.25rem;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border-radius: 1.25rem;
  transition: 350ms ease;
  padding: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1439px) {
  .faq-item {
    padding: 2.125rem;
  }
}
@media (max-width: 1366px) {
  .faq-item {
    padding: 2rem;
  }
}
@media (max-width: 1199px) {
  .faq-item {
    padding: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .faq-item {
    padding: 1.25rem 1rem;
    margin-bottom: 0.75rem;
  }
}
.faq-item:last-of-type {
  margin-bottom: 0;
}
.faq-item.is-open .icon-arrow-up {
  transform: rotate(0);
}

.faq-header {
  width: 100%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  background-color: #ffffff;
  padding: 0;
}
.faq-header:hover .faq-question {
  color: #38E084;
}

.faq-question {
  flex: 1;
  font-size: 2.25rem;
  font-family: "Syne";
  color: #0F1C15;
  letter-spacing: -1px;
  transition: 350ms ease;
}
@media (max-width: 1439px) {
  .faq-question {
    font-size: 2.125rem;
  }
}
@media (max-width: 1366px) {
  .faq-question {
    font-size: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .faq-question {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .faq-question {
    font-size: 1.125rem;
  }
}

/* Body */
.faq-body {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), padding-bottom var(--transition), padding-top var(--transition);
  will-change: max-height;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .faq-body {
    max-width: 100%;
  }
}

.faq-item.is-open .faq-body {
  padding-top: 0;
}
.faq-item.is-open .faq-question {
  margin-bottom: 1rem;
}

/* Text inside body */
.faq-body p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #0F1C15;
  line-height: 150%;
  padding-top: 1.25rem;
}
@media (max-width: 1024px) {
  .faq-body p {
    font-size: 1rem;
  }
}

.Accordion {
  padding-top: 60px;
  padding-bottom: 60px;
}
.Accordion__tabs {
  max-width: 600px;
  list-style: none;
}
.Accordion__tab {
  width: 100%;
}
.Accordion__tab__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  transition: 0.2s ease all;
  padding: 20px 15px;
  cursor: pointer;
  font-weight: 400;
}
.Accordion__tab__headline:hover {
  background-color: #607bba;
}
.Accordion__tab__headline > h4 {
  user-select: none;
  text-transform: uppercase;
  margin: 0;
}
.Accordion__tab__headline .icon-arrow-up {
  transform: rotate(180deg);
}
.Accordion__tab__content {
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  max-height: 0;
  transition: 0.4s ease all;
}
.Accordion__tab--open .icon-arrow-up {
  transform: rotate(0);
}

.contact-block {
  margin: 0 0 12rem;
}
@media (max-width: 1024px) {
  .contact-block {
    margin: 0 0 8.5rem;
  }
}
@media (max-width: 1024px) {
  .contact-block-left {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .contact-block-left {
    text-align: left;
  }
}
.contact-block-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.5rem;
}
@media (max-width: 1024px) {
  .contact-block-inner {
    flex-direction: column;
  }
}
.contact-block .email,
.contact-block .phone,
.contact-block .address {
  font-family: "Syne";
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.contact-block .email a,
.contact-block .phone a,
.contact-block .address a {
  pointer-events: none;
}
.contact-block .email {
  font-size: 5rem;
}
@media (max-width: 1439px) {
  .contact-block .email {
    font-size: 4rem;
  }
}
@media (max-width: 1366px) {
  .contact-block .email {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .contact-block .email {
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 420px) {
  .contact-block .email {
    font-size: 2rem;
  }
}
.contact-block .phone {
  font-size: 3.75rem;
}
@media (max-width: 1439px) {
  .contact-block .phone {
    font-size: 3rem;
  }
}
@media (max-width: 1366px) {
  .contact-block .phone {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .contact-block .phone {
    font-size: 2.25rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 420px) {
  .contact-block .phone {
    font-size: 1.5rem;
  }
}
.contact-block .address {
  font-size: 2.5rem;
  line-height: 150%;
  letter-spacing: -1px;
}
@media (max-width: 1439px) {
  .contact-block .address {
    font-size: 2rem;
  }
}
@media (max-width: 1366px) {
  .contact-block .address {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .contact-block .address {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 420px) {
  .contact-block .address {
    font-size: 1.125rem;
  }
}
.contact-block-team {
  display: flex;
  grid-gap: 1.25rem;
}
@media (max-width: 1024px) {
  .contact-block-team {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.contact-block-team-box {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  max-width: 14.75rem;
  width: 100%;
}
.contact-block-team-box img {
  border-radius: 1.125rem;
}
@media (max-width: 1024px) {
  .contact-block-team-box img {
    border-radius: 0.6rem;
  }
}
.contact-block-team .top {
  margin-bottom: 1.25rem;
  position: relative;
}
.contact-block-team .top .icon-envelope {
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  color: #ffffff;
  font-size: 2rem;
  transition: 350ms ease;
}
.contact-block-team .top .icon-envelope:hover {
  color: #38E084;
}
@media (max-width: 1024px) {
  .contact-block-team .top .icon-envelope {
    font-size: 1.25rem;
  }
}
.contact-block-team .bottom h3 {
  font-size: 1.188rem;
  font-family: "Syne";
  margin: 0 0 0.25rem;
}
@media (max-width: 1024px) {
  .contact-block-team .bottom h3 {
    font-size: 15px;
  }
}
.contact-block-team .bottom span {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1024px) {
  .contact-block-team .bottom span {
    font-size: 14px;
  }
}
.contact-block-right {
  max-width: 37.5rem;
  width: 100%;
}
.contact-block-right-box {
  background-color: #ffffff;
  padding: 1.5rem 2rem 2.5rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  grid-gap: 0.55rem;
  width: 100%;
}
@media (max-width: 1366px) {
  .contact-block-right-box {
    padding: 0.75rem 2rem 1.5rem;
  }
}
@media (max-width: 1024px) {
  .contact-block-right-box {
    margin-bottom: 1rem;
    padding: 1.25rem 1.25rem 1.75rem;
  }
}
.contact-block-right-box:last-of-type {
  margin-bottom: 0;
}
.contact-block-right-box h4 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -1px;
  font-family: "Syne";
  line-height: 150%;
}
@media (max-width: 1024px) {
  .contact-block-right-box h4 {
    font-size: 1.5rem;
  }
}
.contact-block-right-box div {
  font-size: 1.25rem;
  color: #0F1C15;
}
@media (max-width: 1024px) {
  .contact-block-right-box div {
    font-size: 1rem;
  }
}
.contact-block-right-box div span {
  font-weight: 700;
}
.contact-block-right-box div a {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact-block-right-box div a {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .contact-block-right {
    max-width: 100%;
  }
}
.contact-block .section-title {
  margin-bottom: 3.75rem;
}
@media (max-width: 1439px) {
  .contact-block .section-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1366px) {
  .contact-block .section-title {
    margin-bottom: 2.15rem;
  }
}
@media (max-width: 1024px) {
  .contact-block .section-title {
    text-align: center;
    margin: 0 0 1.25rem;
    text-align: left;
  }
}