@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: AerokoRegular;
  src: url("../fonts/Aeroko-Regular.otf");
}
:root {
  --clr-accent-400: #9F550D;
  --clr-accent-300: #FF6400;
  --clr-accent-250: #FF6400;
  --clr-accent-200: #FF6400;
  --clr-accent-100: #FFCB05;
  --clr-primary-500: #2300C8;
  --clr-primary-400: #0054A6;
  --clr-primary-300: #0071BC;
  --clr-primary-200: #008FD5;
  --clr-primary-100: #00AEEF;
  --clr-green-500: #08a83e;
  --clr-green-400: #0FCB4F;
  --clr-green-300: #60cf16;
  --clr-green-200: #80FF00;
  --clr-neutral-900: hsl(0, 0%, 0%);
  --clr-neutral-850: #282829;
  --clr-neutral-800: #414142;
  --clr-neutral-600: #6D6F71;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #E7E8E9;
  --clr-neutral-150: #F3F3F3;
  --clr-neutral-100: hsl(0 0% 100%);
  --ff-primary: "AerokoRegular", sans-serif !important;
  --ff-body: var(--ff-primary);
  --ff-heading: var(--ff-primary);
  --fw-regular: 400;
  --fw-semi-bold: 500;
  --fw-semi-bold-600: 600;
  --fw-bold: 700;
  --fs-200: 0.75rem;
  --fs-300: 0.8125rem;
  --fs-350: 0.85rem;
  --fs-400: 0.875rem;
  --fs-500: 0.9375rem;
  --fs-600: 1.1rem;
  --fs-650: 1.3rem;
  --fs-700: 1.875rem;
  --fs-800: 2.5rem;
  --fs-900: 3.5rem;
  --fs-body: var(--fs-400);
  --fs-primary-heading: var(--fs-700);
  --fs-secondary-heading: var(--fs-600);
  --fs-nav: var(--fs-500);
  --fs-button: 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: 5rem;
}

@media (max-width: 50em) {
  :root {
    --fs-body: var(--fs-500);
    --fs-primary-heading: var(--fs-600);
    --fs-secondary-heading: var(--fs-500);
    --fs-nav: var(--fs-300);
  }
}
/* 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;
}

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

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

[id] {
  scroll-margin-top: 100px;
}

/* 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-500);
  font-weight: var(--fw-semi-bold);
}
p[role=tm0] {
  margin-top: 0 !important;
}

.justifyP {
  text-align: justify;
}

.slide-arrow {
  position: absolute;
  top: 40%;
  margin-top: -15px;
  cursor: pointer;
  background: transparent;
  z-index: 9;
  border: 0;
}
.slide-arrow img {
  width: 80px;
}

.prev-arrow {
  left: 0;
}
.prev-arrow[role=outside] {
  left: -80px;
}

.next-arrow {
  right: 0;
}
.next-arrow[role=outside] {
  right: -80px;
}

.slick-disabled {
  filter: grayscale(100%);
  cursor: default;
}

.slick-dots {
  bottom: -55px !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.8rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem !important;
  height: 1rem !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--clr-neutral-600) !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--clr-accent-300) !important;
}

form {
  position: relative;
}
form input, form textarea, form select {
  position: relative;
  width: 100%;
  border: 1px solid var(--clr-neutral-400);
  border-radius: 10px;
  padding: 12px 15px;
  height: 49px;
  outline: 0px;
  font-size: var(--fs-500);
  transition: all 0.3s;
}
form input:focus, form textarea:focus, form select:focus {
  border: 1px solid var(--clr-accent-300);
}
form textarea {
  height: 100%;
}
form button, form .buttonForm {
  position: relative;
  background: transparent;
  max-width: 230px !important;
  height: 49px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--clr-accent-300);
  cursor: pointer;
  background-color: transparent !important;
  font-size: var(--fs-500) !important;
  font-weight: var(--fw-semi-bold-600) !important;
  color: var(--clr-accent-300);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
form button::before, form .buttonForm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-accent-300);
  left: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
}
form button:hover, form .buttonForm:hover {
  color: var(--clr-neutral-100) !important;
}
form button:hover::before, form .buttonForm:hover::before {
  top: 0;
}

/* tabs */
.tabAccHeader {
  position: relative;
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-900);
  padding: 10px 0;
  border-bottom: 2px solid var(--clr-primary-400);
  transition: all 0.3s;
  cursor: pointer;
}
.tabAccHeader::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--clr-accent-300);
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.tabAccHeader::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: var(--clr-accent-300);
  top: 50%;
  margin-top: 0px;
  margin-right: 4px;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.tabAccHeader.accordion-on {
  border-bottom: 1px solid var(--clr-neutral-400) !important;
}
.tabAccHeader.accordion-on::after {
  height: 0px !important;
}

.tabAccDesc {
  position: relative;
  display: none;
  padding: 20px 0 30px;
}

/* tabs */
/* Utility classes */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

section {
  position: relative;
  background: #fff;
}
section[bg=none] {
  background: transparent !important;
}

.container {
  position: relative;
  --max-width: 1150px;
  --container-padding: 1rem;
  width: min(var(--max-width), 100% - var(--container-padding) * 2);
  margin-inline: auto;
}

.borderBox {
  border: 2px solid var(--clr-accent-300);
}

[radius="15"] {
  border-radius: 15px;
}

.flex-columns {
  display: flex;
  flex-direction: column;
}

.even-columns, .columns-2-3 {
  display: grid;
  gap: 1rem;
}
.even-columns[role=mob-2-col], .columns-2-3[role=mob-2-col] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.even-columns[gap=small], .columns-2-3[gap=small] {
  gap: 1rem;
}
.even-columns[gap=none], .columns-2-3[gap=none] {
  gap: 0rem;
}

.even-columns-4, .even-3-columns {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, 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;
}
.even-columns-4[mob=single], .even-3-columns[mob=single] {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.even-columns-2 {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.even-columns-2[gap=min] {
  gap: 2rem !important;
}
.even-columns-2[gap=small] {
  gap: 1rem;
}

.even-columns-flex {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.even-columns-flex[role=justifyContent] {
  align-items: center;
  gap: auto;
  justify-content: space-between;
}
.even-columns-flex[role=spaceAround] {
  align-items: center;
  gap: auto;
  justify-content: space-around;
}
.even-columns-flex.inverse {
  flex-direction: column;
}

@media (min-width: 50em) {
  .columns-2-3 {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
  }
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 2rem;
  }
  .even-columns[gap=small] {
    gap: 1rem;
  }
  .even-columns-flex {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .even-columns-flex > div {
    width: 50% !important;
  }
  .even-columns-flex.inverse {
    flex-direction: row-reverse;
  }
  .even-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .even-3-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .even-3-columns[mob=single] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .even-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.vertical-align-center {
  align-items: center;
}

.vertical-align-top {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-spacebetween {
  justify-content: space-between;
}

.justify-self-end {
  justify-self: end;
}

@media (min-width: 50em) {
  .justify-self-end-md {
    justify-self: end;
  }
}
:where(.flow :not(:first-child)) {
  margin-top: var(--flow-spacer, 3em);
}

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

.text-center p {
  margin-inline: auto;
}

@media (max-width: 50em) {
  .text-center-sm-only {
    text-align: center;
  }
  .text-center-sm-only p {
    margin-inline: auto;
  }
}
.text-primary-500 {
  color: var(--clr-primary-500);
}

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

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

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

.text-accent-400 {
  color: var(--clr-accent-400);
}

.text-accent-300 {
  color: var(--clr-accent-300);
}

.text-accent-250 {
  color: var(--clr-accent-250);
}

.text-accent-100 {
  color: var(--clr-accent-100);
}

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

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

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

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

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

.text-green-400 {
  color: var(--clr-green-400);
}

.text-green-300 {
  color: var(--clr-green-300);
}

.text-green-200 {
  color: var(--clr-green-200);
}

.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-primary-500 {
  background-color: var(--clr-primary-500);
}

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

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

.bg-accent-250 {
  background-color: var(--clr-accent-250);
}

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

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

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

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

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

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

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

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

.bg-green-500 {
  background-color: var(--clr-green-500);
}

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

.border-primary-200 {
  border: 1px solid var(--clr-primary-200);
}

.border-primary-300 {
  border: 1px solid var(--clr-primary-300);
}

.border-primary-400 {
  border: 1px solid var(--clr-primary-400);
}

.border-accent-400 {
  border: 1px solid var(--clr-accent-400);
}

.border-accent-300 {
  border: 1px solid var(--clr-accent-300);
}

.border-accent-250 {
  border: 1px solid var(--clr-accent-250);
}

.border-accent-100 {
  border: 1px solid var(--clr-accent-100);
}

.border-neutral-100 {
  border: 1px solid var(--clr-neutral-100);
}

.border-neutral-150 {
  border: 1px solid var(--clr-neutral-150);
}

.border-neutral-200 {
  border: 1px solid var(--clr-neutral-200);
}

.border-neutral-850 {
  border: 1px solid var(--clr-neutral-850);
}

.border-neutral-800 {
  border: 1px solid var(--clr-neutral-800);
}

.border-neutral-900 {
  border: 1px solid var(--clr-neutral-900);
}

.border-green-500 {
  border: 1px solid var(--clr-green-500);
}

.border-green-400 {
  border: 1px solid var(--clr-green-400);
}

.border-green-300 {
  border: 1px solid var(--clr-green-300);
}

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

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

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

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

.fs-primary-heading {
  font-size: var(--fs-primary-heading);
  line-height: 1.5;
}

.fs-secondary-heading {
  font-size: var(--fs-secondary-heading);
  line-height: 1.5;
}

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

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

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

.fs-600 {
  font-size: var(--fs-600);
}
@media (max-width: 50em) {
  .fs-600 {
    font-size: var(--fs-300);
  }
}

.fs-650 {
  font-size: var(--fs-650);
}

.fs-700 {
  font-size: var(--fs-700);
}

.fs-800 {
  font-size: var(--fs-800);
}

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

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

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

@media (min-width: 50em) {
  .display-md-inline-flex {
    display: inline-flex;
  }
}
.padding-block-900 {
  padding: var(--size-900) 0;
}

.padding-block-700 {
  padding: var(--size-700) 0;
}

.padding-block-500 {
  padding: var(--size-500) 0;
}

.padding-block-300 {
  padding: var(--size-300) 0;
}

.padding-block-200 {
  padding: var(--size-200) 0;
}

.padding-500 {
  padding: var(--size-500);
}

.padding-300 {
  padding: var(--size-500);
}

.padding-side-300 {
  padding: 0 var(--size-500);
}

.padding-top-900 {
  padding-top: var(--size-900);
}

.padding-top-400 {
  padding-top: var(--size-400);
}

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

.margin-top-auto {
  margin-top: auto !important;
}

.margin-top-100 {
  margin-top: var(--size-100) !important;
}

.margin-top-200 {
  margin-top: var(--size-200) !important;
}

.margin-top-300 {
  margin-top: var(--size-300) !important;
}

.margin-top-400 {
  margin-top: var(--size-400) !important;
}

.margin-top-500 {
  margin-top: var(--size-500) !important;
}

.margin-top-900 {
  margin-top: var(--size-900) !important;
}

.margin-top-800 {
  margin-top: var(--size-800) !important;
}

.margin-top-700 {
  margin-top: var(--size-700);
}

.margin-top-600 {
  margin-top: var(--size-600);
}

.margin-top-500 {
  margin-top: var(--size-500);
}

.margin-top-300 {
  margin-top: var(--size-300);
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-left-100 {
  margin-left: var(--size-100) !important;
}

.margin-left-400 {
  margin-left: var(--size-400) !important;
}

.margin-bottom-100 {
  margin-bottom: var(--size-100) !important;
}

.margin-bottom-700 {
  margin-bottom: var(--size-700);
}

.margin-bottom-900 {
  margin-bottom: var(--size-900);
}

.height-80 {
  height: 80px;
}

.loadItem {
  display: none;
}

.moretext {
  display: none;
}

.error, .error p, label.error {
  font-size: var(--fs-200);
  margin-top: 0;
  color: #ff0000;
}

.buttonExplore {
  position: relative;
  margin-top: var(--size-500);
}
.buttonExplore a, .buttonExplore .button {
  position: relative;
  font-size: var(--fs-400);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-900);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  transition: all 0.2s;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.buttonExplore a[role=darkbg], .buttonExplore .button[role=darkbg] {
  color: var(--clr-neutral-100);
  font-weight: var(--fw-semi-bold);
}
.buttonExplore a[role=orangebg], .buttonExplore .button[role=orangebg] {
  color: var(--clr-neutral-100);
  font-weight: var(--fw-semi-bold);
}
.buttonExplore a[role=orangebg]::after, .buttonExplore .button[role=orangebg]::after {
  background: var(--clr-accent-200);
}
.buttonExplore a::after, .buttonExplore .button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--clr-accent-300);
  transition: all 0.2s;
}
.buttonExplore a:hover::after, .buttonExplore .button:hover::after {
  width: 20px;
}

.prev-btn, .next-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--clr-accent-300);
  color: var(--clr-accent-300);
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  font-size: var(--fs-500);
  z-index: 1;
  transition: all 0.3s;
}
.prev-btn:not(.slick-disabled):before, .next-btn:not(.slick-disabled):before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--clr-accent-300);
  top: 100%;
  left: -100%;
  z-index: -1;
  transition: all 0.3s;
}
.prev-btn:hover, .next-btn:hover {
  color: var(--clr-neutral-100);
}
.prev-btn:hover::before, .next-btn:hover::before {
  top: -10px;
  left: -10%;
}
.prev-btn.slick-disabled, .next-btn.slick-disabled {
  cursor: default;
  border: 1px solid var(--clr-neutral-600);
  color: var(--clr-neutral-600);
}

.buttonBox {
  position: relative;
  background: transparent;
  display: inline-block;
  min-width: 100px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--clr-accent-300);
  cursor: pointer;
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-accent-300);
  overflow: hidden;
  transition: all 0.3s;
  text-decoration: none;
  z-index: 1;
}
.buttonBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-accent-300);
  left: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.buttonBox:hover {
  color: var(--clr-neutral-100);
}
.buttonBox:hover::before {
  top: 0;
}
.buttonBox[role=grenFill] {
  position: relative;
  border: 0;
  background: var(--clr-green-400);
  color: var(--clr-neutral-100);
}
.buttonBox[role=grenFill] span {
  position: relative;
  z-index: 2;
}
.buttonBox[role=grenFill]::before {
  background: var(--clr-green-500);
  z-index: 0;
}

.downloadBrochure {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0px 15px;
  border-radius: 15px;
  border: 1px solid var(--clr-primary-300);
  gap: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.downloadBrochure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0%;
  background: var(--clr-primary-300);
  transition: all 0.3s;
}
.downloadBrochure .icon {
  position: relative;
  width: 54px !important;
  fill: var(--clr-neutral-100) !important;
  transition: all 0.3s;
  z-index: 2;
}
.downloadBrochure h2 {
  position: relative;
  text-decoration: none;
  color: var(--clr-neutral-100);
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold-600);
}
.downloadBrochure:hover {
  color: var(--clr-neutral-100);
}
.downloadBrochure:hover h2 {
  color: var(--clr-neutral-900);
}
.downloadBrochure:hover::before {
  margin-left: -100%;
}
.downloadBrochure:hover .icon {
  fill: var(--clr-primary-300) !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;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 20px 0;
  transition: top 0.8s ease-in-out;
}
header.background {
  padding: 8px 0 !important;
}
header.background::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5568627451);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 50em) {
  header .navWrapper {
    flex-direction: row;
    align-items: center;
  }
}
header .topNav {
  display: flex;
  gap: 10px;
}
header .dropbtn {
  color: white;
  padding: 0;
  font-size: 16px;
  font-size: var(--fs-300);
  color: var(--clr-neutral-100);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
header .dropdown {
  position: relative;
  display: inline-block;
}
header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .dropdown-content a {
  padding: 11px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: var(--clr-neutral-800) !important;
  font-weight: 500;
  border-bottom: 1px solid var(--clr-neutral-200);
}
header .dropdown-content a:hover {
  background-color: var(--clr-accent-300);
  color: var(--clr-neutral-100) !important;
}
header .dropdown:hover .dropdown-content {
  display: block;
}
header .dropdown:hover .dropbtn {
  color: var(--clr-accent-200);
}
header .logo svg {
  width: 141px !important;
}
header .menu1 {
  display: flex;
  background: var(--clr-primary-500);
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--size-100) var(--size-400);
  border-radius: var(--size-500);
}
@media (max-width: 50em) {
  header .menu1 {
    display: none;
  }
}
header .menu1 li {
  position: relative;
}
header .menu1 li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: -10px;
  top: 4px;
  background-color: var(--clr-neutral-100);
}
header .menu1 li:last-child::after {
  display: none;
}
header .menu1 li a {
  font-size: var(--fs-300);
  color: var(--clr-neutral-100);
  text-decoration: none;
  transition: all 0.3s;
}
header .menu1 li a:hover {
  color: var(--clr-accent-200);
}
header .language {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--size-100) var(--size-400);
  color: var(--clr-neutral-100);
  border-radius: var(--size-500);
  font-size: var(--fs-300);
  color: var(--clr-neutral-100);
  display: flex;
  align-items: center;
}
header .sl-nav {
  display: inline;
}
header .sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
header .sl-nav li {
  cursor: pointer;
}
header .sl-nav li ul {
  display: none;
}
header .sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 3;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
header .sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
header .sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
header .sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-800);
}
header .sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
header .sl-nav li ul li span {
  padding-left: 5px;
}
header .sl-nav li ul li span:hover, header .sl-nav li ul li span.active {
  color: var(--clr-primary-500);
}
header .sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
header .flag-hin {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAFmCAMAAAAs49ISAAACfFBMVEUAAAD1lix+jxgtiwz+mTP+mTJgjhaffAt6jBMoigv+mTM9iw7+mTNWjRT+mTP+mDL+mTLrkCrmgyJ0jxh3ihRIjRH+mTL+mTL8mDH8mTJ+kRp+jheAjxb5mDJPjRL+mTNnjhdyjxj9mTN5jRn9lzL7lTB8kBXzjSjylSptjxhtjxdzkBr/mTMSiAf///8AAIgAAAD/vn1nnDEDAwP9/f/s7Ozx8fEUFBQQEBA/Pz/4+PhtbW38/PwICAj9/f2YmJgXFxfv7+/p6emlpaUyMjLz8/Pg4ODMzMyJiYkAAIZ/f38AAH3T09MvL56CgoINDQ3n5+eVlZVPT1AlJSXu7u5XV1ebm5sAAIHb29vLy8t5ecGHh4d2dsCxsdvQ0NC+vr5LS6ufn5+QkJCNjY1eXl5JSUtGRkYcHBwAAEr29vvp6fXFxeSnp9aoqKgoKJsNDY9CQkKNjcvk5OTi4uLe3t7V1dU1NaEAAIV8fHxoaGgAAFgAAFM6Ojo3NzcAADQgICEAAGQAAAa8vOCsrNnOzs6IiMi7u7u1tbWurq5BQacZGZSFhYUAAGkAAF1NTU3y8vqDg8bV1eyYmM+cnJwdHZZkZGRUVFQrKysBARwAAHrZ2e7Dw8NkZLcGBot2dnYeiQl0dHRgYGDs7Pf19fXk5PPg4PHp6ey3t96cnNGVlc5zc76oqLpQUK5ISKljY545OYyLi4sAAHYNDVgAADosLDddXbQAAG0AAA+goNOzs7NjY3hqamqOjpvX19eiotTS0tLJycltbbybm7abm7VSUq6rq6tAQKYUFHgTE3dSUlIoKEkAABQAABMaiQgnJ0fh4fHHx+aPj5wjI5kViAeacXZbAAAALHRSTlMAGC378d3DBhT9+fPl1seMgAwJfQ3qrZxOSEMvJSTiuK+HcGJfNxoUE5yZhgZQs1wAAA+oSURBVHja7NvLqgIxEATQCiQEhmHyWMxjMQii6KL///vuRUXBt9tUnW9IpzupBK/Vg5MmHCp+U5Y8Bm/SDB/GvBR8pew2nUmDus2u4BOXVPkN88nhnZJU/I3rUsFLc2/SvH7Gc3UyoTBVPOEGExKDw4M1mNAIK+6sav9U+rsV4FT/ZIIDbqL6P50h4iaZ0Em4WkwILbioGgAohYqzbEIp4+So+IeUP2oD4JbxL+oKiFYfAcwmtGYAowmtEYgaAYn5iL0JsT22JsS20DMgahOUA1IboByAWoAOAdQ89BGAWgcTan/s0oEAAAAAgCB/60EuhgSYE2BOgDkB5gSYE2BOgDkB5gSYE2BOgDkB5gSYE2BOgDkB5gSYE2BOgDkB5gSYE2BOgDkB5gSYE2BOgDkB5gSYEyB26UAAAAAAQJC/9SAdQ7gD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwDuALgD4A6AOwAudu6zuYkjAON4PtGzT0bSnXqxerFlS+69F7BxN64xDgY7GJveQmCABBIgdALpyaS3yUy+UbR3Jwt7JvkAe/6NR57R3OnN/bV33tvzW28fsLW3cMDWDgKwuYMAbO4gAJs7CMDmDgKwuYMAbO4gAJs7CMDmDgKwuYMAbM6+AYyc+3j0/uSJE5P3Rz8+NwK7smUAh463d18Ue1zsbj9+CDZkuwCch1urxX+obj3shM3YLID32y+K/3Wx/X3Yip0CcHb8IiqajmWFJXusSVT80mGnYcA+AThHj4g3XHvNtVfC8GqNr6+JNxwZtU8Ctgng3WqxxzDJP1rPnjhxtvUPksNij+p3YRM2CeCjn4QhvbgkR/u5B8f/IZkBIhEgQ/Lr4w/m5HlhaTEtDD99BFuwRQDO8+PC9A55tfvbOy4geLPYHwcSCSDeX7wZBFx3vu2+Sr4jTOPnbXEesEMAh7pF2RrJZiCJslwOZUmgmeSaKOu2w8SADQI4fEqUzb0kw16gJQHL9euwJFoAb5h8OSfKTh2G8tQP4JMbwnKkw1nru50D4K2DZWMDljovgNxtX62z44iw3PgEqlM9AGerkI4KMT55D7t8sIyN7XtLujc5LneRWlW/EFA8AOcHoiT9Dv96chf1syj7ahqmUAim6UoAs/W4++QvvpMWJR8oXoDaATg/E9IxkgUAUS8sPb0wpVIw9fbA4o0CKJA8JqTP1C5A6QDk91/aJrkDwJWCJbcM0/w8TMs5WFIuADskt4VQfwxQOoBWYaoeYDiJkkwnTP78FAw+HwxTeT9MnRmUJMMcqBamVihM5QA+Eab3zsDlh+Ty+GHy9MLQ3w9Drwcmv8dl/nbhzHvCpPLfAgoHcPiGMDwawa75LZhueWAoFGDw3IJpax67Rh4Jww2F5wPUDeDQKev7P7LuR1l9eBaGMUctpIkJSLWOMRhmw/Uo86+PWGPAKXXnBJUNwCnnf9PHtqvPwN/zIcoyK2YNM6yDFItBquMMJP9KBmUf9vhxpnr7WFrOCit7IahsAOetez8DAD685YIl4u6DQfdAKhYheXQY+twRWFy3ZDYD1t2h81CUqgF8NC7n/1jiAuAqzMBSE2iGNGCeA3QdJbWOAUjNgRpYZgrGjiyRc4Ljqt4dVjWAT4X0Jxn2o2QmloQp4vYEUTLPEEoCAZSEmEFJ0LM7ACRjRjL+MPmnkD6FmhQN4F1heFLYScLQOXQSphrz7P8FJwB4SS+ACX6BkjrWwHRyqBOG5E7hiTAoukZIzQCc1UIav4tdJ/NRGDR3PgGglo4q+cpaoMohX5HIuzUYovmT2HV3XEjVal4HqhnAqDBM4g1RRwqGLQ4GAQyxEWgmm4FGDgEIDnILhpQjijdMCsMoVKRkAM4jQjpyrx5veEpfECWazgsAfucg0EK2AIP8HcAF6hpKgj4+xRvq71kfp+QQoGQAHcLQgW+iLlT4eNmLki26p4A2Olw4SZ6Ey8E2YMotXwHvZfpQ4Yp+U/k8BSkZwHtCmnMC3r6aSgLBBnrqAcR17kAe+wvYJDdxQVaAHepxAPUeNgRR5qrp8wLOOSG9BwWpGMD7xhqQtZdVKOmcmHfB4vXwyjSANjKKCDmAHrIHA2QEURoDwPQVerywuOYnOlFS9XLNWB2i4lNjKgbQLoRYJOmD5G8LZyIwRa5w6DtjCNCrUKRDC5GNmoNFVOnGAPDdEK/sbpwJt/kh+UguCiHaoR4FA3DK5z+XSN6GaXbZXU5geojuLiBFNmCBbNkgN1rIBTSQKaDLzaFpGCIZ9/IsTLdJLsknRxW8DFQwgMOipOkqwzlYgr0Bd40GKedmYAzxMNnZQkZzZC5KtnSS4TjGAnSbO2k17kBvEJZcmFebRImCt4UVDKBdSN3NXlQ0e2glcD1ARx8ayUuIsUYjtRrGcIlsRJ+DgeuAcfjpaUaFt7lbCDXPAQoGUC2kz7FHsC5P91YcwM8O8ikaGHCF2A+3G/0MuQJswFPS8TOA+Jab+VAQe3wupGooR70ADgnDHeyTGCT1tjjQSzq6tCLbtPwKYjGs5LU2FrUuB9kLxNt0cjCBfe4Ig3oLQ9QLoENIc66WpBd7BBvdpJ6Ky6FeT6wHVv0LOgoF6Av+1cB6QpenhnhKJ9092MubbHHNKToXpF4A7UJ6ACTqfL6e2SAqpnZIhhvRpXPFG+JmkvU+Xz2Tmwx5V6h3oTFMsjCFiuBsj89XlwAeKHoRoF4Aj4R0HFKibznvuTk2g7KoTrJBm17hJTR4EHv45ZcPY/A04BJXprUGknoUZTNjNz355b4EpONCegTVqBeAXAt6bfjrIExTvR4H9YHMRhWkqsski+veBTZqq4+fL25vLz5/vKo1csG7XiR52drsi8yAToendwqm4NfD1+TqUKhGuQBG5CTAa/IWdtXWlRoghy6nuiJA56UAAyFccP/424um4dOnh5te/Paj+wJCpbcvdQKRrtTlIZIOT10tdt0kX8upAOX+o6RyAZyzngUsokI2MOFgiePKV+twpVbZoP1wNbuUPZ0t/Sxlr/6gNXA15ULyqyvmdhPG0a8oWs8KnoNilAtALgbLrpG3sU9VaNBBKRbS/Jue1V+zw+lnR9Ppo8/Sw9lfVz2bfi0Uo+QYDFVhn35yLaviwjDlAhgVJa/+zsSxX6WB/EISj18spbPCkE0vvXiM5EL+P46+FM/8/UrJZUHKBXD//5/n1L6P1vQv64w9b8o+E5Zn2abnMerL/TXR7zX8h1Yh3YdilAtgUkhnsZ+3qrmla7OncSOnAah/uDh8+qiwHD09vPiwHoCW22js2exqaa7yYr+zQpqEYpQLwDxOJyKJ3PWNsVBq3tdfmIgVwwFWuGMF35fbp6+lhSX9L3t309pEFIUB+B+971lMQRL8ws9qAlqFakghShe2iYlBrKJSbEMQizVN6MLWtqCoUSm4MSoqQkFciODHL3KambFGqNxZuOi551kGspo3mZl77zln6e78u+zIwV2yZfe+UwcvjYxnrx3de/H2g9zh/c04WcpYACwAutgtIA2FAbCHwDQUBuA/vQa2Fqo6q0PUBSBZCBrHgO0Wgki3haAelVYIqgtAyqVg0m0puMqQLQXvAMlm0Bpi/94MIt02g4oM2WbQTpBuO5h02w4O6qRtB+8I6Q6ErKzYgRBl0h0J29iwI2HKpDsUur5uh0KVSXcsPJ+3Y+HapCoMqdWsMESbNKVhLbJlpWHKpCkObZNtKw5VJk15eJfsWnm4NikaRHTIjjWI0CZFi5i35FtrEaOOe5OoBtmwJlHquLeJmyVnrU2cOu6NIr+T361RpD7OrWKXyWVrFauPc7PoSXLSmkUr5NoufoKcgLWLV8h1YMTqKmADIxRyHRkzNwfYyBiNHIdG/fwJwIZGKeQ4Ni6fB2Bj4zRyGxx55w4AGxypktPo2PV1hGx0rEouw6N7PYRseLRODuPjNzYQsvHxOgUr7JsXkXsAho4ilruJSKGAyM0cYkeHANwTkXn2rah9AASUBwBBj4xrBUcAHMggdu48Is0mIufPIZY5AGAkbgtH9lRff+UBiP8Dhqfl68snOH0FifeXEel0ELmcReLKaTx5+VWmh/X//tUHAEGBm66StfpT/JZFrFIZ+CjytF7rfyVUUH791QcAeLbKWHUsOJF9mAOQOYlYt4vYyQyA3MPsiWCsytiq5uf/TT4EAOU5JqZeiezLAGcPI1YuI3b4LJDZJ/Jqiok5xe//ES8CgMkSEzMicgY4gkS7jcQR4IyIzDBR0rv+l/AjAAg6NUamRe6XPj4aAvasnRo/BHz7BhwaP7W2Bxh69LF0X2SakVpH++0/5EkAgMef2Dd8/cYoyakXjQ8icgxotYBjIvKj8WKK5OiN68Ps+6R1/3eANwEAZvMccEFEvhQWms2FwhcRucABeaXnf/7mUQAQVKr8w9IbmXnNvtcz8maJf6hWvPj3D/kUACAY+8wto7eOM3b81ii3fB7z5/L7FYDQcnGR/7RY1Fj/tS3vAgAE5UKe28gXyj79+EMeBmDTZKNYWuSAxVKx4cNr/188DUDfRLtbeV5vNuvPK922uv6PjnwOgLEAGAuA9ywAnrMAeM4C4DkLgOcsAJ6zAHjOAuA5C4DnfrFnNykNQ1Ecxf80kKaEjJJOklJaCoLKm7jhrKijbkhFRS31Y5xzfms4XO57N09CSxGaAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHAGQCcAcAZAJwBwBkAnAHA5VIEdslcBDanKgKr0haBtemKwLocisAOORWBnbL2GQA2r5N9EdY+ybEI65hkvSmC2qzzoi6CqvNq5xoINe8SRwBYnTeN9wCkqsm7vgiozwcPAkRdPg3eBHHaIV+sXANgqlW+Gf0OQtmMuTI6A0CqMbk2uQdgtFNuGHwLQHRDbutdBAA2j/lRU5+LFu1c3+U3U+1paMHmespfmoetY2CRztv7Jv/S9PW2chIsyPPmM4uyCasxkAY4ZJhGwbAAMiK4YxkA3AkgmBA8yWMAAAAASUVORK5CYII=");
  background-size: cover;
  background-position: center center;
}
header .flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("../images/icons/english.jpg");
  background-size: cover;
}
header .bottomNav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 50em) {
  header .bottomNav {
    flex-direction: row-reverse;
    gap: 0;
    margin-left: 20px;
  }
}
header .bottomNav #cssmenu,
header .bottomNav #cssmenu ul,
header .bottomNav #cssmenu ul li,
header .bottomNav #cssmenu ul li a,
header .bottomNav #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
header .bottomNav #cssmenu:after,
header .bottomNav #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .bottomNav #cssmenu #head-mobile {
  display: none;
}
header .bottomNav #cssmenu > ul {
  margin: 0;
  padding: 0;
}
header .bottomNav #cssmenu > ul > li {
  float: left;
  border-right: 1px solid var(--clr-neutral-100);
}
header .bottomNav #cssmenu > ul > li:last-child {
  border: none;
}
header .bottomNav #cssmenu > ul > li > a {
  padding: 3px 10px;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-neutral-100);
  font-weight: 500;
  text-transform: uppercase;
}
header .bottomNav #cssmenu > ul > li:hover > a,
header .bottomNav #cssmenu ul li.active a {
  color: #fff;
}
header .bottomNav #cssmenu > ul > li:hover,
header .bottomNav #cssmenu ul li.active:hover,
header .bottomNav #cssmenu ul li.active,
header .bottomNav #cssmenu ul li.has-sub.active:hover {
  background: var(--clr-primary-500) !important;
  transition: background 0.3s ease;
}
header .bottomNav #cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
header .bottomNav #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: var(--clr-neutral-100);
  content: "";
}
header .bottomNav #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 6px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: var(--clr-neutral-100);
  content: "";
  transition: all 0.25s ease;
}
header .bottomNav #cssmenu > ul > li.has-sub:hover > a:before {
  top: 8px;
  height: 0;
}
header .bottomNav #cssmenu ul ul {
  position: absolute;
  left: -9999px;
  padding: 0;
}
header .bottomNav #cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: var(--secondaryColor);
  transition: all 0.25s ease;
  border-bottom: 1px solid var(--clr-neutral-200);
}
header .bottomNav #cssmenu ul ul li:hover {
  background: var(--clr-primary-500) !important;
}
header .bottomNav #cssmenu li:hover > ul {
  left: auto;
  background: var(--clr-neutral-100);
}
header .bottomNav #cssmenu li:hover > ul > li {
  height: auto;
}
header .bottomNav #cssmenu li:hover > ul > li:hover {
  background: var(--clr-primary-500);
}
header .bottomNav #cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
header .bottomNav #cssmenu ul ul li a {
  padding: 11px 15px;
  width: 200px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: var(--clr-neutral-800);
  font-weight: 500;
}
header .bottomNav #cssmenu ul ul li:last-child > a,
header .bottomNav #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
header .bottomNav #cssmenu ul ul li:hover > a,
header .bottomNav #cssmenu ul ul li a:hover {
  color: #fff;
}
header .bottomNav #cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
header .bottomNav #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 .bottomNav #cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
header .bottomNav #cssmenu ul ul li.has-sub:hover,
header .bottomNav #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: var(--clr-primary-500);
}
header .bottomNav #cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
header .bottomNav #cssmenu > ul > li.has-sub > ul > li.active > a,
header .bottomNav #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
@media screen and (max-width: 1000px) {
  header .bottomNav .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  header .bottomNav .logo svg {
    width: 141px !important;
  }
  header .bottomNav .logo2 {
    display: none;
  }
  header .bottomNav nav {
    width: 100%;
  }
  header .bottomNav #cssmenu {
    width: 100%;
  }
  header .bottomNav #cssmenu ul {
    width: 100vw;
    overflow-y: scroll;
    position: absolute;
    right: -10px;
    top: 70px;
    display: none;
    background-color: #ffffff;
  }
  header .bottomNav #cssmenu ul ul {
    top: 0;
    height: auto !important;
  }
  header .bottomNav #cssmenu ul li {
    width: 100%;
  }
  header .bottomNav #cssmenu ul li:hover {
    background: var(--clr-primary-500);
  }
  header .bottomNav #cssmenu ul li:hover a {
    color: #ffffff !important;
  }
  header .bottomNav #cssmenu li:hover > ul {
    left: 0;
  }
  header .bottomNav #cssmenu ul ul li,
  header .bottomNav #cssmenu li:hover > ul > li {
    height: auto;
  }
  header .bottomNav #cssmenu ul li a,
  header .bottomNav #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  header .bottomNav #cssmenu > ul > li {
    float: none;
  }
  header .bottomNav #cssmenu > ul > li a {
    padding: 16px 20px;
    color: #000;
  }
  header .bottomNav #cssmenu ul ul li a {
    padding-left: 25px;
  }
  header .bottomNav #cssmenu ul ul li {
    background: var(--clr-primary-500);
    border-top: 1px solid rgb(235, 235, 235);
  }
  header .bottomNav #cssmenu ul ul li:hover {
    background: #123D8F !important;
  }
  header .bottomNav #cssmenu ul ul ul li {
    background: #123D8F;
    border-top: 1px solid rgb(235, 235, 235);
  }
  header .bottomNav #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  header .bottomNav #cssmenu ul ul li a {
    color: #ffffff;
  }
  header .bottomNav #cssmenu ul ul li:hover > a,
  header .bottomNav #cssmenu ul ul li.active > a {
    color: #fff;
  }
  header .bottomNav #cssmenu ul ul,
  header .bottomNav #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  header .bottomNav #cssmenu > ul > li.has-sub > a:after,
  header .bottomNav #cssmenu > ul > li.has-sub > a:before,
  header .bottomNav #cssmenu ul ul > li.has-sub > a:after,
  header .bottomNav #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  header .bottomNav #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  header .bottomNav .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  header .bottomNav .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid var(--clr-neutral-100);
    border-bottom: 2px solid var(--clr-neutral-100);
    content: "";
  }
  header .bottomNav .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: var(--clr-neutral-100);
    content: "";
  }
  header .bottomNav .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: var(--clr-neutral-100);
    transform: rotate(45deg);
  }
  header .bottomNav .button.menu-opened:before {
    top: 23px;
    background: var(--clr-neutral-100);
    width: 19px;
    transform: rotate(-45deg);
  }
  header .bottomNav #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 .bottomNav #cssmenu .submenu-button.submenu-opened {
    background: var(--clr-primary-500);
  }
  header .bottomNav #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  header .bottomNav #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  header .bottomNav #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  header .bottomNav #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  header .bottomNav #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  header .bottomNav #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  header .bottomNav #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  header .bottomNav #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  header .bottomNav #cssmenu > ul > li.has-sub > ul > li.active > a,
  header .bottomNav #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
header .forMobile {
  display: none !important;
}
@media (max-width: 50em) {
  header .forMobile {
    display: block !important;
  }
}
header .searchWrapper {
  position: relative;
  width: 45px;
  height: 45px;
}
header .searchWrapper .search {
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px 1px rgba(182, 181, 181, 0.5137254902);
}
header .searchWrapper .search .hide {
  display: none !important;
}
header .searchWrapper .search .searchBtnLbl {
  cursor: pointer;
  color: var(--clr-accent-300);
  width: 45px;
  height: 45px;
  border: none;
  font-size: 16.6666666667px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .searchWrapper .search input {
  color: #777;
  background: transparent;
  border: none;
  font-size: 16px;
  width: 0;
  height: 45px;
  padding: 0;
  transition: 0.75s width;
  transform-origin: right center;
  text-indent: 20px;
}
header .searchWrapper .search input:focus {
  border: none;
  outline: none;
}
header .searchWrapper .search button {
  cursor: pointer;
  color: var(--clr-accent-300);
  width: 45px;
  height: 45px;
  border: none;
  font-size: 16.6666666667px;
  background-color: transparent;
  border-radius: 50%;
}
header .searchWrapper .search button::before {
  display: none;
}
header .searchWrapper .search button:hover {
  color: var(--clr-primary-500) !important;
}
header .searchWrapper .search ::-moz-placeholder {
  color: rgba(85, 85, 85, 0.7803921569);
  text-transform: capitalize;
}
header .searchWrapper .search ::placeholder {
  color: rgba(85, 85, 85, 0.7803921569);
  text-transform: capitalize;
}
header .searchWrapper .search .expand {
  width: 150px;
}

/***************************************************
 * Generated by SVG Artista on 2/7/2023, 10:23:29 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 77.110710144px;
    stroke-dasharray: 77.110710144px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.110710144px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(65, 64, 66);
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 171.6428833008px;
    stroke-dasharray: 171.6428833008px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 171.6428833008px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: url("#linear-gradient");
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 77.3333053589px;
    stroke-dasharray: 77.3333053589px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.3333053589px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 104, 56);
  }
}
.svg-elem-3 {
  animation: animate-svg-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 171.5185546875px;
    stroke-dasharray: 171.5185546875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 171.5185546875px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: url("#linear-gradient-2");
  }
}
.svg-elem-4 {
  animation: animate-svg-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 77.3694915771px;
    stroke-dasharray: 77.3694915771px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.3694915771px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(241, 90, 34);
  }
}
.svg-elem-5 {
  animation: animate-svg-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 171.6600494385px;
    stroke-dasharray: 171.6600494385px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 171.6600494385px;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: url("#linear-gradient-3");
  }
}
.svg-elem-6 {
  animation: animate-svg-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 283.6764831543px;
    stroke-dasharray: 283.6764831543px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 283.6764831543px;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-7 {
  animation: animate-svg-stroke-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 565.4701538086px;
    stroke-dasharray: 565.4701538086px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 565.4701538086px;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-8 {
  animation: animate-svg-stroke-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 246.5552520752px;
    stroke-dasharray: 246.5552520752px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 246.5552520752px;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-9 {
  animation: animate-svg-stroke-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 142.4796295166px;
    stroke-dasharray: 142.4796295166px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 142.4796295166px;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-10 {
  animation: animate-svg-stroke-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 283.0797729492px;
    stroke-dasharray: 283.0797729492px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 283.0797729492px;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-11 {
  animation: animate-svg-stroke-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 332.0865478516px;
    stroke-dasharray: 332.0865478516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 332.0865478516px;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-12 {
  animation: animate-svg-stroke-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.65s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 663.3657836914px;
    stroke-dasharray: 663.3657836914px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 663.3657836914px;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-13 {
  animation: animate-svg-stroke-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 160.7334899902px;
    stroke-dasharray: 160.7334899902px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.7334899902px;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-14 {
  animation: animate-svg-stroke-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.95s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 319.7078857422px;
    stroke-dasharray: 319.7078857422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 319.7078857422px;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-15 {
  animation: animate-svg-stroke-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 246.3008117676px;
    stroke-dasharray: 246.3008117676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 246.3008117676px;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-16 {
  animation: animate-svg-stroke-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 136.9858551025px;
    stroke-dasharray: 136.9858551025px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 136.9858551025px;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-17 {
  animation: animate-svg-stroke-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 272.0778503418px;
    stroke-dasharray: 272.0778503418px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 272.0778503418px;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-18 {
  animation: animate-svg-stroke-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.55s both, animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 94.510635376px;
    stroke-dasharray: 94.510635376px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.510635376px;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-19 {
  animation: animate-svg-stroke-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both, animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 181.6604003906px;
    stroke-dasharray: 181.6604003906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 181.6604003906px;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-20 {
  animation: animate-svg-stroke-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.85s both, animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 95.9456176758px;
    stroke-dasharray: 95.9456176758px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 95.9456176758px;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-21 {
  animation: animate-svg-stroke-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 182.76171875px;
    stroke-dasharray: 182.76171875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 182.76171875px;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-22 {
  animation: animate-svg-stroke-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.15s both, animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 52.1251602173px;
    stroke-dasharray: 52.1251602173px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 52.1251602173px;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-23 {
  animation: animate-svg-stroke-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both, animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 96.5570526123px;
    stroke-dasharray: 96.5570526123px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.5570526123px;
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-24 {
  animation: animate-svg-stroke-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.45s both, animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 95.8310317993px;
    stroke-dasharray: 95.8310317993px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 95.8310317993px;
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-25 {
  animation: animate-svg-stroke-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both, animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 182.6088867188px;
    stroke-dasharray: 182.6088867188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 182.6088867188px;
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-26 {
  animation: animate-svg-stroke-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.75s both, animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
}
@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 57.3127212524px;
    stroke-dasharray: 57.3127212524px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.3127212524px;
  }
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-27 {
  animation: animate-svg-stroke-27 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s both, animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
}
@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 113.0596694946px;
    stroke-dasharray: 113.0596694946px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 113.0596694946px;
  }
}
@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-28 {
  animation: animate-svg-stroke-28 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.05s both, animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
}
@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 69.1069641113px;
    stroke-dasharray: 69.1069641113px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 69.1069641113px;
  }
}
@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-29 {
  animation: animate-svg-stroke-29 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both, animate-svg-fill-29 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both;
}
@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 136.2160644531px;
    stroke-dasharray: 136.2160644531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 136.2160644531px;
  }
}
@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-30 {
  animation: animate-svg-stroke-30 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.35s both, animate-svg-fill-30 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both;
}
@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 47.300907135px;
    stroke-dasharray: 47.300907135px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.300907135px;
  }
}
@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-31 {
  animation: animate-svg-stroke-31 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both, animate-svg-fill-31 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
}
@keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 92.6388320923px;
    stroke-dasharray: 92.6388320923px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 92.6388320923px;
  }
}
@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-32 {
  animation: animate-svg-stroke-32 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.65s both, animate-svg-fill-32 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s both;
}
@keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 127.7007369995px;
    stroke-dasharray: 127.7007369995px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 127.7007369995px;
  }
}
@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-33 {
  animation: animate-svg-stroke-33 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both, animate-svg-fill-33 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
}
@keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 236.2386779785px;
    stroke-dasharray: 236.2386779785px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 236.2386779785px;
  }
}
@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-34 {
  animation: animate-svg-stroke-34 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 4.95s both, animate-svg-fill-34 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s both;
}
@keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 47.4190292358px;
    stroke-dasharray: 47.4190292358px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.4190292358px;
  }
}
@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-35 {
  animation: animate-svg-stroke-35 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s both, animate-svg-fill-35 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
}
@keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 92.7790679932px;
    stroke-dasharray: 92.7790679932px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 92.7790679932px;
  }
}
@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-36 {
  animation: animate-svg-stroke-36 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 5.25s both, animate-svg-fill-36 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
}
@keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 57.4095535278px;
    stroke-dasharray: 57.4095535278px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.4095535278px;
  }
}
@keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-37 {
  animation: animate-svg-stroke-37 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both, animate-svg-fill-37 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
}
@keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 113.1818313599px;
    stroke-dasharray: 113.1818313599px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 113.1818313599px;
  }
}
@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-38 {
  animation: animate-svg-stroke-38 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 5.55s both, animate-svg-fill-38 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
}
@keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 88.8240814209px;
    stroke-dasharray: 88.8240814209px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 88.8240814209px;
  }
}
@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-39 {
  animation: animate-svg-stroke-39 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 5.7s both, animate-svg-fill-39 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
}
@keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 175.4445037842px;
    stroke-dasharray: 175.4445037842px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 175.4445037842px;
  }
}
@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-40 {
  animation: animate-svg-stroke-40 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 5.85s both, animate-svg-fill-40 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
}
@keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 104.4137191772px;
    stroke-dasharray: 104.4137191772px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 104.4137191772px;
  }
}
@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-41 {
  animation: animate-svg-stroke-41 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both, animate-svg-fill-41 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
}
@keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 196.8231964111px;
    stroke-dasharray: 196.8231964111px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.8231964111px;
  }
}
@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-42 {
  animation: animate-svg-stroke-42 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 6.15s both, animate-svg-fill-42 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
}

.homeBannerSlider {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #ccc;
}
@media (max-width: 50em) {
  .homeBannerSlider {
    height: 300px;
  }
}
.homeBannerSlider .video-size {
  height: 120vh;
  transform: translateY(-11vh);
}
@media (max-width: 50em) {
  .homeBannerSlider .video-size {
    height: 350px;
    transform: translateY(-25px);
  }
}
.homeBannerSlider .title {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2470588235);
  z-index: 1;
}
@media (max-width: 50em) {
  .homeBannerSlider .title {
    height: 300px;
  }
}
.homeBannerSlider .title .container {
  z-index: 2;
}
.homeBannerSlider .title h1 {
  font-size: var(--fs-900);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-100);
}
@media (max-width: 50em) {
  .homeBannerSlider .title h1 {
    font-size: var(--fs-700);
  }
}
.homeBannerSlider .item {
  position: relative;
  height: 100vh;
}
.homeBannerSlider .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40vh;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #000000 -43.45%, rgba(0, 0, 0, 0) 92.72%);
  opacity: 0.8;
}
.homeBannerSlider .item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40vh;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  opacity: 0.8;
}
@media (max-width: 50em) {
  .homeBannerSlider .item {
    height: 300px;
  }
  .homeBannerSlider .item::before {
    height: 100px;
  }
}
.homeBannerSlider video, .homeBannerSlider .slideImg {
  position: absolute;
  width: 100%;
  height: 105vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 50em) {
  .homeBannerSlider video, .homeBannerSlider .slideImg {
    height: 320px;
  }
}
.homeBannerSlider .details {
  position: absolute;
  width: 100%;
  z-index: 9;
  margin-top: 70vh;
}
@media (max-width: 50em) {
  .homeBannerSlider .details {
    margin-top: auto;
    bottom: 10px;
  }
}
.homeBannerSlider h3 {
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold);
}
@media (max-width: 50em) {
  .homeBannerSlider h3 {
    font-size: var(--fs-600);
  }
}
@media (max-width: 50em) {
  .homeBannerSlider .fs-primary-heading {
    font-size: var(--fs-600);
  }
}
.homeBannerSlider h4 {
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold);
}
@media (max-width: 50em) {
  .homeBannerSlider h4 {
    font-size: var(--fs-300);
  }
}

.innerPageBanner, .blogBanner, .investorBanner, .environmentBanner {
  position: relative;
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .innerPageBanner, .blogBanner, .investorBanner, .environmentBanner {
    background-attachment: scroll;
    height: 50vh;
  }
}
@media (max-width: 50em) {
  .innerPageBanner, .blogBanner, .investorBanner, .environmentBanner {
    height: 300px;
    background-attachment: scroll;
  }
}
.innerPageBanner video, .blogBanner video, .investorBanner video, .environmentBanner video {
  position: fixed;
  width: 100%;
  height: 105vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 50em) {
  .innerPageBanner video, .blogBanner video, .investorBanner video, .environmentBanner video {
    height: 300px;
  }
}
.innerPageBanner::before, .blogBanner::before, .investorBanner::before, .environmentBanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--clr-neutral-900);
  opacity: 0.3;
}
.innerPageBanner[opacity="0"]::before, .blogBanner[opacity="0"]::before, .investorBanner[opacity="0"]::before, .environmentBanner[opacity="0"]::before {
  opacity: 0;
}
.innerPageBanner[opacity=dark]::before, .blogBanner[opacity=dark]::before, .investorBanner[opacity=dark]::before, .environmentBanner[opacity=dark]::before {
  opacity: 0.6;
}
.innerPageBanner h1, .blogBanner h1, .investorBanner h1, .environmentBanner h1 {
  font-size: var(--fs-900);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-100);
}
@media (max-width: 50em) {
  .innerPageBanner h1, .blogBanner h1, .investorBanner h1, .environmentBanner h1 {
    font-size: var(--fs-500);
  }
}
.innerPageBanner h3, .blogBanner h3, .investorBanner h3, .environmentBanner h3 {
  font-size: 1.5rem;
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-100);
  max-width: 650px;
}
.innerPageBanner h3[width=full], .blogBanner h3[width=full], .investorBanner h3[width=full], .environmentBanner h3[width=full] {
  max-width: 100% !important;
}
@media (max-width: 50em) {
  .innerPageBanner h3, .blogBanner h3, .investorBanner h3, .environmentBanner h3 {
    font-size: 0.9rem;
  }
}
.innerPageBanner .note, .blogBanner .note, .investorBanner .note, .environmentBanner .note {
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-size: var(--fs-400);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-100);
}
.innerPageBanner .buttonExplore a, .blogBanner .buttonExplore a, .investorBanner .buttonExplore a, .environmentBanner .buttonExplore a {
  font-size: var(--fs-600);
}

.blogBanner {
  height: 60vh;
}
.blogBanner h1 {
  font-size: var(--fs-700);
}
@media (max-width: 50em) {
  .blogBanner h1 {
    font-size: var(--fs-500);
  }
}
@media (max-width: 1024px) {
  .blogBanner {
    background-attachment: scroll;
    height: 50vh;
  }
}
@media (max-width: 50em) {
  .blogBanner {
    height: 300px;
    background-attachment: scroll;
  }
}

.investorBanner {
  height: 55vh;
}

.bagsImageBanner {
  position: absolute;
  max-width: 650px;
  right: 7%;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 50em) {
  .bagsImageBanner {
    max-width: 180px;
  }
}

.bagsImageBanner2 {
  position: absolute;
  max-width: 400px;
  right: 10%;
  bottom: 0;
}
@media (max-width: 50em) {
  .bagsImageBanner2 {
    max-width: 80px;
  }
}

.environmentBanner::before {
  display: none;
}

.profile {
  --width:100%;
  position: relative;
  width: var(--width);
  background-position: center top;
  background-size: cover;
  padding-top: 120%;
}
.profile[role=pointer] {
  cursor: pointer;
}
.profile::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-neutral-100);
  opacity: 1;
  transition: all 0.6s;
}
.profile::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4262079832) 100%);
  z-index: 1;
}
.profile .photo {
  position: absolute;
  width: calc(var(--width) / 1.5);
  height: calc(var(--width) / 1.5);
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  opacity: 1;
  background-position: center 30%;
  filter: grayscale(100%);
  background-size: 156%;
  transition: all 0.6s;
}
.profile .details {
  position: absolute;
  width: calc(var(--width) / 1.5);
  left: 50%;
  top: calc(var(--width) / 1.25);
  transform: translate(-50%, 0);
  z-index: 2;
}
.profile .details .title {
  position: relative;
  color: var(--clr-neutral-900);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
}
@media (max-width: 50em) {
  .profile .details .title {
    font-size: 12px;
  }
}
.profile .details .des {
  position: relative;
  color: var(--clr-neutral-800);
  font-size: var(--fs-200);
  font-weight: var(--fw-semi-bold);
}
@media (max-width: 50em) {
  .profile .details .des {
    font-size: 10px;
  }
}
.profile:hover::before {
  opacity: 0;
}
.profile:hover::after {
  opacity: 1;
}
.profile:hover .photo {
  opacity: 0;
}
.profile:hover .title, .profile:hover .des {
  color: var(--clr-neutral-100);
}

.tabWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: visible;
}
.tabWrapper[role=scrollTab] .tab {
  display: flex !important;
  overflow-x: auto !important;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--clr-neutral-200);
}
.tabWrapper[role=scrollTab] .tab .btn {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.tabWrapper[role=scrollTab] .tab::-webkit-scrollbar {
  height: 5px;
  background-color: var(--clr-neutral-150);
  border-radius: 10px;
}
.tabWrapper[role=scrollTab] .tab::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--clr-neutral-500);
}
.tabWrapper .tab {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  overflow: visible;
}
.tabWrapper .btn, .tabWrapper .btn2, .tabWrapper .btn3, .tabWrapper .btn4, .tabWrapper .btn5, .tabWrapper .btn6, .tabWrapper .btn7, .tabWrapper .btn8, .tabWrapper .btn9, .tabWrapper .btn10, .tabWrapper .btn11, .tabWrapper .btn12 {
  position: relative;
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold);
  display: inline-block;
  color: var(--clr-neutral-600);
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  margin-right: 20px;
}
.tabWrapper .btn[font=small], .tabWrapper .btn2[font=small], .tabWrapper .btn3[font=small], .tabWrapper .btn4[font=small], .tabWrapper .btn5[font=small], .tabWrapper .btn6[font=small], .tabWrapper .btn7[font=small], .tabWrapper .btn8[font=small], .tabWrapper .btn9[font=small], .tabWrapper .btn10[font=small], .tabWrapper .btn11[font=small], .tabWrapper .btn12[font=small] {
  font-size: var(--fs-600);
}
.tabWrapper .btn::after, .tabWrapper .btn2::after, .tabWrapper .btn3::after, .tabWrapper .btn4::after, .tabWrapper .btn5::after, .tabWrapper .btn6::after, .tabWrapper .btn7::after, .tabWrapper .btn8::after, .tabWrapper .btn9::after, .tabWrapper .btn10::after, .tabWrapper .btn11::after, .tabWrapper .btn12::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  left: 0;
  bottom: -5px;
  background: var(--clr-accent-300);
  transition: all 0.3s;
}
.tabWrapper .btn:hover, .tabWrapper .btn2:hover, .tabWrapper .btn3:hover, .tabWrapper .btn4:hover, .tabWrapper .btn5:hover, .tabWrapper .btn6:hover, .tabWrapper .btn7:hover, .tabWrapper .btn8:hover, .tabWrapper .btn9:hover, .tabWrapper .btn10:hover, .tabWrapper .btn11:hover, .tabWrapper .btn12:hover {
  color: var(--clr-neutral-900);
}
.tabWrapper .btn:hover::after, .tabWrapper .btn2:hover::after, .tabWrapper .btn3:hover::after, .tabWrapper .btn4:hover::after, .tabWrapper .btn5:hover::after, .tabWrapper .btn6:hover::after, .tabWrapper .btn7:hover::after, .tabWrapper .btn8:hover::after, .tabWrapper .btn9:hover::after, .tabWrapper .btn10:hover::after, .tabWrapper .btn11:hover::after, .tabWrapper .btn12:hover::after {
  width: 100%;
}
.tabWrapper .tabContentWrap {
  position: relative;
  width: 100%;
  overflow: visible;
}
.tabWrapper .tabContent, .tabWrapper .tabContent2, .tabWrapper .tabContent3, .tabWrapper .tabContent4, .tabWrapper .tabContent5, .tabWrapper .tabContent6, .tabWrapper .tabContent7, .tabWrapper .tabContent8, .tabWrapper .tabContent9, .tabWrapper .tabContent10, .tabWrapper .tabContent11, .tabWrapper .tabContent12 {
  display: none;
  opacity: 0;
  transition: opacity 2s;
}
.tabWrapper .slider {
  overflow: visible;
}
.tabWrapper .slider img {
  margin-right: 10px;
  margin-left: 10px;
}
.tabWrapper .show {
  display: block;
  opacity: 1;
}
.tabWrapper .active {
  color: var(--clr-neutral-900);
}
.tabWrapper .active::after {
  width: 100%;
}

[list=box] {
  position: relative;
  list-style: none;
}
[list=box] li {
  position: relative;
  padding-left: 18px;
}
[list=box] li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  left: 0;
  background: var(--clr-accent-300);
}

[list=num] {
  position: relative;
  list-style: none;
}
[list=num] li {
  position: relative;
  counter-increment: num;
  padding-left: 30px;
}
[list=num] li::before {
  position: absolute;
  content: counter(num) ". ";
  font-weight: var(--fw-bold);
  margin-left: -25px;
}

[list=roman] {
  position: relative;
  list-style-type: upper-roman;
  padding-left: 30px;
}

[list=check] {
  position: relative;
  list-style: none;
}
[list=check] li {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
[list=check] li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free" !important;
  position: absolute;
  font-weight: 900;
  font-size: var(--fs-650);
  top: -5px;
  left: 0;
  color: var(--clr-accent-300);
}
[list=check] li p {
  margin: 0;
}

.pagination {
  position: relative;
  background: var(--clr-neutral-200);
}
.pagination ul {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 30px;
}
.pagination ul li {
  position: relative;
  font-size: var(--fs-400);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-800);
}
.pagination ul li::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free" !important;
  position: absolute;
  right: -20px;
}
.pagination ul li:last-child::after {
  display: none;
}
.pagination ul li a {
  text-decoration: none;
  color: var(--clr-neutral-800);
}
.pagination ul li a:hover {
  color: var(--clr-accent-300);
}

.searchNews {
  position: relative;
  display: flex;
  justify-content: right;
  width: 100%;
  text-align: right;
}
.searchNews .seachBox {
  position: relative;
  display: block;
  float: right;
  width: 300px;
}
.searchNews button {
  position: absolute;
  width: auto !important;
  height: auto !important;
  padding: 13px 10px;
  border: none;
  right: 10px;
  color: var(--clr-neutral-600);
}
.searchNews button::before {
  display: none;
}
.searchNews button:hover {
  color: var(--clr-accent-300);
}

.pdfBox {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 65px;
  display: flex;
  align-items: center;
  border: 1px solid var(--clr-accent-300);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-900);
  font-size: var(--fs-300);
  text-decoration: none;
  background: var(--clr-neutral-100);
  min-height: 78px;
  line-height: 1.2;
  transition: all 0.3s;
}
.pdfBox::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 60px;
  background: url("../images/icons/file-text.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 10px;
  font-size: 40px;
  color: var(--clr-accent-300);
  top: 15px;
}
.pdfBox:hover {
  transform: scale(1.05);
}
.pdfBox[role=annual] {
  background: var(--clr-accent-300) !important;
  color: var(--clr-neutral-100);
}
.pdfBox[role=annual]::before {
  background: url("../images/icons/file-text-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.pdfBox[role=audio]::before {
  background: url("../images/icons/file-audio.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.pdfBox[role=zip]::before {
  background: url("../images/icons/file-zip.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.pdfBox[role=video]::before {
  background: url("../images/icons/file-video.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.starRating {
  position: relative;
}
.starRating .bh-stars {
  display: flex;
  justify-content: left;
  margin-bottom: 1rem;
}
.starRating .bh-stars .bh-star {
  width: 1.5rem;
  height: 1.5rem;
}
.starRating .bh-stars .bh-star .outline {
  fill: gold;
}
.starRating .bh-stars .bh-star .full,
.starRating .bh-stars .bh-star .left-half {
  fill: transparent;
}
.starRating .bh-stars[data-bh-rating^="1"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="5"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="5"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="5"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="5"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="5"] .bh-star--5 .full {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="0.5"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="1.5"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2.5"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3.5"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4.5"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="0.6"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="1.6"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2.6"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3.6"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4.6"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="0.7"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="1.7"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2.7"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3.7"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4.7"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="0.8"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="1.8"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2.8"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3.8"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4.8"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="0.9"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="1.9"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="2.9"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="3.9"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars[data-bh-rating^="4.9"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--5 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.6"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.6"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.6"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.6"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.6"] .bh-star--5 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.7"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.7"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.7"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.7"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.7"] .bh-star--5 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.8"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.8"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.8"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.8"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.8"] .bh-star--5 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.9"] .bh-star--1 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.9"] .bh-star--2 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.9"] .bh-star--3 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.9"] .bh-star--4 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.9"] .bh-star--5 .full {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.0"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.0"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.0"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.0"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.0"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.1"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.1"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.1"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.1"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.1"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.2"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.2"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.2"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.2"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.2"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.3"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.3"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.3"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.3"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.3"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.4"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.4"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.4"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.4"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.4"] .bh-star--5 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="0.5"] .bh-star--1 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="1.5"] .bh-star--2 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="2.5"] .bh-star--3 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="3.5"] .bh-star--4 .left-half {
  fill: gold;
}
.starRating .bh-stars.rounding-up[data-bh-rating^="4.5"] .bh-star--5 .left-half {
  fill: gold;
}

.borderBoxLink {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid var(--clr-accent-300);
  gap: 20px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s;
}
.borderBoxLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: -100%;
  background: var(--clr-accent-300);
  text-decoration: none;
  transition: all 0.3s;
}
.borderBoxLink .icon {
  width: 54px !important;
  fill: var(--clr-accent-300) !important;
  transition: all 0.3s;
  z-index: 2;
}
.borderBoxLink h2 {
  position: relative;
  font-size: var(--fs-500);
  color: var(--clr-neutral-900);
  font-weight: var(--fw-semi-bold-600);
  transition: all 0.3s;
  text-decoration: none;
}
.borderBoxLink:hover h2 {
  color: var(--clr-neutral-100) !important;
}
.borderBoxLink:hover::before {
  margin-left: 0%;
}
.borderBoxLink:hover .icon {
  fill: var(--clr-neutral-100) !important;
}
.borderBoxLink[color=blue] {
  border: 1px solid var(--clr-primary-300);
}
.borderBoxLink[color=blue]::before {
  background: var(--clr-primary-300);
}
.borderBoxLink[color=blue] .icon {
  fill: var(--clr-primary-300) !important;
}
.borderBoxLink[color=blue]:hover .icon {
  fill: var(--clr-neutral-100) !important;
}

.canvasborder {
  padding: 20px;
  border: 0.05em solid rgba(255, 255, 255, 0.562);
}

.borderBoxWrap {
  width: 100%;
}
.borderBoxWrap .md-content {
  border: 3px solid var(--clr-primary-300);
  border-radius: 15px;
}
.borderBoxWrap .content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.borderBoxWrap .content > div {
  width: 100%;
}
.borderBoxWrap .icon {
  width: 70px;
  height: 70px;
}
.borderBoxWrap[color=orange] .md-content {
  border: 3px solid var(--clr-accent-300);
}
.borderBoxWrap[color=orange] .icon {
  fill: var(--clr-accent-300);
}
.borderBoxWrap[color=blue] .md-content {
  border: 3px solid var(--clr-primary-300);
}
.borderBoxWrap[color=blue] .icon {
  fill: var(--clr-primary-300);
}

table, th, td {
  border: 1px solid rgb(104, 104, 104);
  border-collapse: collapse;
  border-spacing: 0;
  padding: 10px;
}

.table2 {
  width: 100%;
}
.table2 th {
  border: 1px solid var(--clr-neutral-400);
  background-color: var(--clr-neutral-150);
  text-align: left;
  font-weight: var(--fw-semi-bold-600);
}
.table2 td {
  border: 1px solid var(--clr-neutral-400);
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold);
}

.colouredCircle {
  position: relative;
  aspect-ratio: 1;
  border-radius: 100%;
  margin: 0 30px;
  outline-offset: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.colouredCircle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  stroke-width: 13;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  stroke-linecap: butt;
  transition: all 2s ease-out;
}
@media (max-width: 50em) {
  .colouredCircle svg {
    stroke-width: 8;
  }
}
.colouredCircle svg rect {
  x: 5px;
  y: 7px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
}
.colouredCircle[color=green] {
  stroke: var(--clr-green-400);
}
.colouredCircle[color=primary-100] {
  stroke: var(--clr-primary-100);
}
.colouredCircle[color=accent-200] {
  stroke: var(--clr-accent-200);
}
.colouredCircle[color=neutral-800] {
  stroke: var(--clr-neutral-800);
}
.colouredCircle[color=primary-400] {
  stroke: var(--clr-primary-400);
}
.colouredCircle[color=accent-300] {
  stroke: var(--clr-accent-300);
}
.colouredCircle[color=clr-accent-400] {
  stroke: var(--clr-accent-400);
}
.colouredCircle[color=primary-300] {
  stroke: var(--clr-primary-300);
}

.livelihood.aos-animate .slick-active svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 10;
}

.flip-container {
  width: calc(100% - 60px);
  margin: 0 30px;
  perspective: 1000;
  display: inline-block;
}

.flip-container:hover .flipCircle {
  transform: rotateY(180deg);
}

.flipCircle, .front, .back {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  outline-offset: -20px;
}

.flipCircle {
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative;
}

.front, .back {
  backface-visibility: hidden;
  position: absolute;
}
.front h4, .back h4 {
  position: absolute;
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-600);
  color: var(--clr-neutral-900);
  top: 50%;
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.front h4 span, .back h4 span {
  font-size: var(--fs-900);
}

.front {
  z-index: 1;
  transform: rotateY(0deg);
  background: #fff;
}
.front svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  stroke-width: 13;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  stroke-linecap: butt;
  transition: all 2s ease-out;
}
.front svg rect {
  x: 5px;
  y: 7px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
}
.front[color=green] {
  stroke: var(--clr-green-400);
}
.front[color=primary-100] {
  stroke: var(--clr-primary-100);
}
.front[color=accent-200] {
  stroke: var(--clr-accent-200);
}
.front[color=neutral-800] {
  stroke: var(--clr-neutral-800);
}
.front[color=primary-400] {
  stroke: var(--clr-primary-400);
}
.front[color=accent-300] {
  stroke: var(--clr-accent-300);
}
.front[color=clr-accent-400] {
  stroke: var(--clr-accent-400);
}
.front[color=primary-300] {
  stroke: var(--clr-primary-300);
}

.back {
  z-index: 2; /* back side, placed above front */
  transform: rotateY(180deg);
  background: #373c88;
  background-position: center center;
  background-size: cover;
}
.back h4 {
  color: var(--clr-neutral-100) !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.glance {
  position: relative;
  background: url("../images/backgrounds/bg1.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.glance .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.glance .box .counter {
  font-size: var(--fs-800);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-100);
}
.glance .box .unit {
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold);
}
.glance .box img {
  position: relative;
  height: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
}
.glance .box h2 {
  width: 100%;
  border-top: 2px solid var(--clr-accent-300);
  text-align: center;
  padding-top: 10px;
}

.marketStats {
  position: relative;
}
.marketStats .box {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--clr-accent-100);
}
.marketStats .box:last-child {
  border-right: none;
}
.marketStats .box > div {
  width: -moz-max-content;
  width: max-content;
}
.marketStats .box > div span {
  font-size: var(--fs-200);
  margin-left: 20px;
}
.marketStats .box a {
  position: relative;
  text-decoration: none;
  color: var(--clr-neutral-100);
}
.marketStats .box a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--clr-accent-300);
  bottom: -1px;
  transition: all 0.3s;
}
.marketStats .box a:hover::before {
  width: 20%;
}
@media (max-width: 50em) {
  .marketStats .even-columns {
    gap: 0;
  }
  .marketStats .box {
    gap: 5px;
    border-right: none;
    border-top: 1px solid var(--clr-accent-100);
  }
  .marketStats .box:first-child {
    border-top: none;
  }
  .marketStats .box > div {
    font-size: 11px;
  }
  .marketStats .box a {
    font-size: 11px;
  }
}

.dalmiaCiment {
  position: relative;
}
.dalmiaCiment .content {
  width: 100%;
}
.dalmiaCiment .sliderWrapper {
  width: 100%;
}
.dalmiaCiment .sliderWrapper .product {
  display: flex;
  justify-content: center;
}
.dalmiaCiment .sliderWrapper .product img {
  height: 300px;
}
.dalmiaCiment .sliderWrapper .slide-arrow {
  position: absolute;
  top: 35%;
  margin-top: -15px;
  cursor: pointer;
  background: transparent;
  z-index: 2;
  border: 0;
}
.dalmiaCiment .sliderWrapper .slide-arrow img {
  width: 100px;
}
.dalmiaCiment .sliderWrapper .prev-arrow {
  left: 40px;
}
@media (max-width: 50em) {
  .dalmiaCiment .sliderWrapper .prev-arrow {
    left: -40px;
  }
}
.dalmiaCiment .sliderWrapper .next-arrow {
  right: 40px;
}
@media (max-width: 50em) {
  .dalmiaCiment .sliderWrapper .next-arrow {
    right: -40px;
  }
}

.greytogreen {
  position: relative;
  background: url("../images/backgrounds/bg2.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.greytogreen .even-columns {
  gap: 100px;
}
.greytogreen .box {
  position: relative;
  text-decoration: none;
}
.greytogreen .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-neutral-900);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.greytogreen .box img {
  position: relative;
  transition: all 0.3s;
}
.greytogreen .box h2 {
  position: absolute;
  margin-top: 15px;
  transition: all 0.3s;
  z-index: 1;
}
.greytogreen .box:hover::before {
  opacity: 0.6;
  transform: scale(1.1);
}
.greytogreen .box:hover img {
  transform: scale(1.1);
}
.greytogreen .box:hover h2 {
  margin-top: -50px;
  margin-left: 20px;
}

.homeCareer {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0;
}
.homeCareer video {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: scaleX(-1);
  filter: grayscale(100%);
  opacity: 0.3;
}
.homeCareer P {
  max-width: 500px;
}
.homeCareer a {
  position: relative;
  color: var(--clr-neutral-100);
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.homeCareer a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--clr-accent-300);
  transition: all 0.2s;
}
.homeCareer a:hover::after {
  width: 20px;
}

.legacy {
  position: relative;
}
.legacy .imageBox {
  position: relative;
}
.legacy .imageBox a {
  position: absolute;
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  font-size: var(--fs-700);
  text-decoration: none;
  color: var(--clr-neutral-100);
  background: var(--clr-accent-300);
  gap: 10px;
  top: 230px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
}
@media (max-width: 50em) {
  .legacy .imageBox a {
    top: auto;
    bottom: 10px;
    font-size: var(--fs-500);
    padding: 5px 10px;
  }
}
.legacy .imageBox a span {
  z-index: 1;
  transition: all 0.3s;
}
.legacy .imageBox a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: var(--clr-accent-200);
  z-index: 0;
  transition: all 0.3s;
}
.legacy .imageBox a:hover span {
  transform: scale(1.1);
}
.legacy .imageBox a:hover::before {
  left: 0;
}
.legacy .imageBox a img {
  width: 50px;
}
@media (max-width: 50em) {
  .legacy .imageBox a img {
    width: 40px;
  }
}
.legacy #lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* The code above makes sure that the
  lightbox covers the entire page*/
  /* ----- Visibility ----- */
  display: none;
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}
.legacy #video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  /* The code above is used to add a little shadow to the video making blend in better */
}
.legacy #close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  /* The code above is used to put the button on the upper right corner of the lightbox */
  /* ----- Transformations ----- */
  transform: scale(1, 1);
  /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  /* ----- Transitions ----- */
  transition: transform 0.5s ease, color 0.5s ease;
}
.legacy #close-btn:hover {
  /* ----- Text ----- */
  color: white;
  /* ----- Styling ----- */
  cursor: pointer;
  /* ----- Transformations ----- */
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  transition: transform 0.5s ease, color 0.5s ease;
}

#lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* The code above makes sure that the
  lightbox covers the entire page*/
  /* ----- Visibility ----- */
  display: none;
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  /* The code above is used to put the button on the upper right corner of the lightbox */
  /* ----- Transformations ----- */
  transform: scale(1, 1);
  /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  /* ----- Transitions ----- */
  transition: transform 0.5s ease, color 0.5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: white;
  /* ----- Styling ----- */
  cursor: pointer;
  /* ----- Transformations ----- */
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  transition: transform 0.5s ease, color 0.5s ease;
}

.highlights {
  position: relative;
  background-image: url("../images/backgrounds/globe.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.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-600);
  stroke-width: 1px;
  d: path("M0 6H132.375L180.5 2.5L230.431 6H353");
}
.highlights .slider-nav .slick-slide h3 {
  text-align: center;
  font-weight: var(--fw-semi-bold);
  border-right: 1px solid var(--clr-neutral-600);
}
.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");
}

.ourValue {
  position: relative;
  background: url("../images/backgrounds/bg1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.ourValue .link {
  position: relative;
  padding: 15px;
  width: 260px;
  height: 260px;
  border: 10px var(--clr-green-400) solid;
  overflow: hidden;
}
.ourValue .link::before {
  content: "";
  position: absolute;
  background: var(--clr-green-400);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: all 0.3s 0.1s;
}
.ourValue .link .details {
  position: relative;
  top: 80%;
  height: 205px;
  transition: all 0.3s 0s;
}
.ourValue .link .details h3 {
  color: var(--clr-neutral-100);
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold-600);
  transition: all 0.3s 0.1s;
}
.ourValue .link .details p, .ourValue .link .details a {
  opacity: 0;
  color: var(--clr-neutral-100);
  transition: all 0.3s 0.1s;
}
.ourValue .link:hover::before {
  top: 0;
  transition: all 0.3s 0s;
}
.ourValue .link:hover .details {
  top: 0;
  transition: all 0.3s 0.1s;
}
.ourValue .link:hover .details h3 {
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold-600);
}
.ourValue .link:hover .details p, .ourValue .link:hover .details a {
  transition: all 0.3s 0.1s;
  opacity: 1;
}
.ourValue .link:nth-child(2) {
  border: 10px var(--clr-neutral-100) solid;
}
.ourValue .link:nth-child(2)::before {
  background: var(--clr-neutral-100);
}
.ourValue .link:nth-child(2):hover h3 {
  color: var(--clr-neutral-900);
}
.ourValue .link:nth-child(2):hover p, .ourValue .link:nth-child(2):hover a {
  color: var(--clr-neutral-900);
}
.ourValue .link:nth-child(3) {
  border: 10px var(--clr-primary-400) solid;
}
.ourValue .link:nth-child(3)::before {
  background: var(--clr-primary-400);
}
.ourValue .link:nth-child(3) .details {
  top: 70%;
}
.ourValue .link:nth-child(3):hover .details {
  top: 0;
}
.ourValue .link:nth-child(4) {
  border: 10px var(--clr-accent-300) solid;
}
.ourValue .link:nth-child(4)::before {
  background: var(--clr-accent-300);
}

.visionMission {
  position: relative;
}
.visionMission .link {
  position: relative;
  width: 350px;
  display: block;
  padding: 50px 20px 10px 50px;
  text-decoration: none;
  min-height: 160px;
  z-index: 1;
}
.visionMission .link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  transform: skewX(-15deg);
  height: 100%;
  background: var(--clr-primary-100);
  transition: all 0.3s;
  z-index: -1;
}
.visionMission .link p {
  padding-left: 50px;
  transition: all 0.3s;
}
.visionMission .link:hover {
  padding: 30px 20px 30px 50px;
}
.visionMission .link:hover::before {
  width: 100%;
}
.visionMission .link:hover p {
  padding-left: 0px;
}
.visionMission .link:nth-child(2)::before {
  background: var(--clr-accent-100);
}

.landmarkProjects {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.landmarkProjects .heading {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.landmarkProjects .details {
  position: absolute;
  width: 100%;
  top: 120px;
  z-index: 2;
}
.landmarkProjects p {
  max-width: 600px;
  margin-bottom: 100px;
  font-size: var(--fs-600);
}
.landmarkProjects video, .landmarkProjects img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  top: 0;
  opacity: 0.3;
}
.landmarkProjects .disclaimer {
  display: block;
  position: absolute;
  right: 5%;
  bottom: 100px;
  z-index: 6;
}
.landmarkProjects .slider-for {
  position: relative;
}
.landmarkProjects .slider-for::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-neutral-900);
}
.landmarkProjects .slider-for .slick-slide {
  height: 600px;
}
.landmarkProjects .slider-nav {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-size: var(--fs-600);
}
.landmarkProjects .slider-nav .slick-list {
  overflow-x: visible !important;
  overflow-y: visible !important;
  height: 100%;
}
.landmarkProjects .slider-nav .slick-slide {
  position: relative;
  padding: 10px 0;
  color: var(--clr-neutral-200);
  cursor: pointer;
}
.landmarkProjects .slider-nav .slick-slide .svg-1 {
  position: absolute;
  margin-top: -32px;
}
.landmarkProjects .slider-nav .slick-slide .svg-1 path {
  transition: 0.6s;
  transform: translateY(20px);
  stroke: var(--clr-neutral-600);
  stroke-width: 1px;
  d: path("M0 6H132.375L180.5 2.5L230.431 6H353");
}
.landmarkProjects .slider-nav .slick-slide h3 {
  text-align: center;
  padding: 10px 0;
  font-weight: var(--fw-semi-bold);
  border-right: 1px solid var(--clr-neutral-600);
}
.landmarkProjects .slider-nav .slick-slide.slick-current {
  color: var(--clr-neutral-100);
}
.landmarkProjects .slider-nav .slick-slide.slick-current .svg-1 path {
  transition: 0.6s;
  stroke: var(--clr-accent-300);
  stroke-width: 2px;
  transform: translateY(0px);
  d: path("M0 26H132.375L181.403 2L230.431 26H353");
}

.team {
  position: relative;
}
.team .slick-list {
  border-right: 1px solid var(--clr-neutral-200);
  max-height: 348px !important;
}
.team .slick-list .slick-slide > div {
  margin-bottom: 0;
}
.team .slick-list .slick-slide .profile {
  border: 1px solid var(--clr-neutral-200);
  border-right: none;
}
.team .slick-list .slick-slide:last-child .profile {
  border-right: 1px solid var(--clr-neutral-200);
}

.csrPoints .box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.csrPoints .box img {
  width: 28px;
  flex-shrink: 0;
}
.csrPoints .box p {
  margin: 0;
}

.csrTeam {
  position: relative;
}
.csrTeam .slick-list {
  border-right: 1px solid var(--clr-neutral-200);
  max-height: 349px !important;
}
.csrTeam .slick-list .slick-slide > div {
  margin-bottom: 0;
}
.csrTeam .slick-list .slick-slide .profile {
  border: 1px solid var(--clr-neutral-200);
  border-right: none;
}
.csrTeam .slick-list .slick-slide:last-child .profile {
  border-right: 1px solid var(--clr-neutral-200);
}

.keyMilestones {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.keyMilestones .heading {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.keyMilestones .details {
  position: absolute;
  width: 100%;
  top: 150px;
  z-index: 2;
}
.keyMilestones .details p {
  max-width: 740px;
  width: 100%;
}
.keyMilestones video, .keyMilestones img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  top: 0;
  opacity: 0.5;
}
.keyMilestones .keyMilestonesslider-for {
  position: relative;
}
.keyMilestones .keyMilestonesslider-for::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-neutral-900);
}
.keyMilestones .keyMilestonesslider-for .slick-slide {
  height: 600px;
}
.keyMilestones .yearsWrapper {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: 100%;
}
.keyMilestones .keyMilestonesslider-nav {
  position: relative;
  font-size: var(--fs-600);
}
.keyMilestones .keyMilestonesslider-nav .slick-list {
  overflow-x: visible !important;
  overflow-y: visible !important;
  height: 100%;
}
.keyMilestones .keyMilestonesslider-nav .slick-slide {
  position: relative;
  padding: 10px 0;
  color: var(--clr-neutral-600);
  cursor: pointer;
}
.keyMilestones .keyMilestonesslider-nav .slick-slide::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--clr-neutral-600);
  margin-left: 10px;
}
.keyMilestones .keyMilestonesslider-nav .slick-slide::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--clr-neutral-100);
  top: 0;
  margin-left: 10px;
  transition: all 0.3s;
}
.keyMilestones .keyMilestonesslider-nav .slick-slide:last-child::before {
  display: none;
}
.keyMilestones .keyMilestonesslider-nav .slick-slide h3 {
  text-align: left;
  padding: 20px 0;
  font-weight: var(--fw-semi-bold);
  transition: all 0.3s;
}
.keyMilestones .keyMilestonesslider-nav .slick-slide.slick-current, .keyMilestones .keyMilestonesslider-nav .slick-slide:hover {
  color: var(--clr-neutral-100);
}
.keyMilestones .keyMilestonesslider-nav .slick-slide.slick-current::after, .keyMilestones .keyMilestonesslider-nav .slick-slide:hover::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--clr-neutral-100);
  top: 0;
  margin-left: 10px;
  border: 3px solid var(--clr-accent-300);
}

.awards {
  position: relative;
  position: relative;
  background: url("../images/backgrounds/bg3.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.awards .box {
  position: relative;
  padding: 30px 10px;
  background: var(--clr-neutral-800);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  gap: 20px;
  min-height: 270px;
}
.awards .box img {
  width: -moz-fit-content;
  width: fit-content;
  height: 120px;
}
.awards .box h4 {
  position: relative;
  text-align: center;
  color: var(--clr-neutral-100);
  font-size: var(--fs-300);
  font-weight: var(--fw-semi-bold);
}

.contactDetails {
  position: relative;
}
.contactDetails .box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1.5px solid var(--clr-accent-300);
  padding: 25px 15px;
  border-radius: 15px;
  height: 100%;
}
.contactDetails .box img {
  width: 40px;
}
.contactDetails .box p {
  font-size: var(--fs-400);
}

.location {
  position: relative;
  background: url("../images/backgrounds/location.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.location .locationListBox {
  min-width: 545px;
  max-width: 545px;
}
@media (max-width: 70em) {
  .location .locationListBox {
    min-width: 100%;
    max-width: 100%;
  }
}
.location .mapImage, .location .mapwrapper {
  min-width: 480px;
  max-width: 480px;
}
@media (max-width: 70em) {
  .location .mapImage, .location .mapwrapper {
    display: none;
  }
}
.location::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--clr-neutral-900);
  opacity: 0.25;
}
.location .tabWrapper .btn {
  color: var(--clr-neutral-200);
}
.location .tabWrapper .btn:hover {
  color: var(--clr-neutral-100);
}
.location .tabWrapper .active {
  color: var(--clr-neutral-100);
}
.location .box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 20px;
}
.location .box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.location .box ul li {
  cursor: pointer;
}
@media (max-width: 80em) {
  .location .box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.location .box .locationPin {
  position: absolute;
  width: 22px;
  height: 24px;
}
.location .box .locationPin img {
  filter: grayscale(100%);
}
.location .box .locationPin .address {
  position: absolute;
  width: 200px;
  padding: 10px;
  background: var(--clr-neutral-100);
  border-radius: 10px;
  box-shadow: 0px 20px 40px 3px rgba(0, 0, 0, 0.25);
  bottom: 30px;
  right: -25px;
  z-index: 3;
  display: none;
  cursor: default;
}
.location .box .locationPin .address .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--clr-accent-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-neutral-100);
  right: -10px;
  top: -10px;
  cursor: pointer;
  transition: all 0.3s;
}
.location .box .locationPin .address .close:hover {
  transform: rotate(90deg);
}
@media (max-width: 70em) {
  .location .box .locationPin {
    width: calc(100% - 60px);
    left: 0px !important;
    top: 0 !important;
  }
  .location .box .locationPin img {
    display: none;
  }
  .location .box .locationPin .address {
    width: 100% !important;
  }
}
.location .box .listItem {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.location .box .listItem img {
  width: 25px;
}
.location .box .listItem h4 {
  font-size: var(--fs-400);
  color: var(--clr-neutral-100);
  font-weight: var(--fw-semi-bold);
}
.location .box .listItem h5 {
  font-size: var(--fs-200);
  color: var(--clr-neutral-100);
  font-weight: var(--fw-regular);
}
.location .box .activeLocation img {
  filter: grayscale(0);
}
.location .box .activeLocation .address {
  display: block;
}
.location .box .activeLocation .listItem h4 {
  color: var(--clr-accent-100);
}
.location .box .activeLocation .listItem h5 {
  color: var(--clr-accent-100);
}
.location .box [role=Delhi] {
  left: 730px;
  top: 10px;
}
.location .box [role=Chennai] {
  left: 770px;
  top: 286px;
}
.location .box [role=Guwahati] {
  left: 937px;
  top: 40px;
}
.location .box [role=Bangalore] {
  left: 730px;
  top: 286px;
}
.location .box [role=Noida] {
  left: 740px;
  top: 20px;
}
.location .box [role=Kolkata] {
  left: 910px;
  top: 110px;
}
.location .box [role=Bhubneshwar] {
  left: 872px;
  top: 140px;
}
.location .box [role=Patna] {
  left: 883px;
  top: 57px;
}
.location .box [role=Medinipore] {
  left: 891px;
  top: 111px;
}
.location .box [role=Odisha] {
  left: 855px;
  top: 144px;
}
.location .box [role=Bokaro] {
  left: 849px;
  top: 104px;
}
.location .box [role=Rohtash] {
  left: 829px;
  top: 42px;
}
.location .box [role=Dalmiapuram] {
  left: 745px;
  top: 327px;
}
.location .box [role=Kadappa] {
  left: 762px;
  top: 250px;
}
.location .box [role=Ariyalur] {
  left: 751px;
  top: 301px;
}
.location .box [role=Belgavi] {
  left: 674px;
  top: 213px;
}
.location .box [role=Umrangso] {
  left: 939px;
  top: 39px;
}
.location .box [role=Chandrapur] {
  left: 744px;
  top: 142px;
}
.location .box [role=KCMW] {
  left: 864px;
  top: 118px;
}
.location .box [role=Lumshnong] {
  left: 973px;
  top: 50px;
}
.location .box [role=Lanka] {
  left: 979px;
  top: 28px;
}
.location .box [role=Lanka] {
  left: 979px;
  top: 28px;
}
.location .box [role=JagiRoad] {
  left: 962px;
  top: 28px;
}
.location .box [role=Sattur] {
  left: 720px;
  top: 301px;
}

.contactForm {
  position: relative;
}
.contactForm form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 15px;
}
.contactForm form .textarea {
  grid-row: span 4;
}
.contactForm form .buttonDiv {
  text-align: right;
  grid-column: 2/3;
}

.media {
  position: relative;
}
.media .mediaWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(160px, auto);
  grid-gap: 15px;
}
@media (max-width: 50em) {
  .media .mediaWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .media .mediaWrapper .box {
    grid-column: 1/2 !important;
    grid-row: span 2;
  }
}
.media .mediaWrapper .box {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  padding: 40px;
  overflow: hidden;
}
.media .mediaWrapper .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s;
}
.media .mediaWrapper .box .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-neutral-900);
  opacity: 0.4;
}
.media .mediaWrapper .box:hover .bg {
  transform: scale(1.2);
}
.media .mediaWrapper .box button {
  font-size: var(--fs-600);
  text-transform: none;
}
.media .mediaWrapper .box:nth-child(1) {
  grid-column: 1/3;
  grid-row: span 2;
}
.media .mediaWrapper .box:nth-child(2) {
  grid-column: 3/6;
  grid-row: span 2;
}
.media .mediaWrapper .box:nth-child(3) {
  grid-column: 1/4;
  grid-row: span 2;
}
.media .mediaWrapper .box:nth-child(4) {
  grid-column: 4/6;
}
.media .mediaWrapper .box:nth-child(5) {
  grid-column: 4/6;
}

.pressKit .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pressKit .wrapper li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  gap: 20px;
  align-items: center;
}
.pressKit .wrapper li p {
  margin: 0;
}
.pressKit .wrapper .buttonExplore {
  margin: 0;
}
.pressKit .wrapper .buttonExplore a {
  font-size: 12px !important;
}

.wwaCircles .circle {
  position: relative;
  height: auto;
  padding-top: calc(100% - 60px);
  border-radius: 100%;
  margin: 0 30px;
  outline-offset: -20px;
  display: block;
}
.wwaCircles .circle h4 {
  position: absolute;
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-600);
  color: var(--clr-neutral-900);
  top: 50%;
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.wwaCircles .circle[color=green] {
  outline: 20px solid var(--clr-green-400);
}
.wwaCircles .circle[color=primary-100] {
  outline: 20px solid var(--clr-primary-100);
}
.wwaCircles .circle[color=accent-200] {
  outline: 20px solid var(--clr-accent-200);
}
.wwaCircles .circle[color=neutral-800] {
  outline: 20px solid var(--clr-neutral-800);
}
.wwaCircles .circle[color=primary-400] {
  outline: 20px solid var(--clr-primary-400);
}
.wwaCircles .circle[color=accent-300] {
  outline: 20px solid var(--clr-accent-300);
}
.wwaCircles .circle[color=clr-accent-400] {
  outline: 20px solid var(--clr-accent-400);
}
.wwaCircles .circle[color=primary-300] {
  outline: 20px solid var(--clr-primary-300);
}

.wwaCircles2 .circle {
  position: relative;
  height: auto;
  width: calc(100% - 60px);
  padding-top: calc(100% - 60px);
  border-radius: 100%;
  margin: 0 30px;
  outline-offset: -20px;
  display: block;
}
.wwaCircles2 .circle h4 {
  position: absolute;
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-600);
  color: var(--clr-neutral-900);
  top: 50%;
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.wwaCircles2 .circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  stroke-width: 13;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  stroke-linecap: butt;
  transition: all 2s ease-out;
}
.wwaCircles2 .circle svg rect {
  x: 5px;
  y: 7px;
  width: calc(100% - 10px);
  height: calc(100% - 15px);
}
.wwaCircles2 .circle[color=green] {
  stroke: var(--clr-green-400);
}
.wwaCircles2 .circle[color=primary-100] {
  stroke: var(--clr-primary-100);
}
.wwaCircles2 .circle[color=accent-200] {
  stroke: var(--clr-accent-200);
}
.wwaCircles2 .circle[color=neutral-800] {
  stroke: var(--clr-neutral-800);
}
.wwaCircles2 .circle[color=primary-400] {
  stroke: var(--clr-primary-400);
}
.wwaCircles2 .circle[color=accent-300] {
  stroke: var(--clr-accent-300);
}
.wwaCircles2 .circle[color=clr-accent-400] {
  stroke: var(--clr-accent-400);
}
.wwaCircles2 .circle[color=primary-300] {
  stroke: var(--clr-primary-300);
}
.wwaCircles2.aos-animate .slick-active svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 10;
}

.boxImgLink {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 70%;
  background-color: var(--clr-neutral-900);
  color: var(--clr-neutral-100);
  overflow: hidden;
  cursor: pointer;
}
.boxImgLink[role=square] {
  padding-top: 100%;
}
.boxImgLink[height=fixed] {
  padding-top: 260px;
}
.boxImgLink .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
  transition: all 0.3s;
}
.boxImgLink h2 {
  position: absolute;
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-700);
  top: 50%;
  color: var(--clr-neutral-100);
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.boxImgLink h3 {
  position: absolute;
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-650);
  top: 50%;
  color: var(--clr-neutral-100);
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 50em) {
  .boxImgLink h3 {
    font-size: var(--fs-500);
    width: auto;
  }
}
.boxImgLink:hover .imgbg {
  opacity: 0.2;
  transform: scale(1.1);
}

.LearnAboutProduct {
  position: relative;
}
.LearnAboutProduct .slick-list {
  overflow: visible !important;
}
.LearnAboutProduct .link {
  position: relative;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  border-radius: 15px;
  border: 2px solid var(--clr-accent-200);
  height: 180px;
  margin-right: 10px;
  transition: all 0.3s;
}
.LearnAboutProduct .link[margin=none] {
  margin-right: 5px;
}
.LearnAboutProduct .link img {
  width: auto;
  height: 80px;
}
.LearnAboutProduct .link h3 {
  position: relative;
  text-align: center;
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-900);
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}
.LearnAboutProduct .link:hover {
  transform: scale(1.1);
}

.productBox {
  position: relative;
  padding: 60px;
  display: flex;
}
.productBox img {
  height: 250px;
}
@media (max-width: 50em) {
  .productBox {
    gap: 2em;
    flex-direction: column;
    align-items: center;
  }
}

.videoBox {
  position: relative;
  width: 100%;
  background-size: cover;
  padding-top: 25%;
}
@media (max-width: 50em) {
  .videoBox {
    padding-top: 35%;
  }
}
.videoBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--clr-neutral-900);
  opacity: 0.4;
}
.videoBox .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoBox h1 {
  position: relative;
  font-size: var(--fs-700);
  font-weight: var(--fw-bold);
  color: var(--clr-neutral-100);
  z-index: 2;
  padding-bottom: 50px;
}
@media (max-width: 50em) {
  .videoBox h1 {
    font-size: var(--fs-600);
    padding-bottom: 20px;
  }
}

.BuildingExplained {
  position: relative;
}
.BuildingExplained .slider {
  margin-bottom: 0;
}
.BuildingExplained .slider .slick-dots {
  bottom: 5px !important;
}
.BuildingExplained .slider .slick-dots button, .BuildingExplained .slider .slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.BuildingExplained .wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.BuildingExplained .wrapper > .videoBox {
  width: 67% !important;
}
.BuildingExplained .wrapper > .legalBlog {
  position: relative;
  width: 33%;
}
@media (max-width: 50em) {
  .BuildingExplained .wrapper {
    gap: 2em;
    flex-direction: column;
  }
  .BuildingExplained .wrapper > .videoBox {
    width: 100% !important;
    padding-top: 50%;
  }
  .BuildingExplained .wrapper > .legalBlog {
    width: 100% !important;
  }
}

@media (max-width: 50em) {
  .blogs .even-3-columns, .blogBox .even-3-columns {
    gap: 20px;
  }
}
.blogs .details, .blogBox .details {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.blogs .details .buttonExplore, .blogBox .details .buttonExplore {
  margin-top: auto;
}

.solutionSlider {
  position: relative;
}
.solutionSlider .box {
  position: relative;
  display: flex;
  padding: 20px 15px;
  margin-right: 10px;
  flex-direction: column;
  align-items: center;
  background: var(--clr-neutral-800);
  gap: 20px;
}
.solutionSlider .box h3 {
  position: relative;
  text-align: center;
  font-size: var(--fs-500);
  color: var(--clr-accent-300);
  font-weight: var(--fw-semi-bold);
  text-transform: uppercase;
  height: 45px;
  display: flex;
  align-items: center;
}
.solutionSlider .box ul {
  width: 100%;
}
.solutionSlider .box li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid var(--clr-neutral-600);
}
.solutionSlider .box li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: var(--clr-accent-300);
  transition: all 0.3s;
}
.solutionSlider .box li a {
  color: var(--clr-neutral-100);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  transition: all 0.3s;
}
.solutionSlider .box li:hover::after {
  width: 100%;
}
.solutionSlider .box li:hover a {
  color: var(--clr-accent-100);
}

.careerBox {
  position: relative;
  padding-top: 120%;
  display: block;
  overflow: hidden;
}
.careerBox[height=small] {
  padding-top: 110%;
}
.careerBox .bgImg {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  transition: all 0.6s;
}
.careerBox .bgImg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4262079832) 100%);
}
.careerBox h3 {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
}
.careerBox:hover .bgImg {
  transform: scale(1.1);
}

.careerBox2 {
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  background: var(--clr-primary-300);
  font-size: var(--fs-500);
  text-decoration: none;
  font-weight: var(--fs-semi-bold);
  color: var(--clr-accent-100);
  gap: 30px;
}
.careerBox2 img {
  height: 80px;
  z-index: 2;
}
.careerBox2 h3 {
  z-index: 2;
}
.careerBox2[color=orange] {
  background: var(--clr-accent-300);
}
.careerBox2[color=green] {
  background: var(--clr-green-500);
}
.careerBox2::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--clr-neutral-900);
  opacity: 0.3;
  transition: all 0.3s;
}
.careerBox2:hover::before {
  width: 100%;
}

.careersSearch ul {
  position: relative;
  padding: 10px 25px;
  border: 1px solid var(--clr-neutral-400);
  border-radius: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 50em) {
  .careersSearch ul {
    flex-direction: column;
  }
}
.careersSearch ul label {
  position: relative;
  font-size: var(--fs-400);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-900);
}
.careersSearch ul input, .careersSearch ul select, .careersSearch ul .select2-selection--single {
  border: none;
  padding: 10px 0;
  position: relative;
  width: 100%;
  height: 49px;
  outline: 0px;
  font-size: var(--fs-500);
  transition: all 0.3s;
}
.careersSearch ul .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.careersSearch ul .select2-selection__arrow {
  display: none;
}
.careersSearch ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.careersSearch ul li:first-child {
  border-right: 1px solid var(--clr-neutral-400);
}
.careersSearch ul li > div {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 50em) {
  .careersSearch ul li:first-child {
    border-right: none;
    border-bottom: 1px solid var(--clr-neutral-400);
    padding-bottom: 10px;
  }
}
.careersSearch ul button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: 10px;
  font-size: 20px !important;
}

.careerProgress .slick-dots {
  text-align: left !important;
}
@media (max-width: 50em) {
  .careerProgress .slick-dots {
    text-align: center !important;
  }
}
.careerProgress .slick-arrow {
  display: none !important;
}

.careerProgressBox {
  position: relative;
  display: flex !important;
  justify-content: space-between;
}
.careerProgressBox .slick-arrow {
  display: block !important;
}
@media (max-width: 50em) {
  .careerProgressBox {
    flex-direction: column;
    align-items: center !important;
  }
  .careerProgressBox .careerProgressTimeline {
    width: 95% !important;
  }
}
.careerProgressBox .careerProgressTimeline {
  position: relative;
  display: flex !important;
  align-items: flex-start;
  width: 70%;
  padding: 0 20px;
}
.careerProgressBox .careerProgressTimeline .slide-arrow {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--clr-neutral-600);
  color: var(--clr-accent-300);
}
.careerProgressBox .careerProgressTimeline .prev-arrow[role=outside] {
  left: 0px !important;
  margin-top: 5px !important;
}
.careerProgressBox .careerProgressTimeline .next-arrow[role=outside] {
  right: -10px !important;
  margin-top: 5px !important;
}
.careerProgressBox .careerProgressTimeline .slick-disabled {
  color: var(--clr-neutral-200);
  border: 1px solid var(--clr-neutral-200);
  cursor: default;
}
.careerProgressBox .careerProgressTimeline .box {
  position: relative;
  border-left: 1px solid var(--clr-neutral-900);
  padding: 15px;
  display: flex !important;
  flex-direction: column-reverse;
  height: 100px;
}
.careerProgressBox .careerProgressTimeline .box h2 {
  position: relative;
  font-size: var(--fs-600);
  font-weight: var(--fw-bold);
}
.careerProgressBox .careerProgressTimeline .box p {
  font-size: var(--fs-300) !important;
  margin-top: 0 !important;
}
.careerProgressBox .careerProgressTimeline .slick-slider .slick-track, .careerProgressBox .careerProgressTimeline .slick-list {
  height: 200px !important;
}
.careerProgressBox .careerProgressTimeline .slick-slide:nth-child(odd) .box {
  margin-top: 0;
  border-bottom: 2px solid var(--clr-neutral-900);
}
.careerProgressBox .careerProgressTimeline .slick-slide:nth-child(even) .box {
  margin-top: 97.5px;
  border-top: 2px solid var(--clr-neutral-900);
  flex-direction: column;
}
@media (max-width: 50em) {
  .careerProgressBox .careerProgressTimeline .slick-slide:nth-child(even) .box {
    margin-top: 0;
    border-top: 0;
    border-bottom: 2px solid var(--clr-neutral-900);
    flex-direction: column-reverse;
  }
}
.careerProgressBox .progressProfile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.careerProgressBox .progressProfile img {
  position: relative;
  max-width: 150px;
  float: right;
}
.careerProgressBox .progressProfile .details {
  position: relative;
}
.careerProgressBox .progressProfile h3 {
  position: relative;
  text-align: right;
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
  padding-top: 10px;
}
.careerProgressBox .progressProfile p {
  margin-top: 0px;
  text-align: right;
  font-size: var(--fs-300);
}

.numberoftalents .wrapper {
  display: flex;
}
.numberoftalents .wrapper div:first-child {
  min-width: 145px;
  text-align: center;
}
@media (max-width: 50em) {
  .numberoftalents .wrapper {
    flex-direction: column;
  }
  .numberoftalents .wrapper div:first-child {
    width: 100%;
  }
}

.voice {
  position: relative;
}
.voice ul {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  transition: 0.3s !important;
}
@media (max-width: 50em) {
  .voice ul {
    gap: 5px;
  }
}
.voice ul .voiceBox {
  position: relative;
  height: 400px;
  display: flex;
  width: 6%;
  align-items: center;
  justify-content: flex-end;
  background-color: #ff8b8b;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  background-position: -115px center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 50em) {
  .voice ul .voiceBox {
    width: 4%;
  }
}
.voice ul .voiceBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(111deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 70%);
}
.voice ul .voiceBox .details {
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  width: 60%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 0 40px;
  color: var(--clr-neutral-100);
}
.voice ul .voiceBox .details p {
  font-size: var(--fs-500);
  color: var(--clr-neutral-100);
}
.voice ul .voiceBox .details h2 {
  font-size: var(--fs-600);
  color: var(--clr-neutral-100);
  font-weight: var(--fw-semi-bold-600);
  margin-top: 20px;
}
@media (max-width: 50em) {
  .voice ul .voiceBox .details {
    width: 100%;
    padding: 0 10px;
  }
}
.voice ul .voiceBox:nth-child(even) {
  height: 300px;
  background-position: -85px center;
}
.voice ul .voiceBox.active {
  width: 70%;
  height: 400px;
  background-position: left center;
  cursor: auto;
}
@media (max-width: 50em) {
  .voice ul .voiceBox.active {
    width: 80%;
  }
}
.voice ul .voiceBox.active::before {
  background: linear-gradient(111deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 70%);
}
.voice ul .voiceBox.active .details {
  opacity: 1;
  transition-delay: 800ms;
}

.quotes .text {
  position: relative;
  width: 100%;
  padding-left: 80px;
}
.quotes .text::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 10px;
  background: url("../images/icons/right-quote.svg");
  background-size: contain;
  background-position: top left;
}
.quotes .text p {
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
}
.quotes .text h2 {
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-accent-300);
  margin-top: 30px;
}
.quotes .text h4 {
  font-size: var(--fs-300);
  font-weight: var(--fw-semi-bold-600);
}
.quotes img {
  position: relative;
  max-width: 400px;
  height: auto;
}

.gallery {
  position: relative;
  /* Filter buttons */
}
.gallery #buttons {
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;
}
.gallery button {
  position: relative;
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-400);
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  border: none;
  background: transparent;
  padding: 0;
  margin: 10px;
  cursor: pointer;
}
.gallery button::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--clr-accent-300);
  transition: all 0.2s;
}
.gallery button:hover, .gallery button.active {
  color: var(--clr-neutral-900);
}
.gallery button:hover::after, .gallery button.active::after {
  width: 100%;
}
.gallery .galleryWrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gallery .galleryWrapper img {
  position: relative;
  width: min(260px, 45%);
}

img.vbox-figlio {
  margin: auto !important;
}

.Associations {
  position: relative;
  display: flex;
  gap: 10px;
}
.Associations .item {
  position: relative;
  margin-right: 10px !important;
  outline: 1px solid var(--clr-accent-300);
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline-offset: -8px;
}

.awardWHiteBox {
  position: relative;
  padding: 30px;
  background: var(--clr-neutral-100);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  gap: 20px;
  min-height: 270px;
  box-shadow: 2px 14px 17px rgba(0, 0, 0, 0.25);
}
.awardWHiteBox img {
  width: -moz-fit-content;
  width: fit-content;
  height: 120px;
}
.awardWHiteBox h4 {
  position: relative;
  text-align: center;
  color: var(--clr-neutral-900);
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold);
}

.jobOpeningJob {
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--clr-neutral-400);
  color: var(--clr-neutral-900);
}
.jobOpeningJob h2 {
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold-600);
}
.jobOpeningJob h4 {
  font-size: var(--fs-200);
  font-weight: var(--fw-semi-bold);
  margin-bottom: 20px;
}
.jobOpeningJob .buttonExplore {
  margin-top: auto;
}

.productTestimonialsDetails {
  position: relative;
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.productTestimonialsDetails .quote {
  position: relative;
  max-width: 600px;
  color: var(--clr-neutral-200);
  text-align: center;
  margin-top: 30px;
}
.productTestimonialsDetails .quote::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -60px;
  top: -30px;
  background: url("../images/icons/right-quote.svg");
  background-size: contain;
  background-position: top left;
}
.productTestimonialsDetails .quoteprofile {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.productTestimonialsDetails .photo {
  position: relative;
  width: 70px !important;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.productTestimonialsDetails .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productTestimonialsDetails h3 {
  position: relative;
  text-align: center;
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-accent-100);
  margin-top: 20px;
}
.productTestimonialsDetails h4 {
  position: relative;
  text-align: center;
  font-size: var(--fs-500);
  color: var(--clr-neutral-400);
}

.stockWatch {
  position: relative;
}
.stockWatch .tab {
  margin-bottom: 15px !important;
}
.stockWatch .btn {
  font-weight: var(--fw-semi-bold);
  color: var(--clr-neutral-200) !important;
  transition: all 0.3s;
}
.stockWatch .btn::after {
  display: none;
}
.stockWatch .active {
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-accent-300) !important;
}

.homePressCentre .item {
  padding-right: 15px !important;
}

.wordCloudWrapper {
  position: relative;
  overflow: hidden;
  height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.wordCloud {
  position: absolute;
  max-width: 2587px;
  animation: wordCloudAnimation 3s infinite ease-in-out;
}

@keyframes wordCloudAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.financialResult {
  position: relative;
}
.financialResult h3 {
  position: relative;
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-900);
  border-bottom: 1px solid var(--clr-neutral-900);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.financialResult .reportList {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: var(--fs-600);
  color: var(--clr-neutral-800);
  gap: 20px;
}

.governanceBox {
  position: relative;
  display: flex;
  padding: 15px;
  border-radius: 15px;
  border: 1.5px solid var(--clr-primary-300);
  gap: 20px;
  align-items: flex-start;
}
.governanceBox svg {
  width: 300px;
}
.governanceBox p {
  margin-top: 5px;
}

.irCalenar {
  padding: 15px 25px 25px;
  border-radius: 15px;
  border: 1.5px solid var(--clr-primary-300);
}
.irCalenar h4 {
  position: relative;
  font-size: var(--fs-400);
  color: var(--clr-neutral-900);
  font-weight: var(--fw-semi-bold-600);
}
.irCalenar p {
  margin-top: 10px;
}

.stock-info-and-resources {
  position: relative;
  padding: 40px;
  color: var(--clr-neutral-100);
  display: flex;
  flex-direction: column;
  background-size: cover;
}
.stock-info-and-resources h2 {
  position: relative;
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-neutral-100);
}
.stock-info-and-resources p {
  margin-bottom: 20px;
}
.stock-info-and-resources::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
.stock-info-and-resources .buttonExplore {
  margin-top: auto;
}

.benefits {
  position: relative;
}
.benefits .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits .box img {
  height: 75px;
}
.benefits .box p {
  text-align: center;
}

.searchResults {
  margin-top: 40px;
}
.searchResults a {
  position: relative;
  font-size: var(--fs-650);
  font-weight: var(--fw-semi-bold-600);
  text-decoration: none;
  color: var(--clr-primary-200);
}
.searchResults p {
  margin-top: 10px;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.searchResults li {
  border-bottom: 1px solid var(--clr-neutral-200);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.productRange {
  position: relative;
  border: 1px solid var(--clr-neutral-400);
  padding: 20px;
  border-radius: 15px;
}
.productRange p {
  margin-top: 10px;
}

.single-product-page {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2em;
}
@media (max-width: 50em) {
  .single-product-page {
    grid-template-columns: 1fr;
  }
}
.single-product-page .side {
  max-width: 373px;
  padding: 30px 20px;
  border-radius: 15px;
  border: 1px solid var(--clr-accent-300);
  top: 0 !important;
}
@media (max-width: 50em) {
  .single-product-page .side {
    max-width: 100%;
  }
}
.single-product-page #contentholder {
  position: relative;
}
.single-product-page .sidebarfixed {
  position: fixed !important; /*sometime browser overrides the class. so we put important */
  top: 0;
}
@media (max-width: 50em) {
  .single-product-page .sidebarfixed {
    position: relative !important;
    top: 30px !important;
  }
}

.featuresList {
  position: relative;
  display: flex;
  list-style: none;
  counter-reset: num;
  flex-direction: column;
  gap: 15px;
}
.featuresList li {
  position: relative;
  counter-increment: num;
  padding-left: 30px;
}
.featuresList li::before {
  position: absolute;
  content: counter(num) ". ";
  font-size: var(--fs-600);
  font-weight: var(--fw-bold);
  color: var(--clr-accent-300);
  margin-left: -25px;
}
.featuresList h2 {
  position: relative;
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold-600);
  color: var(--clr-accent-300);
}
.featuresList p {
  position: relative;
  margin: 0;
}

.Ethicshelpline li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  gap: 10px;
}
.Ethicshelpline li h3 {
  font-weight: 700;
}
.Ethicshelpline li p {
  margin: 0;
}
@media (max-width: 50em) {
  .Ethicshelpline li {
    position: relative;
  }
  .Ethicshelpline li h3 {
    font-size: 10px;
  }
  .Ethicshelpline li p {
    font-size: 10px;
  }
}

.supply-chain-accordion {
  position: relative;
}
.supply-chain-accordion .tabAccHeader {
  display: flex;
  align-items: center;
  gap: 30px;
}
.supply-chain-accordion .tabAccHeader img {
  height: 50px;
}
.supply-chain-accordion .tabAccHeader h2 {
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold-600);
}

.strategiesBox {
  position: relative;
  display: flex;
}
.strategiesBox .num {
  position: relative;
  min-width: 60px;
  height: 60px;
  background-color: var(--clr-primary-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-700);
  color: var(--clr-neutral-100);
}
.strategiesBox .details {
  position: relative;
  width: auto;
  padding: 15px;
  border: 1px solid var(--clr-primary-400);
}
.strategiesBox .details p {
  font-size: var(--fs-400);
}

.foundation {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.csr-borderBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 165px;
  border: 2px solid var(--clr-primary-400);
}
.csr-borderBox[borderClr=green] {
  border: 2px solid var(--clr-green-500);
}
.csr-borderBox[borderClr=orange] {
  border: 2px solid var(--clr-accent-300);
}

.waterMain {
  background-color: #00324C;
}
.waterMain::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background: rgb(0, 50, 76);
  background: linear-gradient(180deg, rgba(0, 50, 76, 0) 0%, rgb(0, 50, 76) 80%);
  margin-top: -250px;
  left: 0;
}
.waterMain [list=box] li::before {
  background: var(--clr-primary-200) !important;
}

.circularEconomyMain {
  background-image: url(../images/esg/circular_economy/banner.jpg);
  background-position: center top;
  background-size: cover;
}

.climateChangeMain {
  background-image: url(../images/esg/climate-change/banner.jpg);
  background-position: center top;
  background-size: cover;
}
.climateChangeMain .governance {
  position: relative;
  display: flex;
  gap: 40px;
}
@media (max-width: 50em) {
  .climateChangeMain .governance {
    flex-direction: column;
  }
}
.climateChangeMain .governance li {
  position: relative;
  padding: 30px;
  border: 1px solid var(--clr-neutral-100);
  border-radius: 20px;
  flex: 1 1;
}
.climateChangeMain .governance li::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url("../images/esg/climate-change/arrow-right.svg");
  background-position: center center;
  background-size: contain;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 50em) {
  .climateChangeMain .governance li::after {
    rotate: 90deg;
    bottom: -37px;
    top: auto;
    right: 50%;
  }
}
.climateChangeMain .governance li:last-child::after {
  display: none;
}
.climateChangeMain .governance li p {
  margin: 0;
  font-weight: 400 !important;
  font-size: 14px;
}

.otherInitiativeseMain {
  background-color: #304A19;
}
.otherInitiativeseMain::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 100%;
  background: rgb(0, 50, 76);
  background: linear-gradient(180deg, rgba(48, 74, 25, 0) 0%, rgb(48, 74, 25) 80%);
  margin-top: -300px;
  left: 0;
}

.biodiversityManagementMain {
  background: linear-gradient(180deg, #7cc13e 0%, #119844 100%);
}
.biodiversityManagementMain::before {
  content: "";
  position: absolute;
  height: 270px;
  width: 100%;
  background: url("../images/esg/biodiversity-management/top.png");
  background-position: top center;
  background-size: cover;
  margin-top: -320px;
  left: 0;
}
.biodiversityManagementMain [list=box] li::before {
  background: var(--clr-green-200) !important;
}

.miningOperationseMain {
  background-image: url(../images/esg/sustainable-mining-operations/banner.jpg);
  background-position: center top;
  background-size: cover;
}

.renewableEnergyMain {
  background-color: rgb(0, 27, 37);
}
.renewableEnergyMain::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background: rgb(0, 27, 37);
  background: linear-gradient(180deg, rgba(0, 27, 37, 0) 0%, rgb(0, 27, 37) 80%);
  margin-top: -250px;
  left: 0;
}
.renewableEnergyMain [list=box] li::before {
  background: var(--clr-primary-200) !important;
}

.energyManagementMain {
  background-color: rgb(0, 22, 14);
}
.energyManagementMain::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background: rgb(0, 22, 14);
  background: linear-gradient(180deg, rgba(0, 22, 14, 0) 0%, rgb(0, 22, 14) 80%);
  margin-top: -250px;
  left: 0;
}
.energyManagementMain [list=box] li::before {
  background: var(--clr-accent-200) !important;
}

.electricVehicleMain {
  background-color: rgb(9, 12, 14);
}
.electricVehicleMain::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background: rgb(9, 12, 14);
  background: linear-gradient(180deg, rgba(9, 12, 14, 0) 0%, rgb(9, 12, 14) 80%);
  margin-top: -250px;
  left: 0;
}
.electricVehicleMain [list=box] li::before {
  background: var(--clr-accent-200) !important;
}
.electricVehicleMain svg .exiting, .electricVehicleMain svg .oct, .electricVehicleMain svg .jan, .electricVehicleMain svg .apr, .electricVehicleMain svg .jul, .electricVehicleMain svg .oct2, .electricVehicleMain svg .jan2 {
  display: block;
  y: 588px;
  width: 152px;
  height: 0px;
  fill: #0DAF44;
  transition: all 0.7s 1s;
}
.electricVehicleMain svg .greenjan, .electricVehicleMain svg .greenapr, .electricVehicleMain svg .greenjul {
  display: block;
  y: 588px;
  width: 152px;
  height: 0px;
  fill: #83F140;
  transition: all 0.7s 1.5s;
}
.electricVehicleMain svg .vehicle1 {
  transform: translateX(-600px);
  transition: all 2s 2s;
}
.electricVehicleMain svg .vehicle2 {
  transform: translateX(-1200px);
  transition: all 5s 3s;
}
.electricVehicleMain svg .st0, .electricVehicleMain svg .st1, .electricVehicleMain svg .st2, .electricVehicleMain svg .st9, .electricVehicleMain svg image {
  opacity: 0;
  transition: all 2s 2s;
}
.electricVehicleMain .aos-animate .exiting {
  y: 542px;
  height: 46px;
}
.electricVehicleMain .aos-animate .oct {
  y: 443px;
  height: 145px;
}
.electricVehicleMain .aos-animate .jan {
  y: 413px;
  height: 175px;
}
.electricVehicleMain .aos-animate .apr {
  y: 356px;
  height: 232px;
}
.electricVehicleMain .aos-animate .jul {
  y: 356px;
  height: 232px;
}
.electricVehicleMain .aos-animate .oct2 {
  y: 271px;
  height: 317px;
}
.electricVehicleMain .aos-animate .jan2 {
  y: 184px;
  height: 404px;
}
.electricVehicleMain .aos-animate .greenjan {
  y: 529px;
  height: 59px;
}
.electricVehicleMain .aos-animate .greenapr {
  y: 504px;
  height: 84px;
}
.electricVehicleMain .aos-animate .greenjul {
  y: 504px;
  height: 84px;
}
.electricVehicleMain .aos-animate .vehicle1 {
  transform: translateX(110px);
}
.electricVehicleMain .aos-animate .vehicle2 {
  transform: translateX(0);
}
.electricVehicleMain .aos-animate .st0, .electricVehicleMain .aos-animate .st1, .electricVehicleMain .aos-animate .st2, .electricVehicleMain .aos-animate .st9, .electricVehicleMain .aos-animate image {
  opacity: 1;
}
.electricVehicleMain .truckText {
  position: relative;
  display: flex;
  gap: 100px;
}
.electricVehicleMain .truckText p {
  font-size: var(--fs-600);
}

.beforeconstructions {
  margin-left: -20px;
  max-width: calc(100% + 40px);
}
.beforeconstructions .box {
  padding-left: 20px;
}

.factslider .slick-track {
  display: flex;
}
.factslider .box {
  position: relative;
  display: block;
  padding-right: 20px;
}
.factslider .box .title {
  position: relative;
  padding: 15px;
  font-size: var(--fs-700);
  font-weight: var(--fw-bold);
  background-color: var(--clr-primary-400);
  color: var(--clr-neutral-100);
  display: flex;
  align-items: center;
  gap: 10px;
}
.factslider .box .title .circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-neutral-100);
  background: var(--clr-accent-300);
}
.factslider .box .details {
  background: var(--clr-neutral-100);
  padding: 15px;
  height: 100%;
}
.factslider .box[color=dark] .title {
  background-color: var(--clr-neutral-800);
}
.factslider .box[color=dark] .title .circle {
  color: var(--clr-neutral-100);
  background: var(--clr-accent-300);
}
.factslider .box[color=dark] .details {
  background-color: var(--clr-neutral-600);
  color: var(--clr-neutral-100);
}

.event li {
  position: relative;
  display: flex;
  gap: 20px;
}
@media (max-width: 50em) {
  .event li {
    flex-direction: column;
  }
}
.event li .eventPic {
  min-width: 250px !important;
  height: 250px;
  background-position: center center;
  background-size: cover;
}
.event li h1 {
  position: relative;
  font-weight: var(--fw-bold);
  font-size: var(--fw-semi-bold-600);
}
.event li h2 {
  position: relative;
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-400);
  color: var(--clr-accent-300);
}
.event li p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 15px;
  font-size: var(--fs-300);
  border-radius: 20px;
  background-color: var(--clr-neutral-200);
}
.event li .details {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.event li .buttonExplore {
  margin-top: auto;
}

.campaigns li {
  transition: all 0.3s;
}
.campaigns li a {
  text-align: center;
  text-decoration: none;
}
.campaigns li a h3 {
  text-align: center;
  color: var(--clr-neutral-800);
  margin-top: 5px;
}
.campaigns li:hover {
  transform: scale(1.05);
}

.sitemap {
  --item-width: 200px;
  --item-gap: 20px;
}
.sitemap a {
  position: relative;
  display: block;
  margin: auto;
  border-radius: 10px;
  text-align: left;
  max-width: 350px;
  padding: 8px 20px;
  background-color: var(--clr-neutral-100);
  font-size: var(--fs-400);
  font-weight: var(--fw-semi-bold);
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.sitemap a[text=center] {
  text-align: center;
}
.sitemap a:hover {
  transform: scale(1.05);
  z-index: 2;
}
.sitemap .start li {
  position: relative;
}
.sitemap .start ul {
  margin: 0 0 0 var(--item-gap);
  text-align: left;
}
.sitemap .start > li li:before {
  content: "";
  position: absolute;
  top: 1em;
  height: 1px;
  left: calc(-1 * var(--item-gap) / 2);
  width: calc(var(--item-gap) / 2);
  background: var(--clr-neutral-400);
}
.sitemap .start > li li:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--item-gap));
  left: calc(-1 * var(--item-gap) / 2);
  bottom: 0;
  width: 1px;
  background: var(--clr-neutral-400);
}
.sitemap .start > li li:first-child:after {
  top: calc(-1 * var(--item-gap) / 2);
}
.sitemap .start > li li:last-child:after {
  bottom: auto;
  height: calc(var(--item-gap) + 1em);
}
.sitemap .start > li li:only-child:after {
  bottom: auto;
  height: calc(var(--item-gap) / 2 + 1em);
}

.disclosures table {
  width: 100%;
  border: #fff;
}
.disclosures table td {
  border: 2px solid var(--clr-neutral-100);
  background: var(--clr-neutral-150);
}
.disclosures table .num {
  width: 50px;
  text-align: right;
  font-weight: var(--fw-semi-bold-600);
}
.disclosures table .action {
  width: 120px;
  padding: 0 20px;
}

.advisor {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.investorTypingEffect span {
  border-right: 0.05em solid;
  animation: caret 1s steps(1) infinite;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.tvcVideo {
  position: relative;
}
.tvcVideo a {
  position: absolute;
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: var(--fs-700);
  text-decoration: none;
  background: var(--clr-neutral-100);
  gap: 10px;
  margin-left: 50%;
  top: 50%;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.3s;
}
.tvcVideo a span {
  z-index: 1;
  transition: all 0.3s;
}
.tvcVideo a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: var(--clr-accent-200);
  z-index: 0;
  transition: all 0.3s;
}
.tvcVideo a:hover span {
  transform: scale(1.1);
}
.tvcVideo a:hover::before {
  left: 0;
}
.tvcVideo a img {
  width: 30px;
}
.tvcVideo .poster {
  opacity: 1;
  transition: 0.3s;
}
.tvcVideo:hover .poster {
  opacity: 0.9 !important;
}
.tvcVideo:hover a {
  transform: scale(1.1) translate(-45%, -45%);
}

.galleryVideo {
  position: relative;
}
.galleryVideo a {
  position: absolute;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: var(--fs-700);
  text-decoration: none;
  background: var(--clr-neutral-100);
  gap: 10px;
  margin-left: 50%;
  top: calc(50% - 35px);
  overflow: hidden;
  border: 0;
  cursor: pointer;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.3s;
}
.galleryVideo a span {
  z-index: 1;
  transition: all 0.3s;
}
.galleryVideo a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: var(--clr-accent-200);
  z-index: 0;
  transition: all 0.3s;
}
.galleryVideo a:hover span {
  transform: scale(1.1);
}
.galleryVideo a:hover::before {
  left: 0;
}
.galleryVideo a img {
  width: 18px;
}
.galleryVideo h2 {
  font-size: var(--fs-400);
  font-weight: var(--fw-semi-bold);
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.galleryVideo .poster {
  opacity: 1;
  transition: 0.3s;
}
.galleryVideo:hover .poster {
  opacity: 0.9 !important;
}
.galleryVideo:hover a {
  transform: scale(1.1) translate(-45%, -45%);
}

.strongRCF {
  position: relative;
}
.strongRCF .box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
  background-color: var(--clr-primary-500);
  background-position: center center;
  background-size: cover;
}
.strongRCF .box.bg1 {
  background-image: url("../images/products/rcf/bg1.jpg");
}
.strongRCF .box.bg2 {
  background-image: url("../images/products/rcf/bg2.jpg");
}
.strongRCF .box.bg3 {
  background-image: url("../images/products/rcf/bg3.jpg");
}
.strongRCF .box h2 {
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-650);
  color: var(--clr-neutral-100);
}
@media (max-width: 50em) {
  .strongRCF .box h2 {
    font-size: var(--fs-600);
  }
}
.strongRCF .box p {
  color: var(--clr-neutral-100);
}

.expertRCF {
  position: relative;
  background-color: #1A1A1A;
}
.expertRCF .box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 35px 60px;
  background-position: center center;
  background-size: cover;
}
.expertRCF .box.bg1 {
  background-image: url("../images/products/rcf/bg4.png");
}
.expertRCF .box.bg2 {
  background-image: url("../images/products/rcf/bg5.png");
}
.expertRCF .box.bg3 {
  background-image: url("../images/products/rcf/bg6.png");
}
.expertRCF .box h2 {
  font-weight: var(--fw-semi-bold-600);
  font-size: var(--fs-650);
  color: var(--clr-neutral-100);
}
@media (max-width: 50em) {
  .expertRCF .box h2 {
    font-size: var(--fs-600);
  }
}
.expertRCF .box p {
  color: var(--clr-neutral-100);
}
.expertRCF .box .galleryVideo {
  margin-top: auto;
  top: 20px;
}
.expertRCF .box .galleryVideo a {
  top: 50%;
}

#rcfModal {
  top: 30px !important;
  width: 100%;
  max-width: 1100px !important;
  transform: translateX(-50%) translateY(0%);
}
#rcfModal .container {
  position: relative;
  --max-width: 950px;
}
#rcfModal .rcfBg {
  background: url("../images/products/rcf/rcf-bg.jpg");
  background-position: center center;
  background-size: cover;
}
#rcfModal .md-content {
  color: var(--clr-neutral-900);
}
#rcfModal .md-content .buttonExplore a {
  color: var(--clr-primary-500);
}
#rcfModal .md-content .galleryVideo a {
  top: 50% !important;
}
#rcfModal .md-content > .content {
  padding: 0;
  border: 10px solid var(--clr-primary-500);
}
#rcfModal .actionButtonWrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
  padding-top: 20px;
}
#rcfModal .actionButton {
  position: relative;
  width: 190px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-neutral-100);
  text-decoration: none;
  font-weight: var(--fw-semi-bold);
  font-size: 16px;
  border-radius: 5px;
}
#rcfModal .actionButton.blue {
  background-color: var(--clr-primary-500);
}
#rcfModal .actionButton.blue:hover {
  background-color: var(--clr-primary-400);
}
#rcfModal .actionButton.orange {
  background-color: var(--clr-accent-300);
}
#rcfModal .actionButton.orange:hover {
  background-color: #ff771c;
}

.rcf_float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 90px;
  right: 40px;
  background-color: #2100b6;
  border-radius: 50px;
  border: none;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rcf_float img {
  width: 30px;
}

.my-rcf_float {
  margin-top: 12px;
}

.esgTable {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.esgTable table {
  position: relative;
  width: 100%;
}
.esgTable table thead {
  background-color: var(--clr-accent-300);
  color: var(--clr-neutral-100);
  font-size: 14px;
  font-weight: 500;
}
.esgTable table thead th {
  text-align: left;
  border: 1px solid var(--clr-accent-100);
}
.esgTable table tbody {
  font-size: 14px;
  font-weight: 500;
}
.esgTable table tbody ul {
  position: relative;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.esgTable table tbody ul li {
  position: relative;
  width: 25px;
  transition: all 0.3s;
}
.esgTable table tbody ul li a {
  text-decoration: none;
  color: var(--clr-neutral-900);
  font-size: 12px;
  font-weight: 500;
}
.esgTable table tbody ul li:hover {
  transform: scale(0.9);
}
.esgTable table td {
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
}
.esgTable table td:nth-child(2) {
  min-width: 600px;
}
.esgTable table strong {
  font-weight: var(--fw-bold);
}

.cricketContest {
  position: relative;
  padding-bottom: 170px;
}
@media (max-width: 50em) {
  .cricketContest {
    padding-bottom: 80px;
  }
}
.cricketContest::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/RCFExpertContest/bg1.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.cricketContestBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1.5px solid var(--clr-accent-300);
  padding: 35px 35px;
  border-radius: 15px;
  height: 100%;
}
.cricketContestBox p {
  text-align: justify;
}

.cricketContestForm {
  padding-bottom: 170px;
}
@media (max-width: 50em) {
  .cricketContestForm {
    padding-bottom: 80px;
  }
}
.cricketContestForm::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/RCFExpertContest/bg2.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.cricketContestForm .fs-primary-heading {
  font-size: 24px !important;
  padding-bottom: 20px;
}
.cricketContestForm .topMarginDesk {
  margin-top: 56px;
}
@media (max-width: 50em) {
  .cricketContestForm .topMarginDesk {
    margin-top: 0px;
  }
}
.cricketContestForm .buttonDiv {
  text-align: right;
  grid-column: 2/3;
}
@media (max-width: 50em) {
  .cricketContestForm .buttonDiv {
    margin-top: 30px;
  }
}
.cricketContestForm .radioWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1.5px solid var(--clr-neutral-400);
  padding: 35px 35px;
  border-radius: 15px;
  min-height: 241px;
}
.cricketContestForm .radioWrap p {
  margin-top: 0;
  padding-top: 0;
}
.cricketContestForm .radioWrap .form-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: var(--clr-neutral-600);
}
.cricketContestForm .radioWrap .form-check input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

footer {
  position: relative;
}

.footerTop {
  position: relative;
}
.footerTop .contact {
  position: relative;
}
.footerTop .contact ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerTop .contact li {
  position: relative;
  display: flex;
  color: var(--clr-neutral-100);
  font-size: var(--fs-500);
  align-items: flex-start;
  gap: 10px;
}
.footerTop .contact li i {
  position: relative;
  background: var(--clr-accent-300);
  font-size: var(--fs-400);
  min-width: 25px;
  height: 25px;
  font-size: var(--fs-300);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footerTop .contact li a {
  text-decoration: none;
  color: var(--clr-neutral-100);
}
.footerTop .links {
  position: relative;
  margin-top: var(--size-500);
}
.footerTop .links h4 {
  border-bottom: 1px solid var(--clr-neutral-100);
  padding-bottom: 10px;
}
.footerTop .links ul {
  position: relative;
  margin-top: var(--size-400);
  list-style: none;
  -moz-columns: 2;
       columns: 2;
}
.footerTop .links ul li {
  position: relative;
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 50em) {
  .footerTop .links ul li {
    width: auto;
  }
}
.footerTop .links ul li a {
  text-decoration: none;
  display: inline-block;
  color: var(--clr-neutral-100);
}
.footerTop .links ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--clr-accent-300);
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.footerTop .links ul li a:hover::after {
  width: 100%;
}

.footerBottom {
  padding: 1.5rem 0 3rem !important;
  border-top: 1px solid #210A8F;
}

.socialLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 50em) {
  .socialLink {
    justify-content: flex-start;
  }
}
.socialLink .title {
  position: relative;
  font-size: var(--fs-300);
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-100);
}
.socialLink ul {
  position: relative;
  list-style: none;
  display: flex;
  gap: 5px;
}
.socialLink ul a {
  position: relative;
  display: flex;
  width: 25px;
  height: 25px;
  text-decoration: none;
  background-color: var(--clr-neutral-100);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--clr-primary-500);
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.socialLink ul a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  left: 0;
  top: 100%;
  z-index: -1;
  background-color: var(--clr-accent-300);
  transition: all 0.3s;
}
.socialLink ul a:hover {
  color: var(--clr-neutral-100);
}
.socialLink ul a:hover::before {
  top: 0;
}
.socialLink[role=inverse] a {
  background-color: var(--clr-primary-400);
  color: var(--clr-neutral-100);
}
.socialLink[size=big] a {
  font-size: var(--fs-500) !important;
  width: 35px;
  height: 35px;
}

.shortcutFloatingLink {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  z-index: 9;
}
.shortcutFloatingLink .wrapper {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  width: 300px;
  border: 1px solid var(--clr-accent-300);
  border-radius: 100px 100px 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 50em) {
  .shortcutFloatingLink .wrapper {
    background: white;
    border-radius: 0;
    width: 100%;
  }
}
.shortcutFloatingLink .link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 8px 0;
  padding: 0px 25px;
  gap: 8px;
  text-decoration: none;
  color: var(--clr-neutral-100);
  font-size: var(--fs-400);
  background: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.shortcutFloatingLink .link:last-child {
  border: none;
}
.shortcutFloatingLink .link img {
  width: 20px;
}
.shortcutFloatingLink .link span {
  position: relative;
  transition: all 0.3s;
}
.shortcutFloatingLink .link span::before {
  content: attr(data-name);
  position: absolute;
  top: 20px;
}
.shortcutFloatingLink .link:hover {
  transform: scale(1.2);
}
.shortcutFloatingLink .link:hover span {
  margin-top: -40px;
}

/* COOKIE POPUP STYLES */
.cookie-popup {
  font-size: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  line-height: 150%;
  transition: opacity 0.5s;
  display: none;
  animation: cookie-popup-in 0.5s ease forwards;
}

.cookie-popup--short {
  right: none;
  width: 21.875rem;
}

.cookie-popup--dark {
  background: #000;
  color: #fff;
}

.cookie-popup--not-accepted {
  display: flex !important;
  animation: cookie-popup-in 0.5s ease forwards;
}

.cookie-popup--accepted {
  opacity: 0;
}

.cookie-popup a {
  color: skyblue;
}

.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}

.cookie-popup-actions {
  flex: 1;
  text-align: right;
}

.cookie-popup-actions button {
  color: orange;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0;
  cursor: pointer;
}

.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }
  to {
    bottom: 1.25rem;
  }
}
.dalmia-advisor_float {
  position: fixed;
  width: 65px;
  bottom: 100px;
  right: 40px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  z-index: 100;
}
.dalmia-advisor_float.desktop {
  display: block;
}
@media (max-width: 50em) {
  .dalmia-advisor_float.desktop {
    display: none;
  }
}
.dalmia-advisor_float.mobile {
  display: none;
}
@media (max-width: 50em) {
  .dalmia-advisor_float.mobile {
    display: block;
  }
}

.wsp_float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  z-index: 100;
}

.my-wsp_float {
  margin-top: 12px;
}/*# sourceMappingURL=style.css.map */