html, body {
  height: auto;
}

body {
  position: relative;
  font-family: "Helvena", sans-serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #EBEDE4;
}

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

a,
a:hover,
a:focus {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a,
.transition,
#languages li a.wpml-ls-link .wpml-ls-native {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.grecaptcha-badge {
  z-index: 999;
}

.cn-button.bootstrap {
  border-radius: 0;
  padding: 10px 20px;
}

.img-reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.reveal {
  visibility: hidden;
}

.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-10 {
  z-index: 10;
}

.t-border {
  border-top: 1px solid;
}

.b-border {
  border-bottom: 1px solid;
}

.fit-img img,
.fit-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

a.link {
  position: relative;
  padding-bottom: 2.5px;
}
a.link span.link-underline {
  width: 0%;
  height: 2px;
}
a.link:hover span.link-underline {
  width: 100%;
}

.layout-link-wrapper a.link {
  padding-bottom: 3.5px;
}
.layout-link-wrapper a.link span.link-underline {
  height: 4px;
}

.border,
.border-top,
.border-bottom,
.border-left,
.border-right {
  border-color: #242425;
}

#languages span:last-child {
  opacity: 0.65;
}

span.language-div {
  height: 100%;
  width: 2px;
  background-color: #fff;
}

.clearfix {
  clear: both;
}

.ruler-latest-posts .ruler-latest-post-item span.ruler-latest-post-num {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.ruler-latest-posts .ruler-latest-post-item:hover, .ruler-latest-posts .ruler-latest-post-item:focus {
  cursor: pointer;
}
.ruler-latest-posts .ruler-latest-post-item:hover span.ruler-latest-post-num, .ruler-latest-posts .ruler-latest-post-item:focus span.ruler-latest-post-num {
  color: rgb(235, 237, 228);
  background-color: #242425;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

div#breadcrumbs ul li a {
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div#breadcrumbs ul li:hover a, div#breadcrumbs ul li:focus a {
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div#breadcrumbs ul li:not(:last-child)::after {
  content: " ";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0.5rem;
  background-color: #242425;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-index {
  opacity: 0.6;
  font-size: 0.85em;
}

.menu-index::hover {
  opacity: 1;
  font-size: 0.85em;
}

.g-overlay {
  display: inline-flex;
  color: transparent;
  line-height: 1.2;
  background: radial-gradient(250px at 50% 50%, var(--gradient-color, #242425), #242425 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d-g-overlay {
  display: inline-flex;
  color: transparent;
  line-height: 1.2;
  background: radial-gradient(250px at 50% 50%, var(--gradient-color, #EBEDE4), #EBEDE4 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-fill {
  fill: #fff;
}

.black-fill {
  fill: #242425;
}

.c-white,
.c-white a {
  color: rgb(235, 237, 228);
}

.c-beige,
.c-beige a {
  color: #EBEDE4;
}

.c-black,
.c-black a {
  color: #242425;
}

.c-op-black,
.c-op-black a {
  color: rgba(36, 36, 37, 0.5);
}

.c-red,
.c-red a {
  color: #E3471F;
}

.bg-white {
  background-color: rgb(235, 237, 228);
}

.bg-beige {
  background-color: #EBEDE4;
}

.bg-black {
  background-color: #242425;
}

.bg-op-black {
  background-color: rgba(36, 36, 37, 0.5);
}

.bg-red {
  background-color: #E3471F;
}

.font-ivy {
  font-family: "ivypresto-headline", serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-100,
.font-100 h1,
.font-100 h2,
.font-100 p {
  font-weight: 100;
}

.font-300,
.font-300 h1,
.font-300 h2,
.font-300 p {
  font-weight: 300;
}

.font-400,
.font-400 h1,
.font-400 h2,
.font-400 p {
  font-weight: 400;
}

.font-600,
.font-600 h1,
.font-600 h2,
.font-600 p {
  font-weight: 600;
}

.line-height0 {
  line-height: 0;
}

.line-height1 {
  line-height: 1;
}

.line-height1-2 {
  line-height: 1.2;
}

.line-height1-3 {
  line-height: 1.3;
}

.line-height1-5 {
  line-height: 1.5;
}

.line-height1-8 {
  line-height: 1.8;
}

.line-height2 {
  line-height: 2;
}

.text-15 {
  font-size: clamp(13px, 0.781vw, 15px);
}

.text-18 {
  font-size: clamp(15px, 0.938vw, 18px);
}

.text-20 {
  font-size: clamp(18px, 1.042vw, 20px);
}

.text-25 {
  font-size: clamp(20px, 1.302vw, 25px);
}

.text-61,
.text-61 h1 {
  font-size: clamp(34px, 3.177vw, 61px);
}

.text-80 {
  font-size: clamp(34px, 4.2vw, 80px);
}

.text-100 {
  font-size: clamp(20px, 5.2vw, 100px);
}

.text-150 {
  font-size: clamp(60px, 7.813vw, 150px);
}

/* Buttons */
.button:hover, .button:focus {
  text-decoration: none;
  color: #E3471F;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#search-btn {
  cursor: pointer;
}

#search-icon.opened .search_open {
  display: none;
  opacity: 0;
}
#search-icon.opened .search_close {
  display: block;
  opacity: 1;
}

#searchOverlay {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

#search-icon {
  cursor: pointer;
  transition: all 0.3s linear;
}
#search-icon:hover {
  opacity: 0.6;
}

#search-wrapper {
  max-width: 500px;
  right: 0;
}

#s {
  height: 50px;
  color: rgb(235, 237, 228);
  border-color: rgb(235, 237, 228);
  background: none;
  box-shadow: none;
  border-left: none;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
}
#s::placeholder {
  color: rgb(235, 237, 228);
}
#s:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgb(255, 240, 42);
}

.search-close-btn-wrapper {
  cursor: pointer;
}
.search-close-btn-wrapper svg {
  height: 45px;
  height: width;
  cursor: pointer;
}

.autoComplete_wrapper {
  width: 100%;
}

.autoComplete_wrapper input {
  height: 50px;
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  text-overflow: unset;
  color: rgb(235, 237, 228);
  border-color: rgb(235, 237, 228);
  outline: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.autoComplete_wrapper input:hover, .autoComplete_wrapper input:focus {
  border: 0;
  border-bottom: 1px solid;
  border-color: rgb(235, 237, 228);
}
.autoComplete_wrapper input:focus-visible {
  outline: none;
  border: 0;
  border-bottom: 1px solid;
}
.autoComplete_wrapper input:hover, .autoComplete_wrapper input:focus, .autoComplete_wrapper input:focus-visible, .autoComplete_wrapper input::placeholder {
  color: rgb(235, 237, 228) !important;
  background-image: unset;
}
.autoComplete_wrapper input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 16 16"><path d="M1 1l14 14m0-14L1 15" stroke="white" stroke-width="2"/></svg>') no-repeat center center;
  cursor: pointer;
  opacity: 0.8;
}
.autoComplete_wrapper input[type=search]:hover::-webkit-search-cancel-button {
  opacity: 1;
}

.autoComplete_wrapper ul {
  max-height: unset;
  height: auto;
  color: rgb(235, 237, 228);
  padding: 0;
  z-index: 1;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.autoComplete_wrapper ul li {
  margin: 0 0 5px 0;
  padding: 10px;
  font-size: 15px;
  color: rgb(235, 237, 228);
  border-radius: 0;
  border-bottom: 1px solid rgb(235, 237, 228);
  background-color: transparent;
  text-overflow: unset;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.autoComplete_wrapper ul li:hover {
  opacity: 0.5;
  background-color: transparent;
}
.autoComplete_wrapper ul li div.title {
  color: rgb(235, 237, 228);
}
.autoComplete_wrapper ul li span.meta {
  display: none;
}

.pt-70 {
  padding-top: clamp(45px, 3.6vw, 70px);
}

.pb-70 {
  padding-bottom: clamp(45px, 3.6vw, 70px);
}

.pl-70 {
  padding-left: clamp(45px, 3.6vw, 70px);
}

.pr-70 {
  padding-right: clamp(45px, 3.6vw, 70px);
}

.pt-90 {
  padding-top: clamp(58px, 4.7vw, 90px);
}

.pb-90 {
  padding-bottom: clamp(58px, 4.7vw, 90px);
}

.pl-90 {
  padding-left: clamp(58px, 4.7vw, 90px);
}

.pr-90 {
  padding-right: clamp(58px, 4.7vw, 90px);
}

.pt-300 {
  padding-top: clamp(150px, 15.6vw, 300px);
}

.pb-300 {
  padding-bottom: clamp(150px, 15.6vw, 300px);
}

.pl-300 {
  padding-left: clamp(150px, 15.6vw, 300px);
}

.pr-300 {
  padding-right: clamp(150px, 15.6vw, 300px);
}

.sm-t-padding {
  padding-top: clamp(16px, 1.3vw, 25px);
}

.sm-b-padding {
  padding-bottom: clamp(16px, 1.3vw, 25px);
}

.t-padding {
  padding-top: clamp(32px, 2.6vw, 50px);
}

.b-padding {
  padding-bottom: clamp(32px, 2.6vw, 50px);
}

.l-padding {
  padding-left: clamp(32px, 2.6vw, 50px);
}

.r-padding {
  padding-right: clamp(32px, 2.6vw, 50px);
}

.md-t-padding {
  padding-top: clamp(64px, 5.2vw, 100px);
}

.md-b-padding {
  padding-bottom: clamp(64px, 5.2vw, 100px);
}

.md-l-padding {
  padding-left: clamp(64px, 5.2vw, 100px);
}

.md-r-padding {
  padding-right: clamp(64px, 5.2vw, 100px);
}

.lg-t-padding {
  padding-top: clamp(96px, 7.8vw, 150px);
}

.lg-b-padding {
  padding-bottom: clamp(96px, 7.8vw, 150px);
}

.lg-l-padding {
  padding-left: clamp(96px, 7.8vw, 150px);
}

.lg-r-padding {
  padding-right: clamp(96px, 7.8vw, 150px);
}

.xl-t-padding {
  padding-top: clamp(125px, 13vw, 250px);
}

.xl-b-padding {
  padding-bottom: clamp(125px, 13vw, 250px);
}

.xl-l-padding {
  padding-left: clamp(125px, 13vw, 250px);
}

.xl-r-padding {
  padding-right: clamp(125px, 13vw, 250px);
}

.mt-70 {
  margin-top: clamp(45px, 3.6vw, 70px);
}

.mb-70 {
  margin-bottom: clamp(45px, 3.6vw, 70px);
}

.ml-70 {
  margin-left: clamp(45px, 3.6vw, 70px);
}

.mr-70 {
  margin-right: clamp(45px, 3.6vw, 70px);
}

.mt-90 {
  margin-top: clamp(58px, 4.7vw, 90px);
}

.mb-90 {
  margin-bottom: clamp(58px, 4.7vw, 90px);
}

.ml-90 {
  margin-left: clamp(58px, 4.7vw, 90px);
}

.mr-90 {
  margin-right: clamp(58px, 4.7vw, 90px);
}

.mt-300 {
  margin-top: clamp(150px, 15.6vw, 300px);
}

.mb-300 {
  margin-bottom: clamp(150px, 15.6vw, 300px);
}

.ml-300 {
  margin-left: clamp(150px, 15.6vw, 300px);
}

.mr-300 {
  margin-right: clamp(150px, 15.6vw, 300px);
}

.t-margin {
  margin-top: clamp(32px, 2.6vw, 50px);
}

.b-margin {
  margin-bottom: clamp(32px, 2.6vw, 50px);
}

.l-margin {
  margin-left: clamp(32px, 2.6vw, 50px);
}

.r-margin {
  margin-right: clamp(32px, 2.6vw, 50px);
}

.md-t-margin {
  margin-top: clamp(64px, 5.2vw, 100px);
}

.md-b-margin {
  margin-bottom: clamp(64px, 5.2vw, 100px);
}

.md-l-margin {
  margin-left: clamp(64px, 5.2vw, 100px);
}

.md-r-margin {
  margin-right: clamp(64px, 5.2vw, 100px);
}

.lg-t-margin {
  margin-top: clamp(96px, 7.8vw, 150px);
}

.lg-b-margin {
  margin-bottom: clamp(96px, 7.8vw, 150px);
}

.lg-l-margin {
  margin-left: clamp(96px, 7.8vw, 150px);
}

.lg-r-margin {
  margin-right: clamp(96px, 7.8vw, 150px);
}

.xl-t-margin {
  margin-top: clamp(125px, 13vw, 250px);
}

.xl-b-margin {
  margin-bottom: clamp(125px, 13vw, 250px);
}

.xl-l-margin {
  margin-left: clamp(125px, 13vw, 250px);
}

.xl-r-margin {
  margin-right: clamp(125px, 13vw, 250px);
}

.height-920 {
  height: 920px;
}

.height-750 {
  height: 750px;
}

.height-450 {
  height: 450px;
}

.swiper-controls {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
}

.swiper-pagination {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: flex;
}

.swiper-pagination-bullet {
  border: 1px solid;
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
}

.swiper-button {
  border: 1px solid;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.3s linear;
}
.swiper-button:hover {
  background: rgb(235, 237, 228);
}
.swiper-button:hover path {
  background: rgb(235, 237, 228);
  stroke: yellow;
}

.swiper-button-disabled {
  opacity: 0.5;
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li span.page-numbers {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #242425;
}
ul.page-numbers li a.page-numbers:not(.next, .prev) {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
ul.page-numbers li a.page-numbers:hover {
  background-color: #242425;
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}
ul.page-numbers li a.page-numbers:hover svg {
  stroke: yellow;
}
ul.page-numbers li a.page-numbers svg {
  stroke: yellow;
}
ul.page-numbers li a.page-numbers.prev svg {
  transform: rotate(-136deg);
  -webkit-transform: rotate(-136deg);
  -moz-transform: rotate(-136deg);
  -ms-transform: rotate(-136deg);
  -o-transform: rotate(-136deg);
}
ul.page-numbers li a.page-numbers.next svg {
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}

#header .branding-menu-wrapper {
  transition: background-color 0.3s ease;
}
#header .branding-menu-wrapper.is-pinned {
  background-color: #EBEDE4;
  z-index: 99999;
}
#header #pages-menu a:hover {
  color: #E3471F;
}

#logo img.custom-logo {
  height: 37px;
  width: auto;
}

#mobile-open,
#mobile-close {
  width: 120px;
  cursor: pointer;
}

.menu-line {
  height: 2px;
  width: 100%;
  margin: 7px 0;
  transition: all 0.3s linear;
}
.menu-line.top {
  width: 80%;
}
.menu-line.bot {
  width: 60%;
}

#mobile-open:hover .menu-line,
#mobile-menu.opened .menu-line {
  width: 100%;
}

/* Modal Menu */
#mobile-menu-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 1;
  z-index: 10;
  background: #242425;
}

#menu-social li {
  margin-right: 10px;
}
#menu-social li:last-child {
  margin-right: 0px;
}

#menu-modal-menu {
  flex-direction: column;
}
#menu-modal-menu li {
  border-bottom: 1px solid rgba(120, 153, 4, 0.2);
  width: 100%;
  padding: 7px 0;
}
#menu-modal-menu li:last-child {
  border: none;
}

#modal-navigation,
.menu-modal-menu-container {
  width: 100%;
}
#modal-navigation #menu-main-menu li,
.menu-modal-menu-container #menu-main-menu li {
  margin-bottom: 12px;
}
#modal-navigation a:hover,
.menu-modal-menu-container a:hover {
  color: #E3471F;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

#mobile-close {
  cursor: pointer;
}

/* Menu & Submenu */
.sub-menu {
  list-style: none;
  padding-left: 10px;
  font-size: 70%;
}

span.accordion-btn {
  cursor: pointer;
  width: 12.5px;
  height: 12.5px;
}
span.accordion-btn span.accordion-line {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
span.accordion-btn span.accordion-line.top {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
span.accordion-btn span.accordion-line.active.top {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#mobile-close span:hover,
#mobile-open span:hover {
  color: #E3471F;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.address-wrapper a {
  margin-bottom: 10px;
}
.address-wrapper a:hover {
  color: #E3471F;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.social-copy-wrapper a {
  color: #242425;
}
.social-copy-wrapper a:hover {
  color: #E3471F;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.svg-wrapper {
  position: relative;
}
.svg-wrapper .first-svg,
.svg-wrapper .second-svg {
  width: 100%;
  height: auto;
}
.svg-wrapper svg {
  position: absolute;
  inset: 0;
  width: 100%;
}

#home {
  min-height: 100dvh;
}

#hero-section .hero-images-wrapper .hero-left-image-wrapper,
#hero-section .hero-images-wrapper .hero-right-image-wrapper {
  width: 100%;
  transform: rotateZ(25deg);
}
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-image,
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-video,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-image,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-video {
  width: 50px;
  height: clamp(400px, 36.5vw, 700px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-image img,
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-image video,
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-video img,
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-video video,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-image img,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-image video,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-video img,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-video video {
  opacity: 0;
  transform: scale(1.01);
}
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-image video,
#hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-video video,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-image video,
#hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-video video {
  transform: scale(1.02);
}

#projects-section .feature-prj-wrapper .feature-prj-content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: max-content;
  top: 50%;
  left: 50%;
  z-index: 1;
}
#projects-section .prj-1 {
  z-index: 2;
}
#projects-section .prj-1 .feature-prj-content {
  width: max-content;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .prj-2 .feature-prj-content {
  z-index: 1;
  width: max-content;
  top: 70%;
  left: -30%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .prj-3 {
  margin-top: clamp(-300px, -26vw, 0px);
  padding-inline: clamp(20px, 7vw, 180px);
}
#projects-section .prj-3 .feature-prj-content {
  z-index: 2;
  width: max-content;
  top: 40%;
  left: 40%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .prj-4 {
  margin-top: clamp(50px, 8vw, 220px);
}
#projects-section .prj-4 .feature-prj-content {
  z-index: 2;
  width: max-content;
  top: 70%;
  right: 70%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .prj-5 {
  margin-left: clamp(10px, 2vw, 20px);
  width: clamp(100px, 90vw, 100%);
}
#projects-section .prj-5 .feature-prj-content {
  z-index: 2;
  width: max-content;
  top: 50%;
  left: 40%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .prj-6 {
  padding-right: clamp(20px, 7vw, 180px);
  width: clamp(100px, 90vw, 100%);
  display: flex;
  justify-content: end;
}
#projects-section .prj-6 .feature-prj-content {
  z-index: 2;
  width: max-content;
  top: 50%;
  right: 30%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .prj-7 {
  margin-left: clamp(20px, 7vw, 180px);
  margin-top: clamp(10px, 2vw, 50px);
}
#projects-section .prj-7 .feature-prj-content {
  z-index: 2;
  width: max-content;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#projects-section .feature-prj-img {
  width: fit-content;
}
#projects-section .feature-prj-img .reverse {
  order: -1;
}
#projects-section .feature-prj-img:hover h3 a,
#projects-section .feature-prj-img:hover p {
  color: #E3471F;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#services-section .page-item-wrapper {
  position: relative;
}
#services-section .page-item-wrapper .page-item:hover a {
  color: #E3471F;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#services-section .item-1 {
  z-index: 1;
}
#services-section .item-2 {
  z-index: 0;
}

#projects-section {
  position: relative;
}

.projects-active-title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  pointer-events: none;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.projects-active-title span {
  display: inline-block;
  font-size: clamp(32px, 5vw, 90px);
  font-weight: 500;
  line-height: 0.95;
  color: rgba(0, 0, 0, 0.9);
  will-change: transform, opacity;
}

@media (max-width: 1859.98px) {
  #projects-section .prj-1,
  #projects-section .prj-2,
  #projects-section .prj-3,
  #projects-section .prj-4 {
    width: 40%;
    height: 100%;
  }
}
@media (max-width: 1600px) {
  #projects-section .prj-3 {
    margin-top: 0;
  }
  #projects-section .prj-7 .feature-prj-content {
    top: 40%;
    left: 40%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media (max-width: 1399.98px) {
  #projects-section .prj-3 {
    margin-top: clamp(-150px, -26vw, 0px);
    padding-inline: 0;
  }
  #projects-section .prj-3 .feature-prj-content {
    margin-left: 20px;
  }
  #projects-section .prj-5 .feature-prj-content {
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #projects-section .prj-7 .feature-prj-content {
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1199.98px) {
  #projects-section .prj-1 .feature-prj-content {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #projects-section .prj-5 .feature-prj-content,
  #projects-section .prj-6 .feature-prj-content,
  #projects-section .prj-7 .feature-prj-content {
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #projects-section .prj-5 {
    margin-left: unset;
  }
  #projects-section .prj-6 {
    padding-right: 0;
  }
  #projects-section .prj-6 .feature-prj-img {
    width: 100%;
  }
  #projects-section .prj-7 {
    width: clamp(100px, 90vw, 100%);
    margin-top: clamp(50px, 8vw, 200px);
  }
  #projects-section .prj-7 .feature-prj-img {
    width: 100%;
  }
  #projects-section .prj-5, #projects-section .prj-6, #projects-section .prj-7 {
    margin-left: auto;
    margin-right: auto;
  }
  #projects-section .prj-5 .feature-prj-content, #projects-section .prj-6 .feature-prj-content, #projects-section .prj-7 .feature-prj-content {
    margin-left: unset;
    margin-right: unset;
    order: -1;
  }
}
@media (max-width: 991.98px) {
  br {
    displa: none;
  }
  #hero-section .title-wrapper,
  #hero-section .small-desc-wrapper {
    padding-inline: 0;
  }
  #hero-section .small-desc-wrapper {
    margin-top: 30px;
  }
  #hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-video,
  #hero-section .hero-images-wrapper .hero-left-image-wrapper .hero-image,
  #hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-video,
  #hero-section .hero-images-wrapper .hero-right-image-wrapper .hero-image {
    width: 20px;
    height: clamp(280px, 36.5vw, 700px);
  }
  #projects-section .feature-prj-wrapper {
    padding-inline: 0;
  }
  #projects-section .prj-1 .feature-prj-content,
  #projects-section .prj-3 .feature-prj-content {
    margin-left: 0;
  }
  #projects-section .prj-2 .feature-prj-img .feature-prj-content,
  #projects-section .prj-4 .feature-prj-content {
    padding-right: 0;
  }
  #projects-section .feature-prj-content {
    margin-left: unset;
  }
  #projects-section .prj-3 {
    margin-top: 50px;
    padding-inline: 0;
  }
  #projects-section .feature-prj-content {
    order: -1;
  }
  #projects-section .feature-prj-content.reverse {
    order: -1;
  }
  #projects-section .feature-prj-img {
    margin: 0;
  }
  #projects-section .prj-img-wrapper {
    width: 100%;
  }
  #projects-section .prj-img-wrapper .feature-prj-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #projects-section .prj-1,
  #projects-section .prj-2,
  #projects-section .prj-3,
  #projects-section .prj-4,
  #projects-section .prj-5,
  #projects-section .prj-6,
  #projects-section .prj-7 {
    margin-top: clamp(40px, 7.8vw, 150px);
  }
  #projects-section .prj-1 .feature-prj-content,
  #projects-section .prj-2 .feature-prj-content,
  #projects-section .prj-3 .feature-prj-content,
  #projects-section .prj-4 .feature-prj-content,
  #projects-section .prj-5 .feature-prj-content,
  #projects-section .prj-6 .feature-prj-content,
  #projects-section .prj-7 .feature-prj-content {
    position: relative !important;
    right: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #projects-section .prj-img-wrapper.pt-300 {
    padding-top: 0;
  }
  #services-section .services-description-title-wrapper {
    padding-inline: 0;
  }
}
@media (max-width: 575.98px) {
  #mobile-menu-modal {
    overflow: auto;
  }
}
#page-loader {
  position: fixed;
  inset: 0;
  background: #e8e8e2; /* match the off-white from your frames */
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader-inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

/* Fragment stage */
.loader-logo-fragments {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frag {
  position: absolute;
  font-family: "YourSerifFont", serif; /* swap for your brand font */
  font-size: 48px;
  color: #111;
  opacity: 0;
  font-weight: 300;
}

.frag-divider {
  position: absolute;
  width: 1px;
  height: 0;
  background: #111;
  opacity: 0;
}

/* Wordmark stage */
.loader-wordmark {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.brand-name {
  font-family: "YourDisplayFont", serif;
  font-size: clamp(40px, 8vw, 88px);
  letter-spacing: 0.02em;
  color: #111;
  margin: 0;
  font-weight: 400;
  /* filter applied via GSAP */
}

.brand-tagline {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #111;
  margin-top: 12px;
  opacity: 0;
}

body.loader-done #page-loader {
  pointer-events: none;
}