@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --clr-primary-500: #E31E24;
  --clr-secondary-500: #3757A1;
  --clr-neutral-900: hsl(0, 0%, 0%);
  --clr-neutral-800: #1F2937;
  --clr-neutral-700: #374151;
  --clr-neutral-600: #656565;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #E7E8E9;
  --clr-neutral-150: #f9f9f9;
  --clr-neutral-100: hsl(0 0% 100%);
  --clr-grey-100: #F4F6F8;
  --clr-gradient-horizon: linear-gradient(90deg, rgba(227,36,36,1) 0%, rgba(55,87,161,1) 100%);
  --boxShadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  --ff-primary: "Poppins", sans-serif;
  --ff-body: var(--ff-primary);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-bold: 700;
  --fw-extraBold: 800;
  --fw-black: 900;
  --fs-200: 14px;
  --fs-300: 16px;
  --fs-400: 18px;
  --fs-500: 24px;
  --fs-600: 32px;
  --fs-700: 40px;
  --fs-800: 72px;
  --fs-900: 90px;
  --fs-body: var(--fs-300);
  --size-100: 0.25rem;
  --size-200: 0.5rem;
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 160px;
}

@media (max-width: 768px) {
  :root {
    --fs-800: 55px;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: initial;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

@media (min-width: 768px) {
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* general styling */
body {
  font-size: var(--fs-body);
  font-family: var(--ff-body);
  color: var(--clr-neutral-800);
}

p {
  position: relative;
  margin-top: var(--size-500);
  font-size: var(--fs-300);
  font-weight: 300;
  color: var(--clr-neutral-900);
  line-height: 1.7;
  margin: 0;
}

#main {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
}

.forDesktop {
  display: block;
}
@media (max-width: 768px) {
  .forDesktop {
    display: none !important;
  }
}

.forMobile {
  display: none !important;
}
@media (max-width: 768px) {
  .forMobile {
    display: block !important;
  }
}

.text-primary-500 {
  color: var(--clr-primary-500);
}

.text-neutral-100 {
  color: var(--clr-neutral-100) !important;
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.text-neutral-800 {
  color: var(--clr-neutral-800);
}

.text-neutral-900 {
  color: var(--clr-neutral-900) !important;
}

.bg-primary-200 {
  background-color: var(--clr-primary-200);
}

.bg-primary-300 {
  background-color: var(--clr-primary-300);
}

.bg-primary-400 {
  background-color: var(--clr-primary-400);
}

.bg-neutral-100 {
  background-color: var(--clr-neutral-100);
}

.bg-neutral-150 {
  background-color: var(--clr-neutral-150);
}

.bg-grey-100 {
  background-color: var(--clr-grey-100);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-semiBold {
  font-weight: var(--fw-semiBold);
}

.fw-medium {
  font-weight: var(--fw-medium);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fs-200 {
  font-size: var(--fs-200) !important;
}

.fs-300 {
  font-size: var(--fs-300) !important;
}

.fs-400 {
  font-size: var(--fs-400) !important;
}

.fs-500 {
  font-size: var(--fs-500) !important;
}

.fs-600 {
  font-size: var(--fs-600) !important;
}

.h-100 {
  height: 100vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none !important;
}

.padding-block-900 {
  padding: 100px 0;
}

.padding-block-500 {
  padding: 70px 0;
}

.margin-top-900 {
  margin-top: 100px;
}

.margin-bottom-900 {
  margin-bottom: 100px;
}

.margin-bottom-500 {
  margin-bottom: 70px;
}

.margin-top-max {
  margin-top: 120px;
}

.margin-block-max {
  margin: 120px 0;
}

.margin-bottom-max {
  margin-bottom: 120px;
}

.padding-top-max {
  padding-top: 120px;
}

.padding-top-900 {
  padding-top: 100px;
}

.padding-block-max {
  padding: 120px 0;
}

@media (max-width: 768px) {
  .margin-top-max {
    margin-top: 70px;
  }
  .margin-block-max {
    margin: 70px 0;
  }
  .margin-bottom-max {
    margin-bottom: 70px;
  }
  .padding-block-900 {
    padding: 70px 0;
  }
  .margin-top-900 {
    margin-top: 70px;
  }
  .margin-bottom-900 {
    margin-bottom: 70px;
  }
  .padding-top-max {
    padding-top: 70px;
  }
  .padding-block-max {
    padding: 70px 0;
  }
}
.error,
.error p,
label.error {
  font-size: var(--fs-200);
  margin-top: 0;
  color: #ff0000;
}

.even-columns-4, .even-3-columns {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.even-columns-4[gap=min], .even-3-columns[gap=min] {
  gap: 2rem !important;
}
.even-columns-4[gap=small], .even-3-columns[gap=small] {
  gap: 1rem;
}
@media (max-width: 768px) {
  .even-columns-4, .even-3-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.btn1 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  height: auto;
  color: var(--clr-neutral-100);
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: var(--fw-regular);
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
}
.btn1 span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.btn1::before {
  position: absolute;
  content: "";
  width: 150%;
  height: 600%;
  left: 50%;
  top: 50%;
  background: linear-gradient(90deg, var(--clr-primary-500) 25%, var(--clr-secondary-500) 75%);
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s;
}
.btn1:hover::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.btn-white {
  position: relative;
  padding: 10px 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: var(--fw-medium);
  text-decoration: none;
  background-color: var(--clr-neutral-100);
  transition: all 0.3s;
}
.btn-white span {
  color: white;
  background: var(--clr-gradient-horizon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-white:hover {
  transform: scale(0.95);
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
header .top {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.3s 0.1s, height 0.3s 0.3s;
}
header .top .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top .wrapper ul {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 0;
}
header .top .wrapper ul a {
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--clr-neutral-100);
  transition: all 0.3s;
}
header .top .wrapper ul a:hover {
  color: var(--clr-neutral-200);
}
header .top .wrapper .contact svg {
  stroke: var(--clr-neutral-100);
}
header .top .wrapper .contact a {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .top .wrapper .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .top .wrapper .social {
  gap: 10px;
}
header .top .wrapper .social svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.5px;
  stroke: var(--clr-neutral-100);
}
header .top .wrapper .social svg.fill {
  fill: #fff;
}
header .mainMenu {
  position: relative;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
}
header .mainMenu .wrapper {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 65px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
header .mainMenu .wrapper .logo {
  display: inline-block;
  width: 170px;
}
header .mainMenu .menu #cssmenu,
header .mainMenu .menu #cssmenu ul,
header .mainMenu .menu #cssmenu ul li,
header .mainMenu .menu #cssmenu ul li a,
header .mainMenu .menu #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
header .mainMenu .menu #cssmenu:after,
header .mainMenu .menu #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .mainMenu .menu #cssmenu #head-mobile {
  display: none;
}
header .mainMenu .menu #cssmenu > ul {
  margin: 0;
  padding: 0;
}
header .mainMenu .menu #cssmenu > ul > li {
  position: relative;
  float: left;
}
header .mainMenu .menu #cssmenu > ul > li > a {
  padding: 15px 10px;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-neutral-900);
  text-transform: uppercase;
  font-weight: 500;
}
header .mainMenu .menu #cssmenu > ul > li:hover > a,
header .mainMenu .menu #cssmenu > ul > li.active > a {
  color: var(--clr-primary-500);
}
header .mainMenu .menu #cssmenu > ul > li:hover::before,
header .mainMenu .menu #cssmenu ul li.active:hover::before,
header .mainMenu .menu #cssmenu ul > li.active::before,
header .mainMenu .menu #cssmenu ul li.has-sub.active:hover::before {
  width: 100%;
}
header .mainMenu .menu #cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
header .mainMenu .menu #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
header .mainMenu .menu #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  transition: all 0.25s ease;
}
header .mainMenu .menu #cssmenu > ul > li.has-sub:hover > a:before {
  top: 50%;
  transform: translateY(-50%);
  height: 0;
}
header .mainMenu .menu #cssmenu ul ul {
  position: absolute;
  left: -9999px;
  padding: 0;
}
header .mainMenu .menu #cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: var(--clr-neutral-100);
  transition: all 0.25s ease;
}
header .mainMenu .menu #cssmenu li:hover > ul {
  left: auto;
  background-color: #ffffff;
  box-shadow: var(--boxShadow);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header .mainMenu .menu #cssmenu li:hover > ul > li {
  height: auto;
}
header .mainMenu .menu #cssmenu li:hover > ul > li:hover {
  background: var(--clr-primary-500);
}
header .mainMenu .menu #cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
header .mainMenu .menu #cssmenu ul ul li a {
  border-bottom: 1px solid rgba(153, 153, 153, 0.15);
  padding: 11px 15px;
  font-size: 14px;
  width: 200px;
  line-height: 16px;
  text-decoration: none;
  color: var(--clr-neutral-900);
  font-weight: 400;
}
header .mainMenu .menu #cssmenu ul ul li:last-child > a,
header .mainMenu .menu #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
header .mainMenu .menu #cssmenu ul ul li:hover > a,
header .mainMenu .menu #cssmenu ul ul li a:hover {
  color: #fff;
}
header .mainMenu .menu #cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
header .mainMenu .menu #cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  transition: all 0.25s ease;
}
header .mainMenu .menu #cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
header .mainMenu .menu #cssmenu ul ul li.has-sub:hover,
header .mainMenu .menu #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: var(--clr-primary-500);
}
header .mainMenu .menu #cssmenu ul ul ul li.active a {
  color: var(--clr-primary-500);
}
header .mainMenu .menu #cssmenu > ul > li.has-sub > ul > li.active > a,
header .mainMenu .menu #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  color: var(--clr-primary-500);
}
header .mainMenu .menu #cssmenu > ul > li.has-sub > ul > li.active:hover > a,
header .mainMenu .menu #cssmenu > ul ul > li.has-sub > ul > li.active:hover > a {
  color: var(--clr-neutral-100);
}
@media screen and (max-width: 1000px) {
  header .mainMenu .menu .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  header .mainMenu .menu .logo2 {
    display: none;
  }
  header .mainMenu .menu nav {
    width: 100%;
  }
  header .mainMenu .menu #cssmenu {
    width: 100%;
  }
  header .mainMenu .menu #cssmenu ul {
    width: 100vw;
    height: 90vh;
    overflow-y: scroll;
    position: absolute;
    right: -32px;
    top: 70px;
    display: none;
    background-color: #ffffff;
  }
  header .mainMenu .menu #cssmenu ul ul {
    top: 0;
    height: auto !important;
  }
  header .mainMenu .menu #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgb(184, 184, 184);
  }
  header .mainMenu .menu #cssmenu ul li:hover {
    background: var(--clr-primary-500);
  }
  header .mainMenu .menu #cssmenu ul li:hover a {
    color: #ffffff !important;
  }
  header .mainMenu .menu #cssmenu li:hover > ul {
    left: 0;
  }
  header .mainMenu .menu #cssmenu ul ul li,
  header .mainMenu .menu #cssmenu li:hover > ul > li {
    height: auto;
  }
  header .mainMenu .menu #cssmenu ul li a,
  header .mainMenu .menu #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  header .mainMenu .menu #cssmenu > ul > li {
    float: none;
  }
  header .mainMenu .menu #cssmenu > ul > li a {
    padding: 16px 20px;
  }
  header .mainMenu .menu #cssmenu ul ul li a {
    padding-left: 25px;
  }
  header .mainMenu .menu #cssmenu ul ul li {
    background: var(--clr-primary-500);
    border-top: 1px solid rgb(235, 235, 235);
  }
  header .mainMenu .menu #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  header .mainMenu .menu #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  header .mainMenu .menu #cssmenu ul ul li a {
    color: #ffffff;
  }
  header .mainMenu .menu #cssmenu ul ul li:hover > a,
  header .mainMenu .menu #cssmenu ul ul li.active > a {
    color: #fff;
  }
  header .mainMenu .menu #cssmenu ul ul,
  header .mainMenu .menu #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  header .mainMenu .menu #cssmenu > ul > li.has-sub > a:after,
  header .mainMenu .menu #cssmenu > ul > li.has-sub > a:before,
  header .mainMenu .menu #cssmenu ul ul > li.has-sub > a:after,
  header .mainMenu .menu #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  header .mainMenu .menu #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  header .mainMenu .menu .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  header .mainMenu .menu .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid var(--clr-primary-500);
    border-bottom: 2px solid var(--clr-primary-500);
    content: "";
  }
  header .mainMenu .menu .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: var(--clr-primary-500);
    content: "";
  }
  header .mainMenu .menu .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: var(--clr-primary-500);
    transform: rotate(45deg);
  }
  header .mainMenu .menu .button.menu-opened:before {
    top: 23px;
    background: var(--clr-primary-500);
    width: 19px;
    transform: rotate(-45deg);
  }
  header .mainMenu .menu #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgb(226, 226, 226);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  header .mainMenu .menu #cssmenu .submenu-button.submenu-opened {
    background: var(--primaryColor);
  }
  header .mainMenu .menu #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  header .mainMenu .menu #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  header .mainMenu .menu #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  header .mainMenu .menu #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  header .mainMenu .menu #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  header .mainMenu .menu #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  header .mainMenu .menu #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  header .mainMenu .menu #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  header .mainMenu .menu #cssmenu > ul > li.has-sub > ul > li.active > a,
  header .mainMenu .menu #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
header.background .top {
  height: 0;
  opacity: 0;
}
header.background .mainMenu {
  background-color: var(--clr-neutral-100);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}
header.background .mainMenu .wrapper {
  padding: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1000px) {
  header.background .mainMenu .wrapper {
    padding: 0 20px;
  }
}

.forLightHeader .top .wrapper ul a {
  color: var(--clr-neutral-900);
}
.forLightHeader .top .wrapper ul a:hover {
  color: var(--clr-primary-500);
}
.forLightHeader .top .wrapper .contact svg {
  stroke: var(--clr-primary-500);
}
.forLightHeader .top .social svg {
  stroke: var(--clr-neutral-600) !important;
}
.forLightHeader .top .social svg.fill {
  fill: var(--clr-neutral-600) !important;
}

/***************************************************
 * Generated by SVG Artista on 1/19/2024, 12:06:17 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 762.4000854492px;
  stroke-dasharray: 762.4000854492px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(227, 30, 36);
}

svg .svg-elem-2 {
  stroke-dashoffset: 1481.3619384766px;
  stroke-dasharray: 1481.3619384766px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  stroke-dashoffset: 1481.3619384766px;
  stroke-dasharray: 1481.3619384766px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(55, 87, 161);
}

svg .svg-elem-4 {
  stroke-dashoffset: 624.200012207px;
  stroke-dasharray: 624.200012207px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
}
.banner .lines {
  position: absolute;
  width: 80%;
  bottom: -10%;
  left: 0;
  z-index: -1;
}
.banner .bannerSwiper {
  position: relative;
  height: 100vh;
}
.banner .bannerSwiper .swiper-slide {
  display: flex;
  align-items: center;
}
.banner .photo {
  position: absolute;
  width: 55%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
}
.banner .content h1 {
  position: relative;
  font-size: 50px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-900);
  margin: 0;
  padding: 0;
}
.banner .content p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: var(--fw-regular);
}

.bannerInsider {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-gradient-horizon);
}
.bannerInsider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/bg/abstract4.png");
  background-size: cover;
}
.bannerInsider .details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.bannerInsider .details h1 {
  position: relative;
  text-align: center;
  font-size: 70px;
  font-weight: var(--fw-semiBold);
  color: var(--clr-neutral-100);
}
@media (max-width: 768px) {
  .bannerInsider .details h1 {
    padding: 0 30px;
    font-size: 30px;
  }
}
.bannerInsider .details ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.bannerInsider .details ul li, .bannerInsider .details ul a {
  position: relative;
  font-size: 16px;
  color: var(--clr-neutral-100);
  font-weight: var(--fw-medium);
  text-decoration: none;
}
.bannerInsider .details ul li:not(:last-child), .bannerInsider .details ul a:not(:last-child) {
  padding-right: 25px;
}
.bannerInsider .details ul li:not(:last-child)::before, .bannerInsider .details ul a:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/svg/arrow-right.svg");
  background-size: cover;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.bannerInsider-img {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-gradient-horizon);
  overflow: hidden;
}
.bannerInsider-img .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.bannerInsider-img .details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.bannerInsider-img .details h1 {
  position: relative;
  text-align: center;
  font-size: 70px;
  font-weight: var(--fw-semiBold);
  color: var(--clr-neutral-100);
}
@media (max-width: 768px) {
  .bannerInsider-img .details h1 {
    padding: 0 30px;
    font-size: 30px;
  }
}
.bannerInsider-img .details ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.bannerInsider-img .details ul li, .bannerInsider-img .details ul a {
  position: relative;
  font-size: 16px;
  color: var(--clr-neutral-100);
  font-weight: var(--fw-medium);
  text-decoration: none;
}
.bannerInsider-img .details ul li:not(:last-child), .bannerInsider-img .details ul a:not(:last-child) {
  padding-right: 25px;
}
.bannerInsider-img .details ul li:not(:last-child)::before, .bannerInsider-img .details ul a:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/svg/arrow-right.svg");
  background-size: cover;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.heading1 {
  position: relative;
  font-size: 34px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-900);
  margin: 0;
  line-height: 1.4;
}

.subHeading {
  position: relative;
  font-size: 22px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-800);
  margin: 0;
}

.gradientText {
  color: white;
  background: var(--clr-gradient-horizon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-900);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.heading2::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 5px;
  border-radius: 5px;
  background: var(--clr-gradient-horizon);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.heading3 {
  position: relative;
  text-align: left;
  font-size: 36px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-900);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.heading3.lowercase {
  text-transform: none !important;
}
.heading3::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 5px;
  border-radius: 5px;
  background: var(--clr-gradient-horizon);
  bottom: -10px;
  left: 0;
}

.heading4 {
  position: relative;
  font-size: 20px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-900);
  margin: 0;
  line-height: 1.4;
}

.heading5 {
  position: relative;
  font-size: 24px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-900);
  margin: 0;
  line-height: 1.4;
}

.text-justify {
  text-align: justify;
}

.pdfLink {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  text-decoration: none;
  gap: 15px;
  box-shadow: 0px 16.454px 32.907px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.pdfLink .icon {
  width: 42px;
  flex-shrink: 0;
}
.pdfLink h2 {
  position: relative;
  font-size: 13px;
  color: var(--clr-neutral-900);
  font-weight: var(--fw-regular);
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.pdfLink:hover {
  z-index: 2;
  border: 1px solid #fff;
  box-shadow: 0px 16.454px 32.907px 0px rgba(0, 0, 0, 0.25);
}

.redCircleList {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.redCircleList li {
  position: relative;
  font-size: 15px;
  color: var(--clr-neutral-900);
  font-weight: 300;
  padding-left: 20px;
  flex: 46%;
  letter-spacing: 0.6px;
}
.redCircleList li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 11px;
  background-color: var(--clr-primary-500);
  top: 5px;
  left: 0;
}

.waveRtoL {
  position: relative;
  width: 100%;
  height: auto;
}
.waveRtoL::before {
  position: absolute;
  content: "";
  width: 110%;
  right: 0;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 92%, rgba(255, 255, 255, 0) 100%);
  transition: all 2s 0.5s linear;
}
.waveRtoL video {
  width: 100%;
}

.waveLtoR {
  position: relative;
  width: 100%;
  height: auto;
}
.waveLtoR::before {
  position: absolute;
  content: "";
  width: 110%;
  left: 0;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 92%, rgba(255, 255, 255, 0) 100%);
  transition: all 2s 0.5s linear;
}
.waveLtoR video {
  width: 100%;
  height: calc(100% - 100px);
}

.text_link {
  position: relative;
  display: inline-block;
  color: var(--clr-secondary-500);
  text-decoration: none;
}
.text_link:hover {
  text-decoration: underline;
}

.aos-animate .waveRtoL::before {
  right: 110%;
}
.aos-animate .waveLtoR::before {
  left: 110%;
}

.homeAbout {
  position: relative;
}
.homeAbout .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.homeAbout .videoThumb {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2.5;
}
.homeAbout .videoThumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90.02deg, #E52C32 0%, #3757A1 100%);
  mix-blend-mode: hard-light;
  opacity: 0.5;
  z-index: 3;
}
.homeAbout .videoThumb .play {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  z-index: 4;
  transition: all 0.3s;
}
.homeAbout .videoThumb .play img {
  width: 100%;
}
.homeAbout .videoThumb .play:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.homeAbout .videoThumb img {
  border-radius: 60px;
}
.homeAbout .videoThumb video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 2;
}

.latestNews {
  position: relative;
}
.latestNews .item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #BEBEBE;
  min-height: 335px;
  transition: all 0.3s;
}
.latestNews .item .thumb {
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
}
.latestNews .item h3 {
  position: relative;
  color: var(--clr-neutral-600);
  font-size: 14px;
  font-weight: 400;
}
.latestNews .item h2 {
  position: relative;
  color: var(--clr-neutral-900);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.latestNews .item .btn1 {
  margin-top: auto;
  padding: 10px 20px 10px;
  font-size: 12px;
  line-height: 1;
}
.latestNews .swiper-button-prev {
  left: -20px;
}
.latestNews .swiper-button-next {
  right: -20px;
}

.newWrapper {
  position: relative;
}
.newWrapper .item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
  min-height: 335px;
  border: 1px solid #BEBEBE;
  transition: all 0.3s;
}
.newWrapper .item:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.newWrapper .item .thumb {
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
}
.newWrapper .item h3 {
  position: relative;
  color: var(--clr-neutral-600);
  font-size: 14px;
  font-weight: 400;
}
.newWrapper .item h2 {
  position: relative;
  color: var(--clr-neutral-900);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newWrapper .item .btn1 {
  margin-top: auto;
  padding: 10px 20px 10px;
  font-size: 12px;
  line-height: 1;
  top: auto;
}

.highlights {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background: var(--clr-gradient-horizon);
  padding-top: 120px;
}
.highlights::before {
  position: absolute;
  content: "";
  background-image: url("../images/bg/abstract2.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  overflow: hidden;
}
.highlights .slider-for .content {
  position: relative;
  max-width: 450px;
}
.highlights .slider-for h2 {
  font-size: 30px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-100);
}
.highlights .slider-for p {
  font-size: 16px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-100);
}
.highlights .slider-for .thumbnail img {
  width: 100%;
  border-radius: 60px;
}
.highlights .slider-for .slick-slide {
  padding: 0px 0 80px;
}
.highlights .slider-nav {
  position: relative;
  font-size: var(--fs-600);
}
.highlights .slider-nav .slick-list {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.highlights .slider-nav .slick-slide {
  position: relative;
  padding: 10px 0;
  color: var(--clr-neutral-600);
  cursor: pointer;
}
.highlights .slider-nav .slick-slide .svg-1 {
  position: absolute;
  margin-top: -32px;
}
.highlights .slider-nav .slick-slide .svg-1 path {
  transition: 0.6s;
  transform: translateY(20px);
  stroke: var(--clr-neutral-400);
  stroke-width: 1px;
  d: path("M0 6H132.375L180.5 2.5L230.431 6H353");
}
.highlights .slider-nav .slick-slide h3 {
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  color: var(--clr-neutral-100);
  font-weight: var(--fw-regular);
  border-right: 1px solid var(--clr-neutral-100);
  opacity: 0.7;
}
.highlights .slider-nav .slick-slide.slick-current {
  color: var(--clr-neutral-100);
}
.highlights .slider-nav .slick-slide.slick-current .svg-1 path {
  transition: 0.6s;
  stroke: var(--clr-neutral-100);
  stroke-width: 2px;
  transform: translateY(0px);
  d: path("M0 26H132.375L181.403 2L230.431 26H353");
}
.highlights .slider-nav .slick-slide.slick-current h3 {
  opacity: 1;
}

.services {
  position: relative;
}
.services .lines {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.services .hex {
  position: absolute;
  left: 5%;
}
.services .hex2 {
  position: absolute;
  left: 3%;
  top: 268px;
}
.services .container {
  z-index: 2;
}
.services .boxLink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
  gap: 10px;
  text-decoration: none;
}
.services .boxLink h2 {
  font-size: 19px;
  font-weight: var(--fw-medium);
  margin-top: 10px;
}
.services .boxLink h2, .services .boxLink p {
  text-align: center;
  color: var(--clr-neutral-900);
  z-index: 1;
}
.services .boxLink img {
  z-index: 1;
}
.services .boxLink::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--clr-neutral-100);
  border-radius: 50px;
  left: 0;
  top: 0;
  box-shadow: var(--boxShadow);
  transform: scale(0);
  transition: all 0.3s;
}
.services .boxLink:hover::before {
  box-shadow: var(--boxShadow);
  transform: scale(1);
}

.investorMain {
  position: relative;
}
.investorMain .lines {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.investorMain .lines img {
  width: 100%;
}

.counter {
  position: relative;
}
.counter .box {
  display: flex;
  flex-direction: column;
}
.counter .box .number {
  position: relative;
  font-size: 58px;
  font-weight: var(--fw-semiBold);
}
.counter .box h3 {
  position: relative;
  font-size: 16px;
  color: var(--clr-neutral-900);
  font-weight: var(--fw-medium);
}
@media (max-width: 768px) {
  .counter .box {
    align-items: center;
  }
}

.productMain {
  position: relative;
}
.productMain .lines {
  position: absolute;
  width: 190%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.productMain .hex {
  position: absolute;
  right: 3%;
}
.productMain .hex2 {
  position: absolute;
  right: 8%;
  top: 288px;
}
.productMain .product-nav .slick-list {
  overflow: visible !important;
}
.productMain .product-nav .slick-slide {
  border-radius: 23px;
  cursor: pointer;
  background: transparent;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
  color: var(--clr-neutral-900);
  transition: all 0.3s;
  background-color: rgba(204, 204, 204, 0.1098039216);
}
.productMain .product-nav .slick-slide h3 {
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  text-align: center;
  margin: 0;
  padding: 13px 0;
}
.productMain .product-nav .slick-slide.slick-current, .productMain .product-nav .slick-slide:hover {
  background: var(--clr-gradient-horizon);
  color: var(--clr-neutral-100);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.productMain .box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px;
  border-radius: 30px;
  background-color: var(--clr-neutral-100);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
  border: 1px solid #EDEDED;
  gap: 15px;
  transition: all 0.3s;
}
.productMain .box .diag {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
.productMain .box .diag img {
  width: 100%;
}
.productMain .box h2 {
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: var(--fw-medium);
  margin: 10px 0 0;
  padding: 0;
}
.productMain .box p {
  text-align: center;
  font-size: 14px;
  height: 100px;
  overflow: hidden;
}
.productMain .box a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background: #D9D9D9;
  color: #6D6D6C;
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 1px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.productMain .box:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.productMain .box:hover a {
  color: var(--clr-neutral-100);
  background: var(--clr-gradient-horizon);
}

.homeAwards {
  position: relative;
}
.homeAwards .pic {
  position: relative;
  z-index: 2;
}
.homeAwards .pic .hex1 {
  position: absolute;
  width: 133px;
  right: -4px;
  top: 2px;
}
.homeAwards .pic .hex1 img {
  mix-blend-mode: darken;
}
.homeAwards .pic .hex2 {
  position: absolute;
  width: 105px;
  right: -60px;
  top: 130px;
}
.homeAwards .pic .hex2 img {
  mix-blend-mode: darken;
}
.homeAwards .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 540px;
}

.upcomingEvent {
  position: relative;
}
.upcomingEvent .topSec {
  padding: 40px;
}
.upcomingEvent .topSec p {
  margin-top: 40px;
}
.upcomingEvent .bottomSec {
  position: relative;
  margin-top: 30px;
  padding: 60px 40px;
}
.upcomingEvent .bottomSec::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 5%;
  transform: translateX(-50%);
  background: var(--clr-gradient-horizon);
  z-index: -1;
}
.upcomingEvent .bottomSec h2 {
  position: relative;
  font-size: 30px;
  font-weight: var(--fw-semiBold);
  color: var(--clr-neutral-100);
  margin: 0;
  line-height: 1.4;
}
.upcomingEvent .bottomSec p {
  margin-top: 20px;
  color: var(--clr-neutral-100);
}

.clients {
  position: relative;
  padding: 50px 0;
}
.clients .logo {
  padding: 10px;
  width: 100%;
  text-align: center;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutPage {
  position: relative;
}
.aboutPage p {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 768px) {
  .aboutPage p {
    -moz-columns: 1;
         columns: 1;
  }
}

.milestones {
  position: relative;
}
.milestones .slick-list {
  overflow: visible;
}
.milestones .slide-arrow {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background: var(--clr-gradient-horizon);
  border-radius: 5px;
}
.milestones .slide-arrow img {
  width: 32px;
  padding: 5px;
}
.milestones .slide-arrow.prev-arrow {
  margin-left: -35px;
}
.milestones .slide-arrow.next-arrow {
  margin-right: -35px;
}
.milestones .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-right: 100px;
  min-height: 230px;
  gap: 30px;
}
@media (max-width: 768px) {
  .milestones .item {
    min-height: 320px;
  }
}
.milestones .item .box {
  position: relative;
  padding: 20px;
  display: flex;
  border-radius: 30px;
  box-shadow: var(--boxShadow);
  gap: 20px;
}
.milestones .item .box .year {
  position: relative;
  font-size: 34px;
  flex-shrink: 0;
  font-weight: var(--fw-semiBold);
  color: white;
  background: var(--clr-gradient-horizon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.milestones .item .box p {
  font-size: 14px;
  color: #434343;
}
@media (max-width: 768px) {
  .milestones .item .box {
    flex-direction: column;
  }
}
.milestones .item .point {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-neutral-100);
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}
.milestones .item .point::before {
  position: absolute;
  content: "";
  width: 500px;
  left: 30px;
  height: 3px;
  background-color: #BEBEBE;
}
.milestones .item .point .g {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--clr-gradient-horizon);
}

.globalPresence {
  margin-top: 60px;
}
.globalPresence .itemBox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.globalPresence .itemBox img {
  width: 32px;
  flex-shrink: 0;
}
.globalPresence .itemBox h3 {
  position: relative;
  font-size: 15px;
  font-weight: var(--fw-regular);
  color: #454545;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

.productList {
  position: relative;
}
.productList ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 768px) {
  .productList ul {
    flex-direction: column;
  }
}
.productList ul li {
  width: 100%;
  border: 1px solid #e2e2e2;
  transition: all 1s;
}
.productList ul li:not(:first-child) {
  border-left: none;
}
@media (max-width: 768px) {
  .productList ul li:not(:first-child) {
    border-left: 1px solid #e2e2e2;
    border-top: none;
  }
}
.productList ul li:first-child {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 768px) {
  .productList ul li:first-child {
    border-radius: 30px 30px 0 0;
  }
}
.productList ul li:last-child {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 768px) {
  .productList ul li:last-child {
    border-radius: 0 0 30px 30px;
  }
}
.productList ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 120px;
  text-decoration: none;
  font-size: 15px;
  color: var(--clr-neutral-900);
  transition: all 0.3s;
}
.productList ul li a span {
  position: relative;
  width: 170px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.productList ul li a i {
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.productList ul li:hover {
  background: var(--clr-primary-500);
}
.productList ul li:hover a {
  color: var(--clr-neutral-100);
}
.productList ul li:hover a span {
  left: 0%;
  transform: translateX(0%);
}
.productList ul li:hover a i {
  opacity: 1;
}

.productSection {
  position: relative;
}
.productSection .diagram {
  width: 512px;
}
.productSection .details {
  position: relative;
}
.productSection .details h1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: var(--fw-semiBold);
  color: var(--clr-primary-500);
  background: var(--clr-gradient-horizon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.productSection .details h2 {
  position: relative;
  font-size: 20px;
  font-weight: var(--fw-semiBold);
  color: var(--clr-neutral-900);
}
.productSection .details h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 15px;
  background: #DDDDDD;
  font-weight: var(--fw-semiBold);
}
.productSection .details ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border: 1px solid #EDEDED;
  border-radius: 30px;
  margin-top: 20px;
  gap: 12px;
  padding: 30px;
}
.productSection .details ul li {
  position: relative;
  font-size: 14px;
  color: #656565;
  padding-left: 20px;
  flex: 46%;
  letter-spacing: 0.6px;
}
.productSection .details ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: var(--clr-primary-500);
  top: 5px;
  left: 0;
}

.irPage {
  position: relative;
}
.irPage .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 20px;
}
.irPage .box .pic {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 26.876px 53.751px 0px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: all 0.3s;
}
.irPage .box h1 {
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #240E0E;
  font-weight: var(--fw-medium);
}
.irPage .box:hover .pic {
  transform: scale(1.05);
  box-shadow: 0px 26.876px 53.751px 0px rgba(0, 0, 0, 0.25);
}
.irPage .accordion {
  position: relative;
}
.irPage .accordion .accordion-item {
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.irPage .accordion .accordion-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  z-index: 5;
  background: var(--clr-gradient-horizon);
}
.irPage .accordion .accordion-header {
  font-size: 18px;
  font-weight: 400 !important;
}
.irPage .accordion .accordion-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 18px !important;
}
.irPage .accordion .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none !important;
  color: var(--clr-primary-500);
}
.irPage .accordion .accordion-button:focus {
  box-shadow: none !important;
}
.irPage .accordion .accordion-item:first-of-type, .irPage .accordion .accordion-item:last-of-type,
.irPage .accordion .accordion-item:first-of-type .accordion-button, .irPage .accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
}
.irPage .accordion .accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.irPage nav {
  overflow-x: auto;
}
.irPage .nav-tabs {
  flex-wrap: nowrap;
}
.irPage .nav-tabs .nav-link {
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  padding: 10px 20px;
  color: var(--clr-neutral-900);
}
.irPage .nav-tabs .nav-link:hover {
  border: none;
  color: var(--clr-primary-500);
}
.irPage .nav-tabs .nav-link.active {
  background: var(--clr-primary-500);
  border: none;
  color: var(--clr-neutral-100);
}
.irPage .tab-content {
  padding-top: 30px;
}
.irPage .irContactDetails {
  position: relative;
}
.irPage .irContactDetails h2 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-neutral-900);
}
.irPage .irContactDetails h3 {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-neutral-600);
}
.irPage .irContactDetails i {
  color: var(--clr-primary-500);
  font-size: 16px;
}
.irPage .irContactDetails li {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

.teamPage {
  position: relative;
}
.teamPage .profileThumb {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid #EDEDED;
  border-radius: 32px;
  box-shadow: 0px 21.483px 42.967px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.teamPage .profileThumb .photo {
  position: relative;
}
.teamPage .profileThumb .photo img {
  width: 100%;
  border-radius: 22px;
}
.teamPage .profileThumb .details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.teamPage .profileThumb .details h2 {
  position: relative;
  color: var(--clr-neutral-900);
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  text-align: center;
}
.teamPage .profileThumb .details h3 {
  position: relative;
  color: #6D6D6C;
  font-size: 13px;
  font-weight: var(--fw-regular);
  text-align: center;
}
.teamPage .profileThumb:hover {
  z-index: 2;
  box-shadow: 0px 21.483px 42.967px 0px rgba(0, 0, 0, 0.25);
}

.profileModal {
  border-radius: 20px;
  background-color: #ffffff;
}
.profileModal .wrapper {
  position: relative;
  display: flex;
  padding: 40px;
  gap: 30px;
}
@media (max-width: 768px) {
  .profileModal .wrapper {
    flex-direction: column;
  }
}
.profileModal .wrapper .profile {
  position: relative;
  flex-shrink: 0;
  width: 200px;
}
@media (max-width: 768px) {
  .profileModal .wrapper .profile {
    width: 100%;
    display: flex;
    gap: 20px;
  }
}
.profileModal .wrapper .profile .photo {
  position: relative;
}
.profileModal .wrapper .profile .photo img {
  border-radius: 22px;
}
.profileModal .wrapper .profile .info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .profileModal .wrapper .profile .info {
    width: 100%;
  }
}
.profileModal .wrapper .profile .info h2 {
  position: relative;
  color: var(--clr-neutral-900);
  font-size: 14px;
  font-weight: var(--fw-semiBold);
}
.profileModal .wrapper .profile .info h3 {
  position: relative;
  color: #6D6D6C;
  font-size: 12px;
  font-weight: var(--fw-regular);
}
.profileModal .wrapper p {
  font-size: 14px;
  text-align: justify;
}

.esgWrap {
  position: relative;
  text-decoration: none;
  aspect-ratio: 1/1;
  transition: all 0.5s;
}
.esgWrap img {
  position: relative;
  width: 100%;
}
.esgWrap h2 {
  position: absolute;
  color: var(--clr-neutral-100);
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.operationsNavigation {
  position: relative;
}
@media (max-width: 768px) {
  .operationsNavigation {
    display: none;
  }
}
.operationsNavigation ul {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #B8B8B8;
}
.operationsNavigation ul li {
  position: relative;
}
.operationsNavigation ul li::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  background: var(--clr-gradient-horizon);
  transition: all 0.5s;
}
.operationsNavigation ul li a {
  position: relative;
  padding: 0 30px;
  margin: 0;
  width: 100%;
  height: 60px;
  display: flex;
  font-size: 16px;
  color: #7D7D7D;
  font-weight: var(--fw-medium);
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.operationsNavigation ul li.active a {
  color: var(--clr-neutral-900);
  font-weight: var(--fw-semiBold);
}
.operationsNavigation ul li.active::before {
  width: 100%;
}
.operationsNavigation ul li:hover::before {
  width: 100%;
}

.founder {
  position: relative;
  margin-top: 80px;
}
.founder .content {
  position: relative;
  padding-top: 170px;
}
.founder .name {
  position: relative;
  font-size: 40px;
  font-weight: var(--fw-semiBold);
  text-align: right;
}
.founder .des {
  position: relative;
  font-size: 30px;
  font-weight: var(--fw-semiBold);
  text-align: right;
}
.founder p {
  text-align: justify;
}

.ourCulture {
  position: relative;
}
.ourCulture p {
  font-size: 20px;
  color: var(--clr-neutral-900);
  text-align: center;
}

.lifeAtSll {
  position: relative;
}
.lifeAtSll .details {
  position: relative;
}
.lifeAtSll .details ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border: 1px solid #EDEDED;
  border-radius: 30px;
  margin-top: 20px;
  gap: 12px;
  padding: 30px;
}
.lifeAtSll .details ul li {
  position: relative;
  font-size: 14px;
  color: #656565;
  padding-left: 20px;
  flex: 46%;
  letter-spacing: 0.6px;
}
.lifeAtSll .details ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: var(--clr-primary-500);
  top: 5px;
  left: 0;
}

.currentOpenings {
  position: relative;
}
.currentOpenings select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.currentOpenings .box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 30px;
  min-height: 230px;
  gap: 15px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.currentOpenings .box h2 {
  position: relative;
  color: var(--clr-neutral-900);
  font-size: 19px;
  font-weight: var(--fw-medium);
}
.currentOpenings .box h3 {
  position: relative;
  color: #454545;
  font-size: 15px;
  font-weight: var(--fw-regular);
}
.currentOpenings .box a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background: #D9D9D9;
  color: #6D6D6C;
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 1px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: auto;
}
.currentOpenings .box:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.currentOpenings .box:hover a {
  color: var(--clr-neutral-100);
  background: var(--clr-gradient-horizon);
}

.reachUs .contact-details {
  position: relative;
}
.reachUs .contact-details h2 {
  font-size: 20px;
  font-weight: 600;
}
.reachUs .contact-details .contact {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.reachUs .contact-details .contact li {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-600);
  text-decoration: none;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.businessEnquiry {
  position: relative;
}
.businessEnquiry form {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.businessEnquiry form input, .businessEnquiry form select, .businessEnquiry form textarea {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ccc;
}

.careerForm form {
  position: relative;
}
.careerForm form input, .careerForm form select {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ccc;
}

.eventsList {
  position: relative;
}
.eventsList .box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  gap: 15px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.eventsList .box .photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.eventsList .box h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.eventsList .box .date {
  font-size: 14px;
  font-weight: 500;
}
.eventsList .box .date i {
  color: var(--clr-primary-500);
  font-size: 16px;
  margin-right: 7px;
}
.eventsList .box p {
  font-size: 14px;
  margin: 10px 0;
}
.eventsList .box:hover {
  z-index: 2;
  border: 1px solid #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.eventsList .box.upcoming h1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.eventsList .box.upcoming .date {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.eventsList .box.upcoming .date i {
  color: var(--clr-primary-500);
  font-size: 14px;
  margin-right: 7px;
}

.underDevProducts {
  position: relative;
}
.underDevProducts .items {
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  min-height: 150px;
}
.underDevProducts .items table {
  font-size: 14px;
  margin: 0;
}

.fdfProducts {
  position: relative;
}
.fdfProducts table {
  width: 100%;
  font-size: 14px;
  margin: 0;
}
.fdfProducts table .table-primary th {
  background: var(--clr-primary-500);
  color: var(--clr-neutral-100);
}
.fdfProducts table td:first-child {
  background-color: #f3b9bb;
}

.eim {
  position: relative;
  background: url("../images/bg/eim.jpg");
  background-position: center center;
  background-size: cover;
}

.socialBlock {
  position: relative;
  background: url("../images/bg/social.jpg");
  background-position: center center;
  background-size: cover;
}

.csrSection .textHighlights {
  position: relative;
  padding: 20px;
  background-color: var(--clr-secondary-500);
  margin: 20px 0;
  border-radius: 15px;
}
.csrSection .textHighlights p {
  color: var(--clr-neutral-100);
}

.keyFeatures {
  position: relative;
}
.keyFeatures .item {
  position: relative;
  padding: 25px;
  border: 1px solid var(--clr-neutral-200);
  border-radius: 20px;
  min-height: 193px;
  background: var(--clr-neutral-100);
}
.keyFeatures .item h3 {
  position: relative;
  font-size: 20px;
  color: var(--clr-primary-500);
}

.productTestimonials {
  position: relative;
}
.productTestimonials .item {
  position: relative;
  padding: 40px 60px;
  border-radius: 50px;
  background-color: var(--clr-secondary-500);
}
.productTestimonials .item > p {
  color: var(--clr-neutral-100);
  font-size: 20px;
  padding-left: 40px;
  padding-top: 20px;
}
.productTestimonials .item > p::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url("../images/svg/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.productTestimonials .item .details {
  position: relative;
  margin-top: 20px;
  padding-left: 40px;
}
.productTestimonials .item .details h3 {
  color: var(--clr-neutral-100);
  font-size: 16px;
}
.productTestimonials .item .details p {
  color: var(--clr-neutral-100);
  font-size: 14px;
}

.productMain .tabs {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.productMain .tabs__nav_link {
  cursor: pointer;
  text-decoration: none;
}
.productMain .tabs__content {
  display: block;
  transition: opacity 0.2s;
}
.productMain .tabs.style__horizontal .tabs__content,
.productMain .tabs.style__vertical .tabs__content {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.productMain .tabs.style__horizontal .tabs__content.is__active,
.productMain .tabs.style__vertical .tabs__content.is__active,
.productMain .tabs__content.is__active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.productMain .tabs.style__horizontal .tabs__nav {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: -1px;
}
.productMain .tabs.style__horizontal .tabs__nav .tabs__nav_link {
  border-radius: 23px;
  cursor: pointer;
  background: transparent;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
  color: var(--clr-neutral-900);
  transition: all 0.3s;
  background-color: rgba(204, 204, 204, 0.1098039216);
}
.productMain .tabs.style__horizontal .tabs__nav .tabs__nav_link h3 {
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  text-align: center;
  margin: 0;
  padding: 13px 0;
}
.productMain .tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
  font-weight: bold;
  background: #fff;
}
.productMain .tabs.style__horizontal .tabs__content.is__active {
  position: relative;
  z-index: 1;
}
.productMain .tabs.style__horizontal .tabs__content .tabs__nav_link {
  display: none;
}
.productMain .tabs.style__vertical {
  display: flex;
  width: 100%;
}
.productMain .tabs.style__vertical .tabs__nav {
  flex: 0 0 190px;
}
.productMain .tabs.style__vertical .tabs__nav .tabs__nav_link {
  border-radius: 23px;
  display: block;
  cursor: pointer;
  background: transparent;
  color: var(--clr-neutral-900);
  transition: all 0.3s;
  background-color: rgba(204, 204, 204, 0.1098039216);
  font-size: 14px;
  font-weight: var(--fw-medium);
  text-align: center;
  margin: 0;
  padding: 13px 0;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.productMain .tabs.style__vertical .tabs__nav .tabs__nav_link:hover {
  background: var(--clr-gradient-horizon);
  color: var(--clr-neutral-100);
}
.productMain .tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
  background: var(--clr-gradient-horizon);
  color: var(--clr-neutral-100);
}
.productMain .tabs.style__vertical .tabs__content {
  flex-grow: 1;
  width: 0;
}
.productMain .tabs.style__vertical .tabs__content .tabs__nav_link {
  display: none;
}
.productMain .tabs.style__vertical .tabs__content.is__active {
  position: relative;
  z-index: 1;
  width: auto;
}
.productMain .tabs.style__accordion,
.productMain .tabs.is__responsive {
  display: block;
}
.productMain .tabs.style__accordion .tabs__nav,
.productMain .tabs.is__responsive .tabs__nav {
  display: none;
}
.productMain .tabs.style__accordion .tabs__nav_link,
.productMain .tabs.is__responsive .tabs__nav_link,
.productMain .tabs.style__accordion .tabs__content .tabs__nav_link,
.productMain .tabs.is__responsive .tabs__content .tabs__nav_link {
  border-radius: 23px;
  display: block;
  cursor: pointer;
  background: transparent;
  color: var(--clr-neutral-900);
  transition: all 0.3s;
  background-color: rgba(204, 204, 204, 0.1098039216);
  font-size: 14px;
  font-weight: var(--fw-medium);
  text-align: center;
  margin: 0;
  padding: 13px 0;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.productMain .tabs.style__accordion .tabs__nav_link.is__active,
.productMain .tabs.is__responsive .tabs__nav_link.is__active {
  background: var(--clr-gradient-horizon);
  color: var(--clr-neutral-100);
}
.productMain .tabs.style__accordion .tabs__content,
.productMain .tabs.is__responsive .tabs__content {
  background: #fff;
  margin: 0 0 15px 0 0;
  display: block;
  height: auto;
  flex: none;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: auto;
}
.productMain .tabs.style__accordion .tabs__content_wrapper,
.productMain .tabs.is__responsive .tabs__content_wrapper {
  height: 0;
  transform: scaleY(0);
  overflow: hidden;
  transition: transform 0.2s;
  transform-origin: top left;
}
.productMain .tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.productMain .tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
  height: auto;
  transform: scaleY(1);
}

#mkLightboxContainer {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  min-width: 100vw;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mkLightboxContainer > * {
  z-index: 99;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}

#mkLightboxContainer #mklbInner {
  position: relative;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  margin-left: 0;
}

section.imageContainer {
  margin: 0;
  padding: 1em;
  box-sizing: border-box;
  border: none;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

#mkLightboxContainer img,
#mkLightboxContainer video {
  background: #fff;
  box-shadow: 0 0 30px #222;
  max-height: 85vh;
  min-width: auto;
  max-width: 75vw;
  width: auto;
  height: auto;
}

#mkLightboxContainer #yt-video {
  width: 75vw;
  height: 42.1875vw; /* 75*9/16 */
}

.mklbItem:hover {
  cursor: pointer;
  font-style: italic;
}

#closeIconContainer {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 15px;
  right: 15px;
  transition: transform 0.2s linear;
}

#closeIconContainer:hover {
  cursor: pointer;
  transform: rotate(90deg);
}

#closeIconContainer svg,
#prev svg,
#next svg,
#stopGallery svg,
#playGallery svg {
  fill: white;
}

#prevContainer,
#nextContainer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
}

#nextContainer {
  left: auto;
  right: 0;
}

#prevContainer:hover,
#nextContainer:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
}

#prev,
#next {
  width: 35px;
  height: 35px;
}

.grid {
  display: grid;
  align-content: flex-start;
  grid-gap: 1em;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid figure {
  width: 100%;
  margin: 0;
}

.grid img {
  width: 100%;
}

#controlContainer {
  position: absolute;
  top: 1em;
  left: 0.5em;
  display: flex;
}

#controlContainer > div {
  width: 2em;
}

#controlContainer > div:hover {
  cursor: pointer;
}

#controlContainer #stopGallery,
#controlContainer.stop #playGallery {
  opacity: 0.5;
}

#controlContainer.stop #stopGallery,
#controlContainer #playGallery {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .grid-2-sm {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 450px) {
  .grid-12-xs {
    grid-template-columns: 1fr;
  }
}
footer {
  position: relative;
  background-color: var(--clr-secondary-500);
}
footer .secTop {
  padding: 70px 0;
}
footer .head {
  position: relative;
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-100);
  padding-bottom: 15px;
}
footer .links {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .links a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-100);
  text-decoration: none;
  padding: 5px 0;
}
footer .links a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 5px;
  background-color: var(--clr-neutral-100);
  transition: all 0.3s;
}
footer .links a:hover::before {
  width: 100%;
}
footer p {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-100);
  line-height: 2;
}
footer .contact {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
footer .contact li {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-100);
  text-decoration: none;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
footer .secBottom {
  position: relative;
  background-color: #304A87;
  text-align: center;
  color: var(--clr-neutral-100);
  font-size: 14px;
  padding: 20px 10px;
}

.shareMarker {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 107px;
  height: 118px;
  background-color: var(--clr-primary-500);
  top: 25%;
  right: -72px;
  z-index: 9;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s;
}
.shareMarker .box {
  width: 100%;
  height: 59px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.shareMarker .box .title {
  position: relative;
  color: var(--clr-neutral-100);
  font-size: 16px;
  font-weight: var(--fw-bold);
  transform: rotate(90deg);
  line-height: 1;
  padding: 0;
  margin: 0;
  left: -7px;
  text-decoration: none;
}
.shareMarker .box .title:hover {
  opacity: 0.7;
}
.shareMarker .box .num {
  position: relative;
  color: var(--clr-neutral-100);
  font-size: 14px;
  font-weight: var(--fw-medium);
  display: flex;
  align-items: center;
}/*# sourceMappingURL=style.css.map */