/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
:root {
  --header-height: 100px;
  --header-scroll-height: 70px;
  --pwhite: #f9f9fa;
  --white: #ffffff;
  --black: #171919;
  --grey: #bbbbbb;
  --blue: #2124fb;
  --red: #a91e22;
  --p-red: #df1f26;
  --fs230: clamp(40px, 11.98vw, 230px);
  --fs160: clamp(40px, 8.33vw, 160px);
  --fs128: clamp(42px, 6.67vw, 128px);
  --fs96: clamp(36px, 5vw, 96px);
  --fs88: clamp(36px, 4.17vw, 88px);
  --fs80: clamp(34px, 4.17vw, 80px);
  --fs72: clamp(32px, 3.75vw, 72px);
  --fs64: clamp(26px, 3.33vw, 64px);
  --fs56: clamp(26px, 3.33vw, 56px);
  --fs48: clamp(24px, 2.5vw, 48px);
  --fs42: clamp(24px, 2.19vw, 42px);
  --fs40: clamp(22px, 2.08vw, 40px);
  --fs36: clamp(20px, 1.88vw, 36px);
  --fs32: clamp(20px, 1.67vw, 32px);
  --fs28: clamp(18px, 1.46vw, 28px);
  --fs24: clamp(16px, 1.25vw, 24px);
  --fs22: clamp(16px, 1.15vw, 22px);
  --fs20: clamp(16px, 1.04vw, 20px);
  --fs18: clamp(16px, 0.94vw, 18px);
  --fs16: 16px;
  --fs14: 14px;
  --pad60: clamp(24px, 3.13vw, 60px);
  --spc280: clamp(24px, 14.58vw, 280px);
  --spc200: clamp(36px, 10.42vw, 200px);
  --spc40120: clamp(40px, 6.25vw, 120px);
  --spc4080: clamp(40px, 4.17vw, 80px);
  --spc4060: clamp(40px, 3.13vw, 60px);
  --spc2460: clamp(24px, 3.13vw, 60px);
  --spc60: 60px;
  --spc48: clamp(24px, 2.5vw, 48px);
  --spc40: clamp(24px, 2.08vw, 40px);
  --spc32: clamp(24px, 1.67vw, 32px);
  --spc24: 24px;
  --br30: clamp(14px, 1.56vw, 30px);
  --br24: clamp(14px, 1.25vw, 24px);
  --br20: clamp(14px, 1.04vw, 20px);
}

.wh {
  color: var(--white) !important;
}

.wh p {
  color: var(--white) !important;
}

.button {
  border: 2px solid white !important;
}

.put-link-wrap a,
.put-link-wrap a {
  font-size: 18px !important;
}

.sec-hdn {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
}

.sec-hdn.red1 {
  color: var(--red);
}

.sec-hdn .comm-sm-hdn {
  margin-bottom: 0;
}

.sec-hdn p {
  color: #696f77;
  font-size: var(--fs20);
  line-height: 1.5;
}

.sec-hdn p span {
  color: #ebf441;
}

.sec-hdn.center {
  max-width: 940px;
  margin: 0 auto 40px;
  text-align: center;
  align-items: center;
}

.sec-hdn.center.big {
  max-width: 1100px;
}

.sec-hdn.w-full {
  max-width: 100%;
}

.sec-hdn.wrap {
  flex-direction: row;
  gap: 68px;
  justify-content: space-between;
  max-width: 100%;
}

.sec-hdn.wrap .comm-sec-hdn {
  max-width: 760px;
  width: 100%;
}

.sec-hdn.wrap .comm-para {
  max-width: 700px;
  color: var(--clr-grey);
  width: 100%;
}

.sec-hdn.wrap .button {
  flex-shrink: 0;
}

.comm-sec-hdn {
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs72);
  line-height: 1.01;
}

.comm-sec-hdn.red {
  color: var(--red);
}

.comm-card-hdn {
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs36);
  line-height: 1.01;
}

.comm-card-hdn.red {
  color: var(--red);
}

.comm-para p {
  color: var(--white);
  font-size: var(--fs20);
  line-height: 1.5;
  margin-bottom: 16px;
}

.comm-para p:last-child {
  width: 380px;
  margin-bottom: 0;
}

@media all and (max-width: 1800px) {
  :root {
    --header-height: 80px;
  }
}

@media (max-width: 1366px) {
  .sec-hdn {
    margin-bottom: 30px;
  }

  .sec-hdn.center {
    margin: 0 auto 30px;
  }
}

@media (max-width: 1200px) {
  :root {
    --header-height: 60px;
  }
}

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Modal
=> Accordion
=> Most common
=> Animation
=> Pre-footer
=> Footer

-------------------------------------------------------------------*/
/* IBM Plex Sans is now loaded locally in header.php for performance */
html,
body {
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  background: var(--black);
}

/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  /* input */
  --input-height: 50px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-fill: #000;
  --button-line: #30223b;
  /* button end */
}

/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/*==========================================================================
=> Fonts
==========================================================================*/
* {
  font-weight: normal;
  margin-bottom: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?ay2qbl");
  src:
    url("../icomoon/fonts/icomoon.eot?ay2qbl#iefix") format("embedded-opentype"),
    url("../icomoon/fonts/icomoon.ttf?ay2qbl") format("truetype"),
    url("../icomoon/fonts/icomoon.woff?ay2qbl") format("woff"),
    url("../icomoon/fonts/icomoon.svg?ay2qbl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logout:before {
  content: "\e944";
}

/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.f-col {
  padding: 10px 15px;
}

/* flex col */
.f-10 .f-col {
  width: 10%;
}

.f-9 .f-col {
  width: 11.11111111%;
}

.f-8 .f-col {
  width: 12.5%;
}

.f-7 .f-col {
  width: 14.28571429%;
}

.f-6 .f-col {
  width: 16.66666667%;
}

.f-5 .f-col {
  width: 20%;
}

.f-4 .f-col {
  width: 25%;
}

.f-3 .f-col {
  width: 33.33333333%;
}

.f-2 .f-col {
  width: 50%;
}

.f-1 .f-col {
  width: 100%;
}

/* flex col end */
/* Grid */
.g-10 {
  grid-template-columns: repeat(10, 1fr);
}

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

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

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

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

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

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

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

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

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

/* Grid */
.gp-70 {
  gap: 70px;
}

.gp-65 {
  gap: 65px;
}

.gp-60 {
  gap: 60px;
}

.gp-55 {
  gap: 55px;
}

.gp-50 {
  gap: 50px;
}

.gp-45 {
  gap: 45px;
}

.gp-40 {
  gap: 40px;
}

.gp-35 {
  gap: 35px;
}

.gp-30 {
  gap: 30px;
}

.gp-25 {
  gap: 25px;
}

.gp-20 {
  gap: 20px;
}

.gp-15 {
  gap: 15px;
}

.gp-10 {
  gap: 10px;
}

.gp-5 {
  gap: 5px;
}

.gp-0 {
  gap: 0px;
}

/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}

.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}

.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}

.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}

.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}

.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}

.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}

.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}

.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}

.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}

.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}

.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}

.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Margin */
.mb-100 {
  margin-bottom: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

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

.mb-65 {
  margin-bottom: 65px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0px;
}

.comm-grid {
  display: grid;
  width: 100%;
}

@media all and (max-width: 1600px) {
  .f-1600-10 .f-col {
    width: 10%;
  }

  .f-1600-9 .f-col {
    width: 11.11111111%;
  }

  .f-1600-8 .f-col {
    width: 12.5%;
  }

  .f-1600-7 .f-col {
    width: 14.28571429%;
  }

  .f-1600-6 .f-col {
    width: 16.66666667%;
  }

  .f-1600-5 .f-col {
    width: 20%;
  }

  .f-1600-4 .f-col {
    width: 25%;
  }

  .f-1600-3 .f-col {
    width: 33.33333333%;
  }

  .f-1600-2 .f-col {
    width: 50%;
  }

  .f-1600-1 .f-col {
    width: 100%;
  }

  .g-1600-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-1600-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-1600-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-1600-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-1600-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-1600-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-1600-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-1600-70 {
    gap: 70px;
  }

  .gp-1600-65 {
    gap: 65px;
  }

  .gp-1600-60 {
    gap: 60px;
  }

  .gp-1600-55 {
    gap: 55px;
  }

  .gp-1600-50 {
    gap: 50px;
  }

  .gp-1600-45 {
    gap: 45px;
  }

  .gp-1600-40 {
    gap: 40px;
  }

  .gp-1600-35 {
    gap: 35px;
  }

  .gp-1600-30 {
    gap: 30px;
  }

  .gp-1600-25 {
    gap: 25px;
  }

  .gp-1600-20 {
    gap: 20px;
  }

  .gp-1600-15 {
    gap: 15px;
  }

  .gp-1600-10 {
    gap: 10px;
  }

  .gp-1600-5 {
    gap: 5px;
  }

  .gp-1600-0 {
    gap: 0px;
  }

  .w-1600-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1600-33 {
    width: 33%;
  }

  .w-1600-16 {
    width: 16.666666%;
  }

  .mb-1600-100 {
    margin-bottom: 100px;
  }

  .mb-1600-95 {
    margin-bottom: 95px;
  }

  .mb-1600-90 {
    margin-bottom: 90px;
  }

  .mb-1600-85 {
    margin-bottom: 85px;
  }

  .mb-1600-80 {
    margin-bottom: 80px;
  }

  .mb-1600-75 {
    margin-bottom: 75px;
  }

  .mb-1600-70 {
    margin-bottom: 70px;
  }

  .mb-1600-65 {
    margin-bottom: 65px;
  }

  .mb-1600-60 {
    margin-bottom: 60px;
  }

  .mb-1600-55 {
    margin-bottom: 55px;
  }

  .mb-1600-50 {
    margin-bottom: 50px;
  }

  .mb-1600-45 {
    margin-bottom: 45px;
  }

  .mb-1600-40 {
    margin-bottom: 40px;
  }

  .mb-1600-35 {
    margin-bottom: 35px;
  }

  .mb-1600-30 {
    margin-bottom: 30px;
  }

  .mb-1600-25 {
    margin-bottom: 25px;
  }

  .mb-1600-20 {
    margin-bottom: 20px;
  }

  .mb-1600-15 {
    margin-bottom: 15px;
  }

  .mb-1600-10 {
    margin-bottom: 10px;
  }

  .mb-1600-5 {
    margin-bottom: 5px;
  }

  .mb-1600-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 1440px) {
  .f-1440-10 .f-col {
    width: 10%;
  }

  .f-1440-9 .f-col {
    width: 11.11111111%;
  }

  .f-1440-8 .f-col {
    width: 12.5%;
  }

  .f-1440-7 .f-col {
    width: 14.28571429%;
  }

  .f-1440-6 .f-col {
    width: 16.66666667%;
  }

  .f-1440-5 .f-col {
    width: 20%;
  }

  .f-1440-4 .f-col {
    width: 25%;
  }

  .f-1440-3 .f-col {
    width: 33.33333333%;
  }

  .f-1440-2 .f-col {
    width: 50%;
  }

  .f-1440-1 .f-col {
    width: 100%;
  }

  .g-1440-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-1440-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-1440-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-1440-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-1440-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-1440-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-1440-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-1440-70 {
    gap: 70px;
  }

  .gp-1440-65 {
    gap: 65px;
  }

  .gp-1440-60 {
    gap: 60px;
  }

  .gp-1440-55 {
    gap: 55px;
  }

  .gp-1440-50 {
    gap: 50px;
  }

  .gp-1440-45 {
    gap: 45px;
  }

  .gp-1440-40 {
    gap: 40px;
  }

  .gp-1440-35 {
    gap: 35px;
  }

  .gp-1440-30 {
    gap: 30px;
  }

  .gp-1440-25 {
    gap: 25px;
  }

  .gp-1440-20 {
    gap: 20px;
  }

  .gp-1440-15 {
    gap: 15px;
  }

  .gp-1440-10 {
    gap: 10px;
  }

  .gp-1440-5 {
    gap: 5px;
  }

  .gp-1440-0 {
    gap: 0px;
  }

  .w-1440-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1440-33 {
    width: 33%;
  }

  .w-1440-16 {
    width: 16.666666%;
  }

  .mb-1440-100 {
    margin-bottom: 100px;
  }

  .mb-1440-95 {
    margin-bottom: 95px;
  }

  .mb-1440-90 {
    margin-bottom: 90px;
  }

  .mb-1440-85 {
    margin-bottom: 85px;
  }

  .mb-1440-80 {
    margin-bottom: 80px;
  }

  .mb-1440-75 {
    margin-bottom: 75px;
  }

  .mb-1440-70 {
    margin-bottom: 70px;
  }

  .mb-1440-65 {
    margin-bottom: 65px;
  }

  .mb-1440-60 {
    margin-bottom: 60px;
  }

  .mb-1440-55 {
    margin-bottom: 55px;
  }

  .mb-1440-50 {
    margin-bottom: 50px;
  }

  .mb-1440-45 {
    margin-bottom: 45px;
  }

  .mb-1440-40 {
    margin-bottom: 40px;
  }

  .mb-1440-35 {
    margin-bottom: 35px;
  }

  .mb-1440-30 {
    margin-bottom: 30px;
  }

  .mb-1440-25 {
    margin-bottom: 25px;
  }

  .mb-1440-20 {
    margin-bottom: 20px;
  }

  .mb-1440-15 {
    margin-bottom: 15px;
  }

  .mb-1440-10 {
    margin-bottom: 10px;
  }

  .mb-1440-5 {
    margin-bottom: 5px;
  }

  .mb-1440-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 1366px) {
  .f-1366-10 .f-col {
    width: 10%;
  }

  .f-1366-9 .f-col {
    width: 11.11111111%;
  }

  .f-1366-8 .f-col {
    width: 12.5%;
  }

  .f-1366-7 .f-col {
    width: 14.28571429%;
  }

  .f-1366-6 .f-col {
    width: 16.66666667%;
  }

  .f-1366-5 .f-col {
    width: 20%;
  }

  .f-1366-4 .f-col {
    width: 25%;
  }

  .f-1366-3 .f-col {
    width: 33.33333333%;
  }

  .f-1366-2 .f-col {
    width: 50%;
  }

  .f-1366-1 .f-col {
    width: 100%;
  }

  .g-1366-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-1366-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-1366-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-1366-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-1366-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-1366-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-1366-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-1366-70 {
    gap: 70px;
  }

  .gp-1366-65 {
    gap: 65px;
  }

  .gp-1366-60 {
    gap: 60px;
  }

  .gp-1366-55 {
    gap: 55px;
  }

  .gp-1366-50 {
    gap: 50px;
  }

  .gp-1366-45 {
    gap: 45px;
  }

  .gp-1366-40 {
    gap: 40px;
  }

  .gp-1366-35 {
    gap: 35px;
  }

  .gp-1366-30 {
    gap: 30px;
  }

  .gp-1366-25 {
    gap: 25px;
  }

  .gp-1366-20 {
    gap: 20px;
  }

  .gp-1366-15 {
    gap: 15px;
  }

  .gp-1366-10 {
    gap: 10px;
  }

  .gp-1366-5 {
    gap: 5px;
  }

  .gp-1366-0 {
    gap: 0px;
  }

  .w-1366-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1366-33 {
    width: 33%;
  }

  .w-1366-16 {
    width: 16.666666%;
  }

  .mb-1366-100 {
    margin-bottom: 100px;
  }

  .mb-1366-95 {
    margin-bottom: 95px;
  }

  .mb-1366-90 {
    margin-bottom: 90px;
  }

  .mb-1366-85 {
    margin-bottom: 85px;
  }

  .mb-1366-80 {
    margin-bottom: 80px;
  }

  .mb-1366-75 {
    margin-bottom: 75px;
  }

  .mb-1366-70 {
    margin-bottom: 70px;
  }

  .mb-1366-65 {
    margin-bottom: 65px;
  }

  .mb-1366-60 {
    margin-bottom: 60px;
  }

  .mb-1366-55 {
    margin-bottom: 55px;
  }

  .mb-1366-50 {
    margin-bottom: 50px;
  }

  .mb-1366-45 {
    margin-bottom: 45px;
  }

  .mb-1366-40 {
    margin-bottom: 40px;
  }

  .mb-1366-35 {
    margin-bottom: 35px;
  }

  .mb-1366-30 {
    margin-bottom: 30px;
  }

  .mb-1366-25 {
    margin-bottom: 25px;
  }

  .mb-1366-20 {
    margin-bottom: 20px;
  }

  .mb-1366-15 {
    margin-bottom: 15px;
  }

  .mb-1366-10 {
    margin-bottom: 10px;
  }

  .mb-1366-5 {
    margin-bottom: 5px;
  }

  .mb-1366-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }

  .f-1200-9 .f-col {
    width: 11.11111111%;
  }

  .f-1200-8 .f-col {
    width: 12.5%;
  }

  .f-1200-7 .f-col {
    width: 14.28571429%;
  }

  .f-1200-6 .f-col {
    width: 16.66666667%;
  }

  .f-1200-5 .f-col {
    width: 20%;
  }

  .f-1200-4 .f-col {
    width: 25%;
  }

  .f-1200-3 .f-col {
    width: 33.33333333%;
  }

  .f-1200-2 .f-col {
    width: 50%;
  }

  .f-1200-1 .f-col {
    width: 100%;
  }

  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .g-1200-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-1200-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-1200-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-1200-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-1200-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-1200-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-1200-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-1200-70 {
    gap: 70px;
  }

  .gp-1200-65 {
    gap: 65px;
  }

  .gp-1200-60 {
    gap: 60px;
  }

  .gp-1200-55 {
    gap: 55px;
  }

  .gp-1200-50 {
    gap: 50px;
  }

  .gp-1200-45 {
    gap: 45px;
  }

  .gp-1200-40 {
    gap: 40px;
  }

  .gp-1200-35 {
    gap: 35px;
  }

  .gp-1200-30 {
    gap: 30px;
  }

  .gp-1200-25 {
    gap: 25px;
  }

  .gp-1200-20 {
    gap: 20px;
  }

  .gp-1200-15 {
    gap: 15px;
  }

  .gp-1200-10 {
    gap: 10px;
  }

  .gp-1200-5 {
    gap: 5px;
  }

  .gp-1200-0 {
    gap: 0px;
  }

  .w-1200-33 {
    width: 33%;
  }

  .w-1200-16 {
    width: 16.666666%;
  }

  .mb-1200-100 {
    margin-bottom: 100px;
  }

  .mb-1200-95 {
    margin-bottom: 95px;
  }

  .mb-1200-90 {
    margin-bottom: 90px;
  }

  .mb-1200-85 {
    margin-bottom: 85px;
  }

  .mb-1200-80 {
    margin-bottom: 80px;
  }

  .mb-1200-75 {
    margin-bottom: 75px;
  }

  .mb-1200-70 {
    margin-bottom: 70px;
  }

  .mb-1200-65 {
    margin-bottom: 65px;
  }

  .mb-1200-60 {
    margin-bottom: 60px;
  }

  .mb-1200-55 {
    margin-bottom: 55px;
  }

  .mb-1200-50 {
    margin-bottom: 50px;
  }

  .mb-1200-45 {
    margin-bottom: 45px;
  }

  .mb-1200-40 {
    margin-bottom: 40px;
  }

  .mb-1200-35 {
    margin-bottom: 35px;
  }

  .mb-1200-30 {
    margin-bottom: 30px;
  }

  .mb-1200-25 {
    margin-bottom: 25px;
  }

  .mb-1200-20 {
    margin-bottom: 20px;
  }

  .mb-1200-15 {
    margin-bottom: 15px;
  }

  .mb-1200-10 {
    margin-bottom: 10px;
  }

  .mb-1200-5 {
    margin-bottom: 5px;
  }

  .mb-1200-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 1024px) {
  .f-1024-10 .f-col {
    width: 10%;
  }

  .f-1024-9 .f-col {
    width: 11.11111111%;
  }

  .f-1024-8 .f-col {
    width: 12.5%;
  }

  .f-1024-7 .f-col {
    width: 14.28571429%;
  }

  .f-1024-6 .f-col {
    width: 16.66666667%;
  }

  .f-1024-5 .f-col {
    width: 20%;
  }

  .f-1024-4 .f-col {
    width: 25%;
  }

  .f-1024-3 .f-col {
    width: 33.33333333%;
  }

  .f-1024-2 .f-col {
    width: 50%;
  }

  .f-1024-1 .f-col {
    width: 100%;
  }

  .g-1024-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-1024-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-1024-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-1024-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-1024-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-1024-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-1024-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-1024-70 {
    gap: 70px;
  }

  .gp-1024-65 {
    gap: 65px;
  }

  .gp-1024-60 {
    gap: 60px;
  }

  .gp-1024-55 {
    gap: 55px;
  }

  .gp-1024-50 {
    gap: 50px;
  }

  .gp-1024-45 {
    gap: 45px;
  }

  .gp-1024-40 {
    gap: 40px;
  }

  .gp-1024-35 {
    gap: 35px;
  }

  .gp-1024-30 {
    gap: 30px;
  }

  .gp-1024-25 {
    gap: 25px;
  }

  .gp-1024-20 {
    gap: 20px;
  }

  .gp-1024-15 {
    gap: 15px;
  }

  .gp-1024-10 {
    gap: 10px;
  }

  .gp-1024-5 {
    gap: 5px;
  }

  .gp-1024-0 {
    gap: 0px;
  }

  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-1024-33 {
    width: 33%;
  }

  .w-1024-16 {
    width: 16.666666%;
  }

  .mb-1024-100 {
    margin-bottom: 100px;
  }

  .mb-1024-95 {
    margin-bottom: 95px;
  }

  .mb-1024-90 {
    margin-bottom: 90px;
  }

  .mb-1024-85 {
    margin-bottom: 85px;
  }

  .mb-1024-80 {
    margin-bottom: 80px;
  }

  .mb-1024-75 {
    margin-bottom: 75px;
  }

  .mb-1024-70 {
    margin-bottom: 70px;
  }

  .mb-1024-65 {
    margin-bottom: 65px;
  }

  .mb-1024-60 {
    margin-bottom: 60px;
  }

  .mb-1024-55 {
    margin-bottom: 55px;
  }

  .mb-1024-50 {
    margin-bottom: 50px;
  }

  .mb-1024-45 {
    margin-bottom: 45px;
  }

  .mb-1024-40 {
    margin-bottom: 40px;
  }

  .mb-1024-35 {
    margin-bottom: 35px;
  }

  .mb-1024-30 {
    margin-bottom: 30px;
  }

  .mb-1024-25 {
    margin-bottom: 25px;
  }

  .mb-1024-20 {
    margin-bottom: 20px;
  }

  .mb-1024-15 {
    margin-bottom: 15px;
  }

  .mb-1024-10 {
    margin-bottom: 10px;
  }

  .mb-1024-5 {
    margin-bottom: 5px;
  }

  .mb-1024-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }

  .f-990-9 .f-col {
    width: 11.11111111%;
  }

  .f-990-8 .f-col {
    width: 12.5%;
  }

  .f-990-7 .f-col {
    width: 14.28571429%;
  }

  .f-990-6 .f-col {
    width: 16.66666667%;
  }

  .f-990-5 .f-col {
    width: 20%;
  }

  .f-990-4 .f-col {
    width: 25%;
  }

  .f-990-3 .f-col {
    width: 33.33333333%;
  }

  .f-990-2 .f-col {
    width: 50%;
  }

  .f-990-1 .f-col {
    width: 100%;
  }

  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .g-990-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-990-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-990-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-990-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-990-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-990-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-990-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-990-70 {
    gap: 70px;
  }

  .gp-990-65 {
    gap: 65px;
  }

  .gp-990-60 {
    gap: 60px;
  }

  .gp-990-55 {
    gap: 55px;
  }

  .gp-990-50 {
    gap: 50px;
  }

  .gp-990-45 {
    gap: 45px;
  }

  .gp-990-40 {
    gap: 40px;
  }

  .gp-990-35 {
    gap: 35px;
  }

  .gp-990-30 {
    gap: 30px;
  }

  .gp-990-25 {
    gap: 25px;
  }

  .gp-990-20 {
    gap: 20px;
  }

  .gp-990-15 {
    gap: 15px;
  }

  .gp-990-10 {
    gap: 10px;
  }

  .gp-990-5 {
    gap: 5px;
  }

  .gp-990-0 {
    gap: 0px;
  }

  .mb-990-100 {
    margin-bottom: 100px;
  }

  .mb-990-95 {
    margin-bottom: 95px;
  }

  .mb-990-90 {
    margin-bottom: 90px;
  }

  .mb-990-85 {
    margin-bottom: 85px;
  }

  .mb-990-80 {
    margin-bottom: 80px;
  }

  .mb-990-75 {
    margin-bottom: 75px;
  }

  .mb-990-70 {
    margin-bottom: 70px;
  }

  .mb-990-65 {
    margin-bottom: 65px;
  }

  .mb-990-60 {
    margin-bottom: 60px;
  }

  .mb-990-55 {
    margin-bottom: 55px;
  }

  .mb-990-50 {
    margin-bottom: 50px;
  }

  .mb-990-45 {
    margin-bottom: 45px;
  }

  .mb-990-40 {
    margin-bottom: 40px;
  }

  .mb-990-35 {
    margin-bottom: 35px;
  }

  .mb-990-30 {
    margin-bottom: 30px;
  }

  .mb-990-25 {
    margin-bottom: 25px;
  }

  .mb-990-20 {
    margin-bottom: 20px;
  }

  .mb-990-15 {
    margin-bottom: 15px;
  }

  .mb-990-10 {
    margin-bottom: 10px;
  }

  .mb-990-5 {
    margin-bottom: 5px;
  }

  .mb-990-0 {
    margin-bottom: 0px;
  }

  .w-990-33 {
    width: 33%;
  }

  .w-990-16 {
    width: 16.666666%;
  }

  .mb-990-100 {
    margin-bottom: 100px;
  }

  .mb-990-95 {
    margin-bottom: 95px;
  }

  .mb-990-90 {
    margin-bottom: 90px;
  }

  .mb-990-85 {
    margin-bottom: 85px;
  }

  .mb-990-80 {
    margin-bottom: 80px;
  }

  .mb-990-75 {
    margin-bottom: 75px;
  }

  .mb-990-70 {
    margin-bottom: 70px;
  }

  .mb-990-65 {
    margin-bottom: 65px;
  }

  .mb-990-60 {
    margin-bottom: 60px;
  }

  .mb-990-55 {
    margin-bottom: 55px;
  }

  .mb-990-50 {
    margin-bottom: 50px;
  }

  .mb-990-45 {
    margin-bottom: 45px;
  }

  .mb-990-40 {
    margin-bottom: 40px;
  }

  .mb-990-35 {
    margin-bottom: 35px;
  }

  .mb-990-30 {
    margin-bottom: 30px;
  }

  .mb-990-25 {
    margin-bottom: 25px;
  }

  .mb-990-20 {
    margin-bottom: 20px;
  }

  .mb-990-15 {
    margin-bottom: 15px;
  }

  .mb-990-10 {
    margin-bottom: 10px;
  }

  .mb-990-5 {
    margin-bottom: 5px;
  }

  .mb-990-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }

  .f-768-9 .f-col {
    width: 11.11111111%;
  }

  .f-768-8 .f-col {
    width: 12.5%;
  }

  .f-768-7 .f-col {
    width: 14.28571429%;
  }

  .f-768-6 .f-col {
    width: 16.66666667%;
  }

  .f-768-5 .f-col {
    width: 20%;
  }

  .f-768-4 .f-col {
    width: 25%;
  }

  .f-768-3 .f-col {
    width: 33.33333333%;
  }

  .f-768-2 .f-col {
    width: 50%;
  }

  .f-768-1 .f-col {
    width: 100%;
  }

  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .g-768-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-768-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-768-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-768-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-768-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-768-70 {
    gap: 70px;
  }

  .gp-768-65 {
    gap: 65px;
  }

  .gp-768-60 {
    gap: 60px;
  }

  .gp-768-55 {
    gap: 55px;
  }

  .gp-768-50 {
    gap: 50px;
  }

  .gp-768-45 {
    gap: 45px;
  }

  .gp-768-40 {
    gap: 40px;
  }

  .gp-768-35 {
    gap: 35px;
  }

  .gp-768-30 {
    gap: 30px;
  }

  .gp-768-25 {
    gap: 25px;
  }

  .gp-768-20 {
    gap: 20px;
  }

  .gp-768-15 {
    gap: 15px;
  }

  .gp-768-10 {
    gap: 10px;
  }

  .gp-768-5 {
    gap: 5px;
  }

  .gp-768-0 {
    gap: 0px;
  }

  .w-768-33 {
    width: 33%;
  }

  .w-768-16 {
    width: 16.666666%;
  }

  .mb-768-100 {
    margin-bottom: 100px;
  }

  .mb-768-95 {
    margin-bottom: 95px;
  }

  .mb-768-90 {
    margin-bottom: 90px;
  }

  .mb-768-85 {
    margin-bottom: 85px;
  }

  .mb-768-80 {
    margin-bottom: 80px;
  }

  .mb-768-75 {
    margin-bottom: 75px;
  }

  .mb-768-70 {
    margin-bottom: 70px;
  }

  .mb-768-65 {
    margin-bottom: 65px;
  }

  .mb-768-60 {
    margin-bottom: 60px;
  }

  .mb-768-55 {
    margin-bottom: 55px;
  }

  .mb-768-50 {
    margin-bottom: 50px;
  }

  .mb-768-45 {
    margin-bottom: 45px;
  }

  .mb-768-40 {
    margin-bottom: 40px;
  }

  .mb-768-35 {
    margin-bottom: 35px;
  }

  .mb-768-30 {
    margin-bottom: 30px;
  }

  .mb-768-25 {
    margin-bottom: 25px;
  }

  .mb-768-20 {
    margin-bottom: 20px;
  }

  .mb-768-15 {
    margin-bottom: 15px;
  }

  .mb-768-10 {
    margin-bottom: 10px;
  }

  .mb-768-5 {
    margin-bottom: 5px;
  }

  .mb-768-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }

  .f-640-9 .f-col {
    width: 11.11111111%;
  }

  .f-640-8 .f-col {
    width: 12.5%;
  }

  .f-640-7 .f-col {
    width: 14.28571429%;
  }

  .f-640-6 .f-col {
    width: 16.66666667%;
  }

  .f-640-5 .f-col {
    width: 20%;
  }

  .f-640-4 .f-col {
    width: 25%;
  }

  .f-640-3 .f-col {
    width: 33.33333333%;
  }

  .f-640-2 .f-col {
    width: 50%;
  }

  .f-640-1 .f-col {
    width: 100%;
  }

  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .g-640-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-640-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-640-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-640-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-640-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-640-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-640-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-640-70 {
    gap: 70px;
  }

  .gp-640-65 {
    gap: 65px;
  }

  .gp-640-60 {
    gap: 60px;
  }

  .gp-640-55 {
    gap: 55px;
  }

  .gp-640-50 {
    gap: 50px;
  }

  .gp-640-45 {
    gap: 45px;
  }

  .gp-640-40 {
    gap: 40px;
  }

  .gp-640-35 {
    gap: 35px;
  }

  .gp-640-30 {
    gap: 30px;
  }

  .gp-640-25 {
    gap: 25px;
  }

  .gp-640-20 {
    gap: 20px;
  }

  .gp-640-15 {
    gap: 15px;
  }

  .gp-640-10 {
    gap: 10px;
  }

  .gp-640-5 {
    gap: 5px;
  }

  .gp-640-0 {
    gap: 0px;
  }

  .w-640-33 {
    width: 33%;
  }

  .w-640-16 {
    width: 16.666666%;
  }

  .mb-640-100 {
    margin-bottom: 100px;
  }

  .mb-640-95 {
    margin-bottom: 95px;
  }

  .mb-640-90 {
    margin-bottom: 90px;
  }

  .mb-640-85 {
    margin-bottom: 85px;
  }

  .mb-640-80 {
    margin-bottom: 80px;
  }

  .mb-640-75 {
    margin-bottom: 75px;
  }

  .mb-640-70 {
    margin-bottom: 70px;
  }

  .mb-640-65 {
    margin-bottom: 65px;
  }

  .mb-640-60 {
    margin-bottom: 60px;
  }

  .mb-640-55 {
    margin-bottom: 55px;
  }

  .mb-640-50 {
    margin-bottom: 50px;
  }

  .mb-640-45 {
    margin-bottom: 45px;
  }

  .mb-640-40 {
    margin-bottom: 40px;
  }

  .mb-640-35 {
    margin-bottom: 35px;
  }

  .mb-640-30 {
    margin-bottom: 30px;
  }

  .mb-640-25 {
    margin-bottom: 25px;
  }

  .mb-640-20 {
    margin-bottom: 20px;
  }

  .mb-640-15 {
    margin-bottom: 15px;
  }

  .mb-640-10 {
    margin-bottom: 10px;
  }

  .mb-640-5 {
    margin-bottom: 5px;
  }

  .mb-640-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }

  .f-576-9 .f-col {
    width: 11.11111111%;
  }

  .f-576-8 .f-col {
    width: 12.5%;
  }

  .f-576-7 .f-col {
    width: 14.28571429%;
  }

  .f-576-6 .f-col {
    width: 16.66666667%;
  }

  .f-576-5 .f-col {
    width: 20%;
  }

  .f-576-4 .f-col {
    width: 25%;
  }

  .f-576-3 .f-col {
    width: 33.33333333%;
  }

  .f-576-2 .f-col {
    width: 50%;
  }

  .f-576-1 .f-col {
    width: 100%;
  }

  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-576-70 {
    gap: 70px;
  }

  .gp-576-65 {
    gap: 65px;
  }

  .gp-576-60 {
    gap: 60px;
  }

  .gp-576-55 {
    gap: 55px;
  }

  .gp-576-50 {
    gap: 50px;
  }

  .gp-576-45 {
    gap: 45px;
  }

  .gp-576-40 {
    gap: 40px;
  }

  .gp-576-35 {
    gap: 35px;
  }

  .gp-576-30 {
    gap: 30px;
  }

  .gp-576-25 {
    gap: 25px;
  }

  .gp-576-20 {
    gap: 20px;
  }

  .gp-576-15 {
    gap: 15px;
  }

  .gp-576-10 {
    gap: 10px;
  }

  .gp-576-5 {
    gap: 5px;
  }

  .gp-576-0 {
    gap: 0px;
  }

  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-576-33 {
    width: 33%;
  }

  .w-576-16 {
    width: 16.666666%;
  }

  .mb-576-100 {
    margin-bottom: 100px;
  }

  .mb-576-95 {
    margin-bottom: 95px;
  }

  .mb-576-90 {
    margin-bottom: 90px;
  }

  .mb-576-85 {
    margin-bottom: 85px;
  }

  .mb-576-80 {
    margin-bottom: 80px;
  }

  .mb-576-75 {
    margin-bottom: 75px;
  }

  .mb-576-70 {
    margin-bottom: 70px;
  }

  .mb-576-65 {
    margin-bottom: 65px;
  }

  .mb-576-60 {
    margin-bottom: 60px;
  }

  .mb-576-55 {
    margin-bottom: 55px;
  }

  .mb-576-50 {
    margin-bottom: 50px;
  }

  .mb-576-45 {
    margin-bottom: 45px;
  }

  .mb-576-40 {
    margin-bottom: 40px;
  }

  .mb-576-35 {
    margin-bottom: 35px;
  }

  .mb-576-30 {
    margin-bottom: 30px;
  }

  .mb-576-25 {
    margin-bottom: 25px;
  }

  .mb-576-20 {
    margin-bottom: 20px;
  }

  .mb-576-15 {
    margin-bottom: 15px;
  }

  .mb-576-10 {
    margin-bottom: 10px;
  }

  .mb-576-5 {
    margin-bottom: 5px;
  }

  .mb-576-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }

  .f-480-9 .f-col {
    width: 11.11111111%;
  }

  .f-480-8 .f-col {
    width: 12.5%;
  }

  .f-480-7 .f-col {
    width: 14.28571429%;
  }

  .f-480-6 .f-col {
    width: 16.66666667%;
  }

  .f-480-5 .f-col {
    width: 20%;
  }

  .f-480-4 .f-col {
    width: 25%;
  }

  .f-480-3 .f-col {
    width: 33.33333333%;
  }

  .f-480-2 .f-col {
    width: 50%;
  }

  .f-480-1 .f-col {
    width: 100%;
  }

  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .g-480-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-480-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-480-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-480-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-480-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-480-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-480-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-480-70 {
    gap: 70px;
  }

  .gp-480-65 {
    gap: 65px;
  }

  .gp-480-60 {
    gap: 60px;
  }

  .gp-480-55 {
    gap: 55px;
  }

  .gp-480-50 {
    gap: 50px;
  }

  .gp-480-45 {
    gap: 45px;
  }

  .gp-480-40 {
    gap: 40px;
  }

  .gp-480-35 {
    gap: 35px;
  }

  .gp-480-30 {
    gap: 30px;
  }

  .gp-480-25 {
    gap: 25px;
  }

  .gp-480-20 {
    gap: 20px;
  }

  .gp-480-15 {
    gap: 15px;
  }

  .gp-480-10 {
    gap: 10px;
  }

  .gp-480-5 {
    gap: 5px;
  }

  .gp-480-0 {
    gap: 0px;
  }

  .w-480-33 {
    width: 33%;
  }

  .w-480-16 {
    width: 16.666666%;
  }

  .mb-480-100 {
    margin-bottom: 100px;
  }

  .mb-480-95 {
    margin-bottom: 95px;
  }

  .mb-480-90 {
    margin-bottom: 90px;
  }

  .mb-480-85 {
    margin-bottom: 85px;
  }

  .mb-480-80 {
    margin-bottom: 80px;
  }

  .mb-480-75 {
    margin-bottom: 75px;
  }

  .mb-480-70 {
    margin-bottom: 70px;
  }

  .mb-480-65 {
    margin-bottom: 65px;
  }

  .mb-480-60 {
    margin-bottom: 60px;
  }

  .mb-480-55 {
    margin-bottom: 55px;
  }

  .mb-480-50 {
    margin-bottom: 50px;
  }

  .mb-480-45 {
    margin-bottom: 45px;
  }

  .mb-480-40 {
    margin-bottom: 40px;
  }

  .mb-480-35 {
    margin-bottom: 35px;
  }

  .mb-480-30 {
    margin-bottom: 30px;
  }

  .mb-480-25 {
    margin-bottom: 25px;
  }

  .mb-480-20 {
    margin-bottom: 20px;
  }

  .mb-480-15 {
    margin-bottom: 15px;
  }

  .mb-480-10 {
    margin-bottom: 10px;
  }

  .mb-480-5 {
    margin-bottom: 5px;
  }

  .mb-480-0 {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }

  .f-400-9 .f-col {
    width: 11.11111111%;
  }

  .f-400-8 .f-col {
    width: 12.5%;
  }

  .f-400-7 .f-col {
    width: 14.28571429%;
  }

  .f-400-6 .f-col {
    width: 16.66666667%;
  }

  .f-400-5 .f-col {
    width: 20%;
  }

  .f-400-4 .f-col {
    width: 25%;
  }

  .f-400-3 .f-col {
    width: 33.33333333%;
  }

  .f-400-2 .f-col {
    width: 50%;
  }

  .f-400-1 .f-col {
    width: 100%;
  }

  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .g-400-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .g-400-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .g-400-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .g-400-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .g-400-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .g-400-5 {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

  .g-400-2 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gp-400-70 {
    gap: 70px;
  }

  .gp-400-65 {
    gap: 65px;
  }

  .gp-400-60 {
    gap: 60px;
  }

  .gp-400-55 {
    gap: 55px;
  }

  .gp-400-50 {
    gap: 50px;
  }

  .gp-400-45 {
    gap: 45px;
  }

  .gp-400-40 {
    gap: 40px;
  }

  .gp-400-35 {
    gap: 35px;
  }

  .gp-400-30 {
    gap: 30px;
  }

  .gp-400-25 {
    gap: 25px;
  }

  .gp-400-20 {
    gap: 20px;
  }

  .gp-400-15 {
    gap: 15px;
  }

  .gp-400-10 {
    gap: 10px;
  }

  .gp-400-5 {
    gap: 5px;
  }

  .gp-400-0 {
    gap: 0px;
  }

  .w-400-33 {
    width: 33%;
  }

  .w-400-16 {
    width: 16.666666%;
  }

  .mb-400-100 {
    margin-bottom: 100px;
  }

  .mb-400-95 {
    margin-bottom: 95px;
  }

  .mb-400-90 {
    margin-bottom: 90px;
  }

  .mb-400-85 {
    margin-bottom: 85px;
  }

  .mb-400-80 {
    margin-bottom: 80px;
  }

  .mb-400-75 {
    margin-bottom: 75px;
  }

  .mb-400-70 {
    margin-bottom: 70px;
  }

  .mb-400-65 {
    margin-bottom: 65px;
  }

  .mb-400-60 {
    margin-bottom: 60px;
  }

  .mb-400-55 {
    margin-bottom: 55px;
  }

  .mb-400-50 {
    margin-bottom: 50px;
  }

  .mb-400-45 {
    margin-bottom: 45px;
  }

  .mb-400-40 {
    margin-bottom: 40px;
  }

  .mb-400-35 {
    margin-bottom: 35px;
  }

  .mb-400-30 {
    margin-bottom: 30px;
  }

  .mb-400-25 {
    margin-bottom: 25px;
  }

  .mb-400-20 {
    margin-bottom: 20px;
  }

  .mb-400-15 {
    margin-bottom: 15px;
  }

  .mb-400-10 {
    margin-bottom: 10px;
  }

  .mb-400-5 {
    margin-bottom: 5px;
  }

  .mb-400-0 {
    margin-bottom: 0px;
  }
}

/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
}

img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}

/*==========================================================================
=> checkbox contact form 7
========================================================================== */
.wpcf7-list-item {
  display: flex;
  align-items: center;
  width: calc(50% - 7px);
  margin: 0;
}

.wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 14px;
}

.wpcf7-list-item input {
  display: none;
}

.wpcf7-list-item-label {
  font-size: var(--fs18);
  line-height: 1.1;
  color: var(--grey);
  position: relative;
  cursor: pointer;
  display: block;
}

.wpcf7-list-item input[type="checkbox"]~span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 6px;
}

.wpcf7-list-item input[type="checkbox"]:checked~span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-bottom-right-radius: 2px;
}

.wpcf7-list-item input[type="checkbox"]:checked~span::before {
  background: #03333f;
  border: 1px solid #03333f;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
  display: none;
}

.wpcf7-form .button {
  margin-right: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff6900;
}

/*==========================================================================
=> buttons
========================================================================== */
.button {
  background: transparent;
  border: none;
  outline: none;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  height: 60px;
  padding: 0 16px 0 64px;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.button:hover {
  padding: 0 64px 0 16px;
}

.button:hover .elem {
  left: calc(100% - 55px);
}

.button:hover .elem::after {
  transform: translate(-50%, -50%) scaleX(-1);
}

.button .btn-txt {
  line-height: 60px;
  color: var(--white);
  font-size: 16px;
  font-family: "IBM Plex Sans";
}

.button .elem {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 5px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.button .elem::before {
  content: "";
  background: var(--p-red);
  position: absolute;
  inset: 0;
  border-radius: 100%;
  overflow: hidden;
}

.button .elem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 32px;
  z-index: 2;
  background: url(../img/btn-elem.svg) no-repeat center / contain;
}

.button.line {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: #fff;
}

.button.line .btn-txt {
  color: #fff;
}

.button.line .elem::before {
  background: var(--button-fill);
}

.button.line .elem::after {
  background: url(../img/blk-btn-elem.svg) no-repeat center / contain;
}

.button.wht {
  background: #fff;
}

.button.wht::after {
  background: url(../img/blk-btn-elemw.svg) no-repeat center / contain;
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
}

.button--block {
  width: 100%;
}

.button svg {
  position: relative;
  top: -2px;
}

.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.button .phone {
  margin-right: 5px;
}

/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

.element-section .ehdn1 {
  margin-bottom: 30px;
}

.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}

.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 30px;
}

.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}

.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}

.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}

.whatsapp {
  margin-right: 0;
}

.form-field {
  height: 60px;
  font-size: 16px;
  border-radius: 60px;
  border: 1px solid rgba(249, 249, 250, 0.1);
  background: rgba(116, 117, 119, 0.1);
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #fff;
  outline: none;
  padding: 0 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-field:focus,
.form-field.field--not-empty {
  border: 1px solid var(--grey);
}

.form-field~.form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.form-field:focus~.form-label,
.form-field.field--not-empty~.form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}

.form-textarea-group .form-field {
  min-height: 36px;
  height: 36px;
  line-height: 1.4;
  padding: 15px;
  resize: vertical;
  border-radius: 20px;
}

/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input,
.form-grp.int-padl select,
.form-grp.form-grp-var select {
  padding-left: 50px;
}

.form-grp.int-padr input,
.form-grp.int-padr select {
  padding-right: 50px;
}

.form-grp .view-pass {
  position: absolute;
  right: 10px;
  bottom: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}

.form-grp.disabled-field {
  background: #f5f5f5;
}

.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}

.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}

/* Password View end */
/* date Picker */
.datetimepicker-input~i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}

.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}

.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}

.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}

.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #a7b3c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}

.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}

.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}

.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}

.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}

.daterangepicker:before {
  border-bottom: 0;
}

.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}

.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}

.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}

.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}

.daterangepicker th.available:hover {
  background-color: transparent;
}

.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}

.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}

/* date Picker end */
/* Select */
.select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-field option {
  color: #9fa4a9;
}

.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}

/* // Select */
/* Placeholder */
.form-grp input::-webkit-input-placeholder,
.form-grp input:-ms-input-placeholder,
.form-grp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-grp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Placeholder end */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}

/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
}

.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}

.radio-box label,
.radio-box .wpcf7-list-item label {
  font-size: var(--fs18);
  color: var(--grey);
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  display: flex;
}

.radio-box label:before,
.radio-box .wpcf7-list-item label::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--grey);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.radio-box input:checked~label::before,
.radio-box .wpcf7-list-item label:has(input:checked)::before {
  border: 7px solid var(--grey);
}

.radio-box label.error {
  display: none !important;
}

.radio-box input.error~label {
  color: #ff2323;
}

.radio-box input.error~.chk-label:before {
  border: 1px solid #ff2323;
}

/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}

.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}

.checkbox-box input:checked~.chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #000;
  font-size: 12px;
}

.checkbox-box label.error {
  display: none !important;
}

.checkbox-box input.error~.chk-label {
  color: #ff2323;
}

.checkbox-box input.error~.chk-label:before {
  border: 1px solid #ff2323;
}

/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}

.checkbox-box input:checked~.chk-label::before {
  background: #000;
}

.checkbox-box input:checked~.chk-label::after {
  color: #ffffff;
}

/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}

.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}

.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #000;
}

.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}

.checkbox-box.check-three input:checked~.chk-label {
  border: 1px solid #000;
}

.checkbox-box.check-three input:checked~.chk-label span {
  font-family: 700;
  color: #30223b;
}

.checkbox-box.check-three input:checked~.chk-label i {
  color: #000;
}

.checkbox-box.check-three input:checked~.chk-label .home-img {
  filter: none;
}

.checkbox-box.check-three input:checked~.chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}

.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}

.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}

.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}

.checkbox-box.chk-four.chk-err input:checked~.chk-label {
  border: 1px solid var(--clr-red);
}

.checkbox-box.chk-four.chk-err input:checked~.chk-label i {
  color: var(--clr-red);
}

.checkbox-box.chk-four input:checked~.chk-label {
  border: 1px solid var(--clr-grn);
}

.checkbox-box.chk-four input:checked~.chk-label i {
  color: var(--clr-grn);
}

/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}

.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}

.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}

.checkbox-box.check-five input:checked~.chk-label {
  border: 1px solid #000;
}

.checkbox-box.check-five input:checked~.chk-label span {
  color: #000000;
}

.checkbox-box.check-five input:checked~.chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* checkbox 5 end */
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}

.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}

.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}

.modal-para p:last-child {
  margin-bottom: 0;
}

.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}

.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.modal-cross:hover i {
  transform: rotate(90deg);
}

.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}

.window-990 {
  max-width: 990px;
  padding: 0 15px;
}

.window-500 {
  max-width: 500px;
  padding: 0 15px;
}

.static-cont {
  margin-bottom: 32px;
}

.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}

.static-cont li p {
  margin-bottom: 10px;
}

.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}

.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ellipsis1 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.element-head {
  font-size: 40px;
  font-weight: bold;
}

/* content page */
.content-body {
  width: 100%;
  color: var(--grey);
}

.content-body img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 42px;
}

.content-body h2 {
  font-size: calc(var(--fs32) + 4px);
  font-family: "Tanker", sans-serif;
  margin-bottom: 16px;
}

.content-body h3 {
  font-size: calc(var(--fs32) + 2px);
  font-family: "Tanker", sans-serif;
  margin-bottom: 16px;
}

.content-body h4 {
  font-size: var(--fs32);
  font-family: "Tanker", sans-serif;
  margin-bottom: 16px;
}

.content-body h5 {
  font-size: var(--fs28);
  font-family: "Tanker", sans-serif;
  margin-bottom: 16px;
}

.content-body h6 {
  font-size: var(--fs24);
  font-family: "Tanker", sans-serif;
  margin-bottom: 16px;
}

.content-body p {
  font-size: var(--fs20);
  line-height: 1.6;
  margin-bottom: 40px;
  color: var(--grey);
}

.content-body p a {
  color: var(--red);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.content-body p a:hover {
  color: #fff;
}

.content-body ul {
  margin-bottom: 26px;
}

.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.content-body ul li p,
.content-body ul li a {
  margin-bottom: 0;
}

.content-body ul li a {
  color: var(--red);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.content-body ul li a:hover {
  color: #fff;
}

.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  top: 8px;
  left: 0;
  border-radius: 100%;
  overflow: hidden;
  background: var(--red);
}

.content-body ul li:last-child {
  margin-bottom: 0;
}

.content-body blockquote {
  border-radius: 10px;
  background: var(--red);
  color: var(--grey);
  font-size: var(--fs32);
  line-height: 1.6;
  padding: 40px;
  margin-bottom: 36px;
}

.content-body blockquote p {
  color: var(--grey);
  font-size: var(--fs32);
  margin-bottom: 16px;
}

.content-body blockquote p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1600px) {

  .content-body img,
  .content-body p {
    margin-bottom: 30px;
  }

  .content-body blockquote {
    padding: 30px;
    margin-bottom: 26px;
  }
}

@media all and (max-width: 1440px) {

  .content-body img,
  .content-body p {
    margin-bottom: 24px;
  }

  .content-body blockquote {
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

@media all and (max-width: 1440px) {

  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    margin-bottom: 8px;
  }
}

/* content page end */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}

.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}

.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}

.thankyou-hdn {
  font-size: 48px;
  color: #202135;
  margin-bottom: 18px;
}

.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}

.thankyou-para p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 990px) {
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}

@media all and (max-width: 480px) {
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.error-wrap {
  height: calc(100dvh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.error-wrap p {
  color: #b8b8b8;
  text-align: center;
  font-size: var(--fs24);
  line-height: 1.5;
}

.error-sec {
  overflow: hidden;
  position: relative;
}

.error-img {
  max-width: 640px;
  width: 100%;
  height: auto;
}

.ty-img {
  max-width: 1100px;
  width: 100%;
  height: auto;
}

.error-title {
  color: #fff;
  text-align: center;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  max-width: 447px;
}

@media all and (max-width: 1366px) {
  .ty-img {
    max-width: 800px;
  }

  .error-img {
    max-width: 520px;
  }

  .error-wrap {
    gap: 30px;
  }
}

@media all and (max-width: 990px) {
  .error-wrap {
    gap: 24px;
  }
}

/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background: transparent;
  cursor: pointer;
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs32);
  line-height: 1.2;
  outline: none;
  border: 0;
  display: flex;
  justify-content: space-between;
}

.accordion span {
  position: relative;
  background: var(--red);
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
}

.accordion span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion span::after,
.accordion span:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--white);
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.accordion span::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.panel {
  display: none;
  padding-top: 18px;
}

.panel p,
.panel a {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.8;
  margin-bottom: 20px;
}

.panel p:last-child,
.panel a:last-child {
  margin-bottom: 0;
}

.panel a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.panel a:hover {
  color: var(--red);
}

.panel img {
  width: fit-content;
}

.acc-item {
  padding: 32px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--grey);
}

.acc-item.active .accordion span::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

/*==========================================================================
=> Multiple Tab
==========================================================================*/
.tabs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: fit-content;
  position: relative;
}

.tabs ul li {
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.tabs ul li.active {
  color: var(--clr-black);
}

.indicator {
  width: 0;
  height: 1px;
  background: var(--clr-black);
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.comm-tab-wrap {
  width: 100%;
  margin: 50px auto;
}

.comm-tab-wrap ul.tabs {
  width: 100%;
  justify-content: center;
}

.comm-tab-wrap ul.tabs li {
  width: 100%;
  text-align: center;
  max-width: 270px;
  flex: 1;
}

.comm-tab-wrap .tab_container {
  max-width: 1060px;
  margin: 0 auto;
}

.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.comm-tab-box {
  width: 100%;
  margin-bottom: 60px;
}

/* Most common */
.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

.mb0 {
  margin-bottom: 0px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

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

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

.over-visible {
  overflow: visible;
}

.over-hidden {
  overflow: hidden !important;
}

.swiper {
  margin: 0;
}

.swiper-slide {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.swiper-fitw .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-fitw .swiper-slide {
  width: fit-content;
}

.swiper-op .swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
}

.swiper-op .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.swiper-height .swiper-slide {
  height: auto;
}

.swiper-height .swiper-slide>div {
  height: 100%;
}

.txt-red {
  color: var(--red) !important;
}

.txt-grey {
  color: var(--grey) !important;
}

.font-tanker {
  font-family: "Tanker", sans-serif !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.font16r {
  color: var(--white);
  font-size: var(--fs16);
  line-height: 1.2;
  letter-spacing: 0.54px;
}

.font18r {
  color: var(--white);
  font-size: var(--fs18);
  line-height: 1.2;
  letter-spacing: 0.54px;
}

.font18r1 {
  color: var(--white);
  font-size: var(--fs18);
  line-height: 1.2;
  letter-spacing: 0.54px;
  padding-left: 23px;
  padding-right: 15px;
}

.font22r {
  color: var(--white);
  font-size: var(--fs22);
  line-height: 1.2;
  letter-spacing: 0.54px;
}

.font24r {
  color: var(--white);
  font-size: var(--fs24);
  line-height: 1.2;
  letter-spacing: 0.54px;
}

.font30r {
  color: var(--white);
  font-size: var(--fs30);
  line-height: 1.2;
  letter-spacing: 0.54px;
}

.font36r {
  color: var(--white);
  font-size: var(--fs36);
  line-height: 1.2;
}

.font48r {
  color: var(--white);
  font-size: var(--fs48);
  line-height: 1.2;
}

.font72r {
  color: var(--white);
  font-size: var(--fs72);
  line-height: 1;
}

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

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

.t-ul {
  text-decoration: underline;
}

.comm-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comm-cont p {
  color: var(--clr-black);
  font-size: var(--fs18);
}

.comm-cont ul ul {
  margin-top: 16px;
}

.comm-cont ul ul li::before {
  border-radius: 0;
  width: 8px;
  height: 2px;
}

.comm-cont ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  color: var(--clr-black);
  font-size: var(--fs18);
}

.comm-cont ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 10px;
  left: 0;
  background: var(--clr-green);
}

.comm-cont ul li:last-child {
  margin-bottom: 0;
}

.comm-btn-flex {
  display: flex;
  gap: 16px;
}

.comm-btn-flex .comm-nav-icon:first-child i {
  rotate: 180deg;
}

.comm-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-black);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.comm-nav-icon:hover {
  background: var(--clr-black);
}

.comm-nav-icon:hover i {
  color: var(--clr-white);
}

.comm-nav-icon i {
  color: var(--clr-black);
  font-size: 12px;
}

.comm-nav-icon.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.comm-nav {
  cursor: pointer;
  width: 48px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.comm-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.comm-nav.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.anim-text div {
  background: linear-gradient(to right,
      var(--clr-white) 50%,
      var(--clr-grey) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.3;
}

.comm-video-box {
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
}

.comm-video-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-pagination {
  margin-top: 60px;
}

.comm-pagination ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.comm-pagination li {
  font-size: var(--fs24);
  font-weight: 600;
  letter-spacing: -0.72px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comm-pagination li span {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.comm-pagination li a,
.comm-pagination li span {
  color: var(--clr-black);
}

.comm-pagination li .next span,
.comm-pagination li .prev span {
  color: var(--clr-maroon);
}

.comm-pagination li .current {
  background: var(--clr-maroon);
  color: var(--clr-white);
}

/* Most common end */
/*==========================================================================
=> Animation
==========================================================================*/
/* Text Focus Starts */
/* Base hidden state */
[data-anim] {
  opacity: 0;
  will-change: transform, opacity, filter;
}

/* Individual start states */
[data-anim="blur"] {
  filter: blur(12px);
}

[data-anim="fade-up"] {
  transform: translateY(50px);
}

/* Animation triggers */
.text-focus-in {
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.fade-in-bottom {
  animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* Keyframes — ONLY final state */
@keyframes text-focus-in {
  to {
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/*==========================================================================
=> Pre-footer
==========================================================================*/
.put-wrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.put-wrap .we-sm-hdn {
  margin-bottom: 16px;
}

.put-hdn {
  color: var(--white);
  text-align: center;
  font-family: "Tanker", sans-serif;
  /* font-size: var(--fs160); */
  font-size: 130px;
  line-height: 0.8;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.put-link-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.put-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.put-icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  flex-shrink: 0;
}

.put-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.put-link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.put-link-wrap a {
  color: var(--white);
  font-size: var(--fs28);
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.put-link-wrap a::after {
  display: none;
}

.put-link-wrap a:first-child::after {
  display: none;
}

.put-link-wrap a:hover {
  color: var(--red);
}

/*==========================================================================
=> Footer
==========================================================================*/
.footer-wrap {
  padding-top: var(--spc4080);
  position: relative;
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  inset: 0;
  margin-bottom: 40px;
}

.hidden-images {
  display: none;
}

.footer-top-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  z-index: 3;
  position: relative;
}

.footer-home-link {
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs128);
  line-height: 1;
  display: block;
  margin-bottom: 50px;
}

.footer-left {
  max-width: 420px;
  width: 100%;
}

.certi-list-wrap {
  display: flex;
  gap: 40px;
}

.certi-img {
  width: fit-content;
  min-width: 60px;
}

.certi-img img {
  object-fit: contain;
}

.footer-right {
  flex: 1;
}

.footer-right .f-row {
  gap: 30px 0;
}

.footer-link-box {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.35);
  overflow: hidden;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  height: 100%;
}

.footer-link-box .f-row {
  gap: 20px 0;
}

.footer-hdn {
  color: #fff;
  font-size: var(--fs20);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}

.sitemap-box a {
  color: #fff;
  font-size: var(--fs16);
  line-height: 1.6;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.sitemap-box a:hover {
  color: var(--red);
}

.location-box a {
  color: #fff;
  font-size: var(--fs16);
  line-height: 1.6;
  padding-left: 46px;
  position: relative;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.location-box a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../img/footer-location-icon.svg") no-repeat center;
  background-size: contain;
}

.location-box a:hover {
  color: var(--red);
}

.social-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.social-box .footer-hdn {
  margin-bottom: 0;
}

.social-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.social-wrap a {
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.social-wrap a:hover {
  background: rgba(223, 31, 38, 0.4);
}

.social-wrap a img {
  display: block;
  object-fit: contain;
}

.footer-btm-wrap {
  z-index: 3;
  position: relative;
  margin-top: 300px;
  padding: 20px 0;
  background: var(--black);
}

.footer-btm-wrap .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
}

.footer-btm-wrap p {
  color: #b8b8b8;
  font-size: var(--fs16);
  line-height: 1.5;
}

.footer-btm-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer-btm-link a {
  color: #b8b8b8;
  font-size: var(--fs16);
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.footer-btm-link a:hover {
  color: var(--red);
}

.mfp-ready .comm-popup-container:not(.contact-container) {
  backdrop-filter: blur(5px);
}

.comm-popup-container {
  width: 100%;
  padding: 0 20px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.mfp-wrap {
  overflow: hidden !important;
}

.mfp-wrap::-webkit-scrollbar {
  width: 6px;
}

.mfp-wrap::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.mfp-wrap::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.comm-popup-box {
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  background: var(--red);
  padding: 0 0 30px 0;
  pointer-events: all;
  max-width: 800px;
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.comm-popup-close {
  width: 48px;
  height: 48px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}

.comm-popup-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-popup-hdn {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs48);
  line-height: 1;
  padding: 20px;
  flex-shrink: 0;
}

.comm-popup-cont {
  border-radius: 10px;
  background: #121313;
  padding: 40px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  scroll-behavior: smooth;
}

.comm-popup-cont::-webkit-scrollbar {
  width: 6px;
}

.comm-popup-cont::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.comm-popup-cont::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.address-popup-box {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.address-cont p {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs64);
  line-height: 1.2;
  margin-bottom: 60px;
}

.address-cont .put-link-wrap a {
  font-size: var(--fs24);
}

.address-cont .put-link-box {
  justify-content: flex-start;
}

.contact-cont {
  display: flex;
  flex: 1;
  gap: 48px;
  padding: 40px 30px;
  /* Reduced internal side padding for better focus on red frame */
  border-radius: 10px;
  /* Rounded corners for the black box floating in red frame */
  margin-bottom: 0px;
  /* Aligns perfectly at bottom */
}

.comm-popup-container.contact-container {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  /* Full right alignment with no padding */
  overflow: hidden;
  backdrop-filter: none;
  /* Disable global blur for this specific container */
}

.comm-popup-container.contact-container.active {
  backdrop-filter: blur(5px);
  transition: backdrop-filter 0.4s ease;
  /* Fade in smoothly, disappear instantly on close */
}

.comm-popup-container.contact-container.active .contact-popup-box {
  transform: translateX(0%);
}

.contact-popup-box {
  max-width: 1073px;
  width: 100%;
  height: 100vh;
  /* Full screen height */
  max-height: 100vh !important;
  /* Override comm-popup-box max-height */
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  /* Smooth pop in/out */
  -webkit-transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 0;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--red);
  /* The red frame */
  padding: 0 10px 10px 10px;
  /* Minimal 10px gap as requested */
  overflow: hidden;
}

.contact-data-wrap {
  max-width: 285px;
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-data {
  margin-bottom: 300px;
}

/* Utility class for spacing before next location heading */
.contact-gap {
  display: block;
  /* ensures it sits on its own line */
  margin-bottom: 16px;
  /* adjust gap size as needed */
}

.contact-data .comm-card-hdn {
  margin-bottom: 4px;
}

.contact-data a {
  color: var(--grey);
  font-size: var(--fs18);
  line-height: 1.4;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.contact-data a:hover {
  color: var(--red);
}

.contact-form {
  flex: 1;
}

.captcha-form {
    padding-bottom: 10px;
    margin-left: 15px;
} 
.contact-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 14px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 15px;
}

@media all and (max-width: 1800px) {
  .footer-home-link {
    margin-bottom: 40px;
  }

  .certi-img {
    height: 90px;
  }
}

@media all and (max-width: 1600px) {
  .location-box a:before {
    width: 24px;
    height: 24px;
  }

  .location-box a {
    padding-left: 34px;
  }

  .footer-link-box {
    padding: 20px 16px;
  }

  .social-wrap {
    gap: 14px;
  }

  .social-wrap a {
    width: 40px;
    height: 40px;
  }

  .footer-hdn {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1440px) {
  .footer-btm-wrap {
    margin-top: 200px;
  }

  .address-cont p {
    margin-bottom: 70px;
  }

  .comm-popup-box,
  .comm-popup-cont {
    padding: 20px 16px;
  }

  .address-popup-box {
    max-width: 840px;
  }

  .comm-popup-close {
    width: 36px;
    height: 36px;
  }
}

@media all and (max-width: 1366px) {
  .footer-left {
    max-width: 300px;
  }

  .footer-home-link {
    margin-bottom: 20px;
  }

  .certi-list-wrap {
    gap: 20px;
  }

  .comm-popup-close {
    width: 30px;
    height: 30px;
    right: 16px;
  }
}

@media all and (max-width: 1200px) {
  .footer-top-wrap {
    gap: 30px;
    flex-direction: column;
  }

  .footer-link-box .f-row {
    gap: 14px 0;
  }
}

@media all and (max-width: 990px) {
  .footer-btm-wrap {
    padding: 16px 0;
  }

  .footer-bg {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 640px) {
  .location-box a:before {
    width: 20px;
    height: 20px;
  }

  .social-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-wrap a {
    width: 34px;
    height: 34px;
  }

  .comm-popup-box,
  .comm-popup-cont {
    padding: 14px 10px;
  }

  .comm-popup-close {
    right: 10px;
  }
}

@media all and (max-width: 480px) {

  .footer-btm-wrap p,
  .footer-btm-link a {
    font-size: 14px;
  }

  .social-wrap {
    gap: 10px;
  }

  .footer-bg {
    margin-bottom: 100px;
  }

  .comm-popup-hdn {
    padding: 14px 42px 14px 0;
  }

  .footer-link-box {
    padding: 16px;
  }
}

.container {
  max-width: 1750px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main-container {
  padding-top: var(--header-height);
}

.about-container {
  padding-top: 50px;
}

.comm-section-wm {
  margin: var(--spc4080) 0;
  padding: var(--spc4080) 0;
  position: relative;
}

.comm-section {
  padding: var(--spc4080) 0;
  position: relative;
}


img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Work Starts */
.fp-wrap .f-row {
  gap: 42px 0;
}

.fp-box {
  display: block;
  width: 100%;
}

.fp-box .comm-card-hdn {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.fp-box:hover .button {
  opacity: 1;
  top: 50%;
  visibility: visible;
}

.fp-box:hover .fp-img::after {
  opacity: 1;
  visibility: visible;
}

.fp-box:hover .comm-card-hdn {
  color: var(--red);
}

.fp-img-box {
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
  height: 490px;
  overflow: hidden;
}

.fp-img-box .button {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.fp-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.fp-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.work-tab-wrap {
  margin: 0 auto 36px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 26px;
}

.work-tab-wrap::-webkit-scrollbar {
  height: 6px;
}

.work-tab-wrap::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.work-tab-wrap::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.work-tab-wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 32px;
  margin: 0 auto;
}

.work-tab-wrap li {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.work-tab-wrap li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -14px;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.work-tab-wrap li.active::before {
  clip-path: inset(0);
}

.work-tab-wrap a {
  color: #fff;
  font-size: 16px;
}

.work-wrap .f-row {
  gap: 50px 0;
}

.work-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 0.74;
  position: relative;
}

.work-box:hover .work-cont {
  opacity: 1;
  top: 50%;
  visibility: visible;
}

.work-box:hover .work-img::after {
  opacity: 1;
  visibility: visible;
}

.work-cont {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.work-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.comm-see-section {
  width: 100vw;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: var(--spc4080) 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comm-see-section .comm-sec-hdn {
  z-index: 3;
  position: relative;
  padding: 16px;
}

.comm-see-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: var(--red);
  z-index: 2;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.comm-see-section:hover:before {
  opacity: 0;
  visibility: hidden;
}

.comm-see-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.comm-see-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-see-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: var(--red);
  mix-blend-mode: multiply;
  z-index: 1;
}

.reel-popup-box {
  width: 100%;
  display: block;
  aspect-ratio: 2.3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.reel-popup-box:hover .popup-float-btn {
  opacity: 1;
}

.reel-cont {
  position: absolute;
  padding: 32px;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 1050px;
  width: 100%;
}

.reel-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.reel-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.popup-float-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  opacity: 0;
  border: 1px solid var(--white);
  color: var(--white);
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  height: 60px;
  padding: 0 16px 0 4px;
  border-radius: 60px;
  overflow: hidden;
  cursor: pointer;
  pointer-events: none;
  will-change: transform;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.btn-elem {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.btn-elem::before {
  content: "";
  background: var(--p-red);
  position: absolute;
  inset: 0;
  border-radius: 100%;
  overflow: hidden;
}

.btn-elem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 16px;
  z-index: 2;
  background: url(../img/play-btn.svg) no-repeat center / contain;
}

.reel-popup-video {
  background: var(--red);
  padding: 34px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.reel-popup-video iframe {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2.1;
}

.reel-popup-hdn-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.reel-popup-hdn {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs48);
  line-height: 1;
}

.reel-popup-close {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

.mfp-close {
  display: none !important;
}

.rr-wrap .f-row {
  gap: 30px 0;
}

.rr-box {
  width: 100%;
}

.rr-img-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.85;
  position: relative;
  margin-bottom: 24px;
  cursor: pointer;
}

.rr-img-box:hover .popup-float-btn {
  opacity: 1;
}

.rr-img {
  width: 100%;
  height: 100%;
}

.award-box {
  width: 100%;
}

.award-box:hover .award-img {
  opacity: 1;
}

.award-img-box {
  width: 100%;
  aspect-ratio: 2.07;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}

.award-img {
  background: var(--red);
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-img img {
  width: 155px;
  aspect-ratio: 1;
  object-fit: contain;
}

.award-cont {
  padding-inline: 50px;
  position: relative;
}

.award-cont::before {
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/award-elem-left.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.award-cont::after {
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/award-elem-right.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.award-hdn {
  color: var(--white);
  text-align: center;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs24);
  line-height: 1.5;
  margin-bottom: 2px;
}

.award-sm-hdn {
  color: var(--white);
  text-align: center;
  font-size: var(--fs14);
  line-height: 1.1;
}

.award-sm-hdn:last-child {
  font-size: 16px;
  color: #b8b8b8;
  margin-top: 6px;
}

/* Work Ends */
/* Career Starts */
.career-top-box {
  width: 100%;
  display: block;
  aspect-ratio: 2.3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.career-video-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.career-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-video-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 63%);
  z-index: 1;
}

.career-top-cont {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 20px 48px 48px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  z-index: 2;
  gap: 24px;
}

.career-cont-left {
  max-width: 680px;
  width: 100%;
  flex: 1;
}

.career-cont-left .comm-para p {
  color: #c9c9c9;
  font-weight: 500;
}

.job-opening-item {
  width: 100%;
  padding: 42px 0;
  border-top: 1px solid #b8b8b8;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}

.job-opening-item:hover .job-btn {
  transform: rotate(-45deg);
}

.job-opening-hdn {
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs36);
  line-height: 1;
}

.job-cont {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  gap: 14px 24px;
  flex-wrap: wrap;
}

.job-cont p {
  color: #fff;
  font-size: var(--fs20);
  line-height: 1.6;
}

.job-cont p:first-child {
  font-weight: 700;
}

.job-btn {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.job-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#jobOpening {
  scroll-margin-top: calc(var(--header-height) + 10px);
}

.llg-mob-wrap {
  display: none;
}

.llg-wrap {
  position: sticky;
  top: calc(var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  height: calc(100vh - (var(--header-height)));
  padding: 55px 0;
}

.llg-cont-wrap {
  max-width: 500px;
  width: 100%;
}

.llg-img-swiper {
  width: 100%;
  height: 100%;
  margin: 0;
}

.llg-img-swiper .swiper-slide-prev .llg-img,
.llg-img-swiper .swiper-slide-active .llg-img {
  clip-path: inset(0% 0% 0% 0%);
}

.llg-img-swiper .swiper-slide-prev .llg-img img,
.llg-img-swiper .swiper-slide-active .llg-img img {
  transform: scale(1);
}

.llg-cont-wrap {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.llg-hdn-swiper {
  height: 200px;
}

.llg-hdn {
  color: var(--p-red);
  font-family: Tanker;
  font-size: var(--fs230);
  line-height: 1;
}

.llg-img {
  width: 100%;
  height: 100%;
  clip-path: inset(0% 0% 0% 100%);
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.llg-img img {
  transform: scale(1.5);
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.llg-cont-swiper {
  width: 100%;
}

.llg-height {
  position: relative;
}

.lig-anim-wrap {
  display: flex;
  gap: 60px;
  height: 100%;
  max-width: 1000px;
  width: 100%;
}

.lig-anim-box {
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 100%;
  position: relative;
}

.lig-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2%;
  background: var(--white);
}

.lig-circle {
  width: 12px;
  height: 12px;
  border: 3px solid var(--white);
  border-radius: 100%;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

/* Career Ends */
/* Work Detail Starts */
.work-detail-wrap p {
  color: #b8b8b8;
  font-size: var(--fs20);
  line-height: 1.8;
  margin-bottom: 40px;
}

.work-detail-wrap p:last-child {
  margin-bottom: 0;
}

.overview-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 30px;
}

.overview-wrap:last-child {
  margin-bottom: 0;
}

.overview-cont {
  max-width: 670px;
  width: 100%;
}

.overview-cont p {
  color: #bbbbbb;
  font-size: var(--fs20);
  line-height: 1.8;
  margin-bottom: 40px;
}

.overview-cont p:last-child {
  margin-bottom: 0;
}

.overview-img {
  flex: 1;
}

.overview-num-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}

.overview-num-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}

.overview-num-box p {
  color: #b8b8b8;
  text-align: center;
  font-size: var(--fs20);
  line-height: 1.2;
}

.overview-num {
  color: var(--red);
  text-align: center;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs96);
  line-height: 1.1;
}

.credits-popup-box {
  width: 100%;
  display: block;
  aspect-ratio: 1.78;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}

.credits-popup-box:hover .popup-float-btn {
  opacity: 1;
}

.credits-box {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 48px;
}

.credits-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.credits-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px 70px;
  flex-wrap: wrap;
}

.credit-item h4 {
  width: 130px;
  margin-bottom: 10px;
}

.credit-item p {
  color: #b8b8b8;
  font-size: var(--fs20);
  line-height: 1.2;
  text-transform: capitalize;
}

.action-grid .f-row {
  gap: 30px 0;
}

.action-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.76;
  position: relative;
}

.ba-slider {
  position: relative;
  height: 530px;
  margin-bottom: 42px;
  user-select: none;
}

.compare-img {
  width: 100%;
  height: 100%;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  user-select: none;
  pointer-events: none;
}

.handle {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  width: 0.7px;
  margin-left: -2px;
  cursor: ew-resize;
  z-index: 101;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.56);
  height: 100%;
  transform: translateY(-50%);
  touch-action: none;
}

.handle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  text-align: center;
  background-color: #ffffff;
  background: #ffffff url("../img/compare.svg") no-repeat center;
  background-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.56);
}

.compare-thumb-img {
  height: 172px;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.blog-search {
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid rgba(249, 249, 250, 0.1);
  background: rgba(116, 117, 119, 0.1);
  padding: 0 24px 0 60px;
  height: 60px;
  position: relative;
  max-width: 412px;
  width: 100%;
}

.blog-search::before {
  content: "";
  background: url("../img/Search.svg") no-repeat center / contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-search input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: var(--fs16);
  line-height: 1.6;
}

.blog-search input::placeholder {
  color: #bbbbbb;
}

.blog-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

.blog-hdn-wrap .work-tab-wrap {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.blog-hdn-wrap .work-tab-wrap::-webkit-scrollbar {
  height: 4px;
}

.blog-hdn-wrap .work-tab-wrap::-webkit-scrollbar-thumb {
  /* background: var(--red); */
  background: #d1d1d1;
  border-radius: 10px;
}

.blog-hdn-wrap .work-tab-wrap::-webkit-scrollbar-track {
  /* background: var(--red); */
  background: #2c2c2c;
  border-radius: 10px;
}

/* Work Detail Ends */
/* Blog Starts */
:root {
  --blogSpace: 40px;
}

.blog-wrap .f-row {
  gap: calc(var(--blogSpace) * 2.5) 0;
  margin-left: calc(-1 * var(--blogSpace));
  margin-right: calc(-1 * var(--blogSpace));
}

.blog-wrap .f-col {
  display: flex;
  height: auto;
  padding: 0 var(--blogSpace);
}

.blog-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.6;
}

.blog-cont {
  flex: 1;
}

.blog-cont ul {
  display: flex;
  align-items: center;
  gap: 8px 20px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.blog-cont li {
  color: #b8b8b8;
  font-size: var(--fs16);
  line-height: 1;
  position: relative;
}

.blog-cont li::after {
  content: "";
  background: #b8b8b8;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
}

.blog-cont li:last-child::after {
  display: none;
}

.blog-cont p {
  color: var(--white);
  font-size: var(--fs20);
  line-height: 1.6;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fb-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}

.fb-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fb-img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.68;
}

.fb1 {
  grid-area: 1 / 1 / 3 / 2;
}

.fb1 .fb-img {
  aspect-ratio: 2.2;
}

.fb2 {
  grid-area: 1 / 2 / 2 / 3;
  flex-direction: row;
}

.fb2 .fb-img {
  width: 412px;
}

.fb3 {
  grid-area: 2 / 2 / 3 / 3;
  flex-direction: row;
}

.fb3 .fb-img {
  width: 412px;
}

.load-more-wrap {
  margin-top: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Blog Ends */
/* About Starts */
.ab-height {
  position: relative;
  height: 350vh;
}

.ab-sticky {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
}

.ab-sticky .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}

.ab-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ab-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.ab-cont-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
}

.ab-trigger {
  position: absolute;
}

.ab-trigger.ab-1 {
  top: 100vh;
}

.ab-trigger.ab-2 {
  top: 200vh;
}

.ab-trigger.ab-3 {
  top: 300vh;
}

.ab-trigger.ab-4 {
  top: 400vh;
}

.ab-cont {
  max-width: 990px;
  width: 100%;
}

.ab-para {
  padding: 12px 0 40px;
  display: none;
}

.ab-para p {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.6;
}

.ab-line-box {
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 156px;
  position: relative;
}

.ab-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2%;
  background: var(--white);
}

.ab-circle {
  width: 12px;
  height: 12px;
  border: 3px solid var(--white);
  border-radius: 100%;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.team-tab-wrap {
  margin: 0 auto 36px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 26px;
}

.team-tab-wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 32px;
  margin: 0 auto;
}

.team-tab-wrap li {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.team-tab-wrap li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -14px;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-tab-wrap li.active::before {
  clip-path: inset(0);
}

.team-tab-wrap a {
  color: #fff;
  font-size: 16px;
}

.team-card {
  width: 100%;
  height: 520px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #000000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-card:hover {
  background: var(--red);
}

.team-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.team-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.team-img img {
  object-position: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.team-card {
  will-change: transform;
  overflow: hidden;
}

.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 24px;
  z-index: 2;
}

.team-info p {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.2;
  text-transform: capitalize;
}

.team-name {
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs36);
  line-height: 1;
  margin-bottom: 8px;
}

.team-wrap .f-row {
  margin-bottom: 50px;
  gap: 30px 0;
}

.team-wrap .f-row:last-child {
  margin-bottom: 0;
}

.dos-card {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.dos-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.dos-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(23, 25, 25, 0) 60%,
      rgba(23, 25, 25, 0.8) 80%,
      #171919 100%);
  z-index: 1;
}

.dos-swiper {
  overflow: hidden;
  cursor: grab;
}


.dos-swiper .swiper-slide {
  width: 480px;
  /* Fixed width for premium feel */
  transition: transform 0.4s ease;
}

@media (max-width: 1440px) {
  .dos-swiper .swiper-slide {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .dos-swiper .swiper-slide {
    width: 280px;
  }
}

.dos-info {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 24px 24px;
}

.dos-info a {
  color: var(--grey);
  font-size: 14px;
  line-height: 1.7;
  text-transform: lowercase;
}

.dos-lang {
  color: #fff;
  text-align: center;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs48);
  line-height: 1;
  text-transform: uppercase;
}

.dos-time {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.2;
  margin-bottom: 8px;
}

.dos-name {
  color: var(--white);
  font-family: "Tanker", sans-serif;
  font-size: var(--fs36);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.journey-tab-wrap {
  margin: 0 auto 36px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 26px;
}

.journey-tab-wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 32px;
  margin: 0 auto;
}

.journey-tab-wrap li {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.journey-tab-wrap li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.journey-tab-wrap li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -14px;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.journey-tab-wrap li.active::before {
  clip-path: inset(0);
}

.journey-tab-wrap a {
  color: #fff;
  font-size: 16px;
}

.journey-wrap {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.journey-year-box {
  max-width: 230px;
  width: 100%;
  max-height: 600px;
  height: 70svh;
  overflow: hidden;
  overflow-y: auto;
  flex-shrink: 0;
}

.journey-year-box::-webkit-scrollbar {
  width: 2px;
}

.journey-year-box::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.journey-year-box::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.journey-year-box ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 74px;
}

.journey-year-box li {
  color: var(--white);
  text-align: right;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs24);
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.journey-year-box li.active {
  opacity: 1;
}

.journey-year-box li.active::after {
  clip-path: inset(0);
}

.journey-year-box li::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.journey-cont-container {
  max-width: 1284px;
  width: 100%;
}

.journey-cont-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.journey-hdn {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs48);
  line-height: 1;
  margin-bottom: 12px;
}

.journey-para {
  height: 240px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 6px;
}

.journey-para::-webkit-scrollbar {
  width: 2px;
}

.journey-para::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.journey-para::-webkit-scrollbar-track {
  background: #2c2c2c;
  border-radius: 10px;
}

.journey-para p {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.8;
}

.journey-para a {
  color: var(--p-red);
  font-size: var(--fs20);
  line-height: 1.8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.journey-para a:hover {
  color: var(--white);
}

.journey-cont-swiper .swiper-slide>p {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.8;
}

.journey-cont {
  max-width: 412px;
  width: 100%;
}

.journey-img {
  max-width: 600px;
  width: 100%;
  aspect-ratio: 0.9;
}

.comm-nav-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.comm-nav {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid var(--white);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.comm-nav::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.comm-nav:first-child {
  transform: rotate(180deg);
}

.comm-nav:hover {
  background: var(--white);
}

.comm-nav:hover::after {
  border-bottom: 2px solid var(--black);
  border-right: 2px solid var(--black);
}

.journey-mob-year {
  display: none;
}

/* About Ends */
/* Home Starts */
.banner-height {
  height: 200vh;
  position: relative;
}

.banner-hdn {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs72);
  line-height: 1;
  opacity: 0;
  transform: translateY(200%);
}

.we-section {
  width: 100%;
  /* height: 100dvh; */
  overflow: hidden;
  padding: 8em 0;
}

.we-section .container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.we-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 950px;
  width: 100%;
}

.we-box p {
  color: var(--grey);
  font-size: var(--fs20);
  line-height: 1.8;
  max-width: 920px;
}

.we-sm-hdn {
  color: var(--red);
  font-family: "Tanker", sans-serif;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

.we-hdn {
  color: var(--white);
  text-align: center;
  font-family: "Tanker", sans-serif;
  font-size: clamp(70px, 18.23vw, 350px);
  line-height: 0.8;
  text-transform: uppercase;
}

.we-anim-wrap {
  position: relative;
}

.we-anim-box,
.put-anim-box {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  background: var(--p-red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}

.we-anim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.we-ears-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  position: absolute;
  transform: translateY(50%);
}

.we-anim0 .we-ears-wrap,
.put-anim0 .we-ears-wrap {
  width: 36px;
}

.we-anim1 .we-ears-wrap {
  width: 60px;
}

.we-anim2 .we-ears-wrap,
.put-anim2 .we-ears-wrap {
  width: 70px;
}

.we-ear-1 img {
  transform: scaleX(-1);
}

.we-ears {
  height: 16px;
}

.we-anim0 .we-ears,
.put-anim0 .we-ears {
  transform: translateX(50%);
}

.we-anim0 .we-ears:first-child,
.put-anim0 .we-ears:first-child {
  transform: translateX(-50%);
}

.we-antina {
  width: 10px;
  transform-origin: center bottom;
}

.we-antina img {
  object-fit: contain;
  object-position: bottom;
}

.we-face-bg {
  position: absolute;
}

.we2-face,
.we3-face,
.we1-face {
  display: flex;
  align-items: center;
  justify-content: center;
}

.we-face-comm {
  z-index: 2;
}

.we-antina,
.we-ears-wrap {
  z-index: 1;
}

.we-anim1 .we-antina {
  top: -20px;
  position: relative;
}

.we-anim2 .we-antina,
.put-anim2 .we-antina {
  top: -13px;
  position: relative;
}

.we1-face {
  width: 32px;
  height: 58px;
  background: var(--white);
}

.we1-face .we-face-comm {
  width: 30px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.we-anim0 {
  top: -30px;
  left: -65px;
  transform: translateX(-270%);
}

.we-anim1 {
  bottom: -15px;
  left: 41%;
  transform: translateY(260%);
}

.we-anim2 {
  right: -60px;
  top: 80px;
  transform: translateX(270%);
}

.put-anim0 {
  top: -40px;
  right: 203px;
  transform: translateX(270%);
}

.put-anim2 {
  left: 198px;
  bottom: -15px;
  transform: translateX(-270%);
}

/* Unfolded put-anim logic absorbed into we-anim grouping above */

.we-anim-mob {
  display: none;
}

.put-anim-mob {
  display: none;
}

.trust-hdn {
  /* color: var(--white); */
  text-align: center;
  font-family: "Tanker", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--red);
}

.trust-img-box {
  display: flex;
  align-items: center;
}

.trust-img {
  flex: 1;
  aspect-ratio: 1.78;
  border: 0.5px solid #393f3f;
  position: relative;
}

.trust-img.active::after {
  opacity: 1;
}

.trust-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.trust-img img {
  object-fit: contain;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.fr-box {
  width: 100%;
  position: relative;
  pointer-events: none;
  display: block;
  aspect-ratio: 2.1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.fr-box::after {
  content: "";
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  inset: 0;
  z-index: 4;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.fr-swiper {
  overflow: visible;
}

.fr-swiper .swiper-wrapper {
  align-items: center;
  padding: 60px 0 100px;
}

.fr-swiper .swiper-slide {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.fr-swiper .swiper-slide-active {
  transform: scale(1.16);
}

.fr-swiper .swiper-slide-active .fr-box {
  pointer-events: all;
}

.fr-swiper .swiper-slide-active .fr-box:hover .popup-float-btn {
  opacity: 1;
}

.fr-swiper .swiper-slide-active .fr-box:hover::after {
  opacity: 1;
  visibility: visible;
}

.fr-swiper .swiper-slide-active .fr-box::after {
  opacity: 0;
  visibility: hidden;
}

.fr-video {
  width: 100%;
  height: 100%;
}

.fr-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-hdn {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs64);
  line-height: 1.5;
  position: absolute;
  left: 24px;
  bottom: 3px;
  z-index: 2;
}

.fr-pagi-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: 0 auto;
}

.fr-float {
  position: fixed;
  bottom: -100px;
  z-index: 55;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
}

.is-float {
  position: fixed;
  bottom: -100px;
  z-index: 55;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
}

.fr-play-btn {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: rgba(249, 249, 250, 0.1);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fr-play-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-play-btn::before {
  content: "❚❚";
  font-size: 18px;
  color: #fff;
}

.fr-play-btn.paused::before {
  content: "▶";
}

.fr-pagi {
  gap: 14px;
  width: fit-content !important;
  background: rgba(249, 249, 250, 0.1);
  height: 60px;
  padding: 0 32px;
  overflow: hidden;
  border-radius: 60px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fr-pagi .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #8c8c8c;
  border-radius: 4px;
  overflow: hidden;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.fr-pagi .swiper-pagination-bullet i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 4px;
  overflow: hidden;
}

.fr-pagi .swiper-pagination-bullet-active {
  width: 50px !important;
}

.is-section {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  margin: var(--spc4080) 0;
}

.is-section .container {
  position: relative;
  padding: 0 5%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}

.is-section::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.image-bg-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-bg {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.post-bg::after {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  z-index: 2;
}

.post-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}

.is-btn-wrap {
  position: absolute;
  top: 30px;
  right: 6%;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  z-index: 20;
}


.is-cont-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 35%;
  max-width: 35%;
  z-index: 10;
  position: relative;
  height: 100%;
}

.is-cont-swiper {
  width: 100%;
  position: relative;
  z-index: 5;
  opacity: 1;
  transform: none;
}

.image-swiper {
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
  height: 100%;
  z-index: 5;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.image-swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: visible;
}

.image-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.6s ease-out;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 60vh;
  max-height: 600px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30vh;
  transform: translateX(100%);
}

/* Active slide - fade in from right */
.image-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 10 !important;
  transform: translateX(0) !important;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

/* Previous slide - fade out to left quickly */
.image-swiper .swiper-slide-prev {
  opacity: 0 !important;
  z-index: 5 !important;
  transform: translateX(-50%) !important;
  transition: opacity 0.3s ease-in, transform 0.4s ease-in !important;
}

/* Next slide - waiting off-screen on right */
.image-swiper .swiper-slide-next {
  opacity: 0 !important;
  z-index: 1 !important;
  transform: translateX(100%) !important;
}

/* All other slides - hidden */
.image-swiper .swiper-slide-next-2,
.image-swiper .swiper-slide-prev-2 {
  opacity: 0 !important;
  z-index: 1 !important;
  transform: translateX(100%) !important;
}

/* Section-level pagination controls */
.is-section .is-pagi-wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  justify-content: center;
  z-index: 25;
  pointer-events: auto;
}


.post-image {
  aspect-ratio: 16/10;
  border-radius: 12px;
  overflow: hidden;
  opacity: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-hdn {
  color: #fff;
  font-family: "Tanker", sans-serif;
  font-size: var(--fs48);
  line-height: 1.3;
  margin-bottom: 18px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.is-cont p {
  color: var(--white);
  font-size: var(--fs20);
  line-height: 1.8;
  margin-bottom: 60px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.is-mob-section {
  display: none;
}

.accolades-popup-box {
  width: 100%;
  max-width: 1400px;
  height: 85vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.accolades-cont {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #121313;
  border-radius: 10px;
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
}

.accolades-cont::-webkit-scrollbar {
  width: 2px;
}

.accolades-cont::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.accolades-cont::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.accolades-tab-wrap {
  position: sticky;
  top: 0;
  background: #121313;
  padding: 15px 0;
  z-index: 3;
  flex-shrink: 0;
}

.accolades-tab-wrap ul li.active {
  font-weight: 700;
}

.accolades-tab-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.accolades-tab-container::-webkit-scrollbar {
  width: 2px;
}

.accolades-tab-container::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

.accolades-tab-container::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.accolades-tab {
  height: auto;
  min-height: 100%;
}

.accolades-tab .work-wrap {
  padding-right: 15px;
}

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

/* Contact Form 7 Messages */
/* Submit button container */
.wpcf7-form .w100:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

/* Force response output to be inline */
.wpcf7-form .wpcf7-response-output {
  width: auto !important;
  flex: 1;
}

/* Loader/Spinner - position to right of submit button */
.wpcf7-spinner {
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: middle;
}

/* Response messages - appear beside submit button */
.wpcf7-response-output {
  color: #fff !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  display: inline-block;
  flex: 0 0 auto;
}

/* Success message */
.wpcf7-mail-sent-ok {
  color: #2ecc71 !important;
}

/* Error messages */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  color: #e74c3c !important;
}

/* Spam blocked */
.wpcf7-spam-blocked {
  color: #f1c40f !important;
}

/* Textarea - auto expand with min height */
.wpcf7-form textarea.form-field,
.contact-form .form-textarea-group .form-field {
  min-height: 36px !important;
  height: auto;
  resize: vertical;
  overflow-y: hidden;
}

/* Home Ends */
.legal-tab-wrap::-webkit-scrollbar {
  height: 4px;
}

.legal-tab-wrap::-webkit-scrollbar-thumb {
  /* background: var(--grey); */
  background: #d1d1d1;
  border-radius: 10px;
}

.legal-tab-wrap::-webkit-scrollbar-track {
  /* background: var(--red); */
  background: #2c2c2c;
  border-radius: 10px;
}

/* header */
:root {
  --menuWidth: 300px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header.transparent-header {
  background-color: transparent;
}

#header.transparent-header .header-elem {
  display: block;
  opacity: 1;
}

#header.transparent-header::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      #171919 0%,
      rgba(23, 25, 25, 0.5) 47.25%,
      rgba(23, 25, 25, 0) 94.5%);
  z-index: -1;
}

#header:not(.transparent-header) .header-elem {
  opacity: 0;
  pointer-events: none;
}

.header-elem {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: var(--header-height);
  pointer-events: none;
  background: transparent;
  /* border: 2px solid #ffffff; */
  z-index: -1;
  opacity: 0;
}

/* Border only on Home Page when header is transparent */
body.home #header.transparent-header ul.header-list {
  border: 1px solid white;
  border-radius: 40px;
}

/* Ensure border is removed when transparent-header class is removed */
body.home #header:not(.transparent-header) ul.header-list {
  border: none;
}

.head-right {
  display: flex;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
}

.header-container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 100%;
}

.drop {
  position: relative;
}

.drop>a:after {
  content: "";
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../img/drop-down-arrow.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}

.drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.drop ul li {
  padding: 0;
}

.drop ul li:last-of-type {
  border-bottom: 0;
}

.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}

.drop ul li a:hover {
  background: #eee;
  color: #000;
}

.drop:hover ul {
  opacity: 1;
  visibility: visible;
}

.drop:hover>a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.header-wrap {
  display: flex;
}

.header-box {
  display: flex;
  height: var(--header-height);
  padding: 10px 0;
}

.menuBtn {
  display: flex;
  align-items: center;
}

.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(60px);
}

.header-list li {
  padding: 14px 24px;
}

.header-list li a {
  color: var(--white);
  font-size: var(--fs16);
  line-height: 1.6;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.header-list li a:hover {
  color: var(--red);
}

.fixHeader {
  background-color: var(--black);
}

.menuBtn .button {
  padding: 0 24px !important;
  margin-left: 20px;
  color: #f9f9fa;
}

.menuBtn .button .elem {
  display: none;
}

.menuBtn .button:hover {
  background: var(--red);
  border-color: none;
  color: white;
  border: none !important;
}

/* side menu */
.menu {
  display: none;
  position: relative;
}

/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}

.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.mob-navigation li.nav-dropdown-open>ul {
  display: block;
}

.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}

.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}

.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--white);
  border: 0px solid var(--white);
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.js-nav-toggle span {
  position: relative;
  background-color: var(--white);
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.js-nav-toggle span:before {
  margin-top: 5px;
}

.show-menu .js-nav-toggle {
  z-index: 99999;
}

.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}

.show-menu .js-nav-toggle span {
  background-color: transparent;
}

.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}

.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}

.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}

.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}

.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}

.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1em;
  font-family: "Tanker", sans-serif;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  color: var(--white);
}

.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}

.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}

.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}

.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: var(--white);
  text-decoration: none;
  -webkit-transition:
    color 0.15s,
    background-color 0.15s;
  transition:
    color 0.15s,
    background-color 0.15s;
  font-size: 16px;
}

.mob-navigation a:hover {
  color: #fff;
}

.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: var(--red);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.mob-navigation ul ul {
  display: none;
  left: 100%;
}

.mob-navigation li.has-dropdown>a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mob-navigation li.has-dropdown>a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.mob-navigation li.nav-dropdown-open>ul {
  display: block;
}

@media all and (max-width: 1800px) {
  .logo {
    width: 40px;
  }
}

@media all and (max-width: 1600px) {
  .header-list li {
    padding: 8px 18px;
  }
}

@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }

  .nav-wrapper {
    display: block;
  }

  .header-list {
    display: none;
  }

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

  .transparent-header .header-elem,
  .header-elem {
    display: none;
  }

  .logo {
    width: 32px;
  }

  .button,
  .button .btn-txt {
    font-size: 14px;
  }
}

@media all and (max-width: 1800px) {
  :root {
    --blogSpace: 30px;
  }

  .container {
    max-width: 1530px;
  }

  .container-md {
    max-width: 1400px;
  }

  .container-sm {
    max-width: 1024px;
  }

  .button {
    height: 50px;
    padding: 0 16px 0 54px;
    border-radius: 50px;
    line-height: 50px;
  }

  .button .btn-txt {
    line-height: 44px;
  }

  .button .elem {
    width: 40px;
    height: 40px;
  }

  .button .elem::after {
    width: 14px;
    height: 25px;
  }

  .button:hover {
    padding: 0 54px 0 16px;
  }

  .button:hover .elem {
    left: calc(100% - 44px);
  }

  .reel-popup-video {
    padding: 24px 20px;
    width: 90%;
  }

  .fp-img-box {
    height: 400px;
  }

  .career-top-cont {
    padding: 16px 24px 24px;
  }

  .llg-wrap {
    padding: 38px 0;
  }

  .team-card {
    height: 400px;
  }

  .journey-img {
    max-width: 530px;
  }

  .journey-cont-container {
    max-width: 1100px;
  }

  .form-field {
    height: 44px;
    border-radius: 25px;
    padding: 0 20px;
  }

  .contact-radio-wrap {
    gap: 20px 14px;
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  .contact-data-wrap {
    padding: 14px;
  }

  .form-grp,
  .form-textarea-group {
    margin-bottom: 20px;
  }

  .radio-box label:before {
    width: 20px;
    height: 20px;
  }

  .radio-box label {
    padding-left: 30px;
  }

  .radio-box input:checked~label::before {
    border: 5px solid var(--grey);
  }

  .fr-swiper .swiper-wrapper {
    padding: 30px 0 80px;
  }

  .fr-hdn {
    left: 14px;
    bottom: 10px;
  }
}

@media all and (max-width: 1600px) {
  .container {
    max-width: 1380px;
  }

  .container-md {
    max-width: 1300px;
  }

  .fb2 .fb-img,
  .fb3 .fb-img {
    width: 320px;
  }

  .blog-search {
    padding: 0 16px 0 44px;
    height: 50px;
    max-width: 360px;
  }

  .blog-search::before {
    width: 20px;
    height: 20px;
    left: 14px;
  }

  .work-tab-wrap {
    padding-bottom: 14px;
  }

  .work-tab-wrap li::before {
    bottom: -5px;
  }

  .button,
  .popup-float-btn {
    height: 50px;
    line-height: 50px;
  }

  .btn-elem {
    width: 40px;
    height: 40px;
  }

  .comm-see-section {
    height: 230px;
  }

  .fp-img-box {
    height: 370px;
  }

  .ba-slider {
    height: 430px;
    margin-bottom: 30px;
  }

  .handle:after {
    width: 60px;
    height: 60px;
  }

  .compare-thumb-img {
    height: 140px;
  }

  .overview-cont {
    max-width: 500px;
  }

  .llg-hdn-swiper {
    height: 180px;
  }

  .llg-cont-wrap {
    gap: 24px;
  }

  .lig-anim-wrap {
    gap: 40px;
  }

  .job-opening-item {
    padding: 30px 0;
  }

  .job-btn {
    width: 36px;
    height: 36px;
  }

  .career-top-cont {
    padding: 16px 20px 20px;
  }

  .award-cont {
    padding-inline: 36px;
  }

  .award-cont::before,
  .award-cont::after {
    width: 30px;
    height: 60px;
  }

  .acc-item {
    padding: 22px 0;
  }

  .accordion span {
    width: 36px;
    height: 36px;
  }

  .journey-year-box {
    max-width: 180px;
  }

  .journey-year-box li::after {
    width: 50px;
  }

  .journey-year-box ul {
    gap: 50px;
  }

  .journey-wrap {
    gap: 80px;
  }

  .dos-card {
    height: 420px;
  }

  .we-anim-box {
    width: 90px;
    height: 90px;
  }

  .we1-face {
    width: 28px;
    height: 50px;
  }

  .we1-face .we-face-comm {
    width: 26px;
  }

  .we-box {
    max-width: 790px;
  }

  .team-info {
    padding: 16px 20px;
  }

  .is-cont p {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }

  .container-md {
    max-width: 1170px;
  }

  .container-sm {
    max-width: 990px;
  }

  :root {
    --blogSpace: 24px;
  }

  .put-icon {
    width: 48px;
    height: 48px;
  }

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

  .reel-popup-close {
    width: 36px;
    height: 36px;
  }

  .reel-cont {
    padding: 22px 20px;
  }

  .work-wrap .f-row {
    gap: 40px 0;
  }

  .work-detail-wrap p {
    margin-bottom: 30px;
  }

  .llg-hdn-swiper {
    height: 160px;
  }

  .llg-cont-wrap {
    max-width: 400px;
  }

  .journey-img {
    max-width: 470px;
  }

  .journey-wrap {
    gap: 60px;
  }

  .journey-cont-container {
    max-width: 980px;
  }

  .team-card {
    height: 340px;
  }

  .fr-pagi {
    gap: 8px;
    height: 42px;
    padding: 0 22px;
  }

  .fr-play-btn {
    width: 42px;
    height: 42px;
  }

  .fr-pagi .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .we-box {
    max-width: 720px;
  }

  .is-cont-swiper {
    max-width: 370px;
  }
}

@media all and (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }

  .container-md {
    max-width: 990px;
  }

  :root {
    --blogSpace: 20px;
  }

  .fb2 .fb-img,
  .fb3 .fb-img {
    width: 250px;
  }

  .work-tab-wrap li {
    font-size: 14px;
  }

  .reel-popup-close {
    width: 30px;
    height: 30px;
  }

  .comm-see-section {
    height: 180px;
  }

  .reel-cont {
    padding: 20px 16px;
  }

  .work-detail-wrap p {
    margin-bottom: 24px;
  }

  .career-cont-left {
    max-width: 500px;
  }

  .llg-hdn-swiper {
    height: 150px;
  }

  .acc-item {
    padding: 16px 0;
  }

  .accordion span {
    width: 30px;
    height: 30px;
  }

  .journey-img {
    max-width: 400px;
  }

  .journey-cont-container {
    max-width: 900px;
  }

  .dos-card {
    height: 380px;
  }

  .comm-nav {
    width: 50px;
    height: 50px;
  }

  .comm-nav::after {
    width: 12px;
    height: 12px;
  }

  .award-hdn {
    font-size: 20px;
  }

  .blog-hdn-wrap .work-tab-wrap {
    max-width: 400px;
  }

  .is-cont-swiper {
    max-width: 330px;
  }

  .is-cont p {
    margin-bottom: 30px;
  }

  .team-info {
    padding: 16px;
  }
}

@media all and (max-width: 1280px) {
  .we-box {
    max-width: 640px;
  }
}

@media all and (max-width: 1200px) {
  :root {
    --blogSpace: 15px;
  }

  .container {
    max-width: 900px;
  }

  .container-sm,
  .container-md {
    max-width: 768px;
  }

  .button {
    height: 44px;
    line-height: 44px;
    padding: 0 16px 0 50px;
  }

  .button:hover {
    padding: 0 50px 0 16px;
  }

  .button .elem {
    width: 30px;
    height: 30px;
  }

  .button .elem::after {
    width: 10px;
    height: 20px;
    right: 6px;
  }

  .button:hover .elem {
    left: calc(100% - 40px);
  }

  .popup-float-btn {
    height: 44px;
    line-height: 44px;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .btn-elem {
    width: 34px;
    height: 34px;
  }

  .button .btn-txt {
    line-height: 44px;
  }

  .menuBtn .button {
    padding: 0 16px;
    margin: 0 30px 0 0;
  }

  .rr-img {
    position: relative;
  }

  .rr-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  .fb-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
  }

  .fb-box {
    width: calc(50% - 15px);
    flex-direction: column;
  }

  .fb2 .fb-img,
  .fb3 .fb-img,
  .fb1 .fb-img {
    width: 100%;
    aspect-ratio: 2.2;
  }

  .fb2 .fb-img img,
  .fb3 .fb-img img,
  .fb1 .fb-img img {
    object-position: top;
  }

  .blog-hdn-wrap {
    gap: 34px;
    flex-direction: column;
  }

  .blog-search {
    padding: 0 16px 0 34px;
    height: 40px;
    max-width: 100%;
  }

  .blog-search::before {
    width: 18px;
    height: 18px;
    left: 10px;
  }

  .blog-hdn-wrap .work-tab-wrap {
    order: 2;
  }

  .reel-popup-video {
    padding: 20px 16px;
    width: 100%;
  }

  .reel-popup-hdn-box {
    margin-bottom: 20px;
  }

  .comm-see-section:before {
    opacity: 0;
    visibility: hidden;
  }

  .fp-img-box {
    height: 230px;
  }

  .fp-img-box .button {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }

  .fp-img::after {
    opacity: 0.5;
  }

  .work-cont {
    padding: 12px;
    top: 50%;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .work-img::after {
    opacity: 1;
  }

  .overview-cont {
    max-width: 350px;
  }

  .ba-slider {
    height: 300px;
    margin-bottom: 30px;
  }

  .handle:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-size: 30px;
  }

  .compare-thumb-img {
    height: 120px;
  }

  .llg-height {
    display: none;
  }

  .llg-mob-wrap {
    display: block;
  }

  .llg-mob-wrap .f-row {
    gap: 40px 0;
  }

  .llg-mob-img {
    aspect-ratio: 1.4;
    margin-bottom: 22px;
  }

  .llg-cont .comm-sec-hdn {
    margin-bottom: 8px;
  }

  .journey-year-box {
    display: none;
  }

  .team-card {
    height: 300px;
  }

  .journey-mob-year {
    display: flex;
    font-size: var(--fs42);
    color: var(--white);
    pointer-events: auto;
    cursor: pointer;
    width: 100%;
    position: relative;
  }

  .journey-mob-year::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) rotateZ(45deg);
  }

  .journey-cont-swiper {
    padding-top: 14px;
    display: none;
  }

  .journey-cont-tab {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    pointer-events: none;
  }

  .journey-cont-tab.active .journey-mob-year::after {
    transform: translateY(-50%) rotateZ(225deg);
  }

  /* Allow swiper interaction */
  .journey-cont-swiper,
  .journey-cont-swiper * {
    pointer-events: auto;
  }

  /* Allow navigation buttons explicitly (extra-safe) */
  .journeyPrev,
  .journeyNxt,
  .comm-nav {
    pointer-events: auto;
  }

  .journey-para {
    height: auto;
  }

  .comm-nav-wrap {
    justify-content: center;
    position: static;
  }

  .journey-cont-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }

  .contact-popup-box {
    max-width: 100%;
    height: 100vh;
    padding: 0 10px 10px;
    /* Uniform 10px gap */
  }

  .comm-popup-container.contact-container {
    justify-content: flex-end;
    padding: 0;
  }

  .contact-cont {
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px 20px;
    /* Normalized internal padding */
  }

  .fr-swiper .swiper-slide-active {
    transform: scale(1);
  }

  .fr-swiper .swiper-wrapper {
    padding: 0 0 30px;
  }

  .fr-box {
    pointer-events: all;
  }

  .fr-box::after {
    display: none;
  }

  .trust-img-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-img {
    flex: none;
    width: calc(100% / 4);
  }

  .we-box {
    max-width: 600px;
  }

  .we-anim-box,
  .put-anim-box {
    display: none;
  }

  .we-anim-mob,
  .put-anim-mob {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .we-mob-img,
  .put-mob-img {
    width: 60px;
    aspect-ratio: 1;
    position: absolute;
  }

  .we-mob0,
  .put-mob0 {
    top: -20px;
    left: -40px;
  }

  .we-mob1 {
    bottom: 0;
    left: 40%;
  }

  .we-mob2,
  .put-mob2 {
    top: 26%;
    right: -30px;
  }

  .is-section {
    display: block;
    height: auto;
    min-height: 100vh;
  }

  .is-mob-section {
    display: block;
  }

  .is-mob-section .is-btn-wrap {
    margin-bottom: 0;
  }

  .is-mob-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .is-mob-img {
    aspect-ratio: 1.1;
    border-radius: 10px;
    overflow: hidden;
  }

  .is-mob-img img {
    object-position: top;
  }

  .is-mob-cont {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .is-mob-cont .comm-card-hdn {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .is-mob-cont .comm-para p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .is-mob-swiper .swiper-wrapper {
    padding-bottom: 40px;
  }

  .is-mob-hdn-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
  }

  .wpcf7-form-control {
    gap: 18px 14px;
  }

  #header.transparent-header.fixHeader {
    background: var(--black);
  }
}

@media all and (max-width: 990px) {

  .container,
  .container-md {
    max-width: 750px;
  }

  .career-top-cont {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .career-top-box {
    aspect-ratio: 1.6;
  }

  .contact-data-wrap {
    max-width: 240px;
  }

  .contact-cont {
    gap: 30px;
    flex-direction: column;
  }

  .contact-data {
    margin-bottom: 20px;
  }

  .contact-data-wrap {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {

  .container,
  .container.container-md {
    max-width: 100%;
  }

  .comm-see-section {
    height: 140px;
  }

  .reel-cont {
    padding: 12px;
  }

  .reel-cont br {
    display: none;
  }

  .overview-wrap {
    gap: 40px;
    flex-direction: column-reverse;
  }

  .overview-wrap:last-child {
    flex-direction: column;
  }

  .overview-cont {
    max-width: 100%;
  }

  .overview-cont p {
    margin-bottom: 20px;
  }

  .overview-num-wrap {
    flex-direction: row;
    gap: 14px 28px;
    flex-wrap: wrap;
  }

  .credits-grid {
    justify-content: flex-start;
    gap: 20px 40px;
  }

  .credits-box::after {
    background: rgba(0, 0, 0, 0.4);
  }

  .overview-img {
    margin: 0 auto;
    aspect-ratio: 0.8;
    max-width: 400px;
    width: 100%;
  }

  .button {
    padding: 0 10px 0 42px;
  }

  .button:hover {
    padding: 0 42px 0 10px;
  }

  .button:hover .elem {
    left: calc(100% - 34px);
  }

  .job-opening-item {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .job-cont {
    width: 100%;
  }

  .job-btn {
    width: 30px;
    height: 30px;
  }

  .comm-nav {
    width: 40px;
    height: 40px;
  }

  .comm-nav::after {
    width: 10px;
    height: 10px;
  }

  .we-mob-img {
    width: 40px;
  }
}

@media all and (max-width: 640px) {
  .put-link-wrap a {
    font-size: 16px;
  }

  .put-icon {
    width: 40px;
    height: 40px;
  }

  .comm-popup-cont,
  .accolades-cont {
    padding: 20px;
  }

  .put-link-wrap a {
    max-width: 420px;
  }

  .put-hdn {
    margin-bottom: 24px;
  }

  .put-link-wrap {
    flex-direction: column;
  }

  .put-link-wrap a::after {
    display: none;
  }

  .put-link:last-child {
    align-items: flex-start;
  }

  .put-link-box {
    justify-content: flex-start;
    max-width: 260px;
    margin: 0 auto;
  }

  .address-cont .put-link-box {
    max-width: 100%;
    margin: 0;
  }

  .fb-box {
    gap: 14px;
  }

  .blog-img {
    aspect-ratio: 1.8;
  }

  .reel-popup-box {
    aspect-ratio: 1.5;
  }

  .rr-img-box {
    aspect-ratio: 2;
    margin-bottom: 16px;
  }

  .work-wrap .f-row {
    gap: 30px 0;
  }

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

  .fp-img-box {
    height: 100%;
    aspect-ratio: 1.4;
  }

  .fp-wrap .f-row {
    gap: 30px 0;
  }

  .journey-cont-tab {
    padding: 14px 0;
  }

  .ab-cont-wrap {
    gap: 10px;
  }

  .ab-para p {
    font-size: 14px;
  }

  .ab-para {
    padding: 12px 0 30px;
  }

  .ab-sticky .container {
    padding-bottom: 30px;
  }

  .is-mob-section .is-btn-wrap {
    margin: 0 auto;
  }

  .is-mob-section .is-btn-wrap .sec-hdn.wrap {
    align-items: center;
  }

  .is-mob-section .is-btn-wrap .sec-hdn.wrap .comm-sec-hdn {
    text-align: center;
  }

  .is-mob-hdn-wrap {
    flex-direction: column;
  }
}

@media all and (max-width: 576px) {
  .fb-box {
    width: 100%;
  }

  .button,
  .button .btn-txt,
  .button .btn-elem {
    height: 40px;
    line-height: 40px;
  }

  .popup-float-btn {
    height: 40px;
    line-height: 40px;
  }

  .btn-elem {
    width: 30px;
    height: 30px;
  }

  .reel-popup-video {
    padding: 16px 10px;
  }

  .ba-slider {
    height: 240px;
  }

  .compare-thumb-img {
    height: 100px;
  }

  .action-grid .f-row {
    gap: 24px 0;
  }

  .work-wrap .f-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .work-wrap .f-col {
    padding: 0 10px;
  }

  .work-box:hover .work-cont {
    top: 74%;
  }

  .work-cont {
    top: 74%;
    gap: 8px;
  }

  .journey-cont-box {
    gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .journey-img {
    max-width: 300px;
  }

  .radio-box {
    width: 100%;
  }

  .wpcf7-list-item {
    width: 100%;
  }

  .trust-img {
    width: calc(100% / 3);
  }

  .accolades-tab-wrap {
    padding: 10px 0;
  }

  .fr-hdn {
    left: 10px;
    bottom: 4px;
  }
}

@media all and (max-width: 480px) {
  .credit-item {
    flex: 1;
  }

  .career-top-box {
    aspect-ratio: 1;
  }

  .career-top-cont {
    padding: 12px;
  }

  .trust-img {
    width: calc(100% / 2);
    aspect-ratio: 1.8;
  }

  .we-mob-img {
    width: 30px;
  }

  .we-mob0 {
    top: -10px;
    left: -20px;
  }

  .we-section {
    height: auto;
  }
}

/*# sourceMappingURL=main.css.map */

/* Footer Popup Map Layout Fixes */
.comm-popup-box {
  padding: 30px;
  /* Increase red border (padding) */
}

.address-cont p {
  font-size: var(--fs40);
  /* Shrink font size */
  margin-bottom: 40px;
  /* Reduce spacing */
}

.address-map-layout {
  display: flex;
  gap: 30px;
  height: 400px;
}

.address-map-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.address-info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (max-width: 990px) {
  .address-map-layout {
    flex-direction: column;
    height: auto;
  }

  .address-map-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }
}

/* Dynamic Contact Margin */
.contact-data {
  margin-bottom: min(32px, 4vh);
}


.contact-data1 {
  margin-bottom: min(32px, 4vh);
  padding-top: 60px;
}