@charset "UTF-8";
@font-face {
  font-family: "Luxia";
  src: url("../font/LuxiaRegular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
[dir=rtl] {
  text-align: right;
}
[dir=rtl] .main-nav ul {
  padding: 0px clamp(12px, 1.24vw, 24px);
}
[dir=rtl] .main-nav .main-nav__chevron {
  margin-right: 5px;
  margin-left: 0;
}
[dir=rtl] .main-nav .sub-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .language-switcher__chevron {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .language-switcher__menu {
  right: auto;
  left: 0;
}
[dir=rtl] .button-wrap .language-switcher summary {
  flex-direction: row-reverse;
}
[dir=rtl] .header-top .left {
  flex-direction: row-reverse;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ffffff;
}
@media (min-width: 1200px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  * {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

html.lenis {
  scroll-behavior: auto;
}

body {
  transition: 0.5s ease all;
  overflow-x: hidden;
  color: #fbf7f7;
}

.container-side {
  max-width: 91.528%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .container-side {
    margin-right: auto;
  }
}

.container-ctn {
  max-width: 93%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .container-ctn {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-ctn {
    max-width: 90.793%;
  }
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 82.793%;
  }
}

.container-head {
  max-width: 93%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .container-head {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 576px) {
  .container-head {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-head {
    max-width: 97.5945%;
  }
}

ul {
  padding: 0;
  margin: 0;
}

button {
  border: unset;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
button:focus-visible {
  outline: 2px solid rgba(50, 197, 243, 0.35);
  outline-offset: 2px;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease;
}
a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}
a:focus-visible {
  outline: 2px solid rgba(50, 197, 243, 0.35);
  outline-offset: 2px;
}

p {
  line-height: normal;
}

.p-0 {
  padding: 0 !important;
}

.commonPadding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .commonPadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
@media (min-width: 1280px) {
  .commonPadding {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1900px) {
  .commonPadding {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.container-insights {
  max-width: 94.143%;
  margin-left: auto;
}

.commonPadding-pt {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .commonPadding-pt {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pt {
    padding-top: 74px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pt {
    padding-top: 78px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pt {
    padding-top: 82px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pt {
    padding-top: 86px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pt {
    padding-top: 100px;
  }
}

.commonPadding-pb-120 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .commonPadding-pb-120 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pb-120 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pb-120 {
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pb-120 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pb-120 {
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pb-120 {
    padding-bottom: 120px;
  }
}

.commonPadding-pt-120 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .commonPadding-pt-120 {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pt-120 {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pt-120 {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pt-120 {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pt-120 {
    padding-top: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pt-120 {
    padding-top: 120px;
  }
}

.commonPadding-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .commonPadding-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-120 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.commonPadding-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .commonPadding-80 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-80 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-80 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-80 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.position, .about-story__media::before, .about-story__media::after, .horus-hero .horus-hero__slide::before, .horus-hero::before, .burgerMenu-nav > ul > li ul a::after, .burgerMenu-nav > ul > li ul a::before, .burgerMenu::after, .product-navigation > ul > li ul a::after, .product-navigation > ul > li ul a::before {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 100%;
  }
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #32c5f3;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0;
  /* Adds top & bottom gap (optional) */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.py-0 {
  padding: 0 !important;
}

li {
  list-style: none;
}

.list ul {
  list-style: none;
  margin-top: clamp(10px, 1.3vw, 18px);
  margin-bottom: 24px;
  padding: 0;
}
.list li {
  position: relative;
  margin-bottom: clamp(10px, 1.3vw, 15px);
  padding-left: clamp(30px, 2.19vw, 42px);
  color: #bdbec0;
}
.list li::before {
  content: "";
  position: absolute;
  flex-shrink: 0;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.87501 12.0007C1.87501 12.2991 1.99354 12.5852 2.20452 12.7962C2.4155 13.0072 2.70164 13.1257 3.00001 13.1257H18.285L14.205 17.2057C14.0063 17.419 13.8981 17.7011 13.9033 17.9925C13.9084 18.284 14.0265 18.562 14.2326 18.7682C14.4387 18.9743 14.7168 19.0923 15.0082 19.0975C15.2997 19.1026 15.5818 18.9944 15.795 18.7957L21.795 12.7957C22.0057 12.5848 22.124 12.2988 22.124 12.0007C22.124 11.7026 22.0057 11.4167 21.795 11.2057L15.795 5.20572C15.5818 5.007 15.2997 4.89881 15.0082 4.90396C14.7168 4.9091 14.4387 5.02717 14.2326 5.23329C14.0265 5.43941 13.9084 5.71748 13.9033 6.00894C13.8981 6.30039 14.0063 6.58246 14.205 6.79572L18.285 10.8757L3.00001 10.8757C2.70164 10.8757 2.4155 10.9942 2.20452 11.2052C1.99354 11.4162 1.87501 11.7024 1.87501 12.0007Z" fill="%231F94D2"/></svg>') no-repeat center/contain;
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -18px;
  left: 0;
  line-height: normal;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 81px !important;
}

.iti--allow-dropdown input[type=number] {
  padding-left: 81px !important;
}

.iti__country-list {
  z-index: 9;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M16.1589 5.95463C15.9479 5.74373 15.6618 5.62525 15.3635 5.62525C15.0652 5.62525 14.7791 5.74373 14.5681 5.95463L8.9994 11.5234L3.43065 5.95463C3.21847 5.7497 2.93429 5.63631 2.63932 5.63887C2.34435 5.64144 2.06218 5.75975 1.8536 5.96834C1.64502 6.17692 1.5267 6.45908 1.52414 6.75406C1.52157 7.04903 1.63497 7.3332 1.8399 7.54538L8.20402 13.9095C8.41499 14.1204 8.70109 14.2389 8.9994 14.2389C9.29771 14.2389 9.5838 14.1204 9.79477 13.9095L16.1589 7.54538C16.3698 7.33441 16.4883 7.04832 16.4883 6.75001C16.4883 6.4517 16.3698 6.1656 16.1589 5.95463Z" fill="%232F3F58"/></svg>');
  border: unset;
  background-repeat: no-repeat;
  background-position: 95%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
@media (max-width: 575px) {
  select {
    background-position: 96%;
    background-size: 14px;
  }
}
select:focus-visible {
  outline: unset;
  box-shadow: unset;
}

.form-select:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler {
  background: unset;
  border: unset;
  border-radius: unset;
  transition: transform 0.35s ease, stroke 0.35s ease;
}
.navbar-toggler path {
  transition: stroke 0.35s ease;
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Smooth transition */
}

.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

input.error,
textarea.error {
  border: 1px solid #FF4040 !important;
}

/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.hidden {
  display: none;
}

.show {
  display: inline-block;
}

.visibility-hidden {
  visibility: hidden;
}

.dropDown .dropdown-menu {
  width: 100%;
  margin: auto !important;
}
.dropDown .dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #000 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}
.dropDown {
  border-radius: 8px;
  background: #32c5f3;
  font-size: 16px;
  line-height: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.slick-track {
  margin-left: 0;
}

.slick-nav {
  z-index: 0;
}
.slick-nav div svg {
  height: auto;
}
.slick-nav div svg:hover path {
  fill: #32c5f3;
}

.mobile-menu {
  padding-bottom: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.slick-dots {
  gap: clamp(4px, 2.1vw, 8px);
}
.slick-dots button {
  transition: 0.5s ease all;
  background: #FFF;
  font-size: 0;
  border-radius: 20px;
  width: clamp(10px, 1.0999vw, 20px);
  height: clamp(10px, 1.0999vw, 20px);
}
.slick-dots .slick-active button {
  transition: 0.5s ease all;
  background: #32c5f3;
  width: clamp(25px, 2.69vw, 51px);
}

.slick-nav-count {
  border: 2px solid #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(10px, 0.94vw, 18px);
  padding: 9px 4px;
}
@media (min-width: 576px) {
  .slick-nav-count {
    padding: 14px 8px;
  }
}
@media (min-width: 768px) {
  .slick-nav-count {
    padding: 16px 10px;
  }
}
@media (min-width: 992px) {
  .slick-nav-count {
    padding: 16.5px 10.5px;
    border: 4px solid #D9D9D9;
  }
}
@media (min-width: 1200px) {
  .slick-nav-count {
    padding: 17px 11px;
  }
}
@media (min-width: 1350px) {
  .slick-nav-count {
    padding: 17.5px 11.5px;
  }
}
@media (min-width: 1440px) {
  .slick-nav-count {
    padding: 18px 12px;
  }
}
@media (min-width: 1600px) {
  .slick-nav-count {
    padding: 18.5px 12.5px;
  }
}
@media (min-width: 1900px) {
  .slick-nav-count {
    padding: 19px 13px;
  }
}
.slick-nav-count div:hover path {
  fill: #737374;
}
.slick-nav-count .slick-count {
  padding-top: 4px;
  line-height: 100%;
  font-weight: 700;
  color: #32c5f3;
  width: 22px;
}

select:disabled,
input:disabled {
  opacity: 0.4;
}

.modal {
  z-index: 9999;
}

.head strong {
  margin-bottom: 0px;
  display: block;
  font-weight: 500;
}
.head p {
  font-weight: 300;
  font-size: clamp(16px, 1.67vw, 32px);
}

a[data-bs-toggle=modal] {
  cursor: pointer;
}

.slick-slider {
  direction: ltr;
}

.iti__selected-flag {
  border-right: 1px solid #B1BCCD;
}

.theme__cta {
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1vw, 9px);
  padding: clamp(5px, 0.55vw, 8px) clamp(5px, 0.55vw, 8px) clamp(5px, 0.55vw, 8px) clamp(18px, 1.8vw, 20px);
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, gap 0.3s ease;
}
@media (hover: hover) {
  .theme__cta:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    gap: clamp(10px, 1.2vw, 14px);
  }
  .theme__cta:hover span {
    transform: translateX(2px);
  }
  .theme__cta:hover span svg {
    transform: translateX(2px);
  }
}
.theme__cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(30px, 2.605vw, 50px);
  height: clamp(30px, 2.605vw, 50px);
  border-radius: 50%;
  background: #000;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme__cta span svg {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme__cta.dark {
  background: #000;
  color: #fff;
}
.theme__cta.dark span {
  background: #fff;
}
.theme__cta.dark span svg {
  filter: invert(1);
}

.page-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(140px, 9.375vw, 180px);
  padding: clamp(32px, 3.125vw, 49px) 0;
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: #F3F3F3;
}
.page-banner h1 {
  margin: 0;
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(36px, 3.5417vw, 68px);
  line-height: 1.1;
  text-align: center;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(6px, 0.4167vw, 8px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  font-family: "Luxia", serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.2;
}
.breadcrumb-nav span {
  font-family: Luxia;
}
.breadcrumb-nav a {
  color: #848484;
  font-family: Luxia;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-nav a:hover {
  color: #32c5f3;
}
.breadcrumb-nav__sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(13px, 0.78125vw, 15px);
  height: clamp(13px, 0.78125vw, 15px);
  color: #B4A36E;
}
.breadcrumb-nav__sep svg {
  width: 100%;
  height: auto;
}
.breadcrumb-nav__current {
  color: #000;
}

.breadcrumb-divider {
  height: 1px;
  margin: clamp(16px, 1.0417vw, 20px) 0 0;
  background: #E9E9E9;
}

.mark,
mark {
  color: #000;
}

.horus-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
  margin-top: clamp(0px, 4.844vw, 93px);
}
.horus-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 21px 40px;
}
.horus-header__inner::before {
  left: 0;
}
.horus-header__inner::after {
  right: 0;
}
.horus-header__inner::before, .horus-header__inner::after {
  content: "";
  position: absolute;
  background: #BDBEC0;
  width: 1px;
  height: calc(100% + 20px);
  top: -10px;
}
.horus-header.is-scrolled .horus-header__inner {
  padding: 20px 40px;
}
.horus-header.is-scrolled {
  margin: 0;
  transition: 0.5s ease all;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(114, 114, 114, 0.35);
  padding: 12px 0;
}
.horus-header__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.horus-header__frame::before, .horus-header__frame::after {
  content: "";
  position: absolute;
  background: #BDBEC0;
  left: -10px;
  right: -10px;
  height: 1px;
}
.horus-header__frame::before {
  top: 0;
}
.horus-header__frame::after {
  bottom: 0;
}
.horus-header__brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
@media (hover: hover) {
  .horus-header__brand:hover {
    opacity: 0.85;
  }
}
.horus-header__brand img {
  width: clamp(160px, 13vw, 250px);
  height: auto;
  display: block;
}
.horus-header__nav {
  display: none;
  position: relative;
  padding-left: 40px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .horus-header__nav {
    display: flex;
  }
}
.horus-header__nav ul {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  gap: clamp(24px, 3.3vw, 63px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.horus-header__nav a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: normal;
  text-decoration: none;
  color: #BDBEC0;
  transition: color 0.2s ease;
}
.horus-header__nav a::before, .horus-header__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 8.869px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.horus-header__nav a::before {
  top: -21px;
  transform: translate(-50%, -50%);
}
.horus-header__nav a::after {
  bottom: -21px;
  transform: translate(-50%, 50%);
}
.horus-header__nav a.is-active, .horus-header__nav a:hover {
  color: #fff;
}
.horus-header__nav a.is-active::before, .horus-header__nav a.is-active::after, .horus-header__nav a:hover::before, .horus-header__nav a:hover::after {
  opacity: 1;
}
.horus-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  margin-left: 43px;
}
.horus-header__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}
.horus-header__burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 1px solid white;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
@media (hover: hover) {
  .horus-header__burger:hover {
    border-color: rgba(50, 197, 243, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }
  .horus-header__burger:active {
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .horus-header__burger:hover {
    border-color: #32c5f3;
    color: #32c5f3;
    box-shadow: 0 8px 24px rgba(50, 197, 243, 0.2);
  }
}
@media (min-width: 992px) {
  .horus-header__burger {
    display: none;
  }
}

@media (max-width: 991px) {
  .horus-header {
    margin-top: 0;
    background: rgba(5, 5, 5, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(114, 114, 114, 0.25);
  }
  .horus-header__inner {
    flex-wrap: nowrap;
    gap: 16px;
    padding: 14px 0;
  }
  .horus-header__inner::before, .horus-header__inner::after {
    display: none;
  }
  .horus-header__frame {
    display: none;
  }
  .horus-header.is-scrolled {
    padding: 0;
  }
  .horus-header.is-scrolled .horus-header__inner {
    padding: 14px 0;
  }
  .horus-header__brand img {
    width: clamp(140px, 38vw, 180px);
  }
}
@media (max-width: 575px) {
  .horus-header__inner {
    padding: 12px 0;
  }
  .horus-header.is-scrolled .horus-header__inner {
    padding: 12px 0;
  }
}
.desktop-menu-modal .modal-content {
  background: #050505;
  color: #fff;
  min-height: 100vh;
  border: none;
  border-radius: 0;
}
.desktop-menu-modal .modal-body {
  padding: clamp(80px, 8vw, 120px) 0 clamp(48px, 5vw, 80px);
}
.desktop-menu-modal__close {
  position: fixed;
  top: clamp(24px, 3vw, 48px);
  right: clamp(24px, 3vw, 48px);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 48px);
  height: clamp(40px, 2.5vw, 48px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
@media (hover: hover) {
  .desktop-menu-modal__close:hover {
    border-color: #32c5f3;
    color: #32c5f3;
    background: rgba(50, 197, 243, 0.08);
  }
}
.desktop-menu-modal__close svg {
  width: clamp(14px, 0.94vw, 18px);
  height: auto;
  display: block;
}
.desktop-menu-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
@media (max-width: 991px) {
  .desktop-menu-modal__grid {
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 64px);
  }
}
.desktop-menu-modal__logo {
  display: inline-block;
  margin-bottom: clamp(40px, 5vw, 72px);
  text-decoration: none;
  transition: opacity 0.25s ease;
}
@media (hover: hover) {
  .desktop-menu-modal__logo:hover {
    opacity: 0.85;
  }
}
.desktop-menu-modal__logo img {
  width: clamp(160px, 13vw, 250px);
  height: auto;
  display: block;
}
.desktop-menu-modal__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-menu-modal__nav > li {
  margin-bottom: clamp(12px, 1.2vw, 20px);
}
.desktop-menu-modal__nav > li:last-child {
  margin-bottom: 0;
}
.desktop-menu-modal__nav > li > a {
  display: inline-block;
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 3.33vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: clamp(1px, 0.1vw, 2px);
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) {
  .desktop-menu-modal__nav > li > a:hover {
    color: #32c5f3;
  }
}
.desktop-menu-modal__nav > li > a.is-active {
  color: #32c5f3;
}
.desktop-menu-modal__sub {
  list-style: none;
  margin: clamp(12px, 1vw, 16px) 0 0;
  padding: 0 0 0 clamp(4px, 0.5vw, 8px);
}
.desktop-menu-modal__sub li {
  margin-bottom: clamp(8px, 0.7vw, 12px);
}
.desktop-menu-modal__sub li:last-child {
  margin-bottom: 0;
}
.desktop-menu-modal__sub a {
  display: inline-block;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #BDBEC0;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .desktop-menu-modal__sub a:hover {
    color: #fff;
  }
}
.desktop-menu-modal__contact-col {
  padding-top: clamp(8px, 1vw, 16px);
  border-left: 1px solid rgba(114, 114, 114, 0.45);
  padding-left: clamp(32px, 4vw, 64px);
}
@media (max-width: 991px) {
  .desktop-menu-modal__contact-col {
    border-left: none;
    padding-left: 0;
    padding-top: clamp(24px, 4vw, 40px);
    border-top: 1px solid rgba(114, 114, 114, 0.45);
  }
}
.desktop-menu-modal__contact-col h3 {
  font-family: "Zain", sans-serif;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 clamp(28px, 2.5vw, 40px);
}
.desktop-menu-modal__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-menu-modal__contact li {
  margin-bottom: clamp(20px, 2vw, 28px);
}
.desktop-menu-modal__contact li:last-child {
  margin-bottom: 0;
}
.desktop-menu-modal__contact span {
  display: block;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #BDBEC0;
  margin-bottom: clamp(6px, 0.5vw, 8px);
}
.desktop-menu-modal__contact a, .desktop-menu-modal__contact__value {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .desktop-menu-modal__contact a:hover {
    color: #32c5f3;
  }
}
.desktop-menu-modal__social {
  margin-top: clamp(40px, 4vw, 56px);
  padding-top: clamp(28px, 2.5vw, 40px);
  border-top: 1px solid rgba(114, 114, 114, 0.35);
}
.desktop-menu-modal__social p {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #BDBEC0;
  margin: 0 0 clamp(16px, 1.5vw, 20px);
}
.desktop-menu-modal__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1vw, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-menu-modal__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 2.5vw, 44px);
  height: clamp(36px, 2.5vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
@media (hover: hover) {
  .desktop-menu-modal__social a:hover {
    border-color: #32c5f3;
    color: #32c5f3;
    background: rgba(50, 197, 243, 0.08);
  }
}
.desktop-menu-modal__social a svg {
  width: clamp(16px, 1.04vw, 20px);
  height: auto;
  display: block;
}

.horus-footer {
  background: #101010;
  padding: clamp(48px, 5vw, 80px) 0 clamp(24px, 3vw, 40px);
}
.horus-footer__newsletter {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 2.6043vw, 50px);
  border-bottom: 1px solid rgba(114, 114, 114, 0.5);
}
@media (min-width: 992px) {
  .horus-footer__newsletter {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.horus-footer__newsletter-copy h2 {
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 400;
  margin: 0 0 16px;
  color: #fff;
}
.horus-footer__newsletter-copy p {
  max-width: 620px;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.horus-footer__form {
  position: relative;
}
.horus-footer__form input {
  width: 100%;
  height: 80px;
  padding: 0 72px 0 24px;
  background: #101010;
  border: 1px solid #727272;
  border-radius: 10px;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 20px;
  color: #fff;
}
.horus-footer__form input::-moz-placeholder {
  color: white;
}
.horus-footer__form input::placeholder {
  color: white;
}
.horus-footer__form input:focus {
  border-color: #32c5f3;
  outline: none;
}
.horus-footer__form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .horus-footer__form button:hover {
    color: #32c5f3;
    transform: translateY(-50%) scale(1.1);
  }
}
.horus-footer__form button svg {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.horus-footer__brand {
  width: 24.764%;
}
.horus-footer__services-menu ul {
  gap: clamp(8px, 0.83vw, 16px);
}
.horus-footer__services-menu {
  width: 22%;
}
.horus-footer__contact {
  width: 27%;
}
@media (min-width: 1200px) {
  .horus-footer__contact {
    width: 18.194%;
  }
}
.horus-footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 48px);
  padding-top: 125px;
  padding-bottom: 86px;
  border-bottom: 1px solid rgba(114, 114, 114, 0.5);
}
@media (min-width: 768px) {
  .horus-footer__grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
  }
}
.horus-footer__menu ul {
  gap: clamp(8px, 0.83vw, 16px);
}
.horus-footer__brand img {
  width: clamp(160px, 13vw, 250px);
  height: auto;
  margin-bottom: 24px;
}
.horus-footer__brand p {
  max-width: 392px;
  font-family: "Zain", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 133.333%;
  color: #fff;
  margin: 0;
}
.horus-footer__col h3 {
  line-height: 133.333%;
  font-family: "Zain", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 clamp(12px, 1.25vw, 20px);
}
.horus-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.horus-footer__col a {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #BDBEC0;
  transition: color 0.2s ease;
}
.horus-footer__col a:hover, .horus-footer__col a.is-active {
  color: #fff;
}
.horus-footer__contact .info li + li {
  margin-top: 16px;
}
.horus-footer__contact li {
  display: flex;
  align-items: center;
  gap: 18px;
}
.horus-footer__contact span {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(12px, 0.729vw, 14px);
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #BDBEC0;
}
.horus-footer__contact a {
  font-size: clamp(16px, 1.042vw, 20px);
  letter-spacing: 2px;
  color: #fff;
}
.horus-footer__social {
  margin-top: 33px;
}
.horus-footer__social h3 {
  margin-bottom: 16px;
}
.horus-footer__social ul {
  flex-direction: row;
  gap: 21px;
}
.horus-footer__social a {
  display: inline-flex;
  color: #fff;
}
.horus-footer__social a svg {
  width: 24px;
  height: 24px;
}
.horus-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: clamp(12px, 1.3021vw, 25px);
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 14px;
  color: #BDBEC0;
}
@media (min-width: 768px) {
  .horus-footer__bottom {
    justify-content: space-between;
  }
}
.horus-footer__bottom p, .horus-footer__bottom a, .horus-footer__bottom li {
  font-size: 14px;
  color: #BDBEC0;
}
.horus-footer__bottom a {
  color: #BDBEC0;
  text-decoration: none;
}
.horus-footer__bottom a:hover {
  color: #fff;
}
.horus-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 575px) {
  .horus-footer__brand, .horus-footer__menu, .horus-footer__services-menu, .horus-footer__contact {
    width: 100%;
  }
  .horus-footer__grid {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .horus-footer__form input {
    height: 56px;
    font-size: 16px;
    padding-right: 56px;
  }
  .horus-footer__newsletter-copy p {
    font-size: 16px;
  }
}
.offcanvas {
  width: 100%;
  z-index: 9999999;
}

button.btn-close {
  background: unset;
  opacity: 1;
  width: 26px;
  height: 26px;
}
/* Mobile slide-out — Horus dark theme */
.mobile_left_menu {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  width: min(100% - 16px, 400px) !important;
  top: 8px;
  right: 8px;
  height: calc(100vh - 16px);
  height: calc(100dvh - 16px);
  background: rgba(5, 5, 5, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.mobile_left_menu .mobile-menu__close,
.mobile_left_menu .mobile-menu__close-label,
.mobile_left_menu .mobile-menu__close-x,
.mobile_left_menu .mobile-menu__link,
.mobile_left_menu .mobile-menu__chevron,
.mobile_left_menu .mobile-menu__icon,
.mobile_left_menu .mobile-menu__social-link,
.mobile_left_menu .mobile-menu__social-link svg {
  color: #fff;
}
.mobile_left_menu .mobile-menu__icon {
  color: #32c5f3;
}
.mobile_left_menu .mobile-menu__link.is-active,
.mobile_left_menu .mobile-menu__link:hover {
  color: #32c5f3;
}
.mobile_left_menu svg path[stroke],
.mobile_left_menu svg path[fill=none] {
  stroke: currentColor;
}
@media (max-width: 767px) {
  .mobile_left_menu {
    width: 100% !important;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .mobile_left_menu {
    top: 16px;
    right: 16px;
    height: calc(100vh - 32px);
    height: calc(100dvh - 32px);
  }
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: min(420px, 90%) !important;
  }
}
.mobile_left_menu .mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile_left_menu .mobile-menu__brand {
  display: block;
  max-width: 60%;
}
.mobile_left_menu .mobile-menu__logo {
  max-height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile_left_menu .theme-toggle.util-link {
  color: #fff !important;
}
.mobile_left_menu .mobile-menu__close {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.mobile_left_menu .mobile-menu__close:hover {
  background: rgba(50, 197, 243, 0.15) !important;
  border-color: #32c5f3;
  color: #32c5f3;
}
.mobile_left_menu .mobile-menu__close-label {
  display: inline-block;
}
.mobile_left_menu .mobile-menu__close-x {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mobile_left_menu .mobile-menu__close-x svg {
    width: 10px;
    height: 10px;
  }
}
.mobile_left_menu .mobile-menu__footer {
  flex-shrink: 0;
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
  margin-top: auto;
}
.mobile_left_menu .mobile-menu__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 1.5rem;
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.mobile_left_menu .mobile-menu__body::-webkit-scrollbar {
  width: 4px;
}
.mobile_left_menu .mobile-menu__body::-webkit-scrollbar-track {
  background: transparent;
}
.mobile_left_menu .mobile-menu__body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.mobile_left_menu .mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile_left_menu .mobile-menu__list > li {
  margin: 0 0 1.25rem;
}
.mobile_left_menu .mobile-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.25rem 0;
  font-family: "Zain", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.3s ease, transform 0.3s ease;
}
.mobile_left_menu .mobile-menu__link:hover {
  color: #32c5f3;
  transform: translateX(8px);
}
.mobile_left_menu .mobile-menu__link.is-active {
  color: #32c5f3;
}
.mobile_left_menu .mobile-menu__link--cta {
  justify-content: center;
  max-width: 220px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #32c5f3;
  border-radius: 12px;
  color: #32c5f3;
  background: rgba(50, 197, 243, 0.08);
  font-weight: 600;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.mobile_left_menu .mobile-menu__link--cta:hover {
  background: #32c5f3;
  color: #050505;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(50, 197, 243, 0.25);
}
.mobile_left_menu .mobile-menu__chevron {
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.mobile_left_menu .mobile-menu__link--toggle[aria-expanded=true] .mobile-menu__chevron {
  transform: rotate(180deg);
}
.mobile_left_menu .mobile-menu__sub {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0 0 0 1rem;
  border-left: 2px solid rgba(50, 197, 243, 0.35);
}
.mobile_left_menu .mobile-menu__sub li {
  margin-bottom: 0.75rem;
}
.mobile_left_menu .mobile-menu__sub li:last-child {
  margin-bottom: 0;
}
.mobile_left_menu .mobile-menu__sub a {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 1rem;
  color: #BDBEC0;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}
.mobile_left_menu .mobile-menu__sub a:hover {
  color: #fff;
  transform: translateX(4px);
}
.mobile_left_menu .mobile-menu__sub--services {
  padding: 0.75rem 0 0 1rem;
}
.mobile_left_menu .mobile-menu__service-group + .mobile-menu__service-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile_left_menu .mobile-menu__service-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_left_menu .mobile-menu__service-group li {
  margin-bottom: 0.5rem;
}
.mobile_left_menu .mobile-menu__service-group li:last-child {
  margin-bottom: 0;
}
.mobile_left_menu .mobile-menu__service-title {
  margin: 0 0 0.5rem;
  color: #32c5f3;
  font-family: "Zain", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
.mobile_left_menu .mobile-menu__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 1.5rem 0;
  width: 100%;
}
.mobile_left_menu .mobile-menu__contact {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 0.9rem;
  color: #BDBEC0;
  line-height: 1.5;
}
.mobile_left_menu .mobile-menu__line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.875rem;
}
.mobile_left_menu .mobile-menu__line path {
  fill: #fff;
  stroke: #fff;
}
.mobile_left_menu .mobile-menu__line:last-child {
  margin-bottom: 0;
}
.mobile_left_menu .mobile-menu__line span {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  color: #fff;
}
.mobile_left_menu .mobile-menu__line a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
  font-weight: 400;
}
.mobile_left_menu .mobile-menu__line a:hover {
  color: #32c5f3;
}
.mobile_left_menu .mobile-menu__icon {
  flex-shrink: 0;
  margin-top: 1px;
  color: #32c5f3;
}
.mobile_left_menu .mobile-menu__social-wrap {
  margin-top: 1.25rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.mobile_left_menu .mobile-menu__social-label {
  margin: 0 0 0.75rem;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BDBEC0;
}
.mobile_left_menu .mobile-menu__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(6px, 2vw, 10px);
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 max(8px, env(safe-area-inset-bottom, 0px));
}
.mobile_left_menu .mobile-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(34px, 9vw, 40px);
  height: clamp(34px, 9vw, 40px);
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .mobile_left_menu .mobile-menu__social-link:hover {
    background: rgba(50, 197, 243, 0.12);
    border-color: #32c5f3;
    color: #32c5f3;
    transform: translateY(-2px);
  }
}
.mobile_left_menu .mobile-menu__social-link svg {
  width: clamp(15px, 4vw, 18px);
  height: clamp(15px, 4vw, 18px);
  display: block;
  color: inherit;
}
.mobile_left_menu .mobile-menu__social-link svg path {
  fill: #fff;
}
.mobile_left_menu li.has-sub > ul {
  padding-left: 20px;
  margin-bottom: 0;
}

html[dir=rtl] .mobile_left_menu {
  left: 5px;
  right: auto;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.08);
}
@media (min-width: 576px) {
  html[dir=rtl] .mobile_left_menu {
    left: 30px;
    right: auto;
  }
}
html[dir=rtl] .mobile_left_menu .mobile-menu__link {
  text-align: right;
}
html[dir=rtl] .mobile_left_menu .mobile-menu__chevron {
  margin-left: 0;
  margin-right: 0.5rem;
}
html[dir=rtl] .mobile_left_menu .mobile-menu__sub {
  padding: 0 0.75rem 0 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.12);
}

.offcanvas-top {
  height: 100vh;
}

.productMenu .offcanvas-body {
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.productMenu .btn-close {
  position: absolute;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.product-navigation > ul {
  --cols: 1;
  --col-gap: 30px;
  --row-gap: 30px;
  grid-gap: var(--row-gap) var(--col-gap);
  display: grid;
  gap: var(--row-gap) var(--col-gap);
  grid-template-columns: repeat(var(--cols), 1fr);
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .product-navigation > ul {
    --cols: 2;
  }
}
@media (min-width: 768px) {
  .product-navigation > ul {
    --col-gap: 42px;
    --row-gap: 42px;
    --cols: 3;
  }
}
@media (min-width: 992px) {
  .product-navigation > ul {
    --col-gap: 45px;
    --row-gap: 45px;
    --cols: 4;
  }
}
@media (min-width: 1200px) {
  .product-navigation > ul {
    --col-gap: 48px;
    --row-gap: 48px;
  }
}
@media (min-width: 1350px) {
  .product-navigation > ul {
    --col-gap: 51px;
    --row-gap: 51px;
  }
}
@media (min-width: 1440px) {
  .product-navigation > ul {
    --col-gap: 54px;
    --row-gap: 54px;
  }
}
@media (min-width: 1600px) {
  .product-navigation > ul {
    --col-gap: 57px;
    --row-gap: 57px;
  }
}
@media (min-width: 1900px) {
  .product-navigation > ul {
    --col-gap: 60px;
    --row-gap: 60px;
  }
}
.product-navigation > ul > li {
  position: relative;
}
.product-navigation > ul > li > a {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.product-navigation > ul > li ul {
  padding-left: 20px;
}
.product-navigation > ul > li ul a {
  color: #414141;
  font-weight: 100;
  position: relative;
}
.product-navigation > ul > li ul a::before {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #32c5f3;
  left: 0;
}
.product-navigation > ul > li ul a::after {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #32c5f3;
  right: 0;
}
.product-navigation > ul > li ul a:hover {
  color: #000;
}
.product-navigation > ul > li ul a:hover::before {
  transition: 0.8s ease all;
  width: 100%;
}
.product-navigation > ul > li ul a:hover::after {
  transition: 0.8s ease all;
  width: 100%;
}
.product-navigation > ul > li ul li + li {
  margin-top: 10px;
  color: #000;
}
.product-navigation > ul > li:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: calc(var(--col-gap) * -0.5);
  top: 0;
  width: 1px;
}
.product-navigation > ul > li:after {
  background-color: #eee;
  bottom: calc(var(--row-gap) * -0.5);
  content: "";
  display: block;
  height: 1px;
  left: calc(var(--col-gap) * -0.5);
  position: absolute;
  right: calc(var(--col-gap) * -0.5);
}

.burgerMenu {
  height: 100vh;
  overflow-y: auto;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="340" viewBox="0 0 1920 340" fill="none" class="position-absolute w-100"><path d="M1967.43 231.844C1932.71 310.925 1765.82 384.122 1706.55 303.81C1656.95 236.613 1666.69 61.2818 1440.3 121.734C1212.55 182.548 1004.81 71.7788 1054.87 16.4418C1104.92 -38.8942 1275.89 66.7198 1071.83 140.118C867.779 213.516 781.662 108.227 613.171 247.896C491.654 348.627 412.24 355.889 275.667 249.817C216.814 204.111 75.9736 142.583 -13.3598 233.922" stroke="%23EF4136" stroke-width="2" stroke-linecap="round"></path></svg>');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.burgerMenu::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6352941176);
  left: 0;
  top: 0;
  z-index: -1;
}
.burgerMenu .offcanvas-body {
  border-top: 1px solid #eeeeee;
}
@media (min-width: 1200px) {
  .burgerMenu .offcanvas-body {
    padding-top: 40px;
  }
}
.burgerMenu .address-info li {
  width: -moz-fit-content;
  width: fit-content;
}
.burgerMenu .address-info ul span {
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .burgerMenu .address-info ul span {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .burgerMenu .address-info ul span {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu .address-info ul span {
    font-size: 29px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu .address-info ul span {
    font-size: 31px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu .address-info ul span {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu .address-info ul span {
    font-size: 35px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu .address-info ul span {
    font-size: 38px;
  }
}
.burgerMenu .address-info ul p,
.burgerMenu .address-info ul a {
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .burgerMenu .address-info ul p,
  .burgerMenu .address-info ul a {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu .address-info ul p,
  .burgerMenu .address-info ul a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu .address-info ul p,
  .burgerMenu .address-info ul a {
    font-size: 20px;
  }
}
.burgerMenu strong a,
.burgerMenu strong {
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.burgerMenu .offcanvas-footer {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.burgerMenu .offcanvas-footer svg {
  width: 30px;
  height: auto;
}
.burgerMenu .offcanvas-footer a:hover path {
  opacity: 0.6;
}
@media (max-width: 575px) {
  .burgerMenu .offcanvas-footer strong {
    display: inline-block;
    float: left;
  }
}
@media (max-width: 575px) {
  .burgerMenu .offcanvas-footer ul {
    padding-left: 15px;
  }
  .burgerMenu .offcanvas-footer ul svg {
    height: auto;
    width: 20px;
  }
}
.burgerMenu .offcanvas-footer ul {
  gap: 3%;
}

.burgerMenu-nav > ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 575px) {
  .burgerMenu-nav > ul > li + li {
    margin-top: 15px;
  }
}
.burgerMenu-nav > ul > li {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .burgerMenu-nav > ul > li {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li {
    width: 20%;
  }
}
.burgerMenu-nav > ul > li:last-child {
  width: 100%;
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li:last-child {
    width: 40%;
  }
}
.burgerMenu-nav > ul > li > a {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.burgerMenu-nav > ul > li ul {
  padding-left: 20px;
}
.burgerMenu-nav > ul > li ul a {
  color: #414141;
  font-weight: 100;
  position: relative;
  font-size: 15px;
}
@media (min-width: 992px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 21px;
  }
}
.burgerMenu-nav > ul > li ul a::before {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #32c5f3;
  left: 0;
}
.burgerMenu-nav > ul > li ul a::after {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #32c5f3;
  right: 0;
}
.burgerMenu-nav > ul > li ul a:hover {
  color: #000;
}
.burgerMenu-nav > ul > li ul a:hover::before {
  transition: 0.8s ease all;
  width: 100%;
}
.burgerMenu-nav > ul > li ul a:hover::after {
  transition: 0.8s ease all;
  width: 100%;
}
.burgerMenu-nav > ul > li ul li + li {
  color: #000;
  margin-top: 4px;
}
@media (min-width: 576px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 18px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 20px;
  }
}
.burgerMenu-nav .offcanvas-header {
  align-items: flex-start;
}
.burgerMenu-nav button {
  background: unset;
}
.burgerMenu-nav .contact-info {
  margin-top: 20Px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.burgerMenu-nav .contact-info P {
  font-size: 16px;
}
.burgerMenu-nav .contact-info span,
.burgerMenu-nav .contact-info svg {
  margin-bottom: 5px;
}
.burgerMenu-nav .contact-info svg {
  margin-right: 5px;
}
.burgerMenu-nav .contact-info span {
  display: inline-block;
  font-weight: 500;
}
.burgerMenu-nav .contact-info a,
.burgerMenu-nav .contact-info p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

html.horus-site {
  scroll-behavior: smooth;
}

.horus-site {
  background: #050505;
  color: #fff;
}
.horus-site p {
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.horus-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  border: 1px solid #727272;
  border-radius: 100px;
  font-family: "Zain", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #727272;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .horus-label:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
  }
}

.horus-section-title {
  color: #fff;
}

.horus-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.521vw, 10px);
  padding: clamp(12px, 0.781vw, 15px) clamp(16px, 1.042vw, 20px);
  background: #fff;
  color: #000;
  font-family: "Zain", sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background-color 0.25s ease;
}
.horus-btn svg {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .horus-btn:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  }
  .horus-btn:hover svg {
    transform: translateX(4px);
  }
  .horus-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }
}
.horus-btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.horus-btn--outline svg path {
  fill: #fff;
}
@media (hover: hover) {
  .horus-btn--outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
  }
}

.horus-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease, opacity 0.25s ease;
}
.horus-arrow svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .horus-arrow:hover:not(:disabled) {
    color: #32c5f3;
    transform: scale(1.12);
  }
  .horus-arrow:hover:not(:disabled) svg {
    transform: scale(1.05);
  }
  .horus-arrow:active:not(:disabled) {
    transform: scale(1);
  }
}
.horus-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.horus-progress {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.729vw, 14px);
}
.horus-progress__bar {
  position: relative;
  width: clamp(36px, 5.625vw, 108px);
  height: 5px;
  border-radius: 20px;
  background: #727272;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .horus-progress__bar:hover:not(.is-active) {
    opacity: 0.75;
    transform: scaleY(1.35);
  }
}
.horus-progress__bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: #32c5f3;
  transition: width 0.35s ease;
}
.horus-progress__bar.is-active::after {
  width: 100%;
}
.horus-progress__bar.is-complete::after {
  width: 100%;
}
.horus-progress--single .horus-progress__bar.is-active::after {
  width: 100%;
}
.horus-progress--light .horus-progress__bar {
  background: rgba(255, 255, 255, 0.35);
}
.horus-progress--light .horus-progress__bar::after {
  background: #fff;
}

.horus-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: clamp(24px, 3.13vw, 60px);
}

@media (max-width: 575px) {
  .horus-progress {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(100% - 56px);
  }
  .horus-progress__bar {
    width: 36px;
    flex-shrink: 0;
  }
  .horus-slider-nav {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body.modal-open:has(#siteEnquiryForm.show) .modal-backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.siteEnquiryForm.fade .modal-dialog {
  transform: scale(0.94) translateY(12px);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.siteEnquiryForm.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.siteEnquiryForm .modal-dialog {
  max-width: min(94vw, 760px);
  margin: clamp(20px, 4vw, 48px) auto;
}
.siteEnquiryForm .modal-content {
  position: relative;
  background: rgba(12, 12, 12, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
.siteEnquiryForm .enquiry-form__shell {
  position: relative;
  padding: clamp(32px, 2.6vw, 48px);
}
.siteEnquiryForm .enquiry-form__close {
  position: absolute;
  top: clamp(20px, 1.56vw, 28px);
  right: clamp(20px, 1.56vw, 28px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  background-image: none;
  opacity: 1;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}
@media (hover: hover) {
  .siteEnquiryForm .enquiry-form__close:hover {
    color: #32c5f3;
    border-color: rgba(50, 197, 243, 0.45);
    background: rgba(50, 197, 243, 0.1);
    transform: rotate(90deg);
  }
}
.siteEnquiryForm .enquiry-form__close svg {
  width: 14px;
  height: 14px;
  display: block;
}
.siteEnquiryForm .enquiry-form__inner {
  position: relative;
}
.siteEnquiryForm .enquiry-form__header {
  margin-bottom: 32px;
  padding-right: 52px;
}
.siteEnquiryForm .enquiry-form__header h3 {
  margin: 0;
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 2.5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #fff;
}
.siteEnquiryForm .enquiry-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.siteEnquiryForm .form-group {
  margin: 0;
  min-width: 0;
}
.siteEnquiryForm .form-group--full {
  grid-column: 1/-1;
}
.siteEnquiryForm .form-group label {
  display: block;
  margin-bottom: 10px;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.siteEnquiryForm .enquiry-form input,
.siteEnquiryForm .enquiry-form select,
.siteEnquiryForm .enquiry-form textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #333333;
  border-radius: 12px;
  color: #fff;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  transition: border-color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}
.siteEnquiryForm .enquiry-form input::-moz-placeholder, .siteEnquiryForm .enquiry-form select::-moz-placeholder, .siteEnquiryForm .enquiry-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}
.siteEnquiryForm .enquiry-form input::placeholder,
.siteEnquiryForm .enquiry-form select::placeholder,
.siteEnquiryForm .enquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}
@media (hover: hover) {
  .siteEnquiryForm .enquiry-form input:hover,
  .siteEnquiryForm .enquiry-form select:hover,
  .siteEnquiryForm .enquiry-form textarea:hover {
    border-color: #3a3a3a;
    background: rgba(0, 0, 0, 0.45);
  }
}
.siteEnquiryForm .enquiry-form input:focus,
.siteEnquiryForm .enquiry-form select:focus,
.siteEnquiryForm .enquiry-form textarea:focus {
  outline: none;
  border-color: rgba(50, 197, 243, 0.65);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(50, 197, 243, 0.12);
}
.siteEnquiryForm .enquiry-form input:not([type=checkbox]):not([type=radio]),
.siteEnquiryForm .enquiry-form select {
  height: 56px;
  padding: 0 20px;
}
.siteEnquiryForm .enquiry-form input[type=tel] {
  padding: 0 20px;
}
.siteEnquiryForm .enquiry-form select {
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(255,255,255,0.6)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 44px;
  cursor: pointer;
}
.siteEnquiryForm .enquiry-form select option {
  color: #000;
  background: #fff;
}
.siteEnquiryForm .enquiry-form textarea {
  display: block;
  min-height: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}
.siteEnquiryForm .enquiry-form .iti {
  width: 100%;
  display: block;
}
.siteEnquiryForm .enquiry-form .iti input[type=tel] {
  padding-left: 68px;
}
.siteEnquiryForm .enquiry-form .iti__flag-container .iti__selected-flag {
  height: 56px;
  background: transparent !important;
  border-right: 1px solid #333333;
  padding: 0 14px;
}
.siteEnquiryForm .enquiry-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
.siteEnquiryForm .enquiry-form .iti__country-list {
  background: rgba(16, 16, 16, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.siteEnquiryForm .enquiry-form__action .btn-theme {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background: #fff;
  color: #000;
  font-family: "Zain", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background-color 0.25s ease;
}
@media (hover: hover) {
  .siteEnquiryForm .enquiry-form__action .btn-theme:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42), 0 0 24px rgba(50, 197, 243, 0.18);
  }
}
.siteEnquiryForm .enquiry-form__action .btn-theme:active {
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .siteEnquiryForm .enquiry-form__fields {
    grid-template-columns: 1fr;
  }
  .siteEnquiryForm .enquiry-form__shell {
    padding: clamp(28px, 6vw, 36px);
  }
  .siteEnquiryForm .enquiry-form__header {
    margin-bottom: clamp(24px, 5vw, 28px);
    padding-right: 48px;
  }
  .siteEnquiryForm .enquiry-form__header h3 {
    font-size: clamp(28px, 7vw, 34px);
  }
  .siteEnquiryForm .enquiry-form__fields {
    margin-bottom: clamp(24px, 5vw, 28px);
  }
}

.horus-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #050505;
  overflow: hidden;
  height: 600px;
}
@media (min-width: 576px) {
  .horus-hero {
    height: 400px;
  }
}
@media (min-width: 700px) {
  .horus-hero {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .horus-hero {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .horus-hero {
    height: clamp(500px, 53.594vw, 1029px);
  }
}
.horus-hero::before {
  background: #0C0C0C;
  filter: blur(75px);
  width: 100%;
  height: clamp(120px, 13.5vw, 259px);
  top: 0;
  left: 0;
  z-index: 2;
}
.horus-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.horus-hero__media .slick-list,
.horus-hero__media .slick-track,
.horus-hero__media .slick-slide,
.horus-hero__media .slick-slide > div {
  height: 100%;
}
.horus-hero__slide {
  position: relative;
  height: 100vh;
  height: 100svh;
}
.horus-hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .horus-hero__slide img {
    height: 575px;
  }
}
.horus-hero__slide-inner {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
  transform: translate(-50%, -13%);
}
@media (min-width: 800px) {
  .horus-hero__slide-inner {
    transform: translate(-50%, -30%);
  }
}
@media (min-width: 992px) {
  .horus-hero__slide-inner {
    transform: translate(-50%, -28%);
  }
}
.horus-hero__glow {
  position: absolute;
  left: -10%;
  bottom: 10%;
  width: min(706px, 50vw);
  height: min(706px, 50vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 197, 243, 0.22) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}
.horus-hero__body {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(120px, 14vw, 180px) 0 clamp(48px, 6vw, 80px);
}
.horus-hero__content {
  margin-left: 0;
  pointer-events: auto;
}
.horus-hero__eyebrow {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 300;
  letter-spacing: 3.6px;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .horus-hero__eyebrow {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .horus-hero__eyebrow {
    width: 35%;
  }
}
.horus-hero .horus-hero__slide::before {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.45);
  z-index: 1;
}
.horus-hero__title {
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .horus-hero__title {
    width: 87%;
  }
}
@media (min-width: 1200px) {
  .horus-hero__title {
    width: 55%;
  }
}
.horus-hero__desc {
  max-width: 80%;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
  color: #fff;
  margin: 0 0 clamp(24px, 3vw, 40px);
}
@media (min-width: 1200px) {
  .horus-hero__desc {
    max-width: 40%;
  }
}
.horus-hero__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  margin-top: clamp(24px, 4vw, 48px);
  pointer-events: auto;
}
.horus-hero__progress {
  margin-left: auto;
}

.horus-about {
  position: relative;
  padding: clamp(40px, 7vw, 110px) 0;
  background: #050505;
  overflow: hidden;
}
.horus-about__grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(48px, 11vw, 226px);
  align-items: end;
}
.horus-about__content {
  width: 44.978%;
}
.horus-about__content .horus-label {
  margin-bottom: 16px;
}
.horus-about__content p {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  margin: 0 0 clamp(24px, 3vw, 40px);
}
.horus-about__media {
  position: relative;
  justify-self: end;
  width: 27.669%;
}
.horus-about__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 438/224;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .horus-about__media:hover img {
    transform: scale(1.04);
  }
  .horus-about__media:hover::before {
    border-color: #32c5f3;
  }
}
.horus-about__media::before {
  content: "";
  position: absolute;
  inset: 14px 14px -14px -14px;
  border: 1px solid #bcbec0;
  border-radius: 10px;
  z-index: 0;
  transition: border-color 0.35s ease;
}
.horus-about__pattern {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 429.457px;
  pointer-events: none;
}

.horus-services {
  position: relative;
  padding: clamp(40px, 7vw, 110px) 0 clamp(40px, 8vw, 120px);
  background: #101010;
  overflow: hidden;
}
.horus-services__head {
  text-align: center;
  margin-bottom: clamp(48px, 3.65vw, 70px);
}
.horus-services__head .horus-label {
  margin-bottom: 16px;
}
.horus-services__wrap {
  position: relative;
  height: calc(clamp(360px, 37.5vw, 720px) + clamp(80px, 8.13vw, 156px) + clamp(88px, 6.563vw, 126px));
}
.horus-services__grid.slick-initialized {
  display: block;
}
.horus-services__grid.slick-initialized .slick-list {
  margin: 0 clamp(-8px, -0.65vw, -12.5px);
  overflow: hidden;
  height: calc(clamp(360px, 37.5vw, 720px) + clamp(80px, 8.13vw, 156px) + clamp(88px, 6.563vw, 126px));
}
.horus-services__grid.slick-initialized .slick-slide {
  padding: 0 clamp(8px, 0.65vw, 12.5px);
  height: auto !important;
  margin-top: 0;
  box-sizing: border-box;
  vertical-align: top;
  transition: margin-top 0.5s ease;
}
.horus-services__grid.slick-initialized .slick-slide > div {
  height: auto !important;
}
.horus-services__grid.slick-initialized .slick-slide.is-stagger-0 {
  margin-top: 0;
}
.horus-services__grid.slick-initialized .slick-slide.is-stagger-1 {
  margin-top: clamp(40px, 4.06vw, 78px);
}
.horus-services__grid.slick-initialized .slick-slide.is-stagger-2 {
  margin-top: clamp(80px, 8.13vw, 156px);
}
.horus-services__grid.slick-initialized .horus-services__media {
  aspect-ratio: auto;
  height: clamp(360px, 37.5vw, 720px);
  min-height: 0;
}
.horus-services__card {
  position: relative;
  padding-bottom: 57px;
}
@media (hover: hover) {
  .horus-services__card:hover .horus-services__media img {
    transform: scale(1.08);
  }
  .horus-services__card:hover .horus-services__panel {
    border-color: rgba(50, 197, 243, 0.55);
    background: rgba(0, 0, 0, 0.55);
  }
}
.horus-services__media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 510/720;
  min-height: clamp(360px, 37.5vw, 720px);
  background: #D9D9D9;
}
.horus-services__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.horus-services__panel {
  position: absolute;
  left: clamp(16px, 1.56vw, 30px);
  right: clamp(16px, 1.56vw, 30px);
  bottom: clamp(16px, 1.56vw, 30px);
  padding: clamp(16px, 1.04vw, 20px);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #535353;
  transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.horus-services__panel h3 {
  font-family: "Zain", sans-serif;
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 8px;
}
.horus-services__panel p {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.horus-services__card-action {
  margin-top: 21px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.horus-services__nav.horus-slider-nav {
  justify-content: flex-start;
  gap: 14px;
  margin-top: clamp(32px, 3.3vw, 64px);
}
.horus-services__nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(32px, 3.3vw, 64px);
  padding-left: clamp(8px, 0.65vw, 12.5px);
}
@media (min-width: 992px) {
  .horus-services__nav {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .horus-services__nav {
    justify-content: center;
    padding-left: 0;
  }
}
.horus-services__nav .horus-progress {
  gap: 14px;
}
.horus-services__nav .horus-arrow--prev svg,
.horus-services__nav .horus-arrow--next svg {
  transform: none;
}
.horus-services__deco {
  position: absolute;
  right: -4%;
  top: 18%;
  width: clamp(220px, 43vw, 832px);
  opacity: 0.18;
  pointer-events: none;
}

.horus-why {
  position: relative;
  padding: clamp(50px, 4.6354vw, 89px) 0;
  background: #050505;
  overflow: hidden;
}
.horus-why__head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.horus-why__head .horus-label {
  margin-bottom: 16px;
}
.horus-why__slider .slick-list {
  overflow: hidden;
  margin: 0 -12px;
}
.horus-why__slider .slick-slide {
  height: auto;
  margin: 0 12px;
}
.horus-why__slider .slick-slide > div {
  height: 100%;
}
.horus-why__card {
  background: #101010;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
}
@media (hover: hover) {
  .horus-why__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  }
}
@media (hover: hover) {
  .horus-why__card:hover {
    border-color: rgba(50, 197, 243, 0.25);
  }
}
.horus-why__card-media {
  aspect-ratio: 510/279;
  overflow: hidden;
}
.horus-why__card-media img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .horus-why__card-media:hover img {
    transform: scale(1.06);
  }
}
.horus-why__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horus-why__card-body {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: clamp(20px, 2vw, 28px);
  flex: 1;
}
.horus-why__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1F94D2;
  border: 1px solid rgba(50, 197, 243, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #32c5f3;
}
.horus-why__icon img {
  width: clamp(18px, 1.25vw, 24px);
  height: clamp(18px, 1.25vw, 24px);
  -o-object-fit: contain;
     object-fit: contain;
}
.horus-why__card-body p {
  font-family: "Zain", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.35;
  margin: 0;
}
.horus-why__deco {
  position: absolute;
  pointer-events: none;
  width: clamp(250px, 25.7292vw, 494px);
}
.horus-why__deco--left {
  left: -8%;
  top: 35%;
}
.horus-why__deco--right {
  right: 0;
  top: 20%;
}

.horus-team {
  position: relative;
  padding-bottom: clamp(48px, 6vw, 80px);
  background: #050505;
  text-align: center;
  overflow: hidden;
}
.horus-team:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/home/vector/team-left.png) no-repeat;
  z-index: 0;
  width: 487px;
  height: 863px;
}
.horus-team .container-ctn {
  position: relative;
  z-index: 1;
}
.horus-team__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: auto;
  height: auto;
  max-width: clamp(220px, 22vw, 380px);
  opacity: 0.45;
}
.horus-team__deco--left {
  left: 0;
  bottom: 160px;
}
.horus-team__deco--right {
  right: 0;
  bottom: 140px;
  max-width: clamp(240px, 24vw, 420px);
}
.horus-team__visual {
  position: relative;
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0 auto clamp(32px, 4vw, 48px);
  min-height: clamp(300px, 36vw, 560px);
}
.horus-team__glow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 709px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.horus-team__glow img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.horus-team__people {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  min-height: clamp(280px, 34vw, 510px);
  padding-top: clamp(12px, 2vw, 24px);
}
.horus-team__people img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 1 auto;
}
.horus-team__people img:nth-child(1) {
  width: clamp(120px, 31%, 368px);
  max-width: 368px;
  z-index: 1;
  margin-right: clamp(-20px, -2vw, -10px);
}
.horus-team__people img:nth-child(2) {
  width: clamp(140px, 37%, 434px);
  max-width: 434px;
  z-index: 3;
  margin-bottom: clamp(12px, 1.5vw, 24px);
}
.horus-team__people img:nth-child(3) {
  width: clamp(125px, 32%, 383px);
  max-width: 383px;
  z-index: 2;
  margin-left: clamp(-20px, -2vw, -10px);
}
.horus-team__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  background: linear-gradient(to top, #050505 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}
.horus-team h2 {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.horus-team picture {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto clamp(24px, 4vw, 40px);
}
.horus-team picture img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .horus-team .horus-btn:hover {
    box-shadow: 0 14px 40px rgba(50, 197, 243, 0.25);
  }
}

.horus-testimonials {
  padding: clamp(64px, 7vw, 110px) 0;
  background: #101010;
}
.horus-testimonials__grid {
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
}
.horus-testimonials picture {
  width: 100%;
  max-width: 417px;
  flex-shrink: 1;
  min-width: 0;
}
.horus-testimonials picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.horus-testimonials__content {
  width: 100%;
  max-width: 771px;
  min-width: 0;
  flex: 1 1 300px;
}
.horus-testimonials__content .horus-label {
  margin-bottom: 16px;
}
.horus-testimonials__content .horus-section-title {
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.horus-testimonials__slider .slick-list {
  overflow: hidden;
}
.horus-testimonials__slider .slick-slide {
  height: auto;
}
.horus-testimonials__slider .slick-slide > div {
  outline: none;
}
.horus-testimonials__quote {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  margin: 0 0 clamp(24px, 3vw, 40px);
}
.horus-testimonials__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.horus-testimonials__author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horus-testimonials__author strong {
  display: block;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.horus-testimonials__author span {
  display: block;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 13px;
  color: #BDBEC0;
  margin-top: 4px;
}
.horus-testimonials__nav {
  justify-content: flex-start;
  margin-top: clamp(24px, 3vw, 40px);
}

.horus-insights {
  padding: clamp(40px, 7vw, 110px) 0;
  background: #050505;
}
.horus-insights__head {
  text-align: center;
  max-width: 749px;
  margin: 0 auto clamp(40px, 5vw, 72px);
}
.horus-insights__head .horus-label {
  margin-bottom: 16px;
}
.horus-insights__head .horus-section-title {
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: clamp(24px, 4vw, 48px);
}
.horus-insights__head p {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
  margin: 0;
}
.horus-insights__slider .slick-list {
  overflow: hidden;
  margin: 0 -24px;
}
.horus-insights__slider .slick-slide {
  padding: 0 24px;
  height: auto;
}
.horus-insights__card {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .horus-insights__card:hover {
    color: #fff;
    transform: translateY(-4px);
  }
  .horus-insights__card:hover .horus-insights__media img {
    transform: scale(1.06);
  }
  .horus-insights__card:hover .horus-insights__text::before {
    background: #32c5f3;
    height: 72px;
  }
  .horus-insights__card:hover .horus-insights__text h3 {
    color: #32c5f3;
  }
  .horus-insights__card:hover .horus-insights__arrow {
    transform: scale(1.08) translateY(-2px);
    background: #32c5f3;
    color: #fff;
    box-shadow: 0 10px 28px rgba(50, 197, 243, 0.35);
  }
}
.horus-insights__media {
  position: relative;
  overflow: visible;
  margin-bottom: 33px;
}
.horus-insights__media img {
  width: 100%;
  aspect-ratio: 495/256;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.horus-insights__text {
  position: relative;
  padding-left: clamp(20px, 1.61vw, 31px);
}
.horus-insights__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(8px, 0.625vw, 12px);
  height: clamp(48px, 3.333vw, 64px);
  background: #fff;
  transition: background-color 0.35s ease, height 0.35s ease;
}
.horus-insights__text h3 {
  color: #fff;
  transition: color 0.35s ease;
  line-height: 133.333%;
}
.horus-insights__arrow {
  position: absolute;
  right: clamp(20px, 2.08vw, 40px);
  bottom: clamp(-25px, -1.302vw, -16px);
  z-index: 1;
  width: clamp(30px, 2.605vw, 50px);
  height: clamp(30px, 2.605vw, 50px);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}
.horus-insights__arrow svg {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
}

[data-banner-nav] {
  display: flex;
  gap: 14px;
}
[data-banner-nav] .progress-bar {
  width: clamp(36px, 5.625vw, 108px);
  height: clamp(4px, 0.26vw, 5px);
  border-radius: 20px;
  background: white;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  [data-banner-nav] .progress-bar:hover:not(.active) {
    opacity: 0.75;
    transform: scaleY(1.35);
  }
}
[data-banner-nav] .progress-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #32C5F3;
  border-radius: inherit;
}
[data-banner-nav] .progress-bar.active::after {
  width: 100%;
  animation: horus-progress var(--progress-duration, 5s) linear forwards;
}
[data-banner-nav] .progress-bar.complete::after {
  width: 100%;
  animation: none;
}

@keyframes horus-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .horus-services__wrap {
    height: auto;
  }
  .horus-services__grid.slick-initialized .slick-slide {
    margin-top: 0 !important;
    transition: none;
  }
  .horus-services__grid.slick-initialized .slick-list {
    height: auto;
    min-height: calc(clamp(360px, 37.5vw, 720px) + 78px);
  }
}
@media (max-width: 575px) {
  .horus-hero__slide-inner {
    transform: translate(-50%, 0);
    padding: clamp(96px, 24vw, 120px) 0 clamp(100px, 22vw, 140px);
  }
  .horus-hero__eyebrow, .horus-hero__title {
    width: 100%;
  }
  .horus-hero__eyebrow {
    letter-spacing: 1.5px;
    font-size: clamp(16px, 4.5vw, 22px);
  }
  .horus-hero__title {
    letter-spacing: 2px;
    font-size: clamp(28px, 8vw, 40px);
  }
  .horus-hero__desc {
    max-width: 100%;
  }
  .horus-hero__footer {
    justify-content: center;
  }
  .horus-hero__progress {
    margin-left: 0;
    justify-content: center;
  }
  .horus-about__content, .horus-about__media {
    width: 100%;
  }
  .horus-about__pattern {
    width: min(429px, 80vw);
    opacity: 0.35;
  }
  .horus-services__deco {
    display: none;
  }
  .horus-why__deco {
    opacity: 0.2;
  }
  .horus-why__slider .slick-list {
    margin: 0 -8px;
  }
  .horus-why__slider .slick-slide {
    margin: 0 8px;
  }
  .horus-team:before {
    width: min(487px, 70vw);
    height: auto;
    aspect-ratio: 487/863;
    background-size: contain;
  }
  .horus-team h2 {
    font-size: clamp(24px, 6vw, 36px);
    padding: 0 8px;
  }
  .horus-testimonials__grid {
    flex-direction: column;
  }
  .horus-testimonials__grid picture {
    display: none;
  }
  .horus-testimonials__content {
    flex: 1 1 100%;
  }
  .horus-testimonials__nav {
    flex-wrap: wrap;
    gap: 12px;
  }
  .horus-insights__slider .slick-list {
    margin: 0 -12px;
  }
  .horus-insights__slider .slick-slide {
    padding: 0 12px;
  }
  .horus-insights__arrow {
    right: 16px;
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  [data-banner-nav] {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
  [data-banner-nav] .progress-bar {
    width: 36px;
    flex-shrink: 0;
  }
}
.horus-page-hero {
  position: relative;
  min-height: clamp(320px, 25.26vw, 485px);
  display: flex;
  align-items: flex-end;
  padding: clamp(100px, 12vw, 140px) 0 clamp(40px, 4vw, 56px);
  background: #050505;
  overflow: hidden;
}
.horus-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: blur(15px);
}
.horus-page-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horus-page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.15) 0%, rgba(5, 5, 5, 0.45) 100%);
}
.horus-page-hero .container-ctn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.horus-page-hero h1 {
  margin: 0;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(28px, 3.33vw, 64px);
  font-weight: 500;
  letter-spacing: clamp(2px, 0.333vw, 6.4px);
  line-height: normal;
  color: #fff;
}

.horus-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, 0.42vw, 8px);
  margin-top: 5px;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(12px, 0.729vw, 14px);
  font-weight: 500;
  letter-spacing: 1.4px;
}
.horus-breadcrumb span {
  font-weight: 500;
}
.horus-breadcrumb a {
  font-weight: 500;
  color: #BDBEC0;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .horus-breadcrumb a:hover {
    color: #fff;
  }
}
.horus-breadcrumb__sep {
  display: inline-flex;
  color: #BDBEC0;
}
.horus-breadcrumb__sep svg {
  width: clamp(14px, 0.94vw, 18px);
  height: auto;
}
.horus-breadcrumb__current {
  color: #fff;
}

.about-story {
  position: relative;
  padding: clamp(48px, 5vw, 80px) 0px clamp(64px, 9.64vw, 185px);
  background: #050505;
  overflow: hidden;
}
.about-story__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
}
.about-story__media {
  position: relative;
  width: 100%;
  max-width: min(100%, 800px);
  flex: 1 1 320px;
}
.about-story__media::before {
  background: url(../images/about/1.png) no-repeat center center/contain;
  z-index: 0;
  left: clamp(-81px, -4.219vw, -40px);
  top: clamp(-56px, -2.917vw, -28px);
  width: clamp(140px, 13.854vw, 266px);
  height: clamp(142px, 14.115vw, 271px);
}
.about-story__media::after {
  background: url(../images/about/2.png) no-repeat center center/contain;
  z-index: 0;
  right: clamp(-67px, -3.49vw, -34px);
  bottom: clamp(-95px, -4.948vw, -48px);
  width: clamp(180px, 17.813vw, 342px);
  height: clamp(181px, 17.917vw, 344px);
}
.about-story__media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
  z-index: 1;
  position: relative;
}
.about-story__content {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 670px;
  margin-left: auto;
}
.about-story__content .horus-label {
  margin-bottom: 16px;
}
.about-story__content h2 {
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 clamp(20px, 2vw, 28px);
}
.about-story__content p {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  margin: 0;
  line-height: normal;
}
.about-story__desc {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  margin: 0;
  line-height: normal;
  text-align: left;
}
.about-story__desc p,
.about-story__desc span,
.about-story__desc em,
.about-story__desc strong,
.about-story__desc a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.about-story__desc p + p {
  margin-top: clamp(14px, 1vw, 18px);
}

.about-mission {
  padding: 0 0 clamp(64px, 7vw, 110px);
  background: #050505;
}
.about-mission__banner {
  position: relative;
  margin-bottom: clamp(30px, 3.1771vw, 61px);
  overflow: hidden;
}
.about-mission__banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-mission__banner .about-mission__video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-mission__banner.is-playing img {
  display: none;
}
.about-mission__banner.is-playing .about-mission__video {
  display: block;
}
.about-mission__banner .about-mission__toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(64px, 5vw, 88px);
  height: clamp(64px, 5vw, 88px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.45);
  color: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease;
}
.about-mission__banner:hover .about-mission__toggle, .about-mission__banner:focus-within .about-mission__toggle {
  opacity: 1;
}
.about-mission__banner .about-mission__toggle:hover,
.about-mission__banner .about-mission__toggle:focus-visible {
  background: rgba(5, 5, 5, 0.65);
}
.about-mission__banner .about-mission__toggle-icon {
  display: block;
}
.about-mission__banner.is-paused .about-mission__toggle-icon--pause, .about-mission__banner.is-playing .about-mission__toggle-icon--play {
  display: none;
}
.about-mission__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 80px);
}
.about-mission__col {
  flex: 1 1 280px;
  max-width: 574px;
}
.about-mission__col h3 {
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 clamp(20px, 2vw, 28px);
}
.about-mission__col p {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  margin: 0;
  line-height: normal;
}

.container-mission {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container-mission {
    width: 67.7305%;
  }
}

.about-values {
  position: relative;
  padding: clamp(40px, 4.688vw, 90px) 0px clamp(80px, 4.7vw, 90px);
  background: #101010;
  overflow: hidden;
}
.about-values__head {
  text-align: center;
  margin-bottom: clamp(40px, 3.4vw, 63px);
}
.about-values__head h2 {
  font-family: "Zain", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}
.about-values__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: clamp(420px, 32.03vw, 615px);
}
.about-values__grid::before, .about-values__grid::after {
  content: "";
  position: absolute;
  left: clamp(-12px, -1.25vw, -24px);
  right: clamp(-12px, -1.25vw, -24px);
  height: 1px;
  background: #727272;
  z-index: 2;
  pointer-events: none;
}
.about-values__grid::before {
  top: clamp(12px, 1.3vw, 25px);
}
.about-values__grid::after {
  bottom: clamp(12px, 1.35vw, 26px);
}
@media (max-width: 991px) {
  .about-values__grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
  }
  .about-values__grid::before, .about-values__grid::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
}
.about-values__item {
  position: relative;
  padding: clamp(48px, 3.9vw, 75px) clamp(20px, 1.77vw, 34px) clamp(32px, 3vw, 48px);
  border-right: 1px solid #727272;
}
.about-values__item:first-child {
  border-left: 1px solid #727272;
}
@media (max-width: 991px) {
  .about-values__item {
    border-left: 1px solid #727272;
  }
  .about-values__item:nth-child(odd):last-child {
    border-right: 1px solid #727272;
  }
  .about-values__item:nth-child(even) {
    border-right: none;
  }
  .about-values__item:nth-child(1), .about-values__item:nth-child(2) {
    border-bottom: 1px solid #727272;
  }
}
@media (max-width: 575px) {
  .about-values__item {
    border-right: none;
    border-left: 1px solid #727272;
    border-bottom: 1px solid #727272;
  }
  .about-values__item:last-child {
    border-bottom: none;
  }
}
.about-values__deco {
  position: absolute;
  top: clamp(12px, 1.27vw, 24.5px);
  right: clamp(8px, 1.2vw, 18px);
  width: clamp(72px, 6.35vw, 122px);
  height: clamp(62px, 5.47vw, 105px);
  pointer-events: none;
  z-index: 0;
}
.about-values__deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-values__icon {
  position: relative;
  z-index: 1;
  width: clamp(40px, 2.5vw, 48px);
  height: clamp(40px, 2.5vw, 48px);
  margin-bottom: clamp(36px, 2.71vw, 52px);
}
.about-values__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-values__item h3 {
  position: relative;
  z-index: 1;
  font-family: "Zain", sans-serif;
  font-size: clamp(22px, 1.46vw, 28px);
  font-weight: 400;
  line-height: clamp(26px, 1.67vw, 32px);
  color: #fff;
  margin: 0 0 clamp(10px, 1.042vw, 20px);
  max-width: clamp(240px, 16.4vw, 315px);
}
.about-values__item p {
  position: relative;
  z-index: 1;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: normal;
}

.about-why {
  position: relative;
  padding: clamp(40px, 4.688vw, 90px) 0px 0px;
  background: #050505;
  overflow: hidden;
  text-align: center;
}
.about-why__dots {
  position: absolute;
  right: -2%;
  top: 20%;
  width: min(120px, 18vw);
  opacity: 0.4;
  pointer-events: none;
}
.about-why__head {
  max-width: 100%;
  margin: 0px auto clamp(8px, 0.84vw, 16px);
}
@media (min-width: 992px) {
  .about-why__head {
    max-width: 59.002%;
  }
}
.about-why__head h2 {
  color: #fff;
  margin: 0px auto clamp(8px, 0.84vw, 16px);
}
.about-why__visual {
  position: relative;
  width: clamp(280px, 43.438vw, 834px);
  max-width: 100%;
  margin: 0 auto;
  min-height: clamp(220px, 24.896vw, 478px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-why__rings {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: clamp(300px, 45.625vw, 876px);
  max-width: 100%;
  min-height: clamp(150px, 22.813vw, 438px);
  aspect-ratio: 876/438;
  pointer-events: none;
  z-index: 0;
}
.about-why__rings img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-why__team {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.about-why__team img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .about-story__content {
    margin-left: 0;
  }
}
.services-page {
  padding: clamp(48px, 4.7vw, 90px) 0 clamp(64px, 7vw, 110px);
  background: #050505;
}
.services-page__grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 1.35vw, 25px);
  align-items: flex-start;
}
@media (max-width: 575px) {
  .services-page__grid {
    justify-content: center;
  }
}
.services-page .horus-services__card {
  flex: 1 1 calc(33.333% - clamp(14px, 0.9vw, 17px));
  min-width: 0;
  max-width: calc(33.333% - clamp(14px, 0.9vw, 17px));
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .services-page .horus-services__card {
    flex: 1 1 calc(50% - clamp(10px, 0.675vw, 12.5px));
    max-width: calc(50% - clamp(10px, 0.675vw, 12.5px));
  }
}
@media (max-width: 575px) {
  .services-page .horus-services__card {
    flex: 1 1 100%;
    max-width: 510px;
  }
}
.services-page .horus-services__media {
  aspect-ratio: 510/720;
  min-height: clamp(360px, 37.5vw, 720px);
  height: auto;
}
.services-page .horus-services__panel {
  min-height: clamp(140px, 9.53vw, 183px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-page .horus-services__panel h3 {
  line-height: clamp(26px, 1.67vw, 32px);
  margin-bottom: clamp(8px, 0.73vw, 14px);
}
.services-page .horus-services__card-action {
  margin-top: clamp(16px, 1.35vw, 21px);
  margin-left: auto;
  margin-right: clamp(8px, 0.65vw, 12px);
}

.horus-page-hero--detail {
  align-items: flex-end;
  padding-top: clamp(120px, 14vw, 180px);
}
.horus-page-hero--detail h1 {
  max-width: min(100%, 1039px);
  line-height: 1.1;
}
.horus-page-hero--detail .horus-breadcrumb {
  max-width: min(100%, 900px);
}

.service-detail {
  padding: clamp(48px, 4.7vw, 90px) 0px clamp(48px, 3.646vw, 70px);
  background: #050505;
}
.service-detail__grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 2.4vw, 46px);
  align-items: flex-start;
}
.service-detail__media {
  flex: 0 0 33.18%;
  max-width: 33.18%;
  border-radius: 10px;
  overflow: hidden;
  background: #D9D9D9;
}
@media (max-width: 991px) {
  .service-detail__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.service-detail__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .service-detail__media img {
    min-height: 641px;
  }
}
@media (min-width: 1200px) {
  .service-detail__media img {
    min-height: 721px;
  }
}
@media (min-width: 1350px) {
  .service-detail__media img {
    min-height: 750px;
  }
}
@media (min-width: 1440px) {
  .service-detail__media img {
    min-height: 773px;
  }
}
@media (min-width: 1600px) {
  .service-detail__media img {
    min-height: 813px;
  }
}
@media (min-width: 1900px) {
  .service-detail__media img {
    min-height: 976px;
  }
}
.service-detail__content {
  flex: 1 1 0;
  min-width: 0;
  padding-top: clamp(0px, 0.5vw, 8px);
}
.service-detail__title {
  color: #fff;
}
@media (min-width: 1200px) {
  .service-detail__title {
    width: 57.861%;
  }
}
.service-detail__intro, .service-detail__outro {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
  margin: 0;
  max-width: min(100%, 897px);
}
.service-detail__intro p,
.service-detail__intro span,
.service-detail__intro div,
.service-detail__intro li,
.service-detail__intro strong,
.service-detail__intro b,
.service-detail__intro a, .service-detail__outro p,
.service-detail__outro span,
.service-detail__outro div,
.service-detail__outro li,
.service-detail__outro strong,
.service-detail__outro b,
.service-detail__outro a {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0;
}
.service-detail__intro p, .service-detail__outro p {
  font-style: normal !important;
  font-weight: 400 !important;
}
.service-detail__intro strong,
.service-detail__intro b, .service-detail__outro strong,
.service-detail__outro b {
  font-weight: 700 !important;
}
.service-detail__intro em,
.service-detail__intro i, .service-detail__outro em,
.service-detail__outro i {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-style: italic !important;
}
.service-detail__intro p + p, .service-detail__outro p + p {
  margin-top: clamp(14px, 1vw, 18px);
}
.service-detail__intro {
  margin-bottom: clamp(32px, 3.2vw, 48px);
}
.service-detail__label {
  font-family: "Zain", sans-serif;
  font-size: clamp(22px, 1.46vw, 28px);
  font-weight: 700;
  line-height: clamp(26px, 1.67vw, 32px);
  color: #fff;
  margin: 0 0 clamp(20px, 1.56vw, 24px);
}
.service-detail__offerings {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(32px, 3.2vw, 48px);
  max-width: min(100%, 646px);
}
.service-detail__offering {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 50%;
  width: 50%;
  min-height: clamp(160px, 10.83vw, 208px);
  padding: clamp(24px, 2vw, 36px) clamp(16px, 1.5vw, 24px);
  background: #050505;
  border: 1px solid #2a2a2a;
  margin: -1px 0 0 -1px;
}
@media (max-width: 575px) {
  .service-detail__offering {
    flex: 0 0 100%;
    width: 100%;
  }
}
.service-detail__offering-icon {
  width: clamp(30px, 2.5vw, 48px);
  height: clamp(30px, 2.5vw, 48px);
  margin-bottom: clamp(16px, 1.35vw, 24px);
  display: block;
}
.service-detail__offering-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-detail__offering h4 {
  font-family: "Zain", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: clamp(26px, 1.67vw, 32px);
  color: #fff;
  margin: 0;
  max-width: 251px;
}

.service-detail-cta {
  padding: 0 0 clamp(64px, 7vw, 110px);
  background: #050505;
}
.service-detail-cta__box {
  max-width: min(100%, 1202px);
  margin: 0 auto;
  padding: clamp(40px, 4vw, 59px) clamp(24px, 3vw, 48px);
  background: #101010;
  text-align: center;
}
.service-detail-cta__text {
  color: #fff;
  margin: 0 auto clamp(22px, 2.6vw, 40px);
  max-width: min(100%, 996px);
}
.service-detail-cta .horus-btn {
  margin: 0 auto;
  display: inline-flex;
}

.insight-page.horus-insights {
  padding: clamp(48px, 4.7vw, 90px) 0 clamp(64px, 7vw, 110px);
}

.insight-page {
  padding: clamp(48px, 4.7vw, 90px) 0 clamp(64px, 7vw, 110px);
  background: #050505;
}
.insight-page__intro {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
  text-align: center;
  max-width: min(100%, 897px);
  margin: 0px auto clamp(40px, 4.688vw, 90px);
}
.insight-page__featured-title {
  font-family: "Zain", sans-serif;
  font-size: clamp(22px, 1.46vw, 28px);
  font-weight: 700;
  line-height: clamp(26px, 1.67vw, 32px);
  color: #fff;
  text-align: center;
  margin: 0 0 clamp(32px, 5.27vw, 101px);
}
.insight-page__featured {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(20px, 2.29vw, 44px);
  align-items: stretch;
  margin-bottom: clamp(48px, 3.2vw, 50px);
}
@media (max-width: 991px) {
  .insight-page__featured {
    flex-wrap: wrap;
  }
}
.insight-page__grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(50px, 5.209vw, 100px);
  gap: 50px;
}
@media (min-width: 768px) {
  .insight-page__grid {
    gap: clamp(20px, 2.5vw, 48px);
  }
}
.insight-page__grid .horus-insights__card {
  flex: 1 1 calc(33.333% - clamp(14px, 1.67vw, 32px));
  max-width: calc(33.333% - clamp(14px, 1.67vw, 32px));
  min-width: 0;
}
@media (max-width: 991px) {
  .insight-page__grid .horus-insights__card {
    flex: 1 1 calc(50% - clamp(10px, 1.25vw, 24px));
    max-width: calc(50% - clamp(10px, 1.25vw, 24px));
  }
}
@media (max-width: 575px) {
  .insight-page__grid .horus-insights__card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.insight-page__load-more {
  text-align: center;
}
.insight-page__load-more button {
  font-family: "Zain", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .insight-page__load-more button:hover {
    color: #32c5f3;
  }
}

.insight-featured {
  background: #1e1e1e;
  overflow: hidden;
  min-width: 0;
}
@media (min-width: 1200px) {
  .insight-featured {
    height: clamp(347px, 22.76vw, 437px);
  }
}
.insight-featured__link {
  display: flex;
  height: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media (hover: hover) {
  .insight-featured__link:hover {
    color: #fff;
  }
  .insight-featured__link:hover .insight-featured__media img {
    transform: scale(1.04);
  }
  .insight-featured__link:hover .insight-featured__arrow {
    transform: scale(1.08);
    background: #32c5f3;
    color: #fff;
  }
}
.insight-featured__media {
  overflow: hidden;
  background: #D9D9D9;
  flex-shrink: 0;
}
.insight-featured__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  -o-object-position: 0 13%;
     object-position: 0 13%;
}
.insight-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  flex: 1;
  min-width: 0;
  background: #1e1e1e;
}
.insight-featured__body h3 {
  color: #fff;
  margin: 0 0 clamp(18px, 1.875vw, 36px);
}
@media (min-width: 992px) {
  .insight-featured__body h3 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .insight-featured__body h3 {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .insight-featured__body h3 {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .insight-featured__body h3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .insight-featured__body h3 {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .insight-featured__body h3 {
    font-size: 24px;
  }
}
.insight-featured__body p {
  margin-bottom: clamp(28px, 2.605vw, 50px);
}
@media (min-width: 1200px) {
  .insight-featured__body p {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .insight-featured__body p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .insight-featured__body p {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .insight-featured__body p {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .insight-featured__body p {
    font-size: 20px;
  }
}
.insight-featured__arrow {
  margin-left: auto;
  margin-top: auto;
  width: clamp(40px, 2.605vw, 50px);
  height: clamp(40px, 2.605vw, 50px);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, color 0.35s ease;
}
.insight-featured__arrow svg {
  width: 24px;
  height: 24px;
}
.insight-featured--horizontal {
  flex: 0 0 calc(60.266% - clamp(10px, 1.15vw, 22px));
  max-width: calc(60.266% - clamp(10px, 1.15vw, 22px));
}
@media (max-width: 991px) {
  .insight-featured--horizontal {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.insight-featured--horizontal .insight-featured__link {
  flex-direction: row;
}
.insight-featured--horizontal .insight-featured__media {
  width: 51.395%;
  max-width: 51.395%;
  height: 100%;
}
.insight-featured--horizontal .insight-featured__body {
  padding: clamp(30px, 4.0104vw, 77px) clamp(20px, 1.563vw, 30px) clamp(20px, 1.563vw, 30px) clamp(20px, 1.563vw, 30px);
}
.insight-featured--horizontal .insight-featured__body h3 {
  max-width: min(100%, 393px);
}
@media (max-width: 575px) {
  .insight-featured--horizontal {
    height: auto;
  }
  .insight-featured--horizontal .insight-featured__link {
    flex-direction: column;
  }
  .insight-featured--horizontal .insight-featured__media {
    width: 100%;
    max-width: 100%;
    height: clamp(200px, 40vw, 280px);
  }
}
.insight-featured--vertical {
  flex: 0 0 calc(39.7% - clamp(10px, 1.15vw, 22px));
  max-width: calc(39.7% - clamp(10px, 1.15vw, 22px));
}
@media (max-width: 991px) {
  .insight-featured--vertical {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.insight-featured--vertical .insight-featured__link {
  flex-direction: column;
}
.insight-featured--vertical .insight-featured__media {
  width: 100%;
  height: 53.546%;
  max-height: 53.546%;
}
.insight-featured--vertical .insight-featured__body {
  flex: 1;
  padding: clamp(20px, 1.56vw, 30px) clamp(20px, 1.56vw, 30px) clamp(20px, 1.56vw, 30px) clamp(20px, 1.56vw, 30px);
}
.insight-featured--vertical .insight-featured__body h3 {
  margin-bottom: 0;
  max-width: min(100%, 544px);
}

.insight-detail {
  padding: clamp(48px, 4.7vw, 90px) 0 clamp(64px, 7vw, 110px);
  background: #050505;
}
.insight-detail__title {
  font-family: "Zain", sans-serif;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
  max-width: min(100%, 897px);
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.insight-detail__hero-media {
  margin-bottom: clamp(40px, 3.23vw, 62px);
  overflow: hidden;
  background: #D9D9D9;
}
.insight-detail__hero-media img {
  width: 100%;
  height: clamp(220px, 38.33vw, 736px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.insight-detail__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(32px, 3.9vw, 75px);
}
.insight-detail__layout h2 {
  margin-top: 20px;
}
.insight-detail__layout ul {
  list-style: none;
  margin: clamp(24px, 2.08vw, 40px) 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.insight-detail__layout li {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.89vw, 17px);
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
}
.insight-detail__layout li + li {
  margin-top: 15px;
}
.insight-detail__layout li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.87501 12.0007C1.87501 12.2991 1.99354 12.5852 2.20452 12.7962C2.4155 13.0072 2.70164 13.1257 3.00001 13.1257H18.285L14.205 17.2057C14.0063 17.419 13.8981 17.7011 13.9033 17.9925C13.9084 18.284 14.0265 18.562 14.2326 18.7682C14.4387 18.9743 14.7168 19.0923 15.0082 19.0975C15.2997 19.1026 15.5818 18.9944 15.795 18.7957L21.795 12.7957C22.0057 12.5848 22.124 12.2988 22.124 12.0007C22.124 11.7026 22.0057 11.4167 21.795 11.2057L15.795 5.20572C15.5818 5.007 15.2997 4.89881 15.0082 4.90396C14.7168 4.9091 14.4387 5.02717 14.2326 5.23329C14.0265 5.43941 13.9084 5.71748 13.9033 6.00894C13.8981 6.30039 14.0063 6.58246 14.205 6.79572L18.285 10.8757L3.00001 10.8757C2.70164 10.8757 2.4155 10.9942 2.20452 11.2052C1.99354 11.4162 1.87501 11.7024 1.87501 12.0007Z" fill="%231F94D2"/></svg>') no-repeat center/contain;
}
.insight-detail__content {
  flex: 1 1 56.77%;
  min-width: 0;
}
.insight-detail__content p {
  margin: 0 0 clamp(18px, 1.1979vw, 23px);
}
.insight-detail__content p:last-of-type {
  margin-bottom: 0;
}
.insight-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin: clamp(24px, 2.08vw, 40px) 0;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(14px, 0.938vw, 18px);
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.insight-detail__content table thead tr {
  background: #fff;
}
.insight-detail__content table thead tr th {
  padding: clamp(12px, 0.833vw, 16px) clamp(16px, 1.25vw, 24px);
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 0.938vw, 18px);
  color: #000;
  text-align: left;
  white-space: nowrap;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.insight-detail__content table thead tr th:last-child {
  border-right: none;
}
.insight-detail__content table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}
.insight-detail__content table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.04);
}
.insight-detail__content table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
@media (hover: hover) {
  .insight-detail__content table tbody tr:hover {
    background: rgba(255, 255, 255, 0.08);
  }
}
.insight-detail__content table tbody tr td {
  padding: clamp(10px, 0.677vw, 13px) clamp(16px, 1.25vw, 24px);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  vertical-align: top;
}
.insight-detail__content table tbody tr td:first-child {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.insight-detail__content table tbody tr td:last-child {
  border-right: none;
}
.insight-detail__content table:not(:has(thead)) tr:first-child {
  background: #32c5f3;
}
.insight-detail__content table:not(:has(thead)) tr:first-child td {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .insight-detail__content .table-scroll-wrapper,
  .insight-detail__content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.insight-detail__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 1.51vw, 29px);
  margin: clamp(24px, 2.08vw, 40px) 0;
}
.insight-detail__gallery img {
  flex: 1 1 calc(50% - clamp(8px, 0.76vw, 15px));
  min-width: min(100%, 260px);
  aspect-ratio: 434/287;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #D9D9D9;
}
.insight-detail__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(35px, 2.136vw, 41px);
  padding-top: clamp(24px, 1.56vw, 30px);
  border-top: 1px solid #535353;
}
.insight-detail__nav-link {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .insight-detail__nav-link:hover {
    color: #32c5f3;
  }
}
.insight-detail__sidebar {
  flex: 0 0 min(100%, 608px);
  max-width: 38.409%;
  width: 100%;
  background: #101010;
  padding: clamp(32px, 2.03vw, 39px) clamp(20px, 2.97vw, 57px) clamp(40px, 3.4375vw, 66px);
}
.insight-detail__sidebar-title {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-bottom: 16px;
}
.insight-detail__recent {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.4vw, 46px);
}
.insight-detail__recent .horus-insights__card {
  transform: none;
}
@media (hover: hover) {
  .insight-detail__recent .horus-insights__card:hover {
    transform: none;
  }
}
.insight-detail__recent .horus-insights__media {
  margin-bottom: clamp(20px, 1.72vw, 33px);
}
.insight-detail__recent .horus-insights__text h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}
.insight-detail__load-more {
  text-align: center;
  margin-top: clamp(32px, 2.5vw, 48px);
}
.insight-detail__load-more button {
  font-family: "Zain", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .insight-detail__load-more button:hover {
    color: #32c5f3;
  }
}
@media (max-width: 1199px) {
  .insight-detail__layout {
    flex-direction: column;
  }
  .insight-detail__sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .insight-detail__content {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .insight-detail__gallery img {
    flex: 1 1 100%;
  }
  .insight-detail__nav {
    align-items: flex-start;
  }
}

.contact-page {
  padding: clamp(48px, 4.7vw, 90px) 0 clamp(64px, 7vw, 110px);
  background: #050505;
}
.contact-page__intro {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
  text-align: center;
  max-width: min(100%, 897px);
  margin: 0 auto clamp(40px, 3.23vw, 62px);
}
.contact-page__intro p,
.contact-page__intro span,
.contact-page__intro div,
.contact-page__intro li,
.contact-page__intro strong,
.contact-page__intro b,
.contact-page__intro a {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0;
}
.contact-page__intro p {
  font-style: normal !important;
  font-weight: 400 !important;
}
.contact-page__layout {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 3.29vw, 63px);
  flex-wrap: wrap;
}
.contact-page__form-wrap {
  flex: 1 1 61.77%;
  min-width: min(100%, 320px);
  max-width: 976px;
  background: #101010;
  border-radius: clamp(12px, 1.04vw, 20px);
  padding: clamp(25px, 3.906vw, 75px) clamp(24px, 2.292vw, 44px) clamp(24px, 2.292vw, 44px);
}
.contact-page__fields {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 1.35vw, 26px) clamp(16px, 1.51vw, 29px);
  margin-bottom: clamp(24px, 2.08vw, 40px);
}
.contact-page__field {
  flex: 1 1 calc(50% - clamp(8px, 0.76vw, 15px));
  min-width: min(100%, 260px);
}
.contact-page__field--full {
  flex: 1 1 100%;
}
.contact-page__field label {
  display: block;
  font-family: "Zain", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin-bottom: clamp(12px, 0.73vw, 14px);
}
.contact-page__field input,
.contact-page__field textarea {
  width: 100%;
  background: #101010;
  border: 1px solid #535353;
  border-radius: clamp(8px, 0.52vw, 10px);
  color: #fff;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 300;
  line-height: 32px;
  padding: clamp(10px, 1.72vw, 33px) clamp(15px, 1.77vw, 34px);
  transition: border-color 0.25s ease;
}
.contact-page__field input::-moz-placeholder, .contact-page__field textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.contact-page__field input:focus,
.contact-page__field textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.45);
}
.contact-page__field textarea {
  display: block;
  min-height: clamp(120px, 14.82vw, 276px);
  resize: vertical;
}
.contact-page__captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: min(100%, 311px);
  min-height: clamp(56px, 3.85vw, 74px);
  margin-bottom: clamp(24px, 1.56vw, 30px);
  padding: clamp(14px, 0.94vw, 18px) clamp(16px, 1.04vw, 20px);
  background: #050505;
  border: 1px solid #2a2a2a;
  border-radius: clamp(8px, 0.52vw, 10px);
}
.contact-page__captcha-check {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.73vw, 14px);
  margin: 0;
  cursor: pointer;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
}
.contact-page__captcha-check input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #32c5f3;
}
.contact-page__captcha-badge {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 11px;
  color: #BDBEC0;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.contact-page__submit {
  border: 0;
}
.contact-page__submit span {
  color: #000;
}
.contact-page__sidebar {
  margin-left: auto;
  flex-basis: 34.176%;
}
.contact-page__media {
  overflow: hidden;
  border-radius: clamp(8px, 0.52vw, 10px);
  background: #D9D9D9;
  margin-bottom: clamp(24px, 1.72vw, 33px);
}
.contact-page__media img {
  width: 100%;
  aspect-ratio: 541/303;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contact-page__details {
  margin-bottom: clamp(28px, 2.19vw, 42px);
}
.contact-page__details h2 {
  font-family: "Zain", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin: 0 0 clamp(20px, 1.67vw, 32px);
}
.contact-page__details .info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-page__details .info li {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.94vw, 18px);
}
.contact-page__details .info li + li {
  margin-top: clamp(12px, 0.94vw, 18px);
}
.contact-page__details .info span {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(12px, 0.729vw, 14px);
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #BDBEC0;
}
.contact-page__details .info a {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media (hover: hover) {
  .contact-page__details .info a:hover {
    color: #32c5f3;
  }
}
.contact-page__cta {
  background: #101010;
  border-radius: 5px;
  padding: clamp(32px, 2.5vw, 48px) clamp(20px, 1.77vw, 34px);
  text-align: center;
}
.contact-page__cta p, .contact-page__cta-copy {
  font-family: "Zain", sans-serif;
  font-size: clamp(24px, 1.88vw, 36px);
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0 auto clamp(24px, 1.98vw, 38px);
  max-width: min(100%, 473px);
}
.contact-page__cta-copy p,
.contact-page__cta-copy span,
.contact-page__cta-copy div,
.contact-page__cta-copy strong,
.contact-page__cta-copy b,
.contact-page__cta-copy a {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0;
}
.contact-page__cta-copy p {
  font-style: normal !important;
  font-weight: 400 !important;
}
.contact-page__cta .horus-btn {
  margin: 0 auto;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .contact-page__sidebar {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .contact-page__form-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-page__field {
    flex: 1 1 100%;
  }
}

.horus-toast-wrap {
  position: fixed;
  right: clamp(16px, 2vw, 24px);
  bottom: clamp(16px, 2vw, 24px);
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: min(420px, 100vw - 32px);
  pointer-events: none;
}

.horus-toast {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 16, 16, 0.96);
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
}
.horus-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.horus-toast--success {
  border-color: rgba(28, 200, 138, 0.45);
}
.horus-toast--error {
  border-color: rgba(231, 111, 81, 0.55);
}
.horus-toast__message {
  flex: 1;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.horus-toast__close {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.horus-page-hero--plain {
  min-height: clamp(160px, 14.95vw, 287px);
  padding: clamp(96px, 8.33vw, 160px) 0 0;
}
.horus-page-hero--plain .horus-page-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.02);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 1;
}
.horus-page-hero--plain .horus-page-hero__bg::after {
  z-index: 2;
}
.horus-page-hero--plain .horus-page-hero__bg img {
  position: relative;
  z-index: 0;
}

.error-page {
  position: relative;
  padding: clamp(28px, 2.92vw, 56px) 0 clamp(120px, 11.46vw, 220px);
  background: #050505;
  overflow: hidden;
}
.error-page__orb {
  width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  .error-page__orb {
    width: 66%;
  }
}
.error-page__orb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error-page__shell {
  margin: 0 auto;
}
.error-page__illustration {
  margin-bottom: clamp(48px, 6.302vw, 121px);
}
.error-page__code {
  margin: 0 0 clamp(20px, 2.08vw, 32px);
  font-family: "Zain", sans-serif;
  font-size: clamp(72px, 10.42vw, 160px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: 0.08em;
}
.error-page__copy {
  margin: 0 auto;
  text-align: center;
}
.error-page h1 {
  margin: 0 0 clamp(10px, 0.59vw, 14px);
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(34px, 3.33vw, 64px);
  line-height: normal;
  color: #fff;
}
.error-page p {
  margin: 0 auto clamp(28px, 2.86vw, 55px);
  max-width: 498px;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
}
.error-page .horus-btn {
  margin: 0 auto;
}
.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 1.04vw, 20px);
}
.error-page__actions .horus-btn {
  margin: 0;
}

.thank-you-page {
  padding: clamp(120px, 20.94vw, 402px) 0 clamp(120px, 21.09vw, 405px);
  background: #050505;
  text-align: center;
}
.thank-you-page .container-ctn {
  max-width: min(100%, 1320px);
  margin: 0 auto;
}
.thank-you-page h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(40px, 4.11vw, 79px);
  font-family: "Zain", sans-serif;
  font-size: clamp(64px, 11.46vw, 220px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
}
.thank-you-page h1 span {
  position: absolute;
  left: 12%;
  top: 40%;
  width: clamp(23px, 5.21vw, 100px);
  height: clamp(10px, 1.95vw, 37.5px);
  transform: translateY(-42%);
  background: url("../images/thank-you-accent.svg") center/contain no-repeat;
}
.thank-you-page h1 span::before, .thank-you-page h1 span::after {
  display: none;
}
.thank-you-page p {
  max-width: 386px;
  margin: 0 auto clamp(28px, 2.86vw, 55px);
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: normal;
  color: #fff;
}
.thank-you-page__eyebrow {
  margin: 0 0 clamp(16px, 1.56vw, 24px);
  font-family: "Zain", sans-serif;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #BDBEC0;
}
.thank-you-page__copy {
  max-width: min(100%, 720px);
  margin: 0 auto clamp(28px, 2.86vw, 55px);
}
.thank-you-page__copy p {
  max-width: none;
  margin: 0 0 clamp(14px, 1.04vw, 20px);
}
.thank-you-page__copy p:last-child {
  margin-bottom: 0;
}
.thank-you-page .horus-btn {
  margin: 0 auto;
  font-family: "Zain", sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
}
@media (max-width: 767px) {
  .thank-you-page h1 {
    white-space: normal;
    font-size: clamp(48px, 14vw, 80px);
  }
}

.terms-page {
  padding: clamp(48px, 4.74vw, 91px) 0 clamp(88px, 8.59vw, 165px);
  background: #050505;
}
.terms-page p + h2,
.terms-page h3 + h2,
.terms-page h2 + h3,
.terms-page p + h3,
.terms-page p + h4,
.terms-page p + h5,
.terms-page p + h6 {
  margin-top: 15px;
}
.terms-page ul,
.terms-page ol {
  list-style: none;
  margin: 15px auto;
  padding: 0;
  max-width: min(100%, 1580px);
}
.terms-page li {
  color: #fff;
  position: relative;
  padding-left: clamp(38px, 2.71vw, 52px);
}
.terms-page li + li {
  margin-top: 19px;
}
.terms-page h2 {
  margin: 0 0 clamp(12px, 0.83vw, 16px);
  font-family: "Zain", sans-serif;
  line-height: 1;
  color: #fff;
}
.terms-page p {
  margin: 0;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.6;
  color: #fff;
  max-width: 100%;
}
.terms-page p + p {
  margin-top: clamp(10px, 0.83vw, 16px);
}
@media (max-width: 575px) {
  .terms-page li {
    padding-left: 34px;
  }
  .terms-page p {
    line-height: 1.5;
  }
}

h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  font-family: "Zain", sans-serif;
}

h2,
.h2,
h2 span,
.h2 span,
h2 strong {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 33px;
  }
}
@media (min-width: 1280px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1350px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 43px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1900px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 48px;
    margin-bottom: 16px;
  }
}

h3,
.h3,
.h3 strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 992px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 21px;
  }
}
@media (min-width: 1900px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 24px;
  }
}

h4,
.h4,
.h4 strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1350px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 24px;
  }
}

h5,
.h5,
.h5 strong {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 15.5px;
  }
}
@media (min-width: 1900px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 16px;
  }
}

p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */